/*

    Theme Name: btch-esnew

    Author: Bamboo Tech Studio

    Author URI: https://bambootechstudio.com

    Description: Template ecommerce Bamboo Tech Studio - Esnew

    Version: 1.0

    License: GNU General Public License v2 or later

    license URI: https://www.gnu.org/licenses/gpl-2.0.html

    Tags: ecommerce, shop, woocommerce, templates, bamboothecstudio

    Text Domain: btechs

*/



#banner-home {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

}

.header-center {
    margin-left: 5%;
}

.header-menu {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat';
    align-items: center;    
}

.header-link {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #231F20;
    margin: 10px 30px;
}

.header-menu p {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.btch_mobile_header {
    display: flex;
    padding: 10%;
    gap: 10%;
}

.title-slider-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px; 
    margin-bottom: 40px;
}

.slick-buttons {
    display: flex;
    gap: 15px;
}

.product-title {
    font-family: 'Gothic A1', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-top: 10px;
    text-decoration: none;
}

.latest-products img {
    max-height: 350px;
}

.product-price {
    font-family: 'Gothic A1', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-top: 10px;
}

.slick-list {
    width: 1200px;
}

.banner-container {
    width: 100%;
    height: 280px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Gothic A1', 'Montserrat'. sans-serif;
    color: white;
}

.hombre-back {
    background-image: url('assets/images/banner-hombre.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.mujer-back {
    background-image: url('assets/images/banner-mujer.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.tienda-desktop {
    display: flex;
}

.banner-title {
    font-size: 32px;
    font-weight: 700;
    width: 70%;
    margin-bottom: 20px;
}

.banner-text {
    font-size: 16px;
    font-weight: 400;
}

.filter-text {
    margin: -10% 0 -20% 0 !important;
    text-decoration: underline;
    font-size: 18px;
}

.filter-container-gral {
    font-family: 'Gothic A1', 'Montserrat', sans-serif !important;
    margin: 0% 4% 0% 2%;
    height: auto;
}

.resetear {
    border: none !important;
    background-color: white !important;
    font-family: 'Gothic A1', 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    margin-right: 50px;
}

.filter-title-gral {
    color: #BB554F;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
} 

.filter-title {
    font-size: 18px !important;
    color: #231F20 !important;
    font-weight: 500 !important;
    text-decoration: underline;
    margin-bottom: 10px;
}

.page-numbers {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-top: 50px;
    align-items: center;
}

.page-numbers li {
    text-decoration: none;
    font-family: 'Gothic A1', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    color: #BB554F;
}

.page-numbers a {
    text-decoration: none;
    color: black;
}

.filter-container-mobile {
    display: none;
}

.filter-mobile {
    display: none;
}


/* Single Product*/

.best-sellers {
    margin: 5%;
    font-family: 'Montserrat';
    color: #BB554F;
    font-weight: 700;
    font-size: 36px;
}

.best-sellers-products {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
    margin: 5%;
}

.product-seller {
    max-width: 20%;
    margin-bottom: 50px;
    text-decoration: none !important;
}

.product-seller a {
    text-decoration: none !important;
}

.product-seller img {
    max-width: 200px;
    height: auto;
    max-height: 300px;
}

.product-title-seller {
    font-family: 'Gothic A1','Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-top: 10px;
    text-decoration: none;
}

.product-price-seller {
    font-family: 'Gothic A1','Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-top: 10px;
    text-decoration: none;
}

/* Modificaciones de Galería */

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    width: 500px !important;
}

.woo-variation-gallery-wrapper .wvg-gallery-image {
    text-align: start !important;
}

.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    width: 500px !important;
}

.woo-variation-product-gallery {
    margin-left: -45% !important;
}

.woo-variation-gallery-thumbnail-wrapper {
    width: 10% !important;
}

.woocommerce div.product div.summary {
    margin-right: -10% !important;
    margin-left: -5% !important;
}

/* Modificaciones de Variaciones */

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {    
    display: flex !important;    
}

.variations ul {
    list-style: none;
    display: flex;
    margin-right: 20px;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
    padding: 0 !important;
}


.variations ul li {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 100px;
    text-align: center;
}

.variable-item-contents {
    margin-top: 3px;
}

.variations ul li[aria-checked="true"] {
    border: 1px solid red;
    font-weight: 700;       
} 

.variations label {
    font-weight: 700;
    text-align: left;
    font-family: 'Gothic A1' !important;
    color: black !important;
    font-size: 20px !important;
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden !important;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 30% !important;
}

/* Cambios en checkout */

.checkout-product-summary {
    display: flex;
    align-items: center;  
    gap: 10%;  
}

.checkout-product-thumbnail {
    max-width: 150px;
}

.checkout-product-details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100px;
}

.detalles-checkout {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
}

/* Breadcrumb de Producto */

.product-breadcrumb-custom {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: -4%;
}

.product-breadcrumb-back img {
    width: 20px;
    height: auto;
}

.link-breadcrumb a{
    text-decoration: none;
    font-family: 'Gothic A1';
    font-size: 16px;
    font-weight: 400;
    color: #231F20;
}

/* Estilos de Checkout */

.order_review_heading {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.line-dec {
    border-bottom: 1px solid #C8C8C8;
}

/* Estilos de Register y Login */

.woocommerce-simple-registration-login-link {
    display: none !important;
}

.registration-form {
    min-height: 0 !important;
}

.registration-form h2 {
    display: none !important;
}

.woocommerce-privacy-policy-text {
    margin: 2% 0;
}

.flex-register {
    display: flex;
    justify-content: center;
}

.flex-register input {
    width: 100%;
}

.title-acceder {
    font-family: 'Montserrat' !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}

/* Estilos side-cart */

.xoo-wsc-container {
    height: fit-content;
}

.xoo-wsc-ft-amt {
    display: flex !important; 
    padding: 2% 7%;
}

.xoo-wsc-ft-buttons-cont {
    margin: 3% 15%;
}

.xoo-wsc-sc-bki {
    font-size: 26px;
    color: 28;
}

.xoo-wsc-sc-count {
    background-color: red;
    font-weight: 600;
}

.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
    font-weight: 400;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-weight: 400 !important;
}

span.xoo-wsc-del-txt {
    font-size: 20px !important;
}

span.xoo-wsc-smr-del {
    margin-top: 0px !important; 
}

.xoo-wsc-sm-right {
    justify-content: start !important;
}

.xoo-wsc-product dl.variation, .xoo-wsc-product dl.variation p {
    margin: 3% 0 0 0 !important;
    font-size: 20px !important;
}

/* Breadcrumb */

.left-bread {
    width: 16px !important;
    height: 14px !important;
}

/* Cambios en página de confirmación de pagos */

.wc-bacs-bank-details-account-name {
    margin: 20px 0;
}

.woocommerce ul.order_details li {
    line-height: 25px;
}

/* .woocommerce .woocommerce-order-details :last-child {
    padding: 15px 0;
} */

.slider-container {
    display: flex;
    justify-content: center;
    margin-left: 5%;
}

.login-title {
    text-align: center;
}

.recovery-pass {
    display: flex;
    justify-content: space-between;
}

.recovery-pass a {
    color: black;
}

.woocommerce-form-login__submit {
    width: 100%;
    margin-top: 10px !important;
}

.mensaje-registro {
    font-size: 24px;
    text-align: center;
    margin-top: 10%;
}

.mensaje-registro a {
    color: black;
}

li.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #BB554F !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 10% !important;
}

.woocommerce-MyAccount-content a {
    color: black !important;
}

.woocommerce-orders-table__cell-order-actions a.woocommerce-button.view {
    background-color: transparent !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px !important;
    vertical-align: middle !important;
    font-size: 16px !important;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
    margin-top: 20px;
}

ul.wc-item-meta li {
    display: flex;
}

.woocommerce-Addresses {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.u-column2 {
    margin-top: 20px; 
}

address {
    line-height: 30px;
}

a.edit {
    width: 50vw !important;
    display: block;
    text-align: end;
}

.mi-cuenta-edit {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid black;
    padding: 5px 0;
    margin-bottom: 5%;
}

.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before {
    display: none;
}

.home-link {
    margin-bottom: 15px !important;
}

.woocommerce div.product p.stock {
    font-size: 20px;
    display: inline-flex;
    margin-top: 10px;
    position: relative;
    top: 50px;
    left: -295px;
    display: none;
}

@media only screen and (max-width: 960px) {
    .slick-list {
        width: 100%;
    }
}

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

    .header-menu {
        display: none;    
    }

    .mobile-header-menu {
        padding-left: 10%;
    }

    .text-menu-mobile {
        display: flex;
        align-items: center;
    }

    .slick-list {
        width: 100%;
        margin-left: 10% !important;
    }

    .title-slider-flex {
        align-items: center;
        margin-top: 80px; 
        margin-bottom: 40px;
        padding: 5%;
    }

    .title-slider-flex h2 {
        font-size: 16px !important;
    }

    .arrow-slider {
        width: 20px !important;
    }
    
    .filter-title-gral {
        font-size: 14px;        
    } 
    
    .filter-title {
        font-size: 14px !important;
    }

    .filter-container-mobile {
        display: block;
    }

    .filter-container {
        display: none;
    }

    .filter-mobile {
        display: block;
        margin-left: 4%;
        margin-right: 0;
        height: 100vh;
    }

    .banner-title {
        font-size: 22px;
        width: 80%;
    }

    .mobile-none {
        display: none;
    }

    .best-sellers-products {
        flex-direction: column;
        margin-left: 22%;
    }

    .product-title-seller {
        width: 200px;
    }

    .best-sellers {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .variations ul {
        width: 300px;
        /* margin-left: -12%; */
        justify-content: start;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        width: 300px !important;
        margin-left: -15% !important;
    }

    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
        width: 300px !important;
    }

    .woo-variation-gallery-wrapper .wvg-gallery-image {
        text-align: center !important;
    }

    .woo-variation-product-gallery {
        margin-left: -5% !important;
    }

    .cart-flex {
        flex-direction: column;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 90% !important;
    }

    .order_review_heading {
        margin-top: 30px;
    }

    .woo-variation-product-gallery {
        margin-left: 0 !important;
    }
    
    .woo-variation-gallery-thumbnail-wrapper {
        width: 100% !important;
    }

    .slider-container {
        display: block;
        margin-left: 0%;
    }

    .woocommerce div.product div.summary {
        margin-right: 0% !important;
        margin-left: 0% !important;
    }

    .tienda-desktop {
        width: 90%;
        gap: 10%;
        margin-left: 5%;
    }

    .header-link {
        margin: 15px 0;
    }

    .filter-container-gral {
        
        margin: 0%;
    }

    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
        font-size: 14px !important;
    }

    .woocommerce-privacy-policy-text {
        font-size: 12px;
        margin: 5% 2%;
    }

    .woocommerce form.login, .woocommerce form.register {
        margin-top: 5%;
        width: 90% !important;
        margin-left: 5% !important;
        font-size: 14px !important;
    }

    .recovery-pass {
        flex-direction: column;
        align-items: center;
    }

    .mensaje-registro {
        font-size: 14px;
        margin-top: 20%;
    }

    a.edit {
        width: 80vw !important;
        display: block;
        text-align: start;
        margin: 20px 0;
    }

    .woocommerce div.product p.stock {
        font-size: 14px;
        top: 0;
        left: 0;
    }

    .latest-products img {
        max-height: fit-content;
    }

}
