.header-call:hover .w-icon-call,
.header-call:hover .phone-number {
    color: var(--secondary-color) !important;
}
.sticky-content.fixed {
    z-index: 10 !important;
}
/* HEADER SEARCH DROPDOWN */
.search__dropdown {
    width: 100%;
    color: #262626;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    border-radius: 1.5px;
    opacity: 0;
    -webkit-transform: translateY(26px);
    transform: translateY(26px);
    visibility: hidden;
    -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s 0.25s,
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s 0.25s,
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s 0.25s;
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s 0.25s,
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#search:focus ~ .search__dropdown--open,
.search__dropdown--open:hover {
    opacity: 1;
    z-index: 2000;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 9px;
    padding: 12px;
}
.header-search.hs-expanded {
    max-width: 100%;
}
.header-search input.form-control {
    border: 0px;
}
.header-search .btn-search {
    border-color: #f4f4f4;
}
.header-search.hs-round.hs-expanded .form-control {
    border-radius: 10px 0 0 10px;
    background: #f5f6f8;
}
.header-search .btn-search {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: white;
}
.header-search .btn-search:hover,
.header-search .btn-search:active,
.header-search .btn-search:focus {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: white;
}
a.category-toggle:hover{
    color: white!important;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: #fff;
}
.cart-dropdown .cart-action .btn-dark:hover,
.cart-dropdown .cart-action .btn-dark:active,
.cart-dropdown .cart-action .btn-dark:focus {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #fff;
}
.row.d-flex.align-items-center.menu-result-search img {
    width: 80px;
}
.menu > li:hover > .submenu,
.menu > li:hover .megamenu,
.menu > li.show > .submenu,
.menu > li.show .megamenu {
    top: 0% !important;
}
.mobile-menu li.expanded > a,
.mobile-menu li.show > a,
.mobile-menu li:hover > a {
    color: white !important;
}
.header-bottom {
    color: #fff;
    background: var(--secondary-color);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.category-dropdown > a {
    background: var(--primary-color);
}
/* BREADCRUMS */
.breadcrumb {
    background-color: transparent !important;
}
/* TABS */
.my-account .nav-link,
.my-account .link-item {
    padding: 6px !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: white;
    border-color: var(--secondary-color);
    color: black !important;
}
.product-tabs .nav-tabs .nav-link {
    position: relative;
    color: #000; /* Color predeterminado */
}

.product-tabs .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; /* Grosor de la línea */
    background-color: var(--primary-color); /* Color de la línea */
    transition: width 0.3s ease-in-out;
}

.product-tabs .nav-tabs .nav-link.active::after, 
.product-tabs .nav-tabs .nav-link:hover::after {
    width: 80%;
}
.product-tabs .nav-tabs .nav-link.active, .product-tabs .nav-tabs .nav-link:hover {
    color: #000;
    background-color:  #fff;
    border-color:  #fff;
}

.tab-vertical .tab-content {
    border-top: 0px;
}
.tab-nav-underline .nav-item.show .nav-link::after,
.tab-nav-underline .nav-item .nav-link.active::after,
.tab-nav-underline .nav-item:hover .nav-link::after {
    border-color: transparent;
}
/* PRODUCTOS */
.product-variations > .disabled,
button.color:disabled,
button[disabled].btn-cart {
    cursor: not-allowed;
    opacity: 0.3;
}
.category {
    font-size: 1.3rem;
}
select.form-control.type.input-sm {
    min-height: 3.7rem !important;
    padding: 0 12px 0 12px;
}
.widget-banner .banner-price-info {
    font-size: 2.6em;
}
.owl-theme .owl-nav .owl-prev {
    left: 5px;
}
.owl-theme .owl-nav .owl-next {
    right: 5px;
}
.product-tabs .nav-link {
    font-size: 1.5rem;
    padding-right: 4px;
    padding-left: 4px;
}
.product-tabs .nav-item:not(:last-child) {
    margin-right: 0rem;
}
.tab-nav-underline .nav-item:not(:last-child) {
    margin-right: 10px;
}
.product-countdown-container {
    margin-bottom: 0rem;
}
/* CATEGORIAS */
.category-wrapper img {
    min-height: auto;
}
.category-dropdown.has-border .category-toggle {
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
}
/* GALLERY */
.instagram a::after {
    content: "" !important;
}
/* FORMS */
.form-control,
.shipping-address .form-control,
.shipping-address .select-box {
    background-color: #f4f4f4;
}
.select-box select,
.select-menu select {
    max-width: 100% !important;
}
.product-single .product-size-swatch .size {
    font-size: 1.2rem;
}
.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(244 244 244);
}
/* POPUP */
.mfp-content {
    max-width: 760px;
}
.newsletter-popup {
    justify-content: center;
    text-align: center;
}
/* CART SIDEBAR */
.product.product-cart {
    width: 95%;
}
.cart-dropdown .products {
    max-height: 54rem;
    overflow: scroll;
}
.cart-dropdown .products::-webkit-scrollbar {
    width: 0px;
}
.cart-dropdown .products::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
.cart-dropdown .products::-webkit-scrollbar-thumb {
    background-color: #e1dbdb00;
    border-radius: 0px;
}
.cart-dropdown.cart-offcanvas .dropdown-box {
    right: -40rem;
    max-width: 40rem;
    z-index: 99999999;
}
.cart-dropdown .cart-count {
    background: var(--secondary-color);
}
.row.d-flex.align-items-center.menu-result-search {
    cursor: pointer;
}
.row.d-flex.align-items-center.menu-result-search:hover {
    background: #eaeaea;
}
.megamenu > li {
    list-style: none;
}
ul.categories ul.categories:not(:first-child) {
    padding-left: 20px;
}
ul.categories ul.categories ul.categories:not(:first-child) {
    padding-left: 20px;
}
/* SCROLL BODY */
body::-webkit-scrollbar {
    width: 15px;
}
body::-webkit-scrollbar-track {
    background: rgb(101, 98, 98);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 20px;
}
/*Theme Switch*/
.DarkLightDesk {
    display: flex;
    align-items: center;
    width: 105px;
    background: #fbfbfb;
    color: rgb(16, 15, 15);
    padding: 4px;
    border-radius: 20px;
    margin-left: 12px;
    position: relative;
    transition: background-color 0.5s ease;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 7px 3px inset;
}
.DarkLight-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: auto;
}
.DarkLight-flex {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.DarkLight-flex2 {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-start: -20px;
    font-weight: 500;
}
.DarkLightDesk img {
    transition: transform 0.4s ease;
    max-width: 42%;
}
#toggle:checked + .DarkLightDesk {
    background: #e9e9e9ff;
    color: #e9e9e9ff;
}
#toggle:checked + .DarkLightDesk img {
    transform: translateX(80px);
}
#toggle1:checked + .DarkLightDesk {
    background: #e9e9e9ff;
    color: #e9e9e9ff;
}
#toggle1:checked + .DarkLightDesk img {
    transform: translateX(80px);
}
.hidden-checkbox {
    display: none;
}
.DarkLightDesk-label {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Theme Cookies */
.cookie-banner {
    display: none;
    background: #fff;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 160%;
    border-radius: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999991;
    padding-top: 10px;
    box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
    text-align: center;
    transform: translate(-50%, -50%);
    overflow: auto;
    max-height: 100vh;
}
.cookie-banner.active {
    display: block;
}
.cookie-banner .cookie-image {
    max-width: 62%;
    position: absolute;
    top: 0;
    left: calc(50% - 31%);
}
.cookie-banner .cookie-title,
.cookie-banner .cookie-paragraph {
    margin-bottom: 15px;
}
.cookie-banner .cookie-title {
    color: #feb700;
}
.cookie-banner .cookie-button-accept {
    width: 70%;
    background: #006696;
    border: none;
    color: #fff;
    text-align: center;
    padding: 13px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease all;
    border-radius: 17px;
    margin-bottom: 15px;
    font-size: 20px;
}
.cookie-banner .cookie-button-accept:hover {
    background: #000;
}
.cookie-banner .cookie-button-decline {
    width: 70%;
    border: none;
    color: #00567e;
    text-align: center;
    padding: 15px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease all;
    border-radius: 17px;
    margin-bottom: 5px;
    font-size: 20px;
}
.cookie-banner .cookie-button-decline:hover {
    text-decoration: underline;
}
.cookie-banner .cookie-link {
    color: #969696;
    text-decoration: none;
    font-size: 14px;
}
.cookie-banner .cookie-link:hover {
    text-decoration: underline;
}
.cookie-banner-background {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 99999990;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.cookie-banner-background.active {
    display: block;
}
/* FOOTER */
.footer-bottom, .footer-bottom .container, .footer-bottom .container-fluid {
    justify-content: center;
}
/* Class for bold text */
.cookie-bold-text {
    font-weight: bold;
}
/* custom sections class*/
.main-nav .menu > li:hover > a:not(.menu-title),
.menu > li.active > a:not(.menu-title) {
    color: #fff;
}
.faq-summarys summary {
    background-color: #f5f5f5;
    border-color: #ddd;
    margin: 15px 0 0 0;
    padding: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}
.faq-summarys p,
.faq-summarys li {
    border: 1px solid #cbcbcb;
    padding: 10px;
}
/* update style twitter X*/
.social-icons-colored .social-icon.social-twitter {
    border-color: #000000;
    background-color: #000000;
}
.product-label.label-new {
    background: var(--secondary-color);
    padding: 0.6rem 1rem;
}
/* promo price */
.product-label.label-discount {
    background: red;
}
ins.new-price-promo {
    color: red;
    text-decoration: none;
}
/* Toolbox width */
.toolbox .toolbox-show select {
    padding-left: 1.3rem;
    padding-right: 2.8rem;
    width: 10.4rem;
}
/* Categories Banners */
.shop-default-banner {
    padding: 14em 8.7em 7.6em;
}
.btn {
    background-color: var(--secondary-color);
    color: white;
}
.page-title {
    text-transform: math-auto !important;
}
.faq-summarys summary {
    background-color: #f5f5f5;
    border-color: #ddd;
    margin: 15px 0 0 0;
    padding: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}
.faq-summarys p,
.faq-summarys li {
    border: 1px solid #cbcbcb;
    padding: 10px;
}
/* update style twitter X*/
.social-icons-colored .social-icon.social-twitter {
    border-color: #000000;
    background-color: #000000;
}
.product-label.label-new {
    background: var(--secondary-color);
    padding: 0.6rem 1rem;
}
/* promo price */
.product-label.label-discount {
    background: red;
}
ins.new-price-promo {
    color: red;
    text-decoration: none;
}
/* Toolbox width */
.toolbox .toolbox-show select {
    padding-left: 1.3rem;
    padding-right: 2.8rem;
    width: 10.4rem;
}
/* scrollbar */
::-webkit-scrollbar {
    width: 15px !important;
}
/* Categories Banners */
.shop-default-banner {
    padding: 15.4em 8.7em 7.6em;
}
.page-title {
    text-transform: math-auto !important;
}
#account-orders .order-action .btn {
    color: white !important;
    border-color: #ccc;
    transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}
.btn:hover, .btn:active, .btn:focus {
    background-color: #1d2124;
    border-color: #171a1d;
}
a.btn.btn-outline.btn-default.btn-block.btn-sm.btn-rounded {
    color: white !important;
}
/* SKELETON LOADING */
.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
}
.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 5s infinite;
            animation: shimmer 5s infinite;
    content: "";
}
.blog-post__headline {
    font-size: 1.25em;
    font-weight: bold;
}
.blog-post__meta {
    font-size: 0.85em;
    color: #6b6b6b;
}
.o-media {
    display: flex;
}
.o-media__body {
    flex-grow: 1;
    margin-left: 1em;
}
.o-vertical-spacing > * + * {
    margin-top: 0.75em;
}
.o-vertical-spacing--l > * + * {
    margin-top: 2em;
}
.bg-primary{
    background-color: var(--primary-color);
}
.footer-top .widget-title {
    color: #fff !important;
}
.footer a{
    color:#fff;
}
.feature-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}
.feature-item img {
    width: 200px; /* Ajusta según el tamaño deseado */
    height: auto;
    transition: transform 0.3s;
}
.feature-item img:hover {
    transform: scale(1.1); /* Efecto al pasar el mouse */
}
.service-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.service-item img {
    width: 80px; /* Ajusta según el tamaño deseado */
    height: auto;
    transition: transform 0.3s;
}
.service-item img:hover {
    transform: scale(1.1); /* Efecto al pasar el mouse */
}
.service-text {
    font-weight: bold;
    color: var(--primary-color); /* Color azul */
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;  /* Centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
    height: 3rem; /* Ajusta la altura fija */
}
.category-icon .category-media {
    border-radius: 10% !important;
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@media (min-width: 1001px) {
    .cookie-banner {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 500px;
        max-height: none;
        overflow: auto;
        max-height: 100vh;
    }
    .cookie-banner.active {
        display: flex;
    }
    .cookie-banner-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }
    .cookie-banner .cookie-image-container {
        flex: 1;
        text-align: left;
    }
    .cookie-banner .cookie-image {
        max-width: 100%;
        position: static;
    }
    .cookie-banner .cookie-text-container {
        flex: 2;
        text-align: left;
    }
    .cookie-banner .cookie-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        background: #ebebeb;
    }
    .cookie-banner .cookie-button-accept,
    .cookie-banner .cookie-button-decline {
        width: 48%;
        margin-bottom: 0;
    }
}
@media (max-width: 1000px) {
    .cookie-banner {
        display: none;
        flex-direction: column;
        text-align: center;
    }
    .cookie-banner.active {
        display: block;
    }
    .cookie-banner-content {
        display: block;
        padding-bottom: 10px;
    }
    .cookie-banner .cookie-image-container {
        text-align: center;
        margin-bottom: 15px;
    }
    .cookie-banner .cookie-image {
        max-width: 62%;
        position: static;
    }
    .cookie-banner .cookie-text-container {
        text-align: center;
        padding: 10px;
    }
    .cookie-banner .cookie-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ebebeb;
        padding-top: 5px;
    }
    .cookie-banner .cookie-button-accept,
    .cookie-banner .cookie-button-decline {
        width: 70%;
        margin-bottom: 10px;
    }
}
@media (max-width: 992px) {
    .line-right::after {
        display: none;
    }
    .intro-slide3 .banner-title {
        font-size: 2.2rem !important;
    }
    .height-m-auto {
        height: auto;
    }
}
@media (min-width: 768px) {
    .product-single .product-details {
        padding: 10px;
        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .intro-slide {
        font-size: 0.9rem;
        min-height: 150px;
    }
    .product-price {
        font-size: 1.1rem;
    }
    .logo img {
        margin-left: 40px;
        max-width: 90px;
    }
    .intro-slide3 .banner-title {
        font-size: 1.2rem !important;
    }
    .newsletter-popup {
        max-width: 100% !important;
    }
}
@media (max-width: 479px) {
    .product:not(.product-list) .product-label-group {
        top: 1rem;
        left: 0rem;
    }
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 28rem !important;
    }
}
@media (max-width: 576px){
    .intro-slide {
        min-height: 155px;
    }
}
@media (min-width: 577px){
    .intro-slide {
        min-height: 250px;
    }
}

@media (min-width: 768px){
    .product-single .product-details {
        padding: 10px;
        border-radius: 10px;
    }
    .intro-slide {
        min-height: 330px;
    }
}

@media (max-width: 767px){
    .product-price {
        font-size: 1.1rem;
    }
    .logo img {
        margin-left: 80px;
        max-width: 90px;
    }
    .intro-slide3 .banner-title {
        font-size: 1.2rem!important;
    }
    .newsletter-popup {
        max-width: 100%!important;
    }
    .center-1 {
        width: auto;
        transform: none;
    }
    .link-banner-newsletter {
        padding: 2rem 3rem 2rem !important;
    }
}

@media (max-width: 992px) {
    .line-right::after{
        display: none;
    }
    .intro-slide3 .banner-title {
        font-size: 2.2rem!important;
    }

}
@media (min-width: 1100px) {
    .intro-slide {
        min-height: 380px !important;
    }
}
@media (min-width: 1250px) {
    .intro-slide {
        min-height: 400px !important;
    }
}
@media (min-width: 1400px) {
    .intro-slide {
        min-height: 480px !important;
    }
}
@media (min-width: 1650px) {
    .intro-slide {
        min-height: 770px !important;
    }
}
@media (min-width: 2300px) {
    .intro-slide {
        min-height: 900px !important;
    }
}
@media (min-width: 2800px) {
    .intro-slide {
        min-height: 1100px !important;
    }
}
/* FOOTER */
.footer-top{
    padding: 4rem 0 0.8rem;
    border-bottom: 0px;
}
.footer .social-icons {
    margin-top: 30px;
}
.footer-bottom, .footer-bottom .container, .footer-bottom .container-fluid {
    justify-content: center;
}
.center-1 {
    width: 81%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(8.2%); /* Desplaza el texto hacia la derecha */
}
.welcome-msg {
    max-width: 100%;
    margin: 0;
}
.widget-collapsible .toggle-btn::before,
.widget-collapsible .toggle-btn::after {
    border-top: 2px solid #000000 !important;
}
.icon-green{
    color: #cdde00;
}
.icon-sword:before {
    content: "";
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url('../images/home/icons/Espada.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-facebook:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/facebook.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-instagram:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/instagram.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-twitter:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/x.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-linkedin:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/linkedin.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-youtube:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/home/icons/youtube.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-tiktok:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/tiktok.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-twitch:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/twitch.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-messenger:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/messenger.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-reddit:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/reddit.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-spotify:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../images/home/icons/spotify.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-discord:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/discord.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-deals:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/Hot-Deals.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-cart:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/Cart.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-acces:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/Acc.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.title-large{
    font-size: xx-large !important;
}
.text-black{
    color: #000 !important;
}
.brb-none{
    border-bottom: none !important;
}
.btn-rounded-bar{
    color: #cdde00;
    border-radius: 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: 1px solid transparent;
    transition: background-color 0.4s, border 0.4s, color 0.4s;
    line-height: 1;
}
.btn-rounded-bar:hover{
    background-color: transparent;
    border-color: #cdde00 !important;
    color: #cdde00 !important;
    border-radius: 0.3rem;
}
.btn-rounded-disable{
    color: #b1b1b1;
    border-radius: 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: 1px solid #b1b1b1;
    line-height: 1;
}
.rain-progress-bar {
    background: linear-gradient(
        90deg,
        red 0%,
        orange 16.6%,
        yellow 21%,
        green 50%,
        blue 66.6%,
        indigo 83.3%,
        violet 100%,
        red 120%
    );
    background-size: 300% 100%;
    animation: rainbowAnimation 6s linear infinite;
}
.category-icon .category-media {
    padding: unset;
    border: none;
}
/* FOOTER extras*/
.footer {
    background: var(--secondary-color)!important;
}
.footer a {
    color: var(--white-color) !important;
}
.footer-top .widget-body {
    padding: 0;
    color: var(--white-color);
}
.footer-top .widget-title {
    color: var(--white-color);
}
.footer a:hover, .footer a:active, .footer a.active {
    color: white !important;
}
.footer .widget-about .widget-about-title {
    color: var(--white-color);
}
.footer-bottom {
    color: var(--white-color);
    background-color: var(--white-color);
}
.footer-newsletter .icon-box-title {
    color: var(--secondary-color);
}
.product-price .normal-price{
    color: #fff !important;
}
.footer {
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    background: #f8f8f8;
}
.footer a {
    color: #666;
}
.footer a:hover,
.footer a:active,
.footer a.active {
    color: var(--primary-color);
}
.footer.footer-dark a:hover,
.footer.footer-dark a:active,
.footer.footer-dark a.active {
    color: #fff;
}
.footer p {
    font-size: inherit;
}
.footer .category-name {
    font-weight: 600;
    font-size: 1.4rem;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 2rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
.footer .category-box {
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
}
.footer .category-box:not(:last-child) {
    margin-bottom: 1.4rem;
}
.footer .category-box a {
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #666;
    line-height: 1;
    margin-bottom: 1rem;
    position: relative;
}
.footer .category-box a:hover,
.footer .category-box a:active,
.footer .category-box a:focus {
    color: var(--primary-color);
}
.footer .category-box a:last-child::before {
    width: 100%;
}
.footer .category-box a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    border-left: 1px solid #ccc;
    margin: 0px 0.9rem 0 1rem;
    vertical-align: bottom;
}
.footer .category-box a:last-child::after {
    content: none;
}
.footer .social-icons-colored .social-icon {
    color: #fff;
}
.logo-footer,
.logo-footer img {
    display: block;
}
.footer-newsletter {
    padding: 2.8rem 0;
}
.footer-newsletter .icon-box-side {
    justify-content: left;
}
.footer-newsletter .icon-box-title {
    margin-bottom: 0.2rem;
    font-size: 1.6rem;
}
.footer-newsletter .icon-box-icon {
    margin-right: 2rem;
    margin-bottom: 0.4rem;
}
.footer-newsletter .icon-box-icon i {
    font-size: 4.7rem;
}
.footer-newsletter .icon-box-content p {
    line-height: 1.6;
}
.footer-newsletter .input-wrapper-inline {
    max-width: 100%;
}
.footer-newsletter .btn {
    padding: 0.93em 1.85em;
}
.footer-newsletter .btn i {
    margin: -0.2rem 0 0 0.9rem;
    font-size: 1.6rem;
}
.footer-top {
    padding: 6.8rem 0 0.8rem;
    border-bottom: 1px solid #eee;
}
.footer-top .widget {
    margin-bottom: 4rem;
}
.footer-top .widget-title {
    padding: 0 0 0.6rem 0;
    margin-bottom: 2rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #333;
    border: none;
    cursor: text;
}
.footer-top .widget-body {
    padding: 0;
    color: #666;
}
.footer-top .widget-body li {
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.footer-middle {
    padding: 4.5rem 0 3.8rem;
    border-bottom: 1px solid #eee;
}
.footer-bottom {
    padding: 3rem 0;
    color: #666;
}
.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid {
    display: flex;
    align-items: center;
}
.footer-bottom .footer-left,
.footer-bottom .footer-right {
    display: flex;
    align-items: center;
}
.footer-bottom .footer-right {
    justify-content: flex-end;
    flex: 1;
}
.footer .widget-about {
    margin-top: 0.2rem;
}
.footer .widget-about .logo-footer {
    margin-bottom: 1rem;
}
.footer .widget-about .widget-about-title {
    line-height: 2.1;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 500;
}
.footer .widget-about .widget-about-call {
    display: block;
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.9rem;
}
.footer .widget-about .widget-about-call:hover {
    color: var(--primary-color);
}
.footer .widget-about .widget-about-desc {
    line-height: 2.15;
    margin-bottom: 2.1rem;
    max-width: 28rem;
}
.footer .copyright {
    font-size: 1.3rem;
    line-height: 1.92;
    margin-bottom: 0;
    text-align: center;
}
.payment img {
    display: block;
}
.payment-label {
    margin-right: 2rem;
}
.sticky-footer {
    display: flex;
    align-items: center;
    padding: 0 4rem;
    background: #fff;
}
.sticky-footer > * {
    flex: 1;
}
.sticky-footer .cart-dropdown {
    position: relative;
}
.sticky-footer .cart-dropdown .dropdown-box {
    top: auto;
    bottom: 100%;
    right: 0;
    min-width: 34rem;
    padding: 2rem 3rem 3rem;
    margin-bottom: 2.1rem;
    transform: translateY(20px);
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
}
.sticky-footer .cart-dropdown:hover .dropdown-box {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.sticky-footer .products {
    border: none;
}
.sticky-footer .product-name a {
    padding: 0;
}
.sticky-footer .cart-total {
    padding-top: 1rem;
}
.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    margin: 1.4rem 0 1.3rem;
}
.sticky-link i,
.cart-dropdown .sticky-link i {
    font-size: 2.3rem;
    color: #666;
}
.sticky-link p {
    margin-top: 0.9rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}
.sticky-link.search-toggle p {
    margin-top: 1rem;
}
.sticky-link:hover {
    color: var(--primary-color);
}
.sticky-link:hover i {
    color: inherit;
}
.footer-dark {
    background-color: #222;
}
.footer-dark .footer-top,
.footer-dark .footer-middle,
.footer-dark .category-box a::after {
    border-color: #454545;
}
.footer-dark a,
.footer-dark .widget-about .widget-about-title,
.footer-dark .category-name {
    color: #999;
}
.footer-dark .widget-about .widget-about-call,
.footer-dark .widget-title {
    color: #fff;
}
.payment-group {
    width: 270px;
    height: 100px;
}
.payment-seal {
    top: 10px;
    left: 10px;
    width: 140px;
}
.payment-card {
    position: absolute;
}
.payment-card.visa {
    top: 14px;
    left: 160px;
    width: 50px;
}
.payment-card.mastercard {
    top: 10px;
    left: 217px;
    width: 39px;
}
.payment-icon {
    position: absolute;
}
.payment-icon.icon-1 {
    top: 40px;
    left: 164px;
    width: 26px;
}
.payment-icon.icon-2 {
    top: 46px;
    left: 195px;
    width: 33px;
}
.payment-icon.icon-3 {
    top: 47px;
    left: 233px;
    width: 27px;
}
.border-1{
    border: 2px solid #dcdcdc !important;
}
.rounded-1 {
    border-radius: 1rem !important;
}
.rounded-2 {
    border-radius: 2rem !important;
}
.border-bottom-1 {
    border-bottom: 1px solid #dee2e6 !important;
    border-bottom: 1px solid transparent;
    border-image-source: linear-gradient(to right, transparent 5%, #dee2e6 5%, #dee2e6 95%, transparent 95%);
    border-image-slice: 1;
}
.product-name {
    margin-bottom: 0.4rem;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align: left;
    line-height: 1.5rem; 
    min-height: calc(1.5rem * 2); 
}
.product-label.label-promotion {
    background: #d50000;
    padding: 0.6rem 1rem;
}
.product-label.label-especial-price {
    background: #7848be;
    padding: 0.6rem 1rem;
}
.font-shipping{
    font-size: 1.2rem;
}
.product-label-group {
    left: 1rem;
    top: .1rem;
}
.product-label {
    font-size: 1em;
}
.button-link {
    color: #0483e7;
    text-decoration: none;
    transition: color 0.3s ease-in-out; 
}  
.button-link:hover {
    text-decoration: underline; 
}
.button-link:active {
    color: #000;
}
.text-start {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#868686;
}
.product-name-list{
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    max-width: 100%; /* Asegura que no desborde */
}
.bg-white{
    background-color: #fff;
}
.product-label-list{
    margin: 1px 12px 1px 0px;
}
.col-6-5 { flex: 0 0 54.16%; max-width: 54.16%; }
.col-2-5 { flex: 0 0 20.83%; max-width: 20.83%; }
div.filtro {
    border: 2px solid #eee !important;
}
.compare-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    margin-bottom: 20px; 
    max-width: 100%; 
}
.compare-table::-webkit-scrollbar {
    height: 8px;
}
.compare-table::-webkit-scrollbar-thumb {
    background-color: #333; 
    border-radius: 4px;
}
.compare-table::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px; 
}
.cart .item-info td {
    padding: 8px;
}
.col.item:first-child {
    width: 35%;
}
.col.item:nth-child(2) {
    width: 50%;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
}
.col.price {
    width: 5%;
}
.col.qty {
    width: 5%;
}
.col.subtotal {
    width: 5%;
}
.product-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; /* Esto asegura que se vea completa sin deformarse */
    display: block;
}
.image-container {
    text-align: center;
}
.slide-size{
    min-width: 122px;
}
.product-price {
font-size: 1.5rem !important;
line-height: 1.1 !important;
}
.price-old{
    font-size: 1.3rem;
    display: block;
    color: #8f8f8f;
    text-decoration: none;
}
.size-price-product{
    min-height: 42px;
}
.woot-widget-bubble.woot-elements--right {
    left: 20px;
}
.modal-body1 {
    display: inline !important;
}
.modal-content {
    max-width: 520px;
}
.view-iva{
    color: #8f8f8f;
    font-size: 1.4rem;
}
.new-price{
    margin-right:5px !important;
}
.size-square{
    min-height: 220px;
}
.btn-survey{
    background: #e227ff;
}
.custom-file-upload {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    cursor: pointer;
    color: #007bff;
}

.custom-file-upload:hover {
    text-decoration: underline;
}

.file-name-display {
    font-style: italic;
    font-size: 0.9rem;
    color: #666;
    margin-top: 6px;
}
#mobileBanner {
    position: fixed !important;
    top: 40px !important;
    right: 0;
    width: 20% !important;
    height: 100vh !important;
    padding: 3rem 0.5rem 0.5rem;
    z-index: 1050;
    overflow-y: auto;
    box-sizing: border-box;
}

/* Contenedor de banners */
#mobileBanner .slide-size {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

/* Imagen individual */
#mobileBanner img {
    width: 100%;
    object-fit: contain;
    display: block;
    height: auto;
}

/* Botón personalizado */
.custom-close-btn {
    background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -7px;
    right: 10px;
}
.limit-4-lines {
    -webkit-line-clamp: 4;
    min-height: calc(1.5rem * 4);
    max-height: calc(1.5rem * 4);
    text-overflow: unset;
}
.banner-product{
    height: 300px;
}
.owl-theme .owl-nav .owl-prev {
    left: 15px !important;
}
.owl-theme .owl-nav .owl-next {
    right: 15px !important;
}
.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
    color: #fff;
    border-color: #2b579a;
    background: #2b579a !important;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 45px !important;
    height: 45px !important;
    background: #fff !important;
}
@media (max-width: 576px){
    .intro-slide {
        min-height: 120px;
    }
    .shop-default-banner {
        padding: 2em 4.7em 3.6em;
    }
    .minipopup-area {
        left: 35%;
    }
    .custom-close-btn {
        top: -7px;
        right: 0px;
    }
    #mobileBanner {
        width: 28% !important;
    }
}
@media (max-width: 480px){
    .shop-default-banner {
        padding: 1.3em 4.7em 1.9em;
    }
    .intro-slide {
        min-height: 105px;
    }   
}
@media (max-width: 380px){
    .shop-default-banner {
        padding: 1em 4.7em .9em;
    }
    .intro-slide {
        min-height: 80px;
    }   
}
@media (min-width: 577px){
    .intro-slide {
        min-height: 160px;
    }
    .shop-default-banner {
        padding: 3em 4.7em 4.6em;
    }
    .minipopup-area {
        left: 45%;
    }
    .custom-close-btn {
        top: -7px;
        right: 4px;
    }
    .d-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px){
    .intro-slide {
        min-height: 220px;
    }
    .minipopup-area {
        left: 60%;
    }
    .custom-close-btn {
        top: -7px;
        right: 20px;
    }
    .d-md-inline {
        display: inline !important;
    }

}
.category-icon .category-media {
    width: 210px !important;
}
@media (min-width: 992px) {
    .footer-top .col-lg-3 {
        flex: 0 0 22.22%;
        max-width: 22.22%;
    }
    .intro-slide {
        min-height: 250px;
    }
    .custom-close-btn {
        top: -7px;
        right: 0px;
    }
}
@media (min-width: 768px) {
    .sticky-footer {
        display: none;
    }
    .shop-default-banner {
        padding: 6em 4.7em 5.6em;
    }
}
@media (min-width: 991px) {
    .shop-default-banner {
        padding: 9em 4.7em 7.6em;
    }
    .minipopup-area {
        left: 70%;
    }
    .dash-square{
        flex: 0 0 calc(100% / 5);
    }
}
@media (max-width: 991px) {
    .footer-top {
        padding-bottom: 2.7rem;
    }
    .footer-middle .category-box a:first-child {
        margin-left: 0;
    }
    .footer-newsletter .icon-box-side {
        justify-content: center;
    }
    
}
@media (max-width: 767px) {
    .footer-newsletter .icon-box-icon {
        margin-right: 0;
    }
    .footer-bottom,
    .footer-bottom > .container {
        display: block;
    }
    .footer-bottom .footer-left,
    .footer-bottom .footer-right {
        justify-content: center;
    }
    .footer-bottom .footer-left {
        margin-bottom: 0.2rem;
    }
    .footer-bottom .footer-right {
        flex-direction: column;
    }
    .footer-bottom .payment-label {
        margin: 0 0 1rem 0;
    }
    .margin-left{
        margin-left: -18px;
    }
    .slide-size{
        min-width: 85px;
    }
}
@media (max-width: 479px) {
    .sticky-footer {
        padding: 0;
    }
    .sticky-footer .hs-toggle .input-wrapper {
        right: 1rem;
    }
    .sticky-footer .cart-dropdown .dropdown-box {
        min-width: 30rem;
        right: -5.4rem;
    }
    .footer-newsletter .icon-box-side {
        flex-direction: column;
    }
    .footer-newsletter .icon-box-icon {
        margin: 0 0 2rem;
    }
    .footer-newsletter .icon-box-content {
        text-align: center;
    }
    .footer-newsletter .form-control {
        text-align: center;
    }
    .footer-newsletter .input-wrapper-inline {
        display: block;
        text-align: center;
    }
    .footer-newsletter .btn {
        margin-top: 2rem;
    }
}
@media (min-width: 1100px) {
    .intro-slide {
        min-height: 270px !important;
    }
    .shop-default-banner {
        padding: 8em 4.7em 9.6em;
    }
}
@media (min-width: 1250px) {
    .intro-slide {
        min-height: 310px !important;
    }
    .shop-default-banner {
        padding: 8em 4.7em 14.6em;
    }
}
@media (min-width: 1400px) {
    .intro-slide {
        min-height: 350px !important;
    }
    .shop-default-banner {
        padding: 8em 4.7em 14.6em;
    }
}
@media (min-width: 1650px) {
    .intro-slide {
        min-height: 490px !important;
    }
}
@media (min-width: 2300px) {
    .intro-slide {
        min-height: 600px !important;
    }
}
@media (min-width: 2800px) {
    .intro-slide {
        min-height: 770px !important;
    }
}