/* catamaran-regular - latin */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/catamaran/catamaran-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/catamaran/catamaran-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/catamaran/catamaran-v17-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/catamaran/catamaran-v17-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/catamaran/catamaran-v17-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/catamaran/catamaran-v17-latin-regular.svg#Catamaran') format('svg');
    /* Legacy iOS */
}


/* catamaran-500 - latin */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/catamaran/catamaran-v17-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/catamaran/catamaran-v17-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/catamaran/catamaran-v17-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/catamaran/catamaran-v17-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/catamaran/catamaran-v17-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/catamaran/catamaran-v17-latin-500.svg#Catamaran') format('svg');
    /* Legacy iOS */
}


/* catamaran-600 - latin */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/catamaran/catamaran-v17-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/catamaran/catamaran-v17-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/catamaran/catamaran-v17-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/catamaran/catamaran-v17-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/catamaran/catamaran-v17-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/catamaran/catamaran-v17-latin-600.svg#Catamaran') format('svg');
    /* Legacy iOS */
}


/* catamaran-700 - latin */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/catamaran/catamaran-v17-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/catamaran/catamaran-v17-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/catamaran/catamaran-v17-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/catamaran/catamaran-v17-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/catamaran/catamaran-v17-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/catamaran/catamaran-v17-latin-700.svg#Catamaran') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}

:root {
    --colorPrincipal: #174187;
    --colorSecundario: #CC5F11;
    --colorPrincipalHover: #1D53AD;
    --colorBlanco: #ffffff;
    --bordes-gris: #d2d2d7;
    --fontNumber: 'Roboto-Regular';
    --border-radius: 6px;
}

* {
    scroll-behavior: smooth;
}

body {
    overflow-x: unset;
}

.mmenu-active {
    overflow-y: hidden;
}

body.mmenu-active .page-wrapper {
    overflow-y: hidden;
}

body,
a,
p,
.page-header h1 {
    font-family: 'Catamaran', sans-serif;
}

body,
p {
    color: #111;
    font-weight: 400;
}

.container-fluid {
    max-width: 1328px;
}


/* TOP HEADER */

.top-header {
    background: transparent;
}

.grid-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-top-header {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin: 0;
    padding: .2rem 0;
}

.list-top-header li a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: var(--colorPrincipal);
    font-family: var(--fontNumber);
    letter-spacing: 0.02rem;
}

.img-top-header {
    width: 20px;
    aspect-ratio: 1/1;
    object-fit: contain;
}


/* FIN TOP HEADER */

.btn-primary:not(.btn-newsletter),
.btn-outline-primary-2 {
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1;
    border-radius: 3px;
    padding: 16px 32px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}

.btn-outline-primary-2:not(:hover):not(:focus) {
    color: var(--colorPrincipal);
}

.form-control {
    color: #111;
    background-color: #f5f5f5;
    border: 1px solid var(--bordes-gris);
}

.floating {
    margin-bottom: 2rem;
    background-color: transparent;
    transition: background-color 0.2s ease;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.floating:hover,
.floating:focus-within {
    background-color: transparent;
}

.floating__input {
    padding: .85rem 2rem 0;
    font-size: 1.4rem;
    /* border-bottom: 0.1rem solid #ced4da; */
    transition: border-color 0.2s ease;
    caret-color: var(--colorPrincipal);
}

.floating:hover .floating__input {
    border-color: var(--colorPrincipal);
}

.floating__input::placeholder {
    color: rgba(0, 0, 0, 0);
}

.floating__label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 500;
    pointer-events: none;
}

.floating__label::before {
    color: #333;
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 2rem;
    position: relative;
}

.floating__label::after {
    bottom: 1rem;
    content: "";
    height: 0.1rem;
    position: absolute;
    transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    opacity: 0;
    left: 0;
    top: 100%;
    margin-top: -0.1rem;
    transform: scale3d(0, 1, 1);
    width: 100%;
    background-color: var(--colorPrincipal);
}

.floating__input:focus+.floating__label::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.floating__input:placeholder-shown+.floating__label::before {
    transform: translate3d(0, -31.5px, 0) scale3d(1, 1, 1);
}

.floating__label::before,
.floating__input:focus+.floating__label::before {
    transform: translate3d(0, -39px, 0) scale3d(0.82, 0.82, 1);
}

.floating__input:focus+.floating__label::before {
    color: var(--colorPrincipal);
}

.floating input,
.floating select {
    background: #f5f5f5;
    display: block;
    width: 100%;
    border: 2px solid var(--bordes-gris);
}

.floating fieldset {
    padding: 3rem 2rem 1.5rem;
}

.floating legend {
    padding: 0 0.5rem;
}

.hidden--visually {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.floating .floating__input:focus-visible,
.floating:hover .floating__input:focus-visible {
    outline: 0;
}

.page-header {
    background-color: var(--colorBlanco);
}

.page-header h1 {
    font-weight: 700;
}


/* header */

.header-11 {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 6px rgb(51 51 51 / 5%);
}

.header-11,
.header-11 .sticky-header.fixed {
    background-color: var(--colorPrincipal);
}

.header-11 .logo {
    margin-top: 0;
    margin-bottom: 0;
}

.header-11 .logo img {
    width: 115px;
}

.main-nav {
    width: 100%;
    padding: 1rem 0;
    border-top: 1px solid var(--colorPrincipal);
    width: 100%;
}

.main-nav .menu {
    justify-content: center;
    column-gap: 4rem;
}

.grid-header-right {
    display: flex;
    align-items: center;
    column-gap: 1.8rem;
}

.icono-header {
    width: 24px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.icono-top {
    position: relative;
    top: 1px;
}

.notification {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 1.3rem 0;
}

.notification .notify-content h3 {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 0;
}

.header-11 .cart-dropdown,
.header-11 .compare-dropdown {
    padding-left: 0;
}

.header-11 .header-left,
.header-11 .header-right,
.header-11 .header-center {
    flex: unset;
}

.container-grid {
    width: 100%;
    max-width: 1328px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header.header-11 .header-middle .menu>li>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    padding-right: 0;
    padding: .8rem 0;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    position: relative;
    letter-spacing: 0.05rem;
}

.menu {
    column-gap: 3rem;
}

.header-center {
    width: 100%;
    border: 1px solid red;
}

.header-11 .menu>li:not(:last-child) {
    margin-right: 0;
}

.menu .megamenu-container {
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu.sf-arrows .sf-with-ul::after {
    content: '';
}

.toggle-fav {
    position: relative;
    display: block;
}

.toggle-fav .cart-count {
    position: absolute;
    top: -2px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.7rem;
    margin-bottom: 0;
    background-color: var(--colorSecundario);
    margin-left: 0;
    border-radius: 50%;
    color: var(--colorBlanco);
    font-family: var(--fontNumber);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
}

.toggle-fav .favorito-count {
    position: absolute;
    top: -2px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.7rem;
    margin-bottom: 0;
    background-color: var(--colorSecundario);
    margin-left: 0;
    border-radius: 50%;
    color: var(--colorBlanco);
    font-family: var(--fontNumber);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
}

.cart-dropdown .cart-count {
    position: absolute;
    top: -2px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.7rem;
    margin-bottom: 0;
    background-color: var(--colorSecundario);
    margin-left: 0;
    border-radius: 50%;
    color: var(--colorBlanco);
    font-family: var(--fontNumber);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
}

.menu li a::after {
    content: '';
    position: absolute;
    top: initial !important;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: var(--colorBlanco);
    transition: all .3s;
}

.menu li:hover>a,
.menu li.show>a,
.menu li.active>a,
.menu li:hover>a::after,
.menu li.show>a::after,
.menu li.active>a::after {
    color: var(--colorPrincipalHover);
    width: 100%;
    transition: all .3s;
}

.dropdown-menu.dropdown-menu-right {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0 !important;
    max-width: 400px;
    width: 100%;
    padding: 0;
    border-radius: 0;
    -webkit-transform: translate(500px);
    transform: translate(500px);
    transition: transform .2s ease-in-out 0s;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 25%);
}

.cart-dropdown .product {
    background-color: transparent;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.product-cart-price {
    font-size: 14px;
    font-weight: 700;
}

.cart-dropdown .product-title a {
    color: #111;
}

.dropdown-cart-total {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    color: #111;
    padding-top: 0;
}

.dropdown-cart-total .cart-total-price {
    font-size: 1.8rem;
    font-family: var(--fontNumber);
}

.cart-product-info {
    font-family: var(--fontNumber);
}

.dropdown-cart-action .btn {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2px;
}

.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
    position: relative;
    right: unset;
    margin-top: 0;
}

.btn-remove svg {
    min-width: 28px;
}

.account .dropdown-menu,
.dropdown-cart-header,
.dropdown-cart-footer {
    padding: 20px;
}

.account-item-title a,
.account-item-title button {
    color: #111;
    font-weight: 500;
}

.dropdown-menu.dropdown-menu-right.show {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: transform .3s ease-in-out 0s;
}

.dropdown.show .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: .7;
    z-index: 8999;
    cursor: pointer;
}

.cart-dropdown .product-image-container {
    max-width: 73px;
    margin-left: unset;
}

.cart-dropdown .dropdown-cart-products {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2rem;
    height: 70vh;
    margin-top: 0;
    margin-bottom: auto;
}

a.cart-close {
    cursor: pointer;
}

a.cart-close svg.icon {
    width: 16px;
    height: 16px;
}

.container-form-search {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
    padding-left: 1rem;
    width: 245px;
    border-radius: 30px;
    border: 1px solid var(--colorBlanco);
}

.form-search {
    position: relative;
}

.input-search {
    width: 100%;
    border-radius: 0;
    color: var(--colorBlanco);
    height: 38px;
    font-size: 16px;
    border: 0;
    padding: 1rem 0;
    background-color: transparent;
    appearance: none !important;
}

.input-search:focus,
.input-search:active {
    background-color: transparent !important;
}

input:autofill {
    background-color: transparent !important;
}

input:-internal-autofill-selected {
    appearance: none !important;
    background-image: none !important;
    background-color: transparent !important;
    color: var(--colorBlanco) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

.input-search:focus {
    outline: 0;
}

.input-search::placeholder {
    color: var(--colorBlanco) !important;
    letter-spacing: 0.04rem;
    font-size: 16px;
}

.btn-search {
    background: transparent;
    padding: 0;
    border: 0;
    position: relative;
    top: -1px;
}

.btn-search .icono-search {
    width: 18px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

/* Buscador Predictivo */
.container-search-intuitive {
    position: absolute;
    top: 54px;
    right: 0;
    width: 340px;
    background: var(--colorBlanco);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
}

.container-search-intuitive.open-content {
    opacity: 1;
    visibility: visible;
}

.container-search-intuitive::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 18px;
    height: 18px;
    background: var(--colorBlanco);
    transform: rotate(45deg);
}

.title-search-intuitive {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 1.6rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d2d2d7;
    letter-spacing: 0.05rem;
}

.item-product-search {
    border-bottom: 1px solid #d2d2d7;
    padding-bottom: 1rem;
}

.item-product-search:last-child {
    border-bottom: transparent;
    padding-bottom: 0;
}

.product-search {
    display: flex;
    align-items: center;
    column-gap: 1.6rem;

}

.product-search img {
    width: 60px;
}

.product-search h2 {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Fin Buscador Predictivo */
.header.header-11 .header-search-extended .btn.btn-primary:hover,
.header.header-11 .header-search-extended .btn.btn-primary:focus,
.header.header-11 .header-search-extended .btn.btn-primary:active {
    color: var(--colorPrincipal);
}

.header.header-11 .header-search-wrapper {
    border-bottom: 1px solid var(--colorPrincipal);
}

.account-toggle:after {
    display: none;
}

.header-search-extended .btn {
    max-width: fit-content;
}


/* menu */

.header .container-fluid .megamenu-container .megamenu {
    right: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    overflow-y: auto;
}

.header .container-fluid .megamenu-container {
    position: initial;
}

.menu .megamenu {
    height: auto;
    width: 100%;
    top: 94%;
    left: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.grid-megamenu {
    display: grid;
    grid-template-columns: 1fr 400px;
    column-gap: 2rem;
    max-width: 1328px;
    width: 96%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.list-megamenu {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    position: unset;
}

.megamenu-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.4);
    z-index: 1000;
    transition: all 0.4s;
}

.menu li>a {
    color: var(--colorPrincipal);
    font-weight: 600;
    font-size: 1.6rem;
}


/* menu mobile */

.mobile-menu-overlay {
    height: 100vh;
}

.mobile-menu-light .mobile-search .form-control {
    color: #111;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    font-size: 16px;
    width: 100%;
}

.mobile-search {
    background: #f5f5f5;
}

.mobile-search .btn-primary {
    color: #111;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    font-size: 24px;
}

.mobile-nav,
.mobile-menu-container .social-icons {
    background-color: var(--colorBlanco);
}

.mobile-menu>li>a {
    text-transform: none;
}

.mobile-menu-light .mobile-menu li a,
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
    color: #111;
    font-weight: 700;
}

.mobile-menu-container {
    font-size: 1.8rem;
    left: -100vw;
    height: 100vh;
}

.mmenu-active .mobile-menu-container {
    transform: translateX(100vw);
}

.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
    font-size: 27px;
    color: #111;
}

.mobile-menu-light .social-icon {
    color: #111;
    border-color: transparent;
    font-size: 24px;
}

.mobile-menu-footer-link {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.mobile-menu-footer-link svg {
    width: 30px;
}

.mobile-menu-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0;
}

.space {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


/* index */

.custom-shape-divider-bottom-1648824604 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1648824604 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1648824604 .shape-fill {
    fill: #FFFFFF;
}

.container-fluid.banners .banner img {
    aspect-ratio: 1;
    object-fit: cover;
}


/*  */

.custom-shape-divider-top-1648824668 {
    position: absolute;
    z-index: 1;
    top: -6px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1648824668 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1648824668 .shape-fill {
    fill: #FFFFFF;
}

.banner-cat .banner-title {
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-home {
    margin-bottom: 0;
}

.sidebar-home .product {
    margin-bottom: 0;
    height: 100%;
}

.sidebar-home .product img {
    max-height: 319px;
    object-fit: cover;
}

.bg-primary .owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
    color: #fff;
}


/* ficha */

.product {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bordes-gris);
    border-radius: 6px;
    padding: 2rem;
}

.product .product-body {
    padding: 0 !important;
    padding-top: 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1;
}

.product-cat a {
    color: #5b5f7b;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    flex: 1 1;
}

.product-title a {
    color: var(--colorPrincipal);
    font-size: 1.8rem;
}

.modal.modal-fav .modal-content {
    max-width: 400px;
    margin: 0 auto;
}

.modal.modal-fav .modal-content .product-title {
    font-size: 2rem;
}

.modal.modal-fav .modal-content #precio-modal-fav-add,
.modal.modal-fav .modal-content #precio-old-modal-fav-add {
    font-family: var(--fontNumber);
}

.modal.modal-fav .modal-body>.product-description {
    grid-area: c-description;
}

.modal.modal-fav .product-img-wrapper {
    grid-area: c-img;
}

.modal.modal-fav .product-img-wrapper>img {
    max-height: 150px;
    width: 100%;
    object-fit: contain;
}

.modal.modal-fav .close {
    position: absolute;
    top: 18px;
    right: 10px;
}

.modal.modal-fav .modal-title {
    font-size: 2.4rem;
    font-weight: 900;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    row-gap: 1.2rem;
}

.modal.modal-fav .old-price {
    font-size: inherit;
}


/* catalogo */

.widget-collapsible .widget-title a.collapsed:after {
    content: '\f2c2';
}

.widget-collapsible .widget-title a:after {
    content: '\f28e';
}

.toolbox-info h3 {
    font-weight: 700;
}

.toolbox .select-custom .form-control {
    font-size: 16px;
    min-width: 200px;
    border: 1px solid var(--bordes-gris);
    border-radius: 30px !important;
    color: #2c2c2c;
    padding-left: 1.6rem;
    padding-top: 0;
    padding-bottom: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 44px;
    border-radius: var(--border-radius);
}

.widget-collapsible .widget-title a {
    font-weight: 700;
    color: var(--colorPrincipal);
}

.filter-pill .custom-control label {
    border: 1px solid var(--bordes-gris);
    padding: 4px 8px;
    background-color: #f5f5f5;
    transition: all ease .2s
}

.product-details .filter-pill .custom-control label {
    border: 1px solid #fff;
    background-color: #fff;
}

.custom-control-label::before {
    top: 0;
}

.custom-control-label::after {
    top: 0;
}

.filter-pill .custom-control label:hover {
    background: #eee;
    cursor: pointer
}

.filter-pill .custom-control-label {
    cursor: pointer
}

.filter-pill .custom-control-label::before,
.filter-pill .custom-control-label::after {
    display: none
}

.filter-pill input[type=checkbox]:checked+label {
    border: 1px solid var(--colorPrincipal);
    background-color: var(--colorPrincipal);
    color: #fff
}

.product-details .filter-pill input[type=radio]:checked+label {
    background-color: var(--colorPrincipal);
    font-weight: 700;
    color: #fff
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3px 6px;
}

.filter-pill {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.filter-pill .custom-control {
    padding: 0;
    height: 100%;
}

.filter-pill .custom-control label {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    line-height: 14px;
}

.toolbox.row {
    flex-direction: row;
    gap: 15px 0px;
}

.toolbox-left,
.toolbox-right {
    flex: 1 1 100%;
}

.toolbox-right {
    justify-content: flex-end;
}

.sidebar-toggler {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    height: 44px;
    min-width: 100%;
}

.noUi-connect {
    background: var(--colorPrincipal);
}

@media (max-width: 991.9px) {
    .sidebar-filter-responsive {
        position: fixed;
        left: -350px;
        top: 0;
        bottom: 0;
        z-index: 1001;
        background-color: #fff;
        margin-top: 0;
        width: 100%;
        max-width: 350px;
        overflow-y: scroll;
        box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
        will-change: transform;
        visibility: hidden;
        transition: all 0.35s;
    }

    .sidebar-filter-active .sidebar-filter-responsive {
        visibility: visible;
        transform: translateX(350px);
    }

    .product-action {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .toolbox {
        min-height: 75px;
    }
}


/* producto */

.product-details-action .btn-cart {
    padding: 1.4rem 1.5rem;
    max-width: 100%;
    color: #ffffff;
    border: .1rem solid var(--colorPrincipal);
    background-color: var(--colorPrincipal);
    border-radius: var(--border-radius);
    width: 230px;
}

.product-details-action .btn-cart span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02rem;
    text-transform: unset;
}

.product-details-action .btn-cart:before,
.btn-cart:before {
    display: none;
}

.details-action-wrapper .btn-product span {
    font-size: 1.6rem;
}

.details-action-wrapper .btn-product.btn-wishlist:before {
    font-weight: 700;
}

.content-cat {
    font-size: 1.4rem;
    color: var(--colorPrincipal);
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    min-height: unset;
    margin-bottom: 1rem;
    transition: all .3s;
}

.product-details .product-title {
    font-size: 3.4rem;
    color: var(--colorPrincipal);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    margin-bottom: 2rem;
}

.input-spinner .form-control {
    border-color: transparent;
    background-color: transparent;
}

.details-filter-row .form-control {
    min-width: auto;
}

.product-details-quantity {
    max-width: 85px;
}

.product-separated-item.col-6:first-of-type {
    max-width: unset;
    flex: 1 1 100%;
}

.product-separated-item.col-6:first-of-type img {
    margin: auto;
    max-width: 100%;
}

.intro-slider-container,
.intro-slide {
    min-height: auto;
    background-color: transparent;
}

.owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 24px;
}

.owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 24px;
}

.owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
    background-color: var(--colorPrincipal);
}

.owl-theme.owl-light .owl-nav [class*='owl-']:not(.disabled):hover {
    border: 1px solid var(--colorPrincipal);
}

.owl-theme.owl-light .owl-dots .owl-dot.active span {
    background: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}

.product-gallery .owl-theme.owl-light .owl-nav [class*='owl-'] {
    color: #000;
}

.nav.nav-tabs .nav-link {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

#modal_calces .nav.nav-tabs .nav-link.active {
    border-bottom: 1px solid var(--colorPrincipal);
}

#modal_calces .nav.nav-tabs .nav-link {
    color: #111;
    font-weight: 700;
    font-size: 1.8rem;
}

.product-cat {
    color: #111;
    font-weight: 400;
    font-size: 1.4rem;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.dropup .jssocials-shares {
    display: flex;
    flex-direction: column;
}

.jssocials-share-logo {
    color: #111 !important;
    width: 16px !important;
    height: 16px;
    margin-right: 10px;
}

.jssocials-share-label {
    font-size: 14px !important;
    color: #111 !important;
}


/* favoritos */

.favoritos .product {
    background-color: transparent;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.fav-content {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.favoritos .product img {
    max-width: 100px;
}

.nav-link:not(.active) {
    opacity: 0.5;
}

.favoritos .product {
    border: 1px solid var(--bordes-gris);
    padding: 15px 10px;
}

.favoritos .product-details-action .btn-cart span {
    font-size: 16px;
}

.btn-remove-wishlist {
    font-size: 22px;
    border: 0;
    background: #f5f5f5;
}

.product .product-action-vertical {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}


/* carrito */

.product-cart {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .accordion-summary .summary {
        margin-top: 0;
    }

    .checkout-discount .btn {
        min-width: auto;
    }

    td[data-title]::before {
        content: attr(data-title)":";
        color: #000000;
        position: relative;
        margin-right: 10px;
    }

    .nav-dashboard .nav-link,
    .breadcrumb-item {
        font-size: 1.5rem;
    }

    .table.table-cart thead {
        display: none;
    }

    .table.table-cart tr,
    .table.table-cart td {
        display: flex;
        border: 0;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .table.table-cart tbody td {
        text-align: center;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }

    .table.table-cart tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #ddd;
    }

    .table.table-cart .td-imagen {
        grid-area: img;
    }

    .table.table-cart .td-producto {
        grid-area: nombre;
    }

    .table.table-cart .td-medida {
        grid-area: medida;
    }

    .table.table-cart .td-codigo {
        grid-area: codigo;
    }

    .table.table-cart .td-precio {
        grid-area: precio;
    }

    .table.table-cart .td-precio .old-price {
        margin-right: 6px;
    }

    .table.table-cart .td-cantidad {
        width: auto;
        display: flex;
        flex-direction: row;
        max-width: 100%;
    }

    .table.table-cart .td-total {
        grid-area: total;
    }

    .table.table-cart .td-regalo {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .table.table-cart .td-eliminar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .product-details-action {
        flex-direction: unset;
        justify-content: center;
    }
}


/* login */

.form-tab .form-footer a:not(.forgot-link) {
    text-decoration: none;
    color: #fff;
}

.btn.btn-login {
    font-weight: 400;
}

.btn-login.btn-f {
    --Facebook: #3366cc;
    background-color: var(--Facebook) !important;
    border-color: var(--Facebook) !important;
    color: #fff;
}

.btn.btn-login.btn-g i,
.btn.btn-login.btn-f i {
    color: #fff;
}

.btn.btn-login i {
    font-size: 14px;
}


/* checkout */

.summary {
    border: 0;
    background-color: transparent;
}

.summary-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    font-size: 20px;
    font-weight: 600;
}

.summary.summary-cart .summary-title {
    margin-bottom: 20px;
}

.checkout .title {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.checkout #step-tabs .nav-item {
    position: relative;
}

.step-count {
    font-size: 16px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid var(--bordes-gris);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link.active .step-count {
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
    color: #fff;
}

p.step-title {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

#step-tabs .nav-link {
    padding: 0;
}

#step-tabs .nav-item.show .nav-link,
#step-tabs .nav-item .nav-link.active {
    border: 0;
}

#step-tabs .nav-item+.nav-item {
    margin-left: 0;
}

#step-tabs .nav-link.disabled {
    opacity: 0.5;
}

#step-tabs .nav-item .nav-link.active p {
    color: var(--colorPrincipal);
}

.checkout .form-control:not(:focus) {
    border-color: var(--bordes-gris);
    background-color: transparent;
}

.element i {
    font-size: 50px;
}

.accordion-summary .card-title a:not(.collapsed) .element {
    border-color: var(--colorPrincipal);
    border-radius: var(--border-radius);
}

.element {
    min-height: 70px;
}

.element-title {
    font-size: 1.6rem;
}

.accordion-summary .card .store-content {
    font-size: 1.4rem;
}

.accordion-summary .card-title a:not(.collapsed) .element .element-title {
    color: var(--colorPrincipal);
}

.payment_box p {
    font-weight: 400;
    color: #000;
}

.checkout .custom-control .custom-control-label {
    text-align: left;
}

.payment_box {
    border: 1px solid var(--bordes-gris);
    border-radius: 0.25rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.summary {
    border-style: solid;
    background-color: transparent;
}

.prods-summary {
    overflow-y: auto;
    max-height: 19.5em;
}

.table.table-summary tbody tr:last-child td {
    border: 0;
}

.checkout .table.table-summary a {
    font-size: 13.5px;
    color: #000;
}

.clear-both {
    clear: both;
}

.direc-item {
    transition: all ease 0.3s;
    color: #595959;
    border: 1px solid var(--bordes-gris);
}

.direc-item:hover {
    border-color: var(--colorPrincipal);
    color: var(--colorPrincipal);
}

.forma_pago_wrapper label {
    text-align: center;
}

.forma_pago_wrapper .element.active {
    border-color: var(--colorPrincipal);
}

.forma_pago_wrapper .element.active label {
    color: var(--colorPrincipal);
}

.forma_pago_wrapper,
.forma_pago_wrapper input,
.forma_pago_wrapper label {
    cursor: pointer;
}

.input-forma-pago+label {
    width: 100%;
    background: white;
    height: 90%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

tr.summary-total span {
    font-weight: 700;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .accordion-summary .card-body {
        padding: 0;
    }

    .step-title {
        font-size: 12px;
        font-weight: 400;
    }

    .btnPrevious,
    .btnNext {
        margin-bottom: 15px;
        width: 100%;
    }
}


/* politicas */

.politicas-content p {
    margin-bottom: 1.5rem;
}

.politicas-content ul,
.politicas-content ol {
    padding-left: 40px;
}

ol.devoluciones {
    padding-left: 40px;
    list-style-type: upper-roman;
}

ol.gestionar {
    list-style-type: lower-alpha;
}


/* contacto */

.contact-box h3 {
    font-weight: 700;
    font-size: 21px;
}

.contact-box .social-icon {
    font-size: 2.3rem;
}

.contact-box a {
    color: #111;
}


/* micuenta */

.nav-dashboard .nav-link {
    font-size: 16px;
}

.nav-dashboard .nav-link.active {
    font-weight: 500;
}


/* resumen */

.card {
    border: .1rem solid var(--bordes-gris);
    border-radius: 5px;
}

.tabla-resumen td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.tabla-resumen .product-col .product-media {
    max-height: 60px;
}

.tabla-resumen tfoot td {
    border: 0;
}

#resumen-content .card-header {
    padding-bottom: 0.5rem;
}

#resumen-content .card-header h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.tabla-resumen .product-media {
    background: transparent;
}

.tabla-resumen img {
    max-width: 90px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {

    .tabla-resumen,
    .tabla-resumen thead,
    .tabla-resumen tbody,
    .tabla-resumen th,
    .tabla-resumen tbody td,
    .tabla-resumen tbody tr {
        font-size: 1.5rem !important;
    }

    .tabla-resumen tbody tr {
        border-bottom: 0.1rem solid #ebebeb;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-areas: "prod prod" "price cant" ". sub";
    }

    .tabla-resumen>thead>tr:nth-child(2) {
        display: none;
    }

    .tabla-resumen td {
        position: relative;
        border-bottom: 0;
        padding: 0px 10px 10px 10px;
    }

    .tabla-resumen .product-col {
        grid-area: prod;
    }

    .tabla-resumen .total-col {
        grid-area: sub;
    }

    .tabla-resumen td:before,
    .tabla-resumen td>div:before {
        position: relative;
        font-weight: 600;
    }

    .tabla-resumen .price-col:before {
        content: "Precio: ";
    }

    .tabla-resumen .cant-td:before {
        content: "Cantidad: ";
    }

    .tabla-resumen tfoot {
        float: right;
    }

    .tabla-resumen .table-foot td {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    #resumen-content .card-body {
        font-size: 1.5rem;
    }
}

.table.table-cart .total-col {
    white-space: nowrap;
}

.marcar-default {
    content: "⭐";
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0 20px;
    filter: grayscale(1);
}

.direccion-default .marcar-default {
    filter: grayscale(0);
}

.direccion.direccion-default {
    border: 1px solid var(--bordes-gris);
    border-radius: 3px;
}

#tab-pedidos .table tbody td {
    padding-right: 5px;
    padding-left: 5px;
}

#mis-direcciones {
    scroll-margin-top: 3rem;
}

#tab-pedidos .table th {
    font-weight: 600;
    color: #111;
    line-height: normal;
}

@media (max-width: 768px) {
    .dashboard .nav-dashboard {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 991px) {
    #tab-pedidos td[data-title]::before {
        color: #888;
        line-height: normal;
    }

    #tab-pedidos table tr,
    #tab-pedidos table td {
        display: grid;
    }

    #tab-pedidos thead {
        display: none;
    }

    #tab-pedidos tr,
    #tab-pedidos td {
        padding: 10px 0;
    }

    #tab-pedidos td {
        border-bottom: 0;
        grid-template-rows: 0fr 0fr;
    }

    #tab-pedidos tbody tr {
        grid-template-columns: auto auto;
        grid-template-rows: auto;
        grid-column-gap: 10px;
        border-bottom: 0.1rem solid #ebebeb;
        grid-template-areas: "info info" "info info" "info info" "button button";
    }

    .td-btn {
        grid-area: button;
    }

    .td-metodo-entrega {
        display: none !important;
    }

    #tab-pedidos .table,
    #tab-pedidos .table td,
    #tab-pedidos .table th {
        border: 0;
    }

    #tab-pedidos .table tbody .td-btn a {
        font-weight: 600;
        color: #000 !important;
    }
}

.fileinput .btn {
    margin-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.tabla-resumen .product-col .product {
    background-color: transparent;
    flex-direction: row;
}

#scroll-top {
    width: 4rem;
    height: 4rem;
    right: 15px;
    bottom: 15px;
    color: var(--colorPrincipal);
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid var(--colorPrincipal);
    z-index: 99;
}

#scroll-top:hover,
#scroll-top:focus {
    border-color: #777;
}

.product-action {
    position: unset;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    border-radius: 6px;
    max-height: 40px;
}

.btn-product span {
    color: var(--colorBlanco);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
}

.btn-product:hover span,
.btn-product:focus span {
    box-shadow: none;
}

.product-action-dark {
    background-color: var(--colorPrincipal);
    transition: all .3s;
}

.product-action-dark:hover {
    background: var(--colorPrincipalHover);
}

.product-action-dark:hover a {
    text-decoration: none;
}

.btn-product:hover span {
    box-shadow: none;
}

.product-price {
    font-size: 1.6rem;
    display: flex;
    align-items: flex-end;
    column-gap: 1.5rem;
    row-gap: 1rem;
    margin-bottom: 2rem;
}

.new-price.new-price-ficha {
    font-size: 2.6rem;
    font-weight: 800;
}

.old-price.old-price-ficha {
    font-size: 1.6rem;
}

.product-footer {
    display: block;
}

.product-price-combo {
    border-top: 1px solid #d2d2d7;
    padding-top: 1rem;
    margin-bottom: 0;
}

.product-price-combo.product-price-combo-ficha {
    border-top: 1px solid #d2d2d7;
    border-bottom: 1px solid #d2d2d7;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.title-price-combo {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--colorPrincipal);
    margin-bottom: .5rem;
}

.title-price-combo.title-price-combo-ficha {
    font-size: 2.4rem;
}

.old-price {
    color: #d50109;
    font-family: var(--fontNumber);
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02rem;
    opacity: .9;
    margin: 0;
}

.new-price {
    color: inherit;
    font-family: var(--fontNumber);
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02rem;
    margin: 0;
}

.list-payment-icons li.nav-item {
    margin-left: 5px;
}

.list-payment-icons .payment-icon-image {
    max-height: 2em;
    width: auto;
}


/* giftcard */

#giftcard-section .seleccion {
    position: relative;
    cursor: pointer;
    padding-left: 2.5rem;
}

#giftcard-section .seleccion input[type="radio"] {
    display: none;
}

#giftcard-section .seleccion span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#giftcard-section .seleccion span::after {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 300ms ease-in-out 0s;
}

#giftcard-section .seleccion input[type="radio"]:checked~span::after {
    transform: translate(-50%, -50%) scale(1) !important;
}

#giftcard-section .monto {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding-left: 3.5rem;
}

#giftcard-section .monto input[type="radio"] {
    display: none;
}

#giftcard-section .monto span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}

#giftcard-section .monto span::after {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 300ms ease-in-out 0s;
}

#giftcard-section .monto input[type="radio"]:checked~span::after {
    transform: translate(-50%, -50%) scale(1) !important;
}

.contenedor-tarjetas {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e1e1e1;
}

#giftcard-section label {
    color: #333;
    font-weight: 400;
}

#giftcard-section select {
    font-weight: bold;
    color: #666;
    font-size: 16px;
    padding: 1rem 1.5rem 1rem 0;
    border: none;
    margin-left: 1rem;
}

#giftcard-section select:focus {
    outline: none;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 1px;
}


/* GRID BANNERS */

.seccion-grid-banners {
    padding-top: 8rem;
}

.grid-banners {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "first second second"
        "first . four"
        "three three four";
    gap: 25px;
}

.container-banners img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all .8s;
}

.container-banners,
.container-banners a,
.container-banners a img {
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.link-item-banners {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all .8s;
}

.link-item-banners::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1turn, rgba(0, 0, 0, .5), transparent 49.9%);
    border-radius: var(--border-radius);
}

.link-item-banners:hover img {
    transform: scale(1.1);
    transition: all .8s;
}

.item-banners:nth-child(1) {
    grid-area: first;
}

.item-banners:nth-child(2) {
    grid-area: second;
}

.item-banners:nth-child(3) {
    grid-area: three;
}

.item-banners:nth-child(4) {
    grid-area: four;
}

.container-banners {
    position: relative;
}

.container-text-banners {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2.5rem;
    z-index: 10;
}

.banner-title {
    color: var(--colorBlanco);
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}


/* FIN GRID BANNERS */


/* CARRUSELES */

.seccion-carrusel {
    padding-top: 8rem;
}

.title-carrusel {
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--colorPrincipal);
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: 0.02rem;
}

.container-image-carousel {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all .8s;
}

.img-carousel-aside {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;
}

.container-image-carousel:hover .img-carousel-aside {
    transform: scale(1.1);
    transition: all .8s;
}

.owl-products-principal .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;

}

/* FIN CARRUSELES */


/* BOTON FAVORITO */

.btn-wishlist {
    position: absolute;
    top: 18px;
    right: 34px;
    z-index: 99;
}

.btn-wishlist.btn-wishlist-ficha {
    position: relative;
    top: unset;
    right: unset;
    border: 1px solid var(--colorPrincipal);
    border-radius: var(--border-radius);
    padding: 1.4rem 1.5rem;
    padding-left: 4rem;
    line-height: 1;
    width: 200px;
    z-index: 9;
}

.btn-wishlist.btn-wishlist-ficha:focus {
    text-decoration: none;
    box-shadow: none;
}

.btn-wishlist.btn-wishlist-ficha:focus span {
    box-shadow: none;
}

.btn-wishlist.btn-wishlist-ficha span {
    color: var(--colorPrincipal);
    font-size: 1.6rem;
    font-weight: 600;
}

.btn-wishlist::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../images/favoritos-line-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-wishlist.btn-wishlist-ficha::before {
    top: 52%;
    left: 14px;
    transform: translateY(-50%);
}

.btn-wishlist::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../images/favoritos-azul.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.btn-wishlist.btn-wishlist-ficha::after {
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.btn-wishlist.active::before {
    display: none;
}

.btn-wishlist.active::after {
    display: block;
}


/* FIN BOTON FAVORITO */


/* CATEGORIAS DESTACADAS */

.categorias-destacadas {
    padding-top: 8rem;
}

.container-categorias {
    position: relative;
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all .8s;
}

.container-categorias::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1turn, rgba(0, 0, 0, .5), transparent 49.9%);
    border-radius: var(--border-radius);
}

.img-categoria-destacadas {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: var(--border-radius);
    transition: all .8s;
}

.container-categorias:hover .img-categoria-destacadas {
    transform: scale(1.1);
    transition: all .8s;
}

.container-text-categoria {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2.5rem;
    z-index: 10;
}

.title-categorias {
    color: var(--colorBlanco);
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.02rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}


/* FIN CATEGORIAS DESTACADAS */


/* BANNER MEDIO */

.seccion-banner-medio {
    padding-top: 8rem;
}

.img-banner-medio {
    border-radius: var(--border-radius);
    overflow: hidden;
}


/* FIN BANNER MEDIO */


/* MARCAS */

.seccion-marcas {
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.owl-carousel .owl-item .img-marcas {
    width: unset;
    height: 80px;
    aspect-ratio: 2/1;
    object-fit: contain;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span {
    border: 0.1rem solid var(--colorPrincipal);
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 18px;
    border-color: var(--colorPrincipal);
    background: var(--colorPrincipal);
}

.owl-marcas .owl-dots {
    margin-top: 2rem;
}


/* FIN MARCAS */


/* FOOTER */

.footer {
    background: var(--colorPrincipal);
}

.logo-footer {
    width: 125px;
}

.widget-about p:last-of-type {
    margin-bottom: unset;
}

.widget-about .text-footer,
.widget .text-footer {
    font-size: 1.6rem;
    color: var(--colorBlanco);
    line-height: 1.5;
    width: 80%;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem !important;
}

.footer .widget-title {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.02rem;
    color: var(--colorBlanco);
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    display: inline-block;
    border-bottom: 1px solid var(--colorBlanco);
}

.widget-list li .link-info-footer {
    display: grid;
    align-items: start;
    grid-template-columns: auto 1fr;
    grid-column-gap: 1rem;
    color: var(--colorBlanco);
    line-height: 1.5;
    font-size: 1.6rem;
    width: 80%;
    position: relative;
    transition: all .3s;
}

.border-animated li a {
    display: inline-block;
    color: var(--colorBlanco);
    line-height: 1.5;
    font-size: 1.6rem;
    position: relative;
    transition: all .3s;
}

.border-animated li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--colorBlanco);
    transition: all .3s;
}

.border-animated li a:hover {
    color: var(--colorBlanco);
}

.border-animated li a:hover::after {
    width: 100%;
    transition: all .3s;
}

.widget-list li .link-info-footer img {
    aspect-ratio: 1/1;
    object-fit: contain;
    position: relative;
    top: 2px;
}

.widget-list li:nth-child(1) a img {
    width: 16px;
}

.widget-list li:nth-child(2) a img {
    width: 16px;
}

.widget-list li:nth-child(3) a img {
    width: 18px;
}

.footer-middle {
    padding-top: 4rem;
    padding-bottom: 0;
}

.footer .widget {
    margin-bottom: 1rem;
}

.social-icons {
    column-gap: 1.2rem;
    margin-top: 1.6rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colorBlanco);
    border: 0;
    border-radius: var(--border-radius);
}

.social-icon:hover {
    background: var(--colorBlanco) !important;
}

.icon-redes-footer {
    width: 30px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

footer .btn {
    min-width: auto;
}

.footer-bottom .container:before,
.footer-bottom .container-fluid:before {
    display: none;
}

footer .form-control {
    border-radius: 3px 0 0 3px;
}

.input-group {
    display: flex;
    align-items: center;
    position: relative;
}

.input-footer {
    width: 100%;
    border-radius: 30px;
    height: 44px;
    border: 0;
    font-size: 1.6rem;
    padding-left: 1.6rem;
}

.input-footer::placeholder {
    color: var(--colorPrincipal);
    font-size: 1.6rem;
}

.btn-newsletter {
    width: 38px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--colorPrincipal);
    border: 0;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding: 1.6rem 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer a:hover,
.footer a:focus {
    color: var(--colorBlanco);
}


/* FIN FOOTER */


/* CAROUSEL SLICK FICHA */

.item-grid-sticky {
    position: sticky;
    top: 100px;
    z-index: 99;
}

.img-slick-slider {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-slick-slider.img-slick-slider-ficha {
    width: 100%;
    height: calc(100vh - 82px);
}

@media screen and (max-width:460px) {
    .img-slick-slider {
        object-fit: contain;
    }
}

.container-carousel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0;
}

.carousel-two {
    display: none;
}

.container-carousel.active {
    display: none;
}

.carousel-two.active-two {
    display: grid;
}

.container-dots-img {
    max-width: 600px;
    position: relative;
    z-index: 99;
}

.slider-nav .slick-track {
    display: flex !important;
    gap: 1rem;
}

.slick-vertical .slick-slide {
    outline: 0 !important;
}

.slider-vertical-button .slick-slide img {
    border: 1px solid var(--bordes-gris) !important;
    padding-bottom: 0;
    margin: 0 auto;
}

.slick-vertical .slick-slide.is-active img {
    border-bottom: 2px solid var(--colorPrincipal) !important;
}

.slider-nav .slick-slide {
    padding: 0;
    padding-bottom: 0;
    cursor: pointer;
}

.slick-vertical .slick-slide img:hover {
    border-bottom: 2px solid var(--colorPrincipal) !important;
}

.container-img {
    max-width: 600px;
    position: relative;
}

.container-img-alto {
    overflow: hidden;
    border-radius: var(--border-radius);
}

.btn-download {
    background: var(--colorPrincipal);
    padding: 1rem 1.6rem;
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom: 1rem;
    display: inline-block;
}

.slider-vertical-button .slick-prev {
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
    opacity: 0;
    color: transparent;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 15px;
    height: 15px;
    display: block;
}

.slider-vertical-button .slick-next {
    bottom: -15px !important;
    top: initial !important;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

.slider-foto-grande:hover {
    cursor: crosshair;
}

.slider-foto-grande .slick-next,
.slider-foto-grande .slick-prev {
    z-index: 1000;
}

.slider-foto-grande .slick-prev {
    left: 15px;
    transform: translateX(-50%) rotate(45deg);
    z-index: 10;
}

.slider-foto-grande .slick-next {
    right: 0;
    transform: translateX(-50%) rotate(-135deg);
}

.slick-slide {
    padding-bottom: 0;
}

.slick-slide.is-active img {
    border: 1px solid var(--colorPrincipal) !important;
}

.slick-slide.is-active img:hover {
    border-bottom: 1px solid var(--colorPrincipal) !important;
}

.img-dots-carrusel {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: var(--border-radius);
}

.slick-slide img {
    margin: 0 auto;
}

.slick-initialized .slick-slide,
.galeria-modal {
    outline: 0;
}

.product-details-width {
    width: 80%;
    margin: 0 auto;
}

.product-details-action {
    column-gap: 2rem;
    margin-bottom: 0 !important;
}

.btn-whatsapp {
    border-radius: var(--border-radius);
    background: #25D366;
    color: var(--colorBlanco);
    padding: 1.4rem 1.5rem;
    font-size: 16px;
    letter-spacing: 0.02rem;
    line-height: 1;
    width: 250px;
}

.container-ficha-items {
    margin-top: 3rem;
}

.title-ficha {
    color: var(--colorPrincipal);
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

.lista-calces {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
    width: 100%;
}

.lista-calces li {
    font-family: var(--fontNumber);
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
    line-height: 1;
    padding: 1.2rem 1rem;
    background: var(--colorBlanco);
    border: 1px solid var(--bordes-gris);
    border-radius: var(--border-radius);
    min-width: 90px;
    text-align: center;
}

.lista-colores {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    grid-gap: 1.2rem;
    width: 82%;
}

.container-img-presentaciones input {
    display: none;
}

.container-img-presentaciones label {
    cursor: pointer;
    letter-spacing: 0.02rem;
    color: #111;
    font-size: 1.6rem;
    text-align: center;
    background: var(--colorBlanco);
    border: 1px solid var(--bordes-gris);
    border-radius: var(--border-radius);
    margin-bottom: 0;
    overflow: hidden;
    width: 102px;                                                                                                                                                                                                        height: 102px;
    transition: all .3s;
}

.container-presentaciones input {
    display: none;
}

.container-presentaciones label {
    font-family: var(--fontNumber);
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
    line-height: 1;
    padding: 1.2rem 1rem;
    background: var(--colorBlanco);
    border: 1px solid var(--bordes-gris);
    border-radius: var(--border-radius);
    min-width: 100px;
    text-align: center;
    margin-bottom: 0;
}

/* .img-presentaciones {
    height: 100px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: 0 auto;
} */

.img-presentaciones {
    height: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 0 auto;
}

.container-presentaciones input[type="radio"]:checked~label {
    border: 2px solid var(--colorPrincipal);
}

.container-img-presentaciones input[type="radio"]:checked~label {
    border: 2px solid var(--colorPrincipal);
}


/* FIN CAROUSEL SLICK FICHA */


/* CATALOGO */
.container-countdown {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    background: var(--colorBlanco);
    border-radius: 8px;
    padding: 1rem;
}

.sidebar-filter-wrapper {
    padding-left: 0;
}

.toolbox-info h3 {
    color: var(--colorPrincipal);
    letter-spacing: 0.02rem;
}

.sidebar-shop .custom-control-label {
    letter-spacing: 0.02rem;
}

.custom-control-label::before {
    top: 4px;
}

.custom-control-label::after {
    top: 4px;
}


/* FIN CATALOGO */

/* countdown */

.container-promociones {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.container-countdown {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4rem;
    width: 100%;
    height: 100%;
}

.simply-section {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

.simply-section:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -1.4rem;
    top: 38%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: bold;
}

.simply-section div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.simply-amount {
    display: block;
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .5rem;
}

.simply-word {
    line-height: 1;
    font-size: 1.2rem;
}

.deal-countdown.offer-countdown {
    background: #fff;
    padding: 11px 10px;
    max-width: 360px;
    border-radius: 10px;
    position: absolute;
    top: 2%;
    bottom: 1%;
    left: 0.5%;
    right: 0.5%;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 3%), -5px 5px 10px rgb(0 0 0 / 3%);
    display: flex;
    justify-content: space-around;
    margin: auto;
    width: 99%;
    height: 97%;
    z-index: 1;
}

.deal-countdown .countdown-section {
    background-color: #fff;
}

.countdown-section {
    background: transparent !important;
}

.deal-top {
    height: 65px;
}

.deal-countdown .countdown-amount,
span.countdown-section::after {
    color: var(--colorPrincipal) !important;
}

.deal .product-price {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
}

.deal-countdown .countdown-period {
    padding-bottom: 1px;
    color: var(--colorPrincipal) !important;
    font-size: 11.9px;
}

.deal-top {
    text-align: center;
}

.deal h4 {
    max-width: unset;
}

.countdown-wrapper {
    position: absolute;
    overflow: hidden;
    max-width: 280px;
    width: 100%;
    height: 70px;
    left: 2rem;
    bottom: 2rem;
    margin-top: 0;
}

.border-deal {
    position: absolute;
    display: block;
    left: auto;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right, var(--colorPrincipal) 20%, var(--colorPrincipal) 40%, var(--colorTerciario) 50%, var(--colorSecundario) 55%, var(--colorPrincipal) 70%, var(--colorPrincipal) 100%);
    background-size: 200% auto;
    border-radius: 10px;
    animation: shine 3s linear infinite;
}

.banner-contador {
    margin-top: 0;
    margin-bottom: 2rem;
}

/* Fin Contador */
.img-tag-ficha {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: 70px;
    object-fit: contain;
    z-index: 99;
}

/* CARRITO */

.header-carrito {
    background: var(--colorPrincipal);
    padding: 5rem 0;
}

.titulo-carrito {
    text-align: center;
    color: var(--colorBlanco);
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}

.product-col .product {
    flex-direction: unset;
    padding: 0;
    border: 0;
    text-align: left;
}

.accordion-summary .card-body {
    padding: .4rem 0 .8rem 3rem;
}

.table-cart tr th {
    color: #111;
    font-size: 1.6rem;
}

.price-col,
.total-col,
.cantidad_actualizar {
    font-family: var(--fontNumber);
    letter-spacing: 0.02rem;
}

.summary.summary-cart {
    background: #FFFFFF;
    border: 1px solid var(--bordes-gris);
    box-sizing: border-box;
    border-radius: var(--border-radius);
    position: relative;
}

.summary-title {
    color: var(--colorPrincipal);
    border-bottom: 1px solid var(--colorPrincipal);
    text-align: center;
}

table.table-cart {
    border: 2px solid #ddd;
    border-collapse: separate;
    border-radius: 4px;
    border-spacing: 0px;
}

table.table-cart th.cart-table-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
    text-align: center;
}

.table.table-summary tbody td {
    font-size: 1.6rem;
}

.btn-primary {
    background-color: var(--colorPrincipal);
    border: 0;
    initial-letter: 0.02rem;
    border-radius: var(--border-radius);
    text-transform: unset !important;
}

.btn-primary span {
    text-transform: unset;
}

.btn {
    border-radius: var(--border-radius) !important;
}

.btn-primary:not(.btn-newsletter),
.btn-outline-primary-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    font-weight: 400;
    letter-spacing: 0.02rem;
}

.btn span {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
}

.input-spinner {
    border-radius: var(--border-radius);
    border: 1px solid var(--bordes-gris);
}

input {
    font-size: 16px !important;
}

table.table-cart tr th {
    color: #111;
    font-size: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

table.table-cart td {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-left: 1px solid var(--bordes-gris);
    padding-left: 1rem;
    padding-right: 1rem;
}

table.table-cart th,
table.table-cart td {
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid var(--bordes-gris);
    text-align: center;
    vertical-align: middle;
}

.table .remove-col .btn-remove {
    margin-right: 0;
    padding: 0;
}

.btn-outline-cart {
    width: 100%;
    border: 1px solid var(--colorPrincipal);
    border-radius: var(--border-radius);
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    transition: all .3s;
}

.btn-outline-cart:hover {
    background: var(--colorPrincipal);
    color: var(--colorBlanco);
}


/* FIN CARRITO */

.title-text {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--colorPrincipal);
    margin-top: 3rem;
}

.title-text-nosotros {
    font-size: 4rem;
    margin-bottom: 1.6rem;
    font-weight: 600;
    color: var(--colorPrincipal);
}

.text {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    margin-bottom: 1rem;
}


/* CONTACTO */

.title-seccion {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02rem;
    color: var(--colorPrincipal);
    margin-bottom: 4rem;
}

.container-info-contact {
    border-radius: var(--border-radius);
    border: 1px solid var(--bordes-gris);
    padding: 2rem;
}

.icon-box-icon {
    width: 44px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colorPrincipal);
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1.6rem;
}

.icon-box-icon img {
    width: 20px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.link-info-contact {
    font-size: 1.6rem;
    color: #111;
}

.form-group label {
    color: var(--bordes-gris);
    font-weight: 300;
    font-size: 1.4rem;
    margin: 0;
}

.form-control {
    display: block;
    width: 100%;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #333;
    border-radius: 0;
    padding: 0.5rem 0;
    background: transparent;
    font-size: 1.4rem;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid;
    border-color: var(--colorPrincipal) !important;
    font-size: 1.6rem;
}

textarea.form-control {
    min-height: unset;
}

textarea.form-controll:focus {
    box-shadow: none;
    border-bottom: 2px solid;
    border-color: var(--colorPrincipal) !important;
    font-size: 1.6rem;
}


/* FIN CONTACTO */


/* MARCAS */

.seccion-nuestras-marcas {
    padding: 6rem 0;
}

.grid-marcas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.item-marcas {
    text-align: center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    border-radius: 6px;
    transition: all .3s;
}

.item-marcas:hover {
    text-align: center;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    border-radius: 6px;
    transform: translateY(-3px);
    transition: all .3s;
}

.item-marcas a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3rem 1.6rem;
}

.item-marcas img {
    height: 75px;
    aspect-ratio: 2/1;
    object-fit: contain;
    margin: 0 auto;
}


/* FIN MARCAS */


/* MEDIOS DE PAGO */

.medios-pago {
    padding: 6rem 0;
}

.grid-medios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.item-medios {
    text-align: center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    border-radius: 6px;
    transition: all .3s;
}

.item-medios:hover {
    text-align: center;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    border-radius: 6px;
    transform: translateY(-3px);
    transition: all .3s;
}

.item-medios a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3rem 1.6rem;
}

.item-medios img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: contain;
    margin: 0 auto;
}


/* FIN MEDIOS DE PAGO */

.mobile-menu-toggler {
    padding: 0;
    margin: 0;
}

.mobile-menu-toggler img {
    width: 24px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.mobile-menu-light .mobile-menu li a,
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
    color: var(--colorPrincipal);
}

.form-search-mobile .container-form-search {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
    padding-left: 1rem;
    width: 250px;
    border-radius: 30px;
    border: 1px solid var(--colorPrincipal);
    margin: 0 auto;
    margin-top: 2rem;
}

.border-nosotros {
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--bordes-gris);
}

.sobre-nosotros,
.politica-empresa {
    padding-top: 6rem;
}

.header-sidebar-title {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.header-sidebar-title img {
    position: relative;
    top: -4px;
}

.btn-delete {
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 99;
}

.btn-delete img {
    width: 20px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.modal-addtocart span,
#total-carrito-modal {
    font-family: var(--fontNumber);
}

.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary-2.dropdown-toggle {
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
    color: var(--colorBlanco) !important;
}

.btn-outline-primary-2 {
    border-color: var(--colorPrincipal);
}

.btn-primary:not(.btn-newsletter),
.btn-outline-primary-2 {
    text-transform: capitalize;
}

.close-addCartProduct {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 99;
    font-size: 2rem;
    font-weight: 600;
    color: #111;
}

.form-tab .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--bordes-gris);
    margin-bottom: 1.6rem;
}

.form-tab .nav .nav-link {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
}

.form-tab .nav .nav-link.active {
    color: var(--colorPrincipal);
    border-bottom: 1px solid var(--colorPrincipal);
    opacity: 1;
}

.nav-link h3 {
    color: var(--colorPrincipal);
    margin-bottom: 0;
    letter-spacing: 0.02rem;
}

.table.table-summary tr td {
    font-family: var(--fontNumber);
}

.input-forma-pago label {
    color: #111;
    font-size: 1.6rem;
    font-weight: 600;
}

.dropdown-cart-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: var(--colorBlanco);
    border-top: 1px solid var(--bordes-gris);
}

.owl-similar.owl-simple .owl-nav .owl-prev {
    left: -10px;
    width: 44px;
    height: 44px;
    background: var(--colorPrincipal);
}

.owl-similar.owl-simple .owl-nav .owl-next {
    right: -10px;
    width: 44px;
    height: 44px;
    background: var(--colorPrincipal);
}

@media (min-width: 768px) {
    .checkout #step-tabs .nav-item:not(:last-child)::after {
        content: "";
        width: 50px;
        height: 0.5px;
        background-color: #e7e7e7;
        top: 50%;
        right: -50px;
        position: absolute;
        transform: translateX(50px);
    }
}

@media screen and (max-width:1150px) {
    .form-search {
        display: none;
    }

    .header-left-grid {
        display: flex;
        align-items: center;
        column-gap: 1.4rem;
    }
}

@media screen and (max-width:990px) {
    .header-11 {
        padding: 15px 0;
    }

    .container-grid {
        padding: 0 15px;
    }

    .header-center-grid {
        display: none;
    }

    .mobile-menu-toggler {
        background: transparent;
        width: auto;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .mobile-menu-toggler img {
        width: 30px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }

    .compare-dropdown,
    .wishlist-link {
        display: flex;
    }

    .header.header-11 .mobile-menu-toggler {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header-11 .logo img {
        width: 110px;
    }

    .grid-header-right {
        column-gap: 1.6rem;
    }

    .icono-header {
        width: 24px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }

    .product {
        padding: 1.4rem;
    }

    .title-carrusel {
        font-size: 2.8rem;
    }

    .container-categorias {
        display: block;
        margin-top: 2rem;
    }

    .mobile-nav {
        margin-bottom: 0;
    }

    .grid-banners {
        gap: 10px;
    }

    .container-text-banners {
        padding: 1rem 2rem;
    }

    .banner-title {
        font-size: 2rem;
        letter-spacing: 0.02rem;
    }

    .title-categorias {
        font-size: 2rem;
        letter-spacing: 0.02rem;
    }

    .toggle-fav .cart-count {
        top: -5px;
    }

    .product-details-width {
        width: 100%;
        margin-top: 2rem;
    }

    .product-details .product-title {
        font-size: 2rem;
    }

    .new-price.new-price-ficha {
        font-size: 2rem;
    }

    .old-price.old-price-ficha {
        font-size: 1.6rem;
    }

    .product-details-action .btn-cart,
    .btn-wishlist.btn-wishlist-ficha {
        width: 100%;
    }

    .details-action-wrapper {
        width: 100%;
    }

    .lista-colores {
        width: 100%;
    }

    .lista-calces {
        width: 100%;
    }

    .container-carousel {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: unset;
    }

    .container-img {
        width: 100%;
    }

    .container-dots-img {
        width: 100%;
        order: 1;
        margin-bottom: 4rem;
    }

    .toolbox .select-custom .form-control {
        width: 100%;
        min-width: unset;
    }

    .toolbox.row {
        justify-content: center;
    }

    .sidebar-filter-wrapper {
        padding-left: 1.7rem;
    }

    .titulo-carrito {
        font-size: 3.5rem;
    }

    .title-text-nosotros {
        font-size: 3rem;
    }

    .seccion-grid-banners,
    .seccion-carrusel,
    .seccion-banner-medio,
    .seccion-marcas {
        padding-top: 6rem;
    }

    .categorias-destacadas {
        padding-top: 4rem;
    }

    .container-image-carousel {
        display: none;
    }

    .banner-contador {
        margin-top: 0;
        margin-bottom: 0;
    }

    .input-search {
        color: #111111;
    }

    .input-search::placeholder {
        color: #111111 !important;
    }

    .btn-search .icono-search {
        filter: brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(7020%) hue-rotate(193deg) brightness(99%) contrast(99%);
    }

}

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

    .nav.nav-pills .nav-item.show .nav-link,
    .nav.nav-pills .nav-item .nav-link.active {
        color: var(--colorPrincipal);
        border-bottom-color: var(--colorPrincipal);
    }

    .grid-banners {
        grid-template-columns: auto auto;
        grid-template-areas:
            "second second"
            "first four"
            "three three";
    }

    .product-details-action {
        display: unset;
    }

    .btn-wishlist.btn-wishlist-ficha::before {
        left: 84px;
    }
}

@media screen and (max-width: 460px) {
    .img-slick-slider {
        object-fit: contain;
    }
}

@media screen and (min-width: 1700px) {
    .container-fluid .details-filter-row .form-control {
        min-width: unset;
    }
}
