/**
* Theme Name: 5th-Avenue Child
* Theme URI: http://vavenue.lifeis.design/
* Description: Create unforgettable shopping experience for your customers with our powerful eCommerce WordPress theme - Fifth Avenue.
* Author: Life is Design
* Author URI: lifeis.design
* Template: 5th-avenue
* Version: 1.1.1
*/
/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
/* Square style */
.swatches--style-square .tawcvs-swatches .swatch-label{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    width: auto;
    padding: 10px 13px;
    min-width: 45px;
    border: 1px solid;
    background: #c2a47d;
    border-color: #1b1f23;
    font-color: white !important;
}

body #header.sticky.always-on-top .header-wrap, #header.sticky.is-sticky .header-wrap {
    z-index: 999;
}

.cat_description p{
    font-size: 24px;
    font-style: italic;
}


.av5-search-bar select{
    margin: 0px 20px 0px 0px;
}


@media screen and (max-width: 640px) {
    body .av5-slide-out-modal .av5-search-slideout .av5-search-bar .search-submit {
        display: block;
        margin: 0 auto;
    }
}

.masonry-columns--3{
    display: grid;
    grid-auto-flow: column;
    gap: 5%;
}

/* custom_addresses fixes*/

#wcmca_custom_addresses .woocommerce-Addresses{
    display: flex;
}

#wcmca_custom_addresses  .col-1.woocommerce-Address{
    width: 50%;
}

.wcmca_default_checkobx_label {
    margin-left: 20px;
}

#wcmca_billing_is_default_address {
    margin-top: 6px;
}

/* card */
.av5-product-title p{
    margin-bottom: 0px;
}


/*Ocultamos la cabecera y pié para usar la página en la app*/
.app_on footer,
.app_on .post-navigation,
.app_on .simple-social-icons,
.app_on .header-wrap{
	display:none !important;
}

.av5-slide-out-modal .slide-out-menu-additional > ul, .av5-slide-out-modal .slide-out-menu-additional > ul li {
    list-style: none;
    margin-bottom: 0px;
}

.body .av5-slide-out-modal .slide-out-menu-additional li.menu-item a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.dis-code{
    display: block;
    margin-top: -20px;
    color: #333;
}