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

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

@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight?iefix') format('eot'),
        url('../fonts/OpenSansLight.woff') format('woff'),
        url('../fonts/OpenSansLight.ttf') format('truetype'),
        url('../fonts/OpenSansLight.svg#webfont') format('svg');
    font-weight: 300;
}

@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular?iefix') format('eot'),
        url('../fonts/OpenSansRegular.woff') format('woff'),
        url('../fonts/OpenSansRegular.ttf') format('truetype'),
        url('../fonts/OpenSansRegular.svg#webfont') format('svg');
}

@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansSemibold.eot');
    src: url('../fonts/OpenSansSemibold?iefix') format('eot'),
        url('../fonts/OpenSansSemibold.woff') format('woff'),
        url('../fonts/OpenSansSemibold.ttf') format('truetype'),
        url('../fonts/OpenSansSemibold.svg#webfont') format('svg');
    font-weight: 500;
}

#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .product-flags .new,
li.product-flag {
    background: #bf0411 !important;
}

body {
    font-family: 'Open Sans';
    line-height: 1.5;
}

html {
    font-size: 14px;
}

.block-category .category-cover img {
    width: 170px;
    height: 100%
}

.block-category .category-cover {
    position: absolute;
    bottom: 0;
    max-height: 99%;
    top: 1px;
    right: 1px;
}

body#checkout #wrapper a:hover {
    color: #2a7b40;
}

body#checkout #header a:hover {
    text-decoration: none;
    color: #fff;
}

#header .header-nav .material-icons {
    line-height: 1;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a,
.text-muted {
    font-size: 14px;
}

.label,
label {
    font-size: 13px;
}

.forgot-password a {
    font-weight: bold;
}

.h5,
.h4,
.h3,
.h2,
.h1,
p,
.product-information {
    color: #3d3d3d;
}

.hidden-sm-down #_desktop_logo {
    min-width: 243px;
    padding: 0;
    max-width: 250px;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-transform: none;
}

a:focus,
a:hover {
    color: #333;
}

a:hover {
    text-shadow: none;
}

/***Fonts END***/
#header .header-nav .blockcartn {
    color: white;
}

#identity [data-action=show-password] {
    background: #878787;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #297b40;
}

.youtube {
    background-image: url(../img/youtube.svg);
    background-size: 100%;
}

.googleplus {
    background-image: url(../img/linkedin.svg);
    background-size: 100%;
}

.btn-solicitar-informacion{
    border: 2px solid #297b40;
    color: #297b40 !important;
    background: #fff !important;
}

.btn-solicitar-informacion:hover{
    border: 2px solid #297b40!important;
    color: #297b40 !important;
    background: #fff !important;
    box-shadow: 6px 6px 8px 0px rgb(218 218 218);
}

 .btn-seguir-comprando{
    border-radius: 5px !important;
    border: 2px solid #297b40 !important;
    color: #297b40 !important;
    background: white !important;
} 

.btn-getInformationModal{
    border-radius: 5px !important;
    border: 2px solid #297b40 !important;
    color: #297b40 !important;
    background: white !important;
    padding: 9px;
    margin-right: 15px;
}

.row-centered{
    width: 95%;
    margin: auto;
}
.btn-centerd-getInformation{
    width: 87%;
}

@media only screen and (max-width: 769px) {
    .row-centered{
        width: 100%;        
    }    
}

.btn-getInformationModal{
    border-radius: 5px !important;
    border: 2px solid #297b40 !important;
    color: #297b40 !important;
    background: white !important;
    padding: 9px;
    margin-right: 15px;
}

.row-centered{
    width: 95%;
    margin: auto;
}
.btn-centered-add{
    width: 82%!important;
}
.btn-centerd-getInformation{
    width: 82.5%;
}

@media only screen and (max-width: 769px) {
    .row-centered{
        width: 100%;        
    }    
    .btn-centered-add{
        width: 100%!important;        
    }
    .btn-centerd-getInformation{
        width: 100%;        
    }
    .aling-padding-left{
        padding-left: 15px!important;
    }
}

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

#header .header-nav .user-info {
    position: relative;
    top: -4px;
}

#sprite {
    width: 100%;
    display: flex;
    margin: 0;
    text-align: center;
    padding: 0;
    justify-content: space-around;
    flex-wrap: wrap;
}

#sprite li {
    gap: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 0 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 20%;
    min-width: 200px;
    color: #297b40;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#sprite li p:first-child {
    margin-bottom: 0;
    width: 100%;
}

#header .header-nav .user-info .logout {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: none !important;
    background: #297b40;
    z-index: 10;
    border: 1px solid #ede7e7;
    padding: 5px;
}

#header .header-nav .user-info:hover .logout {
    display: block !important;
}

.form-control-label {
    text-transform: none;
}

.product-accessories.clearfix .h5 {
    text-align: center;
}

.product-actions {
    padding-right: 15px;
    padding-left: 15px;
}

.material-icons.slick-arrow {
    position: absolute;
    right: -22px;
    font-size: 40px;
    top: calc(50% - 20px);
}

.pre.material-icons.slick-arrow {
    left: -22px;
    z-index: 30;
}

.img-respon {
    width: 100%;
    max-width: 400px;
}

.Tamaño .control-label,
.Taglie .control-label,
.Taille .control-label {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.product-variants .control-label {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.oculta {
    display: none !important;
}

.checkout #main a:hover {
    color: white;
}

#carousel:hover .oculta {
    display: block;
}

.top-menu a[data-depth="1"]:hover {
    color: #297b40 !important;
}

.top-menu a[data-depth="2"]:hover {
    color: #297b40 !important;
}

#wrapper .breadcrumb li a:hover {
    /* color: #297b40; */
    font-weight: bold;
}

.featured-products .add {
    display: none;
}

#owl-demo .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    padding-left: 0px !important;
    padding-bottom: 3.5rem;
    display: flex;
    justify-content: center;
}

.featured-products .h1.products-section-title {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #3d3d3d;
}

.featured-products .product-miniature .product-title a {
    height: auto;
}

input[name=discount_name]{
    margin: auto;
}

/* POPUP PRODUCTO AGREGADO */
#blockcart-modal .modal-content {
    padding: 40px;
}

#blockcart-modal .modal-dialog {
    max-width: 645px;
    width: 100%;
}

a#js-blockcart-buy{
    padding: 0px 10px!important;
}

.product-actions .add-to-cart .material-icons{
    line-height: initial!important;
}

div#cbp_message_form{
    overflow: scroll;
}

#blockcart-modal .modal-dialog .close {
    position: absolute;
    top: 13px;
    right: 13px;
}

#blockcart-modal .modal-header {
    background: transparent;
    padding: 0;
    margin-bottom: 25px;
    border: none;
}

#blockcart-modal .modal-title {
    color: #3d3d3d;
}

body#cms iframe {
    max-width: 100%;
}

body#cms img,
body#cms table {
    max-width: 100%;
    width: auto;
    height: auto;
}

body#cms h1 {
    font-size: 25px;
}

body#cms h2 {
    font-size: 20px;
}

body#cms h3 {
    font-size: 15.75px;
}

body p {
    line-height: 1.5;
}

#blockcart-modal .modal-title .material-icons {
    color: #297b40;
}

.info-product-popup {
    padding: 0 45px;
}

#blockcart-modal .modal-body {
    background: transparent;
    padding: 0;
}

#blockcart-modal .modal-body #js-blockcart-continue {
    font-size: 14px;
    padding: 0 5px;
    line-height: 50px;
    background: #caccd1;
    width: 100%;
    font-family: 'Open Sans';
    color: white;
    font-weight: bold;
}

#blockcart-modal .modal-body .product-name {
    padding: 0px 30px;
    font-size: 16px;
}

#blockcart-modal .modal-body .btn-primary {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 50px;
    padding: 0 5px;
    width: 100%;
    background: #297b40;
}

.btn-primary {
    background: #297b40;
    color: white;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item .product-miniature .js-product-miniature img {
    display: block;
    width: 100%;
    height: auto;
}

#mega_menu_plus ul.mg-menu>li>a .menu-item-link-text {
    font-size: 14px;
    /* text-transform: lowercase; */
}

#wrapper .breadcrumb li:after {
    content: ">";
    color: #878787;
    margin: .3125em;
    text-transform: uppercase;
}

#wrapper .breadcrumb>ol>li:last-child {
    text-transform: none;
    font-size: larger;
    font-weight: bold;
}

#header .header-nav .user-info .account {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.category_prod {
    font-weight: normal !important;
}

/*** Mailchimp ***********/
#mc_embed_signup {
    margin-bottom: 0;
}

#mc_embed_signup h2 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
    font-family: 'Open Sans';
}

#mc_embed_signup_scroll section.form-fields {
    padding-bottom: 70px;
}

input[name=subscribe] {
    font-size: 1em;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0px 38px;
    background: #297b40;
}

#mc_embed_signup_scroll .b-subscribe {
    text-align: left;
}

#mc_embed_signup_scroll input#mce-EMAIL {
    background: white;
    margin-bottom: 5px;
    border: 1px solid #58595b;
    line-height: 50px;
    padding: 0 20px;
}

.cols .content_submenu ul.menulink {
    display: block;
    min-width: 200px;
}

header #mega_menu_plus ul li div.sub {
    min-width: 300px;
    z-index: auto;
}

.reference {
    font-size: 14px;
}

#wrapper {
    background: #ffffff;
}

#block-reassurance {
    margin-top: 0;
}

#product #block-reassurance {
    box-shadow: none;
}

#mega_menu_plus .mg-menu .mainmenu-parent:first-child a {
    white-space: nowrap;
    min-width: 140px;
}

#product .product-information .product-customization-item {
    display: flex;
    padding: 5px 0;
}

#product .product-information .product-customization-item label {
    margin-right: 5px;
    margin-top: 5px;
}

#product .product-information .product-customization-item select {
    width: auto;
    height: 2.2rem;
    font-size: 0.9rem;
}

#product .product-information .customized-fields {
    margin-top: 10px;
}

#product .product-information .customized-fields form {
    padding: 10px 0;
}

#product .product-information .customized-fields a.submitCustomizedData {
    text-decoration: underline;
}

#product .product-information .customized-fields .customizedDataWarning {
    font-size: 14px;
    color: red;
    width: 100%;
}

#product .product-information .customized-fields button.submitCustomizedData {
    height: 2.75rem;
    line-height: inherit;
    font-size: 14px;
}

#product .show-product-combinations {
    margin-bottom: 1.25rem;
}

#product .show-product-combinations a {
    font-size: 14px;
    color: #297b40;
    padding: 7px 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    border: 2px solid #297b40;
    display: inline-block;
    font-family: 'Open Sans';
    border-radius: 5px;
}

@media (max-width: 325px) {
    #product .show-product-combinations a{
        font-size: 12px!important;
    }
}

.MsoNormal {
    font-size: 14px;
    line-height: 20px;
}

.product-additional-info .row.buttom {
    margin-top: 20px;
}

#product .show-product-combinations a:visited {
    color: blue;
}

#product .product-combinations {
    margin: 20px auto;
}

#product .product-additional-info #videos {
    margin-bottom: 0px;
}

#product .customcolorfield {
    width: 40px;
    height: 40px;
    margin: 5px;
}

#product .customcolorcontainer {
    float: left;
    max-width: 50px;
}

.tablecombz-table .tablecombz-quantity-wanted .qty {
    display: inline-block;
    width: 78px;
}

#products-added-tocart .modal-dialog {
    max-width: 650px;
}

.btn-modal-continue{
    border: 2px solid #297b40;
    color: #297b40 !important;
    background: #fff !important;
    border-radius: 5px!important;
    font-size: 1em!important;
    line-height: 48px!important;
    text-transform: uppercase!important;
    padding: 0px 30px!important;
    height: auto!important;
}

.tablecombz-image-modal .modal-content .modal-body .product-cover-modal {
    background: #fff;
}

.tablecombz-table .cell.discount-percent {
    min-width: 30px;
}

.tablecombz-price .price {
    font-size: 16px !important;
    color: #DA0F00;
}

.tablecombz-price .price .product-unit-price {
    font-weight: normal !important;
}

.tablecombz-table .price.price-lowered div {
    color: #DA0F00;
    font-weight: normal;
}

.tablecombz-table .discount-quantity {
    font-size: 0.8rem;
    white-space: normal;
    line-height: 1;
}

.tablecombz-table-quantity-discounts-labels .header {
    text-align: center;
}

#tablecombz-table th.item-ref,
#tablecombz-table th.item-color {
    width: auto !important;
}

#tablecombz-table th.last_item {
    width: 135px;
}

#header {
    background: #ffffff;
}

#header .header-nav {
    margin-bottom: 0;
}

#mega_menu_plus {
    margin: 0 !important;
}

#header .header-nav .cart-preview.active {
    background: transparent;
}

.content-box .text-images {
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    grid-template-columns: 60% 1fr;
}

.content-box .text-images h4 span,
.content-box .text-images h4 {
    font-size: 22px;
    font-family: 'Open Sans';
    color: #58595b;
}

.content-box .text-images h3 span,
.content-box .text-images h3 {
    font-size: 30px;
    font-family: 'Open Sans';
    color: #58595b;
}

.num-3 h3 {
    font-family: 'Poppins', sans-serif;
}

.num-3 img {
    margin: auto;
}

.content-box .text-images p span,
.content-box .text-images p {
    font-size: 12px;
    font-family: 'Open Sans';
    color: #58595b;
}

.more-info-grid {
    margin-bottom: 70px;
}

.featured-products {
    padding-top: 47px;
}

.more-info-grid .col-md-4>a {
    padding: 5px 0 5px 5px;
    height: 100%;
    display: flex;
    align-items: center;
    /* min-height: 300px; */
}

.more-info-grid .col-md-4 a {
    padding: 0;
    border: none;
    box-shadow: 0 0px 5px 1px #d1d1d1
}

.more-info-grid .col-md-4 a img {
    width: 100%;
}

.more-info-grid .content-box {
    width: 100%;
}

.footer-container {
    background: #297b40;
    padding: 45px 0 43px;
    margin-top: 0;
}

#footer .h3 {
    color: white;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.footer-container li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.cols .content_submenu {
    height: auto !important;
}

header .mg-menu>li {
    position: relative;
}

header #mega_menu_plus .sub .rows .cols {
    width: 100% !important;
}

header #mega_menu_plus ul li div.sub {
    overflow: visible;
    /* box-shadow: none; */
}

header #mega_menu_plus .sub .rows .cols {
    width: 100%;
    overflow: visible;
}

.menuproduct {
    min-width: 200px;
}

#mega_menu_plus .sub .rows {
    padding: 0 !important;
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 90vw;
    z-index: 100;
    background: white;
    display: none;
    font-family: 'Open Sans';
    font-size: 14px;
}

.menu-mobile #mega_menu_plus .mainmenu-parent>a,
.menu-mobile footer a {
    font-weight: bold;
    font-family: 'Open Sans';
    color: #3d3d3d;
    padding: 0 20px 0 0;
}

.menu-mobile #mega_menu_plus .mainmenu-parent a+span {
    position: absolute;
    color: black;
    right: 0;
}

.menu-mobile #mega_menu_plus .mainmenu-parent .titlesub a+span {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    z-index: 20;
}

.content_submenu.show-submenu .droper {
    transform: rotate(180deg);
}

.menu-mobile #mega_menu_plus .mainmenu-parent.show-submenu>a+span {
    transform: rotate(180deg);
}

.slider-images-product.mask .pre.material-icons.slick-arrow {
    right: 100%;
    left: auto;
}

.slider-images-product.mask .material-icons.slick-arrow {
    left: 100%;
    right: auto;
}

.menu-mobile footer a {
    line-height: 25px;
}

#header .menu-mobile .body-menu ul.mg-menu>li {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}

#header .menu-mobile .body-menu li a:hover {
    color: #2f2e2c !important;
}

#header .menu-mobile footer li a:hover {
    color: #2f2e2c;
}

.menu-mobile .shadow {

    display: block;
    position: absolute;
    background: rgb(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

#_desktop_user_info {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#header .header-nav .user-info {
    margin-top: 0;
}

.menu-mobile header .material-icons {
    cursor: pointer;
}

.menu-mobile header {
    background-color: #297b40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 2px solid white;
    color: white;
}

.menu-mobile .body-menu {
    display: grid;
    padding: 18px;
    background: white;
    padding: 18px 18px 0 18px;
    max-height: 70vh;
    overflow-y: auto;
}

.menu-mobile .body-menu .mg-menu {
    border: none;
}

.menu-mobile footer {
    background: white;
    padding: 20px 0 0;
}

.body-menu #mega_menu_plus .mobi {
    display: none !important;
}

.body-menu #mega_menu_plus .mg-menu.clearfix.menu-content {
    display: block;
    margin: 0;
}

.block-promo .promo-code-button {
    font-weight: bold;
    text-decoration: underline;
}

ul[data-screen-size="medium"] .bamenuitem-columns-5 .sub {}

.body-menu #mega_menu_plus .mg-menu.clearfix.menu-content:nth-child(odd) {
    display: none;
}

.menu-mobile .header-login-link {
    border-radius: 5px;
    background: #297b40;
    color: white;
    padding: 0 9px 0 5px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
}

.menu-mobile footer ul {
    line-height: 30px;
    padding-top: 7px;
}

.menu-mobile header img.logo {
    max-width: 130px;
}

#mc_embed_signup_scroll #conditions {
    margin-left: 0px;
}

#mc_embed_signup_scroll .cond-text {
    font-size: 0.7em;
    padding-left: 22px;
    text-align: left;
    margin-bottom: 7px;
}

#mc_embed_signup_scroll a {
    text-decoration: underline;
}

#mc_embed_signup_scroll .mc-info {
    color: #3d3d3d;
    margin: 7px 0;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
}

#mce-success-response {
    color: #FFCE00;
    font-size: 0.9em;
}

#mce-error-response a {
    color: white;
}

#mce-error-response,
#mc_embed_signup div.mce_inline_error {
    color: red;
    font-size: 0.8em;
}

@media screen and (max-width: 480px) {
    #tablecombz-table th.last_item {
        width: auto;
    }
}

@media screen and (max-width: 440px) {
    .tablecombz-table .tablecombz-quantity-wanted a#contact_us {
        height: auto;
        padding: .5rem;
        max-width: 110px;
    }

    .tablecombz-table .tablecombz-quantity-wanted a#contact_us i {
        margin-right: 0;
    }

    .tablecombz-table .tablecombz-quantity-wanted a#contact_us span {
        display: block;
        white-space: break-spaces;
    }
}

@media screen and (max-width: 369px) {
    #product .product-information .customized-fields img {
        width: 100%;
    }
}

#block-reassurance li {
    border-bottom: none;
}

#block-reassurance li .block-reassurance-item {
    padding: 0.08rem 0rem;
}

#block-reassurance li .block-reassurance-item a {
    font-weight: normal;
    color: #373737;
}

#block-reassurance li .block-reassurance-item .h6 {
    font-weight: normal !important;
    color: #373737;
}

#block-reassurance li .block-reassurance-item .image {
    width: 25px !important;
    height: auto;
}

#product #block-reassurance span {
    font-weight: normal;
    vertical-align: middle;
}

#block-reassurance li:last-child img {
    width: 1.96rem !important;
}

#product-availability {
    margin-bottom: .625rem;
    display: none;
}

.quickview #product-availability {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
}


#block-reassurance li .block-reassurance-item a:hover {
    color: #373737;
    /* color: #fff; */
    text-shadow: none;
    -webkit-text-fill-color: #373737;
    -webkit-text-stroke-color: #373737;
    -webkit-text-stroke-width: 0px;
    text-decoration: underline;
}

.product-quantity #quantity_wanted {
    height: auto;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border: none;
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    background: -o-linear-gradient(rgb(160, 158, 159) 19%, rgb(76, 74, 74) 100%);
    margin-top: 0px;
}

.qty .input-group {
    border: 1px solid #e1e1e1;
    padding-right: 26px;
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 14px;
    top: 0px;
    left: 2px;
    font-weight: bold;
}

.price_cant {
    border: 2px solid #e1e1e1;
    padding: 1px;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 5.85rem;
}

.price_cant p {
    font-size: 0.85rem;
    padding: 0px;
    margin-bottom: 0px;
}

.qty .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "+";
}

.qty .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "-";
}

.product-information {
    font-size: 14px;
    line-height: 18px;
    color: #3d3d3d;
}

.product-prices .product-discount {
    color: #3d3d3d;
    font-size: 1.2em;
    margin: 0;
    white-space: nowrap;
    display: inline-block !important;
}

.product-prices .product-discount .regular-price {
    font-weight: bolder;
    font-size: 14px;
}

.product-prices .product-discount .discount.discount-percentage,
.product-prices .product-discount .discount.discount-amount {
    background-color: #e71837;
    padding: 0 3px;
    font-weight: bolder;
    white-space: nowrap;
    color: white;
    font-size: 14px;
}

.product-quantity .qty {
    width: 100%;
}

.product-quantity .control-label {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.product-quantity .input-group-btn-vertical {
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px;
    flex-direction: column;
    z-index: 10;
    width: 24px;
    height: 100%;
    justify-content: space-evenly;
}

.recuadro-precio {
    margin-top: 0.25rem;
    border: 1px solid #e1e1e1;
    background: #f3f4f7;
    text-align: center;
    width: 100%;
    margin-bottom: 0.25rem;
    display: inline-block;
}

.product-prices {
    margin-top: 0;
}

.product-prices div {
    margin: 5px 0px;
}

.product-prices div.recuadro-precio {
    max-width: 242px;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.product-prices div.recuadro-precio .product-price .current-price,
.product-prices div.recuadro-precio .product-price {
    margin: 0;
}

.sticky_menu {
    position: fixed;
    z-index: 110;
    width: 100%;
    Top: 0;
}

.product-prices .recuadro-precio span {
    font-size: 18px;
    color: #3d3d3d;
}

.product-prices .recuadro-precio .has-discount span {
    color: #e71837;
    font-size: 18px;
}

.product-prices .recuadro-precio .unitario span {
    font-size: 18px;
}

.has-discount.product-price,
.has-discount p {
    color: #297b40;
}

#product .has-discount.product-price,
.has-discount p {
    color: #bf0411;
    font-size: 11px;
}

.has-discount .discount {
    background: #bf0411;
}

.add-to-cart {
    width: 100%;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(218 218 218);
    -moz-box-shadow: 3px 3px 5px 0px rgba(218, 218, 218, 1);
    box-shadow: 3px 3px 5px 0px rgb(218 218 218);
    background: -o-linear-gradient(#ffdc4c 19%, #ffc90d 100%);
    font-size: 14px;
}

#add-to-cart-or-refresh .request-a-budget {    
    padding-right: 15px;
    margin-bottom: 10px;
}

#add-to-cart-or-refresh .b-request-a-budget {
    width: 100%;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(218 218 218);
    -moz-box-shadow: 3px 3px 5px 0px rgba(218, 218, 218, 1);
    box-shadow: 3px 3px 5px 0px rgb(218 218 218);
    background: -o-linear-gradient(#5f5e5e 19%, #494848 100%);
    background: #caccd1;
    font-size: 14px;
    line-height: inherit;
    padding-top: .625rem;
    height: 2.75rem;
}

#add-to-cart-or-refresh .b-request-a-budget:active {
    background: -webkit-linear-gradient(#2592a9 19%, #2592a9 100%);
    background: -o-linear-gradient(#2592a9 19%, #2592a9 100%);
    background: linear-gradient(#2592a9 19%, #2592a9 100%);
}

.cart-item .qty .input-group {
    padding-right: 0;
}

.row.prod-info .nav.nav-tabs {
    display: flex;
    background: transparent;
    height: auto;
    border-bottom: 1px solid #caccd1;

}

.row.prod-info .nav.nav-tabs a {
    margin: 0;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold !important;
    font-family: 'Open Sans';
    border: 1px solid #caccd1;
    bottom: 1px;
    border-bottom: none;
}

.no-padding-col-md {
    padding: 0;
}

.row.prod-info .tabs .nav-tabs .nav-link.active,
.row.prod-info .tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #fff;
    color: #343434;
    background: #297b40;
    height: 100%;
    margin: 0;
    color: white;
    border: 1px solid #297b40;
}

.tabs .nav-tabs .nav-link.active::before {
    content: none;
}

.tabs .nav-tabs .nav-link {
    background: white;
    margin: 0;
}

.nav-tabs li:last-child a {}

/*Estilos para select*/
.product-variants select {
    width: auto;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 90%;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("/../../../../img/arrowdown.png") no-repeat 0 50%;
    background-size: contain;
}

.products .product-discount .regular-price {
    display: block;
    margin-top: -19px;
}

.select-style select {
    margin-left: 24px;
    padding: 0px 6px;
    width: 150%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#tab-content {
    margin-top: 0.88rem;
    padding: 0px 1em;
    border: none;
}

.tabs .nav-tabs {
    border: none;
}

.select-style select:focus {
    outline: none;
}

.select-style select option:active,
select option:hover {
    outline: none
}

.select-style select option:checked {
    background-color: -moz-html-cellhighlight !important;
    color: -moz-html-cellhighlighttext !important;
}

.product-variants>.product-variants-item .select-style select {
    width: 100%;
    border: 1px solid #464646;
    height: 1.9rem;
}

/*Fin Estilos al Select Color*/

#wrapper .prod-info {
    padding: 0 1rem;
}

@media only screen and (max-width: 480px) {
    #wrapper .prod-info {
        padding: 0.5em;
    }
}

.tabs {
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.tabs .nav-tabs {
    border-radius: 1px;
}

.tabs .nav-tabs .nav-item {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .tabs .nav-tabs .nav-item {
        min-width: 270px;
        text-align: center;
    }
}


.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: none;
    display: block;
}

@media only screen and (min-width: 480px) {
    .tabs .nav-tabs {
        display: inline-block;
    }
}



@media only screen and (max-width: 480px) {
    #tab-content {
        margin-top: 1.6rem;
    }

    .tabs .nav-tabs .nav-item {
        font-size: 16px;
    }
}

/*Estilos para Categoría*/
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    box-shadow: none;
}

#products .thumbnail-container .product-description,
.featured-products .thumbnail-container .product-description,
.product-accessories .thumbnail-container .product-description {
    box-shadow: none;
    padding: 0 1.5em;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    box-shadow: none;
}

#products .highlighted-informations .quick-view:hover {
    color: #000;
}

/*a:hover {
    color: #343434 !important;
    /*text-shadow: 0 0 5px #f7e8bc, 0 0 10px #f7e8bc, 0 0 15px #f7e8bc, 0 0 20px #f7e8bc, 0 0 25px #f7e8bc;*/
/*text-shadow: none !important;*/
/*-webkit-text-fill-color: #000;
-webkit-text-stroke-color: #000;
-webkit-text-stroke-width: 0px;
text-decoration: none;
}*/

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin: 0 .625rem;
    margin-bottom: 7rem;
    -webkit-padding-start: 0px;
    /*padding-left: 50px;*/
}

#products .thumbnail-container:hover .product-description,
.featured-products .thumbnail-container:hover .product-description,
.product-accessories .thumbnail-container:hover .product-description,
.product-miniature .thumbnail-container:hover .product-description {
    box-shadow: none !important;
}

#products .thumbnail-container:hover,
.featured-products .thumbnail-container:hover,
.product-accessories .thumbnail-container:hover,
.product-miniature .thumbnail-container:hover {
    box-shadow: none !important;
}

.catprod_mini {
    display: inline-block;
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 0.85rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inherit;
}

.price_mini span {
    font-size: 18px;
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.price_mini {
    padding-bottom: 8px;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    background: #ffffff;
}

@media (max-width:479px) {
    .tabs .nav-tabs .nav-link.active::before {
        /*position: relative;*/
        margin-bottom: 20px;
    }

    .tabs .nav-tabs .nav-link {
        margin-left: 10px;
    }
}

#carousel {
    box-shadow: none;
    width: 100%;
}

.carousel-control.left {
    left: 10px !important;
}

.carousel-control.right {
    right: 10px !important;
}

@media only screen and (min-width: 980px) {
    #carousel .carousel-inner {
        height: auto !important;
    }
}

@media only screen and (max-width: 480px) {
    #carousel {
        /*height: 210px*/
    }

    #header .header-nav {
        margin-bottom: 0 !important;
    }

    body#product .tab-content {
        margin-top: 20px;
    }
}

#wrapper .breadcrumb {
    padding: 1rem 0 !important;
    text-transform: none;
}

#product .product-accessories {
    margin: 3em 0;
}

#product .add>#modal-add-to-cart {
    /*display: none;*/
}

body#checkout #footer {
    box-shadow: initial;
    padding: 0;
    padding-top: 2.5rem;
    background: transparent;
    color: initial;
}

#checkout #search_widget {
    display: initial;
}



body#checkout #header,
body#cart #header {
    margin-bottom: 20px;
}

body#checkout #wrapper,
body#cart #wrapper {
    background: #fff;
    box-shadow: none;
}

.product-description .product-title a {
    font-size: 14px;
    font-family: 'Open Sans';
    /* font-weight: bold; */
    color: #3d3d3d;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    height: 45px;
    height: auto;
}

.regular-price+span+.price_mini .price,
.regular-price+span+.price_mini+h4 {
    color: red !important;
}

.reference {
    height: 20px;
}

#header #_desktop_logo img {
    top: 0px;
    position: relative;
    width: auto;
    max-width: 100%;
}

.search-widget {
    flex-grow: 1;
    float: initial;
    margin-bottom: 10px;
}

.search-widget form {
    /* min-width: 255px; */
    width: 100%;
}

.contact-header {
    display: flex;
    align-items: center;
}

.contact-header .material-icons {
    /* font-size: 16px; */
}

.contact-header li {
    padding-left: 10px;
}

@media only screen and (max-width: 1200px) {
    #header #_desktop_logo img {
        max-width: 100%;
    }
}

.header-nav a,
.header-nav p {
    color: white;
}

#header .header-nav {
    background: #297b40;
    padding: 13px 0 12px;
    max-height: none;
}

#header .header-nav .row .hidden-sm-down {
    display: flex;
    align-items: center;
}

#header .header-nav #contact-link {
    padding-right: 15px;
    padding-left: 15px;
}

#header .header-nav #contact-link a {
    padding: 15px 5px;
    font-family: sans-serif;
    font-size: 13px;
}

#header .header-nav .user-info {
    font-size: 13px;
}

#header .icon-phone,
#footer .icon-phone {
    background-image: url(/img/icono-telefono.png);
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    font-weight: bold;
}

#header .header-phone li {
    padding-right: 0px !important;
}

#header .header-phone a {
    margin-left: 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
}

@media only screen and (max-width: 980px) {
    #header .header-nav #contact-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}


#header .search-widget form input[type="text"] {
    margin-top: 10px;
    padding: 5px;
    padding-left: 40px;
    background: white;
    color: #2f2e2c;
    border-radius: 30px;
    min-width: auto;
    font-size: 12px;
    width: 100%;
    /* text-align: center; */
    border: none;
    /* min-width: 300px; */
    opacity: 0.8;
}

#header .search-widget form input[type="text"]::placeholder {
    color: #8b7f77;
}

#_desktop_contact_link {
    padding-left: 5px;
    padding-right: 13px;
}

#_desktop_contact_link div,
#_desktop_contact_link ul {
    height: 100%;
    justify-content: center;
}

#header .search-widget form button[type="submit"] {
    bottom: 0.2rem;
    left: 2px;
    top: 15px;
    right: 350px;
    color: #878787;
}

#header .search-widget form button[type="submit"] i {
    color: #8b7f77 !important;
    line-height: 17px;

}

#header .header-nav .blockcart {
    background: transparent;
    display: flex;
    align-items: center;
}

.header-top {
    box-shadow: 0 0px 8px 0px #c9c9c9;
    position: relative;
    z-index: 6;
}

.header-top::after {
    content: "";
    display: block;
    width: 100%;
    box-shadow: 0px 0px 9px 0px #a7a2a2;
    position: relative;
    z-index: 9999;
    /* border-top: 1px solid #b3b3b3; */
    bottom: 0px;
}

#mega_menu_plus ul li div.sub {
    box-shadow: 0px 4px 9px 0px #a7a2a2
}

#mega_menu_plus ul li div.sub {
    top: calc(100% + 2px);
    /* box-shadow: inset 0px 2px 2.1px #09080887 !important; */
    border-top: none !important;
}

#header .header-top .menu>ul>li {
    border-right: none;
}

#top-menu>li>a {
    font-size: 17px;
    font-weight: 300;
    color: #F8F8F8 !important;
    position: relative;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-bottom: 25px;
}

@media only screen and (min-width: 480px) {
    #top-menu>li>a:before {
        content: '';
        position: absolute;
        right: 0;
        border: #B3B3B3 solid 1px;
        height: 40px;
    }
}

.product-cover img {
    box-shadow: none;
}


.quickview #add-to-cart-or-refresh .product-add-to-cart>div {
    padding-left: 32px;
}

.quickview #add-to-cart-or-refresh button.add-to-cart {
    margin-top: 1rem;
}

#add-to-cart-or-refresh .add {
    /*padding: 0 8.8em 0em 3em;*/
}

@media only screen and (max-width: 480px) {
    #add-to-cart-or-refresh .product-prices {
        /* padding-left: 3em; */
    }
}

#wrapper .banner img {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

@media only screen and (min-width: 980px) {
    #add-to-cart-or-refresh .product-add-to-cart>div {
        /* padding-left: 3em; */
        padding-left: 0px;
    }

    .product-info-wrapper {
        padding: 1em 6em 0 0;
    }

    #block-reassurance {
        margin-left: -4.8rem;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }
}

.product-variants ul>li {
    display: inline-block;
}

.product-variants>.product-variants-item .color {
    padding: 1.2em;
}

#order-confirmation #main,
#search section#main {
    padding-top: 20px;
}

.page-order-confirmation {
    margin-bottom: 20px !important;
    display: block;
}

.product-variants ul,
.product-variants ul li label {
    margin-bottom: 0;
}

.product-variants {
    padding-top: 20px;
}

.product-variants>.product-variants-item {
    margin: 0 0 0.8rem;
}

.product-variants>.product-variants-item>label {
    margin-top: 22px;
}

.product-variants .Plazo.de.entrega {
    display: none;
}

/**Mega menu edit BEGIN**/
header #mega_menu_plus {
    border: none;
}

header .mg-menu {
    background: #f6f6f6;
    padding: 0 0px 5px 0px;
}

header #mega_menu_plus ul.mg-menu>li>a {
    /* height: 50px; */
}

header #mega_menu_plus ul.mg-menu>li>a:before {
    /* border: #B3B3B3 solid 1px; */
}

/* header #mega_menu_plus ul li div.sub {
    border-color: #f8f8f8;
    box-shadow: 0 0 5px 3px rgba(255,222,6,1);
} */
.product-price {
    color: #2f2e2c;
}

header #mega_menu_plus .bamenuitem-position-2 div.sub {
    left: 0;
}

header #mega_menu_plus .bamenuitem-position-1 div.sub {
    left: 0;
}

header .mg-menu>li>a:hover,
header .content_submenu ul.menulink li a:hover {
    color: #ffde06 !important;
}

header ul.menuproduct>li:hover {
    background-color: transparent;
}

header ul.menuproduct>li>a span:hover {
    color: #ffde06;
    text-shadow: none;
}

header .content_submenu .titlesub {
    font-weight: bold;
    font-size: 13px;
    color: #3c3d3e;
}

.cart-grid-body a.label:hover {
    color: #414141;
}

header #mega_menu_plus.language_ltr li.submenu>a>span::after {
    color: #ffde06 !important;
}

header #mega_menu_plus .menu-item-link-text {
    font-family: 'Open Sans';
}

header #mega_menu_plus .menu-item-link-text>a {
    /* text-transform: lowercase; */
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 10px 0;
}

header #mega_menu_plus .actived .menu-item-link-text>a,
header #mega_menu_plus .content_submenu:hover .menu-item-link-text>a {
    font-weight: bold;
}

header #mega_menu_plus .actived .menu-item-link-text,
header #mega_menu_plus .content_submenu:hover .menu-item-link-text {
    position: relative;
    display: flex;
}


#header-login-link .material-icons,
#_desktop_cart .material-icons {
    font-size: 26px;
}

header #mega_menu_plus .menu-item-link-text>a:hover {
    font-weight: bold;
    color: #2f2e2c;
}

header #mega_menu_plus .btn-primary {
    color: #ffffff;
    padding-right: 20px !important;
}

header #mega_menu_plus .btn-container {
    margin: 2em 0;
}

@media only screen and (min-width: 980px) {
    header #mega_menu_plus .sub .rows .cols {
        height: auto;
        position: relative;
    }

    header #mega_menu_plus .btn-primary {
        position: absolute;
        bottom: 0;
    }

    /*header #mega_menu_plus ul li:nth-child(1) div.sub { left: 0; }
    header #mega_menu_plus ul li:nth-child(2) div.sub { left: 0; }
    header #mega_menu_plus ul li:nth-child(3) div.sub { left: 50%; }
    header #mega_menu_plus ul li:nth-child(4) div.sub { left: 25%; }*/

    header #mega_menu_plus ul li div.sub.autowidth-1 {
        width: 25% !important;
    }

    header #mega_menu_plus ul li div.sub.autowidth-2 {
        width: 50% !important;
    }

    header #mega_menu_plus ul li div.sub.autowidth-3 {
        width: 75% !important;
    }

    header #mega_menu_plus ul li div.sub.autowidth-4 {
        width: 100% !important;
    }
}

/* @media only screen and (max-width: 979px){
    header #mega_menu_plus ul li div.sub {
        left: 0;
    }
} */

@media only screen and (max-width: 1199px) {
    header .mg-menu {
        padding: 0 0px 5px 0px;
    }

    header #mega_menu_plus ul.mg-menu>li>a {
        height: auto;
    }
}

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

    #mega_menu_plus ul li.show-submenu div.sub,
    ul.treelinks li ul li.show-submenu>ul {
        height: auto !important;
    }

    header #mega_menu_plus .sub .rows .cols {
        border-top: 1px solid #dbdbdb;
    }

    #products .product-description,
    .featured-products .product-description,
    .product-accessories .product-description,
    .product-miniature .product-description {
        position: static;
    }

    #products .thumbnail-container .product-description {
        padding: 0;
    }

    #products .product-miniature {
        margin-bottom: 0;
    }

    body#checkout section.checkout-step .payment-options label {
        text-align: left;
    }

    .products .product-discount .regular-price {
        margin-top: -5px;
    }

    #payment-option-2-container .custom-radio {
        margin-top: 0;
    }

    #products .product-title,
    .featured-products .product-title,
    .product-accessories .product-title,
    .product-miniature .product-title {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .price_mini span,
    .product-price-and-shipping h4.h4 {
        font-size: 14px;
    }

    body#checkout section.checkout-step .payment-options .payment-option {
        margin-top: 10px;
    }

    #products .products.row {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        padding: 0 10px;
        gap: 10px 20px;
    }

    #products .thumbnail-container,
    #products .product-description {
        width: auto;
        height: auto;
        margin-bottom: 0;
    }

    .footer-container {
        padding-bottom: 90px;
    }

    .product-miniature .product-title a,
    #products .product-title a {
        text-align: left;
    }

    .slick-slider .product-miniature .product-title a {
        text-align: center;
    }

    .products-slider-ampere.slick-slider .product-miniature .product-title a {
        text-align: left;
    }

    .products-slider-ampere.slick-slider .slick-slide img {
        margin: auto;
    }

    .product-quantity .qty {
        margin-bottom: 20px;
    }

    .row.buttom {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .row.buttom .add.col-md-6 {
        order: 2;
    }

    .row.buttom .request-a-budget.col-md-6 {
        order: 1;
    }

    #header .header-nav .user-info {
        /* display: none; */
    }

    .featured-products .thumbnail-container {
        width: auto;
    }

    .more-info-grid .col-md-4>a {
        margin-bottom: 37px;
    }

    .footer-container {
        margin-top: 45px;
        padding-top: 18px;
    }

    input[name=subscribe] {
        line-height: 35px;
        padding: 0;
        min-width: 180px;
    }

    #mc_embed_signup_scroll .cond-text {
        max-width: 200px;
        margin-bottom: 16px;
    }

    #mc_embed_signup_scroll .cond-text a {
        text-decoration: none;
    }

    #mc_embed_signup_scroll .col-md-5.mc-field-group {
        text-align: center;
    }

    #mc_embed_signup_scroll section.form-fields {
        padding: 0;
    }

    #mc_embed_signup_scroll input#mce-EMAIL {
        line-height: 30px;
        max-width: 400px;
        margin: auto;
        margin: auto auto 12px;
        font-size: 14px;
    }

    .pre-footer {
        background: #f3f4f7;
        padding: 25px 0 30px;
    }

    #mc_embed_signup_scroll .mc-info {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        max-width: 267px;
        margin: auto;
        margin-bottom: 20px;
    }

    .footer-container .links .collapse.in {
        padding-top: 10px;
    }

    #footer .h3 {
        font-size: 14px;
    }

    .footer-container li a {
        color: white;
    }

    #footer .title.clearfix span {
        color: white;
        font-size: 14px;
    }

    #footer .title.clearfix span.navbar-toggler {
        display: none;
    }

    #custom-text {
        display: none;
    }

    .featured-products .thumbnail-container {
        height: auto;
    }

    .featured-products .product-miniature {
        margin: 0;
        padding: static;
    }

    .products .thumbnail-container .product-description {
        padding: 0;
        position: static;
    }

    .product-description .product-title a {
        font-size: 14px;
        letter-spacing: -0.1em;
    }

    .featured-products .products {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 0 20px;
    }

    .featured-products .product-price-and-shipping {
        /* display: none; */
    }

    .product-description .product-title a {
        font-size: 14px;
    }
    .product-miniature{
        text-align: center;
    }
    .price_mini {
        padding-bottom: 0;
    }
    .product-miniature img {
        max-width: 100%;
    }

    .product-miniature .product-description {
        width: auto;
    }

    .mainmenu-parent:not(.submenu) a+span {
        display: none;
    }

    #header .header-nav {
        margin-bottom: 0;
    }

    ul.menuproduct>li:hover {
        border: none;
    }

    #header .header-top {
        display: none;
    }

    #mega_menu_plus.mg-contener {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    header #mega_menu_plus .btn-primary {
        width: 45%;
        display: inline-block;
        margin: 0 1em;
    }

    #mega_menu_plus li.submenu>.submore::after,
    .cols .content_submenu .titlesub::after {
        color: #ffde06;
        margin-top: 0px;
    }

    #content-wrapper {
        margin: 10px 0;
    }

    .xs-hidden {
        display: none;
    }

    #add-to-cart-or-refresh .request-a-budget {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 6px;
    }

}

@media only screen and (min-width: 980px) {}

/**Mega menu edit END**/

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    margin-top: 0;
    color: #414141;
    display: inline-block;
    font-size: 13px !important;
    max-width: 87%;
    text-align: left;
    word-break: break-word;
    vertical-align: middle;
}

#search_filters .facet .facet-title {
    width: 100%;
}

#search_filters .facet .facet-label a {
    width: 100%;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
}

#search_filters .facet .facet-label .custom-checkbox {
    top: -2px;
}

#entrega>p {
    font-size: 1rem;
    margin-bottom: 20px;
}

#entrega a {
    text-decoration: underline;
}

.bamenuitem-color-red a {
    color: #c71a1a !important;
    min-width: 121px;
}

ul[data-screen-size="medium"] .bamenuitem-columns-5 .sub {
    left: 0 !important;
}

.no-descuento {
    margin-top: 20px !important;
}

.facet-label .custom-checkbox {
    float: left;
}

#search_filters .text-uppercase {
    background: #297b40;
}

.pagination .current a {
    color: #297b40;
    text-decoration: none;
    font-weight: 900;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    color: #297b40;
    background: none;
}

.block-category h1,
.block-category .text-muted {
    max-width: 75%;
}

.product-variants>.product-variants-item select {
    border: 1px solid #ebebeb;
    height: 2.5rem;
    width: auto;
    max-width: inherit;
    text-align: center;
    display: inline-flex
}

#block-reassurance img {
    opacity: 1;
}

/**dont show subject field*/
#contact .form-fields .form-group:first-child {
    display: none;
}

#contact .contact-rich h4 {
    display: none;
}

#contact .card {
    border: none;
    box-shadow: none;
}

#contact-page-title {
    padding-bottom: 5px;
    border-bottom: solid 1px black;
    border-radius: 1px;
    margin: 20px 0;
}

#contact textarea {
    height: 170px;
}

.color {
    border: 3px solid rgba(0, 0, 0, .05);
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border-radius: 3px;
    border: 3px solid #414141;
    box-shadow: 1px 1px 5px #444;
}

.checkout-step a {
    /* text-decoration: underline; */
    color: #297b40 !important;
    font-weight: 700;
}

/**owl carousel custom BEGIN*/
.owl-nav {
    color: #969494;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.owl-nav i {
    font-size: 36px;
}

.owl-nav>.owl-prev {
    position: absolute;
    left: 0;
}

.owl-nav>.owl-next {
    position: absolute;
    right: 0;
}

.owl-nav>.owl-prev:hover,
.owl-nav>.owl-next:hover {
    color: black;
}

/**owl carousel custom END*/

#color-selected {
    font-weight: 500;
}

#id_country {
    display: none;
}

.size-sale {
    display: none;
}

#custom-text {
    margin: 1.5rem 0;
    background: #f3f4f7 !important;
}

#custom-text p {
    color: #297b40;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: bold;
    text-transform: uppercase;

}

.product-description li>span,
.product-description p>span {
    color: #195c2c !important;
}

.product-description li strong>span {
    color: #195c2c !important;
}

#sprite li:first-child p:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

#checkout-addresses-step .subtitle {
    margin-left: 35px;
}

#checkout-addresses-step .content {
    margin: 1em 0;
}

#mega_menu_plus ul li a img {
    min-height: 169px;
    max-height: 169px;
}

.videocenter {
    position: relative;
    display: inline-block;
}

.product-images>li.thumb-container .video-thumb {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    margin-bottom: .625rem;
}

.owl-carousel .owl-stage:after {
    margin-bottom: 0 !important;
}

.padding-sprite {
    padding-bottom: 70px;
    padding-top: 50px;
    margin-bottom: 15px;
    background: #f3f4f7;
    position: relative;
    z-index: 10;
}

#wrapper {
    overflow: hidden;
}

.padding-sprite::before {
    content: "";
    display: block;
    position: absolute;
    background: #f3f4f7;
    left: -100%;
    width: 200vw;
    height: 100%;
    top: 0;
    z-index: -1;
}


.cart-summary-line .value,
.cart-summary-line .label {
    font-size: .875rem !important;
}

.product-actions .add-to-cart:disabled {
    /* display: none; */
}

p.required {
    float: none !important;
    display: block;
    margin-bottom: 15px;
}

.g-recaptcha {
    margin-bottom: 15px;
}

#ajax-contact p.help-block {
    min-height: auto !important;
}

@media only screen and (min-width: 767px) {

    header #mega_menu_plus .actived .menu-item-link-text>a+.droper,
    header #mega_menu_plus .content_submenu:hover .menu-item-link-text>a+.droper {
        display: inline-flex !important;
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
        transform: rotate(-90deg);
    }

    #_desktop_contact_link .material-icons {
        line-height: 18px !important;
    }

    .content_submenu ul.menulink li a {
        line-height: 20px !important;
        font-size: 14px !important;
    }

    #mega_menu_plus ul li div.sub {
        padding: 22px 10px;
    }

    .more-info-grid .container {
        padding: 0;
    }

    .only-mobile {
        display: none !important;
    }

    header #mega_menu_plus>ul.mg-menu {
        background: transparent;
    }



    header .mg-menu>li {
        display: inline-block;
        padding: 0;
        width: 16.6%;
        text-align: center;
        min-width: 118px;
        flex-grow: 1;
    }

    /* header .mg-menu > li:last-child > a {
        padding-top: 13px!important;
    } */

    header #mega_menu_plus ul.mg-menu>li>a {
        color: #3d3d3d;
        display: flex;
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        padding: 20px 15px 18px;
        text-transform: capitalize;
        position: relative;
        align-items: center;
        height: 100%;
        font-weight: bold;
        justify-content: center;
    }

    header #mega_menu_plus ul.mg-menu>li {
        position: relative;
    }

    header #mega_menu_plus ul.mg-menu>li::before {
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        top: 100%;
        background: transparent;
        left: 0;
        z-index: 99999999;
    }

    header #mega_menu_plus ul.mg-menu>li>a:before {
        content: '';
        position: absolute;
        right: 0 !important;
        border-right: 1px solid #caccd1;
        height: 63%;
        left: auto !important;
        bottom: 13px;

    }

    .mg-menu>li.submenu:hover>a:before {
        border-width: 0;
    }

    header #mega_menu_plus ul li div.sub {
        border: 1px solid #b3b3b3;
    }

    header #mega_menu_plus ul li div.sub::before {
        content: "";
        background: black;
        opacity: 0.1;
        display: block;
        position: absolute;
        right: -100vw;
        width: 200vw;
        height: calc(100vh - 155px);
        top: 0;
        z-index: -1;
        pointer-events: none;
    }

    header .mg-menu>li>a:hover,
    header .content_submenu ul.menulink li a:hover {
        color: #414141 !important;
        position: relative;
        font-weight: bold;
    }

    header ul.menuproduct li span.name {
        font-weight: 400;
        font-size: 15px;
        display: block;
        width: 100%;
        min-height: 20px;
        padding-top: 0;
        padding-bottom: 0px;
        overflow: hidden;
    }

    header ul.menuproduct>li:hover {
        background-color: transparent;
    }

    header ul.menuproduct>li>a span:hover {
        color: #3d3d3d;
        font-weight: bold;
        text-shadow: none;
    }

    header .content_submenu .titlesub {
        border: none;
        font-weight: bold;
        font-size: 13px;
        color: #3c3d3e;
        padding: 0px !important;
        margin: 0 !important;
        padding-top: 0 !important;
        padding-left: 10px !important;
    }

    header #mega_menu_plus.language_ltr li.submenu>a>span::after {
        color: #ffde06 !important;
    }

    header #mega_menu_plus li.submenu>a>span:after {
        display: inline-block;
        font-family: dashicons !important;
        font-weight: bold;
        font-style: normal;
        content: '';
        margin: 0;
        float: none;
    }

    header #mega_menu_plus li.submenu:hover>a>span:after {
        display: inline-block;
        font-family: dashicons !important;
        font-style: normal;
        content: '';
        margin: 0;
        float: none;
    }

    header ul.menuproduct>li {
        border: none !important;
        display: block;
        float: none;
        text-align: left;
        width: auto;
        padding-bottom: 5px;
    }

    header .mg-menu {
        position: relative;
        width: 100%;
        border-bottom: none;
        background: #f6f6f6;
        margin-bottom: 0;
        display: flex;
    }

    .content_submenu.clearfix:hover .menulistproduct .grid-list-image {
        display: grid;
    }

    .content_submenu.clearfix:hover{
        padding-right: 7px;
    }

    .menu-mobile {
        display: none !important;
    }

    .grid-list-image {
        position: absolute;
        left: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
        width: auto;
        max-width: 100vw;
        top: -10px;
        display: none;
        background: white;
        left: calc(100% + 0px);
        padding: 22px 22px 22px;
        box-shadow: 0 0 2px 0px #bdbdbd;
        border: 1px solid #b3b3b3;
    }

    .grid-list-image:not(.only-img) {
        box-shadow: 0 0 3px 0px #bdbdbd !important;
    }

    .mg-menu li.mainmenu-parent .content_submenu.clearfix:hover .menulistproduct .grid-list-image,
    .mg-menu li.mainmenu-parent .content_submenu.clearfix:hover .menulistproduct .grid-list-image {
        /* left: auto;
        right: calc(100% + 0px);
        border-right: none !important;
        border-left: 1px solid #b3b3b3 !important; */
        grid-template-columns: 1fr auto;
        width: auto;

    }

    .only-mobile {
        display: none;
    }
}

.btn.btn-primary {
    border-radius: 5px!important;
    font-size: 1em!important;
    line-height: 50px!important;
    text-transform: uppercase!important;
    padding: 0px 38px!important;
    height: auto!important;
}

@media (max-width: 340px) {
    .btn.btn-primary {
        border-radius: 5px!important;
        font-size: 1em!important;
        line-height: 50px!important;
        text-transform: uppercase!important;
        padding: 0px 10px!important;
        height: auto!important;
    }   
}


#mostrar-tabla-combinaciones{
    border-radius: 5px!important;
    font-size: 1em!important;
    line-height: 50px!important;
    text-transform: uppercase!important;
    padding: 0px 38px!important;
    height: auto!important;
}

#contact_box_logo {
    padding: 0 9em 0em 1em;
    margin: 1em 0;
}

@media (max-width: 762px) {
    #contact_box_logo {
        padding: initial;
        margin: 1em auto;
        max-width: 94%;        
    }   
}
#product .widget-visible.fancybox-margin{
    display: none!important;
}
.fancybox-item.fancybox-close{
    font-size:24px;
    margin-top: 8px;
}

#blockcart-modal .cart-content-btn {
    margin-top: 3.6em;
}

#blockcart-modal .cart-products-count {
    margin-bottom: 33px;
}

#payment-option-2-container .custom-radio {
    margin-top: 10px;
}

/**Lost your password page BEGIN*/
#password #wrapper {
    padding: 2em 0;
}

#password #content-wrapper .row {
    margin: 1em 0
}

.forgotten-password .form-fields .center-email-fields {
    display: block;
    justify-content: normal;
}

.forgotten-password .form-fields label.required {
    width: auto;
}

.forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0;
    width: 66.6%;
}

.forgotten-password .btn {
    white-space: normal;    
}

@media (max-width: 762px) {
    .forgotten-password .btn {
        white-space: normal;            
    }   
}

.forgotten-password .form-fields .email input {
    height: 38px;
    width: 100%;
}

/**Lost your password page END*/

/***/
#wrapper {
    padding: 2em 0;
    box-shadow: none;
}

#index #wrapper {
    padding: 0;
}

/***/

/**Aviso legal and Terminos y condiciones page BEGIN*/
.cms-id-2 .page-header,
.cms-id-3 .page-header,
.cms-id-9 .page-header {
    text-align: center;
}

.cms-id-2 .page-content h2,
.cms-id-3 .page-content h2,
.cms-id-9 .page-content h2 {
    margin: 1em 0;
}

.cms-id-2 .page-content li,
.cms-id-3 .page-content li,
.cms-id-9 .page-content li {
    margin: 0.8em 0;
    list-style: inherit;
}

@media only screen and (min-width: 768px) {
    .cms-id-9 .page-content .stock-img {
        top: -60px;
        position: relative;
    }

    .md-hidden {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .md-hidden-769 {
        display: none;
    }
}

/**Aviso legal and Terminos y condiciones page END*/

/**My account page links BEGIN*/

.page-my-account #content .links a:hover,
.page-my-account #content .links a:hover i,
.page-my-account #logout-link a:hover,
.page-my-account #logout-link a:hover i {
    color: black;
    opacity: 0.8;
}

.page-my-account #logout-link>a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #878787;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem;
    width: 380px;
}

.page-my-account #logout-link>a>span {
    display: block;
    height: 100%;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 1rem;
}

.page-my-account #logout-link>a>span>i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #414141;
    padding-bottom: 3.4rem;
}


/**My account page links END*/
.cart-summary-products .details-link,
.cart-summary-products .details-link:focus,
.cart-summary-products .details-link:hover,
a[data-toggle="modal"] {
    color: black;
    text-decoration: underline;
}

body#checkout section.checkout-step .add-address {
    margin-bottom: 15px;
}

.no-account span,
#history .order-actions,
#authentication .register-form .login-link {
    text-decoration: underline;
}



.facet-label.active {
    background: #f6f6f6;
    padding: 0px 5px 0 0;
    border-left: 2px solid black;
    border-radius: 2px;
}


.custom-checkbox input[type="checkbox"]+span {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    margin: .3125rem;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    background-size: contain;
    border: 2px solid black !important;
    border-radius: 2px;
}

.custom-checkbox input[type="checkbox"]:hover+span {
    border: 2px solid #7a7777 !important;
}

/***  custom product line style  *************/
.product-line-grid-body .product-line-info>a.label {
    font-size: 1rem;
}

.product-line-grid-body .product-price {
    padding-top: 10px;
}

.product-line-grid-body .current-price {
    font-size: 1rem;
}

.product-line-grid-body>.product-line-info>.label,
.product-line-grid-body>.product-line-info>.value {
    font-size: 0.875rem;
}

/**********custom blockreassurance ************/
#block-reassurance .block-reassurance-item {
    font-size: 14px;
}

/*********************************************/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1264px;
    }
}

@media (min-width: 768px) and (max-width: 420px) {

    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container {
        height: auto;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 854px) {

    input[name=subscribe] {
        font-size: 0.8em;
    }

    #header .header-nav .user-info {
        margin-left: 0.7em;
    }
}

/*************************/
.product-miniature,
.custom-product {
    padding-top: 30px;
}
@media (min-width: 300px) and (max-width: 450px) {
    .product-miniature,
    .custom-product {
        padding-top: 0px;
    }
}


.product-discount .product-flags {
    /*top: -30px !important;*/
}

.product-flags .discount,
.product-flags .on-sale {
    background-color: #bf0411 !important;
}

.product-flags li {
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 0 .5rem 0 !important;
    width: auto !important;
    position: static !important;
    padding: .3125rem .4375rem;
    color: #fff;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
}
.product-flags li.out_of_stock{
    display: none !important;
} 

ul.product-flags li {
    display: table !important;
    position: relative;
    margin-top: .25rem;
}

#products .product-miniature .product-flags .new,
#index .product-miniature .product-flags .new {
    left: 0;
    top: 0;
    position: relative;
}

.product-miniature.product-discount .discount-percentage {
    display: none !important;
}


.product-price {
    white-space: nowrap;
}

/* sobreescribe theme.css */
#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    justify-content: center;
}

.tab-pane {
    padding-top: 15px;
    padding-bottom: 15px;
}

#cookieNoticeContent {
    padding: .85rem;
}

#cookieNoticeContent p {
    color: white;
    text-align: left;
}

#cookieNoticeContent p a {
    color: white;
    font-weight: 600;
}

#cookieNoticeContent .closeButtonNormal {
    padding: .3rem .6rem;
    font-size: .9rem;
}

#cookieNoticeContent table {
    margin-left: auto;
    margin-right: auto;
}

body#module-ps_emailalerts-account #content {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #878787;
}

body#module-ps_emailalerts-account #content .warning {
    background-color: rgba(255, 154, 82, .3);
    border-color: #ff9a52;
    color: #414141;
    padding: 10px 10px;
}

/** SPINNER CREATION **/

#tablecombz-wrapper .loader {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    border-top-color: #FFD126;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

#loadMe .modal-dialog {
    margin-top: 15%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body#cms iframe {
    max-width: 100%;
}

body#cms img,
body#cms table {
    max-width: 100%;
    width: auto;
    height: auto;
}


@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1264px;
    }

    #_desktop_contact_link {
        display: none;
    }
}

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

    .page-my-account #logout-link>a {
        width: 290px;
    }

    #mc_embed_signup_scroll .b-subscribe {
        text-align: center !important;
    }

    .tablecombz-quantity-wanted .input-quantity-wanted {
        width: 36px;
    }

    .tablecombz-reference,
    .tablecombz-table-quantity-discounts .cell {
        font-size: 0.7rem;
    }

    #tablecombz-table thead,
    #tablecombz-table input.input-quantity-wanted,
    .tablecombz-quantity-wanted .fa-qty-up-icon,
    .tablecombz-quantity-wanted .fa-qty-down-icon {
        font-size: 0.8rem;
    }

    .tablecombz-quantity-wanted .qty .quantity-input-group {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    body#checkout section.checkout-step .form-footer {
        display: grid;
        gap: 10px;
    }

    body#checkout section.checkout-step .form-footer .btn-primary {
        order: 2;
    }

    #tablecombz-wrapper form {
        overflow: auto;
    }

    td.tablecombz-img img {
        width: 60px;
    }

    .only-descktop {
        display: none !important;
    }

    .col-md-6.form-control-valign {
        display: flex;
        justify-content: space-around;
    }

    #wrapper .banner {
        margin-top: 20px
    }

    #header .header-nav .user-info {
        margin-top: 14px;
    }

    #header .header-nav .blockcart {
        margin-top: 10px;
    }

    .only-descktop {
        display: none !important;
    }

    .forgotten-password .form-fields .email input {
        width: 100%;
    }

    .forgotten-password .form-fields .email {
        width: 100%;
    }

    #header .header-nav .account .material-icons:last-child,
    #header .header-nav .user-info:hover .logout {
        display: none !important;
    }

    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container {
        width: auto;
    }

    .product-accessories .product-miniature {
        margin-bottom: 0;
    }

    #product .product-accessories {
        margin-bottom: 0;
    }

    #tab-content {
        border: 1px solid #caccd1;
        top: -5px;
        display: flex;
        position: relative;
    }

    .container {
        max-width: 1000px;
    }

    body {
        font-size: 14px;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 14px;
    }

    .h3,
    .h4,
    h3,
    h4 {
        font-size: 18px;
    }

    body#checkout a.active:hover {
        text-decoration: underline;
    }

    .h1,
    h1 {
        font-size: 18px;
    }

    #header .header-nav {
        padding: 7px 0 5px;
    }

    body#checkout section.checkout-step .forgot-password {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .cart-content-btn .row::after {
        content: none;
    }

    .cart-content-btn .row {
        display: flex;
        margin: 0;
        gap: 15px;
        flex-wrap: wrap;
    }

    .cart-content-btn .row .col-xs-6 {
        padding: 0;
        width: 100%;
    }

    #blockcart-modal .modal-body .btn-primary,
    #blockcart-modal .modal-body #js-blockcart-continue {
        font-size: 12px;
        line-height: 40px;
    }

    #blockcart-modal .modal-body .product-name {
        padding: 0px 15px;
    }

    #blockcart-modal .cart-content-btn {
        margin-top: 2.6em;
    }

    #blockcart-modal .modal-content {
        padding: 20px;
    }

    #blockcart-modal .modal-dialog .close {
        display: none;
    }

    #blockcart-modal .modal-title,
    #blockcart-modal .modal-body .product-name {
        font-size: 14px;
    }

    .row.prod-info .nav.nav-tabs a {
        padding: 0 14px;
        line-height: 33px;
    }

    .qty .input-group {
        max-width: 101px;
        padding-right: 26px;
    }

    .tablecombz-table .qty .input-group {
        padding-right: 0;
    }

    #mc_embed_signup h2 {
        margin-bottom: 15px;
    }

    #mega_menu_plus ul li a img {
        display: none;
    }

    #sprite li {
        width: 100%;
    }

    .carousel .carousel-inner {
        height: auto;
    }

    #products {
        padding-left: 0;
    }

    .grid-list-image {
        position: static;
        grid-template-columns: auto;
        display: none;
        height: auto !important;
    }

    header ul.menuproduct>li>a span:hover {
        color: #3d3d3d;
        font-weight: bold;
    }

    .cols .content_submenu {
        padding: 0;
        position: relative;
    }

    .content_submenu.clearfix.show-submenu .grid-list-image {
        display: grid;
        box-shadow: initial !important;
        border: 0 !important;
    }

    .content_submenu.clearfix.show-submenu .grid-list-image ul.menulink {
        width: initial !important;
    }

    .carousel .carousel-item img {
        height: 300px;
        /* object-fit: cover;
        object-position: right; */
    }

    #blockcart-modal .modal-dialog {
        width: auto;
    }

    #header .header-nav .blockcart.active {
        margin-left: 0;
    }

    .slider-images-product.mask {
        padding: 0 30px;
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        min-height: auto !important;
    }

    .product-manufacturer {
        position: relative !important;
        top: initial !important;
        float: right;
        z-index: 20;
        opacity: 0.9;
    }
}

.product-manufacturer {
    position: absolute;
    top: 15px;
    right: 0;
}

.product-manufacturer .manufacturer-logo {
    width: 90px;
}

#header .header-nav .blockcart .header{
    margin-bottom: 8px; 
}
/* #_desktop_user_info .user-info #header-login-link .material-icons{
    margin-bottom: 8px;
} */

#_mobile_cart, #_mobile_user_info, #_mobile_search{
    margin-right: 5px;
    color: white!important;
}

#_mobile_cart a {
    color: white!important;
}

#_mobile_user_info a{
    color: white!important;
}

#_mobile_search i{
    color: white!important;
}

#menu-icon i{
    color: white!important;
}

@media only screen and (max-width: 760px){
    #header .header-nav{
        background: #f3f4f7!important;
        color: #000!important;
    }
    .search-widget{
        float: none !important;        
    }
    .sm_center_rrss{
        font-size: 14px!important;
        /* width: 98%;
        margin: 0 auto; */
    }
}
.material-icons.search,
.material-icons.shopping-cart{
    cursor: pointer;
}

.sm_center_rrss{
    font-size: 18px!important;
    
}


.row_rrss {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-between!important;
    align-items: center!important;
  }

  .column_tittle {
    flex-basis: 100%!important;
    text-align: center!important;
    margin-bottom: 10px!important;
  }

  .column_RRSS {
    flex-basis: 100%!important;
    text-align: center!important;
  }

  @media (min-width: 374px) and (max-width: 426px) {
    .top-logo {
          width: 250px
      }
      #header .logo{
          width: 210px;
          position: relative;
          top: 0px;
      }
    }
    @media (min-width: 426px) and (max-width: 765px) {
        .top-logo {
              width: 310px
          }
          #header .logo{
              width: 270px;
              position: relative;
              top: 0px;
          }
        }

  @media (max-width: 374px) {
  .top-logo {
        width: 190px
    }
    #header .logo{
        width: 150px
    }
    .row_rrss {
        margin-top: 10px!important;
      }
    .column_tittle {
      flex-basis: 50%!important;
      text-align: right!important;
      margin-bottom: 0!important;
      padding-right: 5px!important;
    }

    .column_RRSS {
      flex-basis: 50%!important;
      text-align: left!important;
      padding-left: 5px!important;
    }    
  }

  @media (min-width: 767px) {
      #products #content #search_bar_main {    
          left: 500px;    
      }      
  }
  @media (min-width: 320px)and (max-width: 374px) {
    #products #content #search_bar_main {    
        left: 225px!important;    
    }
    #product #block-reassurance .col-md-10.offset-md-1 {
        padding: 0px;
      }
      #_mobile_search,#_mobile_user_info,#_mobile_cart,#menu-icon{
        position: relative;
        top: 3px;
    }
    #contact_box_logo{
        max-width: 92%;
        margin: 1em auto;
    }
    
  }
  @media (min-width: 375px) and (max-width: 424px)  {
    #_mobile_search,#_mobile_user_info,#_mobile_cart,#menu-icon{
        position: relative;
        top: 8px;
    }    
    #products #content #search_bar_main {    
        left: 280px;    
    }
    #product .product-prices .unity-sale{
        padding-right: 0px;
    }
    #product #block-reassurance .col-md-10.offset-md-1 {
        padding: 0px;
      }
    #contact_box_logo{
        max-width: 94%;
        margin: 10px auto;
    }
  }
  @media (min-width: 425px) and (max-width: 700px){
    #_mobile_search,#_mobile_user_info,#_mobile_cart,#menu-icon{
        position: relative;
        top: 8px;
    }    
    #products #content #search_bar_main {    
        left: 330px;    
    }
    #product #block-reassurance .col-md-10.offset-md-1 {
        padding: 0px;
      }
  }

  @media (min-width: 701px) and (max-width: 2000px){
    .aling-padding-left{
        padding-left: 0px;
    }
    #product .product-prices .unity-sale{
        padding-right: 52px;
    }
  }  

@media (max-width: 767px) {
    #mostrar-tabla-combinaciones{
        text-align: center;
        width: 100%;
    }                
    
}

@media (max-width: 769px) {
    .account span.material-icons{
        display: none;
    }
    .sm_center_rrss{
        margin-top: 30px;
    }
    #header .header-nav .blockcart .header{
        margin-bottom: 0px!important; 
    }
    #_desktop_user_info .user-info #header-login-link .material-icons{
        margin-bottom: 0px!important;
    }
}

@media (max-width: 1023px) {
    #logo-text{
        display: none!important;
    }
}

#category #product-availability .material-icons{
    line-height: initial!important;
}

.bamenuitem-columns-5 .show-sub-menu.submenu-level-0_2.sub.fullwidth.clearfix {
    min-width: 300px;
}

.custom-column-1 .grid-list-image:not(.only-img){
    box-shadow: none!important;
    top: -23px!important;
}

#product .select-color{
    z-index: 0;
}
@media only screen and (max-width: 600px) {
    td.tablecombz-img img {
        width: 50px;
    }
}
@media only screen and (max-width: 426px) {
    button.btn.btn-primary.pull-xs-left.submitCustomizedData{
        width: 100%;
    }
    article.product-miniature.js-product-miniature.product-discount{
        padding-bottom: 20px!important;
    }
}

@media only screen and (max-width: 430px) {
    ul.select-color{
        width: 78%!important;
    }
    .tablecombz-price .price {
        font-size: 14px !important;
        color: #DA0F00;
    }
    #tablecombz-table thead,
    #tablecombz-table input.input-quantity-wanted,
    .tablecombz-quantity-wanted .fa-qty-up-icon,
    .tablecombz-quantity-wanted .fa-qty-down-icon {
        font-size: 14px;
    }
}

@media only screen and (max-width: 390px) {
    ul.select-color{
        width: 75%!important;
    }
}

@media only screen and (max-width: 330px) {
    ul.select-color{
        width: 70%!important;
    }
}

ul.select-color { 
    width: 250px;
}

@media (min-width: 768px){
    #cart .col-md-10.offset-md-1 {
        margin-left: 11%!important;
    }
    .slick-list.draggable article {
        min-height: 300px;
    }
    #product section#wrapper{
        padding: 0px;
    }
    
}

a.logout.hidden-sm-down{
    width: 120px;
}

.ui-autocomplete.ui-front.ui-menu{
    z-index: 999!important;
    position: fixed!important;
}

#product #tab-content a {
    color: #297B40;    
    font-weight: 800;
    text-decoration: underline;
}

#password button.form-control-submit.btn.btn-primary{
    line-height: 30px!important;
}

#product .btn-centerd-getInformation{
    margin-bottom: 10px;
}
.grecaptcha-badge{
    bottom: 95px!important;
}

/* Menu */
.submenu-container .grid-list-image{
    height: auto !important;
}