@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('TrueType');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('TrueType');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('TrueType');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('TrueType');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('TrueType');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('TrueType');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('TrueType');
    font-weight: 800;
    font-style: normal;
}
input.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#customer_details input.form-control {
    border-color: #8F8A87 !important;
    border-radius: 20px;
    margin-top: 10px;
    font-weight: 300;
    color: #666;
    height: 40px;
    box-shadow: none;
}

.select2-container--default .select2-selection--single span.select2-selection__rendered {
    height: 34px;
    padding: 7px 14px;
    font-size: 14px;
    color: #666 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #fff !important;
    border-radius: 20px;
    margin-top: 10px;
    font-weight: 300;
    color: #666;
    height: 40px;
    box-shadow: none;
}

.select2-container .select2-selection--single {
    border-color: #8F8A87 !important;
    border-radius: 20px;
    margin-top: 10px;
    font-weight: 300;
    color: #666;
    height: 40px;
    box-shadow: none;
}
.woocommerce-input-wrapper .form-control{
    border-color: #8F8A87 !important;
    border-radius: 20px;
    margin-top: 10px;
    font-weight: 300;
    color: #666;
    height: 40px;
    box-shadow: none;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: 13px;
    position: absolute;
    top: 50%;
    width: 0;
}

body {
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    overflow-x: hidden;
    background-color: #fff
}
main{
    margin-top: 20px;
    position: relative;
    transition: all ease .8s;
}

a {
    color: #676360;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: underline;
}

.space{
    margin-top: 30px;
}
.space-header{
    margin-top: 120px;
}
.modulo{
    padding-top:50px;
    padding-bottom: 50px;
}
.modulo-color{
    padding-top:50px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}
.color-one{
    background-color: #D7BD9C!important;
}
.color-two{
    background-color: #676360!important;
}
.color-three{
    background-color: #E4472D!important;
}
.color-four{
    background-color: #D7BD9C!important;
}
.color-five{
    background-color: #C29A69!important;
}
.color-six{
    background-color: #F6B63E!important;
}
.one-color{
    background-color: #FFF3F7;
}
.two-color{
    background-color: #FFF4E3;
}
.three-color{
    background-color: #FFEFEE;
}
.four-color{
    background-color: #FFF9F0;
}
.one-color .box-product .dcto p,
.one-color .box-product .add-product .btn{
    background-color: #D7BD9C;
}
.two-color .box-product .dcto p,
.two-color .box-product .add-product .btn{
    background-color: #F6B63E;
}
.three-color .box-product .dcto p,
.three-color .box-product .add-product .btn{
    background-color: #E4472D;
}
.four-color .box-product .dcto p,
.four-color .box-product .add-product .btn{
    background-color: #F19800;
}
.overlay-site{
    transition: all ease .8s;
}
.open-cart .overlay-site{
    position: fixed;
    z-index: 777;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.open-cart main{
    filter: blur(4px);
}
/******** CART ********/
.m-cart{
    width: 380px; /* Reducido para que sea más "mini" */
    position: fixed;
    z-index: 888;
    top: 0;
    right: -380px; /* Ajustado al nuevo ancho */
    height: 100vh; /* Usar vh en lugar de % */
    padding-top: 80px;
    transition: all ease .8s;
    background-color: rgba(255,255,255,0.95); /* Más opaco */
    overflow-y: auto;
    display: block !important;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1); /* Sombra para mejor visual */
}
.m-cart p{margin-left: 15px;}
.open-cart .m-cart{
    right: 0;
}
.m-cart.move{
    padding-top: 70px;
}
.m-cart .total{
    text-align: left;
    padding: 20px 15px;
    margin-top: 0;
    text-transform: inherit!important;
}
.m-cart .total-price{
    float: right;
    color: #fff;
}
.m-cart .total h4{
    font-size: 22px;
    margin: 0px;
    color: #fff;
}
.m-cart .added-products{
    padding: 15px;
    width: 100%;
}
.m-cart .added-box{
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.m-cart .added-box .image{
    display: table-cell;
    vertical-align: top;
    max-width: 70px;
    width: 70px;
}
.m-cart .added-box .image img {
    width: 70px;
    height: auto;
}
.m-cart .blockUI.blockOverlay {
    opacity: 1!important;
    background: rgba(234, 234, 233, 0.7) url('../img/loading.svg') center center no-repeat !important;
}
.add_to_cart_button.loading {
    opacity: 1;
    position: relative;
}
.add_to_cart_button.loading:after {
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    cursor: default;
    width: 103%;
    height: 110%;
    background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) center center no-repeat;
}
.m-cart .added-box .info{
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    height: 70px;
    position: relative;
}
.m-cart .added-box .info h3{
    font-weight: 300;
    font-size: 14px;
    padding-right: 30px;
    margin-top: 0px;
}
.m-cart .added-box .remove{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    pointer-events: all;
    cursor: pointer;
    font-size: 18px;
    transition: all .2s ease-in-out;
}
.m-cart .added-box .remove:hover{
    transform: scale(1.2);
}
.m-cart .added-box .info .price{
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0;
}
.m-cart .added-box .info .price p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #D7BD9C;
}
.m-cart .added-box .info div.product-quantity{
    width: 35%;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 15px;
}
.m-cart .added-product{
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.m-cart .added-product:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.m-cart .gift{
    display: table;
    padding: 5px 15px;
    text-align: left;
    text-transform: inherit;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
.m-cart .gift .icon{
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    height: 70px;
    width: 70px;
}
.m-cart .gift h2{
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
}
.m-cart .btn{
    width: 100%;
    background-color: #D7BD9C;
}

/******** NAV *******/
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
    margin-left: 0px!important;
}
.navbar-brand {
    position: relative;
    z-index: 2;
    padding: 0px;
    height: auto;
}
.on .navbar-brand{
    padding: 3px 0;
}
.navbar.navbar-default .navbar-brand img{
    width:100%;
    transition: all ease .8s;
    /*-webkit-filter: brightness(1000) invert(0);
    filter: brightness(1000) invert(0);*/
}
.navbar.navbar-default.on .navbar-brand img{
    width:95%;
}
.navbar.navbar-default .navbar-brand {
    padding: 0!important;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    z-index: 999;
    width: 100%;
    border-radius: 0px;
    position: fixed;
    transition: all ease .8s;
    padding: 15px 0;
    height: 90px;
}
.navbar-header {
    margin-top: -10px;
}
.navbar-default.on{
    height: 80px;
    padding: 10px 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.navbar-default a {
    color:#555;
    font-size:14px;
    font-weight:500;
    text-decoration: none;
    -webkit-transition: all ease .5s;
    position: relative;
}
.navbar-default .navbar-right li a{
    /*
    padding: 0px;
    padding-left: 15px;
    */
}
.navbar-default .navbar-default li:last-child a{
    border-right: none;
}
.navbar-default .navbar-right li img{
    width: 30px!important;
    opacity: .8;
    /*filter: grayscale();*/
    transition: all ease .4s;
}
.navbar-default .navbar-right li:hover img,
.navbar-default .navbar-right li:focus img,
.navbar-default .navbar-right li:active img{
    /*filter: none;*/
    -webkit-filter:none;
    opacity: 1;
}
.navbar-default .number{
    color: #BEA483;
    position: absolute;
    bottom: 20px;
    right: 19px;
    width: 20px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
    background-color: transparent;
}
/******* SEARCH ********/
.search.desktop{
    margin-top: 15px;
}
.add-on .input-group-btn > .btn {
    border-left-width:0;
    left:-2px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
}
.add-on .form-control:focus {
    box-shadow:none;
    -webkit-box-shadow:none;
    border-color:#cccccc;
}
.inner-addon {
    position: relative;
}
.interna .inner-addon {
    margin-top: -60px;
}
.inner-addon .form-control{
    border-radius: 0;
    color: #676360;
    font-size: 14px;
    border-radius: 25px;
    background-color:#E4E3E2 ;
}
.inner-addon .form-control:focus {
    border-color:#D7BD9C;
    outline:0;
}
.inner-addon .form-control::-webkit-input-placeholder {
    color: #555;
}
.inner-addon button {
    position: absolute;
    z-index: 555;
    top: 0;
    padding: 0px;
    pointer-events: none;
    color: #676360;
    height: 30px!important;
    width: 30px!important;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    margin: 1px 10px;
    background-color: #E4E3E2;
    border-color: transparent;
    cursor: pointer;
    transition: all ease .4s;
    pointer-events: all;
    outline-color: transparent!important;
}
.inner-addon button:hover {
    color: #575451;
}
.left-addon button  { left:  0px;}
.right-addon button { right: 0px;}
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
/********* DROPDOWNS **********/
.navbar-default .dropdown-menu{
    margin: 0;
    padding: 0;
    left: auto;
    right: 0;
    border-radius: 0;
    border:none;
    min-width: 300px;
    margin-top: -2px;
    -webkit-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.3);
}
.navbar-default .dropdown-menu form{
    padding: 10px;
}
.navbar-default .dropdown-menu:before{
    content: '';
    position: absolute;
    top: -10px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D7BD9C;
}
.navbar-default .dropdown-menu .dropdown-item{
    padding: 7px 15px;
    display: table;
    width: 100%;
    transition: all ease .3s;
}
.navbar-default .dropdown-menu .dropdown-item .phone{
    display: table-cell;
    padding-right: 30px;
}
.navbar-default .dropdown-menu .dropdown-item .link-map{
    display: table-cell;
    text-align: right;
}
.navbar-default .dropdown-menu .dropdown-item .link-map a{
    color: #D7BD9C;
}
.navbar-default .dropdown-menu .dropdown-item .link-map a span{
    color: #222;
}
.navbar-default .dropdown-menu .dropdown-item h6{
    font-size: 14px;
    margin-bottom: 0px;
}
.navbar-default .dropdown-menu .dropdown-item a{
    color: #555;
    text-decoration: none;
    font-size: 12px;
}
.navbar-default .dropdown-menu .dropdown-item a.btn{
    color: #fff;
}
.navbar-default .dropdown-menu .dropdown-item:hover,
.navbar-default .dropdown-menu .dropdown-item:focus,
.navbar-default .dropdown-menu .dropdown-item:active{
    background-color: #D7BD9C;
    color: #fff;
}
.navbar-default .dropdown-menu .dropdown-item:hover a,
.navbar-default .dropdown-menu .dropdown-item:focus a,
.navbar-default .dropdown-menu .dropdown-item:active a{
    color: #fff;
}
.navbar-default .dropdown-menu .dropdown-item.user{
    background-color: #D7BD9C;
    color: #fff;
}
.navbar-default .profile .dropdown-menu .dropdown-item{
    font-size: 14px;
}
.navbar-default .dropdown-menu .dropdown-item.user p{
    margin-bottom: 0px;
}
.navbar-default .dropdown-menu .dropdown-item.user h5{
    font-size: 16px;
    margin: 0px;
}
.navbar-default .dropdown-menu .dropdown-item.logout:hover,
.navbar-default .dropdown-menu .dropdown-item.logout:focus,
.navbar-default .dropdown-menu .dropdown-item.logout:active{
    background-color: #fff;
}
.navbar-default .dropdown-menu .dropdown-item.logout .btn{
    width: 100%;
    padding: 5px 15px;
    background-color: #D7BD9C;
}
.navbar-default .profile .dropdown-toggle:after{
    display: none;
}
/****** SUBMENU *******/
.wsmenu{
    font-family: 'Montserrat';
}
.submenu{
    position: fixed;
    z-index: 666;
    top: 90px;
    width: 100%;
    display: table;
    margin: 0px;
    background-color: #676360;
    transition: all ease .8s;
    border-bottom: solid 5px #fff;
}
.submenu.move{
    top: 80px;
}
.submenu.wsmenu-list li{
    display: table-cell;
    text-align: center;
    padding: 7px 20px;
    margin: 0px;
    float: none;
    transition: all ease .4s;
}
.submenu li a{
    color: #fff;
    font-weight: 100;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.submenu li:hover{

}
/******  SLIDER ********/
.bs-slider{
    margin-top: 0;
}
.bs-slider .bs-slider-overlay{
    background-color: rgba(0,0,0,0.0);
}
.indicators-line > .carousel-indicators{
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.indicators-line > .carousel-indicators .active{
    box-shadow: none;
}
.carousel-control{
    transition: all ease .4s;
}
.control-round .carousel-control{
    top: 45%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
   font-size:50px;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    background-color: transparent;
}
.indicators-line > .carousel-indicators li{
    background-color: rgba(215, 189, 156,0.8);
    border-color: rgba(215, 189, 156,0.8);
}
.indicators-line > .carousel-indicators .active{
    border-color: rgba(215, 189, 156,0.8);
}
.indicators-line > .carousel-indicators .active:before{
    background-color: rgba(215, 189, 156,0.8);
}
.submenu .megamenu{
    top: 34px;
}
.submenu.wsmenu-list>li:hover>a{
    color: #fff;
}
.submenu.wsmenu-list .megamenu li{
    text-align: left;
    display: block;
    padding:0;
    line-height: 1.2;
}
.submenu.wsmenu-list .megamenu li.title > a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.submenu.wsmenu-list .megamenu li.title > a:hover,
.submenu.wsmenu-list .megamenu li.title > a:focus {
    color: inherit;
    text-decoration: none;
}
.submenu.wsmenu-list .megamenu li a{
    color: #555;
    text-transform: inherit;
    font-size: 12px;
    font-weight: 300;
    transition: font-weight .2s ease-in-out;
    -webkit-transition: font-weight .2s ease-in-out;
}
.submenu.wsmenu-list .megamenu li a:hover{
    font-weight: 500;
}
.submenu .megamenu .bs-slider{
    margin-top: 0px;
}
.megamenu .title{
    font-size: 14px;
    font-weight: 500;
    height: auto;
    margin: 10px 0!important;
    text-transform: uppercase;
}
@media only screen and (max-width: 1280px) and (min-width: 1024px){
    .wsmenu-list>li>a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 992px){
    .wsmenu-list>li>a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
.megamenu .control-round .carousel-control{
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 20px;
}
/****** BANNERS *******/
.banners .overlay{
    background-repeat: repeat-x;
    background-position: bottom;
    padding:30px 0;
}
.banners img{
    margin: 15px 0;
}
/****** SLIDE PRODUCTS ******/
.slide-products{
    padding: 30px 0;
    overflow: hidden;
}
.slide-products h2{
    text-transform: uppercase;
    font-size: 2rem;
    color: #555;
}
/****** ICONS ********/
.icons .icon{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
}
.icons .icon img{
    width: 100%;
}
.icons h4{
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    padding:0 20%;
}
.icon-box{
    position: relative;
}
.icon-box:after{
    content: '';
    background-image: url(../img/icon-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 40px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 25%;
}
.icon-box:nth-child(4):after{
    background-image: none;
}
/****** PRODUCTS ********/
.box-product{
    position: relative;
    overflow: hidden;
    border:1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
}

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 768px) {
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1200px) {
    body.woocommerce-shop ul.products,
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }
}

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-shop ul.products li.product.box-product,
body.tax-product_cat ul.products li.product.box-product {
    height: 100%;
}
.box-product .dcto{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
}
.box-product .dcto p{
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 0 0 3px 3px;
}
.box-product .dcto img{
    margin: 0 auto;
}
.box-product .heart{
    position: absolute;
    right: 10px;
    top: 10px;
}
.box-product .product-image{
    padding: 30px 0 10px 0;
    text-align: center;
}
.box-product .product-image img{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.box-product .product-description p{
    line-height: 1;
}

body.woocommerce-shop ul.products li.box-product .product-description p,
body.tax-product_cat ul.products li.box-product .product-description p {
    min-height: 0;
    margin-bottom: 8px;
}

body.home .slide-products li.box-product .product-description p,
body.page-template-page-home-php .slide-products li.box-product .product-description p {
    min-height: 0;
    margin-bottom: 8px;
}

body.woocommerce-shop ul.products li.box-product .price,
body.tax-product_cat ul.products li.box-product .price {
    display: block;
    margin: 0 0 10px;
    font-size: 1.1em;
    font-weight: 600;
}

body.home .slide-products li.box-product .price,
body.page-template-page-home-php .slide-products li.box-product .price {
    display: block;
    margin: 0 0 10px;
    font-size: 1.1em;
    font-weight: 600;
}

body.woocommerce-shop ul.products li.box-product a.button,
body.tax-product_cat ul.products li.box-product a.button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 1.2em;
}

body.home .slide-products li.box-product a.button,
body.page-template-page-home-php .slide-products li.box-product a.button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 1.2em;
}

body.home .slide-products .owl-carousel .item > li.box-product,
body.page-template-page-home-php .slide-products .owl-carousel .item > li.box-product {
    display: block;
    width: 100%;
}

body.home .slide-products li.box-product,
body.page-template-page-home-php .slide-products li.box-product {
    text-align: center;
}
.m-product-price{
    margin-bottom: 5px;
    font-size: 16px;
    height: 30px;
    text-align: center;
}
.m-product-price .before{
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}

body.woocommerce-cart .woocommerce-cart-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

body.woocommerce-cart .woocommerce-cart-table-responsive > table {
    min-width: 720px;
}

body.woocommerce-cart table.shop_table.cart {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

body.woocommerce-cart table.shop_table.cart th,
body.woocommerce-cart table.shop_table.cart td {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

body.woocommerce-cart table.shop_table.cart th.product-remove,
body.woocommerce-cart table.shop_table.cart td.product-remove {
    width: 44px;
}

body.woocommerce-cart table.shop_table.cart th.product-thumbnail,
body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    width: 120px;
}

body.woocommerce-cart table.shop_table.cart th.product-price,
body.woocommerce-cart table.shop_table.cart td.product-price,
body.woocommerce-cart table.shop_table.cart th.product-subtotal,
body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    width: 110px;
}

body.woocommerce-cart table.shop_table.cart th.product-quantity,
body.woocommerce-cart table.shop_table.cart td.product-quantity {
    width: 110px;
}

body.woocommerce-cart table.shop_table.cart td.product-name a {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    color: #000;
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-table-responsive > table {
        min-width: 0;
    }

    body.woocommerce-cart table.shop_table_responsive thead {
        display: none;
    }

    body.woocommerce-cart table.shop_table_responsive tbody tr {
        display: block;
        width: 100%;
    }

    body.woocommerce-cart table.shop_table_responsive tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        position: relative;
        padding-left: 50%;
        box-sizing: border-box;
    }

    body.woocommerce-cart table.shop_table_responsive tbody tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        width: 45%;
        padding-right: 10px;
        text-align: left;
        font-weight: 600;
        box-sizing: border-box;
        white-space: normal;
    }

    body.woocommerce-cart table.shop_table_responsive tbody tr td.product-remove,
    body.woocommerce-cart table.shop_table_responsive tbody tr td.product-thumbnail {
        text-align: left;
        padding-left: .857em;
    }

    body.woocommerce-cart table.shop_table_responsive tbody tr td.product-remove:before,
    body.woocommerce-cart table.shop_table_responsive tbody tr td.product-thumbnail:before {
        display: none;
        content: none;
    }

    body.woocommerce-cart table.cart .product-thumbnail img {
        max-width: 90px;
        height: auto;
    }

    body.woocommerce-cart .cart-collaterals {
        width: 100%;
    }
}

@media (max-width: 991px) {
    body.woocommerce-cart .cart-collaterals {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-cart .cart-collaterals .shipping_calculator {
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }
}

table.cart .product-thumbnail img {
    max-width: 180px;
}
.m-product-price .after{
    font-weight: 700;
    color: #8F8A87;
    /*float: right;*/
}
div.product-quantity{
    width: 50%;
    float: left;
}
div.product-quantity ul{
    display: table;
    width: 100%;
    margin-bottom: 0;
    border-radius: 30px;
    border:1px solid #555;
}
div.product-quantity ul li{
    margin-right: 0;
    display: table-cell;
    text-align: center;
    width: 33.3%;
    cursor: pointer;
    padding: 2px 0;
    font-weight: 400;
}

.list-inline-item:not(:last-child){
    margin-right: 0;
}
.add-product{
    width: 50%;
    float: left;
    min-height: 30px;    
}
.add-product .btn{
    color: #fff!important;
    margin: 0;
    width: 100%;
    padding: 4px 0;
    border-radius: 30px;
}
/****** CAROUSEL DEFAULT *******/
.owl-carousel .item {
    padding: 0 10px;
    margin: 0px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.owl-carousel .item:hover{
    transform: scale(1.03);
}
.owl-carousel .owl-wrapper-outer{
    padding: 20px 0;
}
.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    position: absolute;
    display: inline-block;
    text-align: center;
    padding: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -15px;
    top: 40%;
    min-height: 50px;
    width: 15px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    transition: all ease .8s;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -15px;
    top: 40%;
    min-height: 50px;
    width: 15px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all ease .8s;
}
.owl-theme .owl-controls{
    margin: 0;
}
/********* PRODUCTOS *********/
.box-producto{
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
}
.box-producto .icono{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #D7BD9C;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.box-producto .icono img{
    height: 100%;
}
.box-producto h3{
    font-size: 18px;
}
.box-producto p{
    line-height: 1.2;
    color: #555;
}
/****** BOTONES ******/
.btn{
    color:#fff;
    background-color: #8F8A87;
    padding:7px 25px;
    font-size:13px;
    text-transform:uppercase;
    transition: all ease .3s;
    font-weight: 500;
    margin: 10px 0;
    border-radius: 0.5em;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
    background-color:#575451;
    color: #fff!important;
}
.btn.outline{
    background-color: transparent;
    color:#D7BD9C;
    border:transparent;
    margin: 0;
}
.btn.outline:hover,
.btn.outline:active,
.btn.outline:focus,
.btn.outline:active:focus {
    background-color:#C29A69 ;
    border-color: #C29A69 ;
    color: #fff;
}
.shipping td:last-child {
    width: 70%;
}



/******* ARROW BOTTOM *******/
.arrow-bottom{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 555;
    text-align: center;
    margin-top: -20px;
}
.arrow-bottom span{
    background-color: #D7BD9C;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding:3px 10px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    transition: all .2s ease-in-out;
}
.arrow-bottom span:hover{
    transform: scale(1.1);
}
/******* FOOTER *******/
footer{
    background-color: #8F8A87;
    color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 444;
}
footer .menu-rapido ul{
    margin: 0px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
footer .menu-rapido ul li::after{
    content: '';
    border:solid 1px #fff;
    margin-left: 15px;


}
footer img{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
footer .title-foot{
    border-bottom: 1px solid #fff;
}
footer .title-foot h3{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
footer ul{
    -webkit-padding-start:0px;
    list-style-type: none;
}
footer ul>li{
    font-weight: 400;
    margin-top: 5px;
}
footer ul>li>strong{
    text-transform: uppercase;
}
footer .redes ul {
    -webkit-padding-start:0px;
}
footer .redes ul li{
    border-bottom: none;
    list-style-type: none;
}
footer .redes a{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: transparent;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    font-size: 19px;
    display: inline-block;
}
footer .redes a:hover,
footer .redes a:active,
footer .redes a:focus,
footer .redes a:active:focus{
    background-color: #D7BD9C;
    -webkit-transition: all ease .3s;
}
footer .fa-instagram{
    font-size: 23px;
}
footer .sucursales ul li{
    width: 45%;
    margin-right: 10px;
    display: inline-block;
}
footer .logo-footer img{
    margin-top: 15px;
    width: 240px;
    margin-right: 0;
}
footer a{
    color: #fff;
    text-decoration: none;
    transition: font-weight .2s ease-in-out;
    -webkit-transition: font-weight .2s ease-in-out;
}
footer a:hover,
footer a:active,
footer a:focus,
footer a:active:focus{
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.rights{
    padding: 5px 0;
    background-color:#231F20;
    color: #fff;
    font-weight: 200;
}
.rights a{
    color: #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div.product-quantity input {
    border: 0 none;
    text-align: center;
    background: transparent;
}

div.product-quantity input:focus {
    outline: 0 none;
}
/******** MAX ********/
@media (max-width: 1366px){
}
@media (max-width: 1280px){
    .wstabitem>li>a {
        padding: 19px 11px;
    }
    .wstitemright{
        min-height: 372px;
    }
}
@media (max-width:1200px){
}
@media (max-width:991px) {
    .space-header{
        margin-top: 50px;
    }
    .container{
        max-width: 100%;
        width: 100%;
    }
    .wsmenu{
        font-family: 'Montserrat';
        background-color: transparent;
        padding-bottom:50px;
    }
    .wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6{
        font-family: 'Montserrat';
    }
    .wsmenu .col-sm-4{
        max-width: 95%;
        flex: 95%;
    }
    .wstbootslider {
        width: 225px;
    }
    .wsmain{
        z-index: 1000;
    }
    .wsmenu .wsmenu-list>li{
        /*background-color: inherit;*/
    }
    .smallogo{
        background-color: #fff;
        text-align: left;
        z-index: 997;
        padding-top: 5px;
    }
    #overlapblackbg{
        z-index: 998;
    }
    .topmenusearch input{
        height: 52px;
        font-size: 13px;
    }
    .topmenusearch .btnstyle{
        height: 52px;
        pointer-events: all;
        cursor: pointer;
    }
    .topmenusearch input:focus~.btnstyle {
        color: #fff;
        background-color: #D7BD9C;
    }
    .smallogo>img{
        height: 60px;
        margin-left: 45px;
    }
    .animated-arrow{
        right: 15px;
        left: auto;
        z-index: 999;
        background: rgba(0,0,0,0.2);
        border-radius: 50%;
        height: 35px;
        width: 35px;
        padding: 16px 6px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after{
        background-color: #fff;
    }
    .wsoffcanvasopener .animated-arrow {
        padding: 10px 5px;
    }
    .topmenusearch input{
        background-color: #fff;
        padding: 5px;
        text-indent: 5px;
    }
    .topmenusearch .btnstyle{
        background-color:#C29A69;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        top: 5px;
        right: 5px;
    }
    .topmenusearch .btnstyle:hover{
        background-color: #C29A69;
    }
    .wsmenu>.wsmenu-list>li>a{
        border-bottom: none;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        transition: all ease .4s;
    }
    .wsmenu>.wsmenu-list>li>a.btn-menu{
        background-color: #C29A69;
        margin-top: 8px!important;
    }
    .wsmenu>.wsmenu-list>li>a:hover {
        color: #fff;
    }
    .wsmenu-click{
        border:none;
        height: 52px;
        color: #fff;
        padding: 15px 0;
    }
    .wsmenu-click i{
        color: #fff;
        margin-top: 0px;
    }
    .wstabitem>li>a{
        width: 100%;
        text-transform: uppercase;
        font-weight: 300;
    }
    .wstabitem>li>a img{
        width: 20px;
        margin-right: 5px;
    }
    .topmenusearch{
        height: 52px;
    }
    .topmenusearch .btnstyle .fa{
        color: #fff;
    }
    .wsmenu-click02 {
        border-left: none;
        width: 30px;
        padding: 12px 0;
        background-color: transparent;
    }
    .wstitemright{
        width: 100%;
    }
    .wsmenu-submenu{
        display: table;
        transition: all ease .3s;
    }
    .wsmenu-submenu h6{
        font-size: 14px;
        margin-bottom: 0px;
        padding-left: 10px;
    }
    .wsmenu-submenu a{
        color: #555;
        text-decoration: none;
        font-size: 12px;
    }
    .wsmenu-submenu .logout .btn{
        margin: 0;
        background-color: #D7BD9C!important;
        text-align: center;
        color: #fff!important;
        padding: 10px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none!important;
        transition: all ease .4s;
    }
    .wsmenu-submenu .logout .btn:hover{
        background-color:#C29A69!important;
    }
    .link-list{
        list-style-type: none;
    }
    .megamenu ul li.title{
        padding: 5px 0!important;
        line-height: 1.2;
    }
    .link-list li a{
        color: #555;
        font-size: 13px;
        font-weight: 300;
    }
    .wsmenu-list .megamenu .bs-slider{
        margin: 15px 0;
    }
    .wsmenu>.wsmenu-list>li.profile>a{
        color: #C29A69;
        padding: 7px 32px 7px 12px;
        border-bottom: 1px solid #dedede;
    }
    .wsmenu>.wsmenu-list>li.profile> .wsmenu-click i{
        color: #C29A69;
    }
    li.profile a .image{
        position: relative;
        display: inline-block;
        width: 35px;
        margin-right: 10px;
    }
    li.profile a .image img{
        width: 100%;
    }
    .wsmenu>.wsmenu-list>li.shopping>a{
        color: #D7BD9C;
        padding: 7px 32px 7px 12px;
        border-bottom: 1px solid #dedede;
    }
    li.shopping a .image{
        position: relative;
        display: inline-block;
        width: 35px;
        margin-right: 10px;
    }
    li.shopping a .image img{
        width: 100%;
    }
    .wsmenu>.wsmenu-list>li.profile .number,
    .wsmenu>.wsmenu-list>li.shopping .number{
        position: absolute;
        bottom: 4px;
        right: 13px;
        color: #000;
        font-weight: 300;
        font-style: normal;
        font-size: 11px;
    }
    .mobile-sub .wsmenu-submenu{
        border:none;
    }
    .wsmenu>.wsmenu-list>li.profile .user{
        text-align: left;
        background: #C29A69;
        color: #fff;padding: 5px 15px;
    }
    .wsmenu>.wsmenu-list>li.profile .user p{
        font-size: 11px;
        margin-bottom: 0px;
    }
    .wsmenu>.wsmenu-list>li.profile .user h5{
        font-size: 13px;
    }
    .mobile-sub .wsmenu-submenu li a{
        font-weight: 300;
        text-decoration: none;
        transition: font-weight .2s ease-in-out;
        -webkit-transition: font-weight .2s ease-in-out;
    }
    .mobile-sub .wsmenu-submenu li a:hover{
        text-decoration: none;
        font-weight: 500;
    }
    /**********/
    .bs-slider{
        margin-top: 50px;
    }
    .m-cart,
    .m-cart.move{
        padding-top: 50px;
    }
    footer a{
        font-size: 13px;
    }
    footer .logo img{
        margin-top: 35px;
    }



    main{
        margin-top: 0px;
        position: relative;
        transition: all ease .8s;
    }
}
@media (max-width:767px) {
    .bs-slider{
        margin-top: 50px;
    }
    .icon-box:nth-child(2):after{
        background: none;
    }
    .icons h4{
        padding: 0 10%;
    }
    .menu-rapido ul li{
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .control-round .carousel-control{
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    footer{
        text-align: center;
    }
    footer img{
        margin: 20px auto;
    }
    footer ul{
        padding-bottom: 15px;
    }
    footer .logo-footer img{
        margin-right: auto;
    }
    .wsmenu>.wsmenu-list>li.profile>a{
        padding: 13px 32px 13px 12px;
    }
}
@media (max-width: 650px){
    .m-cart{
        width: 300px;
    }
    .m-cart .added-box .info h3{
        font-size: 12px;
    }
    .m-cart .gift h2{
        font-size: 16px;
    }
    .m-cart .total{
        font-size: 18px;
        padding: 15px;
    }
    .btn{
        font-size: 12px;
        padding: 7px 10px;
    }
}
@media (max-width: 550px){
    .icons h4{
        padding: 0;
    }

}
@media (max-width:480px) {
}
@media (max-width:320px) {
}
