/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */



 @import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@300;400;600;700&family=Raleway:wght@100;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,500;0,700;1,400&display=swap');
 
 /* font-family: 'Raleway', sans-serif; */

 @font-face {
    font-family: 'Futura,li';
    font-style: normal;
    src: url(../fonts/futura-pt-light-589a6e187563a.otf);
    
 }

 @font-face {
    font-family: 'Futura,bold';
    font-style: normal;
    src: url(../fonts/futura-pt-demibold-589e43b852117.otf);
    
 }
 @font-face {
    font-family: 'Futura,medium';
    font-style: normal;
    src: url(../fonts/futura-pt-medium-589e45b956de4.otf);
    
 }

 @font-face {
    font-family: 'Futura,normal';
    font-style: normal;
    src: url(../fonts/futura-pt-book-589a6dec272c3.otf);
    
 }

body {
	font-family: 'Big Shoulders Display', cursive;
}

img{
    width: 100%;
    max-width: 100%;
}


p {
    color: #1B2C3E;
}

.h1, .h2, .h3, .h4 {
    color: #1B2C3E;
}

#header {
	color: #000;
}
#header #_desktop_logo{
	text-align: center;
}
#header #_desktop_logo a img{
	max-width: 90px;
	width: 90px;
	height: auto;
}

#header .textoenvio{
    position: initial;
}
#header .textoenvio .texto{
    position: absolute;
    /* text-align: center; */
    left: 50%;
    transform: translateX(-50%);
}

#header .textoenvio .texto span{
    color: white;
    font-family: 'Futura,medium';
    text-transform: uppercase;
    font-size: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #d50a0a;
    font-weight: 500;
    font-family: 'Big Shoulders Display', cursive;
    font-size: 24px;
    letter-spacing: 1.44px;
    padding: .2rem 2.5rem;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #f90404;
    border-color: transparent;
}

#header .header-nav {
    background: #0092d0;
    border: none;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 55px;
    max-height: max-content;
    margin-bottom: 0;
}

#header .header-top {
    background: #ffc20f;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;

}
#header .header-top a[data-depth="0"] {
    color: #000000;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.5px;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #000000;
    text-decoration: none;
}
#header .header-top .menu {
    padding-left: 50px;
    margin-bottom: 0;
}
#header .header-nav > .container-fluid,#custom-text > .container-fluid{
    padding: 0;
}

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {

    border-top: none; 
}
.featured-products .thumbnail-container:hover .product-description,.js-product-miniature .thumbnail-container:hover .product-description{
    background: #ffc20f!important;
}
.featured-products .thumbnail-container:hover a img,.js-product-miniature .thumbnail-container:hover a img{
    transform: scale(1.1);
    transition: all 0.5s ease-out;   
}
#blockcart-modal .modal-header{
    background: #ffc20f!important;

}
#blockcart-modal .modal-title {
    color: black;
    font-size: 1.5rem;
    font-weight: 400;
}
#blockcart-modal .cart-content p .label,#blockcart-modal .cart-content p .label,#blockcart-modal .cart-content p.product-tax{
    font-size: 1.2rem;
}

#header .header-nav .cart-preview.active a span {
    background: red;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    color: #fff;
    font-size: 1rem;
    width: 18px;
    height: 18px;
    right: 0px;
    font-weight: 700;
}
#header .header-nav .cart-preview.active {
    background: none;
}



#header .header-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 2000;
    box-shadow: 0px 2px 3px 2px #e4e4e4;
    width: 100%;
}

#header .header-nav .p-t {
    padding-top: 0.75rem;
}

#header .menu{
	width: 100%;
}
#top-menu{
	text-align: center;
    margin-bottom: .8rem;
    margin-top: .8rem;
    display: flex;
    justify-content: space-between;
}


.pagination div{
	font-weight: 400;
	color: #1B2C3E;

}


.top-menu a[data-depth="0"]::before {
	content: '';
}

#header .header-nav .user-info{
    margin-left: 1.2rem;
    margin-top: 0;
}
#header .header-nav .user-info img,#header .header-nav .blockcart .header img,#search_widget #toggle_searchbar img,#search_widget button img,#toggle_searchbar img{
	width: auto;
	height: 21px;
}
#header .header-nav .user-info img.hover,#search_widget #toggle_searchbar img.hover,#header .header-nav .blockcart .header img.hover,#search_widget button img.hover,#toggle_searchbar img.hover{
    display: none;
}
#header .header-nav .user-info:hover img.visible,#search_widget #toggle_searchbar:hover img.visible,#header .header-nav .blockcart .header:hover img.visible,#search_widget button:hover img.visible,#toggle_searchbar:hover img.visible{
    display: none;

}
#header .header-nav .user-info:hover img.hover,#search_widget #toggle_searchbar:hover img.hover,#header .header-nav .blockcart .header:hover img.hover,#search_widget button:hover img.hover,#toggle_searchbar:hover img.hover{
    display: block;

}
.dropdown-item:focus, .dropdown-item:hover,#_desktop_user_info .dropdown-menu a:hover{
	color: #FF8FBC;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a{
    color: #000000;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 1;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping{
    color: #000000;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 1;
}


.add-to-cart img{
    width: 20px;
}

#header .header-nav .blockcart span{
    color: white;
}

#header .header-nav .language-selector {
    margin-left: .9375rem;
    margin-top: 0;
}

#header .language-selector .dropdown-menu {
    min-width: 9rem;
}

#header .header-nav .blockcart {
    background: none;
    margin-left: 0;
    padding: 0;
    margin-left: 1.2rem;
    height: auto;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #232323;
}

#search_widget {
    margin-right: .9375rem;
}

.search-widget form input[type=text] {
    min-width: 225px;
}

#toggle_searchbar {
    display: inline-block;
}

/* headerlogo************ */
#_desktop_logo h1{
    position: relative;
}
#_desktop_logo h1 a{
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 0;
    transform: translateY(-24px);
}
#header #_desktop_logo h1 a img{
    max-width: 100%;
    width: 263px;
    height: auto;
}

/*configuracion de tamÃ±os de paginas*/
body#index .container-fluid-2020{
    padding-left:  0;
    padding-right: 0;
}
body#category .container-fluid-2020,body#product .container-fluid-2020,body#cms .container-fluid-2020,body#cart .container-fluid-2020{
    padding-left:  50px;
    padding-right: 50px;
}



/*end*/

#main .images-container .js-qv-mask {
    min-width: 110px;
}


#wrapper {
    background: #fff;
    padding-top: 1rem;
}

#index #wrapper {
    padding-top: 0;
}

.carousel {
	margin-bottom: 0;
}

.carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
}

.carousel .carousel-control .icon-prev {
    left: 3rem;
}

.carousel .carousel-control .icon-next {
    right: 4rem;
}
/* .carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i{
	color: #FF8FBC;
} */

.carousel .carousel-item figure {
    margin: 0;
    display: inline-block;
    width: 100%;
}

/* categorias Home********** */



/* banner************ */
#wrapper .banner{
    display: inline-block;
}
#wrapper .banner .contentBanner{
    position: relative;
}

#wrapper .banner .contentBanner .textobanner {
        position: absolute;
        display: flex;
        top: 0;
        flex-direction: column;
        width: 100%;        
        height: 100%;
        align-items: center;
        justify-content: center;
    
}

#wrapper .banner .contentBanner .textobanner h3{
    text-shadow: 0px 3px 6px #00000089;
    letter-spacing: 9px;
    font-size: 50px;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

#wrapper .banner .contentBanner .textobanner h1{
    font-family: 'Raleway', sans-serif;
    color: #FAC900;
    font-size: 78px;
    text-shadow: 0px 3px 6px #00000074;
    letter-spacing: -2px;

}

#wrapper .banner img {
    width: 100%;
}

/* instagrams ********** */

#csinstagramfeed{
    padding: 55px 0;
}
#csinstagramfeed .title{
    text-align: center;
}

#csinstagramfeed .title h2{
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 2rem;
}

#csinstagramfeed .title p{
    color: #626262;
    font-size: 22px;
    letter-spacing: 1.8px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
#csinstagramfeed .imgInsta img{
    width:100%;
}

/* suscribe ****** */
.subscribeDiv{
    background: #ffc20f;
}
.block_newsletter{
    background: none;
    margin-bottom: 0;
    padding: 30px 0;
}

.subscribeDiv .block-social{
    display: none;
}

.block_newsletter form input[type=email] {
    width: 95%;
    padding: 4.2px 0 4.2px 35px;
    font-size: 18px;    
}
.block_newsletter form input[type=email]::placeholder {
    font-size: 20px;
    line-height: 20px;
    color:#000000;
}
.block_newsletter form .input-wrapper{
    position: relative;
}
.block_newsletter form input[type=email]:focus {
    border: 3px solid #2fb5d2;
    /* padding: 8px 8px 9px 35px; */
    padding: 4.2px 0 4.2px 35px;
    outline: none;
}

.block_newsletter form .input-wrapper i{
    color: #868686;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}



/* custom-text******************* */
#custom-text{
    background: #fff;
    border-radius: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    text-align: inherit;
}
#custom-text .contentTextbox{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10%;
}

#custom-text .contentTextbox .contentBtn{
    width: 40%;
}

#custom-text .contentTextbox .contentBtn button{
    border: solid 3px white;
    background: none;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 25px;
    font-size: 23px;
    margin-left: 40px;
}
#custom-text .contentTextbox .contentBtn .text1,#custom-text .contentTextbox .contentBtn .text2{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
#custom-text .contentTextbox .contentBtn .text2{
    margin-left: 35px;
}
#custom-text .contentTextbox .contentBtn .yellow{
    color: #FFC20F;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 0;
}


#custom-text .contentTextbox .pasos{
    width: 60%;
}

#custom-text .contentTextbox .contentBtn .white{
    font-family: 'Futura,bold';
    color: white;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -3px;
    font-weight: 500;
    margin-bottom: 0;
}
#custom-text .contentTextbox .contentBtn .text2 .white{
    font-size: 90px;
    line-height: 90px;
}

#custom-text .contentTextbox .pasos{
    display: flex;
}

#custom-text .contentTextbox .pasos .paso1,#custom-text .contentTextbox .pasos .paso2,#custom-text .contentTextbox .pasos .paso3{
    width: 33.333333%;
    padding: 10px;
}

#custom-text .contentTextbox .pasos .title{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#custom-text .contentTextbox .pasos .title h3{
    font-size: 35px;
    color: white;
    display: inline;
    margin-bottom: 0;
}
#custom-text .contentTextbox .pasos .title img{
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-right: 15px;
}
#custom-text .contentTextbox .pasos .text {
    color: white;
    font-size: 20.5px;
    font-family: 'Futura,li';
    line-height: 22px;
    letter-spacing: 0.9px;
}


/* IIIIIIIIIIIIIIIIII */

.comments_note .star_content{
    margin-top: 10px;
}


.products-selection .total-products p{
	text-transform: uppercase;
}
#wrapper .breadcrumb li a,#wrapper .breadcrumb li span {
    color: black;
    font-size: 15.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
}
#wrapper .breadcrumb ol li:last-child span{
	color: #A2A2A2;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: #d50a0a;
}


/* ///////// */
#js-product-list .products .listado4{
    width: 25%;

}
#products .product-miniature, .featured-products .product-miniature, .product-miniature .product-miniature {
    width: calc(100%);
    padding: 0;
    margin: 0;
}
#products .product-miniature{
    margin-bottom: 2rem;
}

#new-slide-product .product-miniature{
    width: 100%!important;  
    padding: 0 30px;  
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
    width: 100%;
    box-shadow: none;
    padding: 5px;
    height: auto;
}
#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img{
    margin: 0;
    position:relative;
}

#products .product-description, .featured-products .product-description, .product-miniature .product-description {
    width: 100%;
    position: relative;
    height: auto;
    padding: 5px 15px;
    min-height: 122px;
}

#products .products, .featured-products .products, .product-miniature .products{
    margin: 0 -5px;
    overflow: hidden;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
    width: 100%;
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0!important;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0!important;
}

#new-slide-product{
    width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0 30px;
}

body#product section.product-accessories,body#product section.product-accessories{
    margin-bottom: 2rem;
    margin-top: 4rem;
}

body#product section.product-accessories > p.h5{
    font-size: 30px;
    letter-spacing: 0;
}

.product-prices .current-price span {
    color: #1b2c3e;
    font-weight: 600;
}
.has-discount .discount {
    background: red;
    color: white!important;
}
.product-price{
    color: black;
}

.has-discount.product-price, .has-discount p{
    color: red!important;
}
.cart-grid-body a.label:hover,.cart-grid-body a.label:focus,.cart-grid-body a.label:active{
    color:#fdbf2d;
}


/* owl-carousel********* */
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
    color: #D50A0A;
    font-size: 80px;
    font-weight: 500;
    font-family: monospace;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #f90404;
    text-decoration: none;
}

.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
}

.owlproductosvendidos  .products-section-title{
    color: #000000;
    font-weight: 800;
    font-size: 65px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: -1.8px;
    margin-bottom: 2.5rem;
}
.owlproductosvendidos{
    margin: 4rem 0;
}

/* categorias HOme************** */
.categoriasHome .categorias{
    display: flex;
    flex-wrap: wrap;
}
.categoriasHome .categorias .categoria:nth-child(1),.categoriasHome .categorias .categoria:nth-child(2){
    width : 50%;
    position: relative;
}
.categoriasHome .categorias .categoria:nth-child(3),.categoriasHome .categorias .categoria:nth-child(4),.categoriasHome .categorias .categoria:nth-child(5),.categoriasHome .categorias .categoria:nth-child(6){
    width: 33.3333333333%;
    position: relative;

}
.categoriasHome .categorias .caption{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.categoriasHome .categorias .caption h3{
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: -1.5px;
    font-family: 'Raleway', sans-serif;
}
.categoriasHome .categorias .caption a{
    border: 3px solid white;
    padding: 2px 25px;
    color: white;
    font-size: 20px;
    letter-spacing: 1.8px;
    font-weight: 700;
    text-transform: uppercase;
}

.categoriasHome .categorias .caption a:hover{
    background: #ffc20f;
    border-color: #ffc20f;
}

/* pagina de categorias*********** */
.card-block{
    padding: 0;
}

.cart-detailed-totals .card-block,#checkout .card-block{
    padding: 1.25rem 1.25rem .5rem;
}
.block-category {
    min-height: auto;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-category h1{
    margin: 0 10px;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    letter-spacing: -0.92px;
    color: black;
}

.block-category:before,.block-category:after{
    border-bottom: 3px dashed #ff560c;
    bottom: 50%;
    content: "";
    width: calc((100% -469px)/2);
    width: 50%;
}

.block-category h1::before {
    left: 0px;
}
 
.block-category h1::after {
    right: 0px;
}

.products-selection .sort-by-row{
    width: auto;
    border: solid 1px black;
    justify-content: center;
}

#js-product-list-top .filtrar{
    display: flex;
    justify-content: center;
}

.products-sort-order .select-title{
    padding: 0;
    box-shadow: none;
    border: none;
    display: flex;
    margin-right: 1em;
    color: #ff560c;
    font-weight: 400;
}
.products-sort-order .select-title i{
    font-size: 20px;
}

.products-sort-order{
    padding: 0;
}

.products-selection .sort-by{
    padding-right: 5px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
    width: max-content;
    font-weight: 700;
    color: #1B2C3E;
    text-transform: uppercase;
    font-size: 15px;
}


/* pagina de producto ************ */
#product_comments_block_tab div.comment{
    border-bottom: 0;
}
#new_comment_form label {
    text-align: left;
}

/* ///// */
.product-container{
    margin-top: 2rem;
}
#wrapper .breadcrumb{
    margin-top: 1.5rem;
    font-size: 16px;
}
.detallesProd h1{
    font-family: 'Raleway', sans-serif;
    letter-spacing: -0.92px;
    font-weight: 900;
    font-size: 33px;
    color: black;
}

.detallesProd .product-prices .current-price span{
    color: black;
    font-weight: 800;
    font-size: 40px;

}

.detallesProd .product-actions .add-to-cart {
    background: #FFC20F;
    color: #000000;
    box-shadow: none;
}
.bootstrap-touchspin{
    box-shadow: none;
}

.product-actions .control-label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.product-prices .tax-shipping-delivery-label{
    display: none;
}

.detallesProd .product-price,.detallesProd .product-prices div{
    margin-bottom: 0;
}

.social-sharing > span{
    font-family: 'Futura,li';
    color: #6A6A6A;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'Futura,medium'; */
    font-size: 17px;
}

.descriptionNew .product-description p,.descriptionNew .product-description{
    font-family: 'Futura,normal';
    font-size: 18px;
    color: #1B2C3E;
    letter-spacing: 0.6px;
}

/* compartir en redes sociales********* */
/*compartir redes sociales*/
.social-sharing{
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid #000000;
    margin-top: 35px;
}
.facebook.icon-gray,.facebook.icon-gray:hover{
	background-image: url(../img/fb.png);
}
.twitter.icon-gray,.twitter.icon-gray:hover{
	background-image: url(../img/tw.png);
}
.pinterest.icon-gray,.pinterest.icon-gray:hover{
    background-image: url(../img/pi.png);

}

.social-sharing li {
     box-shadow: none; 
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 0; 
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 1.8rem 1.8rem;
    background-position:0;
    cursor: pointer;
    margin-left: .9rem;
}

.block-social li {
	margin: .8rem;
}


/* cambiar posicion de mini */
#product #content{
    max-width: max-content;
}
.product-container .minuaturas .images-container{
    display: flex;
    flex-direction: row-reverse;

}
#main .images-container .js-qv-mask{
    padding-right: 15px;
    min-width: none;
    max-width: 100px;
}
.product-images>li.thumb-container{
    display: block;
}

.product-images>li.thumb-container>.thumb,.product-cover img{
    box-shadow: none;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: 3px solid #ff560c;
}

/* pagina de carrito de compras********** */

.product-line-grid-body>.product-line-info>.label {
    font-family: 'Futura,bold';
    font-size: 25px;
}

.product-line-info{
    margin-bottom: 15px;
}
#cart .product-line-grid-right .product-price{
    font-weight: 800;
    font-size: 30px;
    color: black;
}

#cart .current-price span{
    font-weight: 800;
    font-size: 20px;
}

#cart .remove-from-cart{
    color: #d50a0a;
}

#cart .seguircomprando{
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    border: solid 3px #ffc20f;
    padding: 2px 10px;
}

#cart .cart-summary,#checkout .js-cart{
    background: #F2F2F2;
}

.card-block .cart-summary-line span.label,.cart-summary-totals .cart-summary-line span.label{
    font-family: 'Futura,normal';
    color: #1B2C3E;
    font-size: 16.5px!important;
    font-weight: 400!important;
}
.card-block .cart-summary-line span.value,.cart-summary-totals .cart-summary-line span.value{
    font-family: 'Futura,medium';
    color: #1B2C3E;
    font-size: 16.5px!important;
    font-weight: 500!important;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total{
    padding: 0;
}
.card-block.cart-summary-totals .cart-summary-line span.value{
    float: right;
}
.block-promo .promo-code-button a{
    font-family: 'Futura,normal';
    font-size: 20px!important;
    color: #d50a0a;
    text-decoration: underline;
}

.cart-detailed-totals .card-block {
    padding: 1.25rem 1.25rem .5rem;
    border-bottom: 1px solid #707070;
}
.block-promo {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#cart .cart-detailed-actions div a{
    background-color: #ffc20f;
    color: black;
}
.cart-grid{
    margin-top: 3rem;
}

/* chekcout */


#checkout .card-block{
    border-bottom: 1px solid #707070;
}

.cart-summary-subtotals-container{
    padding-left: 0!important;
    padding-right: 0!important;
    border: none!important;
}
 




/* footer ************ */
#footer{
    padding-top: 0;
}
.footer-container {
    margin-top: 0;
    background: #0092d0;
    padding-bottom: 1.5rem;
}

.footer-container .liknksflex{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.myaccount-title{
    font-family: 'Big Shoulders Display', cursive;
    color: white;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 3px solid;
    padding-bottom: 8px; 
    margin-bottom: 10px;
}

.myaccount-title a{
    font-family: 'Big Shoulders Display', cursive;
    color: white!important;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    }

.footer-container li a {
    font-family: 'Futura,li';
    color: white;
    cursor: pointer;
    font-size: 14px;
    /* font-weight: 300; */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-container li {
    margin-bottom: 3px;
}

#footer .block_newsletter p {
    font-weight: 700;
    font-size: 34px;   
}

#footer .logofooter{
    text-align: center;
    margin-bottom: 2rem;
}
#footer .logofooter img.laanita{
    width: 220px;
    margin-right: 10px;
}
#footer .logofooter img.hechomexico{
    width: 100px;
}

#footer .copyright p,#footer .copyright p a,#footer .copyright p span{
    margin-bottom: 0;
    color: white;
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 15px;
}

.footer-container li a:hover {
    color: #ffc20f;
}




@media screen and (max-width: 1300px) {
    #custom-text .contentTextbox .contentBtn .yellow {
        font-size: 27px;
    }
    #custom-text .contentTextbox .contentBtn .white{
        font-size: 60px;
    }
    #custom-text .contentTextbox .pasos .title h3{
        font-size: 25px;
    }
    #custom-text .contentTextbox .pasos .text{
        font-size: 18px;
    }
    .owlproductosvendidos .products-section-title,.categoriasHome .categorias .caption h3{
        font-size: 45px;
    }
    #wrapper .banner .contentBanner .textobanner h3{
        font-size: 40px;
    }
    #wrapper .banner .contentBanner .textobanner h1 {
        font-size: 68px;
    }
    #csinstagramfeed .title h2 {
        font-size: 35px;
    }
    #footer .block_newsletter p{
        font-size: 30px;
    }

    
}

@media screen and (max-width: 1180px) {
    #custom-text .contentTextbox .contentBtn .yellow {
        font-size: 25px;
        line-height: 28px;
    }
    #custom-text .contentTextbox .contentBtn .text2 .white{
        font-size: 70px;
        line-height: 73px;
    }

    #custom-text .contentTextbox .pasos .title h3{
        font-size: 22px;
    }
    #custom-text .contentTextbox .pasos .text{
        font-size: 16px;
    }
    .owlproductosvendidos .products-section-title,.categoriasHome .categorias .caption h3{
        font-size: 35px;
    }
    #wrapper .banner .contentBanner .textobanner h3{
        font-size: 30px;
        letter-spacing: 5px;
    }
    #wrapper .banner .contentBanner .textobanner h1 {
        font-size: 58px;
    }
    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
        font-size: 18px;
    }
    
}



@media screen and (max-width: 991px) {
    #header .header-top .menu{
        padding: 0;
    }
    #footer .block_newsletter p,#custom-text .contentTextbox .contentBtn .yellow{
        font-size: 23px;
        line-height: 26px;
    }
    #custom-text .contentTextbox .contentBtn .white {
        font-size: 40px;
        line-height: 43px;
    }
    
    #custom-text .contentTextbox .contentBtn .text2 .white {
        font-size: 60px;
        line-height: 60px;
    }


    .carousel {
        box-shadow: none;
        width: 100%;
        margin-left: 0;
        left: 0;
        padding-bottom: 0;
        background-color: #f1f1f1;
    }

    .carousel .carousel-item .caption {
        display: none;
    }

    .carousel .direction {
        position: absolute;
        top: 50%;
        width: 90%;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .carousel .direction .carousel-control i{
        background: none;
    }

    #header .header-top a[data-depth="0"] {
        font-size: 16px;
    }

}

@media screen and (max-width: 850px) {
    #custom-text,#custom-text img{
        height: 500px;
        object-fit: cover;
    }
    #custom-text .contentTextbox{
        flex-direction: column;
    }
    #custom-text .contentTextbox .contentBtn .text1, #custom-text .contentTextbox .contentBtn .text2{
        width: max-content;
    }
    #custom-text .contentTextbox .pasos{
        margin-top: 2rem;
        width: 80%;
    }
    #custom-text .contentTextbox .contentBtn {
        width: 80%;
    }

    .block_newsletter .row #block-newsletter-label{
        width: 100%;
        text-align: center;
    }
    .block_newsletter .row .col-md-5{
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    #custom-text,#custom-text img{
        height: 650px;
    }
    #custom-text .contentTextbox .pasos {
        margin-top: 2rem;
        width: 80%;
        flex-direction: column;
        align-items: center;
    }
    #custom-text .contentTextbox .pasos .paso1, #custom-text .contentTextbox .pasos .paso2, #custom-text .contentTextbox .pasos .paso3{
        width: 100%;
    }
    .categoriasHome .categorias .caption{
        text-align: center;
    }
    #csinstagramfeed .title h2{
        font-size: 28px;
    }
    .categoriasHome .categorias .caption {
        text-align: center;
        bottom: 10px;
    }
    .owlproductosvendidos .products-section-title, .categoriasHome .categorias .caption h3 {
        font-size: 25px;
    }
    .categoriasHome .categorias .caption a {        
        font-size: 15px;       
    }
    #wrapper .banner .contentBanner .textobanner h3{
        font-size: 25px;
    }
    #wrapper .banner .contentBanner .textobanner h1 {
        font-size: 48px;
    }
    .footer-container .links .h3 {
        line-height: 1.5;
        font-size: 1rem;
        color: white;
    }
    .links .title .collapse-icons i{
        color: white;
    } 
    .footer-container .liknksflex {
        display: inherit;
        justify-content: space-evenly;
        margin-bottom: 3rem;
    }
    .links .title {
        padding: 0 .625rem;
        border-bottom: 0;
        cursor: pointer;
        margin-bottom: 15px;
    }


    /* menu mobile ************* */
#header .header-nav {
    padding: 0 15px;
}
#header .header-nav > .container-fluid{
    padding: 0 15px;
}
#header .mobile .barra1{
    padding: 15px 0;
}
#header .header-nav #menu-icon {
    margin: 0;
    text-align: right;
}
#header .header-nav .menumobilenew  #menu-icon{
    margin:0;
}
#header .header-nav .menumobilenew  #menu-icon i{
    font-size: 40px;
}
#header .menumobilenew{
    background: #fac900;
}
#_mobile_logo h1 {
    position: relative;
}
#_mobile_logo h1 a {
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 0;
    transform: translateY(-24px);
}

#header #_mobile_logo h1 a img {
    max-width: 100%;
    width: 263px;
    height: auto;
    max-height: initial;
}
#top-menu {
    flex-direction: column;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0092d0;
}
#products .product-description, .featured-products .product-description, .product-miniature .product-description {
    width: 100%;
    padding: 020px;
    position: relative;
    height: auto;
    background: #fac900;
}

}

@media screen and (max-width: 650px) {
    .categoriasHome .categorias .categoria:nth-child(1), .categoriasHome .categorias .categoria:nth-child(2){
        width: 100%;
    }
    .categoriasHome .categorias .categoria:nth-child(3), .categoriasHome .categorias .categoria:nth-child(4), .categoriasHome .categorias .categoria:nth-child(5), .categoriasHome .categorias .categoria:nth-child(6){
        width: 100%;
    }
    .categoriasHome .categorias .caption {
        text-align: center;
        bottom: 30px;
    }
    #wrapper .banner img{
        height: 200px;
    }
    #csinstagramfeed .title h2{
        font-size: 21px;
        margin-bottom: .5rem;
    }
    #csinstagramfeed .title p{
        font-size: 18px;
        
    }
}

@media screen and (max-width: 450px) {
    #wrapper .banner .contentBanner .textobanner h3 {
        font-size: 20px;
        margin-bottom: .5rem;
    }
    #wrapper .banner .contentBanner .textobanner h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 450px) {
    .block_newsletter .row #block-newsletter-label {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    #csinstagramfeed .title h2{
        font-size: 18px;
        margin-bottom: .5rem;
    }
    #csinstagramfeed .title p{
        font-size: 16px;
        
    }
}
@media screen and (max-width: 380px) {
    #custom-text .contentTextbox {
        padding: 0 5%;
    }
    #wrapper .banner .contentBanner .textobanner h3 {
        
        letter-spacing: 3px;
    }
    #wrapper .banner .contentBanner .textobanner h1 {
        font-size: 33px;
    }
    #csinstagramfeed .title h2 {
        font-size: 16px;
    }
    #csinstagramfeed .title p {
        font-size: 18px;
    }
    .block_newsletter .row #block-newsletter-label {

        font-size: 16.5px;
    }
    #custom-text .contentTextbox .pasos,#custom-text .contentTextbox .contentBtn{
        width: 100%;
    }
}


@media (min-width: 576px){
    #header #search_widget {
        display: none;
    }
}
@media (max-width: 767px){
    .header-top .search-widget{
        float: none!important;
    }    
    
}
    

