/*
 Theme Name:   Storefront culturadetucuman
 Theme URI:    https://mientradadigital.com
 Description:  Storefront Child Theme
 Author:       Patricio Lisandro
 Author URI:   https://trixserver.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-culturadetucuman
*/
/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

.woocommerce .col2-set, 
.woocommerce-page .col2-set,
#customer_details+#wc_checkout_add_ons, 
#order_review, #order_review_heading {
    float: none;
    width: 100%;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 0.5em 1em;
    background-color: #CCCCCC;
    border-radius: 5px;
    margin: 4px;
}

body, button, input, textarea {
    color: #43454b;
    font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: bolder;
}

.site-header-cart .cart-contents {
    padding: 0.5em 0;
}

.site-info {
    display: none;
}

.sticky-slider {
    position: fixed;
    bottom: 3.7rem;
    border: none;
    border-radius: 60px;
    background-color: green;
    color: #fff;
    padding: 10px;
    right: 0.5rem;
    z-index: 10000;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
    margin: 1rem 0;
    width: 3.4rem;
    text-align: center;
}		

@media only screen and (max-width: 680px) {

    .tc-single-event.tc-3-column,
    .tc-single-event.tc-4-column {
        max-width: 100%;
    }
}