@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf);
    /* font-display: swap; */
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
    /* font-display: swap; */
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/Montserrat/Montserrat-Light.ttf);
    /* font-display: swap; */
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
    /* font-display: swap; */
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
    /* font-display: swap; */
}

body {
    font-family: 'Montserrat-Regular';
}

:root {
    --themecolor: #ffd200;
    --themecolorlight: #ffdd3c;
    --themecolor2: #000000;
    --themecolor2light: #2c2c2c;
    --themecolor3: #686868;
    --themecolor3light: #9e9e9e;
    --themegray: #cacaca;
    --themegraylight: #f1f1ef;
    --themeblack: #212121;
    --themegraydark: #58595C;
    --themelightborder: #e5e5e5;
    --themebgvitrina: #F4F2F5;
    --themecolortrans: #ffd200ba;
    --themecolortrans2: #ffd20091;
    --themecolortrans3: #ffd20057;
    --themecolor2trans: #000000cc;
    --themecolor2trans2: #00000091;
    --themecolor2trans3: #0000004b;
    --themecolorhvr: #f2c701;
    --themecolor2hvr: #000000;
    --themecolor3hvr: #555555;
    --danger: #ff4c4c !important;
    --success: #63b194 !important;
}

[v-cloak] * {
    display: none !important;
}

/* SCROLL PAGE */
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: var(--themecolortrans2);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: var(--themecolortrans2);
}

/* FIN SCROLL PAGE */

.seccion-main {
    /* padding: 0px 4%; */
    min-height: calc(100vh - 250px);
}

a, a:hover {
    color: var(--themecolor2);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset;
    box-shadow: 0 0 0 30px white inset;
}

.text-theme {
    color: var(--themecolor) !important;
}

.text-theme-2 {
    color: var(--themecolor2) !important;
}

.text-theme-medium {
    font-family: 'Montserrat-Medium';
}

.text-theme-bold {
    font-family: 'Montserrat-Bold';
}

.text-red {
    color: var(--danger);
}

.form-field-error span {
    font-size: 11px;
    margin-left: 12px;
    color: var(--danger);
}

.input-error {
    border-bottom-color: red;
}

.zoom img:hover {
    opacity: 0;
}

.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    width: 100%;
}

.div-spinner-waiting {
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
}

.spinner-waiting {
    /* text-align: center; */
    margin: auto;
    width: 5rem !important;
    height: 5rem !important;
    border: .5em solid var(--themecolor);
    border-right-color: transparent;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.is-link {
    color: var(--themecolor2);
    cursor: pointer !important;
}

.link-no-style {
    text-decoration: none !important;
}

.link-disabled {
    pointer-events: none;
    color: var(--themecolor2light);
    cursor: default !important;
}

.container-web {
    padding-left: 2%;
    padding-right: 2%;
}

.display-collapse {
    transition: all .3s linear;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.display-collapse-open {
    height: auto !important;
    opacity: 1 !important;
    overflow: initial !important;
    transition: all .3s linear !important;
}

.section-slider-principal .swiper-slide {
    padding: 0 !important;
}

.slider-principal-item img,
.slider-principal-item source {
    width: 100%;
}

.btn-facebook {
    width: 100%;
    font-size: 13px;
    padding: 8px 10px;
    transition: 0.3s ease-in-out;
    border: 1px solid #1877f2;
    background: transparent;
    color: #1877f2;
}

.btn-facebook:hover {
    background: #1877f2;
    color: white;
}

.btn-facebook:disabled {
    background-color: var(--themecolorsecondarytrans);
    color: white;
}

.btn-google {
    width: 100%;
    font-size: 13px;
    padding: 8px 10px;
    transition: 0.3s ease-in-out;
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}

.btn-google:hover {
    background: #f44336;
    color: white;
}

.btn-google:disabled {
    background-color: var(--themecolorsecondarytrans);
    color: white;
}

.container-breadcrumb {
    width: 100%;
    padding: 1.4% 1% 0 1%;
}

.breadcrumb {
    background-color: white !important;
    width: 100%;
    padding: 0;
}

.breadcrumb-item {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.05rem;
}

.breadcrumb-item a {
    color: var(--themegraydark);
    font-weight: 600;
}

.breadcrumb-item a:hover {
    color: var(--themecolor);
    text-decoration: none;
}

.breadcrumb-item:last-child,
.breadcrumb-item:last-child a {
    color: var(--themecolor2) !important;
    font-weight: 600;
    font-family: 'Montserrat-Medium';
    letter-spacing: 0.05rem;
    pointer-events: none !important;
}

/***************/

.btn-theme {
    background-color: var(--themecolor2);
    color: white;
    border: 1px solid var(--themecolor2);
    /* border-radius: 50px; */
    font-size: 14px;
    padding: 8px 10px 7px;
    transition: 0.2s ease-in-out;
    font-family: 'Montserrat-Medium';
    width: max-content;
}

.btn-theme:hover {
    border-color: var(--themecolor2hvr);
    background-color: var(--themecolor2hvr);
    color: white;
    box-shadow: none;
}

.btn-theme:disabled {
    border-color: var(--themecolor2light);
    background-color: var(--themecolor2light);
}

.btn-theme-2 {
    background-color: var(--themecolor);
    color: black;
    border: 1px solid var(--themecolor);
    /* border-radius: 50px; */
    font-size: 14px;
    padding: 8px 10px 7px;
    transition: 0.2s ease-in-out;
    font-family: 'Montserrat-Medium';
    width: max-content;
}

.btn-theme-2:hover {
    border-color: var(--themecolorhvr);
    background-color: var(--themecolorhvr);
    /* color: white; */
    box-shadow: none;
}

.btn-theme-2:disabled {
    border-color: var(--themecolorlight);
    background-color: var(--themecolorlight);
}

.btn-theme-3 {
    background-color: var(--themecolor3);
    color: white;
    border: 1px solid var(--themecolor3);
    /* border-radius: 50px; */
    font-size: 14px;
    padding: 8px 10px 7px;
    transition: 0.2s ease-in-out;
    font-family: 'Montserrat-Medium';
    width: max-content;
}

.btn-theme-3:hover {
    border-color: var(--themecolor3hvr);
    background-color: var(--themecolor3hvr);
    /* color: white; */
    box-shadow: none;
}

.btn-theme-3:disabled {
    border-color: var(--themecolor3light);
    background-color: var(--themecolor3light);
}

.btn-theme-add-1 {
    background: var(--themecolor3light);
    border: 1px solid var(--themecolor3light);
    /* border-radius: 50px; */
    font-size: 14px;
    padding: 5px 30px;
    color: white;
    transition: 0.2s ease-in-out;
}

.btn-theme-add-1:hover {
    border-color: var(--themecolor);
    background-color: var(--themecolor);
    color: white;
}

.btn-theme-add-2 {
    background: var(--themecolor2);
    border: 1px solid var(--themecolor2);
    /* border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
    font-size: 14px;
    padding: 14px 50px 12px 75px;
    color: white;
    transition: 0.2s ease-in-out;
    position: relative;
}

.btn-theme-add-2:before {
    content: url(../img/bag-add.svg);
    position: absolute;
    left: 15%;
    top: 11px;
}

.btn-theme-add-2:hover {
    background-color: var(--themecolor2hvr);
    color: white;
}

.btn-theme-add-2:disabled {
    background: var(--themecolor2light);
}

.btn-theme-add-fav {
    background: white;
    border: 1px solid var(--themecolor2);
    font-size: 14px;
    padding: 12px 34px 9px 50px;
    color: var(--themecolor2);
    transition: 0.3s ease-in-out;
    position: relative;
    width: 100%;
    text-align: center;
    box-shadow: none;
}

.btn-theme-add-fav:before {
    content: url(../img/fav-add.svg);
    position: absolute;
    left: 15%;
    top: 10px;
}

.btn-theme-add-fav:hover {
    background: var(--themecolor2);
    color: white;
}

.btn-theme-add-fav:hover:before {
    content: url(../img/fav-add-hover.svg);
}

.btn-theme-add-fav.active:before,
.btn-theme-add-fav.active:hover:before {
    content: url(../img/fav-add-active.svg) !important;
}

.btn-theme-add-fav:disabled {
    background: var(--themecolor2light);
}

.input-password-eye {
    width: 45px;
    text-align: center;
    cursor: pointer !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--themegray);
}

/* ///////////////// STYLED SWITCH ////////////////// */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--themecolorhvr);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* ///////////////// FIN STYLED SWITCH ////////////////// */

/* ///////////////// STYLED TALLERO ////////////////// */
.size-radio {
    /* width: 80px; */
    /* width: 62px; */
    width: 70px;
    float: left;
    color: var(--themecolor3);
    font-size: 13px;
    margin: 0 3px 3px;
}

.size-radio div {
    clear: both;
    overflow: hidden;
}

.size-radio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cccccc;
    font-weight: normal;
    margin-bottom: 0;
}

.size-radio input[type="radio"]:empty,
.size-radio input[type="checkbox"]:empty {
    display: none;
}

.size-radio input[type="radio"]:empty~label,
.size-radio input[type="checkbox"]:empty~label {
    position: relative;
    /* line-height: 2.5em;
    text-indent: 3.25em; */
    line-height: 2.3em;
    text-indent: 2.7em;
    margin-top: 0.5em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.size-radio input[type="radio"]:empty~label:before,
.size-radio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    /* width: 2.5em; */
    width: 2.05em;
    background: var(--themelightborder);
    border-radius: 0px 0 0 1px;
}

.size-radio input[type="radio"]:hover:not(:checked)~label,
.size-radio input[type="checkbox"]:hover:not(:checked)~label {
    color: gray;
}

.size-radio input[type="radio"]:hover:not(:checked)~label:before,
.size-radio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: "\2714";
    text-indent: 0.6em;
    color: #c2c2c2;
}

.size-radio input[type="radio"]:checked~label,
.size-radio input[type="checkbox"]:checked~label {
    color: gray;
}

.size-radio input[type="radio"]:focus~label:before,
.size-radio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999999;
}

.size-radio-default input[type="radio"]:checked~label:before,
.size-radio-default input[type="checkbox"]:checked~label:before {
    content: "\2714";
    /* text-indent: 0.9em; */
    text-indent: 0.5em;
    background-color: var(--themecolor2);
    border: 1px solid var(--themecolor2);
    color: var(--themecolor);
}

/* ///////////////// FIN STYLED TALLERO ////////////////// */

.title-20 {
    font-size: 20px;
    font-weight: 600;
}

.title-link-20 a {
    font-size: 18px;
    font-weight: 400;
    color: var(--themecolor2);
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.title-link-20 a:hover {
    color: var(--themecolorhvr);
}

/* ///////////////// STYLED RADIOBOX ////////////////// */
.styled-radiobox:checked,
.styled-radiobox:not(:checked) {
    position: absolute;
    opacity: 0;
}

.styled-radiobox:checked+label,
.styled-radiobox:not(:checked)+label {
    position: absolute;
    padding: 0;
    cursor: pointer;
    /* line-height: 20px; */
    /* display: inline-block; */
    /* color: #666; */
    margin-bottom: 5px;
    /*margin-top: 10px;*/
}

.styled-radiobox:checked+label:before,
.styled-radiobox:not(:checked)+label:before {
    content: '';
    /* margin-right: 10px; */
    display: inline-block;
    /* vertical-align: text-top; */
    width: 20px;
    height: 20px;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

.styled-radiobox:checked+label:after,
.styled-radiobox:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--themecolortrans);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.styled-radiobox:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.styled-radiobox:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ///////////////// FIN STYLED RADIOBOX ////////////////// */

/* ///////////////// STYLED CHECKBOX ////////////////// */

.fieldset-form-check {
    font-size: 14px;
    /* margin-bottom: 10px; */
    position: relative;
}

.fieldset-form-check a {
    font-family: 'Montserrat-Medium';
    /* font-weight: 600; */
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
    margin-top: 8px;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: var(--themegray);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 2px var(--themegray);
    background: white;
    /* border-radius: 20%; */
    transition: all .2s ease-in-out;
}

.styled-checkbox.small+label:before {
    width: 14px;
    height: 14px;
}

.styled-checkbox+label:after {
    transition: all .1s ease-in-out;
}

.styled-checkbox:hover+label:before,
.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.03);
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    color: var(--themecolor2);
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    /* box-shadow: none; */
    background: #ddd;
}

.styled-checkbox:hover+label:after {
    -webkit-transform: scale(1.05);
    transform: scale(1.03);
}

/* .styled-checkbox:hover + label:after, */
.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 8px;
    background: var(--themecolor2);
    width: 2px;
    height: 2px;
    box-shadow:
        2px 0 0 var(--themecolor2),
        4px 0 0 var(--themecolor2),
        4px -2px 0 var(--themecolor2),
        4px -4px 0 var(--themecolor2),
        4px -6px 0 var(--themecolor2),
        4px -8px 0 var(--themecolor2);
    transform: rotate(45deg);
}

.styled-checkbox.small:checked+label:after {
    top: 7px;
}

/* .styled-checkbox:hover + label:after{
    background: rgba(0, 0, 0, 0.3); 
    box-shadow: 
    2px 0 0 rgba(0, 0, 0, 0.3),
    4px 0 0 rgba(0, 0, 0, 0.3),
    4px -2px 0 rgba(0, 0, 0, 0.3),
    4px -4px 0 rgba(0, 0, 0, 0.3),
    4px -6px 0 rgba(0, 0, 0, 0.3),
    4px -8px 0 rgba(0, 0, 0, 0.3);
}*/
/* ///////////////// FIN STYLED CHECKBOX ////////////////// */

/* ///////////////// BOOSTRAP MODIFICATIONS ////////////////// */
.modal-content {
    border-radius: 0;
}

.close {
    font-size: 2.0rem;
}

.close-float {
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 1;
    /* color: white; */
}

.close-float:hover {
    color: white !important;
}

.form-control {
    outline: none;
    border: none;
    border-bottom: 1px solid var(--themegray);
    font-size: 14px;
    /* border-radius: 0; */
}

.form-control:hover, .form-control:focus {
    border-color: var(--themegray);
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.spinner-border-small {
    width: 1rem;
    height: 1rem;
}

.pagination {
    margin-top: 15px;
}

.page-link {
    color: #494949;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 15px !important;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.page-item .page-link:focus,
.page-item .page-link:hover {
    color: var(--themecolor2);
}

.page-item:first-child .page-link:focus,
.page-item:last-child .page-link:focus,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    color: var(--themecolor);
}

.was-validated .form-control:invalid {
    border-color: var(--themegray) !important;
    box-shadow: none !important;
    padding-right: 8px;
}

.was-validated .form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--themegray) !important;
    box-shadow: none !important;
    padding-right: 8px;
    background: none;
}

.form-check-label {
    cursor: pointer;
}

.form-check-label div {
    margin-left: 30px;
    display: inline-block;
}

.bootstrap-select>.btn-light.dropdown-toggle {
    color: #495057 !important;
    background-color: #ffffff !important;
    border-color: #d3d9df !important;
    font-size: 13px !important;
    padding-left: 4% !important;
    padding-right: 5px !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-menu.inner {
    font-size: 13px !important;
}

.bootstrap-select .dropdown-menu .disabled {
    display: none !important;
}


.bootstrap-select .filter-option:focus,
.bootstrap-select .filter-option:hover {
    outline: none !important;
    border: none !important;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: var(--themecolor2);
}

.bootstrap-select .dropdown-item {
    padding: 0.4rem 1.5rem;
}

.bootstrap-select .btn {
    font-size: 13px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.btn-light.dropdown-toggle {
    outline-color: transparent !important;
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    width: 100%;
}

select option:disabled {
    display: none !important;
}

/* ///////////////// FIN BOOSTRAP MODIFICATIONS ////////////////// */

/* Prueba */

.content_filter-attri{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    gap: 18px 9px;
}

.content_filter-attri li{
    width: 100%;
    height: 100%;
    position: relative;
}

.content_filter-attri li input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.content_filter-attri li input[type="checkbox"]:checked + span{
    background-color: var(--themecolor);
    color: var(--themecolor2);
}

.content_filter-attri li span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: solid 1px var(--themecolor2light);
    font-size: 12px;
    padding: 10%;
}

/* Prueba */

/* ///////////////// ALERTIFY MODIFICATIONS ////////////////// */
.alertify .ajs-dialog {
    position: relative;
    margin: 5% auto;
    min-height: 110px;
    max-width: 500px;
    padding: 24px 24px 0 24px;
    outline: 0;
    background-color: #fff;
}

.alertify .ajs-header {
    margin: -24px;
    margin-bottom: 0;
    padding: 16px 24px;
    background-color: #fff;
}

.alertify .ajs-body {
    min-height: 56px;
}

.alertify .ajs-footer {
    padding: 4px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
    background-color: #fff;
}

.alertify-notifier .ajs-message {
    position: relative;
    width: 265px;
    max-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-family: 'Montserrat-Medium';
}

.alertify-notifier .ajs-message.ajs-visible {
    opacity: 1;
    max-height: 100%;
    padding: 10px 10px;
    margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
    /* background: var(--themecolor);
    color: white; */

    border: 1px solid black;
    background: white;
    color: black;
}

.alertify-notifier .ajs-message.ajs-success:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.alertify-notifier .ajs-message.ajs-error {
    /* background: var(--themecolor2);
    color: white; */
    /* border: 1px solid #dd0f24;
    color: #dd0f24; */
    border: 1px solid black;
    background: white;
    color: black;

}

.alertify-notifier .ajs-message.ajs-error:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f071";
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

/* ///////////////// FIN ALERTIFY MODIFICATIONS ////////////////// */

/* ///////////////// SWIPPER CATEGORIES ////////////////////////// */
.swipper-categories-container {
    padding: 2% 5% 0;
}

/* .swipper-categories-container .swiper-slide {
    padding: px;
} */

/* /////////////////////////////////////////////////////////////// */

/* ///////////////// SWIPPER PRODUCTOS ////////////////// */
.section-swipper-products {
    padding: 2% 0;
}

.swipper-products-title {
    padding-bottom: 1%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.swipper-products-container {
    /* background-color: var(--themebgvitrina); */
    padding: 1% 5%;
}

/* ///////////////// FIN SWIPPER PRODUCTOS ////////////////// */

.modal-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--themecolor2);
}

.modal-help-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

span.menu-outlet {
    /* color: #dd0f24!important; */
    color: var(--themecolor);
    background: var(--themecolor2);
    font-weight: 600;
    padding: 5px 40px 5px 15px;
    border-radius: 15px;
}

span.menu-outlet:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f06a";
    /* content: "\f0a1"; */
    /* content: "\f7e4"; */
    /* content: "\f1e2"; */
    /* font-weight: 400; */
    font-size: 18px;
    position: absolute;
    padding-left: 6px;
    top: 12px;
}

/* ///////////////// SIDEBARS HEADER ////////////////// */
.overlay-sidebar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    z-index: 995;
    opacity: 0;
}

.overlay-sidebar.active {
    display: block;
    transition: right 0s, opacity 0.4s;
    opacity: 1;
}

.box-sidebar {
    width: 330px;
    height: 100%;
    position: fixed;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    top: 0;
    z-index: 1000;
    background: white;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
}

.box-sidebar-right {
    right: -335px;
}

.box-sidebar-right.active {
    right: 0;
}

.box-sidebar-left {
    left: -335px;
}

.box-sidebar-left.active {
    left: 0;
}

.sidebar-header {
    width: 100%;
    padding: 4px;
    display: flex;
    border-bottom: 1px solid var(--themelightborder);
    font-weight: 600;
    color: black;
}

.sidebar-title {
    width: calc(100% - 35px);
    margin: auto;
    text-align: center;
    padding-right: 35px;
    text-transform: uppercase;
    font-size: 13px;
}

.dismiss-sidebar {
    width: 35px;
    transition: all .3s;
    background: transparent;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.dismiss-sidebar:hover,
.dismiss-sidebar:focus {
    background: var(--themecolorlight);
    /* color: white; */
}

.sidebar-body {
    overflow-y: auto;
    /* height: 100%; */
}

.sidebar-body::-webkit-scrollbar {
    display: none;
}

.sidebar-footer {
    display: block;
    border-top: 1px solid var(--themelightborder);
    padding: 15px;
    margin-top: auto;
}

.filter-sidebar .sidebar-footer {
    border-top: 1px solid rgb(240, 240, 240);
    /* position: fixed;
    bottom: 0px;
    width: 85%;
    height: 60px; */
    padding: 0;
    background-color: rgb(255, 255, 255);
    /* z-index: 101; */
}

.btn-clean-filter {
    height: 100%;
    background-color: white;
    font-size: 14px;
}


/* ///////////////// SIDEBARS HEADER ////////////////// */

/* ///////////////// HEADER ////////////////// */
.slidestb {
    /* font-size: 16px; */
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    /* background: #5f1917; */
    background-color: var(--themecolor2);
    /* background-image: url(../img/header-top-banner-1.png); */
    background-size: cover;
    color: white;
    font-family: 'Montserrat-Medium';
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    /* background-image: linear-gradient(to right bottom, #8302bd, #a700a3, #bc008a, #c70074, #cb2162, #d53558, #dc484f, #e05a47, #ed6c3d, #f78131, #fd9621, #fead07); */
}

.slidestb .animatedtb {
    /* transition: all 0ms; */
    position: absolute;
    transition: all;
    transform: translate(-50%, -50%);
}

.slidestb .slide-intb {
    opacity: 0;
    transform: translate(-40%, -50%);
}

.slidestb .slide-in-activetb {
    transition-delay: 150ms;
}

.slidestb .slide-outtb {
    opacity: 1;
}

.slidestb .slide-out-activetb {
    opacity: 0;
    transform: translate(-60%, -50%);
}

.prevtb, .nexttb {
    position: absolute;
    top: 32px;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    color: white;
    border-radius: 50%;
    margin-top: -25px;
    margin-left: 25px;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    text-indent: -2px;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.prevtb:hover, .nexttb:hover {
    background: #221e21;
    color: #fff;
    transform: scale(1.2);
}

.prevtb:active, .nexttb:active {
    transform: translate(0, 3px) scale(1.2);
}

.nexttb {
    right: 0;
    margin-left: auto;
    margin-right: 25px;
    text-indent: 2px;
}

.dotstb {
    position: fixed;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.dotstb li {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #221e21;
    opacity: 0.2;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    transition: opacity 0.4s ease-in-out, width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dotstb li.active {
    width: 22px;
    opacity: 1;
}

.buttonstb {
    position: absolute;
    top: 10px;
    left: 10px;
}

.navbar-brand-2 {
    display: none;
}

/* ///////////////// FIN HEADER ////////////////// */

/* ///////////////// CART STUFF ////////////////// */
.remove-item-cart {
    display: flex;
    position: absolute;
    right: 5px;
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.remove-item-cart:hover {
    border: 1px solid var(--themecolor2);
}

.remove-item-cart svg path {
    fill: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.2s fill;
    transition: 0.2s fill;
}

.remove-item-cart:hover svg path {
    /* fill: rgba(0, 0, 0, 0.7); */
    fill: var(--themecolor2);
}

.cart-item-input-cant {
    max-width: 50px;
    text-align: center;
    padding: 0px 6px;
    border-bottom: 1px solid var(--themegray);
    color: var(--themegraydark);
    font-family: 'Montserrat-Medium';
    font-size: 13px;
}

.cart-item-btn-cant-minus,
.cart-item-btn-cant-plus {
    /* background-color: #f2f3f5;
    border-color: #cacaca; */
    color: black;
    /* background-color: var(--themecolor2);
    border-color: var(--themecolor2);
    color: white*/
}

.cart-item-btn-cant-minus:hover,
.cart-item-btn-cant-plus:hover {
    background-color: #cacaca;
    background-color: var(--themecolor2);
    border-color: var(--themecolor2);
    color: black;
    color: white;
    /*background-color: var(--themecolor2hvr);
    border-color: var(--themecolor2hvr);
    color: white*/
}

.cart-item-btn-cant-minus {
    box-shadow: none !important;
    font-size: 16px;
    line-height: 0;
    font-weight: 600;
    padding: 1px 8px;
}

.cart-item-btn-cant-plus {
    box-shadow: none !important;
    font-size: 20px;
    padding: 2px 7px;
    line-height: 0;
}

.cart-item-input-cant:disabled,
.cart-item-input-cant[readonly] {
    color: var(--themegraydark);
    background-color: white;
}

.cart-item-btn-cant-minus.alt-color,
.cart-item-btn-cant-plus.alt-color {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
}

.cart-item-btn-cant-minus.alt-color:hover,
.cart-item-btn-cant-plus.alt-color:hover {
    background-color: var(--themecolorhvr);
    border-color: var(--themecolorhvr);
}

.cart-item-input-cant.alt-color:disabled,
.cart-item-input-cant.alt-color[readonly] {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
}


.empty-cart-content {
    padding: 5px 4%;
    color: var(--themegraydark);
}

.empty-cart-title {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.empty-cart-body {
    text-align: center;
    font-size: 13px;
}

.empty-cart-icon {
    text-align: center;
    padding: 3px;
    margin-bottom: 1.5rem;
}

.empty-cart-icon svg {
    height: 45px;
}

.empty-cart-icon svg path {
    fill: var(--themegraydark);
}

.cart-product-block {
    background-color: #fff6d4;
}

.cart-product-block .cart-item-btn-cant-minus,
.cart-product-block .cart-item-btn-cant-plus,
.cart-product-block .link-product-cart {
    pointer-events: none;
}

.cart-product-block .cart-item-input-cant {
    opacity: .65;
}

.msj-issue {
    width: 100%;
    text-align: center;
    font-size: 11.5px;
    margin-top: 12px;
    padding-left: 3%;
    color: var(--themecolor2);
    color: black;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

.msj-issue:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f12a";
    font-weight: 600;
    /* position: absolute;
    top: 0;
    left: 3%;*/
    margin-right: 10px;
}

/* ///////////////// FIN CART STUFF ////////////////// */

.product-msj-info p {
    /* margin-bottom: 0; */
    font-size: 12px;
    text-align: center;
    padding: 5px 5px 2px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 1.1;
}

/* ///////////////// SIDEBAR CART ////////////////// */
.cart-sidebar-products-container {
    position: relative;
}

.cart-sidebar-subtotal {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}

.cart-sidebar-subtotal-col {
    width: 50%;
    font-size: 15px;
    color: var(--themecolor2);
}

.cart-sidebar-action-btns {
    padding: 5px 0 0;
}

.cart-sidebar-action-btns a {
    text-decoration: none;
    cursor: pointer !important;
}

.cart-sidebar-action-btns button {
    margin-top: 10px;
    border-color: transparent;
    cursor: pointer !important;
}

.cart-sidebar-action-btn-checkout {
    width: 100%;
    font-size: 14px;
}

.cart-sidebar-action-btn-checkout:disabled {
    background-color: var(--themecolor3light);
    border-color: var(--themecolor3light);
    cursor: not-allowed !important;
}

.cart-sidebar-action-btn-cart {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

.cart-sidebar-product-item a {
    text-decoration: none;
}

.cart-sidebar-product-item {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-sidebar-product-item-img {
    width: 32%;
    padding: 2px;
    margin: auto 0;
}

.cart-sidebar-product-item-img img {
    width: 100%;
}

.cart-sidebar-product-item-details {
    width: 68%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}

.cart-sidebar-product-item-details-container {
    width: calc(100% - 25px);
    padding: 4px 8px;
    font-size: 12px;
    color: var(--themecolor2);
}

.cart-sidebar-product-item-title {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}

.cart-sidebar-product-item-title,
.cart-sidebar-product-item-color,
.cart-sidebar-product-item-talla,
.cart-sidebar-product-item-price {
    margin-bottom: 5px;
}

/* ///////////////// FIN SIDEBAR CART ////////////////// */

/* ///////////////// SIDEBAR SEARCH ////////////////// */
.container-sidebar-search {
    height: 100%;
    padding: 5%;
}

.sidebar-input-search i {
    color: var(--themegraydark);
    width: 20px;
}

.sidebar-input-search input {
    margin-bottom: 10px;
    width: calc(100% - 25px);
}

/* ///////////////// FIN SIDEBAR SEARCH ////////////////// */

/* ///////////////// SIDEBAR AUTH ////////////////// */
.container-sidebar-auth {
    height: 100%;
    padding: 5% 7%;
}

.sidebar-auth-block {
    height: 50%;
    display: flex;
}

.container-sidebar-auth .sidebar-auth-block:first-child {
    border-bottom: 1px solid var(--themegray);
}

.sidebar-auth-box {
    width: 100%;
    margin: auto;
}

.sidebar-auth-box-title {
    color: var(--themecolor2);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.forgot-password-link {
    font-family: 'Montserrat-Medium';
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.sidebar-auth-box-info-text {
    font-size: 14px;
    text-align: center;
}

/* ///////////////// FIN SIDEBAR AUTH ////////////////// */

/* ///////////////// SIDEBAR PURCHASE ////////////////// */
.container-sidebar-purchase {
    padding: 5% 7%;
}

.sidebar-purchase-title {
    text-align: center;
    font-size: 15px;
    /* font-weight: 600; */
    color: var(--themecolor2);
    font-family: 'Montserrat-Medium';
    line-height: 1.2;
}

.sidebar-purchase-sku {
    text-align: center;
    font-size: 12px;
    color: var(--themecolor2);
}

.sidebar-purchase-swipper-images {
    margin: 15px 0;
}

.sidebar-img-product, .sidebar-img-product img {
    width: 100%;
}

.sidebar-purchase-link-full-detail {
    text-align: center;
    margin: 0 0px 6%;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    font-weight: 600;
}

.sidebar-purchase-link-full-detail a {
    padding-right: 20px;
    position: relative;
}

.sidebar-purchase-link-full-detail a::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f06e";
    font-weight: 600;
    margin-left: 8px;
    font-size: 16px;
    position: absolute;
    top: -2px;
}

/* .sidebar-purchase-link-full-detail a:hover,
.sidebar-purchase-link-full-detail a:hover::after{
    color: var(--themecolorhvr);
} */
.sidebar-purchase-details-container {
    width: 100%;
}

.content-brand-product span{
    color: white;
    padding: 2px 10px;
}

.sidebar-purchase-details-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.sidebar-purchase-item-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}

.sidebar-noinfo {
    margin-left: 5px;
}

.sidebar-purchase-colors-list {
    margin-left: 10px;
    padding: 10px 0 10px;
    -webkit-overflow-scrolling: touch;
}

.sidebar-purchase-colors-list .colors-list-item {
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    margin: 0 2px 5px;
    display: inline-block;
}

.sidebar-purchase-colors-list .colors-list-item a {
    color: var(--themecolor2);
}

.sidebar-purchase-colors-list .colors-list-item a:hover {
    color: var(--themecolor2hvr);
    text-decoration: none;
}

.sidebar-purchase-colors-list .colors-list-item a img {
    width: 50px;
    border: 1px solid var(--themelightborder);
}

.sidebar-purchase-colors-list .colors-list-item.color-selected img {
    border: 1px solid black !important;
}

.sidebar-purchase-colors-list::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: transparent;
}

.sidebar-purchase-colors-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--themelightborder);
    border-radius: 5px;
}

.sidebar-purchase-colors-list::-webkit-scrollbar-thumb {
    background: var(--themegray);
    border-radius: 5px;
}

.sidebar-purchase-colors-list::-webkit-scrollbar-thumb:hover {
    background: var(--themegray);
}

.sidebar-purchase-price-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
}

.sidebar-purchase-price-product ol {
    list-style: none;
    padding-left: 2px;
    margin-bottom: 0;
}

.sidebar-offer-price-product {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.sidebar-fixed-price-product {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
    text-decoration-color: var(--themecolor3light);
    color: var(--themecolor3light);
    margin-top: 5px;
    font-style: italic;
}

.sidebar-offer-tag-product {
    margin-left: auto;
}

.sidebar-offer-tag-product span {
    background: red;
    color: white;
    padding: 5px 6px;
    font-size: 13px;
}

.sidebar-find-size-product a {
    font-size: 12px;
    color: var(--themecolor2);
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 1px solid var(--themecolor2);
}

.sidebar-find-size-product a svg {
    width: 22px;
    transform: translate(0, -4px);
}

.sidebar-find-size-product a svg path {
    fill: var(--themecolor2);
}

.sidebar-sizes-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5px;
}

/* ///////////////// FIN SIDEBAR PURCHASE ////////////////// */
/* ////////////////////////////////////////////////////////// */
.sidebar-sizes-list {
    /* margin-left: 10%; */
    padding: 10px 0 10px;
}

.sidebar-sizes-list ul {
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-sizes-list ul li {
    width: 40px;
    height: 40px;
    margin: 3px;
    border: 1px solid var(--themecolor);
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    font-family: 'Montserrat-Bold';
}


.sidebar-sizes-list ul .active,
.sidebar-sizes-list ul li:hover {
    background: var(--themecolor);
    color: var(--themecolor2);
}

/* ////////////////////////////////////////////////////////// */

/* ///////////////// SIDEBAR MENU ////////////////// */
.menu-container {
    padding: 3% 7%;
    height: 100%;
}

.btn-close-menu {
    background: var(--themecolorlight);
}

.menu-sidebar-title {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat-ExtraBold';
}

.menu-sidebar-body {
    position: relative;
    margin: auto;
    height: calc(100% - 60px);
    padding: 0 7.6%;
    overflow-y: auto;
}

.menu-sidebar-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}

.menu-sidebar-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--themelightborder);
    border-radius: 5px;
}

.menu-sidebar-body::-webkit-scrollbar-thumb {
    background: var(--themegray);
    border-radius: 5px;
}

.menu-sidebar-body::-webkit-scrollbar-thumb:hover {
    background: var(--themegray);
}

.menu-sidebar-body ul {
    list-style: none;
    padding: 0;
}

.menu-sidebar-body ul li a {
    text-decoration: none;
    color: black;
}

.menu-sidebar-body ul li a div {
    line-height: 42px;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.menu-sidebar-body ul li a div::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f101";
    font-weight: 600;
    margin-right: 12px;
    font-size: 14px;
    transition: all .15s ease-in-out;
}

.menu-sidebar-body ul li a:hover div::before {
    color: var(--themecolorhvr);
    font-size: 15px;
    margin-right: 16px;
}

/* ///////////////// FIN SIDEBAR MENU ////////////////// */

/* ///////////////// COOKIES MODAL ////////////////// */
.modal-dialog.modal-md.modal-accept-cookies {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

/* ///////////////// FIN COOKIES MODAL ////////////////// */

/* ///////////////// BOX PRODUCT ////////////////// */
.swiper-slide {
    padding: 5px;
}

.box-product {
    width: 100%;
}

.box-product-link,
.box-product-link:hover,
.boxt-product-link:active,
.box-product-link:visited {
    color: black;
    text-decoration: none;
}

.box-product-img {
    line-height: 0;
    position: relative;
    width: 100%;
}

.box-product-anti_1{
    position: absolute;
    bottom: 10px;
    right: 0;
}

.box-product-anti_2{
    position: absolute;
    bottom: 70px;
    right: 0;
}

.box-product-anti_1 img,
.box-product-anti_2 img{
    width: 70px !important;
}

.box-product-img img {
    width: 100%;
}

.box-product-anti_1 img, .box-product-anti_2 img {
    width: 70px !important;
}

.box-product-tag {
    position: absolute;
    top: 8px;
}

.box-product-tag-new {
    margin-bottom: 5px;
}

.box-product-tag-cuero {
    margin-bottom: 5px;
    padding-left: 5px;
    width: 55px;
}

.box-product-promo {
    background-color: var(--themecolor2);
    color: white;
    font-family: 'Montserrat-Bold';
    line-height: 1.5;
    width: fit-content;
    padding: 6px 11px 5px 8px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: auto;
}

.box-product-promo.Duster {
    background-color: #e2a10b;
}

.box-product-promo.Goccos {
    background-color: #e51a94;
}

.box-product-promo.Fits,
.box-product-promo.Dvx {
    background-color: #e20613;
}

.box-product-tag-dcto {
    background-color: var(--themecolor);
    color: black;
    font-family: 'Montserrat-Bold';
    line-height: 42px;
    width: fit-content;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.box-product-favorite {
    position: absolute;
    right: 8px;
    top: 12px;
    cursor: pointer;
}

.box-product-favorite svg {
    width: 25px;
}

.box-product-favorite svg .heart-fill-out,
.box-product-favorite svg .heart-fill-in {
    transition: all .2s ease-in-out;
}

.box-product-favorite svg .heart-fill-out {
    fill: var(--themegraydark);
}

.box-product-favorite svg:hover .heart-fill-out {
    fill: var(--themecolor2);
}

.box-product-favorite svg .heart-fill-in {
    fill: var(--themebgvitrina);
}

.box-product-favorite svg:hover .heart-fill-in {
    fill: var(--themecolor);
}

.box-product-favorite svg.heart-fill .heart-fill-in {
    fill: var(--themecolor);
}

.box-product-details {
    background-color: #fafafa;
    padding: 10px;
    font-size: 13px;
}

.box-product-title {
    color: var(--themecolor2);
    font-family: 'Montserrat-Medium';
    /* font-weight: 600; */
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    padding-bottom: 5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-product-sku,
.box-product-available-colors {
    color: black;
    font-size: 12px;
    text-align: center;
}

.box-product-available-colors {
    margin: 5px 0;
}

.box-product-price {
    color: var(--themecolor3);
    height: 100%;
    display: flex;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

.box-product-pre-price,
.box-product-post-price {
    font-size: 16px;
}

.box-product-pre-price {
    text-decoration: line-through;
    text-decoration-color: var(--themecolor3);
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    margin: auto;
    color: #8b8b8b;
}

.box-product-post-price {
    font-weight: 600;
    color: var(--themecolor2);
    margin: auto;
}

.box-product-img-2 {
    display: none;
}

.box-product:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

    z-index: 1;
}

.box-product:hover .has-img2 .box-product-img-1 {
    display: none;
}
.box-product:hover .has-img2 .box-product-img-2 {
    display: block;
}
.box-product-preview {
    position: absolute;
    bottom: 0;
    font-weight: 600;
    /* background: rgba(0, 0, 0, 0.7); */
    background-color: var(--themecolor2trans);
    color: white;
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    padding: 18px;
    text-align: center;
    width: 100%;
    height: auto;
    z-index: 4;
    cursor: pointer;
    font-size: 14px;
}

.box-product:hover .box-product-preview {
    opacity: 1;
}

.box-product-preview-mobile {
    font-weight: 600;
    /* background: rgba(0, 0, 0, 0.7); */
    background-color: var(--themelightborder);
    color: black;
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    padding: 6px 6px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    display: none;
    /* margin-bottom: 0.7rem; */
}

.box-out-stock-container-1 {
    position: absolute;
    bottom: 40%;
    width: 100%;
    height: auto;
    padding: 0 7%;
    z-index: 2;
}

.box-out-stock-1 {
    width: 100%;
    text-align: center;
    padding: 15% 3%;
    margin: auto;
    background-color: var(--themecolor2trans2);
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-out-stock-container-2 {
    position: absolute;
    bottom: 45%;
    width: 100%;
    height: auto;
    padding: 0 7%;
    z-index: 2;
    transform: rotate(-25deg);
}

.box-out-stock-2 {
    width: 100%;
    text-align: center;
    padding: 10% 3%;
    margin: auto;
    border: 2px solid #ff2525d3;
    background-color: #ff252593;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-product-btn-preview {
    text-align: center;
    padding: 0 3%;
}

.box-product-options {
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.box-product-options-selector {
    width: 48%;
}

.box-product-options-selector select {
    font-size: 12px !important;
    border: 1px solid var(--themegray) !important;
    box-shadow: none !important;
}

/* ///////////////// FIN BOX PRODUCT ////////////////// */

/* ///////////////// TALLERO MODAL ////////////////// */
.tallero-container {
    padding: 3% 8% 2% 8%;
    background-color: #f2f2f2;
}

.tallero-select-container {
    padding: 0 10%;
    margin: 0 auto;
}

.tallero-title {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: var(--themecolor2);
}

.tallero-subtitle {
    text-align: center;
    font-weight: 600;
}

.tallero-select-icon {
    text-align: center;
}

.tallero-select-icon svg {
    width: 40px;
    height: 100%;
}

.tallero-select-caption {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 2px;
    color: black;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid transparent;

}

.nav-tabs-tallero .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 100px;
    border-radius: 0;
}

.nav-tabs-tallero .nav-link.active {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
}

.nav-tabs-tallero .nav-link.active .tallero-select-caption {
    border-bottom: 2px solid var(--themecolor2);
    /* display: inline-block; */
}

.nav-tabs-tallero .nav-link.active .tallero-select-icon svg {
    fill: var(--themecolor2);
}

.nav-tabs-table-tallero {
    margin: 2% 0;
    border: none;
}

.tab-content-table-tallero {
    margin: 3% 0;
}

.nav-tabs-table-tallero .nav-link.active,
.nav-tabs-table-tallero .nav-link,
.nav-tabs-table-tallero .nav-link:hover {
    border-color: var(--themecolor);
}

.nav-tabs-table-tallero .nav-link {
    font-size: 14px;
    border-radius: 0;
    padding: 0.2rem 1rem;
    font-weight: 600;
}

.nav-tabs-table-tallero .nav-link.active {
    background-color: var(--themecolor);
}

.table-tallero {
    font-size: 13px;
}

.table-tallero thead tr th {
    color: #000;
    background-color: var(--themecolor);
    border-color: var(--themecolor);
    font-weight: 600;
    vertical-align: middle;
    min-width: 80px;
}

.table-tallero thead tr th:first-child {
    color: var(--themecolor2);
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    font-weight: 600;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e0dddc !important;
}

.table-tallero th {
    padding: .5rem 0.6rem .4rem;
}

.tab-content-table-tallero img{
    max-width: 100%;
}

.table-tallero tbody tr td:first-child {
    font-weight: 600;
}

/* ///////////////// FIN TALLERO MODAL ////////////////// */

/* ///////////////// STOCK MODAL ////////////////// */
.stock-container {
    padding: 3% 20px;
}

.stock-title {
    font-size: .9rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--themecolor2);
    margin-bottom: 20px;
}

.row-modal-store {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 20px;
}

.col-1-modal-store,
.col-2-modal-store {
    padding: 0 15px;
    height: 100%;
}

.col-1-modal-store {
    width: 100%;
    overflow-y: auto;
    max-height: 275px;
}

/* SCROLL col-1 */
.col-1-modal-store::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}

.col-1-modal-store::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--themegray);
    border-radius: 10px;
}

.col-1-modal-store::-webkit-scrollbar-thumb {
    background: var(--themecolortrans2);
    border-radius: 10px;
}

.col-1-modal-store::-webkit-scrollbar-thumb:hover {
    background: var(--themecolortrans2);
}

/* FIN SCROLL col-1 */
.col-2-modal-store {
    width: 100%;
    border-top: 1px solid var(--themecolor);
    margin-top: 20px;
}

.col-2-modal-store iframe {
    width: 450px;
    max-width: 100%;
    height: 100%;
    height: 300px;
}

.col-2-modal-store svg {
    width: 100px;
    margin: auto;
    fill: var(--themelightborder);
}

.modal-store-icon {
    height: 100%;
}

.modal-store-icon .modal-store-icon-content {
    display: flex;
    margin: auto;
    height: 100%;
    position: relative;
    padding: 10px 5px;
}

.modal-store-icon-label {
    font-size: 12px;
}

.stock-modal-list-item {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--themelightborder);
    /* text-transform: capitalize; */
    padding: 8px 15px;
    cursor: pointer;
}

.stock-modal-list-item:hover,
.stock-modal-list-item.active {
    border-bottom: 1px solid var(--themecolor2light) !important;
    border-color: var(--themecolor2light);
}

.stock-modal-store-list .stock-modal-list-item:last-child {
    border-bottom: none;
}

.stock-modal-list-item p {
    font-size: 12px;
    margin-bottom: 3px;
}

.stock-modal-list-item p span {
    font-weight: 600;
    font-size: 13px;
}

/* ///////////////// FIN STOCK MODAL ////////////////// */

/* ///////////////// ABOUT TERMINOS ////////////////// */
.section-terms-info {
    font-size: 14px;
    /* color: var(--themegraydark); */
    margin-bottom: 2rem;
}

.section-terms-info h4 {
    margin-top: 2rem;
    font-size: 20px;
    font-family: 'Montserrat-Bold';
}

.section-terms-info h5 {
    margin-top: 1.5rem;
    font-size: 17px;
    font-family: 'Montserrat-Bold';
    /* font-weight: bold; */
}

.section-terms-info h6 {
    font-size: 15px;
    font-family: 'Montserrat-Bold';
    margin-left: 18px;
}

.section-terms-info p {
    font-size: 14px;
    text-align: justify;
    margin-left: 18px;
    line-height: 1.3;
}

/* ///////////////// FIN ABOUT TERMINOS ////////////////// */

/* ///////////////// FOOTER ////////////////// */
#div-wsp {
    position: fixed;
    bottom: 1%;
    left: 0.5%;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 500;
}

#div-wsp a .text-wsp, #div-wsp a .icon-wsp {
    float: right;
    cursor: pointer !important;
}

.icon-wsp {
    /*width: 60px !important;*/
    width: 46px !important;
}

#div-wsp a .text-wsp {
    padding: 2px 8px;
    width: auto;
    background: #fff;
    /*box-shadow: 2px 0px 10px rgb(105 88 88 / 80%);*/
    box-shadow: 2px 0px 2px rgb(105 88 88 / 80%);
    border-radius: 14px;
    color: var(--themecolor2);
    font-size: 12px;
    text-decoration: none;
    margin-left: 0px;
    font-weight: 600;
    position: relative;
    top: 6px;
    cursor: pointer !important;
    line-height: 1.2;
}

.footer-webpage .section-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 1% 3% 0%;
    color: white;
    /* border-top: 4px solid var(--themecolor); */
    /* background-color: var(--themecolor2light); */
    background-color: var(--themecolor2);

}

.footer-container-col {
    width: 20%;
    padding: 1%;
}

.footer-container-method-payment {
    width: 18%;
    padding: 1%;
}

.footer-container-newsletter {
    width: 22%;
    padding: 1%;
}

.footer-title {
    width: calc(100% - 20px);
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

.footer-info-content {
    padding-inline-start: 0px;
    padding-top: 5px;
    /* margin-bottom: 2rem; */
}

.footer-info-col-content-link {
    list-style: none;
    font-size: 14px;
    padding: 3px 0px;
}

.footer-info-col-content-link a {
    color: var(--themegray);
    transition: 0.1s ease;
}

.footer-info-col-content-link a:hover {
    color: var(--themecolor);
    text-decoration: none;
}

.footer-title-social {
    font-weight: 600;
}

.footer-info-redes a:hover {
    text-decoration: none;
    transition: 0.1s ease;
}

.footer-info-redes a .logo_red {
    margin: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 9px;
}

.footer-info-redes a .logo_red i {
    font-size: 27px;
    color: var(--themegray);
}

.footer-info-redes a:hover .logo_red i {
    color: var(--themecolor);
}

.input-suscribe {
    border: 2px solid white !important;
    border-radius: 0 !important;
}

.suscribe-info {
    font-size: small;
    text-align: center;
}

.suscribe-info a {
    color: white;
}

.footer-col {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-icon {
    display: none;
}

.footer-marca-col {
    text-align: center;
    font-size: 13px;
    background-color: var(--themecolor2);
    padding: 5px 0px 3px;
    color: white;
    width: 100%;
}

.contenedorSuscripcion {
    position: relative;
}

.contenidoSuscripcion {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    align-items: center;


}

.input-suscripcion {
    /* background-color: #f2f3f5; */
    background-color: white;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: none;
    padding: 0 4%;
    font-size: 13px;
    float: left;
    width: 85%;
}

.button-suscripcion {
    height: 33.5px;
    float: left;
    width: 15%;
    background-color: black;
    color: white;
    font-size: 15px;
    border-left: none;
    border: solid black;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0 !important;
}

.fontSuscripcion {
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    font-weight: 700;
}

.fontSuscripcionDesc {
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
}

.section-newsletter {
    position: relative;
    background-color: var(--themecolor);
}

.newsletter-container {
    background-image: url(../upload/estatico/bg-newsletter.png);
}

.newsletter-row {
    padding: 2% 6%;
    display: flex;
    max-width: 1800px;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.newsletter-title-col {
    width: 45%;
    display: flex;
    align-items: center;
    color: black;
}

.newsletter-title h1 {
    font-size: 2.6rem;
    font-family: 'Montserrat-Bold';
}

.newsletter-title h5 {
    font-size: 1.2rem;
}

.newsletter-form-col {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.container-form-newsletter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
}

#submitNewsletter .input-group-text {
    background-color: white;
    border: none !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#submitNewsletter .form-control-newsletter {
    font-weight: 600;
    font-size: 12px;
    background-color: white;
    color: var(--themegraydark);
    border: none;
    height: calc(1.8em + 0.75rem + 2px) !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 3px;
}

#submitNewsletter .input-group-email .form-control-newsletter {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 3px;
}

#submitNewsletter .input-group-email .btn{
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 6px 12px 6px 10px;
    font-size: 12px;
}

/* .newsletter-form-col .form-group label {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    margin-bottom: .2rem;
}

.newsletter-form-col .form-group input,
.newsletter-form-col .form-group button {
    border-radius: 12px;
} */

/* ///////////////// FIN FOOTER ////////////////// */

/* ////////////////////// STICKY FILTER MOBILE /////////////////////// */
.filter-sidebar .sidebar-header {
    padding: 8px 15px;
    color: var(--themecolor2);
    background: var(--themecolor);
}

.container-filter-mobile {
    background: white;
    /* position: fixed; */
    /* top: 0;
    left: 0; */
    width: 100%;
    /* z-index: 20; */
    /* box-shadow: 0 15px 40px rgb(0 0 0 / 10%); */
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* box-shadow: rgb(0 0 0 / 10%) 0px 15px 40px; */
    transition: all 225ms ease-out;
    margin-bottom: 10px;
}

.container-filter-mobile.show {
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 5;
}

.container-filters-attribute, .container-filters-order {
    width: 50%;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    -webkit-box-pack: center;
    justify-content: center;
    height: 50px;
    padding: 0px 10px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    background: white;
    color: var(--themecolor2);
}

.container-filters-attribute {
    border-right: 1px solid rgb(240, 240, 240);
}

.container-filters-order {
    border-left: 1px solid rgb(240, 240, 240);
}

.footer-links-columns-title-payment {
    padding-top: 15px;
}

.filter-sidebar-mobile-container {
    padding: 4% 7.6%;
}

.filterOrderContainer select {
    border-bottom: 2px solid var(--themegray);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
}

/* ////////////////////// STICKY FILTER MOBILE /////////////////////// */

.container-item-size-product {
    display: flex;
    justify-content: space-between;
}

.container-item-size-product a svg {
    width: 22px;
    transform: translate(0, -4px)
}

.container-item-size-product a svg path {
    fill: var(--themecolor);
}

.btn-theme-add-bag {
    background: var(--themecolor2);
    border: 1px solid var(--themecolor2);
    font-size: 14px;
    font-family: 'Montserrat-Bold';
    padding: 15px 0px 15px 30px;
    color: white;
    border: 5%;
    transition: 0.2s ease-in-out;
    position: relative;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.btn-theme-add-bag:before {
    content: url(../img/bag-add.svg);
    position: absolute;
    left: 10%;
    top: 12px;
}

.btn-theme-add-bag:hover {
    background-color: #1a1818;
    color: white;
}

.btn-theme-add-2:disabled {
    background: var(--themecolor2light);
}

.btn-theme-add-heart {
    background: var(--themecolor);
    border: 1px solid var(--themecolor);
    font-size: 14px;
    padding: 15px 35px;
    color: var(--themecolor2);
    transition: 0.3s ease-in-out;
    position: relative;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.btn-theme-add-heart:before {
    content: url(../img/fav-add.svg);
    position: absolute;
    left: 35%;
    top: 30%;
}

.btn-theme-add-heart:hover {
    background: var(--themecolorhvr);
    color: white;
}

.btn-theme-add-heart.active:before,
.btn-theme-add-heart.active:hover:before {
    content: url(../img/fav-add-active-2.svg) !important;
}

.btn-theme-add-heart:disabled {
    background: var(--themecolor2light);
}

.circle-detail-product-dcto {
    display: flex;
    font-family: 'Montserrat-ExtraBold';
    align-items: center;
    justify-content: center;
    background-color: var(--themecolor);
    color: black;
    line-height: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    font-size: 17px;
}

/*////////////////////////PAGINATION/////////////////////////*/
.pagination {
    margin-bottom: 15px;
}

.pagination ol {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: static;
    list-style: none;
}

.pagination ol li, .pagination ol li a {
    display: inline-block;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    min-width: 30px;
    font-size: 1rem;
    /* width: 25px; */
    text-decoration: none;
    font-weight: normal;
    margin: 5px;
}

.pagination ol li a {
    background: transparent;
    color: black;
    font-family: 'Montserrat-Bold';
    text-decoration: none;
    cursor: pointer;
}

.pagination ol .selected, .pagination ol .selected:hover {
    background: var(--themecolor);
    border-radius: 50%;
    /* color: var(--themecolor); */
    pointer-events: none;
}

/* .pagination ol li:hover {
    background: #d2d2d2;
    border-radius: 50%;
} */

@media (hover: hover) {
    .pagination ol li:hover {
        background: #d2d2d2;
        border-radius: 50%;
    }
}

.pagination ol .no-hover:hover {
    background: transparent !important;
}

.pagination-btn-left,
.pagination-btn-right {
    display: flex;
    align-items: center;
}

.pagination-btn-left a,
.pagination-btn-right a {
    width: auto;
    /* height: 35px; */
    margin-left: 0;
    margin-right: 0;
    background: white;
}

/*///////////////////////////////////////////////////////////*/

/*************************AUHTENTICATION MODAL **************************/
.modal-body-sign-in,
.modal-body-sign-up {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3rem;
}

.modal-body-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
}

.body-header-img {
    width: 25%;
}

.body-header-description {
    width: 75%;
}

.body-header-img img {
    width: 80px;
    height: auto;
}

.text-register {
    text-align: center;
    padding: 5% 0;
    font-size: 14px;
    margin-bottom: 0;
    /* line-height: 200%; */
}

.content-recovery {
    text-align: center;
}

.content-recovery span {
    font-size: 14px;
    color: #767676;
    text-decoration: underline;
    cursor: pointer;
}

.content-return {
    text-align: center;
    padding-top: 5%;
}

.content-return span {
    font-size: 14px;
    color: #767676;
    text-decoration: underline;
    cursor: pointer;
}

.content-recovery span:hover,
.content-return span:hover,
.text-register span:hover {
    color: var(--themecolor);
}

.text-register span {
    padding-left: 2px;
    color: #767676;
    text-decoration: underline;
    cursor: pointer;
}

.modal-body-sign-in .modal-body-header .body-header-description h4,
.modal-body-sign-up .modal-body-header .body-header-description h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
}

.modal-body-sign-in .modal-body-header .body-header-description p,
.modal-body-sign-up .modal-body-header .body-header-description p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
}

.modal-body-sign-in form label,
.modal-body-sign-up form label {
    font-size: 14px;
    margin-bottom: 0;
}

/* .modal-body-sign-in form .form-control,
.modal-body-sign-up form .form-control {
    border: 0;
    border-bottom: 1px solid #767676;
} */
/************************************************************************/


/*//////////////////////EXPERIENCE SURVEY//////////////////////////*/
#modalExperienceSurvey .container-progress {
    display: flex;
    flex-wrap: wrap;
}

#modalExperienceSurvey .progress-step {
    width: 20%;
    text-align: center;
}

#modalExperienceSurvey .progress-step.active {
    border-bottom: 3px solid var(--themecolor);
}

#modalExperienceSurvey .modal-content{
    min-height: 400px;
}

#modalExperienceSurvey .container-progress {
    margin-bottom: 5%;
}

#modalExperienceSurvey .modal-body label, #modalExperienceSurvey .modal-body .progress-step,
#modalExperienceSurvey .container-step-title {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    text-align: center;
    display: block;
}

#modalExperienceSurvey  .modal-body .container-scale-step {
    display: flex;
    flex-wrap: wrap;
    padding: 7% 5% 0;
    justify-content: space-between;
}

#modalExperienceSurvey  .modal-body .container-scale-step .form-check-emoticon {
    display: flex;
    flex-direction: column;
}


#modalExperienceSurvey  .modal-body .container-scale-step .form-check-emoticon label img {
    width: 60px;
    height: auto;
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
}

#modalExperienceSurvey .modal-body .container-scale-step .form-check-emoticon label:hover img,
#modalExperienceSurvey .modal-body .container-scale-step .form-check-emoticon.active label img {
    filter: grayscale(0);
    cursor: pointer;
}

#modalExperienceSurvey .modal-body .container-scale-step .form-check-emoticon label:hover img{
    transform: scale(1.2);
}

#modalExperienceSurvey .modal-body .container-scale-step .form-check-emoticon label span{
    display: block;
    padding-top: 4px;
    font-size: 12px;
    text-align: center;
}


#modalExperienceSurvey  .modal-body .container-scale-step .form-check-emoticon input {
    display: none;
}

#modalExperienceSurvey .btn-theme,#modalExperienceSurvey .btn-theme-2{
    transition: all 0.2s ease-in-out;
}


/* #modalExperienceSurvey  .btn-theme:hover {
    color: var(--themecolor)!important;
} */

#modalExperienceSurvey .wrong-input {
    font-size: 13px;
    color: red;
}

@media (min-width: 576px) {
    #modalExperienceSurvey .modal-dialog {
        max-width: 550px!important;
    }
}




@media screen and (max-width: 1800px) {
    .swipper-products-container {
        padding: 1% 3%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-brand img {
        width: 150px;
    }
}

@media screen and (min-width: 992px) {
    .seccion-main {
        padding-top: 148px;
    }

    /* .scroll-header .navbar-brand-1{
        display: none;
    }
    .scroll-header .navbar-brand-2{
        display: initial;
    } */
    /* .scroll-header .navbar-brand img {
        width: 45px;
    } */
}

@media screen and (max-width: 992px) {
    .seccion-main {
        padding-top: 142px;
    }

    .modal-dialog-tallero {
        max-width: 90%;
    }

    .tallero-container {
        padding: 3% 5% 2% 5%;
    }

    .tallero-select-container {
        padding: 0 5%;
    }

    .container-breadcrumb {
        margin-top: 10px;
    }

    .footer-webpage .section-links {
        padding: 0 !important;
    }

    .footer-container-col {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .grid-method-payment {
        text-align: center;
    }

    .footer-container-method-payment {
        width: 100%;
        text-align: center;
    }

    .footer-container-newsletter {
        width: 85%;
        margin: auto;
    }

    .footer-col {
        background: var(--themecolor2);
        color: white;
        padding: 10px 30px;
        font-weight: 500;
        /* border: 1px solid #dee2e6!important; */
        border-bottom: 1px solid #dee2e6 !important;
    }

    .footer-info-redes,
    .footer-title-social {
        text-align: center;
        margin-top: 18px;
    }

    .footer-title {
        text-align: left;
    }

    .footer-info-col-content-link {
        padding: 3px 30px;
        text-align: left;
    }

    .footer-icon {
        display: block;
        width: 20px;
        text-align: center;
    }

    .footer-icon .fa-drop-icon::after {
        content: "\f077";
        font-size: 16px;
        color: black;
    }

    .footer-icon .fa-drop-icon::after {
        content: "\f077";
        font-size: 16px;
        color: var(--themegray);
    }

    .footer-col[aria-expanded="true"] .fa-drop-icon::after {
        content: "\f077" !important;
    }

    .footer-col[aria-expanded="false"] .fa-drop-icon::after {
        content: "\f054" !important;
    }

    .newsletter-title-col {
        width: 100%;
    }

    .newsletter-title {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }

    .newsletter-title .d-flex {
        justify-content: center
    }

    .newsletter-title img {
        width: 25px;
    }

    .newsletter-title h1 {
        font-size: 1.8rem;
    }

    .newsletter-title h5 {
        font-size: 1rem;
    }

    .newsletter-form-col {
        width: 100%;
        justify-content: center;
    }

    .newsletter-form-col .form-group label {
        font-size: 13px;
    }
}

@media screen and (max-width: 850px) {
    .section-swipper-products {
        padding: 6% 0;
    }

    #div-wsp a .text-wsp {
        display: none;
    }

    .newsletter-row {
        padding: 2% 0;
    }
}

@media screen and (max-width: 700px) {
    .box-product-options-selector {
        width: 100%;
        padding: 4px 0;
    }

    .box-product-options {
        flex-direction: column;
        padding: 0;
    }

    .pagination ol li, .pagination ol li a {
        line-height: 25px;
        min-height: 25px;
        min-width: 25px;
    }

    .sidebar-auth-block {
        height: 65%;
    }
}

@media screen and (max-width: 650px) {
    .slidestb {
        font-size: 12px;
    }

    .modal-dialog-tallero {
        max-width: 99%;
    }

    .tallero-container {
        padding: 3% 3% 2% 3%;
    }

    .tallero-select-container {
        padding: 0 3%;
    }

    /* .box-product-sku, .box-product-available-colors {
        display: none;
    } */

    .box-product-sku {
        display: none;
    }
    
    .body-header-img {
        width: 28%;
        margin: auto;
    }

    .body-header-img img {
        width: 70px;
    }

    .body-header-description {
        width: 72%;
    }
    
    .modal-body-sign-in, .modal-body-sign-up {
        padding: 1.5rem 1rem;
    }
}

@media screen and (max-width: 575px) {
    .box-product-anti_1 img,
    .box-product-anti_2 img{
        width: 50px !important;
    }

    .box-product-anti_2{
        bottom: 50px;
    }

    .box-product-tag-new img {
        width: 50px;
    }

    .box-product-tag-cuero img {
        width: 40px;
    }

    .box-product-pre-price {
        font-size: 13px;
    }

    .box-product-post-price {
        font-size: 14px;
    }

    .box-out-stock-container-2 {
        padding: 0 3%;
    }

    .box-out-stock-2 {
        padding: 11% 3% 10%;
        font-size: 16px;
    }

    .swipper-products-container {
        padding: 1% 5%;
    }

    /*.fieldset-form-check {
        /* margin-bottom: 15px; 
    }*/

    .box-product-title {
        font-size: 10px;
    }

    .box-product-details {
        padding: 10px 5px;
    }

    .box-product-preview {
        display: none;
    }

    .box-product-preview-mobile {
        display: block;
        opacity: 1 !important;
    }

    .product-pre-price-text {
        display: none;
    }

    .newsletter-row {
        padding: 4% 2%;
        /* background-color: #00000094; */
    }

    .container-form-newsletter {
        width: 100%;
    }

    /* .newsletter-title {
        color: white;
    } */

    .newsletter-title h1 {
        font-size: 1.5rem;
    }

    .newsletter-title h5 {
        font-size: .8rem;
    }

    .newsletter-form-col .col-6:first-child {
        padding-right: 5px !important;
    }

    .newsletter-form-col .col-6:last-child {
        padding-left: 5px !important;
    }

    .newsletter-form-col .form-group {
        margin-bottom: .5rem;
    }

    /* .newsletter-form-col .form-group label {
        color: white;
    } */

    /* .container-filter-mobile.show {
        top: 117px;
    } */

    #modalExperienceSurvey  .modal-body .container-scale-step .form-check-emoticon label img {
        width: 40px;
    }

    .box-product-promo {
        line-height: 1;
        font-size: 11px;
    }
}

@media screen and (max-width: 420px) {
    .slidestb {
        font-size: 11px;
    }

    .pos {
        position: absolute !important;
        bottom: 3px !important;
        left: 0 !important;
        border-radius: 0 !important;
    }

    /* .navbar-brand img {
        width: 120px;
    } */
}

@media screen and (max-width: 350px) {
    .modal-body-header {
        text-align: center;
    }

    .body-header-img {
        width: 100%;
        margin-bottom: 8px!important;
    }

    .body-header-description {
        width: 100%;
    }

    .body-header-img img {
        width: 50px;
    }
}