@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('TrueType');
    font-weight: 200;
    font-style: normal;
}@font-face {
    font-family: 'Prompt';
    src: url('fonts/Prompt-Black.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;
}
@font-face {
    font-family: 'underrated';
    src: url('../fonts/underrated.otf') format('TrueType');
    font-weight: 800;
    font-style: normal;
}
input.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff!important;
    background-image: none;
}

.text-center h3{
    font-family: 'UNDERRATED';
    font-style: normal;
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1.5em;
    /* display: flex; */
    /* align-items: center; */
    /* text-align: center; */
    text-transform: uppercase;
}

#customer_details input.form-control {
border: solid #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:solid 2px #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: 114px;
position: relative;
transition: all ease .8s;
}
.hidden{
    display:none;
}
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: #676360!important;
}
.color-two{
background-color: #676360!important;
}
.color-three{
background-color: #E4472D!important;
}
.color-four{
background-color: #FFFB01!important;
}
.color-five{
background-color: #676360!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: #FFFB01;
}
.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: 400px;
    position: fixed;
    z-index: 888;
    top: 0;
    right: -400px;
    height: 100%;
    padding-top: 80px;
    transition: all ease .8s;
    background-color: rgba(255,255,255,0.9);
    overflow-y: auto;
    display: block !important;
}
.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-1.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: 110%;
    height: 110%;
    background: rgba(255, 255, 255, 0.7) url(../img/loading-msl.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: #676360;
}
.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: #676360;
}



.big-banner {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
/*
#sb_instagram .sbi_photo{
    filter: grayscale(80%);
}
#sb_instagram .sbi_photo img{
    filter: grayscale(80%);
}*/


#calc_shipping_cityx{
    width: 100%;
    border: solid 2px #8F8A87 !important;
    border-radius: 20px;
    margin-top: 10px;
    font-weight: 300;
    color: #666;
    height: 40px;
    box-shadow: none;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.big-banner:hover .image {
    opacity: 0.3;
}

.big-banner:hover .middle {
    opacity: 1;
}
.textover {
    background-color: #000;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}



/******** NAV *******/
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
    margin-left: 0px!important;
}
.navbar>.container-fluid .navbar-brand > img{
    width: 210px!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: 200px;
    transition: all ease .8s;
    margin-top: 10px;
}
.navbar.navbar-default.on .navbar-brand img{

    /*-webkit-filter: none;
    filter: none;*/
}
.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: 85px;
    padding: 10px 0 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;
    max-width: 200px;
}*/
.navbar-default .navbar-right.user li a{
    display: flex;
    align-items: start;
}
.navbar-default .navbar-right li a p{
    font-size: 0.8em;
    line-height: 1;
}
.navbar-default .navbar-default li:last-child a{
    border-right: none;
}
.navbar-default .navbar-right li img{
    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;
}

.wsmenu .number,
.navbar-default .number{
    color: #fff;
    position: absolute;
    bottom: 14px;
    right: 10px;
    width: 15px;
    font-size: 0.6em;
    text-align: center;
    background: #F55151;
    border-radius: 50%;
    height: 15px;
    line-height: 2;
}
.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: 10px;
}
.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{
    color: #676360;
    font-size: 14px;
    background-color:#E4E3E2 ;
    border: 2px solid #ddd;
}
.inner-addon .form-control:focus {
    border: 2px solid #ddd;
    outline:0;
}
.inner-addon .form-control::-webkit-input-placeholder {
    color: #000;
}
.inner-addon button {
    position: absolute;
    z-index: 555;
    top: 0;
    color: #fff;
    height: 40px!important;
    width: 40px!important;
    text-align: center;
    background-color: #222;
    cursor: pointer;
    transition: all ease .4s;
    pointer-events: all;
    outline-color: transparent!important;
}
.inner-addon button:hover {
    background-color: #222;
    border: none;
}

ul#shipping_method li label{
    font-size: 1em;
}
ul#shipping_method li{
    border-bottom: solid 1px #999;

}
ul#shipping_method li label.imglabel{
    float: left;
    display: contents;
}
ul#shipping_method li label.imglabel img{
    height: 30px;
    margin-top: 0px !important;
    margin-bottom: 15px !important;;
}
ul#shipping_method li label img{
    margin-bottom: 15px!important;
    margin-top: 30px!important;
}



.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{
    background-color: #222;
    color: #fff;
    width: 300px;
}
.navbar-default .dropdown-menu form{
    padding: 10px;
}
.navbar-default .dropdown-menu form label{
    color:#fff;
    font-weight: 300;
    font-size: 0.8em;
}
.navbar-default .dropdown-menu form input{
    color:#fff;
    background-color: #222;
    border: solid 1px #eee;
}
.navbar-default .dropdown-menu form .wc-auth-actions button,
.navbar-default .dropdown-menu form .wc-auth-actions a{
    width: 100%;
}
.navbar-default .dropdown-menu form .wc-auth-actions a{
margin-top: 15px;
text-align: center;
display: block;
background: transparent;
box-shadow: none;
}
.navbar-default .dropdown-menu form .wc-auth-actions button{
    background-color: #fff;
    border-color: #fff;
    color: #222;
}

.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: #FFFB01;
}
.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: #000;
    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: #000;
    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: #000;
}
.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: #222;
    transition: all ease .8s;
    border-bottom: solid 5px #fff;
}
.submenu.move{
    top: 85px;
}
.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{

}


button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
    background-color: #676360;
    border-color: #676360;
    color: #ffffff;
}

/******  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 a{
    color: #555;
    text-transform: uppercase;
    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;
}

.banners.twobanner{
    background-image: url("../img/divider-texture.jpg");
}



.big-banner a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    max-height: 360px;
}
.big-banner a img.desc{
    margin-top: -15px;
    transition: all .5s;
}

.big-banner a img.desc:hover{

    transform:scale(0.99);
}
.big-banner a .caja{
    background: #373533;
    margin-top: 25px;
    padding: 10px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
}
.big-banner a .caja h2{
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 0px;
}
.big-banner a .caja h2 span{
    font-size: 50px;
    font-weight: bold;
}

/****** SLIDE PRODUCTS ******/
.slide-products{
    overflow: hidden;
}
.slide-products h2{
    text-transform: uppercase;
    font-size: 2rem;
    color: #555;
}
h3{
    color: #555;
    text-transform: capitalize;
    font-weight: 300;
}
/****** 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;
    padding: 12px;
}
.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;
    background: #C70039;
    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: 10px 0 10px 0;
    text-align: center;
    overflow: hidden;
}
.box-product .product-image img{
    margin: 0 auto;
}
.box-product .product-description {
    margin-top: 15px;
    height: 40px;
}
.box-product .product-description p{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    min-height: 50px;
    text-align: center;
}
.m-product-price{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    height: 30px;
    text-align: center;
}
.m-product-price .before{
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}
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: 45px;
}
.add-product .btn{
    color: #fff!important;
    margin: 0;
    width: 100%;
    padding: 4px 0;
}

#sb_instagram {
    padding-bottom: 0px!important;
}
#sb_instagram #sbi_images {
padding: 0!important;
}
/****** 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 #FFFB01;
    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: #00B375;
    border-color:#00B375;
    padding:7px 25px;
    font-size:13px;
    text-transform:uppercase;
    transition: all ease .3s;
    font-weight: 500;
    margin: 10px 0;
    box-shadow: none;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
    background-color:#09BA77;
    color: #fff!important;
}
.btn.outline{
    background-color: transparent;
    color:#FFFB01;
    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: #09BA77;
    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-image:url("../img/footer-texture.jpg");
    background:#000;
    color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 444;
    background-position: revert;
}
footer .menu-rapido ul{
    margin: 0px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

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: 0 auto;
    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: #88851B;
    -webkit-transition: all ease .3s;

}

footer .transations ul{
    -webkit-padding-start:0px;
    list-style-type: none;
}
footer .transations ul>li{
    font-weight: 400;
    margin-top: 5px;
}
footer .transations ul>li>img{
        max-width: 140px;
}
footer .transations ul>li>span>img{
        max-width: 140px;
}

footer .logo img{
    max-width: 110px;
}


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;
    font-size: 1em;
    font-weight: 100;
    text-transform: capitalize;
}
footer a:hover,
footer a:active,
footer a:focus,
footer a:active:focus{
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.rights{
    padding: 5px 0;
    background-color:#231F20;
    color: #fff;
    font-weight: 200;

}
.rights a{
    color: #fff;
}
.rights #siteseal{


         }

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;
    }
    .site-main {
        margin-bottom: 2.618em;
        margin-top: 35px;
    }
    #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: #09BA77;
    }
    .smallogo>img{
        height: 60px;
        margin-left: 45px;
    }
    .animated-arrow{
        top: 5px;
        right: 15px;
        left: auto;
        z-index: 999;
        background: rgba(0,0,0,0.8);
        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:#09BA77;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        top: 5px;
        right: 5px;
    }
    .topmenusearch .btnstyle:hover{
        background-color: #0F834D;
    }
    .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-submenu li a {
        border-bottom: 1px solid #f5f5f5;
        border-top: 1px solid #f5f5f5;
    }
    .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: #FFFB01!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: #000;
        padding: 7px 32px 7px 12px;
        border-bottom: 1px solid #dedede;
    }
    .wsmenu>.wsmenu-list>li.profile> .wsmenu-click i{
        color: #000;
    }
    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: #000;
        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{
        bottom: 0px;
        right: 0px;
        font-style: normal;
        font-size: 11px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .mobile-sub .wsmenu-submenu{
        border:none;
    }
    .wsmenu>.wsmenu-list>li.profile .user{
        text-align: left;
        background: #09BA77;
        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;
    }

    .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 (min-width:768px) {

    .woocommerce-breadcrumb {
        margin-top: 50px;
    }
    .big-banner a .caja h2 span{
        font-size: 1em;
    }
    p.woocommerce-result-count {
        line-height: 35px;
    }

    .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 ul{
        padding-bottom: 15px;
        margin-block-start: 0;
        margin-inline-start: 0;
    }
    footer .logo-footer img{
        margin-right: auto;
    }
}
@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) {

    .smallogo>img{
        height: 60px;
        margin-left: 15px;
    }
    .big-banner a .caja h2{
        font-size: 1.5em;
    }
    .big-banner a .caja h2 span{
        font-size: 1.5em;
    }
    .banners .text-center.top{
        margin-top: 50px;

    }

    .add-product {
        width: 100%;
    }
    div.product-quantity {
        width: 100%;
    }
    div.product-quantity .list-inline{
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .big-banner a img {
        margin-top: 0;
    }
}
@media (max-width:320px) {
}


