/*****************************************/
/******     BEGIN GENERAL STYLES    ******/
/*****************************************/
body {
    font: 75%/150% sans-serif;
    background-color: #fff;
    color: #333;
}
html {
    font-size: 16px;
}
h4 {
    font-size: 1.3333em;
    line-height: 1.25em;
    margin: 0 0 10px;
    font-weight: normal;
}
strong { font-weight: bold;}
.display-none { display: none !important; }
.w100 { width: 100% !important; }
.w65 { width: 65% !important; }
.w50 { width: 50% !important; }
.w35 { width: 35% !important; }
.float-left { float: left; }
.float-right { float: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.clearfix { clear: both; float: none; width: 100%; }
.no-padding { padding: 0px !important; }
.no-padding-right { padding-right: 0px !important; }
.no-padding-left { padding-left: 0px !important; }
.red { color: #BC153F; }
.gray { color: #352623; }
.relative { position: relative; }
.inline { display: inline; }
.flex-grid {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid-d-12 { width: 100%; } .grid-d-10 { width: 83.33%; }
.grid-d-8 { width: 66.67%; } .grid-d-6 { width: 50%; }
.grid-d-4 { width: 33.33%; } .grid-d-3 { width: 25%; }
.grid-d-2 { width: 16.67%; }

.m-t-0 { margin-top: 0px !important; } .p-t-0 { padding-top: 0px !important; }
.m-b-0 { margin-bottom: 0px !important; } .p-b-0 { padding-bottom: 0px !important; }
.m-l-0 { margin-left: 0px !important; } .p-l-0 { padding-left: 0px !important; }
.m-r-0 { margin-right: 0px !important; } .p-r-0 { padding-right: 0px !important; }
.m-t-10 { margin-top: 10px !important; } .p-t-10 { padding-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; } .p-t-15 { padding-top: 15px !important; }
.m-b-15 { margin-bottom: 15px !important; } .p-b-15 { padding-bottom: 15px !important; }
.m-b-10 { margin-bottom: 10px !important; } .p-b-10 { padding-bottom: 10px !important; }
.m-l-10 { margin-left: 10px !important; } .p-l-10 { padding-left: 10px !important; }
.m-r-10 { margin-right: 10px !important; } .p-r-10 { padding-right: 10px !important; }
.m-t-20 { margin-top: 20px !important; } .p-t-20 { padding-top: 20px !important; }
.m-b-20 { margin-bottom: 20px !important; } .p-b-20 { padding-bottom: 20px !important; }
.m-l-20 { margin-left: 20px !important; } .p-l-20 { padding-left: 20px !important; }
.m-r-20 { margin-right: 20px !important; } .p-r-20 { padding-right: 20px !important; }
.m-t-35 { margin-top: 35px !important; } .p-t-35 { padding-top: 35px !important; }
.m-b-35 { margin-bottom: 35px !important; } .p-b-35 { padding-bottom: 35px !important; }
.m-l-35 { margin-left: 35px !important; } .p-l-35 { padding-left: 35px !important; }
.m-r-35 { margin-right: 35px !important; } .p-r-35 { padding-right: 35px !important; }
/* clearing styles */
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: none;
}
.container {
    width: 96%;
    max-width: 1300px;
    margin: 0px auto;
    background-color: #ffffff;
}
.container.inner-container {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 28px;
    min-height: 770px
}
.inner-container::after { clear: both;}
.breadcrumbs {
    line-height: 1.5em;
    margin-top: 6px;
    margin: 0 0 5px;
}
.breadcrumbs li { 
    font-size: 1em;
    color: #808080;
    float: left;
    line-height: 1.5;
}
.breadcrumbs li:last-child {
    color: #000;
}
.clearer::after, .breadcrumbs::after, .block .block-content::after,
.form-list li:after, .buttons-set:after, .product-primary-column::after,
.col-left::after, .col-main::after, dd li::after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.col-left {
    float: left;
    width: 21%;
}
.col-main {
    float: right;
    width: 79%;
}
.fieldset {
    margin: 0 0 10px;
    padding: 0;
}
.fieldset+.fieldset {
    margin-top: 30px;
}
.fieldset .legend {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2222em;
    margin-bottom: 15px;
}
.form-list li {
    text-align: left;
    margin: 0 0 8px;
}
.form-list li.control label {
    float: none;
}
.form-list li label {
    color: #42433f;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    z-index: 0;
    margin: 0 0 2px 0;
    display: inline-block;
}
.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}
.form-list .input-box {
    display: block;
    clear: both;
}
.form-list input.input-text {
    font-size: 12px;
    width: 262px;
}
input.input-text {
    padding: 8px;
    height: 36px;
    background: #fff;
    text-overflow: ellipsis;
    border: 1px solid #ECE7E7;
    color: #989898;
    border-radius: 10px;
}
.form-list .field {
    float: left;
    width: 275px;
    margin-bottom: 5px;
}
.form-list li.control input.checkbox {
    margin: 0;
    margin-right: 6px;
    line-height: normal;
    display: inline-block;
    padding: 0;
    position: relative;
}
label.required:after {
    content: ' *';
    color: #EE001C;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
}
.form-list label.required em {
    float: right;
    font-style: normal;
    position: absolute;
    top: 0;
    right: -8px;
    color: #ee001c;
}
.col-left .block:first {
    margin-top: 6px;
}
.ic {
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ic-up::before {
    content: "\e262";
}
.ic-search::before {
    content: "\e235";
}
.ic-user::before {
    content: "\e971";
    font-family: 'icomoon';
}
.ic-cart::before {
    content: "\e93a";
    font-family: 'icomoon';
}
.item .container-info-action .price-box p {
    line-height: 20px;
    font-weight: bold;
    color: #333;
}
.item .container-info-action .price-box .old-price {
    order: 2;
    margin: 0 5px;
    text-decoration: line-through;
}
.item .container-info-action .price-box .special-price {
    order: 1;
    font-size: 1.2em;
    font-weight: bold;
    color: #D40F3B;
}
.item .container-info-action .price-box .sticker-discount {
    order: 3;
    font-size: 1.2em;
    font-weight: bold;
    color: #D40F3B;
}

.pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding-top: 0px;
    background-color: #f5f5f5;
    color: inherit;
    border-color: #fff;
}
.pagination .page-item.active .page-link, .pagination .page-item.disabled .page-link {
    background-color: #fff;
    color: #d6d6d6;
    border-color: #fff;
}
/***************************************/
/******     END GENERAL STYLES    ******/
/***************************************/

/******************************************/
/******     BEGIN HEADER & FOOTER    ******/
/******************************************/
.top-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #42433f;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 0;
}
.top-banner .item {
    padding: 0.3em 0;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important
}
.top-banner .item .iconBullets {
    display: block;
    font-size: 30px;
    margin: 5px;
    color: #fff;
}
.top-banner .item p {
    color: #fff;
    margin: 0 !important;
    display: block;
    font-size: 0.9em;
    text-align: left;
    line-height: 20px;
}
.top-banner .item p strong {
    display: block;
    font-size: 1em;
    text-align: left;
    font-weight: bold;
}
.top-banner .owl-carousel .owl-nav.not-disabled { display: none; }
.top-banner .owl-carousel .owl-dots.not-disabled { display: none; }
.header-container .header-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header-container .form-search {
    position: relative;
    width: 300px;
    float: left;
}
.header-container .form-search label {
    float: left;
    margin: 3px 4px 0 0;
    display: none;
}
.header-container .form-search #search {
    font-size: 0.9em;
    padding: 0 0 0 35px;
    border-radius: 10px;
    color: #352623;
    background-color: #fff;
    float: right;
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #707070;
}
.header-container .form-search button {
    left: 0;
    color: #352623;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1px;
    padding: 0;
    background-color: transparent !important;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: 0;
    overflow: visible;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    border-radius: 0;
}
.header-container .form-search button::before {
    content: "\e986";
    font-family: 'icomoon';
    font-size: 16px;
    font-weight: 600;
}
.header-container .form-search .button span span { display: none; }
.header-container .header-logo img { width: 282px; height: 70px; }
.header-container .header-account { text-align: right; }
.header-container .header-account .links li {
    font-size: 12px;
    line-height: 36px;
    float: left;
}
.header-container .header-account .links li a {
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 10px;
}
.header-container .header-account .links li a:hover {
    color: #BC153F;
}
.header-container .header-account .links li a::before {
    font-size: 12px;
    line-height: 39px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-right: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .header-container .header-account .links li:nth-child(1) a::before {
    font-family: 'icomoon';
    content: "\e9da";
    vertical-align: bottom;
}
.header-container .header-account .links li:nth-child(2) a::before {
    font-family: 'icomoon';
    content: "\e971";
    vertical-align: unset;
}
.header-container .header-account .links li:nth-child(3) a::before {
    font-family: 'icomoon';
    content: "\e93a";
    vertical-align: unset;
    font-size: 15px;
} */
.header-container .header-account .links .my-login::before,
.header-container .header-account .links .logged::before {
    font-family: 'icomoon';
    content: "\e971";
    vertical-align: unset;
}
.header-container .header-account .links .my-shop::before {
    font-family: 'icomoon';
    content: "\e93a";
    vertical-align: unset;
    font-size: 15px;
}
.header-container .header-account .links form button {
    background-color: transparent;
    border: unset;
    text-transform: uppercase;
}

footer .footer-top {
    background-color: #ad0f44;
}
footer .footer-top .footer-top-container {
    width: 96%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
footer .footer-top .footer-top-container .links-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    color: #ffffff;
}
footer .footer-top .footer-top-container .links-wrapper .item-right {
    float: none;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
}
footer .footer-top .footer-top-container .links-wrapper .subscribe-form {
    width: 85%;
}
footer .footer-top .footer-top-container .links-wrapper .subscribe-form form { display: block; }
footer .footer-top .footer-top-container .links-wrapper .subscribe-form form div { 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; 
}
footer .footer-top .footer-top-container .links-wrapper .subscribe-form form label {
    font-weight: bold;
    float: none;
    display: inline-block;
    margin: 3px;
    text-transform: uppercase;
    letter-spacing: .5px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 1.3333em;
    max-width: 100%;
}
footer .footer-top .footer-top-container .links-wrapper .subscribe-form .input-box {
    float: none;
    display: inline-block;
    margin: 3px;
    vertical-align: middle;
    max-width: 240px;
    width: 100%;
    position: relative;
}
footer .footer-top .footer-top-container .links-wrapper .subscribe-form .input-box input {
    border: 0;
    border-radius: 10px;
    width: 100%;
    float: left;
    background-image: url('https://d2fhxi6dp5w7uq.cloudfront.net/media/wysiwyg/email.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 50%;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    font-size: 12px;
    color: #333;
    padding: 8px;
    padding-left: 40px;
    text-overflow: ellipsis;
    height: 36px;
}
footer .footer-top .footer-top-container .links-wrapper .subscribe-form button {
    float: none;
    display: inline-block;
    margin: 3px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background-color: #42433f !important;
    overflow: visible;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    line-height: 36px;
}
footer .footer-top .footer-top-container .links-wrapper .subscribe-form button:hover {
    background-color: #707070 !important;
}
footer .footer-top .footer-top-container .links-wrapper #rrss {
    float: none;
    width: 12%;
    display: flex;
    justify-content: center;
}
footer .footer-top .footer-top-container .links-wrapper #rrss li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    width: 35px;
    text-align: center;
    transition: .5s;
}
footer .footer-top a { color: #ffffff; }
footer .footer-top .footer-top-container .links-wrapper #rrss li a i {
    color: #355ea9;
}
footer .footer-top .footer-top-container .links-wrapper #rrss li a i:hover {
    color: #333;
}
footer .footer-primary {
    background-color: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}
footer .footer-primary .footer-primary-container {
    max-width: 1300px;
    width: 96%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .footer-primary .footer-primary-container .footer-content {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
footer .footer-primary .footer-primary-container .wrapper-column {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}
footer .footer-primary .footer-primary-container .column-footer-info {
    display: inline-block;
    padding: 0px 30px;
    vertical-align: top;
    margin-bottom: 40px;
    width: 20%;
}
footer .footer-primary .footer-primary-container .column-footer-info h6 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.1666em;
}
footer .footer-primary .footer-primary-container .column-footer-info ul li {
    font-size: 14px;
    line-height: 34px;
    color: #ffffff;
}
footer .footer-primary .footer-primary-container .column-footer-info ul li:hover {
    color: #BC153F;
}
footer .footer-primary .footer-primary-container .footer-final {
    text-align: center;
}
footer .footer-primary .footer-primary-container .footer-final ul {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    margin: 0 10px;
}
footer .footer-primary .footer-primary-container .footer-final ul li {
    display: inline-block;
    margin: 0px 15px;
}
#scroll-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    border-radius: 50%;
    background-image: none !important;
    background-color: #fff;
    color: #c4c4c4;
    border: 1px solid #c4c4c4;
}
#scroll-to-top:hover {
    background-color: #fff;
    color: #d6d6d6
}
/****************************************/
/******     END HEADER & FOOTER    ******/
/****************************************/

/*******************************/
/******     BEGIN HOME    ******/
/*******************************/
#home .banner .owl-carousel .owl-nav { margin-top: 0px; }
#home .banner .owl-carousel .owl-nav .owl-prev {
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 5px;
    top: calc(50% - 25px);
    width: 40px;
    height: 40px;
}
#home .banner .owl-carousel .owl-nav .owl-next {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: calc(50% - 25px);
    width: 40px;
    height: 40px;
}
#home .info-comercial {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 40px 0px;
}
#home .info-comercial .item { text-align: center; width: 100%; }
#home .info-comercial .owl-nav.not-disabled { display: none; }
#home .info-comercial .owl-item.active .item { border-right: 2px solid #666; }
#home .info-comercial .owl-item.active:last-child .item { border-right: unset;}
#home .info-comercial .item span { font-size: 30px; margin-bottom: 10px; }
#home .info-comercial .item p { line-height: 20px; font-size: 14px; }
#home .info-comercial .item p strong { display: block; font-size: 16px; font-weight: bold; }
#home .productos-categorizados {
    margin: 1em 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
}
#home .productos-categorizados .item { position: relative; margin-bottom: 20px; width: 23%; }
#home .productos-categorizados .item img { width: 100%; }
#home .productos-categorizados .item .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}
#home .productos-categorizados .item .overlay span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    transition: .5s;
}
#home .productos-categorizados .item:hover .overlay { opacity: 1;transition:.5s;cursor:pointer; }
#home .productos-categorizados .item .overlay span:hover { background-color: #BC153F;border: 2px solid #BC153F;}
.recomendados-title {
    font-size: 2.4em !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
    padding: 0;
}
.recomendados-title::before,
.recomendados-title::after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
    margin: 0px 20px
}
.productos-recomendados, .banner-secundary {
    padding: 0 50px;
    margin: 50px 0;
}
.productos .item { border: 0px; outline: 1px solid #fff; text-align: center; }
.productos .item .product-image-wrapper { margin: 0 auto; position: relative; max-width: 500px; }
.productos .item .cucardas-container {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.productos .item .cucardas-container img {
    position: absolute;
    max-width: 35px;
    right: 5px;
    top: 5px;
}
.productos .item .add-to-links {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    float: right;
    z-index: 1;
    padding-bottom: 4px;
    padding-right: 4px;
}
.productos .item .add-to-links li { float: left; }
.productos .item .add-to-links a { display: block; color: #BC153F; padding: 4px 6px; }
.productos .item .add-to-links a:hover { background-color: #ffffff; }
.productos .item .add-to-links .ic-heart::before { 
    content: "\e9da"; 
    font-family: 'icomoon'; 
    font-size: 16px;
    color: #c4c4c4;
}
.productos .item .product-image {
    display: flex;
    justify-content: center;
    overflow: visible;
    text-align: center;
    position: relative;
}
.productos .item .product-image .alt-img {
    opacity: 1;
    display: none;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.productos .item .product-image:hover .alt-img {
    display: block;
}
.productos .item .container-info-action {
    padding: 15px 0;
    border-top: 3px solid #f0f0f0;
}
.productos .item .container-info-action .brand {
    font-weight: bold;
    position: relative;
    top: 1rem;
}
.productos .item .container-info-action .product-name { 
    font-size: 1.1em; 
    line-height: 1.25em;
    margin: 15px 0 10px;
}
.productos .item .container-info-action .price-box { 
    min-height: 40px;
    display: inline-flex;
    margin: 10px 0 10px;
    font-size: 1em;
}
.productos .item .container-info-action .price-box .regular-price {
    font-size: 1.2em;
    display: block;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
} 
.productos .item .actions { padding-bottom: 20px; margin: 10px 0 0; }
.productos .item .actions .button {
    border-radius: 0px;
    line-height: normal;
    padding: 0;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: transparent !important;
    border: 1px solid #707070 !important;
    color: #707070 !important;
}
.productos .item .actions .button:hover {
    background-color: #707070 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
#home .productos-recomendados .owl-carousel .owl-nav .owl-prev,
#home .productos-recomendados .owl-carousel .owl-nav .owl-next {
    font-size: 24px;
    color: #c4c4c4;
    position: absolute;
    left: -35px;
    top: calc(50% - 10px);
    width: 30px;
    height: 30px;
}
#home .productos-recomendados .owl-carousel .owl-nav .owl-next { left: unset; right: -35px; }
#home .productos-recomendados .owl-carousel .owl-nav .owl-prev:hover,
#home .productos-recomendados .owl-carousel .owl-nav .owl-next:hover { opacity: 0.7; }

#home .banner-secundary { width: 98%; margin-left: 1%; margin-right: 1%; }
#home .banner-sale { position: relative; }
#home .banner-sale img { max-width: 100%; }
#home .banner-secundary .owl-carousel { margin-top: 60px; }
#home .banner-secundary .item .cucardas-container .sticker {
    border-radius: 50%;
    float: right;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 5px;
    background-color: #000;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
}
#home .banner-secundary .owl-theme .owl-nav { display: none; }
/*****************************/
/******     END HOME    ******/
/*****************************/

/*************************************/
/******     BEGIN CATEGORIES    ******/
/*************************************/
#categorias .block {
    margin-right: 32px;
    margin-bottom: 0px;
}
#categorias .block .block-title {
    font-size: 1.2em;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: normal;
    line-height: 1.2222em;
}
#categorias .block .block-content {
    padding: 10px 0;
}
#categorias .vertnav {
    float: left;
    width: 100%;
}
#categorias .vertnav li {
    float: left;
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    position: relative;
}
#categorias .vertnav li a {
    font-size: 1em;
    line-height: 1.5em;
    padding: 5px 10px;
    display: block;
}
#categorias .vertnav li a:hover {
    color: #BC153F;
}
#narrow-by-list {
    padding: 5px 10px;
}
.block-content>dl>dt {
    display: block;
    padding: 7px 0;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    border-bottom: 1px dashed #ccc;
    line-height: 25px;
}
#narrow-by-list dt:before {
    content: "\ea0a";
    font-family: "icomoon";
    border: 1px solid #333;
    color: #333;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    height: 18px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    font-size: 9px;
    position: absolute;
    top: 11px;
    right: 0;
}
#narrow-by-list dt.activado:before {
    content: "\ea0b";
}
.block-content>dl>dd {
    padding: 15px 5px;
    margin: 0;
}
dl dd ol>li>button {
    position: relative;
    display: block;
    padding: 3px 0 3px 12px;
    float: left;
    background-color: transparent;
    border: unset;
}
dd button.amshopby-attr {
    background-image: url(https://d2fhxi6dp5w7uq.cloudfront.net/skin/frontend/base/default/images/amshopby-rb1.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    color: #333;
}
dd button.amshopby-attr-selected {
    font-weight: bold;
    padding-left: 15px;
    background-image: url(https://d2fhxi6dp5w7uq.cloudfront.net/skin/frontend/base/default/images/amshopby-rb2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: #333;
}
dd button.amshopby-attr:hover {
    color: #BC153F;
}
dd ol>li>button .count {
    color: #808080;
}
#narrow-by-list ol li button img {
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    float: left;
}
#categorias #comprando-por p {
    margin: 5px 0 10px;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 20px;
}
#categorias #comprando-por .currently { background-color: #f5f5f5; }
#categorias #comprando-por .currently ol { padding: 10px; }
#categorias #comprando-por .currently ol li { margin-bottom: 5px; }
#categorias #comprando-por .currently .btn-remove { 
    float: left; 
    margin-right: 8px; 
    background-color: transparent;
    border: unset;
    font-size: 1.3em;
    color: #333;
}
#categorias #comprando-por .currently .btn-remove::before { 
    display: inline-block;
    font-family: ThemeIcons; 
    content: "\e22d";
}
#categorias #comprando-por .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}
#categorias #comprando-por .actions {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    border-top: none;
    margin: 0 0 15px;
    padding: 0px 10px 10px;
}
#categorias #comprando-por .actions button { background-color: transparent; border: unset; }
#categorias #comprando-por .currently .btn-remove:hover::before,
#categorias #comprando-por .actions button:hover { color: #BC153F; }

.block .subscribe-form form label {
    font-size: 1.2em;
    line-height: normal;
    margin-right: 20px;
    margin-bottom: 10px;
}
.block .subscribe-form .input-box {
    float: none;
    margin: 0 0 10px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.block .subscribe-form .input-box input {
    width: 100%;
    float: left;
    background-image: url('https://d2fhxi6dp5w7uq.cloudfront.net/media/wysiwyg/email.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 50%;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    font-size: 12px;
    color: #333;
    padding: 8px;
    padding-left: 40px;
    text-overflow: ellipsis;
    height: 36px;
    border: 1px solid #ECE7E7;
    border-radius: 10px;
}
.block .subscribe-form button {
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #42433f !important;
    overflow: visible;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    line-height: 36px;
}
.block .subscribe-form button:hover {
    background-color: #707070 !important;
}
.toolbar {
    position: relative;
    z-index: 1;
}
.toolbar .sorter {
    text-align: right;
    line-height: 36px;
    padding: 10px 0;
}
.toolbar .sorter .sort-by {
    line-height: 40px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 10px;
    padding-right: 3px;
    background: url(https://d2fhxi6dp5w7uq.cloudfront.net/skin/frontend/tekpro/default/images/img/link-separator.png) right center no-repeat;
}
.toolbar .sorter label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
}
.toolbar .sorter select {
    border: 1px solid #ECE7E7;
    color: #989898;
    border-radius: 10px;
    height: 36px;
    padding: 8px;
    text-overflow: ellipsis;
    background: #fff;
}
.toolbar .sorter select:hover {
    border: 1px solid #333;
    color: #333;
}
.toolbar .sorter select option {
    padding-right: 10px;
    padding-left: 5px;
}
.sorter .sort-by .category-desc {
    background-color: transparent;
    color: #c4c4c4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    background-color: transparent;
    border: unset;
}
.ic-arrow-up:before { content: "\e227"; }
.ic-arrow-down:before { content: "\e229"; }
.sorter .limiter {
    line-height: 40px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 15px;
}

#categorias .productos-recomendados {
    margin: 30px 0px 0px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.3%;
}
#categorias .productos-recomendados .item { 
    border: 0px; outline: 1px solid #fff;
    text-align: center;
    width: 33%; 
    margin-bottom: 20px;
}
#categorias .productos-recomendados .item .product-image-wrapper { margin: 0 auto; position: relative; max-width: 100%; }
#categorias .productos-recomendados .item .product-image {
    overflow: visible;
    text-align: center;
}
#categorias .productos-recomendados .item .product-image img {
    max-width: 100%;
}
#categorias .productos-recomendados.productos .item .container-info-action { padding: 0px; }
#categorias .paginate {
    position: relative;
    z-index: 1;
    line-height: 36px;
    padding: 10px 0;
    text-align: center;
}
#categorias .paginate .pages {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
#categorias .paginate .pages strong {
    float: left;
    margin-right: 5px;
    font-weight: normal;
}
#categorias .paginate .pages ol {
    display: inline-block;
    vertical-align: middle;
}
#categorias .paginate .pages li {
    float: left;
    margin: 0 0 0 1px;
    display: block;
    text-align: center;
}
#categorias .paginate .pages li a {
    background-color: #f5f5f5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: inherit;
}
#categorias .paginate .pages li a.next {
    font-size: 10px;
}
#categorias .paginate .pages li.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #d6d6d6;
}
#categorias .paginate .pages li a:hover {
    opacity: 0.5;
}
/***********************************/
/******     END CATEGORIES    ******/
/***********************************/

/********************************/
/******     BEGIN LOGIN    ******/
/********************************/
#login,
#preguntas-frecuentes,
#cambios-devoluciones,
#terminos-condiciones {
    background-color: #f0f0f0;
}
#contact,
#politicas-privacidad,
#quienes-somos {
    background-color: #ffffff;
}
#login .container, 
#contact .container,
#preguntas-frecuentes .container,
#cambios-devoluciones .container,
#politicas-privacidad .container,
#quienes-somos .container,
#terminos-condiciones .container {
    background-color: transparent;
}
#login .account-create,
#contact .w65 {
    padding: 0px 12px;
}
#login h1,
#contact h1,
#preguntas-frecuentes h1,
#cambios-devoluciones h1,
#politicas-privacidad h1,
#quienes-somos h1,
#terminos-condiciones h1 {
    font-size: 2em;
    min-height: 1.3125em;
}
#login form,
#contact form {
    display: inline;
}
.buttons-set {
    border-color: #e5e5e5;
    clear: both;
    margin: 30px 0 0;
    padding: 10px 0px;
    border-top: 1px solid #e5e5e5;
}
.buttons-set p.required {
    float: right;
    line-height: 1em;
    margin: -33px 0 0;
    color: #ee001c;
    font-size: 0.8333em;
    text-align: right;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 36px;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 36px;
}
.buttons-set .button {
    min-width: 180px;
    float: right;
    margin-left: 5px;
    line-height: 35px;
    background-color: #42433f !important;
    color: #fff;
}
.buttons-set .button:hover {
    background-color: #707070 !important;
}
#contact textarea {
    width: 100%;
    height: 10em;
    max-width: 535px;
}
#contact .w35 {
    padding: 10px 20px;
    background: #f8f8f8;
}
#contact .w35 p {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
}
#preguntas-frecuentes p,
#cambios-devoluciones p,
#politicas-privacidad p,
#quienes-somos p,
#terminos-condiciones p {
    margin: 0 0 1em;
    padding: 0;
    line-height: 20px;
}
#contact ul li {
    line-height: 25px;
}
#cambios-devoluciones .text-justify ul,
#terminos-condiciones .text-justify ul {
    list-style-type: disc;
    margin-left: 20px;
}
#terminos-condiciones p em {
    font-style: italic;
    color: red;
}

#am-ajaxlogin-container {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: none !important;
    position: absolute;
}
#hideDiv {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    background: url(/skin/frontend/base/default/css/amasty/amajaxlogin/ie.png);
    background: -moz-linear-gradient(rgba(11,11,11,0.1),rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(11,11,11,0.1)),to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
}
#am-ajaxlogin {
    float: none;
    width: 95%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 100;
    font-size: 16px;
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgb(255 255 255 / 60%) inset;
    box-shadow: 0 0 2px rgb(255 255 255 / 60%) inset;
    top: 5%;
    background-color: #fff;
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 450px;
}
#am-ajaxlogin-close {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 41px;
    line-height: 41px;
}
#am-ajaxlogin-title {
    font-size: 25px;
    padding: 20px 0px;
    background-color: #fff;
    color: #42433f;
    display: none;
}
#am-ajaxlogin #am-ajaxlogin-message {
    background-color: #fff;
    padding: 30px 0px;
    height: 100%;
}
#amajaxlogin-login-form {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 320px;
}
#amajaxlogin-login-form .logo img {
    width: 141.5px;
}
#am-ajaxlogin .title-login {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0.67em 0;
    line-height: 1.25em;
}
#amajaxlogin-login-form .text-login {
    color: #42433f;
    margin: 20px 0;
    font-size: 14px;
    line-height: 22px;
}
#amajaxlogin-login-form .am-form-block {
    color: #9ba0a4;
    width: 100%;
    text-align: left;
    vertical-align: top;
    border: 0;
    display: block;
    margin: 0;
    max-width: 100%;
}
.am-form-list li {
    margin: 0 0 8px;
}
#amajaxlogin-login-form .am-form-block .am-form-list label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    float: left;
    position: relative;
    color: #272727;
    font-size: 12px;
    font-weight: normal;
}
#amajaxlogin-login-form .am-form-block .am-form-list input {
    width: 100%;
    font-size: 12px;
}
#am-ajaxlogin .am-login-button {
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    min-width: 100px;
    text-align: center;
    vertical-align: top;
    position: relative;
    background-color: #BC153F;
    background-image: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 45px;
    padding: 0;
    max-width: 100%;
    width: 100%;
    color: #fff;
}
#amajaxlogin-login-form .am-form-block {
    border: 0;
    display: block;
    margin: 0;
    max-width: 100%;
}
#amajaxlogin-login-form .amform-block-account .amform-block-account-container {
    position: relative;
    top: inherit;
    max-height: 100% !important;
}
#am-ajaxlogin .am-login-button.am-create-account {
    background-color: transparent;
    color: #42433f;
    font-weight: 600;
    text-shadow: none;
    line-height: normal;
    margin-top: 10px;
}
#amajaxlogin-login-form .am-form-block .login-separador-break {
    width: 332px;
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0px;
    line-height: normal;
}
#amajaxlogin-login-form .am-password-login {
    padding-top: 2px;
    color: #9ba0a4;
    float: none;
    font-size: 12px;
    width: 100%;
}
#amajaxlogin-login-form .am-password-login a {
    text-decoration: none;
    cursor: pointer;
    border: 0;
    color: #42433f;
    font-weight: 600;
}
#amajaxlogin-login-form .login-terminos {
    line-height: 20px;
    color: #42433f;
    font-size: 11px;
    margin: 0;
    margin-top: 20px;
}
#amajaxlogin-login-form .login-terminos strong {
    font-weight: 600;
}
.input-error {
    font-size: 12px;
    color: red;
}
/******************************/
/******     END LOGIN    ******/
/******************************/


/*****************************************/
/******     BEGIN PRODUCT DETAIL    ******/
/*****************************************/
.container-wrapper {
    background-color: #f0f0f0 !important;
}
.container-wrapper #product-detail {
    background-color: transparent;
}
#product-detail .product-view {
    background-color: #ffffff;
    width: 100%;
}
#product-detail .product-view form {
    display: inline;
    margin-bottom: 20px;
    overflow: hidden;
}
#product-detail .product-view .content-wrapper {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
#product-detail .product-img-column {
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    width: 48%;
}
#product-detail .product-img-column .cucardas-container {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
#product-detail .product-img-column .cucardas-container img {
    position: absolute;
    vertical-align: middle;
    max-width: 35px;
    right: 5px;
    top: 5px;
}
#product-detail .product-img-column .product-image {
    background-color: #ffffff;
    overflow: visible;
    text-align: center;
    position: relative;
}
#product-detail .product-image #amasty_zoom {
    position: relative !important;
    vertical-align: middle;
    width: 100%;
    max-width: 500px;
}
#product-detail .more-views {
    border-top: 3px solid #f0f0f0;
    position: relative;
    background-color: #ffffff;
}
#product-detail .more-views .caroufredsel_wrapper {
    display: block;
    float: none;
    position: relative;
    inset: auto;
    z-index: auto;
    width: 100%;
    height: 72px;
    margin: 0 auto !important;
    overflow: hidden;
}
#product-detail .more-views .caroufredsel_wrapper #amasty_gallery {
    text-align: center;
    float: none;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    width: 100%;
    height: 14px;
}
#product-detail .more-views .caroufredsel_wrapper #amasty_gallery img {
    display: inline !important;
    width: auto !important;
    vertical-align: middle;
    cursor: move;
}
#product-detail .product-primary-column {
    display: inline;
    position: relative;
    border-left: 3px solid #f0f0f0;
    padding: 30px 0 30px 30px;
    float: left;
    width: 48%;
    max-width: 675px;
    background-color: #ffffff;
}
#product-detail .product-primary-column h1 {
    font-size: 2.2em;
    line-height: 1.25em;
}
#product-detail .product-primary-column .sku {
    color: #808080;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 0;
    line-height: 1.42857143;
}
#product-detail .price-box {
    border-top-width: 0;
    margin: 0;
    padding: 15px 0px 5px;
}
#product-detail .price-box .regular-price {
    display: block;
    font-size: 1.2em;
}
#product-detail .cont-addtocard {
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 20px;
}
#product-detail .add-to-box {
    border: 0px !important;
    display: inline-block;
    padding: 0 !important;
    margin: 0px !important;
}
#product-detail .add-to-box .qty-wrapper {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 55px;
}
#product-detail .add-to-box .qty-wrapper label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    float: left;
    line-height: 36px;
    padding-left: 0;
}
#product-detail .add-to-box .qty-wrapper .qty-button {
    cursor: pointer;
    float: left;
    text-align: center;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    width: 36px;
}
#product-detail .add-to-box .qty-wrapper .input-text {
    width: 3em !important;
    float: left;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}
#product-detail .add-to-box .button.btn-cart {
    background-color: #42433f !important;
    font-size: 1.1666em;
    min-width: 200px;
    color: #fff;
    float: left;
    border-radius: 0px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 40px;
}
#product-detail .action-box {
    display: inline-block;
    margin: 0px;
}
#product-detail .action-box .add-to-links li {
    float: left;
    margin: 0;
}
#product-detail .action-box .add-to-links li a {
    display: block;
}
#product-detail .action-box .add-to-links li a.link-wishlist .fa {
    background-color: #fff;
    color: #C0272D;
    font-size: 1.4em;
    line-height: 40px;
    height: 40px;
    width: auto;
    vertical-align: middle;
}
#product-detail .action-box .add-to-links li a .label {
    font-size: .9em;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 40px;
    display: inline-block;
}
#product-detail .action-box .add-to-links li a .label:hover {
    color: #C0272D;
}
#product-detail .short-description {
    margin: 15px 0 15px;
    line-height: 1.8em;
}
#product-detail .short-description h2 {
    margin: 0 0 10px;
    line-height: 1.25em;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 7px 0;
}
#product-detail .box-collateral #product-tabs {
    padding: 20px 0px;
    border-bottom: 0px solid #e5e5e5;
    border-top: 0px solid #e5e5e5;
}
#product-detail .box-collateral #product-tabs .tabs {
    background-color: transparent;
    float: left;
    margin: 0;
}
#product-detail .box-collateral #product-tabs .tabs li a.current {
    padding: 0 7px;
    font-size: 14px;
    line-height: 32px;
    display: block;
    text-transform: uppercase;
    color: #333;
    border-bottom: 2px solid #333;
    font-weight: bold;
}
#product-detail .box-collateral .tabs-panels {
    border: 0px;
    padding: 15px 10px;
}
#product-detail .box-collateral .data-table th,
#product-detail .box-collateral .data-table td {
    padding: 10px 10px 10px 0px;
    text-align: left;
    vertical-align: top;
}
#product-detail .compartir-redsocial h2 {
    margin: 0 0 10px;
    line-height: 1.25em;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 7px 0;
}
#product-detail .compartir-redsocial ul {
    padding: 10px 0;
}
#product-detail .compartir-redsocial ul li {
    list-style: none;
    margin: 0 3px;
    background-color: #42433f;
    padding: 5px;
    border-radius: 100%;
    width: 35px;
    text-align: center;
    transition: .5s;
    display: inline-block;
    font-size: 8px;
    width: 30px;
    cursor: pointer;
}
#product-detail .compartir-redsocial ul li:hover {
    background-color: #BC153F;
}
#product-detail .compartir-redsocial li a i {
    color: #fff;
    vertical-align: middle;
}
#product-detail .section-title {
    width: 100%;
    height: 68px;
    background-color: transparent;
    margin-top: 55px;
}
#product-detail .banner-secundary { margin: 0px; }
#product-detail .productos .item .container-info-action { background-color: #ffffff; }
#product-detail .banner-secundary .owl-theme .owl-nav { display: none; }
#product-detail .section-space {
    width: 100%;
    height: 75px;
    background-color: transparent;
}
/***************************************/
/******     END PRODUCT DETAIL    ******/
/***************************************/
#clientes .content { padding: 0 50px; margin-bottom: 50px;}
#clientes .box-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    line-height: 1.2222em;
    margin-bottom: 10px;
    text-align: right;
}
#clientes h2 {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.3em;
    line-height: 1.2222em;
    margin-bottom: 15px;
    font-weight: bold;
}
#clientes .vertnav li { padding: 7px 0px;}
#clientes .box-title h3 { float: left; font-size: 1.2em; font-weight: bold; }
#clientes a:hover { color: #BC153F; }
#clientes .fieldset select, #clientes .checkout-content select {
    padding: 8px;
    height: 36px;
    background: #fff;
    text-overflow: ellipsis;
    border: 1px solid #ECE7E7;
    color: #989898;
    border-radius: 10px;
    font-size: 12px;
    width: 262px;
    max-width: 100%;
}
#clientes .vertnav li a.active { color: #BC153F; }
#clientes .fieldset input[type="checkbox"] { width: auto; padding: 0px; vertical-align: middle; }
#clientes .carrito td { vertical-align: top; padding: 10px; }
#clientes .carrito-title { font-size: 2em; font-weight: normal; padding-bottom: 20px; }
#clientes .carrito .title-producto { font-size: 2em; }
#clientes .carrito thead th, 
#clientes .checkout-content thead th,
#clientes .orders thead th { font-weight: bold; }
#clientes .carrito td img {
    width: 100%;
    max-width: 168px;
}
#clientes .carrito td input[type="number"] {
    border: 1px solid #ECE7E7;
    color: #989898;
    border-radius: 10px;
    width: 4em;
    text-align: center;
    padding: 8px;
    height: 36px;
}
#clientes .carrito td.delete button {
    background-color: transparent;
    border: unset;
    font-size: 1.7em;
}
#clientes .carrito td.delete button:hover { color: #BC153F; }
#clientes .buttons-set {
    border-top: unset;
    border-bottom: 1px solid #e5e5e5;
}
#clientes .buttons-set button, #clientes .buttons-set a {
    color: #fff;
    background-color: #42433f !important;
    overflow: visible;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    line-height: 36px;
}
#clientes .totals {
    float: right;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 25px 0px;
}
#clientes .totals table td { padding: 0px 5px; }
#clientes .totals table .sum { font-size: 1.5em; font-weight: bold; line-height: 1.7; }
#clientes .totals table a {
    color: #fff;
    background-color: #42433f !important;
    overflow: visible;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding: 10px 20px;
    line-height: 36px;
}
#clientes .checkout-header h2 {
    text-align: center;
    background: #f8f8f8;
    padding-top: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.8em;
    border-bottom: unset;
    margin-bottom: 0px;
}
#clientes .checkout-header p {
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    color: #666;
    padding-bottom: 25px;
}
#clientes .checkout-content .field { padding-top: 5px; padding-right: 5px;}
#clientes input.input-text { width: 100%; }
#clientes .grid-d-4 div[class*="grid-"] { float: left; }
#clientes .checkout-title div {
    display: inline-block;
    margin-right: 5px;
    color: white;
    text-align: center;
    width: 35px;
    padding: 2px 0px;
    background-color: #000 !important;
}
#clientes .checkout-title h3 { display: inline-block; font-size: 1.2em; font-weight: bold; }
#clientes .checkout-content table tbody tr { border-bottom: 1px dashed grey; }
#clientes .checkout-content table tr td:nth-child(1),
#clientes .checkout-content table tr th:nth-child(1) { text-align: left; }
#clientes .orders table td { padding: 5px; }
#clientes .orders table thead th { padding-bottom: 15px; }
#clientes .orders table tbody tr { border-bottom: 1px solid #ECE7E7; }

/*********************************/
/******     BEGIN MOBILE    ******/
/*********************************/
@media only screen and (min-width: 961px) {
    .header-interno-mobile {
        display: none;
    }
    .header-nav ul.level0 {
        display: flex;
        justify-content: space-evenly;
    }
    .header-nav ul.level0 li.level0 {
        float: left;
        position: relative;
    }
    .header-nav .opener {
        display: none;
    }
    .header-nav ul.level0 li.level0>a {
        font-size: 13px;
        font-weight: bold;
        padding: 0 6px;
        line-height: 50px;
    }
    .header-nav ul.level0 li.level0>a:hover {
        color: #BC153F;
    }
    .header-nav ul.level0 li.level0>a::after {
        position: absolute;
        top: 23px;
        right: -3px;
        content: "";
        border-color: #352623 transparent transparent;
        border-top-color: #352623;
        opacity: 0.3;
        border-style: solid solid none;
        border-width: 4px 4px 0;
    }
    .header-nav ul.level0 li.level0>a:hover::after {
        border-color: #BC153F transparent transparent;
        border-top-color: #BC153F;
        opacity: 1;
    }
    .header-nav ul.level1 {
        position: absolute;
        display: none;
        top: 50px;
        left: -15px;
        background-color: #fff;
        margin: 0;
        padding: 15px;
        width: 18em;
        min-width: 12em;
        z-index: 2;
    }
    .header-nav ul.level0 li.level0:hover ul.level1 {
        display: block;
    }
    .header-nav ul.level1 li.level1>a {
        font-size: 13px;
        font-weight: bold;
        padding: 0 6px;
        line-height: 1.6666em;
    }
    .header-nav ul.level1 li.level1>a:hover {
        color: #BC153F;
    }
    .block-subtitle {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .container {
        width: 100%;
    }
    .container.header-nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    .banner-secundary {
        padding: 0px;
    }
    #categorias .productos-recomendados {
        padding: 0px;
    }
    #categorias .block {
        margin-right: 25px;
    }
    #product-detail .product-primary-column .sku {
        top: 10px;
    }
}
@media only screen and (max-width: 900px) {
    .col-left {
        width: 25%;
    }
    .col-main {
        width: 75%;
    }
}
@media only screen and (max-width: 960px) {
    .header-container .header-top {
        padding-top: 0px !important;
    }
    .header-container .header-top .search_form, 
    .header-container .header-top .header-logo,
    .header-container .header-top .header-account,
    .header-container .header-nav {
        display: none;
    }
    .container.header-container {
        margin: 0px;
        padding: 0px;
    }
    .header-interno-mobile {
        display: block;
        width: 98%;
    }
    .header-interno-mobile {
        position: relative;
        z-index: 999;
        padding: 10px 0px;
    }
    .header-interno-mobile .skip-link {
        background-color: transparent;
        color: #352623;
        float: left;
        width: 100%;
        height: 60px;
        line-height: 56px;
        max-width: 60px;
        display: table;
    }
    .menor-boton {
        display: table-cell;
        vertical-align: middle;
    }
    #nav-icon3 {
        margin: 0 auto;
        width: 30px;
        height: 26px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #352624;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 12px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 24px;
    }
    #mini-cart-wrapper-mobile {
        float: right;
        width: 60px;
        padding-top: 10px;
    }
    .header-interno-mobile .mini-cart {
        position: static;
        float: none;
    }
    .mini-cart .mini-cart-heading .ic {
        font-size: 20px;
        margin: 8px 0;
        transition: .5s;
        line-height: normal;
    }
    .header-interno-mobile .skip-link {
        background-color: transparent;
        position: relative;
        text-align: center;
        cursor: pointer;
    }
    .header-interno-mobile .skip-link.skip-account {
        float: right;
    }
    .header-interno-mobile .skip-link .icon {
        font-size: 23px;
        line-height: normal;
    }
    .header-interno-mobile .skip-link .icon {
        display: inline-block;
        vertical-align: middle;
    }
    .header-interno-mobile .skip-link {
        float: left;
        width: 100%;
        height: 60px;
        line-height: 56px;
        max-width: 60px;
        display: table;
    }
    .logo-wrapper--mobile {
        line-height: 60px;
    }
    .header-interno-mobile .logo-wrapper--mobile {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 230px;
        width: 100%;
        line-height: normal;
    }
    .header-interno-mobile .logo-wrapper--mobile .logo {
        display: block;
        margin: 0 !important;
    }
    .header-interno-mobile .logo-wrapper--mobile .logo img {
        max-width: 100%;
    }
    .header-nav ul.level0 {
        display: block;
        position: relative;
        z-index: 2000;
        -webkit-transform: translateZ(0);
        background-color: #fff;
    }
    .header-nav ul.level0 li {
        list-style-type: none;
        display: block;
        float: left;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
        border-bottom: 1px solid #ece4e1;
    }
    .header-nav ul.level0 li.level0 > a {
        display: block;
        padding: 15px 10px;
        line-height: 19px;
        color: #352623;
        font-size: 18px;
        text-transform: uppercase;
        padding-right: 54px;
    }
    .header-nav ul.level0 li.level0 > a:hover,
    .header-nav ul.level0 li.level0 ul.level1 li a:hover {
        color: #6bb3af;
    }
    .header-nav ul.level0 li.level0 ul.level1 {
        display: none;
        float: none;
        position: relative;
        background-color: transparent !important;
        width: 100% !important;
    }
    .header-nav ul.level0 li.level0 ul.level1 li {
        border-bottom: 0px;
    }
    .header-nav ul.level0 li.level0 ul.level1 li a {
        background-color: #fff;
        color: #352623;
        font-size: 18px;
        text-transform: none;
        display: block;
        padding: 15px 10px;
    }
    .header-nav .opener {
        display: block;
    }
    .header-nav .opener::before {
        position: absolute;
        top: 10px;
        right: 0px;
        content: "+";
        width: 40px;
        height: 38px;
        padding: 9px 14px;
        font-size: 18px;
        cursor: pointer;
    }
    .header-nav .opener:hover::before {
        background-color: #f2f2f2;
        color: #333;
    }
}
@media only screen and (max-width: 767px) {
    .header-container .header-top .search_form {
        width: 96%;
        margin: 0px auto;
        margin-bottom: 20px;
    }
    .header-container .header-top .search_form #search_mini_form,
    .header-container .form-search {
        width: 100%;
    }
    #home .productos-categorizados {
        flex-direction: column;
    }
    #home .productos-categorizados .item {
        width: 100%;
    }
    footer .footer-top .footer-top-container .links-wrapper .item-right {
        justify-content: center;
    }
    footer .footer-top .footer-top-container .links-wrapper .subscribe-form {
        width: 100%;
        float: none;
        display: inline-block;
    }
    footer .footer-top .footer-top-container .links-wrapper .subscribe-form form div {
        flex-direction: column;
        align-items: center;
    }
    footer .footer-top .footer-top-container .links-wrapper .subscribe-form form label {
        font-size: 1.1em;
        line-height: 20px;
    }
    footer .footer-top .footer-top-container .links-wrapper #rrss {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    footer .footer-primary .footer-primary-container .column-footer-info {
        display: block;
        padding: 0px 20px;
        text-align: center;
        width: 100%;
    }
    footer .footer-primary .footer-primary-container .footer-final ul {
        display: block;
        margin: 15px 0;
        text-align: center;
    }
    .col-left, .col-main {
        width: 100%;
    }
    #categorias .block {
        margin-right: 10px;
    }
    .block .block-title {
        cursor: pointer;
    }
    .block .block-title::after {
        content: "\e261";
        font-family: ThemeIcons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        font-size: 22px;
    }
    #categorias .col-left .block:nth-child(1) .block-content {
        display: none;
    }
    #categorias .col-left .block:nth-child(2) .block-content {
        font-size: 14px;
    }
    #categorias .vertnav li a {
        padding: 15px 10px;
        font-size: 1.1666em;
        line-height: 1.2857em;
    }
    .block-subtitle {
        line-height: 56px;
        padding: 0 20px;
        border-bottom: 0 !important;
        background: #f8f8f8;
        display: block;
        font-size: 1.2em;
        cursor: pointer;
    }
    .block-subtitle::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ddd;
        border-right: none;
        left: 6px;
        top: 36px;
        margin-top: -5px;
    }
    #categorias .block.relative .block-title {
        display: none;
    }
    #categorias .block-content > dl > dt {
        text-transform: uppercase;
    }
    #categorias #narrow-by-list {
        display: none;
    }
    #categorias .block .subscribe-form {
        display: none;
    }
    #categorias .sorter .limiter .per-page {
        display: none;
    }
    #product-detail .product-img-column,
    #product-detail .product-primary-column {
        width: 100%;
    }
    #product-detail .product-primary-column h1,
    #product-detail .price-box,
    #product-detail .short-description {
        text-align: center;
    }
    #product-detail .add-to-box {
        width: 100%;
        text-align: center;
    }
    #product-detail .add-to-box .qty-wrapper {
        display: inline-block;
    }
    #product-detail .add-to-box .button.btn-cart {
        width: 100%;
        max-width: 250px;
        margin: 0px auto;
        float: none;
    }
    #product-detail .action-box {
        clear: both;
        width: 100%;
    }
    #product-detail .action-box .add-to-links li {
        margin: 0px auto;
        float: none;
    }
    #product-detail .action-box .add-to-links li a {
        text-align: center;
        width: 100%;
    }
    #contact .w65 { width: 100% !important; padding: 0px; }
    #contact .w35 { width: 100% !important; margin: 20px 0px; }
}
@media only screen and (max-width: 600px) {
    #categorias .productos-recomendados {
        gap: 1%;
    }
    #categorias .productos-recomendados .item {
        width: 48%;
    }
}
@media only screen and (max-width: 520px) {
    .header-interno-mobile .logo-wrapper--mobile {
        max-width: 190px;
    }
}
@media only screen and (max-width: 480px) {
    .breadcrumbs {
        display: none;
    }
    #nav-icon3 span:nth-child(1) {
        top: 6px;
    }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 11px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 16px;
    }
    .header-interno-mobile .skip-link {
        width: 40px;
        max-width: 40px;
    }
    #mini-cart-wrapper-mobile {
        width: 40px;
    }
    .header-interno-mobile .skip-link.skip-account,
    .header-interno-mobile .skip-link.skip-search {
        width: 40px;
        max-width: 40px;
    }
    .header-interno-mobile .skip-link .icon {
        font-size: 18px;
    }
    .recomendados-title {
        font-size: 2em !important;
    }
    .recomendados-title::before, .recomendados-title::after {
        width: 6%;
        margin: 0px 10px;
    }
    #login h1,
    #preguntas-frecuentes h1,
    #cambios-devoluciones h1,
    #politicas-privacidad h1,
    #quienes-somos h1,
    #terminos-condiciones h1 {
        padding-top: 10px;
    }
}
/*******************************/
/******     END MOBILE    ******/
/*******************************/
@media only screen and (max-width: 991px) {
    .grid-t-12 { width: 100% !important; }
    .grid-t-10 { width: 83.33% !important; }
    .grid-t-8 { width: 66.67% !important; }
    .grid-t-6 { width: 50% !important; }
    .grid-t-4 { width: 33.33% !important; }
    .grid-t-2 { width: 16.67% !important; }
}

@media only screen and (max-width: 767px) {
    .grid-m-12 { width: 100% !important; }
    .grid-m-10 { width: 83.33% !important; }
    .grid-m-8 { width: 66.67% !important; }
    .grid-m-6 { width: 50% !important; }
    .grid-m-4 { width: 33.33% !important; }
    .grid-m-2 { width: 16.67% !important; }
}