@font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* TEXTS */
h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 0rem;
}
/* BUTTONS */
.btn.btn-block {
    border-radius: 5px;
}
/* HEADER SEARCH DROPDOWN */
.search__dropdown {
    width: 100%;
    color: #262626;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    border-radius: 1.5px;
    opacity: 0;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
    visibility: hidden;
    -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s;
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#search:focus ~ .search__dropdown--open, .search__dropdown--open:hover {
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    border-radius: 9px;
    padding: 12px;
}
.header-search.hs-expanded {
    max-width: 100%;
}
.header-search input.form-control {
    border: 0px;
}
.header-search .btn-search {
    margin: 0px;
    border-color: #f4f4f4;
}
.header-search.hs-round.hs-expanded .form-control {
    border-radius: 5px 0 0 5px;
    background: #f5f6f8;
}
.header-search.hs-round .btn-search{
    border-radius: 0 5px 5px 0;
}
.header-search .btn-search{
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: white;
}
.header-search .btn-search:hover, .header-search .btn-search:active, .header-search .btn-search:focus{
    color: var(--secondary-color);;
    background-color: var(--primary-color);;
    border-color: var(--primary-color);;
}
.row.d-flex.align-items-center.menu-result-search img{
    width: 80px;
}
.menu>li:hover>.submenu, .menu>li:hover .megamenu, .menu>li.show>.submenu, .menu>li.show .megamenu {
    top: 0%!important;
}
.mobile-menu li.expanded > a, .mobile-menu li.show > a, .mobile-menu li:hover > a {
    color: white!important;
}
.mobile-menu-toggle{
    font-size: 1.4rem;
}
.header-call:hover .w-icon-call, .header-call:hover .phone-number {
    color: var(--secondary-color)!important;
}
.header-bottom {
    color: #fff;
    background: var(--secondary-color);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.category-dropdown > a {
    background: var(--primary-color);
}
.welcome-msg {
    font-size: 1.3rem;
}
/* BREADCRUMS */
.breadcrumb {
    background-color: transparent!important;
}
/* TABS */
.my-account .nav-link, .my-account .link-item {
    padding: 6px!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.tab-vertical .tab-content{
    border-top: 0px;
}
.tab-nav-underline .nav-item.show .nav-link::after, .tab-nav-underline .nav-item .nav-link.active::after, .tab-nav-underline .nav-item:hover .nav-link::after {
    border-color: transparent;
}
/* PRODUCTOS */
.product-variations>.disabled,
button.color:disabled,
button[disabled].btn-cart {
    cursor: not-allowed;
    opacity: 0.3;
}
.category {
    font-size: 1.3rem;
}
select.form-control.type.input-sm {
    min-height: 3.7rem!important;
    padding: 0 12px 0 12px;
}
.widget-banner .banner-price-info {
    font-size: 2.6em;
}
.owl-theme .owl-nav .owl-prev {
    left: 5px;
}
.owl-theme .owl-nav .owl-next {
    right: 5px;
}
.product-tabs .nav-link{
    font-size: 1.5rem;
    padding-right: 4px;
    padding-left: 4px;
}
.product-tabs .nav-item:not(:last-child) {
    margin-right: 0rem;
}
.tab-nav-underline .nav-item:not(:last-child) {
    margin-right: 10px;
}
.product-countdown-container{
    margin-bottom: 0rem;
}
.product-media {
    border-radius: 10px 10px 0px 0px;
}
.product-details {
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 10px;
}
h3.product-commercial-name {
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-key-attributes {
    font-size: 1.3rem;
    color: #cdde00 !important;
}
span.product-category.sku {
    font-size: 1.5rem;
}
.old-price ins.new-price {
    margin-right: 10px;
}
.product-single .product-price {
    font-weight: 100;
    display: flex;
    align-items: center;
}
.product-single .ratings-full, .product-single .ratings{
    font-size: 1.4rem;
}
.product-price label.product-label.label-hot{
    font-size: 0.9rem;
}
.product-single .rating-reviews {
    font-size: 1.8rem;
}
.product-single .product-stock {
    font-size: 2.4rem;
    font-weight: 600;
    display: flex;
    justify-content: start;
    align-items: center;
    border: 2px solid var(--ter);
    border-radius: 4px;
    padding: 10px;
}
.product-wrap {
    margin-bottom: 2rem;
    border-radius: 19px;
}
/* WARRANTY */
.warranty-wrap {
    padding: 15px;
    min-height: 75px;
    margin-bottom: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.warranty-name {
    font-size: 1.3rem;
}
.label-warranty {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}
.warranty-wrap {
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease;
}
.radio-group-warranty input[type="radio"] {
    display: none;
}
/* CATEGORIAS */
.category-wrapper img {
    min-height: auto;
}
.category-dropdown.has-border .category-toggle {
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
}
/* GALLERY */
.instagram a::after {
    content: ""!important;
}
/* FORMS */
.form-control, .shipping-address .form-control, .shipping-address .select-box {
    background-color: #f4f4f4;
}
.select-box select, .select-menu select {
    max-width: 100%!important;
}
.product-single .product-size-swatch .size {
    font-size: 1.2rem;
}
.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(244 244 244);
    color: #969696 !important;
}
/* POPUP */
.mfp-content {
    max-width: 760px;
}
.newsletter-popup{
    justify-content: center;
    text-align: center;
}
/* CART SIDEBAR */
.product.product-cart{
    width: 95%;
}
.cart-dropdown .products {
    max-height: 54rem;
    overflow: scroll;
}
.cart-dropdown .products::-webkit-scrollbar {
    width: 0px;
}
.cart-dropdown .products::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
.cart-dropdown .products::-webkit-scrollbar-thumb {
    background-color: #e1dbdb00;
    border-radius: 0px;
}
.cart-dropdown.cart-offcanvas .dropdown-box{
    right: -40rem;
    max-width: 40rem;
    z-index: 99999999;
}
.cart-dropdown .cart-count {
    background: var(--secondary-color);
}
.row.d-flex.align-items-center.menu-result-search {
    cursor: pointer;
}
.row.d-flex.align-items-center.menu-result-search:hover {
    background: #eaeaea;
}
.megamenu > li {
    list-style: none;
}
ul.categories ul.categories:not(:first-child) {
    padding-left: 20px;
}
ul.categories ul.categories ul.categories:not(:first-child) {
    padding-left: 20px;
}
/* STICKY */
.sticky-content.fixed {
    z-index: 10!important;
}
/* SCROLL BODY */
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: rgb(101, 98, 98);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 20px;
}
/* TOOLS */
/* .ratings {
    font-size: 1rem;
} */
/* THEME SWITCH */
.DarkLightDesk {
    display: flex;
    align-items: center;
    width: 105px;
    background: #fbfbfb;
    color: rgb(16, 15, 15);
    padding: 4px;
    border-radius: 20px;
    margin-left: 12px;
    position: relative;
    transition: background-color 0.5s ease;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 7px 3px inset
}
.DarkLight-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom:auto;
}
.DarkLight-flex {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.DarkLight-flex2 {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-start: -20px;
    font-weight: 500;
}
.DarkLightDesk img {
    transition: transform 0.4s ease;
    max-width: 42%;
}
#toggle:checked + .DarkLightDesk {
    background: #e9e9e9ff;
    color: #e9e9e9ff;
}
#toggle:checked + .DarkLightDesk img {
    transform: translateX(80px);
}
#toggle1:checked + .DarkLightDesk {
    background: #e9e9e9ff;
    color: #e9e9e9ff;
}
#toggle1:checked + .DarkLightDesk img {
    transform: translateX(80px);
}
.hidden-checkbox {
    display: none;
}
.DarkLightDesk-label {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Theme Cookies */
.cookie-banner {
    display: none;
    background: #fff;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 160%;
    border-radius: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999991;
    padding-top: 10px;
    box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
    text-align: center;
    transform: translate(-50%, -50%);
    overflow: auto;
    max-height: 100vh;
}
.cookie-banner.active {
    display: block;
}
.cookie-banner .cookie-image {
    max-width: 62%;
    position: absolute;
    top: 0;
    left: calc(50% - 31%);
}
.cookie-banner .cookie-title,
.cookie-banner .cookie-paragraph {
    margin-bottom: 15px;
}
.cookie-banner .cookie-title {
    color: #cdde00;
}
.cookie-banner .cookie-button-accept {
    width: 70%;
    background: #cdde00;
    border: none;
    color: #fff;
    text-align: center;
    padding: 13px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 17px;
    margin-bottom: 15px;
    font-size: 20px;
}
.cookie-banner .cookie-button-accept:hover {
    background: #000;
}
.cookie-banner .cookie-button-decline {
    width: 70%;
    border: none;
    color: #cdde00;
    text-align: center;
    padding: 15px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 17px;
    margin-bottom: 5px;
    font-size: 20px;
}
.cookie-banner .cookie-button-decline:hover {
    text-decoration: underline;
}
.cookie-banner .cookie-link {
    color: #969696;
    text-decoration: none;
    font-size: 14px;
}
.cookie-banner .cookie-link:hover {
    text-decoration: underline;
}
.cookie-banner-background {
    display: none;
    background: rgba(0, 0, 0, .20);
    position: fixed;
    z-index: 99999990;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.cookie-banner-background.active {
    display: block;
}
/* BANNER */
.banner-deal {
    margin-top: 0.3rem;
    padding: 3.8% 3.8% 4%;
}
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
    overflow: hidden;
}
.banner-deal .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* GRID */
.w-40 {
    width:40%!important
}
/* SKELETON LOADING */
.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
}
.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
            animation: shimmer 2s infinite;
    content: "";
}
.blog-post__headline {
    font-size: 1.25em;
    font-weight: bold;
}
.blog-post__meta {
    font-size: 0.85em;
    color: #6b6b6b;
}
.o-media {
    display: flex;
}
.o-media__body {
    flex-grow: 1;
}
.o-vertical-spacing > * + * {
    margin-top: 0.75em;
}
.o-vertical-spacing--l > * + * {
    margin-top: 2em;
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
/* MEDIA QUERYS*/
@media (min-width: 1001px) {
    .cookie-banner {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 500px;
        max-height: none;
        overflow: auto;
        max-height: 100vh;
    }
    .cookie-banner.active {
        display: flex;
    }
    .cookie-banner-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }
    .cookie-banner .cookie-image-container {
        flex: 1;
        text-align: left;
    }
    .cookie-banner .cookie-image {
        max-width: 100%;
        position: static;
    }
    .cookie-banner .cookie-text-container {
        flex: 2;
        text-align: left;
    }
    .cookie-banner .cookie-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        background: #ebebeb;
    }
    .cookie-banner .cookie-button-accept,
    .cookie-banner .cookie-button-decline {
        width: 48%;
        margin-bottom: 0;
    }
}

@media (max-width: 1000px) {
    .cookie-banner {
        display: none;
        flex-direction: column;
        text-align: center;
    }
    .cookie-banner.active {
        display: block;
    }
    .cookie-banner-content {
        display: block;
        padding-bottom: 10px;
    }
    .cookie-banner .cookie-image-container {
        text-align: center;
        margin-bottom: 15px;
    }
    .cookie-banner .cookie-image {
        max-width: 62%;
        position: static;
    }
    .cookie-banner .cookie-text-container {
        text-align: center;
        padding: 10px;
    }
    .cookie-banner .cookie-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ebebeb;
        padding-top: 5px;
    }
    .cookie-banner .cookie-button-accept,
    .cookie-banner .cookie-button-decline {
        width: 70%;
        margin-bottom: 10px;
    }
}
/* Class for bold text */
.cookie-bold-text {
    font-weight: bold;
}
/* FOOTER */
.footer-top{
    padding: 4rem 0 0.8rem;
    border-bottom: 0px;
}
.footer .social-icons {
    margin-top: 30px;
}
.footer-bottom, .footer-bottom .container, .footer-bottom .container-fluid {
    justify-content: center;
}
.center-1 {
    width: 81%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(8.2%); /* Desplaza el texto hacia la derecha */
}
.welcome-msg {
    max-width: 100%;
    margin: 0;
}
.widget-collapsible .toggle-btn::before,
.widget-collapsible .toggle-btn::after {
    border-top: 2px solid #cdde00 !important;
}
.icon-green{
    color: #cdde00;
}
.icon-sword:before {
    content: "";
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url('../images/home/icons/Espada.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-facebook:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/facebook.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-instagram:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/instagram.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-twitter:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/x.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-linkedin:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/linkedin.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-youtube:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/home/icons/youtube.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-tiktok:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/tiktok.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-twitch:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/twitch.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-messenger:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/messenger.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-reddit:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/reddit.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-spotify:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../images/home/icons/spotify.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-discord:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/discord.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-deals:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/Hot-Deals.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-cart:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/Cart.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-acces:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../images/home/icons/Acc.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.title-large{
    font-size: xx-large !important;
}
.text-black{
    color: #000 !important;
}
.brb-none{
    border-bottom: none !important;
}
.btn-rounded-bar{
    color: #cdde00;
    border-radius: 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: 1px solid transparent;
    transition: background-color 0.4s, border 0.4s, color 0.4s;
    line-height: 1;
}
.btn-rounded-bar:hover{
    background-color: transparent;
    border-color: #cdde00 !important;
    color: #cdde00 !important;
    border-radius: 0.3rem;
}
.btn-rounded-disable{
    color: #b1b1b1;
    border-radius: 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: 1px solid #b1b1b1;
    line-height: 1;
}
.rain-progress-bar {
    background: linear-gradient(
        90deg,
        red 0%,
        orange 16.6%,
        yellow 21%,
        green 50%,
        blue 66.6%,
        indigo 83.3%,
        violet 100%,
        red 120%
    );
    background-size: 300% 100%;
    animation: rainbowAnimation 6s linear infinite;
}
.category-icon .category-media {
    padding: unset;
    border: none;
}
/* Begin: Select option orders */
.form-select-solid {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #495057;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: none;
  /* appearance: none; */
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 8px 10px;
  cursor: pointer;
}

.form-select-solid:hover {
  border-color: #0d6efd;
  background-color: #e9f0ff;
}

.form-select-solid:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
  background-color: #fff;
}

.form-select-solid option {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #212529;
}

.form-select-solid.rounded {
  border-radius: 0.5rem;
}

/* Responsive font size */
@media (max-width: 576px) {
  .form-select-solid {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
    background-position: right 0.8rem center;
  }
}
/* End: Select option orders */
/* begin: SOLICITUDES DEL BAD ROGER */
.font-montserrat{
    font-family: 'montserrat', sans-serif !important;
}
.text-parrafo {
    color: #fff !important;
    font-size: 1.2em !important;
    font-weight: 300;
    font-family: 'montserrat', sans-serif !important;
    letter-spacing: 1.5px !important;
    line-height: 1.5 !important
}
/* end: SOLICITUDES DEL BAD ROGER */

/* code chatwoot */
.woot-widget-bubble{
    bottom: 70px !important;
}
.product-price .normal-price{
    margin-right: 12px;
}
.btn-success.btn-link {
    background-color: transparent;
    color: #cdde00;
    border-color: #cdde00;
}
.size-qian{
    max-width: 80% !important;
}
@keyframes rainbowAnimation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
/* MEDIAS */
@media (max-width: 479px){
    .product:not(.product-list) .product-label-group {
        top: 1rem;
        left: 0rem;
    }
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 28rem!important;
    }
}
@media (max-width: 576px){
    .intro-slide {
        min-height: 185px;
    }
}
@media (max-width: 480px){
    .intro-slide {
        min-height: 152px;
    }   
}
@media (max-width: 380px){
    .intro-slide {
        min-height: 130px;
    }   
}
@media (min-width: 577px){
    .intro-slide {
        min-height: 242px;
    }
}
@media (min-width: 768px){
    .product-single .product-details {
        padding: 10px;
        border-radius: 10px;
    }
    .intro-slide {
        min-height: 300px;
    }
}
@media (min-width: 935px){
    .intro-slide {
        min-height: 355px;
    }
}
@media (max-width: 767px){
    .product-price {
        font-size: 1.1rem;
    }
    .logo img {
        margin-left: 80px;
        max-width: 90px;
    }
    .intro-slide3 .banner-title {
        font-size: 1.2rem!important;
    }
    .newsletter-popup {
        max-width: 100%!important;
    }
    .center-1 {
        width: auto;
        transform: none;
    }
    .link-banner-newsletter {
        padding: 2rem 3rem 2rem !important;
    }
}

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

}
@media (min-width: 1100px) {
    .intro-slide {
        min-height: 412px !important;
    }
}
@media (min-width: 1250px) {
    .intro-slide {
        min-height: 490px !important;
    }
}
@media (min-width: 1400px) {
    .intro-slide {
        min-height: 504px !important;
    }
}
@media (min-width: 1650px) {
    .intro-slide {
        min-height: 717px !important;
    }
}
@media (min-width: 2300px) {
    .intro-slide {
        min-height: 860px !important;
    }
}
@media (min-width: 2800px) {
    .intro-slide {
        min-height: 1100px !important;
    }
}
