footer {
    font-size: 14px;
    display: block;
    background: var(--primary-color);
    color: var(--primary-text-color);
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .footer-center{
    font-family: var(--tertiary-font-family);
}

footer .footer-center a{
    color: #ffffff94;
}

footer .footer-center a:hover{
    color: #ffffff94;
    text-decoration: underline;
}

footer .footer-center .order-tracking {
    margin-top: 15px;
    text-align: center;
}

footer .footer-center .order-tracking img {
    width: 100%;
    height: 100%;
    max-width: 170px;
}

footer .footer-center .title{
    font-family: var(--primary-font-family);
    color: var(--white) !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 16px 0;
    text-align: center;
    display: block;
}

footer .footer-center .payment-logo{
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    opacity: .9;
    border-radius: 2px;
}

footer .footer-center .payment-logo svg{
    width: 100%;
    height: 100%;
    max-width: fit-content !important;
    max-height: 30px !important;
    margin: 0 auto;
    padding: 5px;
}

.footer-bottom{
    border-top: 1px solid var(--primary-text-color-opacity-80);
    padding: 32px 24px 12px;
    text-align: center;
    font-size: 12px;
    font-family: var(--tertiary-font-family);
}

footer .footer-bottom a{
    color: var(--primary-text-color);
}

.footer-bottom .social{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom .social .social-icon{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 0;
    font-size: 20px;
}

.footer-bottom .social .social-icon:not(.footer-bottom .social .social-icon:first-child){
    margin-left: 10px;
}

.footer-bottom .social .social-icon.facebook{
    background: #3c599b;
    color: #fff;
}

.footer-bottom .social .social-icon.twitter{
    background: #1da1f2;
    color: #fff;
}

.footer-bottom .social .social-icon.skype{
    background: #00aff0;
    color: #fff;
}
.footer-bottom .social .social-icon.x{
    background: #000;
    color: #fff;
}

.footer-bottom .social .social-icon.instagram{
    background: #e1306c;
    color: #fff;
}

.footer-bottom .social .social-icon.linkedin{
    background: #0077b5;
    color: #fff;
}

.footer-bottom .social .social-icon.github{
    background: #333;
    color: #fff;
}

.footer-bottom .social .social-icon.youtube{
    background: #ff0000;
    color: #fff;
}

.footer-bottom .social .social-icon.tiktok{
    background: #000;
    color: #fff;
}

.footer-bottom .social .social-icon.whatsapp{
    background: #25d366;
    color: #fff;
}

.footer-bottom .social .social-icon.telegram{
    background: #0088cc;
    color: #fff;
}

.footer-bottom .social .social-icon.pinterest{
    background: #bd081c;
    color: #fff;
}

.footer-bottom .social .social-icon.snapchat{
    background: #fffc00;
    color: #fff;
}

.footer-bottom .social .social-icon.reddit{
    background: #ff4500;
    color: #fff;
}

.footer-bottom .social .social-icon.tumblr{
    background: #35465c;
    color: #fff;
}

.footer-bottom .social .social-icon.vimeo{
    background: #1ab7ea;
    color: #fff;
}
.footer-bottom .social .social-icon.flickr{
    background: #ff0084;
    color: #fff;
}



.footer-center{
    padding: 60px 20px 40px;
}

@media screen and (min-width: 768px) {
    .footer-bottom {
        padding: 32px 0;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-center .payment-logo {
        margin-top: 15px !important;
    }
}

:root {
    --primary-font-family: 'Noto Sans';
    --tertiary-font-family: 'Oswald';
    --secondary-font-family: 'Poppins';
    /* --text-color-theme: #263238;
    --text-color-inverse-theme: #fff; */
    --success-text: #fff;
    --success: #4caf50;
    --danger-text: #fff;
    --danger: #f44336;
    --background-white-color: #ffffff;
    --background-black-color: #000000;
    --background-gray-color: #6c757d;
    --background-lightgray-color: #cfd8dc;
    --background-light-color: #f8f9fa;
    --primary-text-color: #000000;
    --primary-text-color-inverse: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans', 'sans-serif';
}


body {
    overflow-x: hidden;
}

/* h1, h2, h3, h4, h5, .h1, .h2, .h3, h1, h2, h3  {
    font-weight: 700;
    font-family: var(--secondary-font-family);
} */

#page-wrapper {
    min-height: 1800px;
    /* min-height: 100vh; */
    position: relative;
}

.hidden-check-label {
    text-shadow: none;
    font-weight: 400;
    margin-left: 5px;
}

body,
main,
html {
    font-family: var(--primary-font-family);
}

main {
    height: 100%;
}

.home * {
    box-sizing: border-box;
    /* color: var(--primary-text-color); */
}


a:hover {
    text-decoration: none;
    cursor: pointer;
}

.bg-none {
    background: none !important;
}

button:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    /* text-shadow: 1px 1px 2px rgba(0,0,0,.5); */
    color: var(--text-color-theme);
    font-family: var(--secondary-font-family);
}

.description .page-button a {
    color: var(--primary-text-color);
    position: relative;
    cursor: pointer;
    margin: auto;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 0.5em 1em;
    text-transform: uppercase;
    border-radius: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    border: none;
    font-weight: 700;
}

.btn {
    font-family: var(--secondary-font-family);
    font-weight: 700;
}


/* .btn {
    position: relative;
    cursor: pointer;
    margin: auto;
    line-height: 48px;
    padding: 0px 24px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    border: none;
    font-weight: 700;
    font-size: 16px;
  } */

.description .page-button a {
    background: var(--page-color);
    color: var(--primary-text-color) !important;
    min-width: 250px;
    padding: 5px 50px;
}

.btn::before,
.btn::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.btn:focus {
    outline: none;
}

.btn-page {
    background: var(--page-color);
    color: var(--page-text-color) !important;
}

.btn-page span,
.btn-page i {
    color: var(--primary-text-color);
}

/* .btn-primary{
        background: var(--primary-color);
        color: var(--primary-text-color);
    }

    .btn-secondary{
        background: var(--secondary-color);
        color: var(--secondary-text-color);
    }

    .btn-tertiary{
        background: var(--tertiary-color);
        color: var(--tertiary-text-color);
    } */

.btn-dark {
    background-color: #000000;
}

.btn-dark:hover {
    background-color: #000000;
    border-color: #000000;
}

.btn-light {
    background-color: #ffffff;
    border: 2px solid #000000;
    color: #000000;
}

.btn-light:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}

.btn-page:hover,
.btn-page:not(:disabled):not(.disabled):active {
    background: var(--page-color);
    color: var(--page-text-color);
}

.section-parent.white *:not(.input-group *, .input-group-prepend *, .input-group-prepend, .text-color *, .button-text-color *, .btn span, .btn i, .btn, .iti, .iti *, select, select *, input, textarea, .page-button a) {
    color: var(--text-color-inverse-theme);
}

.section-parent.black *:not(.input-group *, .input-group-prepend *, .input-group-prepend, .text-color *, .button-text-color *, .btn span, .btn i, .btn, .iti, .iti *, select, select *, input, textarea, .page-button a) {
    color: var(--text-color-theme);
}

.iti,
.iti * {
    text-shadow: none !important;
}

.modal .iti,
.modal .iti * {
    z-index: 1111111;
}

.select2-container>div {
    height: 100%;
}

.select2-container--default .select2-selection--single {
    border: none;
    height: 100%;

}

.select2-results__option {
    color: var(--text-color-theme);
}

.input-group-prepend {
    min-width: 5%;
}

.input-group>.input-group-prepend>.input-group-text {
    width: 100%;
}

.unit-of-measurement input {
    z-index: 1;
}

.section-parent .opacity {
    padding: 20px 0px;
    min-height: 40vh;
}

.section-external-url .opacity {
    background-image: linear-gradient(to right, var(--page-color), rgba(255, 152, 0, 0));
}

.album {
    color: #000000;
}

.section-external-url>.album {
    background: var(--primary-color);
}

.section-external-url>.album .grid-items-9 .img-title h4 {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #000000;
}

.section-external-url>.album .grid-items-6 .img-title h4 {
    font-size: 1.25rem;
}

.section-external-url>.album .img-image a {
    text-align: center;
}

.section-external-url>.album .img-description * {
    font-size: 14px;
    color: #000000;
}

.section-parent .opacity {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.section-external-url .description .fa-check {
    color: #8bc34a !important;
}

.modal-content .modal-header {
    text-align: center;
}

.modal-content .modal-header .modal-title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--tertiary-font-family);
}

@media (min-width: 1200px) {
    .section-parent .opacity {
        padding: 90px 0;
        min-height: 640px;
    }
}

/* .btn-secondary:not(:disabled):not(.disabled):hover,
  .btn-secondary:not(:disabled):not(.disabled):active {
    background: var(--secondary-color);
    color: var(--secondary-text-color);
  }

  .btn-primary:not(:disabled):not(.disabled):hover,
  .btn-primary:not(:disabled):not(.disabled):active {
    background: var(--primary-color);
    color: var(--primary-text-color);
}

  .btn-tertiary:hover,
  .btn-tertiary:not(:disabled):not(.disabled):active {
      background: var(--tertiary-color);
    color: var(--tertiary-text-color);
  } */



.opacity {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    left: 0px;
    top: 0px;
}

.card,
.card-header {
    border-radius: .25rem;
    background: transparent;
}

.card-title {
    text-align: center;
}

/* .card p{
    color: var(--primary-text-color-inverse);
} */
.modal h3,
.modal h2,
.modal h1,
.modal h4,
.modal h5,
.modal h6 {
    color: #000000;
}

.modal p {
    color: #000000;
}

.modal-backdrop.show {
    opacity: .95;
}

.swal2-container .swal2-popup:before,
.modal-content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: .09;
    left: 0px;
}

.modal-dialog .modal-header {
    font-family: var(--primary-font-family);
}

.modal-header,
.modal-footer {
    z-index: 1;
    border-bottom: none;
    border-top: none;
}

.modal-header h4,
.modal-header h5 {
    font-size: 22px;
    font-weight: 400;
    margin: 0px auto;
    z-index: 1;
}

.modal-header h4 span {
    margin-right: 10px;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
    text-shadow: none;
    /* border: 1px solid var(--primary-text-color-inverse); */
    background: var(--primary-text-color-inverse);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    opacity: 1;

}

.modal-header .close span {
    color: var(--primary-text-color);
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


.parallax {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.parallax-container {
    display: block;
    width: 100%;
    /* position: relative; */

}

.parallax-container div {
    background-size: cover !important;
    position: absolute;
    /* position: fixed; */
    bottom: 0;
    background-position: center !important;
    transform: translateY(0%);
    width: 100%;
    height: 100%;
}

.modal-content {
    position: relative;

}

/* .modal-content .modal-body .content-content{
    background-color: var(--background-light-color);
    border-radius: 5px;
    padding: 16px;
} */

.modal-content #mi-ip-modal p:first-child {
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

.modal-content #mi-ip-modal p:nth-child(2),
.modal-content #mi-ip-modal p:nth-child(2) * {
    font-weight: 700;
    background-color: #4c771a;
    font-size: 40pt;
    color: var(--background-white-color);
    text-align: center;
}

.modal-content #mi-ip-modal p:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content #mi-ip-modal p:nth-child(2) .creaweb-copy-line i {
    font-size: 20pt;
}

.modal-content #mi-ip-modal p:nth-child(2) .creaweb-copy-line {
    font-size: 25pt;
    margin-left: 10px;
}

.modal-body>.section {
    margin-bottom: 15px;
}

.modal-content .section .section {
    border-radius: 5px;
    padding: 19px;
}

.modal-content .section .section.section-form form {
    padding: 0px;
}

.modal-content .section-parent.section-content .content-title .titulo-contenido {
    font-size: 1rem !important;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0.5rem !important;
}

.modal-content .section-parent.section-content .content-description p {
    color: var(--primary-color);
    margin-bottom: 0;
    text-align: left;
}

.modal-content .section-parent.section-content .content-description p strong {
    color: var(--primary-text-color-inverse);
}

.modal-content .section-parent.section-content .content-description p a {
    background-color: transparent !important;
}

.modal-content .section-parent.section-content .modal-col {
    padding-left: 12px;
    padding-right: 12px;
}

.modal-content .content-content .content-description .page-button a {
    font-size: 12px;
    padding: 5px 15px;
}

.modal-content .button-form {
    align-items: center;
}

.modal-content .form-content {
    padding: 20px;
    background-color: var(--background-light-color);
    border-radius: 5px;
}

.modal-content .content-parent:first-child {
    margin-bottom: 20px;
}

.modal-content .vertilcal-col .label-form {
    text-align: left;
}

/* .modal-content .horizontal-col .label-form{
    text-align: right;
} */

.modal-content .content-description .sn-link {
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 50px;
    font-weight: 700;
    background-color: var(--primary-color);
    display: block;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.modal-content .content-description .sn-link {
    color: var(--primary-text-color);
    display: flex;
    align-items: center;
}

.modal-content .content-description .sn-link i {
    padding-right: 5px;
}

.hidden-check-content .hidden-check {
    text-align: center;
}

.section-parent.section-external-url .album-images {
    padding-top: 0 !important;
}

.btn-large {
    width: 250px;
}

.btn-large-s {
    padding: 5px 50px !important;
}

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

.modal-header>.modal-title-desc {
    flex-grow: 1;
    text-align: center;
}

.modal-header .modal-title {
    display: inline-block;
}

.modal-body .content-title .titulo-contenido {
    text-shadow: none !important;
}

.modal-body section {
    border-radius: 5px;
}

.modal-content .modal-body .sn-link {
    justify-content: center;
    align-items: center;
}

.modal-content .modal-body .sn-facebook {
    background-color: #3b5998;
    opacity: 0.9;
}

.modal-content .modal-body .sn-facebook:hover {
    opacity: 1;
}

.modal-content .modal-body .sn-twitter {
    background-color: #00aced;
    opacity: 0.9;
}

.modal-content .modal-body .sn-twitter:hover {
    opacity: 1;
}

.modal-content .modal-body .sn-linkedin {
    background-color: #0077b5;
    opacity: 0.9;
}

.modal-content .modal-body .sn-linkedin:hover {
    opacity: 1;
}

.modal-content .modal-body .sn-whatsapp {
    background-color: #25d366;
    opacity: 0.9;
}

.modal-content .modal-body .sn-whatsapp:hover {
    opacity: 1;
}

.modal-content .modal-body .sn-github {
    background-color: #333;
    opacity: 0.9;
}

.modal-content .modal-body .sn-github:hover {
    opacity: 1;
}

.modal-content .modal-body .sn-skype {
    background-color: #00aff0;
    opacity: 0.9;
}

.modal-content .modal-body .sn-skype:hover {
    opacity: 1;
}

/* h2{
    font-size:32px;
}

h3{
    font-size: 28px;
}

h4{
    font-size: 25px;
}

h5{
    font-size: 20px;
} */

p,
label,
td,
th,
a {
    font-size: 14px;
}

.iti__country.iti__highlight {
    background: var(--background-lightgray-color) !important;
}

.step-footer {
    padding: 0 10px;
}

.album-images #empresas .grid-items-6 .grid-image {
    border: .5px solid #fff;
}

.button-form .btn-primary:disabled {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#primary-section {
    overflow: hidden;
    position: relative;
    background-color: #FFFFFF;
    width: 100%;
    aspect-ratio: 3/1;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#primary-section .primary-img {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

#primary-section .titulo {
    position: relative;
    z-index: 1;
}

#categoriesModal .modal-category-group {
    border-bottom: 1px solid #e6e6e6;
}

#categoriesModal .category-search-bar {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#categoriesModal .category-letter {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary-font-family);
}

#categoriesModal .category-label {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    color: var(--primary-text-color) !important;

}

#categoriesModal .modal-header h5 {
    margin: 0 0 0 47px;
}

#categoriesModal .modal-header .close {
    position: relative;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-link {
    border: none;
    color: #666666;
    border-radius: 5px;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link:hover {
    background-color: rgba(65, 137, 230, .15);
}

.pagination .page-item.active .page-link {
    color: #000000;
    background-color: transparent;
    border: 2px solid #3593fa;
    border-radius: 5px;
    font-weight: 700;
}

.filter-content-intem .collapse .range-container,
.filter-content-intem .collapse #categories-container,
.filter-content-intem .collapse .show-more-categories,
.filter-content-intem .collapse .form-group #search {
    margin-left: 18px;
}

.filter-content-intem .btn.btn-collapse {
    box-shadow: none !important;
    text-shadow: none !important;
}

.filter-content-intem .btn:focus {
    box-shadow: none !important;
    text-decoration: none !important;
}

.creaweb-cart-float-button {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: #E91E63;
    padding: 18px 30px;
    position: fixed;
    bottom: 30px;
    right: 0;
    left: auto;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
    border: none;
}

.wsmenu>.wsmenu-list * {
    text-transform: uppercase !important;
}

h2.album-category {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 2rem;
}

h2.album-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

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

.keep-shopping-checkout {
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    background-color: #f8f9fa;
    color: #212529;
}

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

    .breadcrumb-nav .breadcrumb-item,
    .breadcrumb-nav .breadcrumb-item a {
        font-size: 12px;
    }

}


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

    /* h2{
        font-size:30px;
    } */

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    p,
    label,
    td,
    th,
    a {
        font-size: 14px;
    }

    .modal .titulo-contenido {
        text-align: center;
    }

    .section-external-url>.album .grid-items-6 .img-title h4 {
        font-size: 1rem;
    }

    .description .page-button a {
        padding: 5px 24px;
        font-size: 1rem;
    }

    #primary-section {
        max-width: 120vw;
    }

    #primary-section .primary-img {
        width: 100%;
        height: 100%;
    }

    .btn {
        /* line-height: 3; */
        font-size: 14px;
    }

    h2.album-title {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 1.5rem !important;
    }

}


@media screen and (max-width: 576px) {
    .owl-prev {
        left: -15px;
    }

    .owl-next {
        right: -15px;
    }
}

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

    h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    #mi-ip-modal p:nth-child(2) {
        font-size: 30pt !important;
    }

    /* p:not(.product-value p){
        font-size: 14px !important;
    } */

    .button-size {
        width: 100%;
        font-size: 16px;
        line-height: 1;
    }

    .section-external-url>.album .grid-items-6 .img-title h4 {
        font-size: 0.6rem;
    }

    .description .page-button a {
        padding: 5px 20px;
        font-size: 0.8rem;
    }
}

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

    h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .section-external-url>.album .grid-items-6 .img-title h4 {
        font-size: 0.5rem;
    }

    .description .page-button a {
        padding: 5px 18px;
    }

}

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

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p:not(.product-value p) {
        font-size: 14px !important;
    }


}
header{
    /* position:absolute; */
    /* top:0px; */
    width:100%;
    /* z-index:1114; */
    background: var(--primary-color);
    box-shadow:0px -5px 25px 5px rgba(0,0,0,0.75);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

body .creaweb-cart-float-button{
    opacity: 0;
    transition: all 0.3s ease 0s;
}

body.header-scroll .creaweb-cart-float-button, header .creaweb-cart-float-button {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/* .creaweb-cart-float-button:hover{
   background: transparent;
} */

.search-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60px;
    background: #353535;
    line-height:40px;
    padding: 10px;
    border-radius: 60px;
}
.search-input{
    background: #353535;
    color: #fff;
    outline: none;
    border: none;
    line-height:40px;
    width: 0px;
    float: left;
    font-size:14px;
    transition: 0.7s ease;
    font-family:sans-serif;
}
.search-btn{
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration:none;
    background: #353535;
    padding: 12px;
    border-radius: 50%;
    float: right;
    color: #ff5722;
    transition: 0.4s ease;
}
.search-box:hover > .search-input{
    width: 240px;
    margin: 0px 8px;
}
.search-input:focus{
    width: 240px;
    margin: 0px 8px;
}
.search-box:hover > .search-btn{
    background: #fff;
}
.search-input:focus + .search-btn{
    background: #fff;
}


header .header-center > div{
    padding: 24px;
}

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

header .search .nav-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}


header .search .nav-search-form input[type='text'] {
    border: 0;
    height: 42px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: none;
    outline: 0;
}
header .search{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
header .search button {
    background: 0;
    border: 0;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

header h2, header h1{
    text-align: center;
}

header h2 a, header h1 a{
    color: var(--primary-text-color-inverse);
    font-family: var(--primary-font-family);
    font-size: 22px;
    text-shadow: 1px 1px 2px #000;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li span{
    z-index: 111;
}

header .logo{
    padding: 5px 0px;
}

.logo{
    height: auto;
    max-height: 64px;
    max-width: 152px
}

.purchase img{
    width: 100%;
    height: 100%;
    max-width: 150px;
}

header .creaweb-cart-float-button{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary-text-color);
    border-radius:none;
    letter-spacing: 0px;
    background-color: transparent;
    padding: 0px;
    position: relative;
    bottom: auto;
    left: auto;
    transition: all 300ms ease 0ms;
    box-shadow: none;
    z-index: 99;
    border: none;
}

header .creaweb-cart-float-button:hover{
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
}






header .opacity-dark{
    background: rgba(0,0,0,.80);
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    transition: all 1s ease-in;
}


header a{
    font-family: var(--primary-font-family);
    color: var(--primary-color);
}

header a:hover{
    color: var(--primary-text-color-inverse);
}

.test-site{
    min-height: 24px;
}

.test-site small{
    font-size: 11px;
}

.header-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    height: 33px;
    padding: 8px;
    line-height: 1.25;
    background-color: var(--secondary-color);
    min-height: 33px;
    color: var(--primary-text-color-inverse);
}

.header-top p{
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.25;
}

.header-top a{
    color: var(--primary-text-color-inverse);
    margin-left: 16px;
    font-size: 12px;
}

.header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icons{
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.header-icons li a{
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem;
}

.header-icons li a:hover{
    color: #ffffff;
}

.icon-cart{
    width: 30px;
    height: 30px;
}

#searchModalResponsive {
    pointer-events: none !important;
    background: transparent !important;
    z-index: 9995 !important;
}

#searchModalResponsive .modal-dialog {
    pointer-events: none !important;
}

#searchModalResponsive .modal-content {
    pointer-events: auto !important;
    /* Opcional: sombra para que se distinga del contenido de la web */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-top: 1rem;

}

#searchModalResponsive .nav-search-form .search-button i{
    opacity: 0.5;
    font-size: 16px;
}

#searchModalResponsive .modal-body{
    padding: 0;
}

#searchModalResponsive .search-container{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

#searchModalResponsive div.search-button{
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(0,0,0,0.1);
    padding: 0 10px;
}


@media (min-width: 992px) {
  #searchModalResponsive { display: none !important; }
}


@media only screen and (max-width: 991px){
    header h1 a{
        /* color: var(--primary-text-color); */
        margin: 0px;
        font-size: 30px;
    }

    header .logo{
        padding: 0;
    }

    .logo{
        max-height: 42px;
    }

    .header-top{
        display: none;
    }

    .icon-cart{
        width: 30px;
        height: 22px;
    }
}

@media screen and (min-width: 991px){
    header .max-header-content{
        width: calc(100% - 182px);
    }
}

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

    header h1 a{
        font-size: 26px;
    }

}

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


    header .active-list{
        background-color: var(--primary-text-color-inverse) !important;
        color: var(--primary-text-color) !important;
    }

    header .active-list a, header .active-list span, header .active-list i{
        color: var(--primary-text-color) !important;
    }


    header .wsmenu-list li a, header .wsmenu-list li a span, header .dropdown-simple a{
        color: var(--primary-text-color-inverse);
    }
    header .wsmenu-list li [class^="wsmenu-click"] i{
        color: #ffffff;
    }
}

#cart {
    height: 445px;
}

.checkout .product-list {
    border: none;
}

.checkout .steps-checkout p {
    color: var(--text-color-theme);
}

.step-title-header {
    display: block;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    font-weight: 700;
}

#billing_address:not(.modal-body) p,
#shipping_address:not(.modal-body) p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.steps-checkout .step-app>.step-content {
    border: none;
}

.steps-checkout .step-app>.step-content {
    border: none;
}

.steps-checkout .step-app>.step-steps {
    margin-bottom: 30px;
    justify-content: space-between;
    position: relative;
}

.steps-checkout .step-app>.step-steps>li {
    display: flex;
    flex: none;
    padding: 0px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 1;
    border: none;
}

.steps-checkout .step-app>.step-steps::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--primary-text-color-inverse);
    opacity: .85;
    position: absolute;
    left: 0px;
    top: calc(50% - 1px);
}

.steps-checkout .step-app>.step-steps>li.error {
    background-color: var(--danger);
    color: var(--danger-text);
}

.steps-checkout .step-app>.step-steps>li.done:not(.error) {
    background-color: var(--success);
    color: var(--success-text);
}

.steps-checkout .step-app>.step-steps>li.active:not(.error) {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}

.payment_method_webpay {
    max-width: 150px;
}

.steps-checkout .step-app>.step-steps::before {
    background: #cfd8dc;
}

.steps-checkout .step-app>.step-steps li {
    background: #cfd8dc;
    color: #333;
}

#checkout-section label {
    text-align: left;
}

.section-checkout {
    min-height: 60vh;
}

.checkout-content-step h6 {
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
}

.state_container__icon {
    height: auto;
    margin-bottom: 32px;
    width: 80px;
}

#my-checkout-table .cart-icon {
    text-align: center;
}

.cart-description {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: var(--primary-text-color-inverse);
}

/*boton de carrito*/
.creaweb-cart-float-button {
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 10px;
}

.creaweb-cart-float-button .badge-notify {
    position: absolute;
    top: 0px;
    left: 0px;
    color: var(--primary-text-color-inverse);
    background: var(--danger);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

/* .creaweb-cart-float-button:hover{
    color: var(--primary-text-color);
    background: var(--primary-text-color-inverse);
} */

/* .creaweb-cart-float-button:hover .badge-notify{
    background: var(--primary-text-color-inverse);
    color: var(--primary-text-color-inverse);
} */

/* Estilo base para el modal */
.modal-sidebar.fade .modal-dialog {
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    /* Comienza fuera de la pantalla (a la derecha) */
}

/* Cuando el modal está activo */
.modal-sidebar.show .modal-dialog {
    transform: translateX(0);
    /* Se desplaza hacia la izquierda hasta estar visible */
}

/* Ajuste adicional para que el modal sea más ancho */
.modal-sidebar .modal-dialog {
    max-width: 100% !important;
    /* Puedes ajustar este valor según tus necesidades */
    height: 100%;
    margin: auto 0;
    /* Centra verticalmente */
}

.modal-sidebar .modal-content {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.modal-sidebar .modal-content .modal-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-sidebar .modal-content #cartAddModalBody {
    align-items: center;
}

.modal-sidebar .modal-header .close {
    border: none;
    background: transparent;
    text-shadow: none;
    position: relative;
}

.modal-sidebar .modal-header .close span {
    color: rgba(0, 0, 0, 0.55);
    font-size: 30px;
    font-weight: normal;
}


/* Estilo base para el modal */
.modal-sidebar {
    position: fixed;
    top: 0;
    right: -412px;
    /* Comienza fuera de la pantalla */
    width: 412px;
    /* Ancho fijo */
    height: 100%;
    /* Altura completa */
    left: auto;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    z-index: 11111;
    transition: right 0.3s ease-in-out;
    /* Animación suave */
    overflow-y: auto;
    /* Scroll vertical si es necesario */
    padding: 0px;
}

/* Cuando el modal está activo */
.modal-sidebar.show {
    right: 0;
    /* Se desplaza hacia la derecha hasta estar visible */
}

.modal-sidebar .product-added {
    width: 70px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #00a650;
    box-sizing: border-box;
    position: relative;
}

.modal-sidebar .product-added img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.modal-sidebar .product-added .added-check {
    background: #00a650;
    left: 40px;
    top: -24px;
    border-radius: 50%;
    height: 24px;
    min-width: 24px;
    overflow: hidden;
    position: relative;
    width: 24px;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1030;
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.cart-overlay.active {
    display: block;
}

.cart-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
}



.modal-sidebar .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
}

.modal-sidebar .close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.modal-sidebar .cart-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.modal-sidebar .cart-item:last-child {
    border-bottom: none;
}

.modal-sidebar .cart-footer .btn-block {
    width: 100%;
}

.modal-sidebar .cart-item img {
    object-fit: cover;
    border-radius: 8px;
}

.modal-sidebar .text-decoration-line-through {
    text-decoration: line-through;
}

.modal-sidebar .remove-item {
    font-size: 1.2rem;
    line-height: 1;
}

.modal-sidebar .cart-body,
.modal-sidebar .cart-footer {
    width: 100%;
}

.modal-sidebar .my-product-remove {
    padding: 10px;
    line-height: 5px;
    margin: 0px;
    text-shadow: none;
    display: flex;
    align-items: center;
}

/*Modal de carrito*/

#my-cart-modal .modal-header .close {
    order: 1;
}

#my-cart-modal .my-cart-checkout {
    background: #000;
    color: #fff;
    border-color: #000;
    font-family: var(--secondary-font-family);
    text-shadow: none;
}

#my-cart-modal .remove-all {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    border-color: #000;
    font-family: var(--secondary-font-family);
    text-shadow: none;
}


#my-cart-modal .my-cart-checkout:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

#my-cart-modal .remove-all:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.btn-go-to-cart {
    background-color: #E91E63;
    color: #fff;
    font-family: var(--secondary-font-family);
    text-shadow: none;
}

.btn-go-to-cart:hover {
    background-color: #000;
    color: #fff;
}

/*Tabla de productos*/
#my-cart-table img {
    object-fit: cover;
}

#my-cart-table table th,
#my-cart-table table td {
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: transparent;
}

.table-hover tbody td {
    position: relative;
    z-index: 1;
}

.table-hover tbody td * {
    z-index: 1;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: transparent;
}

.table-hover tbody tr:not(.not-hover):hover td:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .3;
    background: var(--primary-color);
    z-index: -1;
}

.table-hover tbody tr:not(.not-hover):hover td:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .1;
    z-index: -1;
    background: var(--primary-text-color);
}


#my-cart-table .product-value ul {
    margin-bottom: 0px;
}

#my-cart-table .my-product-remove {
    align-items: center;
    color: #3483fa;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-weight: 600;
    fill: #3483fa;
    background: none;
    border: none;
    line-height: 16px;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: .15s ease-in-out;
    margin-right: 10px;
    padding: 0 0 4px;
}

#my-cart-table .link-container {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    padding-bottom: 0;
}



/* #my-cart-table .my-product-remove:hover{
    color: #333;
    background: transparent;
    border-color: #333;
} */

.product-value ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
}

.product-value ul li {
    color: #333;
}

.product-value ul li:after {
    content: " - ";
    padding: 5px;
}

.product-value ul li:last-child:after {
    display: none;
}


.product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin: auto;
    width: fit-content;
    /* border: 1px solid var(--primary-color); */
    /* background: var(--primary-color); */
    /* box-shadow:2px 2px 4px 1px rgb(0 0 0 / 30%); */

    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 2px;
    box-shadow: none;

}

.product-quantity button {
    background: transparent;
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--primary-text-color); */
    /* background: var(--primary-color); */

    background: #fff;
}

.product-quantity button.input-number-decrement {
    color: rgba(0, 0, 0, 0.4);
}

.product-quantity button.input-number-increment {
    color: #3483fa;
}

.product-quantity input {
    height: 25px;
    width: 70px;
    padding: 2px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #333;
    font-family: var(--primary-font-family);
    text-align: center;
}

#precioiva .bg-total {
    border-bottom: 1px solid #333;
}

table .bg-total {
    position: relative;
}

table .bg-total * {
    z-index: 1;
}

table .bg-total:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .1;
}

table .bg-total:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .1;
}


#modalSelectAddress .table-bordered td,
#modalSelectAddress .table-bordered th {
    border: none;
}

.auth-tabs h6 {
    margin-bottom: 1rem;
}


.btn-link.generate {
    margin-bottom: 6px;
    margin-right: 0;
    color: var(--primary-text-color);
    background-color: var(--secondary-color-opacity-90);
    padding: 0.2rem;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
    text-transform: capitalize;
}

.btn-link.generate:hover {
    text-decoration: none !important;
    background-color: var(--secondary-color);
}

.input-group-prepend {
    color: var(--primary-text-color-inverse);
    margin: 0px;
    text-transform: capitalize;
    text-shadow: none;
}


.input-group-text {
    box-shadow: none;
    border: none;
}

.forgotPassword {
    padding-top: 7px;
    color: #007bff !important;
}

.forgotPassword:hover {
    text-decoration: underline;
}

.temporaryCode {
    background: var(--secondary-color);
    color: var(--secondary-text-color);
}

.temporaryCode:hover {
    box-shadow: 0 2px 8px var(--secondary-color);
    transition: all 0.2s ease;
    color: var(--secondary-text-color);
    text-decoration: none;
}

.actions-column {
    display: flex;
    border-top: none !important;
}

.actions-column button {
    margin-right: 5px;
}

#cartButton .my-cart-icon .badge {
    font-size: 65%;
}

.product-quantity button {
    width: 20px;
    font-weight: 800;

}

a.LearnMore {
    font-family: var(--secondary-font-family);
}

#cartAddModal .modal-header {
    padding: 1rem 0px;
}

.modal-body#cartAddModalBody {
    padding: 0px;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3.title-product-cart {
    text-shadow: none;
    color: var(--text-color-theme);
    font-size: 1.2rem;
    font-weight: 700;
}

.total-value {
    font-size: 20px;
    white-space: nowrap;
    word-break: keep-all;
}

.img-product img {
    height: 72px;
    width: 72px;
}

h2.cart-title {
    /* padding: 32px 0 0 40px; */
    font-size: 20px;
    font-family: var(--secondary-font-family);
    line-height: 1.22;
    font-weight: 700;
}

p.title-product {
    font-family: var(--secondary-font-family);
    font-weight: 600;
}

.cart-empty,
.checkout-cart-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 16px;
    padding-top: 48px;
    text-align: center;
    border-radius: 6px;
    min-height: 300px;
}

.cart-empty .cart-description .cart-description__text,
.checkout-cart-empty .cart-description .cart-description__text {
    font-size: 18px;
    font-family: var(--primaryary-font-family);
    text-align: center;
}

.cart-empty .cart-description .btn,
.checkout-cart-empty .cart-description .btn {
    margin: 24px 0 0;
}

.cart-container {
    margin-bottom: 96px;
}

.cart-container>.card:first-of-type {
    border: none;
}

.cart-container>.card:first-of-type .card-header {
    border: none;
}

.cart-container .product-cart-list {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    border: none;
}

/* .cart-container .product-cart-list table{
    border: 1px solid rgba(0,0,0,.125);
    padding: 20px;
} */

.cart-container .product-cart-list table td.img-product {
    width: 30px;
}

.cart-container p.products-available {
    margin: 12px 0 0 0;
}

.card-invoice {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    border: none;
}

.card-invoice .card-footer {
    background-color: transparent;
    border-top: 0;
    padding: 0 .75rem 1.25rem;
}

.cart-container .shipping-info {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: var(--primary-text-color-opacity-90);
    display: flex;
    align-items: center;
    justify-content: center;

}

.cart-container .shipping-info i {
    font-size: 18px;
}

.cart-container .empty-invoice {
    background-color: #f5f5f5;
}

.side-cart-remove-btn {
    max-height: 2rem;
}

.summary-total td {
    font-size: 16px;
    font-weight: 600;
    border-top: 0;
}

.purchase-total-iva td {
    border-top: 0;
}

.cart-table-page tbody tr:first-child td {
    border: none;
}

.cart-table-page td {
    padding: 0.80rem 0.5rem;
}

.cart-list-header {
    padding: 0.75rem 1.25rem 0.75rem 0;
}

.products-div .card-body {
    max-height: max-content;
}

.checkout-cart-products .title,
.checkout-cart-products .cart-summary-subtotal,
.checkout-cart-products .cart-summary-iva,
.checkout-cart-products .cart-summary-total {
    padding: 0.5rem 1.25rem;
}

.checkout-cart-products .cart-item {
    padding: 0 1.25rem;
}

.checkout-cart-products .cart-item .prod-title-btn .btn {
    line-height: 1.5;
    padding: .375rem .75rem;
    margin: 0;
}

.checkout-cart-products .cart-summary-subtotal {
    border-top: 1px solid lightgray;
}

@media screen and (max-width: 992px) {
    .creaweb-cart-float-button {
        bottom: 60px;
    }

}

@media screen and (max-width: 769px) {
    .product-quantity input {
        width: 50px;
        height: 24px;
    }

    .cart-invoice {
        margin-top: 20px;
    }

    #my-cart-table .my-product-remove {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .creaweb-cart-float-button .badge-notify {
        top: -6px;
        right: 0px;
        left: -4px;
    }
}

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

    #billing_address p,
    #shipping_address p {
        margin-bottom: 20px !important;
    }

    #billing_address>div,
    #shipping_address>div {
        justify-content: center !important;
    }

    .btn {
        font-size: 0.7rem;
    }

    .product-quantity input {
        width: 25px;
        height: 12px;
    }

    /* p:not(.product-prices p.product-fake-value){
        font-size: 1.12rem !important;
    } */

    #my-cart-table .my-product-remove {
        font-size: 9px;
    }

    .total-value {
        font-size: 14px;
    }

    .btn {
        line-height: 1.5;
    }

}

@media screen and (max-width: 376px) {
    .modal-sidebar {
        width: 375px;
    }
}

@media screen and (max-width: 321px) {
    .creaweb-cart-float-button {
        bottom: 60px;
    }

    .forgotPassword {
        padding-top: 10px;
        text-align: end;
    }

    .modal-sidebar {
        width: 320px;
    }
}

.side .nav-item {
    list-style: none;
    padding: 5px;
    min-height: 50px;
    text-shadow: 1px 1px 2px #000;
    min-width: 40px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.side li:hover {
    color: #fff;
    cursor: pointer;
    text-shadow: 2px 2px 4px #000;
}

.side li {
    color: var(--primary-text-color);
    opacity: 1;
    transform: scale(1) rotate(0deg);
    display: inline-block;
    padding: 5px;
    min-height: 50px;
    text-shadow: 1px 1px 2px #000;
    min-width: 40px;
    text-align: center;
}

.side li a:hover .side li a i {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    line-height: 1.4;
}


.side .nav-item a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    color: var(--primary-text-color);
}

.side{
    position: fixed;
    z-index: 11111;
    bottom: 0;
    transform: translateZ(101px);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 100;
    display: flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}


.side ul{
    margin-bottom: 0px;
    padding: 0px;
    background: var(--primary-color);
    border-radius: 2px;
    min-height: 50px;
    width: 50px;
    opacity: 1;
    z-index: 111;
    margin-right: -50px;
    height: fit-content;
}

.side .nav-item a i {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    line-height: 1.4;
}


.side li:hover {
    color: var(--primary-text-color);
    cursor: pointer;
    text-shadow: 2px 2px 4px #000;
}


.side li a:hover .side li a i {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    line-height: 1.4;
}

.side li a span {
    font-size: 10px;
    display: block;
    width: 100%;
}

.side .double-left-quick-link-container {
    position: fixed;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    background-color: var(--primary-color-opacity-60);
    border-radius: 2px;
    z-index: 100;
    display: flex;
    align-items: center;
    right: 0px;
    bottom: 50%;
    padding-left: 2px;
    border: none;
    height: 100%;
    color: var(--primary-text-color);
}


.side ul.hover {
    transform: translateX(-50px);
    transition: transform .3s;
}
.side.hover .double-left-quick-link-container {
    display: none;
}
.side ul li.nav-item{
    display: none;
}

.side ul.hover li.nav-item{
    display: inline-block;
}




.primary-section-content{
    min-height: 60vh;
}

.primary-section-content .opacity{
    background-image: linear-gradient(0deg, var(--primary-color-opacity-80), var(--primary-text-color-inverse-opacity-60));
    /* background-image: linear-gradient(rgba(38,50,56,.6),rgba(38,50,56,.8)); */
    width: 100%;
    height: 100%;
}

#primary-section{
    top: 0;
    /* background-size: cover; */
    /* background-position: 50% 50px; */
    /* height: 270px; */
    /* display: table; */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 60vh; */
    -webkit-transition: background-image 0.2s ease !important;
    transition: background-image 0.2s ease !important;
}

#cart{
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    width: 100%;
    -webkit-transition: background-image 0.2s ease !important;
    transition: background-image 0.2s ease !important;
}

#primary-section .opacity > div, #cart .opacity > div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart .opacity  .titulo h2, #primary-section .opacity  .titulo h2{
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px;
    position: relative;
    font-size: 40px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: var( --secondary-font-family);
}

#cart .opacity .titulo p, #primary-section .opacity .titulo p{
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#cart .opacity  .titulo a, #primary-section .opacity  .titulo a{
    font-weight: 700;
    color: var( --primary-color);
    font-family: var( --secondary-font-family);
    text-transform: uppercase;
    padding:15px 30px;
}
#cart .opacity  .titulo a:hover, #primary-section .opacity  .titulo a:hover{
    color: white;
}

.primary-section-content{
    border-bottom-color: var(--page-color);
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.section-img img.primary-img{
    display: block;
    width: 100%;
    height: auto;
}


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

    #primary-section .opacity .titulo h2,
    #cart .opacity .titulo h2{
        font-size: 40px;
    }
    #primary-section .opacity  .titulo .description,
    #cart .opacity  .titulo .description{
        font-size: 25px !important;
    }
    #primary-section .opacity  .titulo .description::before,
    #cart .opacity  .titulo .description::before{
        display: none;
    }

    /* #primary-section{
        height: 400px;
    } */
}
@media screen and (max-width: 426px) {

    #primary-section .opacity .titulo h2,
    #cart .opacity .titulo h2{
        font-size: 30px;
    }
    #primary-section .opacity  .titulo .description,
    #cart .opacity  .titulo .description{
        font-size: 20px !important;
    }

    #primary-section{
        height: 240px;
    }
}


.banner{
    height: 270px;
    padding: 0 10%;
    background: var(--primary-color);
    padding-top: 5%;
    display: table;
    width: 100%;  
    min-height: 30vh;
}

.banner .opacity{
    background-image: linear-gradient(var(--primary-color-opacity-60), var(--primary-text-color-inverse-opacity-60));
    width: 100%;
    height: 100%;
}

.banner{
    top: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50px;
    height: 100%;
}

.banner{
    position: relative;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    width: 100%;
    -webkit-transition: background-image 0.2s ease !important;
    transition: background-image 0.2s ease !important;
}

.banner .opacity > div, #cart .opacity > div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .opacity  .titulo h2{
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px;
    position: relative;
    font-size: 40px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: var( --secondary-font-family);
}

.banner .opacity .titulo p{
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.banner .opacity  .titulo a{
    font-weight: 700;
    color: var( --primary-color);
    font-family: var( --secondary-font-family);
    text-transform: uppercase;
    padding:15px 30px;
}
.banner .opacity  .titulo a:hover{
    color: white;
}

.banner{
    border-bottom-color: var(--page-color);
    border-bottom-width: 5px;
    border-bottom-style: solid;
}


@media (max-width: 992px){
    .banner{
         height: 200px;
         max-height: 200px;
    }
     
 }
 
 
@media screen and (max-width: 767px) {

    .banner .opacity .titulo h2,
    #cart .opacity .titulo h2{
        font-size: 40px;
    }
    .banner .opacity  .titulo .description,
    #cart .opacity  .titulo .description{
        font-size: 25px !important;
    }
    .banner .opacity  .titulo .description::before,
    #cart .opacity  .titulo .description::before{
        display: none;
    }
}
@media screen and (max-width: 425px) {

    .banner .opacity .titulo h2,
    #cart .opacity .titulo h2{
        font-size: 30px;
    }
    .banner .opacity  .titulo .description,
    #cart .opacity  .titulo .description{
        font-size: 20px !important;
    }
}

.section-gallery .album-images h4 {

    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    padding: 0 5px;
    text-align: center;
}

.section-gallery .album-images .img-image {
    text-align: center;

    display: inline-block;
    min-width: 120px;
}

.parallax {
    min-width: 100%;
    min-height: 200%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax img {
    width: 100%;
    object-position: bottom;
    object-fit: cover;
    filter: brightness(50%);

}
.form a{
    font-weight: 400 !important;
    margin: 0 0 20px 0;
    color: var(--primary-color) !important;
}
.page-form i{
    font-size: 22px;
    opacity: .3;
}
.page-form h4{
    font-family: var( --secondary-font-family);
    font-weight: 400;
    margin: 0 0 30px 0;
}

.page.section-form{
    position: relative;
}
.page.section-form:before{
    opacity: .09;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;

}
/*FORM*/


/*Section Form*/
.form a, .form p{
    font-weight: 400 !important;
    margin: 0 0 20px 0;
    font-size: 14px;
}
.form p{
    margin: 0 0 10px;
    line-height: 1.75;
}
.form h4{
    margin-top:15px;
    font-weight: 700;
}

.form form a{
    margin: 0px;
    padding: 7px;
}
/* .form-control,  */
.select2-container, .input-group-prepend{
    height: 34px;
    background-color: #fff;
    background-image: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: flex;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--text-color-theme) !important;
}

/* .address-type .select2-container {
    border-radius: .25rem 0 0 .25rem !important;
    border: 0;
} */

.input-group-prepend {
    border-radius: .25rem 0 0 .25rem !important;
    border: 0;
}

.select2-selection * {
    color: var(--text-color-theme) !important;
}
label{
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: 700;
}

.section-checkout label{
    text-shadow: none;
}

.form-check label{
  text-align: left;
}

/* input[type=checkbox], input[type=radio]{
margin:0px;
} */
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.form-control::placeholder{
color:#000;
}

.form-control::-webkit-input-placeholder {
color: #000;
}
.form-control::-moz-placeholder {
color: #000;
}
.form-control:-ms-input-placeholder {
color: #000;
}
.form-control:-moz-placeholder {
color: #000;
}
textarea{
    height: 236px;
    max-height: 400px;
}

#map{
    height: 250px;
}

.iti * {
    color: #333;
}

.flatpickr-innerContainer{
    background: var(--primary-text-color-inverse);
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month{
    color: var(--primary-text-color);
}

.custom-control-label{
    margin-right: 10px;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--primary-text-color);
    background-color: var(--primary-color);
    font-family: 'FontAwesome';
    content: "\f00c";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
}

.custom-control-label::after{
    content: none;
}

.clear-form, .submit-form{
    padding: 5px 50px;
}

.select2-container--disabled{
    background-color: #e9ecef;
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: auto;
    right: 2%;
}

.iti__country {
    background: transparent;
}

.iti__divider {
    background: transparent;
}

.select2-container .select2-results__option{
    padding: 6px !important;
}

#collapseSortBy .select2-container{
    height: auto;
    font-size: 14px;
    border: 0;
    border: 0;
}

.custom-sort-dropdown #collapseSortBy .select2-container .select2-selection--single{
    padding: 2px;
}


/* @media screen and (max-width: 769px){
    .bottom-newsletter{
        padding: 0 5rem;
    }
} */

@media screen and (max-width: 426px) {
    #map{
        height: 200px;
    }
    .clear-form{
        margin-bottom: 10px;
    }

    .clear-form, .submit-form{
        width: 100%;
    }

    .bottom-newsletter{
        padding: 0;
    }
}



/* @media screen and (max-width: 992px) {
    label{
        text-align: right;
        margin-right: 0px;
    }
} */

/*Products page*/
.product-item{
    background: #fbfbfb;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    align-items: start;
    position: relative;
    width: 100%;
    cursor: pointer;
    color: #333;
}

.product-item .product-img{
    width: 100%;
    text-align: center;
    padding: 20px 15px;
}

.list-category-items{
    padding: 0;
    margin: 0;
}

.list-category-items a:not(:last-child)::after {
    content: ", ";
    display: inline;
    margin-right: 4px;
    width: auto;
    font-size: 14px;
}

.product-item .product-content{
    width: 100%;
    padding: 20px 15px;
    /* height: 100%; */
}
.product-item .product-title h3{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    color: #333;
    text-shadow: none;
    margin-bottom: 10px;

}

.product-item .product-title a:hover h3{
    color: blue;
}
.product-item .product-value{
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 600;
    line-height: 1.25;
}

.product-item .product-fake-value{
    margin-top: 4px;
    text-align: center;
    line-height: 1.25;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.25) ;
    text-decoration: line-through rgba(0, 0, 0, 0.25) ;
}

/*Products home*/

.product-item{
    background: #fbfbfb;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    width: 100%;
    cursor: pointer;
    color: #333;
}

.product-item .product-img{
    width: 100%;
    text-align: center;
    padding: 15px;
}

.product-item .product-img img{
    object-fit: contain;
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
    object-position: center;
    max-width: 160px;
    min-height: 230px;
    max-height: 230px;
    padding: 15px 0 0 0;
}
.product-item .product-content{
    width: 100%;
    padding: 20px 15px;
    align-items: flex-start;
    gap: 10px;
    min-height: 150px;
    flex-direction: column;
    height: 100%;
}


.collapse-all, .expand-all, .filter-title{
    display: none;
}

/* Filtros*/

#shop-filters .filter-button {
    text-transform: capitalize;
 }

 /* Estilos generales del filtro */
 #shop-filters aside {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
 }

 #shop-filters .filter-top {
    text-align: left;
    margin-bottom: 16px;
    margin-top: 4px;
 }

 #shop-filters .filter-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
 }

 #shop-filters .filter-result {
    font-size: 16px;
    color: #555;
    line-height: 1.35;
    font-weight: 300;
 }

 #shop-filters .filter-content {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    margin-top: 50px;
 }

 /* Caja de búsqueda */
 #shop-filters .search .form-group {
    display: flex;
    gap: 10px;
 }

 #shop-filters .search input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
 }

 /* Selectores */
 #shop-filters .sort-by select,
 #shop-filters .price select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
 }

 /* Estilos de categorías y atributos */
 #shop-filters .filter-content .filter-content-intem,
 #shop-filters .filter-content .attributes {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px !important;
    margin-bottom: 30px;
 }

 #shop-filters .filter-content-intem .title,
 #shop-filters .item-container .title{
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
  font-family: var(--secondary-font-family);
}

 #shop-filters .filter-content .attributes .filter-content-item .custom-control-label{
    text-align: left;
 }

 /* Checkboxes personalizados */
 #shop-filters .custom-control {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
 }

 #shop-filters .custom-control input {
    transform: scale(1.2);
    cursor: pointer;
 }

 #shop-filters .custom-control-label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
 }

 /* Slider de rango */

 #shop-filters .slider-range {
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    position: relative;
    margin: 20px 15px;
 }

 #slider-range-value-min,
 #shop-filters #slider-range-value-max {
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 11px;
    height: 40px;
 }

 #shop-filters .noUi-horizontal .noUi-handle {
    top: calc(100% - 12px);
    width: 30px;
    height: 30px;
 }

 #shop-filters .noUi-handle:after{
    left: 17px;
 }
 #shop-filters .noUi-handle:before{
    left: 11px
 }

 /* Estilos para la flecha del colapsable */
 .btn.btn-collapse{
    padding:  15px 0px;
 }

 .btn-collapse:hover{
    text-decoration: none;
    color: #333;
 }

 .btn-collapse.collapsed:before{
    font-family: Material-Design-Iconic-Font;
    content: '\f2fb';
    font-weight: bold;
    margin-right: 5px;

 }
 .btn-collapse:not(.collapsed):before{
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    font-weight: bold;
    margin-right: 5px;
 }

 .toggle-btn {
    border: none;
    background: none;
    cursor: pointer;
 }
 .toggle-btn i {
    font-size: 1.2rem;
    transition: transform 0.2s ease-in-out;
 }
 .toggle-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
 }

 .toggle-btn {
    border: none;
    background: none;
    cursor: pointer;
 }
 .toggle-btn i {
    font-size: 1.2rem;
    transition: transform 0.2s ease-in-out;
 }
 .toggle-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
 }

 /* Botones desplegables */
 #shop-filters .btn-collapse {
    white-space: normal;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
    box-shadow: none;
    text-shadow: none;
    padding: 0px;
    font-family: var(--secondary-font-family);
 }

 #shop-filters .collapse-category{
    box-shadow: none;
    border: none;
    width: auto;
    margin: 0px;
    border-bottom: 0px;
    padding: 0px;
 }

 #shop-filters .categories .form-group{
    margin-bottom: 0px;
 }

 #shop-filters .custom-control-label::before{
    opacity: 0;
    width: 0px;
 }

 #shop-filters .custom-control{
    padding: 0px;
 }

 #shop-filters .custom-control-label{
    color: #666;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
 }

 #shop-filters  .collapse-subcategory{
    padding-left: 20px;
 }

 .product-item .product-content .product-title h3 {
    color: #000 !important;
}

 .product-item .product-content .badge-warning {
    background-color: #f28205
}

.custom-sort-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
}
.custom-sort-dropdown .title,
.custom-sort-dropdown .btn-collapse {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    margin-right: 6px;
    white-space: nowrap;
}
/* Contenedor principal del select2 */
.custom-sort-dropdown .select2-container {
    flex: 1;
    max-width: 200px; /* Ajusta según necesidad */
    font-size: 16px;
    box-shadow: none;
}

/* Estilo del campo visible del select */
.custom-sort-dropdown .select2-container .select2-selection--single {
    height: 38px;
    padding: 0px 40px 5px 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
}

/* Flecha del select2 (imitando la de Mercado Libre) */
.custom-sort-dropdown .select2-container .select2-selection__arrow {
    height: 100%;
    right: 50px;
    top: 0;
    width: 20px;
}

.custom-sort-dropdown .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 0;
}

/* Estilo del texto dentro del select */
.custom-sort-dropdown .select2-selection__rendered {
    color: #333;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
}
.select2-container .select2-dropdown {
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    font-size: 16px;
}

.select2-container .select2-results__option {
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-container .select2-results__option--highlighted {
    background-color: #f0f0f0;
    color: #333;
}

/* .select2-container--default .select2-results>.select2-results__options{
    overflow-y: hidden !important;
} */

#shop-filters .form-control{
    box-shadow: none;

}

/* Album de productos */

.album-products .owl-stage {
    display: flex;
    flex-wrap: wrap
}

.album-products .owl-item {
    display: flex;
    height: auto !important;
}

.album-products .product-item {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.album-products .prod-album-btn {
    height: 2.65rem;
    font-weight: 600;
    text-align: center;
    padding: 0;
    line-height: 32px;
    font-size: 16px;
    box-shadow: none;
    text-shadow: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.album-products .product-title {
    color: #808080;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    font-size: .9rem;
}

.album-products .product-title p {
    margin-bottom: 0.375rem;
    overflow: hidden;
    min-height: 3em;
    line-height: 1.5;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.album-products .product-title:hover {
    color: rgba(0, 0, 0, 0.25);
}

.album-products .discount-badge,
.product-list .discount-badge{
    border-radius: 50%;
    height: 3.125rem;
    line-height: 1rem;
    min-width: auto;
    text-align: center;
    width: 3.125rem;
    background: #f28205;
    border-color: #f28205;
    color: #000;
    align-items: center;
    column-gap: .25rem;
    display: flex;
    justify-content: center;
    padding: .25rem .5rem;
    position: absolute;
    z-index: 1;
    margin: 1px 0 0 1px;
}

#relatedProducts .discount-badge {
    border-radius: 50%;
    height: 3.125rem;
    line-height: 1rem;
    min-width: auto;
    text-align: center;
    width: 3.125rem;
    background: #f28205;
    border-color: #f28205;
    color: #000;
    align-items: center;
    column-gap: .25rem;
    display: flex;
    justify-content: center;
    padding: .25rem .5rem;
    position: absolute;
    z-index: 1;
    margin: 1px 0 0 1px;
    left: 15px;
}

.album-products .badge-txt,
.product-list .badge-txt,
#relatedProducts .badge-txt {
    color: #000;
    font-size: .875rem;
    font-weight: 600;
    padding: 0;
    width: fit-content;
    line-height: 16px;
    text-align: center;
}

.product-content .badge-container,
.product-content .product-title-container{
    margin: 10px 0;
}

.product-content .badge-container .badge-discount{
    white-space: nowrap;
    width: auto;
    max-width: 72px;
    padding: 6px 12px;
    font-weight: 600;
    font-size:14px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #f28205;
    color: #000;
    border-radius: 24px;
    line-height: 1;
    text-align: center;
}

.product-content .product-title-container .product-title{
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-family: var(--secondary-font-family);
    color: #000;
    margin: 0;
    font-weight: 300;
    line-height: 1.3;
    text-shadow: none;
}
.product-content .product-title-container .title-link{
    color: #000;
    font-family: var(--primary-font-family);
    font-weight: 300;
    line-height: 1.3;
    font-size: 18px;
}

#relatedProducts h4 {
    font-weight: 500;
    text-shadow: none;
}

#relatedProducts .product-title {
    text-decoration: none;
    color: #000;
    display: block;
    min-height: 3em;
}

#relatedProducts .product-title p {
    font-family: var(--primary-font-family);
}

#relatedProducts .product-item .product-fake-value {
    text-align: left;
}

#relatedProducts .product-item .product-value {
    text-align: left;
    font-size: 24px;
    color: #333;
}

#relatedProducts .product-item .product-content {
    padding: 20px 0;
}

#relatedProducts .product-item .product-content .product-prices,
#relatedProducts .product-prices .product-value,
#relatedProducts .product-prices .product-fake-value {
    margin: 0;
}

#relatedProducts .product-content .product-discount,
#relatedProducts .product-content .product-quotes {
    font-size: 14px;
}

#relatedProducts .product-content .product-quotes {
    color: #00a650;
}


#relatedProducts .owl-carousel-products .product-item {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    min-width: 270px;
    padding: 12px 8px;
}

#relatedProducts #owl-prev,
#relatedProducts #owl-next {
    top: calc(50% - 5px);
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    width: 64px;
    height: 64px;
    z-index: 2;
    background: #fff;
    color: var(--primary-color);
}

#relatedProducts .navButton i {
    font-size: 3rem;
}

#relatedProducts  .more-products {
    display: inline-block;
    padding:
        5px 2px 5px 5px;
    position: relative;
    z-index: 1;
}

#relatedProducts  .more-products .mo-txt {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#productShow .product-show-container{
    margin-bottom: 68px;
}

/* #productShow h3{
    margin-bottom: 40px;
} */

#productShow .dropdown-menu{
    min-width: 250px;
}

.cart-added-message .add-product-container{
    padding: 0 24px 24px;
}
.added-product-message h4{
    text-shadow: none;
}

.added-product-message h4, .added-product-message .added-prod-title,
.added-product-message .added-prod-units{
    color: #000;
}

.added-prod-btn{
    padding: 16px 24px;
}

.added-prod-btn .learn-more,
.added-prod-btn .go-to-cart,
.added-prod-btn button.keep-shopping{
    font-family: var(--secondary-font-family);
    font-weight: 700;
    line-height: 48px;
}

.album-product-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.album-product-container .owl-prev,
.album-product-container .owl-next {
    top: calc(50% - 50px);
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    width: 64px;
    height: 64px;
    z-index: 2;
    background: #fff;
}

.album-product-container .owl-prev i,
.album-product-container .owl-next i {
    font-size: 2.5rem;
    line-height: 64px;
}

.product-content .product-title a{
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
}
.product-content .product-title a:hover{
    color: #007bff;
}

.product-item .badge-container {
    height: auto;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-item .badge-container .badge-discount {
    visibility: visible;
    /* Muestra el badge si está presente */
}

.product-item .product-title-container {
    margin-top: 0;
    min-height: calc(2 * 35px);
    overflow: hidden;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.product-item .product-fake-value,
.product-item .product-value {
    margin-top: 5px;
    /* Espaciado entre precios */
}

.modal-content {
    border: none;
}

.modal-content .modal-header button.close{
    width: auto;
    right: 0;
    padding: 0 .5rem;
}

#productShow .owl-carousel .owl-item {
    max-height: 600px;
}

#productShow .owl-carousel .owl-item .item {
    display: flex;
    justify-content: center;
}

#productShow .owl-carousel .owl-item img {
    max-height: 500px;
}

/* Asumamos que tu contenedor principal tiene el id #productShow */
#productShow .gallery-product-image {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

/* Fuerza el orden para que los thumbnails queden a la izquierda */
#productShow .gallery-thums-image {
    order: 1;
    width: 100px;
}

/* Y que la imagen grande ocupe el resto */
#productShow .gallery-big-image {
    order: 2;
    flex-grow: 1;
    width: calc(100% - 100px);
}

/* Aseguramos que Owl Carousel coloque los thumbs en forma vertical */
#productShow .gallery-thums-image .owl-stage {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

/* Ajustamos cada item para que ocupe el ancho completo de la columna */
#productShow .gallery-thums-image .owl-item {
    width: 100% !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    /* Espacio entre miniaturas */
}

/* Opcional: Si necesitas que el contenedor de thumbnails no oculte ningún contenido */
#productShow .gallery-thums-image .owl-stage-outer {
    overflow: visible;
}

#productShow .gallery-thums-image .owl-item .item {
    height: 50px;
    width: 50px;
    padding: 2.5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}

#productShow .gallery-thums-image .owl-item .item img {
    object-fit: contain;
}

.badge-container:empty {
    visibility: hidden;
}

.product-prices {
    margin: 0.5rem 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.submit-price{
  align-items: center;
  background-color: var(--secondary-color);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 24px;
  /* margin-bottom: 6px; */
  margin-left: 6px;
  padding: 0;
  position: relative;
  width: 24px;
}

.submit-price svg{
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(39deg) brightness(106%) contrast(101%);
  margin-left: 2px;
}

#value-min{
    margin-right: 1rem;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ced4da !important;
    border-left: 0;
}

#value-max{
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ced4da !important;
    border-left: 0;
}

#value-min::placeholder,
#value-max::placeholder{
    color: #666;
}

.sort-by #collapseSortBy:hover{
    color: #007bff;
}

#openResponsiveFilters .modal-content{
    background-color: #fff;
}

.btn-close{
    background: transparent;
    border: none;
}

.product-show-container{
    position: relative;
}

.product-show-container .product-discount{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 16px;

}

.product-discount .product-discount-badge{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #f28205;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
}

.product-discount-badge .discount-badge-txt{
    font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary-font-family);
    text-align: center;

}

.product-discount-badge .discount-badge-txt{
    line-height: 1.2;
    text-align: center;
}

.padding-and-border{
    padding: 40px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

/*
.coupon-container{
    padding: 0.5rem 1.25rem;
    border-top: 1px solid var(--primary-text-color-opacity-20)
}*/

#discount-coupon::placeholder{
    color: var(--primary-text-color-opacity-80);
}

button.remove-all,
button.my-cart-checkout{
    line-height: 48px;
    padding: 0 24px;
    margin: auto;
}

.detail-price{
    font-family: var(--secondary-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.detail-old-price{
    font-family: var(--secondary-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #BBB;
}

#modal-shipping .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-shipping .modal-header button.close {
    right: 15px;
    top: 10px;
}

#modal-shipping .modal-body label{
    margin-bottom: .5rem;
}

.submenu-grid {
    display: grid;
    gap: 1.5rem;
}

.submenu-grid.count-1 {
    grid-template-columns: 1fr;
}

.submenu-grid.count-2 {
    grid-template-columns: repeat(2, 1fr);
}

.submenu-grid.count-3 {
    grid-template-columns: repeat(3, 1fr);
}

.submenu-grid.count-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    aspect-ratio: 1 / 1;
}

.submenu-grid.count-5 {
    grid-template-columns: repeat(3, 1fr);
}

.submenu-grid.count-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
    /* Altura uniforme */
    gap: 1.5rem;
}

.submenu-grid.count-6 .submenu-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
}

.submenu-grid.count-6 .submenu-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.submenu-grid.count-6 .submenu-item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.submenu-grid.count-6 .submenu-item:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 1 / span 2;
}

.submenu-grid.count-6 .submenu-item:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.submenu-grid.count-6 .submenu-item:nth-child(6) {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}

.submenu-item {
    position: relative;
    overflow: hidden;
}

.submenu-item .submenu-link:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.submenu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.submenu-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: white;
}

.submenu-content p {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.25rem;
}

.btn-ver-mas {
    color: white;
    font-size: 0.8rem;
}

/* Estilo especial para el primer ítem que abarca 2 filas */
.submenu-item.first {
    grid-row: span 2;
}

p.author-detail{
    font-size: 14px;
    font-family: var(--secondary-font-family);
    font-weight: bold;
    color: #777;
}

.arrive-label-container {
    /* min-height: 40px; */
    display:flex;
    align-items:center;
    justify-content: center;
}

#relatedProducts .range-hours-badge{
    font-size: 12px;
    white-space: normal;
    padding: 4px 8px;
    line-height: 1.3;
}

.add-product-related{
    font-size: 12px !important;
}

.product-list{
    border: 0.2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.album-item.product-item .range-hours-badge{
    font-size: 12px;
    padding: 8px;
}

@media screen and (max-width: 1200px) {
    .album-products .prod-album-btn{
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .product-item .product-img img{
        object-fit: cover;
    }
}

@media screen and (max-width: 769px){
    #relatedProducts .owl-carousel-products .product-item{
        min-width: 210px;
    }

    #relatedProducts .product-item .product-img{
        padding: 15px 10px;
    }

    #relatedProducts .product-item a.product-title p{
        font-size: 12px;
    }

    #relatedProducts .product-item .product-fake-value{
        font-size: 10px;
    }

    #relatedProducts .product-item .product-value{
        font-size: 18px;
    }

    #relatedProducts .product-item .product-discount{
        font-size: 12px;
    }

    #relatedProducts #owl-prev, #relatedProducts #owl-next{
        width: 48px;
        height: 48px;
        top: calc(50% - 15px);
    }

    .product-description p{
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    #productShow .gallery-thums-image {
        margin-right: 0;
    }

    .product-show-container .product-discount{
        margin: 8px;
    }

    .product-discount .product-discount-badge{
        width: 55px;
        height: 55px;
        font-weight: 600;
        padding: 2px 8px;
        font-size: 18px;
    }

    .img-zoom-lens,
    .gallery-thums-image{
        display: none !important;
    }
    .product-item .product-content{
        padding: .5rem;
    }
    .product-item .product-img{
        padding: 1rem 0;
    }

    .responsive-filters{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    button.button-modal-filters{
        background-color: transparent;
        border: 0;
        color: #3483fa;
        font-family: var(--primary-font-family);
        font-weight: 400;
        font-size: 15px;
        padding: 0 !important;
    }

    button.button-modal-filters:hover,
    button.button-modal-filters:active,
    button.button-modal-filters:focus{
        color: #007bff;
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
    }

    .submenu-grid {
                gap: .5rem;
    }

    .submenu-grid.count-6 {
        grid-auto-rows: 200px;
        gap: .5rem;
    }

    p:not(p.product-value) {
        font-size: 12px;
    }

    a.product-title p {
        font-size: 16px !important;
    }

    .submenu-grid.count-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}



@media screen and (max-width: 576px){
    .album-product-container .owl-prev,
    .album-product-container .owl-next{
        width: 55px;
        height: 55px;
    }

    .album-product-container .owl-prev i,
    .album-product-container .owl-next i{
        font-size: 42px;
        line-height: 55px;
    }

    .product-content .product-title-container .product-title,
    .product-item .product-fake-value,
    .product-item .product-value{
        text-align: left;
    }

    .album-product-container .product-content .product-title-container .product-title,
    .album-product-container .product-item .product-fake-value,
    .album-product-container .product-item .product-value{
        text-align: center;
    }

    .product-content .product-title-container .title-link{
        font-size: 18px;
    }

    .responsive-filters{
        border-bottom: 1px solid #ddd;
        height: 52px;
    }

    .responsive-filters:first-of-type {
        position: relative;
    }

    .responsive-filters:first-of-type::after {
        content: "";
        position: absolute;
        right: 0;
        top: 25%;
        height: 50%; /* El borde ocupa solo la mitad vertical */
        width: 0;
        border-right: 1px solid #ddd;
    }

    .submit-price{
        display: none;
    }

    p:not(p.product-value):not(p.product-fake-value) {
        font-size: 12px;
    }

    a.product-title p {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 426px) {
    #relatedProducts #owl-prev, #relatedProducts #owl-next{
        width: 42px;
        height: 42px;
        top: calc(50% - 15px);
    }

    #relatedProducts #owl-prev i, #relatedProducts #owl-next i{
        font-size: 42px;
    }

    #relatedProducts #owl-prev{
        left: -15px;
    }

    #relatedProducts #owl-next{
        right: -15px;
    }

    .table th{
        font-size: 12px;
    }

    #shop-filters .filter-content{
        margin-top: 25px;
    }

    #shop-filters .filter-content .filter-content-intem {
        padding-bottom: 20px !important;
        margin-bottom: 20px;
    }

    .product-prices p.product-value {
        font-size: 1.5rem;
    }

    .product-prices p.product-fake-value {
        font-size: 1.1rem;
    }

    .product-content a.product-title p{
        font-size: 1.35rem !important;
    }

    td p.title-product{
        font-size: 11px;
        font-weight: 600;
    }

    .arrive-label-container {
        justify-content: flex-start;
    }

    #relatedProducts a.product-title p{
        font-size: 18px !important;
    }
}

.order-overview table {
    table-layout: auto;
    width: 100%;
    font-size: 11px;
    vertical-align: top !important;
}

.order-overview th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}

.order-overview tr {
    border-radius: 0px;
    vertical-align: top !important;
    text-align: center;
}

.order-overview tr {
    border: 1px solid transparent !important;
}

.order-overview .position-relative {
    position: relative;
}

.order-overview .border-collapse {
    border-collapse: collapse;
    border: 1px solid #535658;
}

.order-overview .dotted {
    border-top: 1px dotted #535658;
    margin: 10px 0px;
}

.order-overview .table3 {
    border-collapse: collapse;
    border-spacing: 3px;
}

.order-overview .border-none {
    border-color: transparent !important;
}
.page-color  > div,
.section-color  > div{
    height: 100%;
}

.page-color .row-content > div,
.section-color .row-content > div{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;

}
.page-color .row-content > div{
    justify-content: end;
}
.section-color .row-content > div{
    justify-content: start;
}

.section-color .row-content > div{
    justify-content: flex-end;
}

.page-color .row-content .description,
.section-color .row-content .description,
.section-color .row-content .img-content,
.page-color .row-content .img-content{
    width: calc(100% - 30px);
    padding: 20px 10px;
}

.page-color .row-content .description .page-button a{
    background: var(--page-color);
    color: var(--primary-text-color) !important;
    font-size: 12px;
    padding: 5px 15px;
}

section .section-color .row-content .description .page-button a{
    background: var(--secondary-color);
    color: var(--secondary-text-color) !important;
    font-size: 12px;
    padding: 5px 15px;
}

.page-color .row-content .content-title, .section-color .content-title{
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-color .row-content{
    background: var(--page-color);
}

.section-color .row-content .content-title{
    order: 1;
}
.section-color .row-content{
    background: var(--secondary-color);
}

.page-color .row-content .description,
.section-color .row-content  .description{
    background: #ffffff;
}

.page-color .row-content .content-title .titulo-contenido{

    color: var(--primary-text-color) !important;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-bottom: 0px !important;
    font-size: 25px;
}

.page-color .row-content .content-description i{
    color: var(--page-color) !important;
    font-size: 25px;

}

.section-color .row-content .content-description i{
    color: var(--secondary-color) !important;
    font-size: 25px;
}

.section-color  .row-content .content-title .titulo-contenido{
    color: var(--primary-text-color) !important;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    margin-bottom: 0px !important;
    font-size: 25px;
}

.content-order{
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.content-order:nth-of-type(1){
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#plataformas .title-primary-section{
    color: var(--primary-text-color);
}

.view-more{
    color: var(--primary-text-color) !important;
}

.description .page-button a {
    background: var(--secondary-color);
    color: var(--primary-text-color);
    min-width: 250px;
    padding: 5px 50px;
}

.description .has-page-button {
    text-align: center !important;
}

#caracteristicas .container-fluid, #caracteristicas .container {
    display: flex;
    justify-content: space-around;
}

.album-images #empresas .grid-image{
    display: grid;
    align-items: center;
}

@media screen and (min-width: 993px){
    .content-order .description{
        position: relative;
    }

    .content-order:nth-of-type(1) .description .content-description p.has-page-button span.page-button{
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .content-order:nth-of-type(2) .description .content-description p.has-page-button span.page-button{
        position: absolute;
        bottom: 20px;
        left: 10px;
    }
}


@media (max-width: 992px){
    .page-color .row-content .content-title, .section-color .row-content .content-title{
        width: 100%;
        padding: 15px 0;
        order: 0;
    }

    .page-color .row-content .content-title .titulo-contenido, .section-color .row-content .content-title .titulo-contenido{
        transform: rotate(0deg);
        writing-mode: horizontal-tb;
        font-size: 16px;
    }

    .page-color .row-content .content-description *:not(a, i), .section-color .row-content .content-description *:not(a, i){
        text-align: left !important;
        font-size: 13px ;
    }
    .section-color .row-content > div{
        justify-content: start;
    }
    .page-color .row-content .description .has-page-button,
    .section-color .row-content .description .has-page-button{
        text-align: center !important;
    }

    .page-color .row-content .description,
    .section-color .row-content .description{
        width: 100%;
    }

    .content-order:nth-of-type(2) .description .content-description p:not(.has-page-button){
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;

    }

    .content-order:nth-of-type(2) .description .content-description p:not(.has-page-button) i{
        margin-right: 5px;
    }
}

@media screen and (max-width: 769px){
    #plataformas .titulo h2.title-primary-section{
        display: none;
    }
}

/*My Account*/
.season_tabs {
    width: 100%;

}

.season_tabs_content a {
    color: #fff;
    display: block;
    padding: 10px;
}

.season_tabs_content{
    
    position: relative;
    border: 1px solid  var(--primary-text-color-inverse);
    padding: 0px;
}

.season_tab {
    width: 100%;
}

.season_tab.active a{
    color: var(--primary-color);
}

.season_tab:nth-last-child(){
    border-bottom: 1px solid  transparent;
}


.season_content {
    padding: 20px ;
}

.hiddenRow {
    padding: 0 !important;
} 


.season_tabs a {
    color: var(--primary-text-color-inverse);
}


.season_content {
    background: transparent;
    border: 1px solid var(--primary-text-color-inverse);
}

.season_tab {
    background: transparent;
    border-bottom: 2px solid var(--primary-color);
}

.hiddenRow {
    padding: 0 !important;
}
/*Login*/
  #modal-custom{
    z-index: 1;
  }

  #modal-custom a{
    color:var(--primary-color);
  }

  #modal-custom .modal-custom-header{
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    width: 100%;
    background: transparent;
  }

  #modal-custom .modal-custom-header a{
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
    height: 65px;
    color: var(--primary-color);
    vertical-align: middle;
    text-decoration: none;
    line-height: 65px;
    font-family:var( --primary-font-family);
    font-size: 15px;
    transition: all 0.3s ease;
    background: var(--primary-text-color);
    position: relative;
}

#modal-custom .modal-custom-header{
    position: relative;
    background: var(--primary-text-color);
}

 #modal-custom .modal-custom-header a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .09;
    background: var(--primary-text-color-inverse);
}
#modal-custom .modal-custom-header a:not(.active):before{
  opacity: .05;
}

#modal-custom .modal-custom-header a.active{
  color: var(--primary-color);
  background: transparent;
}


#modal-custom .modal-custom-header a:not(.active):hover{
  box-shadow: inset 0 -10px 20px -10px var(--primary-text-color)
}

#modal-custom .iti{
  width: 100%;
}
#modal-custom section{
  padding: 30px;
}
#modal-custom .icon-close{
  margin-bottom: 10px;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0;
  z-index: 1;
  cursor: pointer;
}

#modal-custom .icon-close span{
  color: #000;
}

#modal-custom .icon-close:hover, #modal-custom .icon-close:focus{
  color: black;
}

.forgotPassword{
  font-size: 0.8rem;
}

.backLogin{
  background-color: var(--secondary-color);
  color: var(--primary-text-color);
}

.backLogin:hover{
  text-decoration: none;
  color: var(--primary-text-color);
}

@media screen and (max-width: 321px){
  .forgotPassword{
    font-size: 0.65rem;
  }
}


#newsletter button{
    box-sizing: border-box;
    border: 0;
    height: 47px;
    background: var(--tertiary-color);
    color: var(--primary-text-color);
    max-width: 100%;
    width: 130px;
    padding: 0 6px;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-shadow: none;
    font-weight: 500;
    text-transform: uppercase;
}

#newsletter input[type="email"]{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #686865 !important;
}

.newsletter-container p.text-center{
    color: #ffffff94;
}


#newslModal .modal-header,
#newslModal .modal-body {
    padding: 0;
}

#newslModal .modal-header button.close{
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    border: 0;
    background: transparent;
    background-color: transparent;
    border-radius: 0;
    position: relative;
}

input.newsl-mail {
    height: 48px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .25);
    border-radius: .375rem;
}

#newslModal p{
    font-size: 15px;
}

#newslModal p.modal-code-txt{
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--secondary-font-family);
}

#newslModal .modal-disclaimer{
    font-size: 14px;
    margin-top: 0.5rem;
}

#newslModal .modal-disclaimer{
    color: var(--primary-text-color-opacity-90);
}

#newslModal .newsl-mail::placeholder,
#newsletter-form .input-custom::placeholder {
    color: #6c757d; /* Cambia el color */
}

#newsletter-form .input-custom,
#newsletter-form .btn-custom{
    font-size: 13px;
}

#newslModal button.subscribe {
    line-height: 34px;
    font-weight: 700;
    font-size: 20px;
}


