/* =========================
   Typold Book Family
   ========================= */

/* Book (Regular 400) */
@font-face {
  font-family: 'Typold';
  src: url('../webfonts/typold/Typold-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Book 500 (Medium) */
@font-face {
  font-family: 'Typold';
  src: url('../webfonts/typold/Typold-Book500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Book Italic */
@font-face {
  font-family: 'Typold';
  src: url('../webfonts/typold/Typold-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Condensed Book */
@font-face {
  font-family: 'Typold Condensed';
  src: url('../webfonts/typold/Typold-CondensedBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Condensed Book Italic */
@font-face {
  font-family: 'Typold Condensed';
  src: url('../webfonts/typold/Typold-CondensedBookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Extended Book */
@font-face {
  font-family: 'Typold Extended';
  src: url('../webfonts/typold/Typold-ExtendedBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Extended Book Italic */
@font-face {
  font-family: 'Typold Extended';
  src: url('../webfonts/typold/Typold-ExtendedBookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* =========================
   Steelfish Font Family
   ========================= */

/* Regular */
@font-face {
  font-family: 'Steelfish';
  src: url('../webfonts/steelfish/STEELFISH-RG_0.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Steelfish';
  src: url('../webfonts/steelfish/STEELFISH-BD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}

:root{
  --colorPrincipal: #9C0922;
  --colorSecundario: #003882d6;
  --colorNeutral: #666;
  --colorBlanco:#fff;
  --colorAmarillo:#F4CA45;
  --principal:#9C0922;
  --text:#151712;
  --gris:#EAE5EA;
  --blanco:#fff;
  --amarillo:#F4CA45;
  --font-regular: 'Typold Condensed';
  --font-medium: 'Typold';
  --font-bold: 'Typold Extended';
  --font-title: 'Steelfish';
  --font-bold-title: 'Steelfish';
  --letter-spacing-title: 1px;
}

p,
ul,
.primary-link {
    color: #333;
}

.page-header.with-bg,
.bg-primary {
    background: var(--gris)!important;
}

.btn,
.product-details-action .btn-cart {
    border-radius: 4px;
}

.menu-vertical>li>a,
.menu-vertical li>a,
.nav.nav-pills .nav-link,
.form-control,
.cart-dropdown .product-cart-details,
.header-search-extended .form-control,
.header-search-extended select,
.product-cat a {
    color: #595959;
}

.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(--blanco);
    border-color: var(--colorPrincipal);
    color: var(--colorPrincipal);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: '/';
    font-family: revert;
}

.color-secondary {
    color: var(--colorSecundario);
}

.bg-light {
    background-color: #f8f8f8 !important;
}

.row-gap{
    row-gap: 20px;
}

/* header */

.header {
    background: #fff;
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle,
.menu>li>a,
.mobile-menu-toggler,
.wishlist-link,
.header-right .account>a {
    color: var(--text);
}

.header-bottom .menu>li>a,
.header a.btn,
.cart-dropdown .cart-count,
.category-dropdown .dropdown-toggle:before {
    color: #fff;
}

.header-bottom .menu>li>a {
    font-weight: 700;
    font-size: 14.5px;
}

.header-bottom .category-dropdown .dropdown-toggle:hover,
.header-bottom .category-dropdown .dropdown-toggle:focus {
    color: #fff;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
    display: none;
}

.header-right .account>a:hover {
    color: var(--colorPrincipal);
}

.header-top {
    background-color: #fff;
}

.header-top .container-fluid:after {
    background-color: #ccc;
}

ul.top-menu,
.top-menu a {
    color: #555;
}

@media (max-width:767px) {
    .header-top .container-fluid:after {
        display: none;
    }
}

.top-menu a {
    padding: 6px 0;
}

.header-top a:hover,
.header-top a:focus {
    color: #000000;
}

.sticky-header.fixed .dropdown.category-dropdown,
.category-dropdown.show .dropdown-toggle {
    background-color: var(--colorPrincipal);
}

.sticky-header.fixed .dropdown.category-dropdown>a,
.sticky-header.fixed .category-dropdown .dropdown-toggle:before {
    color: #fff!important;
}

.header-search-extended .btn,
.cart-dropdown .dropdown-menu {
    font-size: 15px;
}

.header-top .header-left {
    max-width: 100%;
    flex: auto;
}

.header-middle {
    border-bottom: .1rem solid #f4f4f4;
}

.wishlist-link,
.header .account>a,
.cart-dropdown .dropdown-toggle {
    font-size: 25px;
    position: relative;
}

.cart-dropdown .dropdown-cart-products {
    margin-top: 5px;
}

.account p {
    margin-left: 5px;
}

.dropdown-menu.dropdown-menu-right {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 500px;
    padding: 20px;
    -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: 0px 0px 8px 0px rgba(6, 6, 6, 0.2);
}

.header-middle.sticky-header.fixed>.container {
    width: 100%;
}

.header-middle.sticky-header.fixed .header-right {
    margin-left: 0;
    margin-right: auto;
}

.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: #000;
    opacity: .35;
    z-index: 8999;
    cursor: pointer;
}

.cart-dropdown .cart-count {
    position: absolute;
    top: -10px;
    right: -5px;
    min-width: 15px;
    height: 15px;
}

.easy-autocomplete-container {
    z-index: 20;
}

.account ul i {
    margin-right: 10px;
}

.sticky-header.fixed {
    background-color: #fff;
}

.sticky-header.fixed .logo img {
    width: 100px;
}

.sticky-header.fixed .header-search-extended {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.header .account>a {
    display: flex;
    flex-direction: column;
}

.header-search .search-wrapper-wide {
    border-color: var(--colorPrincipal);
}

.header-search-extended i {
    color: #fff;
}

.cart-dropdown {
    padding-left: 2.5rem;
}

.login-txt {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0;
    color: #585858;
    margin-top: .3rem;
    transition: all .3s;
}

.compare-dropdown .compare-product-title {
    font-size: 1.6rem;
}

.header-bottom .header-center {
    flex: 1 1 100%;
    max-width: 100%;
    justify-content: space-between;
}


/* header responsive */

@media screen and (min-width:992px) {
    .top-menu a {
        color: #555;
    }
    .sticky-header.fixed .logo {
        display: none;
    }
    .sticky-header.fixed .cat-txt {
        display: block!important;
    }
}

@media screen and (max-width:991px) {
    .header-middle .header-center,
    .header-search .search-wrapper-wide {
        display: flex!important;
    }
    .header-search {
        display: block;
    }
    .header-search-visible .header-search-wrapper {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        margin-top: 0;
        display: flex;
        border-width: .1rem;
        margin: auto;
    }
    .header-search-visible .header-search-wrapper:before {
        display: none;
    }
}

@media (max-width:767px) {
    .header-middle {
        padding-bottom: 70px;
    }
    .header-middle .header-left {
        max-width: 100%;
        flex: 0 1 100%;
        justify-content: space-between;
    }
    .header-middle .header-right {
        flex: 0 1 60%;
        justify-content: flex-end;
    }
}


/* menu */

li.megamenu-container>a>img {
    object-fit: contain;
    height: auto;
    width: 24px;
}

.header-middle.sticky-header:not(.fixed) .category-dropdown {
    display: none!important;
}

.header-bottom {
    background: var(--colorPrincipal);
}

.header-bottom .container .header-left::after,
.category-dropdown .dropdown-toggle:after {
    display: none;
}

.menu-vertical i {
    color: var(--colorSecundario);
    font-size: 18px;
}

.menu-vertical a:not(.btn) {
    color: var(--text);
    font-size: 16px;
    border: 0;
}

.menu-vertical a:not(.btn):hover {
    color: var(--colorPrincipal);
}

ul.mobile-menu i {
    margin-right: 5px;
    font-size: 18px;
}

.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
    font-weight: 400;
    color: var(--text);
    font-size: 1.6rem;
    padding: 1.6rem 4.5rem 1.6rem 2rem;
}

.mobile-menu>li>a {
    text-transform: none;
    font-size: 16px;
}

.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
    color: #595959;
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .header-middle .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md) {
        width: 81vw;
    }
    .header-bottom .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md),
    .main .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md) {
        width: 75vw;
    }
}


/* menu responsive */

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

.nav.nav-pills-mobile .nav-link {
    text-align: center;
    font-size: 18px;
}

.mobile-cats-menu li a,
.mobile-menu>li>a,
.mobile-menu li ul li a {
    font-size: 1.6rem;
    color: var(--colorPrincipal);
}

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

.mobile-menu-light .mobile-menu li.open>a,
.mobile-menu-light .mobile-menu li.active>a {
    color: var(--colorPrincipal);
}

.mobile-menu-light .mobile-menu li a {
    color: var(--text);
    display: flex;
    align-items: center;
}

.mobile-menu-container {
    margin-left: 0;
    height: 100vh;
}
.mobile-menu-overlay{
    height: 100vh;
}
.easy-autocomplete {
    position: initial;
}
.mmenu-active .page-wrapper{
    height: calc(100% - 84px);
    overflow-y: hidden;
}
.easy-autocomplete-container ul li div.row {
    display: flex;
    flex-wrap: nowrap;
}

.easy-autocomplete-container ul li div.product-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.easy-autocomplete-container ul {
    max-height: 85vh;
    overflow: auto;
}

.easy-autocomplete .product-title a,
.easy-autocomplete .product-price {
    font-size: 15px;
}

.header-intro-clearance div.icon {
    margin-bottom: 3px;
}

.header-intro-clearance .account {
    position: relative;
}

.header-intro-clearance .account:after {
    content: '';
    position: absolute;
    width: 1.5px;
    height: 50px;
    background-color: #ddd;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.header-intro-clearance .account .dropdown-menu a {
    font-size: 1.3rem;
}

.greeting {
    text-transform: none;
}

.header-dropdowns a p {
    display: none;
}

.header-dropdowns a i {
    font-size: 16px;
}

.header-dropdowns .account:after {
    height: 20px;
}

.header-nav {
    flex: 2 1 auto;
    justify-content: center;
    display: flex;
}

.sticky-header.fixed .menu>li>a img {
    display: none;
}

.sticky-header:not(.fixed) .sticky-logo,
.sticky-header:not(.fixed) .header-dropdowns {
    display: none!important;
}

.header-dropdowns .cart-count {
    top: 0px!important;
    right: -6px!important;
    font-size: 10px;
    height: 14px!important;
    min-width: 14px!important;
}

@media screen and (max-width: 399px) {
    .header-intro-clearance .account,
    .wishlist {
        display: flex;
    }
}

@media (max-width:767px) {
    .header-4 .header-middle {
        padding-bottom: 55px;
    }
    .header-intro-clearance .header-middle .header-left {
        max-width: 100%;
        flex: 0 1 100%;
        justify-content: space-between!important;
    }
    .logo {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .logo img {
        height: 35px;
        width: auto;
        object-fit: contain;
    }
    .header-intro-clearance .header-middle .header-right {
        flex: 0 1 83%;
        justify-content: flex-end;
    }
    .header-middle .header-center {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 60px;
        max-width: 100%!important;
    }
    .header-search-visible .search-toggle {
        display: none;
    }
    .header-search {
        width: 95%;
        max-width: 100%;
        margin: auto;
    }
    .header-4.header-intro-clearance .header-search .header-search-wrapper {
        width: 100%;
        display: flex;
        right: 0;
    }
    .dropdown-menu .compare-product-title,
    .cart-dropdown .product-title,
    .sidebar-toggler,
    .toolbox label,
    .sidebar-filter-responsive .close-sidebar-filter span {
        font-size: 16px;
    }
    .header-4 .cart-dropdown,
    .header-4 .compare-dropdown,
    .header-4 .wishlist {
        padding-left: 2.4rem;
    }
    .cart-dropdown .product-cart-details,
    .product-cat,
    .btn-product span {
        font-size: 1.45rem;
    }
    .sidebar-shop .custom-control-label {
        font-size: 1.59rem;
    }
}

@media (max-width: 340px) {
    .compare-dropdown,
    .wishlist,
    .account,
    .wishlist-link {
        display: flex !important;
    }
}



/* index */


/* slider */

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

.intro-slider-container,
.intro-slide {
    height: 73vh;
}

.owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 12px;
    margin-left: auto;
}

.owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 12px;
    margin-right: auto;
}

.intro-slider-container img {
    object-fit: cover;
    max-height: 640px;
}

.title.text-center {
    color: var(--principal);
    font-size: 4rem;
    font-family: var(--font-bold-title);
    letter-spacing: var(--letter-spacing-title);
    font-weight: bold;
}

/* countdown */

.deal-countdown,
.deal-countdown .countdown-section {
    background: transparent;
}

.deal-countdown {
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
    background: #f5f5f5;
}

.deal-countdown .countdown-period,
.deal-countdown .countdown-section:not(:last-child):after {
    color: var(--text);
    height: 30px;
}

.countdown-amount {
    padding: 0 5px;
}

.deal-countdown .countdown-amount {
    font-size: 18px;
    color: var(--text);
}

.deal-countdown .countdown-section {
    margin-bottom: 0;
}

.deal-countdown .countdown-period {
    position: relative;
    bottom: 0;
    height: 30px;
}

.section-title .message-title {
    padding: 1.1rem 3.5rem 1.1rem 4rem;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.01rem;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .owl-nav {
        display: block;
    }
}


/* titles */

.section-title {
    background-color: var(--colorPrincipal);
}

.section-title .title::before {
    background-color: var(--colorSecundario);
}

.section-title .title,
.section-title .link {
    color: #fff;
}


/* blocks */

.product-block {
    background-color: transparent;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.block-img-cover {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.block-img-cover img {
    object-fit: cover;
}

.product-blocks a img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.block-img-contain {
    overflow: hidden;
    padding: 3rem;
    width: 100%;
    display: flex;
    flex-grow: 1;
}

.block-img-contain img {
    height: 100px;
    margin: auto;
    object-fit: contain;
}

.banner-overlay.rounded>a:after {
    opacity: 1;
    visibility: visible;
}

.banner-overlay.rounded:hover>a:after,
.banner-overlay.rounded:focus>a:after {
    background-color: rgb(51 51 51 / 50%);
}

.product-block:hover h5 {
    color: var(--colorPrincipal);
}

.product-blocks a img {
    transition: all ease 0.3s;
}

.product .product-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 5px;
    font-weight: bold;
}
.product.product-3 .product-price{
    display: block;
    margin: 0;
}
.product .new-price {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    color: var(--text);
    line-height: 1.5;
    letter-spacing: 0.05rem;
    margin-top: .5rem;
    font-weight: bold;
}

.product .product-details-action .btn-cart,
.btn-cuotas-add {
    --btn-cart-size: 35px;
    width: var(--btn-cart-size);
    height: var(--btn-cart-size);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    min-width: unset;
}

.btn-cuotas-add {
    background-color: var(--colorNeutral);
    border-color: var(--colorNeutral);
    color: #fff!important;
}

.select-cuotas {
    font-size: 12px;
    height: 35px!important;
    color: #555!important;
    font-weight: 400;
}

.product.product-3 .product-action {
    margin-top: 0;
}

.product-action.product-action-dark .product-action {
    margin: 0 !important;
    background: var(--colorPrincipal);
    display: block;
}

.product-action.product-action-dark .product-action .btn-product {
    font-size: 1.4rem;
    text-align: center;
}

.product.product-3 .product-cat {
    text-transform: none;
}


.product.product-3 figure>a::before{
    border-radius: 0;
}
.btn-cart:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f217";
}
.product.product-3 .product-body{
    padding: 0;
    padding-top: 1.6rem;
}

.product-color-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.product-color-list li.active img {
    border-color: black;
}

.product-color-list img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    padding: 2px !important;
    border: 1px solid transparent;
    object-fit: cover !important;
}

.product-color-list li.label-more {
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ficha-color-item {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    border: 1px solid transparent;
}

.btn-expandable span {
    border-radius: 30px 0 0 30px;
}

.product.product-3 .btn-product {
    text-transform: none;
    font-size: 14px;
}

.product.product-2 .product-body {
    padding-bottom: 1.6rem;
}

.banner-content {
    margin-top: 0!important;
    padding: 0!important;
    left: 5rem;
}

.banner-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -.025em;
    margin-bottom: 1.4rem;
}

.banner-title span {
    font-weight: 300;
}

a.banner-link {
    width: auto;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -.01em;
    border-radius: .3rem;
    padding: .7rem 1rem .6rem;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all .35s;
}

.intro-subtitle {
    font-family: var(--font-bold-title);
    letter-spacing: var(--letter-spacing-title);
    font-size: 7rem;
    font-weight: bold;
}

.intro-title {
    font-family: var(--font-bold-title);
    letter-spacing: var(--letter-spacing-title);
    font-size: 6rem;
    font-weight: bold;
    text-transform: uppercase;
}

.intro-cta-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (min-width:768px) {
    p.block_p {
        transition: all .25s ease;
    }
    span.block_link {
        opacity: 0;
        position: absolute;
        bottom: 19px;
        left: 0;
        right: 0;
        transition: all .3s ease;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    .product-block:hover span.block_link {
        opacity: 1;
        transform: translateY(-11px);
        -ms-transform: translateY(0);
    }
    .product-block:hover p.block_p {
        opacity: 0;
    }
}

.hero-intro-content {
    position: absolute;
    top: 0;
    height: 100%;
}

.hero-intro-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width:767px) {
    p {
        font-size: 1.6rem;
    }
    .product-block {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .block-img-contain {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0;
        padding-left: 25px;
    }
    .product.product-2 .product-body {
        padding: 1.6rem 1rem;
    }
    .intro-subtitle {
        font-size: 20px;
    }
    .intro-title {
        font-size: 30px;
    }
}


/*  */

.heading-line {
    position: relative;
}

.heading-line:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ddd;
    left: 0;
    top: 50%;
    z-index: 0;
}

.heading-line .title {
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    margin: auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}

.new-arrivals li.nav-item {
    display: flex;
    flex-grow: 1;
    align-items: center;
    text-align: center;
    margin-left: 0!important;
}

.nav.nav-pills .nav-link {
    font-weight: 600;
    text-transform: none;
}

.new-arrivals .nav.nav-pills .nav-link {
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
    border-top: 4px solid #fff;
    padding: 15px 0;
    font-size: 16px;
}

.new-arrivals .nav.nav-pills .nav-item .nav-link.active {
    border-top-color: var(--colorPrincipal);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom-color: #e5e5e5;
}

.new-arrivals .nav.nav-border-anim .nav-link.active:before {
    display: none;
}

.marcas-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

.brand {
    height: 100%;
}

.brand img {
    object-fit: contain;
    height: 90px;
    padding: 0 15px;
}

.new-arrivals .product-price,
.trending-products .product-price {
    color: var(--colorPrincipal);
}

.owl-simple .owl-nav .owl-prev {
    left: 0;
}

.owl-simple .owl-nav .owl-next {
    right: 0;
}

.btn-quickview:before {
    content: '\f2ed';
    transform: scaleX(-1);
}

.btn-product-icon {
    color: var(--text);
    background-color: transparent;
    border-radius: 30px;
    border-color: transparent;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
    color: var(--text);
    border-color: transparent;
    background-color: transparent;
}

.popular .product-title {
    text-transform: none;
}

/* catalogo */

.product-label.label-new {
    top: 1rem;
    left: 1rem;
}

.product-cat,
.blog-posts .entry-meta {
    color: #555;
}

.product-label.label-sale {
    background-color: var(--red);
}

.product-action.product-action-dark {
    background-color: var(--colorPrincipal);
}

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

.product-action.product-action-dark a,
.product-action.product-action-dark a span {
    color: #fff!important;
}

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

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

.fullscreen-container .owl-carousel .owl-item img {
    max-height: 380px;
    object-fit: contain;
}

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

.widget-collapsible .widget-title a:after {
    color: 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: .1rem 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 {
        height: 75px;
    }
}

.btn-preview:before {
    content: '\f145';
}

.modal-addtocart .product-img-wrapper img {
    width: 100%;
    max-width: 154px;
    height: auto;
    margin: auto;
}

.modal-addtocart .product-img-wrapper img {
    width: 100%;
    max-width: 154px;
    height: auto;
    margin: auto;
}

.modal-addtocart [class^="col"] .btn {
    margin-top: 20px;
}

.product-media .product-image {
    height: 250px;
    object-fit: cover;
    border-radius: 0;
}

@media (min-width: 500px) and (max-width:991px) {
    .product-media .product-image {
        height: 350px;
    }
}

@media (min-width: 992px) and (max-width:1399px){
    .product-media .product-image {
        height: 452px;
    }
}

@media (min-width: 1400px) {
    .product-media .product-image {
        height: 700px;
    }
}

.product-media {
    background-color: #fff;
}

@media (min-width: 1025px) {
    .modal-addtocart.desktop:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #e9e7e7;
        position: absolute;
        left: 50%;
        margin-left: 8px;
        top: 0;
    }
}


/* producto */

.product-details-action .btn-cart {
    color: #ffffff;
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
    font-weight: 400;
    max-width: 280px;
    min-width: auto;
}

.box-credito .product-details-action .btn-cart {
    background-color: var(--colorNeutral);
    border-color: var(--colorNeutral);
}

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

#plan-financiado-container p {
    line-height: normal;
    font-size: 14px;
}

.new-price,
.popular .new-price {
    color: var(--colorPrincipal);
}

.btn-product-gallery {
    z-index: 1;
    border-radius: 4px;
}

.table-prod-info {
    text-align: center;
}

.table-prod-info td {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.product-details-accordion .card .card-title a {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 1.3rem 2rem;
}

#product-accordion .card {
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

.product-details-action .btn-cart span {
    text-transform: none;
}

.btn.btn-increment.btn-spinner,
.btn.btn-decrement.btn-spinner,
.form-control.rounded {
    border: 2px solid #e5e5e5;
}

.btn.btn-spinner {
    padding: 1.15em .4rem;
    min-width: 30px!important;
}

.cart-product-quantity .btn.btn-spinner {
    padding: 9px 0;
}

body.mfp-zoom-out-cur {
    overflow: hidden;
}

.mfp-zoom-out-cur .mfp-bg {
    background: #fff;
}

.mfp-gallery .mfp-ready.mfp-bg {
    opacity: 1;
    height: 100%!important;
}

.mfp-gallery .mfp-figure:after {
    box-shadow: none;
}

.mfp-gallery .mfp-close:before,
.mfp-gallery .mfp-arrow,
.mfp-gallery .mfp-title {
    color: #000;
}

.mfp-gallery .mfp-counter {
    display: none;
}

.product-details-footer .jssocials-share-logo {
    font-size: 14px;
}

.product-desc-content * {
  font-family: "Poppins", sans-serif!important;
}

/* carrito */

@media (max-width:991px) {
    .accordion-summary .summary {
        margin-top: 0;
    }
    td[data-title]::before {
        content: attr(data-title);
    }
    .nav-dashboard .nav-link,
    .breadcrumb-item {
        font-size: 1.5rem;
    }
}

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


/* checkout */

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

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

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

.form-control::placeholder {
    font-size: 1.4rem;
}
.form-control {
    font-size: 1.6rem;
    height: 44px;
    border-radius: 6px;
}

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

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

.element {
    min-height: 70px;
}

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

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

.store-content .title-sm {
    font-family: var(--font-bold-title);
    letter-spacing: var(--letter-spacing-title);
    font-weight: bold;
}

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

.payment_box p {
    font-weight: 400;
}

label {
    color: var(--text);
    font-weight: 400;
}

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

.select2-container {
    width: 100% !important;
    padding: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px!important;
}

.select2-container .select2-selection--single {
    font-size: 1.4rem;
    line-height: 1.5;
}

.step-count {
    font-size: 23px;
}

.payment_box {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.summary {
    border-style: solid;
}

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

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

.clear-both {
    clear: both;
}

.direc-item {
    transition: all ease .3s;
    color: #595959;
    border: 1px solid #dee2e6;
}

.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 {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

@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 (max-width:767px) {
    .accordion-summary .card-body {
        padding: 0;
    }
    .step-title {
        font-size: 12px;
        font-weight: 400;
    }
    .btnPrevious,
    .btnNext {
        margin-bottom: 15px;
        width: 100%;
    }
}


/* sucursales */

.store {
    margin-bottom: 0;
    height: 100%;
}


/* blog */

.entry:not(.single-entry) .entry-media img {
    height: 200px;
    object-fit: cover;
}

.entry:not(.single-entry).boda-item .entry-media img {
    height: 120px;
    object-fit: contain;
    padding: 12px;
    background: #f5f5f5;
}

.boda-item {
    margin-bottom: 15px!important;
}

.blog-posts .read-more {
    text-transform: none;
}

.entry-content p {
    max-height: 77px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    
}

.entry-content.editor-content p{
    max-height: inherit;
}

/* login */

#signin-2 label,
#register-2 label {
    margin-bottom: 0;
}

.btn-login.btn-g,
.btn-login.btn-f {
    border-radius: 5px;
    font-family: 'Roboto', 'Poppins'!important;
    font-weight: 500;
    box-shadow: 1px 1px 0px 1px rgb(0 0 0 / 5%);
}

.btn-login.btn-g {
    --Google: #fff;
    background-color: var(--Google);
    border-color: #f5f5f5;
    color: rgb(0 0 0 / 54%);
}

.btn-login.btn-g:hover,
.btn-login.btn-g:focus {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-login.btn-f {
    --Facebook: #1877F2;
    background-color: var(--Facebook);
    border-color: var(--Facebook);
    color: #fff;
}

.btn-login.btn-f:hover,
.btn-login.btn-f:focus {
    background-color: #3366cc;
    border-color: #3366cc;
}

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

/* footer */


/* .header-top,  */

.footer{
    background: var(--principal);
    overflow: hidden;
    position: relative;
}

/* .footer::after{
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background: url(../images/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .2;
} */
.footer,
.footer .widget-about>a,
.footer .widget-list a,
.footer .widget-list,
footer .footer-copyright {
    color: var(--text);
}

.icon-tiktok::after {
    content: "";
    display: block;
    width: 15px;
    height: 20px;
    background-image: url(../images/icons/tiktok.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.icon-tiktok:hover::after{
    background-image: url(../images/icons/tiktok_alt.svg);
}


.widget-call a:hover {
    color: var(--colorSecundario);
}

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

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

.widget-list {
    font-weight: 400;
}

.widget-newsletter .form-control {
    border-radius: 4px!important;
    border-right-width: 1px;
    padding-right: 4rem;
}

.widget-newsletter .input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 3;
}

#newsletter-btn {
    background-color: var(--colorPrincipal);
    border: 0;
    color: #fff;
    padding: 1px 11px;
    border-radius: 4px;
    margin: 5px;
}

#newsletter-btn:hover {
    background-color: var(--colorSecundario);
}
footer .social-icons{
    margin-top: 0;
    margin-bottom: 0;
}
footer .social-icon {
    font-size: 1.6rem;
    border: 0;
    background: transparent;
    border: 1px solid var(--colorBlanco);
    color: var(--colorBlanco);
    border-radius: 30px;
    transition: all .3s;
}

footer .social-icon:hover {
    background: var(--colorBlanco);
    border: 0;
    color: var(--colorPrincipal) !important;
}

.footer-bottom .container-fluid:before {
    background-color: #313131;
}
.close span{
    font-size: 3rem;
}
#modal-aviso .close {
    font-size: 30px;
}

#scroll-top {
    border-radius: 4px;
    background-color: var(--colorAmarillo);
    color: #ffffff;
    bottom: 58px;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    left: 50px;
    right: unset;
}

#scroll-top:hover,
#scroll-top:focus {
    color: #fff;
    background: #003882d6;
    opacity: 1;
}

.widget.widget-about span {
    font-weight: 400;
}

.widget-about i {
    margin-right: 5px;
}

.widget-list a:hover {
    color: var(--colorPrincipal);
}

.widget-list a:before {
    display: none;
}

.footer-copyright {
    font-size: 13px;
    line-height: normal;
}

.btn-wha {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 11;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 47px;
}

@media (min-width:992px) {
    .footer .widget {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    footer ul.widget-list {
        columns: 2;
    }
    .footer .widget-about>a,
    .footer .widget-list a {
        font-size: 15px;
    }
}


/* lista bodas */

.listas-banner {
    height: 100%;
    background-attachment: fixed;
}

.banner-box {
    background-color: #fff;
    padding: 6rem 6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: .25rem;
}

.lista-item .entry-title {
    font-size: 2.0rem;
}

.listas-banner .intro-content {
    z-index: 2;
}

.label-regalado {
    background-color: var(--success);
    color: #fff;
    width: 100%;
    left: 0;
    top: 0;
}

.newsletter-popup-container .form-control {
    border-radius: 40px!important;
    padding-right: 4rem;
}

.newsletter-popup-container .input-group-append {
    position: absolute;
    right: 0;
    z-index: 3;
}

.newsletter-popup-container .input-group .btn {
    background-color: var(--colorPrincipal);
    border-radius: 45px;
    display: block;
    text-transform: none;
    min-width: 16rem;
}

.newsletter-popup-container .form-check-input {
    margin-top: 5px;
    margin-left: -2.25rem;
}

.newsletter-popup-container .mfp-close {
    right: calc(100% / 3.3 + 1rem);
    background-color: #f5f5f5;
}

@media (max-width:1199px) {
    .newsletter-popup-container .mfp-close {
        right: calc(100% / 3.8 + 1rem);
    }
}

@media (max-width:991px) {
    .newsletter-popup-container .mfp-close {
        right: calc(100% / 4.5 + 1rem);
    }
}

@media (max-width:767px) {
    .newsletter-popup-container .mfp-close {
        right: 2rem;
    }
}

.product-label.label-new {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 25px;
    background-color: var(--colorSecundario);
}

.label-new~a {
    padding-top: 25px;
}

.swal2-popup {
    font-size: 1.4rem !important;
}

.product-gallery-item:before {
    border-color: transparent !important;
}

.zoomWindow {
    background: #fff;
}

.politicas-content p,
.politicas-content ul {
    margin-bottom: 1.5rem;
    font-weight: 400;
}

@media screen and (min-width: 1600px) {
    .header .container-fluid .megamenu-container {
        position: static;
    }
    .header .container-fluid .megamenu-container .megamenu {
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    .zoomContainer, .product-main-image img, .product-main-image .container-img{
        pointer-events: none;
      }
}


/* resumen */

.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;
    font-family: var(--font-bold-title);
    letter-spacing: var(--letter-spacing-title);
    font-weight: bold;
}

@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: .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(--colorPrincipal);
    border-radius: 10px;
}

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

.dashboard h5,
.dashboard h4 {
    font-family: var(--font-bold-title);
    letter-spacing: var(--letter-spacing-title);
    font-weight: bold;
}

@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;
    }
    #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: .1rem solid #ebebeb;
        grid-template-areas: "info info" "info info" "info info" "button button";
    }
    .td-btn {
        grid-area: button;
    }
    .td-metodo-pago,
    .td-metodo-entrega {
        display: none!important;
    }
}

.label-circle {
    width: 5.6rem !important;
    height: 5.6rem !important;
    border-radius: 50% !important;
}

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

.cursor-pointer {
    cursor: pointer;
}

.icon-box {
    font-size: 1.4rem;
}

.product-2 .product-title a {
    color: inherit;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 60px;
    padding: 0;
    margin-bottom: 14px;
}

.product-details-tab .tab-content {
    border: 0;
}

.product-details-tab .tab-content .tab-pane {
    border: .1rem solid #dadada;
}

.top-menu.dropdown-desktop:not(.top-link-menu) {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.top-menu.dropdown-desktop:not(.top-link-menu)>li {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-right: 2.2rem;
}

.top-menu.dropdown-desktop>li {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.top-menu.dropdown-desktop:not(.top-link-menu)>li>a {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.top-menu.dropdown-desktop:not(.top-link-menu) a {
    padding: .3rem 1.5rem;
}

.top-menu.dropdown-desktop:not(.top-link-menu)>li::after {
    font-family: "molla";
    content: '\f110';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -.7rem;
}

.top-menu.dropdown-desktop:not(.top-link-menu) ul {
    min-width: 141px;
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    padding-top: .6rem;
    padding-bottom: .6rem;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgb(51 51 51 / 5%), -2px 5px 8px rgb(51 51 51 / 5%);
    text-transform: capitalize;
}

.top-menu.dropdown-desktop:not(.top-link-menu) ul:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    position: absolute;
    top: -1px;
    left: 0;
}

.top-menu.dropdown-desktop:not(.top-link-menu) a,
.top-menu:not(.top-link-menu) .social-icons ul a span {
    padding: .3rem 1.5rem;
    color: var(--text);
}

.top-menu.dropdown-desktop:not(.top-link-menu):hover ul,
.top-menu.dropdown-desktop:not(.top-link-menu):focus ul {
    visibility: visible;
    opacity: 1;
}

.header-4 .top-menu.dropdown-desktop li+li {
    margin-left: 0;
}

@media (max-width:991px) {
    .top-menu:not(.top-link-menu) .social-icons ul a {
        color: var(--text);
    }
    .top-menu.not-dropdown:not(.top-link-menu)>li {
        padding-right: 1.2rem;
    }
    .top-menu.not-dropdown>li {
        padding-top: revert;
        padding-bottom: revert;
    }
    .top-menu.not-dropdown:not(.top-link-menu)>li>a {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .top-menu.not-dropdown:not(.top-link-menu) a {
        padding: .3rem 1.5rem;
    }
    .top-menu.not-dropdown:not(.top-link-menu)>li::after {
        display: none
    }
    .top-menu.not-dropdown:not(.top-link-menu) ul {
        position: relative;
        right: unset;
        top: unset;
        z-index: unset;
        padding-top: revert;
        padding-bottom: revert;
        min-width: unset;
        visibility: visible;
        opacity: 1;
        margin-top: revert;
        background-color: transparent;
        box-shadow: none;
    }
    .top-menu.not-dropdown:not(.top-link-menu) ul:before {
        display: none;
    }
    .top-menu.not-dropdown:not(.top-link-menu) a {
        padding: revert;
    }
    .top-menu:not(.top-link-menu) ul {
        min-width: 240px;
    }
}

@media screen and (max-width: 768px) {
    .product .product-action-vertical {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
    .deal {
        padding: 3.6rem 2rem 4.8rem;
    }
}

@media screen and (max-width: 320px) {
    .product-details .product-price {
        font-size: 18px;
    }
}

.product.product-2 .product-action {
    margin: 0 10px 5px;
    border-radius: 4px;
}

.widget-collapsible .widget-title a {
    font-family: var(--font-bold-title);
    letter-spacing: var(--letter-spacing-title);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--colorPrincipal);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    color: var(--colorPrincipal);
}

.accordion-summary .card-title a:before,
.accordion-summary .card-title a:after {
    visibility: hidden;
}


/* giftcard */
.container-form-gift{
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 1.6rem;
    margin-bottom: 2rem;
}
.container-form-gift h2{
    font-size: 2.4rem;
    font-family: var(--font-medium);
    color: var(--colorPrincipal);
    letter-spacing: 0.05rem;
}

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

#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;
}

.banner.banner-big {
    position: relative;
}

.banner.banner-big:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

img.product-brand {
    width: 9rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(91 81 73 / 20%);
    z-index: 2;
    max-width: 100%;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.wishlist-link .wishlist-count {
    position: absolute;
    top: -8px;
    right: -5px;
    min-width: 15px;
    height: 15px;
    color: #FFFFFF
}
h2.title{
    font-size: 2.4rem;
    color: var(--colorPrincipal);
}
.product-desc-content{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}
.title-historia{
    font-size: 2.4rem;
    letter-spacing: 0.02rem;
}
.text-historia{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02rem;
}
.title-bodas{
    font-size: 3rem;
}
.title-gift{
    font-size: 2rem;
    margin-bottom: 1.6rem;
}
.text-primary {
    color: var(--colorPrincipal) !important;
}
.pager-link {
    color: var(--colorPrincipal);
}
.pager-link:hover:after, .pager-link:focus:after {
    color: var(--colorPrincipal);
}
.entry-content.editor-content div span{
    color: var(--text) !important;
    font-weight: 400 !important;
    letter-spacing: 0.05rem !important;
    font-family: "Poppins", sans-serif!important;
}

.btn-primary {
    color: #fff;
    font-size: 1.4rem;
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
    box-shadow: none;
    border-radius: 30px;
    letter-spacing: 0.05rem;
    height: 50px;
    padding: 0.85rem 2.4rem;
}
.btn-outline-primary-2 {
    color: var(--colorPrincipal);
    background-color: transparent;
    background-image: none;
    border-color: var(--colorPrincipal);
    box-shadow: none;
    border-radius: 30px;
    height: 50px;
}
.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 {
    color: #fff !important;
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
    box-shadow: none;
}
.show>.btn-primary.dropdown-toggle{
    color: #fff !important;
}
.table .total-col {
    color: var(--colorPrincipal);
}
.table.table-summary .summary-total td {
    color: var(--colorPrincipal);
}
.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active{
    color: var(--colorPrincipal);
    border-bottom-color: var(--colorPrincipal);
}
.input_line{
    border-color: var(--colorPrincipal) !important;
}
.form-control:focus {
    border-color: var(--colorPrincipal) !important;
}
.btn-link {
    color: var(--colorPrincipal);
}
.store.border{
    border-radius: 6px;
    border: 1px solid var(--gris);
}
.item-sucursales{
    color: var(--text);
    letter-spacing: 0.02rem;
    line-height: 1.4;
}

.btn-link:hover, .btn-link:focus, .btn-link .btn-link-dark:hover, .btn-link .btn-link-dark:focus{
    color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 50px 0
}

.loader span {
  width: 10px;
  height: 10px;
  background-color: #9c0922;
  border-radius: 50%;
  display: inline-block;
  animation: bounce 0.6s infinite alternate;
}

.loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translateY(-10px);
  }
}

.seccion-uploader {
    text-align: center;
}

.seccion-uploader .title {
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 10px;
}

.seccion-uploader .description {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.seccion-uploader .modal-header {
    position: relative;
}

.modal-uploader .modal-body {
    height: 100%;
    flex-direction: column;
    padding-bottom: 2rem;
}

.modal-uploader .modal-content {
    width: 650px;
    min-height: 42vh;
    max-height: 414px;
}

.modal-uploader .close {
    position: absolute;
    right: 10px;
    top: -3px;
    margin: 0 !important;
}

.modal-uploader .close span {
    font-size: 25px;
    line-height: 30px;
}

.modal-uploader .nav-tabs {
    gap: 30px;
    justify-content: center;
    flex-wrap: initial;
}

.modal-uploader .nav.nav-tabs .nav-item .nav-link,
.modal-uploader .nav.nav-tabs .nav-item .nav-link:hover{
    border: none;
    background-color: transparent;
    color: #777;
    font-size: 12px;
}

.modal-uploader .nav.nav-tabs .nav-item.show .nav-link, 
.modal-uploader .nav.nav-tabs .nav-item .nav-link.active {
    color: black !important;
    font-weight: bold;
    border: none;
}

.modal-uploader .wizard-step {
    flex-direction: column;
    height: 100%;
    width: 80%;
    max-width: 300px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-uploader .wizard-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    align-items: center;
}

.modal-uploader .wizard-dropzone {
    cursor: pointer;
}

.modal-uploader .wizard-step form {
    width: 100%;
    max-width: 300px;
}

.modal-uploader .wizard-step .title {
    font-size: 16px;
    text-align: center;
}

.modal-uploader .cta-actions-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding-bottom: 1rem;
}

.modal-uploader .preview-container {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 0;
    border: 1px solid #dedede;
}

.modal-uploader .preview-container input {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.modal-uploader .preview-content {
    display: grid;
    grid-template-rows: 1fr auto;
}

.modal-uploader .preview-image {
    height: 100%;
    object-fit: cover;
}

.modal-uploader .form-group input {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
    background: transparent;
    margin-top: 0;
    height: 30px;
    font-size: 12px;
    line-height: 1.2;
}

.modal-uploader .btn-preview-delete {
    justify-self: end;
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-uploader .btn-outline-dark {
    border-color: black;
    border-radius: 0;
    font-weight: bold;
}

.modal-uploader .btn-outline-dark:hover,
.modal-uploader .btn-outline-dark:active,
.modal-uploader .btn-outline-dark:focus {
    color: black;
}

.modal-uploader .btn-outline-dark:disabled {
    border-color: #ccc;
    color: #ccc;
    cursor: not-allowed;;
}

.btn-link-uploader {
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    font-weight: 800;
}

.btn-link-uploader span {
    text-decoration: underline;
}

.btn-link-uploader:hover {
    opacity: .8;
}

.old-price {
  color: gray;
  text-decoration: line-through;
}

@media screen and (max-width: 500px){
    .modal-uploader .modal-content {
        width: 95%;
        max-height: 100%;
        margin: 0 auto;
    }

    .modal-uploader .nav-tabs {
        flex-wrap: initial;
    }

    .modal-uploader .close {
        top: -50px;
        right: 0;
    }

    .modal-uploader .nav-tabs {
        padding-left: 10px !important;
        padding-right: 10px !important;
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .modal-uploader .preview-container {
        grid-template-columns: 1fr;
    }
}
