.js-cookie-consent button,
body {
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.buy-now-btn,
.js-cookie-consent button {
    white-space: nowrap;
    line-height: 1.1764805882;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    text-align: center;
    cursor: pointer;
}
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}
.js-cookie-consent {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background-color: #000;
    width: 300px;
    z-index: 500;
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;
}
.js-cookie-consent.rtl {
    position: fixed;
    bottom: 25px;
    left: 125px;
    background-color: #000;
    width: 300px;
    z-index: 500;
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;
}
.nav-container,
.search-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.footer-content,
.rounded-lg,
footer .footer-services {
    max-width: 1180px;
    margin: auto;
    padding-top: 1px;
}
.js-cookie-consent p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.js-cookie-consent button {
    display: inline-block;
    font-weight: 400;
    min-width: 80px;
    padding: 9px 20px !important;
    border-radius: 98px;
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
    border: 0;
}
.js-cookie-consent .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* gap: 20px; */
    gap: 5px;
    justify-content: center;
}
body {
    line-height: 1.8;
    margin: 0;
}
a,
button,
h1,
h2,
h3,
h4,
h5,
nav .desktop-nav li a {
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* color: #007bff; */
    color: var(--theme-color);
    text-decoration: none;
    background-color: transparent;
}
/* a:hover {
    color: var(--theme-color) !important;
} */
.buy-banner {
    display: flex;
    min-width: 100%;
    height: 80px;
    background-color: #eee;
    align-items: center;
    justify-content: center;
}
.buy-now-btn,
.search-container .quick-links ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.buy-now-btn {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 0.3rem 1rem;
    border-radius: 980px;
    /* background: #0071e3; */
    background: var(--theme-color);
    color: #fff !important;
}
.sign-up-link,
.sign-up-link a,
.sign-up-link span {
    font-size: 14px !important;
}
.buy-now-btn:hover {
    background: var(--theme-color);
}
.desktop-nav a:hover,
.mobile-nav a:hover,
.newslwter-section form,
.newslwter-section p,
.whatsapp-chat a:hover {
    color: #fff;
}
.nav-container {
    background: #000;
    height: 44px;
    z-index: 110;
}
/* @media screen and (max-width: 896.98px) {
    .nav-container-2-rows {
        height: 47px !important;
    }
}
@media screen and (min-width: 897px) {
    .nav-container-2-rows {
        height: 77px !important;
    }
} */
.nav-container.auth-nav {
    background: #fff;
    margin-top: 10px;
}
.breadcrumbs-container nav,
.nav-container nav {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
}
nav .desktop-nav {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    margin-top: -1px;
}
.desktop-nav ul,
footer .footer-services p {
    margin-bottom: 0;
}
nav .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
nav .desktop-nav .right {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
}
nav .desktop-nav li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.4s;
}
.values-container .value .image-container img:first-child,
.values-container .value:hover .image-container img:last-child,
nav .desktop-nav li a:hover {
    opacity: 1;
}
.link-logo {
    /* background: url("/store/images/logo/logo-white.svg") center/contain no-repeat; */
    background: var(--project-logo) center/contain no-repeat;
    display: block;
    height: 44px;
    width: 125px;
}
.link-logo-black {
    /* background: url("/store/images/logo/logo-dark.svg") center/contain no-repeat; */
    background: var(--project-logo-dark) center/contain no-repeat;
    display: block;
    height: 44px;
    width: 125px;
}
.link-bag,
.link-flag,
.link-search,
.link-support {
    height: 19px;
    width: 19px;
}
.link-search {
    /* background: url("/store/images/header/search-icon.svg") center/contain no-repeat; */
    display: block;
}
.link-support {
    background: url("/store/images/header/support-icon.svg") center/contain no-repeat;
    ddisplay: block;
}
.link-bag {
    background: url("/store/images/header/bag-icon.svg") center/contain no-repeat;
    display: block;
}
.link-user,
.link-user-href {
    background: url("/store/images/header/profile-user-icon.svg") top/contain no-repeat;
    display: block;
    height: 19px;
    width: 19px;
}
.link-flag {
    background: url("/store/images/header/flag/universal-lang.svg?v=1.2") center/contain no-repeat;
    display: block;
}
.link-close {
    background: url("/store/images/header/close-icon.svg") center/17px no-repeat;
    display: block;
    height: 44px;
    width: 20px;
}
.bagview-nav-item-bag,
.bagview-nav-item-orders,
.bagview-nav-item-savedbyyou {
    background-position: -2px 11px;
    background-size: 21px 21px;
}
.search-container.hide {
    opacity: 0;
    pointer-events: none;
}
.search-container {
    /* width: 60%; */
    margin: 0 auto;
    padding: 0 42px;
    z-index: 200;
    position: relative;
}
.search-container .link-search {
    left: 12px;
    opacity: 0.5;
}
.search-container .link-close {
    position: absolute;
    top: 0;
    right: 12px;
    cursor: pointer;
}
.search-container .link-close:hover {
    opacity: 0.7;
}
.search-container form {
    width: 100%;
    margin: 0 auto;
}
.search-container form input {
    width: 100%;
    height: 44px;
    border: 0;
    outline: 0;
    background: 0 0;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 17px;
}
.overlay.show {
    position: fixed;
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(16px);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0px;
    z-index: 101;
}
.search-container .quick-links {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 16px 8px;
    /* border-radius: 0 0 16px 16px; */
    border-radius: 10px;
    /* margin-top: 43px; */
    margin-top: 1px;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
}
.search-container .quick-links h2 {
    text-transform: uppercase;
    font-size: 12px;
    color: #6e6e73;
    margin: 10px 32px 0;
}
.search-container .quick-links ul {
    list-style: none;
    margin-top: 12px;
}
.search-container .quick-links ul li a {
    width: 100%;
    padding: 8px 50px;
    color: #1d1d1f;
    text-decoration: none;
}
.search-container .quick-links ul li a:hover {
    background: #f5f5f5;
    color: #3e64ff;
}
.desktop-nav li {
    transition: 0.4s;
}
.desktop-nav.hide li {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}
.sign-up-link {
    display: flex;
    width: 230px !important;
}
.sign-up-link a {
    color: #0171e3 !important;
    font-weight: 500 !important;
}
.desktop-nav li:first-of-type,
.desktop-nav.hide li:nth-of-type(10) {
    transition-delay: 0s;
}
.desktop-nav li:nth-of-type(2),
.desktop-nav.hide li:nth-of-type(9) {
    transition-delay: 30ms;
}
.desktop-nav li:nth-of-type(3),
.desktop-nav.hide li:nth-of-type(8) {
    transition-delay: 60ms;
}
.desktop-nav li:nth-of-type(4),
.desktop-nav.hide li:nth-of-type(7) {
    transition-delay: 90ms;
}
.desktop-nav li:nth-of-type(5),
.desktop-nav.hide li:nth-of-type(6) {
    transition-delay: 120ms;
}
.desktop-nav li:nth-of-type(6),
.desktop-nav.hide li:nth-of-type(5) {
    transition-delay: 150ms;
}
.desktop-nav li:nth-of-type(7),
.desktop-nav.hide li:nth-of-type(4) {
    transition-delay: 180ms;
}
.desktop-nav li:nth-of-type(8),
.desktop-nav.hide li:nth-of-type(3) {
    transition-delay: 210ms;
}
.desktop-nav li:nth-of-type(9),
.desktop-nav.hide li:nth-of-type(2) {
    transition-delay: 240ms;
}
.desktop-nav li:nth-of-type(10),
.desktop-nav.hide li:first-of-type {
    transition-delay: 270ms;
}
.search-container .link-search,
.search-container form {
    opacity: 1;
    transform: translateX(0);
    transition: 0.4s 380ms;
}
.search-container.hide .link-search,
.search-container.hide .quick-links h2,
.search-container.hide form {
    opacity: 0;
    transform: translateX(50px);
}
.search-container .link-search {
    opacity: 0.6;
}
.search-container.hide .link-close,
.values-container .value .image-container img:last-child,
.values-container .value:hover .image-container img:first-child {
    opacity: 0;
}
.search-container .link-close {
    opacity: 0.5;
    transition: 0.4s 0.4s;
}
.search-container .quick-links h2 {
    opacity: 1;
    transform: translateX(0);
    transition: 0.4s 0.8s;
}
.search-container.hide .quick-links ul li {
    transform: translateX(60px);
    opacity: 0;
}
.search-container .quick-links ul li {
    opacity: 1;
    transform: translateX(0);
    transition: 0.4s;
}
.search-container .quick-links ul li:first-of-type {
    transition-delay: 820ms;
}
.search-container .quick-links ul li:nth-of-type(2) {
    transition-delay: 830ms;
}
.search-container .quick-links ul li:nth-of-type(3) {
    transition-delay: 840ms;
}
.search-container .quick-links ul li:nth-of-type(4) {
    transition-delay: 850ms;
}
.search-container .quick-links ul li:nth-of-type(5) {
    transition-delay: 860ms;
}
.breadcrumb-home svg,
.footer-content-links h3 span,
.footer-content-links hr,
.hidden,
.icofont-whatsapp-text,
.mobile-nav,
.mobile-product-list,
.mobile-search-container,
.only-mobile {
    display: none;
}
.values-container .value .image-container {
    position: relative;
    width: 38px;
    height: 32px;
    text-align: center;
}
.values-container .value .image-container img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: opacity 0.25s ease-in-out;
}
.breadcrumb-home {
    display: contents;
}
@media (max-width: 1230px) {
    .nav-container nav {
        width: 100%;
        padding: 0 32px;
    }
}
.bag-container,
.user-details-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
    position: relative;
}
a,
div,
input,
span {
    -webkit-tap-highlight-color: transparent;
}
.bag-container {
    max-width: 1494px;
}
.user-details-container {
    max-width: 1573px;
}
.bagview,
.userview {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 1;
    width: 286px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d2d2d7;
}
.bagview.rtl {
    left: 10px;
    right: auto;
}
.bagview-content {
    margin: 0 0 10px;
    min-height: 90px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    height: auto;
}
.bagview-message {
    color: #6e6e73;
    padding: 35px 0 23px;
    margin: 0;
    text-align: center;
    letter-spacing: inherit;
}
.bagview-nav-item-checkout a,
.bagview-nav-link {
    line-height: 44px;
    letter-spacing: -0.016em;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bagview-nav {
    width: auto !important;
    margin-bottom: 9px !important;
}
.bagview-list {
    border-top: 1px solid #d2d2d7;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.bagview-button {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.bagview-nav-item-checkout {
    /* background-color: #06c; */
    background-color: var(--theme-color);
    border-radius: 30px;
    text-align: center;
}
.mega-menu,
.mega-offers {
    background-color: #f8f8f8;
    top: 44px;
    animation-delay: 0.4s;
    transition: 0.4s cubic-bezier(0.25, 0.1, 0.83, 0.69);
}
.bagview-nav-item-checkout a {
    color: #fff;
    padding: 0 28px;
    text-decoration: none;
    border: none;
}
.bagview-nav-item-checkout a:hover {
    color: #fff;
}
.bagview-nav-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #d2d2d7;
    cursor: pointer;
}
.bagview-nav-item:first-child {
    border-top-style: none;
}
.bagview-nav-link {
    /* color: #06c; */
    color: var(--theme-color);
    /* padding: 0 28px; */
    padding: 0 15px;
    text-decoration: none !important;
    font-size: 14px;
}
.userview .bagview-list:first-child {
    border: 0;
}
.bagview-nav-link:hover {
    /* color: #0056b3 !important; */
    color: var(--theme-color) !important;
}
.bagview-nav-item-bag {
    background-image: url("/store/images/header/bag/bag.svg");
    background-repeat: no-repeat;
}
.bagview-nav-item-savedbyyou {
    background-image: url("/store/images/header/bag/savedbyyou.svg");
    background-repeat: no-repeat;
}
/* .bagview-nav-item-orders {
    background-image: url("/store/images/header/bag/orders.svg");
    background-repeat: no-repeat;
} */
/* .bagview-nav-item-admin {
    background-image: url("/store/images/header/bag/admin.svg");
    background-position: 0 11px;
    background-repeat: no-repeat;
    background-size: 21px 21px;
} */
.bagview-nav-item-price-converter {
    background-image: url("/store/images/header/bag/priceconverter.svg");
    background-position: 0 9px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
.bagview-nav-item-cost-calculator {
    background-image: url("/store/images/header/bag/costcalculator.svg");
    background-position: 0 11px;
    background-repeat: no-repeat;
    background-size: 23px 23px;
}
.bagview-nav-item-account,
.bagview-nav-item-signin {
    background-position: -2px 11px;
    background-size: 21px 21px;
    background-repeat: no-repeat;
}
/* .bagview-nav-item-account {
    background-image: url("/store/images/icons/account-icon.svg");
} */
/* .bagview-nav-item-signin {
    background-image: url("/store/images/header/bag/signin.svg");
} */
/* .bagview-nav-item-signout {
    background-image: url("/store/images/header/bag/logout.svg");
    background-position: 0 16px;
    background-repeat: no-repeat;
} */
.bagview-caret {
    left: 9px;
    overflow: hidden;
    position: relative;
    bottom: 1px;
    width: 100%;
    height: 8px;
    z-index: 1;
}
.no-scroll {
    overflow: hidden !important;
}
.bagview-caret::after {
    background: #fff;
    border-radius: 2px 0 0;
    left: 50%;
    border: 1px solid #d2d2d7;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg) skew(4deg, 4deg);
    transform: rotate(45deg) skew(4deg, 4deg);
    -webkit-transform-origin: 0% 0;
    transform-origin: 0% 0;
    z-index: 3;
}
.mega-menu ul li:hover a {
    color: #0071e3 !important;
}
.mega-menu img {
    height: 50px;
    margin: 1px 0 10px;
}
.mega-menu ul li,
.mega-menu ul li a {
    color: #000 !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    transition: none;
    font-size: 12px;
}
.mega-menu ul {
    padding: 10px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    column-gap: 45px;
    width: 1180px;
    flex-wrap: nowrap;
}
.mega-menu {
    display: flex;
    position: absolute;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}
.mega-menu,
.mega-offers {
    visibility: hidden;
    opacity: 0;
}
.mega-offers {
    display: flex;
    position: absolute;
    width: auto;
    min-width: 15vw;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-around;
}
.right-offer,
footer {
    background-color: #000;
}
.footer-quick-links,
.newslwter-section {
    position: relative;
    top: -50px;
}
.left-offer div .buy-now-btn,
.right-offer div .buy-now-btn {
    padding: 12px 70px;
    margin-bottom: 16px;
    opacity: 1;
}
.left-offer .text h3 {
    font-weight: 400;
    margin: 0;
}
.left-offer .text span span.yellow,
.right-offer .text span span.yellow {
    color: #f9d339;
}
.left-offer .text span,
.right-offer .text span {
    font-weight: 400;
    text-transform: uppercase;
}
.left-offer .text {
    margin: 15px 0;
    text-align: center;
}
.left-offer img {
    height: 400px !important;
    width: auto;
}
.left-offer {
    display: flex;
    flex-direction: column;
    margin: 0 30px;
    align-items: center;
}
.right-offer {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 9px;
}
.right-offer img {
    height: 400px !important;
    width: auto;
    padding: 10px;
    margin: 0 60px;
}
.newslwter-section input,
.newslwtter-form input {
    padding-right: 35px;
    padding-left: 25px;
    font-family: inherit;
    letter-spacing: normal;
}
.right-offer .text {
    color: #fff;
    margin: 30px 0 0;
    text-align: center;
}
.right-offer .text h3 {
    font-weight: 500;
    margin: 0;
}
footer li img {
    width: 45px;
    height: 45px;
    margin: 0;
}
footer {
    width: 100%;
    padding: 0;
    color: #000;
    font-size: 13px;
    margin-top: 0;
}
footer .footer-services ul {
    position: relative;
    background-color: #121212;
    padding: 10px;
}
.footer-services ul li a,
.footer-services ul li p {
    color: #a3a3a3;
}
.footer-services ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.15rem 0;
    flex-wrap: nowrap;
    flex-direction: column;
    flex: 16%;
}
.services {
    background-color: #121212;
}
.newslwtter-form input {
    height: 2.5em;
    font-weight: 400;
    border-radius: 25px;
    color: #ddd;
    /* border: 2px solid #ddd; */
    border: 2px solid #626262;
    background-color: transparent;
    margin: 10px 0;
    width: 85%;
    font-size: 14px;
}
.newslwter-section button:hover,
.newslwtter-form button:hover,
.social-status a:hover {
    background-color: var(--theme-color-hover);
}
.newslwtter-form button > img {
    max-height: 13px;
}
.newslwtter-form button {
    height: 35.48px;
    width: 38px;
    display: flex;
    color: #fff;
    font-size: 1.5em;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color: #0056b3;
    border: 0;
    border-radius: 25px;
}
.footer-sections {
    padding-top: 80px;
}
.footer-services ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}
.footer-quick-links ul li a,
.policy-links ul li a {
    font-weight: 400;
    color: #fff;
}
.footer-content li a:hover,
.footer-quick-links ul li a:hover,
.policy-links ul li a:hover {
    /* color: #0056b3; */
    color: var(--theme-color-hover);
}
.policy-links ul {
    list-style: none;
    display: flex;
    gap: 2.5em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.footer-content {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    /* padding: 50px 0 40px; */
    /* padding: 50px 0 0px; */
}
.footer-content h3,
.footer-content h4 {
    margin-bottom: 15px;
}
.footer-content ul {
    list-style: none;
    margin-bottom: 0;
}
.footer-content li a {
    color: #a3a3a3;
    line-height: 2.5;
}
.footer-content p {
    color: #a3a3a3;
    font-size: 14px;
    margin: 0;
}
.footer-content .big-container {
    max-width: 34%;
}
.footer-content .small-container {
    max-width: 25%;
}
footer li img.bigger {
    height: 50px;
    width: auto;
}
footer .footer-bottom {
    max-width: 1180px;
    color: #fff;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 11px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-container,
.footer-container {
    margin: 9em auto auto;
}
.footer-hr {
    background-color: #dce9d5;
    margin: 1.25rem 0;
    width: 100%;
    opacity: 0.2;
}
.footer-bottom-container {
    position: relative;
    background-color: #3c3c3c;
}
.footer-bottom .qel p {
    letter-spacing: 3.5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 0;
}
.newslwter-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem 1em 2rem;
}
.newslwtter-form {
    width: 99%;
    max-width: 500px;
}
.newslwtter-form form input {
    margin-right: 10px;
}
.newslwtter-form form {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.newslwter-section p {
    flex: 100%;
    margin: 1.5rem 0 0.7rem;
    text-align: center;
}
.newslwter-section input {
    width: 85%;
    height: 2.5em;
    font-weight: 500;
    border-radius: 25px;
    color: #333;
    border: 1px solid #bbb;
    background-color: #f8f8f8;
    font-size: 1.1em;
    margin: 10px 0;
}
.newslwter-section button {
    background-color: #0056b3;
    text-decoration: none;
    padding: 8px 24px;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #fff;
    font-size: 1.25em;
    line-height: normal;
}
.footer-quick-links ul,
.social-status {
    display: flex;
    gap: 1.5em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social-status {
    padding-top: 2rem;
}
.footer-quick-links ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.15rem 0;
    flex-wrap: nowrap;
    flex-direction: column;
}
.social-status a:hover {
    /* background-color: #0056b3; */
    background-color: var(--theme-color);
}
.social-status a:hover i {
    color: #f8f8f8;
}
.social-status a {
    height: 35px;
    width: 35px;
    background-color: #f8f8f8;
    /* color: #0056b3; */
    color: var(--theme-color);
    border-radius: 100%;
}
.social-status a i {
    height: 35px;
    display: flex;
    /* color: #0056b3; */
    color: var(--theme-color);
    font-size: 1.5em;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
i {
    font-size: 1.5em;
}
.whatsapp-chat {
    position: fixed;
    width: auto;
    min-width: 50px;
    height: auto;
    min-height: 10px;
    right: 25px;
    background-color: green;
    border-radius: 25px;
    color: #fff;
    z-index: 9999;
    bottom: 25px;
}
.whatsapp-chat a,
.whatsapp-chat a:visited {
    font-size: 1.2em;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 10px;
    text-decoration: none;
    padding: 12px 7px;
}
.whatsapp-chat a span.icofont-whatsapp-text {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
}
.owl-carousel.home-slider .slider-item .overlay {
    background: 0 0;
}
.col-md-12,
.mega-menu {
    width: 100%;
}
.footer-support-link {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 896px) {
    .nav-container .desktop-nav li a,
    .nav-container .desktop-nav li div.auth-btns {
        transform: translateY(-80px);
        transition: 0.7s;
        opacity: 0;
        padding: 16px 0;
        border-bottom: 1px solid #616161;
    }
    .mobile-search-container .quick-links ul,
    nav .mobile-nav {
        list-style: none;
    }
    .nav-container .desktop-nav .link-bag,
    .nav-container .desktop-nav .link-logo,
    .nav-container .desktop-nav .link-logo-black,
    .nav-container .desktop-nav .link-search,
    .values {
        display: none;
    }
    .nav-container .desktop-nav .right {
        display: none;
        height: 100%;
        width: 100%;
    }
    .nav-container .desktop-nav .right li:first-child,
    footer {
        margin-top: 0;
    }
    .nav-container .desktop-nav {
        overflow: auto;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #000;
        justify-content: start;
        z-index: -1;
        transition: 1s;
        margin-top: 36px;
    }
    .nav-container.active .desktop-nav {
        height: 100vh;
    }
    .nav-container .desktop-nav li {
        width: 100%;
        padding: 0 32px;
    }
    .nav-container .desktop-nav li:first-child {
        margin-top: 120px;
    }
    .ga-menu li:first-child {
        margin-top: 0 !important;
    }
    .nav-container .desktop-nav li a {
        display: inline-block;
        width: 100%;
        font-size: 17px;
    }
    .nav-container.active .desktop-nav li a,
    .nav-container.active .desktop-nav li div.auth-btns {
        transform: translateY(0);
        opacity: 1;
    }
    .auth-btns {
        display: flex;
        justify-content: space-between;
    }
    .auth-btns a {
        background: #464646;
        color: #fff;
        width: 48% !important;
        padding: 10px !important;
        border: none !important;
        font-size: 14px !important;
    }
    .auth-btns a:last-child {
        background: #fff;
        color: #464646;
        width: 48%;
    }
    nav .mobile-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    nav .menu-icon-container {
        width: 20px;
        height: 44px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    nav .menu-icon {
        position: relative;
        width: 100%;
    }
    nav .menu-icon .line-1,
    nav .menu-icon .line-2 {
        position: absolute;
        height: 1px;
        width: 100%;
        background: #fff;
        transition-property: transform, top;
        transition-delay: 0s, 160ms;
        transition-duration: 0.2s;
    }
    nav .menu-icon .line-1 {
        top: -4px;
    }
    nav .menu-icon .line-2 {
        top: 4px;
    }
    .nav-container.active nav .menu-icon-container .menu-icon .line-1 {
        top: 0;
        transform: rotateZ(45deg);
        transition-property: top, transform;
        transition-delay: 0s, 160ms;
        transition-duration: 0.2s;
    }
    .nav-container.active nav .menu-icon-container .menu-icon .line-2 {
        top: 0;
        transform: rotateZ(-45deg);
        transition-property: top, transform;
        transition-delay: 0s, 160ms;
        transition-duration: 0.2s;
    }
    .nav-container.active .mobile-nav .link-bag {
        transform: translateY(8px);
        opacity: 0;
        pointer-events: none;
    }
    .nav-container .mobile-nav .link-bag {
        transition: 1s;
    }
    .mobile-search-container input {
        width: 100%;
        padding: 12px 36px;
        font-family: Inter, sans-serif;
        font-size: 17px;
        background: #1b1b1b;
        border: 0;
        color: #fff;
        border-radius: 8px;
        outline: 0;
    }
    .mobile-search-container {
        background-color: #000;
        position: fixed;
        width: 100%;
        padding: 0 16px 16px;
        margin-top: -30px;
        border-bottom: 1px solid #616161;
        display: flex;
        align-items: center;
        transform: rotateX(90deg);
        opacity: 0;
        transition: 0.6s;
    }
    .nav-container.active .mobile-search-container {
        transform: rotateX(0);
        margin-top: -1px;
        opacity: 1;
        padding-top: 10px;
    }
    .mobile-search-container .link-search {
        position: absolute;
        left: 24px;
        opacity: 0.5;
        background-size: 15px;
    }
    .nav-container nav.move-up {
        margin-top: -40px;
    }
    .mobile-search-container .cancel-btn {
        color: #2997ff;
        font-size: 17px;
        font-weight: 400;
        cursor: pointer;
        width: 0;
        overflow: hidden;
        transition: 0.4s;
    }
    .mobile-search-container .search-bar.active + .cancel-btn {
        padding: 0 16px;
        width: 74px;
    }
    .mobile-search-container .search-bar {
        flex: 1;
    }
    nav .desktop-nav.move-down li:first-child {
        margin-top: 150px;
    }
    nav .desktop-nav.move-down li {
        opacity: 0;
        pointer-events: none;
    }
    .mobile-search-container .search-bar.active ~ .quick-links {
        top: 100px;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 40ms;
    }
    .mobile-search-container .quick-links {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 32px;
        opacity: 0;
        pointer-events: none;
        top: 10px;
        transition: 0.4s;
    }
    .mobile-search-container .quick-links h2 {
        color: #86868b;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .mobile-search-container .quick-links ul li a {
        padding: 16px 0;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #616161;
        width: 100%;
    }
    .mobile-search-container .quick-links ul li a:hover {
        color: #2997ff;
    }
    .nav-container > nav {
        transition: 0.4s;
        background-color: #000;
    }
    .nav-container-bottom {
        position: absolute;
        display: none;
    }
    .whatsapp-chat {
        z-index: 99;
        bottom: 25px;
    }
}
.bagview-badge-number {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    /* background-color: #0171e3; */
    background-color: var(--theme-color);
    border-radius: 27px;
    padding: 2px 5px;
    position: absolute;
    top: 23px;
    margin-left: 10px;
    line-height: normal;
}
.bagview-badge-number.rtl {
    margin-left: auto !important;
    margin-right: -10px !important;
}
.two-numbers {
    line-height: 1.8;
}
.bagview-multiple {
    list-style: none;
    margin-bottom: 8px;
}
.cm-bag-item:first-child {
    border-top: 0 solid #d2d2d7;
}
.cm-bag-item {
    border-top: 1px solid #d2d2d7;
    padding: 11px 0;
}
.bagview-bagitem-link {
    margin: 0;
    padding: 0;
    display: table;
    min-height: 60px;
    width: 100%;
    color: #1d1d1f;
    text-decoration: none;
}
.bagview-bagitem-link.rtl {
    margin: 0;
    padding: 0;
    display: table;
    min-height: 60px;
    width: 100%;
    color: #1d1d1f;
    text-decoration: none;
    text-align: right;
}
.bagview-bagitem-column1 {
    padding: 0 12px 0 0;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
}
.bagview-bagitem-picture {
    /* max-width: 60px; */
    height: auto;
    border: 0;
    vertical-align: middle;
}
.bagview-bagitem-column2 {
    margin: 16px 0;
    font-size: 14px;
    width: 100%;
    display: flex;
    color: #000;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.bagview-bagitem-column3,
.bagview-bagitem-column4 {
    margin: 10px 0;
    display: table-cell;
    vertical-align: middle;
}
.bagview-bagitem-column2-title {
    flex: 100%;
    line-height: 19px;
}
.bagview-bagitem-column2-storage {
    flex: 50%;
    font-size: 13px;
    color: grey;
}
.bagview-bagitem-column3 {
    padding-top: 5px;
    width: 10%;
}
.bagview-bagitem-column4 {
    width: 70%;
}
.bagview-bagitem-column2-color {
    flex: 0%;
    text-align: center;
}
.bagview-bagitem-column2-color img {
    height: 18px;
    width: 14px;
    margin: 3px 6px 0 4px;
    padding-top: 4px;
}
.bag-items-columns-container {
    display: flex;
}
.remove-icon-header {
    background: url("/store/images/icons/remove-icon.svg") center/100% 100% no-repeat;
    display: block;
    height: 20px;
    width: 20px;
}
.breadcrumbs-container {
    background: rgb(248 248 248 / 94%);
    height: 60px;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 44px;
    /* top: 73px; */
    right: 0;
}
.breadcrumbs-container nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
}
.breadcrumbs a {
    color: #000;
}
.breadcrumbs a:hover {
    color: #0071e3;
}
.value > a,
.value > a:hover {
    color: #000 !important;
}
.breadcrumbs span {
    font-size: 14px;
    /* font-weight: 400; */
    text-overflow: ellipsis;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -3px;
}
.breadcrumbs span img {
    height: 10px;
}
.breadcrumbs-product {
    margin-bottom: -2px;
}
.breadcrumbs {
    display: flex;
    column-gap: 7px;
    font-size: 12px;
    align-items: center;

}
.values-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.value {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 10px;
    font-size: 13.5px;
    gap: 10px;
}
.value > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.value > a > img {
    height: 32px;
}
.value > a > p {
    margin-bottom: 0;
    display: none;
    font-size: 12px;
}
.values-container > div:last-child {
    padding-right: 0;
}
.notificationbanner-primary {
    background: #0071e3;
}
.notificationbanner-danger {
    background: #d32740;
}
.notificationbanner-content {
    z-index: 200;
    color: #fff;
    text-align: center;
    position: sticky;
    width: 100%;
    top: 104px;
    padding: 0 32px;
}
.l-container {
    max-width: 1180px;
    margin: auto;
    padding: 12px 10px;
}
.notificationbanner-message {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.notificationbanner-message a:hover {
    text-decoration: underline;
}
.notificationbanner-message a {
    cursor: pointer;
    color: #fff;
}
@media only screen and (max-width: 1233px) {
    .bagview {
        position: absolute;
        top: 8px;
        z-index: 1;
        width: 286px;
        background-color: #fff;
        border: 1px solid #d2d2d7;
        transition: 0.4s;
    }
    .bagview-nav {
        padding: 0 8px !important;
    }
}
sup {
    top: -0.75em !important;
    font-size: 55% !important;
}
.copyright > sup,
p > sup {
    top: -0.3em !important;
    font-size: 84% !important;
}
@media (max-width: 1100px) {
    .breadcrumbs-container,
    .nav-container nav {
        width: 100%;
        padding: 0 32px;
    }
    .breadcrumbs-container nav {
        padding: 0;
    }
    .footer-content {
        padding: 50px 10px 20px;
    }
}
@media screen and (max-width: 940px) {
    .js-cookie-consent .flex {
        flex-direction: column;
    }
    .footer-content #footer-faq-links,
    .whatsapp-chat a span.icofont-whatsapp-text {
        display: none;
    }
    .footer-services ul {
        flex-wrap: wrap;
    }
    footer .footer-services ul li {
        margin: 0 0 6px;
        flex: 33%;
    }
    .whatsapp-chat {
        border-radius: 50px;
    }
}
@media only screen and (max-width: 500px) {
    .footer-bottom-container,
    .footer-container {
        margin: 3em auto auto;
    }
    .js-cookie-consent {
        width: auto;
        bottom: 0;
        left: 0;
    }
    footer .footer-bottom {
        justify-content: center;
    }
    .footer-bottom .policy-links,
    .qel {
        padding-top: 10px;
    }
    .breadcrumb-home svg {
        display: inline;
    }
    .breadcrumb-home span {
        display: none;
    }
    .breadcrumbs {
        column-gap: 5px;
        font-size: 11px;
    }
    .breadcrumbs span {
        font-size: 14px;
        /* font-weight: 400; */
    }
    .breadcrumbs-container {
        padding: 0 20px;
    }
}
.close-lang-modal,
.show-modal {
    font-size: 2rem;
    cursor: pointer;
}
@media only screen and (max-width: 833px) {
    .qel {
        display: none;
    }
    .newslwtter-form input {
        height: 35px;
    }
    .bagview-caret {
        bottom: calc(100% - 40px);
        left: 9px;
    }
    .footer-content #footer-faq-links {
        display: block;
    }
}
@media only screen and (min-width: 769px) {
    .desktop-nav .iphones-mega-menu:hover > .mega-menu,
    .desktop-nav .right > li:hover > .mega-offers {
        visibility: visible;
        opacity: 1;
    }
    .value > a > p > b {
        font-weight: 600;
    }
    .value > a > p {
        line-height: 1.2;
        display: block !important;
    }
}
.modal h1,
.modal h3,
.modal p {
    text-align: center;
}
.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
.fa-instagram:before {
    font-weight: 800;
}
.show-modal {
    font-weight: 600;
    padding: 1.75rem 3.5rem;
    margin: 5rem 2rem;
    border: none;
    background-color: #fff;
    color: #444;
    border-radius: 10rem;
}
.close-lang-modal {
    position: absolute;
    top: 0;
    right: 1rem;
    color: #333;
    border: none;
    background: 0 0;
}
.hidden-modal {
    display: none !important;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 750px;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgb(0 0 0 / 30%);
    z-index: 10;
}
.modal h1 {
    line-height: 1.5;
}
.modal h3 {
    font-weight: 400;
}
#request-quantity img {
    height: 100px;
    width: 100px;
}
.modal p {
    font-size: 17px;
}
.modal form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 19px;
    flex-direction: row;
    justify-content: center;
}
.modal input {
    width: 45%;
    padding-right: 35px;
    height: 2.5em;
    font-family: inherit;
    font-weight: 500;
    border-radius: 25px;
    letter-spacing: normal;
    color: #333;
    border: 1px solid #bbb;
    font-size: 1.1em;
    padding-left: 25px;
    margin: 10px 0;
}
.modal form button {
    background-color: #0171e3;
    text-decoration: none;
    padding: 8px 24px;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #fff;
    font-size: 1.25em;
    line-height: normal;
}
.overlay-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(16px);
    z-index: 5;
}
#language-modal {
    width: 40%;
}
.languages {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.language-item-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
}
.language-item {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    justify-content: left;
    width: 135px;
}
.language-item-container.active {
    background-color: #e6e8eb;
}
.language-item-container.disabled {
    background-color: #fbfbfb;
    cursor: not-allowed;
    filter: grayscale(90%);
}
.language-item-container:hover:not(.active):not(.disabled) {
    background-color: #f5f5f5;
}
.language-item p {
    padding: 0;
    margin: 0;
}
.language-item img {
    width: 30px !important;
    height: auto !important;
}
.search-container .link-search {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 896px) {
    .ga-menu.active li,
    .mobile-product-list.active {
        opacity: 1;
        height: 100%;
    }
    .nav-container.auth-nav {
        background: #000;
        margin-top: 0;
    }
    .link-logo-black {
        background: url("/store/images/logo/logo-white.svg") center/contain no-repeat;
        display: block;
        height: 44px;
        width: 125px;
    }
    .only-mobile {
        display: initial !important;
    }
    .only-desktop {
        display: none !important;
    }
    .footer-content {
        padding: 45px 32px 0;
    }
    .footer-content-links {
        padding: 14px 0;
        max-width: 100% !important;
        width: 100%;
    }
    .footer-content-links h3 {
        display: flex;
        position: relative;
        font-weight: 500;
        border-radius: 10px 10px 7px 7px;
        cursor: pointer;
        margin-bottom: 10px;
        justify-content: space-between;
        font-size: 1.17em;
    }
    .footer-content-links h3 span {
        display: initial;
    }
    .footer-content-links hr {
        display: block;
        margin-top: 1rem;
        margin-bottom: 0;
        border: 0;
        border-top: 2px solid #626262;
    }
    .footer-content-links ul {
        position: relative;
        height: 0;
        line-height: 1.5;
        transition: 0.5s;
        text-align: justify;
        overflow: hidden;
        padding: 10px 5px 0;
    }
    .footer-content-links.active ul {
        transition: 0.7s;
        transform: translateY(0);
        opacity: 1;
        height: 100%;
    }
    .bagview-caret,
    .product-list,
    footer .footer-services ul li:first-child,
    footer .footer-services ul li:nth-child(2),
    footer .footer-services ul li:nth-child(3),
    footer .footer-services ul li:nth-child(4) {
        display: none;
    }
    .mobile-product-list li {
        opacity: 0;
        height: 0;
    }
    .nav-container.active .desktop-nav {
        height: 100%;
    }
    .mobile-product-list > a {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
    }
    .mobile-product-list {
        display: block;
    }
    .desktop-nav .right {
        overflow: auto;
    }
    .ga-menu ul {
        margin-bottom: 0;
    }
    .ga-menu.active li {
        transform: translateY(0);
    }
    .bag-container {
        padding: 0;
    }
    .bagview {
        position: static;
        z-index: 9;
        width: 100vw;
        background-color: #fff;
        border-radius: 0;
        margin: 0;
        padding: 0 2%;
    }
    .quick-links ul li {
        flex: 25%;
    }
    footer .footer-services ul li {
        flex: 50%;
    }
    #language-modal {
        width: 100%;
    }
}
.nav-container li {
    list-style: none;
}
.nav-container li a:hover {
    color: #cecdcd;
}
.error-text {
    color: #ff4343;
}
.swal2-cancel,
.swal2-confirm {
    border-radius: 32px !important;
    font-weight: 400px !important;
    min-width: 100px;
}
.loader {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.loader path {
    fill: #fff;
    transform-origin: center;
    animation: 1.5s linear infinite rotate;
}
.loaderreverse {
    animation-direction: reverse !important;
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
    from {
        transform: rotate(0);
    }
}
.warranty_container > svg > path {
    stroke: #1287ff;
    opacity: 1;
}
.warranty_container {
    position: absolute;
    margin-bottom: -31px;
}
.checkout_item_container {
    position: absolute;
    margin-top: -29px;
    margin-left: 22px;
}
.select-0 {
    border: none;
}
.bag_item_container {
    margin-top: -24px;
}
@media (max-width: 750px) {
    .bag_item_container {
        margin-top: 0;
    }
    .warranty_container {
        position: absolute;
        margin-bottom: -101px;
        margin-left: -50px;
    }
}
button:hover[disabled],
button[disabled] {
    background: #1e90ff;
    opacity: 0.5;
    cursor: not-allowed;
}
.footer_link_margin_bottom {
    margin-bottom: -5px;
    font-size: 14px;
}
.footer_link_margin_bottom > a:hover{
    text-decoration: none;
}


.btn-primary {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15.5px;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 80px;
    /* padding: 4px 0px 6px 2px; */

    /* padding: 5px 30px; */
    padding: 5px 25px;
    border-radius: 98px;
    border: none;
    /* background: #0071e3; */
    background-color: var(--theme-color) !important;
    background: var(--theme-color);
    color: #fff;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;

    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: auto;
}
.custom-btn-primary {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15.5px;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 80px;
    /* padding: 4px 0px 6px 2px; */

    padding: 8px 15px;
    border-radius: 98px;
    border: none;
    /* background: #0071e3; */
    background: var(--theme-color);
    color: #fff;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;

    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: auto;
}
.cm-button-primary {
    /* border: 2px solid #007bff !important; */
    border: 2px solid var(--theme-color) !important;
    font-weight: 500 !important;
}
.bagview-nav-link-button, 
.swal2-confirm {
    /* border: 2px solid #007bff !important; */
    border: 2px solid var(--theme-color) !important;
    font-weight: 500 !important;
    border-radius: 24px !important;
}
.cm-button-primary > span {
    font-weight: 500 !important;
}
.swal2-cancel {
    padding: 13px 0 !important;
}
/* ,
.bagview-nav-link:hover */
.bagview-nav-link-button:hover, 
.swal2-confirm:hover {
    /* background: #f8f8f8; */
    background: #fff !important;
    transition: all 0.3s ease;
    /* color: #007bff !important; */
    color: var(--theme-color) !important;
}
.bagview-nav > .bagview-list > .bagview-nav-text:hover {
    background-color: #f8f8f8;
    border-radius: 8px !important;
    transition: all 0.3s ease;
}
.btn-primary:hover, 
.custom-btn-primary:hover, 
.btn-primary-2:hover, 
.cta-btn:hover, 
.cm-button-primary:hover, 
.verify-email-modal > form > button:hover {
    /* background: #0056b3;
    color: #fff; */
    background: #fff !important;
    /* color: #007bff !important;
    border: 2px solid #007bff !important; */
    color: var(--theme-color) !important;
    border: 2px solid var(--theme-color) !important;
    transition: all 0.3s ease;
}
.btn-primary:hover svg, 
.custom-btn-primary:hover svg, 
.btn-primary-2:hover svg {
    fill: #007bff !important;
}
.btn-primary, 
.custom-btn-primary, 
.btn-primary-2 {
    /* background: #007bff;
    color: #fff; */
    font-weight: 500;
    /* border: 2px solid #007bff !important; */
    border: 2px solid var(--theme-color) !important;
}
.w-120 {
    width: 120px;
}

/* .product-additional-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1180px;
    margin: 10px auto;
} */

.product-additional-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1180px;
    margin: 10px auto;
}

.product-additional-info ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -1px;
}

.product-additional-info ul li {
    color: #2c2c2c;
    z-index: 2;
    /* padding: 10px 30px; */
    padding: 10px 5px;
    font-size: 16px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: flex-start;
    border-bottom: 1px solid transparent;
}

.product-additional-info ul li:not(:last-of-type) {
    /* add border beside last element */
    border-right: 1px solid white;
}

.product-additional-info ul li:hover {
    color: #000;
    transition: all 0.3s ease;
}


.product-description-container {
    width: 100%;
    padding: 20px 0px;
    /* color: #2c2c2c;
    border-top: 1px solid #eeeeee; */
    color: #fff;
    border-top: 1px solid #2c2c2c;

}
#first-dynamic-table,
#first-dynamic-table-2 {
    width: 100%;
    padding: 35px 15px;
    /* color: #2c2c2c;
    border-top: 1px solid #eeeeee; */
    color: #fff;
    border-top: 1px solid #2c2c2c;
}
.tab-item.active {
    /* color: #000;
    border-bottom: 1px solid black; */
    color: #fff;
    border-bottom: 1px solid #757575;
}

.tab-content {
    width: 100%;
    display: none;
}
.tab-content h4 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 7px;
}
.tab-content p {
    font-size: 14px;
    line-height: 1.5;
    /* margin-top: 0; */
}
.tab-content h3 {
    font-weight: 600;
}

.tab-content.active {
    display: block;
}

.highlights {
  display: flex;
  column-gap: 10px;
  row-gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.highlights > div {
    flex: 45%;
    min-width: 240px;
}


#product-grading {
    background: #000;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff;
    max-width: 1140px;
    min-height: 721px;
    margin: 0 auto;
    padding: 30px;
    font-family: SF Pro Display, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#product-grading h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
}
  
#product-grading p {
    font-size: 1rem;
    color: #fff;
}


.product-grading-content > p,
.product-grading-content > p > a {
  font-size: 12px;
}
.product-grading-content > p {
  color: #fff;
  padding: 20px 0;
}
.product-grading-content > p > a:hover {
  color: #0071e3!important;
}
#product-grading .product-grading-content {
  padding: 70px 30px;
}

#product-grading .product-grading-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

#product-grading .product-grading-image img {
  width: 70%;
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

#product-grading .product-grading-image img.active {
  display: block;
  opacity: 1;
}


#product-grading .grade-selector {
  border: 1px solid #0171e3;
  display: flex;
  width: 250px;
  padding: 5px;
  border-radius: 50px;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

#product-grading .grade-selector .grade-background-item {
  width: 78px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  background: #0171e3;
  height: calc(100% - 10px);
  position: absolute;
  transition: 80ms linear;
}

#product-grading .grade-selector .grade-item {
  width: 120px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  line-height: 1.3;
}

#product-grading .grade-selector.right .grade-background-item{
  transform: translateX(159px);
}
#product-grading .grade-selector.mid .grade-background-item{
  transform: translateX(79px);
}

#product-grading .grade-selector-long {
  border: 2px solid #626262;
  display: flex;
  width: 400px;
  padding: 5px;
  border-radius: 50px;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

#product-grading .grade-selector-long .grade-background-item {
  width: 78px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  background: #3c3c3c;
  border: 2px solid #626262;
  height: calc(100% - 10px);
  position: absolute;
  transition: 80ms linear;
}
#product-grading .grade-selector-long .grade-item {
  /* width: 220px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  line-height: 1.3; */

  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  line-height: 1.3;
  padding: 8px;
  width: 220px;
  text-align: center;
}

/* #product-grading .grade-selector-long.second-tab .grade-background-item{
  transform: translateX(76px);
} */
#product-grading .grade-selector-long.third-tab .grade-background-item{
  /* transform: translateX(155px); */
  transform: translateX(100px);
}
#product-grading .grade-selector-long.fourth-tab .grade-background-item{
  transform: translateX(230px);
}
#product-grading .grade-selector-long.fifth-tab .grade-background-item{
  transform: translateX(310px);
}










#product-grading .product-grading-content {
    padding: 70px 0px;
}

.product-grade-prop {
    /* margin-top: 30px; */
    margin-left: 30px;
}

.product-grade-prop ul {
  list-style: none;
}

.product-grade-prop ul li {
  display: flex;
  align-items: center;
  /* line-height: 1; */
  margin-bottom: 0px;
  color: #fff;
  border-right: none !important;
  /* margin-bottom: 5px; */
  font-size: 14px;
  line-height: normal;
  margin-bottom: -10px;
}

.product-grade-prop ul li:hover {
  color: #fff;
}


.product-grade-prop ul li::before {
  content: "•";
  color: #0171e3;
  font-weight: bold;
  display: inline-block;
  font-size: 40px;
  width: 30px;
  min-width: 30px;
  margin-left: -30px;
  /* margin-top: -7px; */
  margin-top: 1px;
}
.product-grade-prop.rtl ul li::before {
  margin-left: 0px !important;
}


.bg-dark-smoke {
    background-color: #121212;
    border-radius: 15px;
}

@media (max-width: 422.98px) {
    .home-4by4-item {
        height: 54vh !important;
    }
    .page-section-title {
        font-size: 36px !important;
    }
}
@media (max-width: 586.98px) {

    .scroll-container {
        justify-content: start !important;
    }
    .grouped-silver-devices {
        z-index: 1;
        /* width: 80%; */
        width: 100%;
        bottom: 20px;
        /* left: 28%; */
        transform: translateX(-50%);
    }
    .hero-section {
        /* padding: 220px 20px !important; */
        padding: 75px 20px !important;
    }
    .hero-section-morocco {
        padding: 55px 20px !important;
        
    }
    .gradient-bordered-card {
        width: 130px !important;
        height: 130px !important;
    }
    .home-banner {
        height: 61vh !important;
    }
    .home-banner-morocco {
        height: 65vh !important;
    }
    .card-inner {
        margin-top: 0px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 30px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 60px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: -15px !important;
    }
    /* .home-auction-image {
        max-width: 330px !important;
    } */
    /* .home-4by4-section {
        margin-top: -60px;
    } */
    .scroll-container {
        margin-bottom: -13px;
    }
    .eclipse-bg-5 {
         position: absolute;
         width: 90%;
         height: 50vh;
         background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
         background-size: cover;
         pointer-events: none;
         transform: translate(0px, -100px);
         left: 0;
    }
    .eclipse-bg-5-green {
        /* position: absolute;
        width: 90%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, -100px);
        left: 0; */
        position: absolute;
        width: 100%;
        height: 20vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, -50px);
        left: 0;
    }
    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(90%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(140%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(0%); 
    }
    .product-list-preloader-container {
        left: 0;
    }
    

    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto 15px;
        margin-top: 124px;
        margin-bottom: 71.5px;
    }
    .login-container, 
    .register-container {
        /* background: darkgreen; */
        /* min-height: calc(100vh - 533px) !important; */
        min-height: calc(100vh - 708px) !important;
        position: relative;
        top: 40px;
    }

    .product-list-discount-text {
        font-size: 15px !important;
    }
    .home-accessory-image {
        width: 85% !important;
    }
    .home-auction-image {
        width: 80% !important;
    }
    .product-back-btn {
        padding: 0px 14px !important;
    }

    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 25vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-60%, 50px);
    }
    .custom-select-wrapper {
        padding: 20px 10px 10px 10px !important;
    }
    .custom-select-wrapper::after {
        top: 60% !important;
        transform: translateY(-50%) !important;
    }
}
@media (min-width: 491px) and (max-width: 586.98px) {
    .grouped-silver-devices {
        width: 452px !important;
    }
    .hero-section {
        margin-top: 50px;
    }
}
@media (min-width: 587px) and (max-width: 767.98px) {

    .product-back-btn {
        padding: 0px 30px !important;
    }
    .product-container-list-view-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    .scroll-container {
        justify-content: center;
    }
    .grouped-silver-devices {
        z-index: 1;
        width: 600px;
        /* width: 80%; */
        /* width: 100%; */
        bottom: 20px;
        /* left: 28%; */
        transform: translateX(-50%);
    }
    .hero-section {
        /* padding: 220px 20px !important; */
        padding: 200px 20px !important;
    }
    .gradient-bordered-card {
        width: 135px !important;
        height: 130px !important;
    }
    .home-banner {
        height: 75vh !important;
    }
    .card-inner {
        margin-top: -10px !important;
    }
    .scroll-container-content {
        margin-left: 80px !important;
    }

    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 30px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 60px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: -15px !important;
    }
    .home-4by4-item {
        height: 70vh !important;
    }
    .eclipse-bg-5 {
        position: absolute;
        width: 80%;
        height: 50vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(100px, -100px);
        left: 0;
    }
    .eclipse-bg-5-green {
        position: absolute;
        width: 100%;
        height: 38vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, -100px);
        left: 0;
    }
    .youtube-video-section {
        margin-bottom: 70px;
    }
    .about-us-text-2 {
        padding: 0 50px;
    }
    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(120%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(170%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(10%); 
    }
    .js-cookie-consent > .max-w-7xl {
        width: 400px !important;
    }
    /* #accessories-content, 
    #iphone-content, 
    #parts-content {
        min-width: 450px;
    } */
    .product-list-preloader-container {
        left: 0;
    }

    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto 15px;
        margin-top: 124px;
        margin-bottom: 71.5px;
    }
    .login-container, 
    .register-container {
        /* background: darkgreen; */
        /* min-height: calc(100vh - 533px) !important; */
        min-height: calc(100vh - 533px) !important;
        position: relative;
        top: 75px;
    }
    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 33vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-35%, 50px);
    }
    .custom-select-wrapper {
        padding: 20px 10px 10px 10px !important;
    }
    .custom-select-wrapper::after {
        top: 60% !important;
        transform: translateY(-50%) !important;
    }
    .order-footer-extra-space {
        width: 50%;
    }
}
/* Small only (less than 768px) */
@media (max-width: 767.98px) {
    .grade-buttons {
        width: 100% !important;
    }
    .grade-tab-selector {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -35px;
    }
    #grading .grade-selector-long {
        width: 330px !important;
        margin-left: auto; 
        margin-right: auto;
    }
    #grading .grade-selector-long .grade-background-item {
        width: 78px !important;
    }
    #grading .grade-selector-long.second-tab .grade-background-item{
        transform: translateX(63px) !important;
    }
    #grading .grade-selector-long.third-tab .grade-background-item{
        transform: translateX(63px) !important;
    }
    #grading .grade-selector-long.fourth-tab .grade-background-item{
        transform: translateX(82px) !important;
    }
    #grading .grade-selector-long.fifth-tab .grade-background-item{
        transform: translateX(160px) !important;
    }
    #grading .grade-selector-long.sixth-tab .grade-background-item{
        transform: translateX(237px) !important;
    }
    #grading .grade-selector-long.second-tab .grade-background-item.rtl{
        transform: translateX(-63px) !important;
    }
    #grading .grade-selector-long.third-tab .grade-background-item.rtl{
        transform: translateX(-63px) !important;
    }
    #grading .grade-selector-long.fourth-tab .grade-background-item.rtl{
        transform: translateX(-82px) !important;
    }
    #grading .grade-selector-long.fifth-tab .grade-background-item.rtl{
        transform: translateX(-160px) !important;
    }
    #grading .grade-selector-long.sixth-tab .grade-background-item.rtl{
        transform: translateX(-237px) !important;
    }

    footer .footer-bottom {
        max-width: 460px !important;
        color: #fff;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 11px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center !important;
    }

    .footer-content {
        /* padding: 50px 0 40px; */
        padding: 50px 20px 40px;
    }

    .product-info-container {
        padding: 0 20px;
    }
    .product-info-container > .product-description-container > .tab-content > .highlights > div > h3, 
    .section-title > h3,
    .text-feature-block > h3,
    .service-info > h3,
    .service-item-dark > .service-info > h3, 
    .text-sm-20 {
        font-size: 20px;
    }
    .service-item-dark > .service-info {
        margin: 20px auto;
    }
    .d-md-none {
        display: none !important;
    }
    .visible-only-sm {
        display: flex !important; /* Show on small screens */
    }
    .product-first-layer-preview {
        margin-bottom: 50px !important;
    }
    .portfolio-section-container {
        margin-left: 15px;
        margin-right: 15px;
    }
    .sm-center-text {
        text-align: center;
    }

    .sm-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .sm-no-bg {
        background: none;
    }
    .sm-padding-0 {
        padding: 0 !important;
    }
    .hidden-only-sm {
        display: none !important; /* Show on small screens */
    }
    .footer-contacts-container {
        width: 365px;
    }
    .footer-contact-options-background-active {
        width: 178px;
    }
    .footer-contacts-container.second-option .footer-contact-options-background-active{
        transform: translateX(167px);
        width: 170px;
    }
    .footer-contacts-container.second-option.rtl .footer-contact-options-background-active{
        transform: translateX(-167px);
        width: 170px;
    }
    .sm-footer-contacts-container {
        display: flex; 
        justify-content: center;
        align-items: center;
    }
    .shop-accessory-header {
        font-size: 20px;
    }
    .accessory-search-container {
        padding: 0px 10px;
    }
    .show-table-column-desktop {
        display: none;
    }
    .show-table-column-mobile {
        display: table-cell;
    }
    .show-on-desktop {
        display: none;
    }
    .show-on-mobile {
        display: flex;
    }
    .accessory-search-container {
        margin-bottom: 0 !important;
    }


    .eclipse-bg-1 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(-203px, -100px);
    }
    .eclipse-bg-2 {
        position: absolute;
        right: 0;
        width: 600px;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-1.png) no-repeat left;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(8px, 90px);
    }
    .eclipse-bg-4 {
        display: none;
    }
    .youtube-video {
        height: 300px !important;
    }
    .gradient-bordered-card {
        position: relative;
        /* width: 150px !important;
        height: 150px !important; */
    }


    .device-wrapper {
        position: relative;
        width: 100%;
        height: 250px;
        max-width: 1200px;
        margin: 0 auto;
    }


    /* Positioning for each device */
    .macbook {
        z-index: 1;
        width: 270px;
        bottom: 0;
        left: 38%;
        transform: translateX(-56%);
    }
    
    .ipad {
        z-index: 0;
        width: 219px;
        bottom: 0px;
        left: 57%;
        transform: translateX(-82%) translateX(100px);
    }
  
    .iphone-left {
        z-index: 2;
        width: 130px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-160px);
    }
    
    .iphone-right {
        z-index: 2;
        width: 125px;
        bottom: 8px;
        left: 37%;
        transform: translateX(113px);
    }
  
    .watch {
        z-index: 3;
        width: 85px;
        bottom: 6px;
        left: 68%;
        transform: translateX(-33px);
    }
  
    .airpods {
        z-index: 3;
        width: 65px;
        bottom: 9px;
        left: 37%;
        transform: translateX(189px);
    }
    .product-img {
        height: 95px !important;
    }
    /* .banner-title {
        font-size: 2rem;
    } */

    .product-item-container {
        /* max-width: 624px; */
        max-width: 735px;
    }
    .eclipse-bg-2 {
        width: 579px !important;
        transform: translate(-1px, 90px) !important;
    }
    .eclipse-bg-4 {
        width: 579px !important;
    }
    .page-section-title {
        font-size: 40px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .page-section-bottom-title {
        font-size: 40px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }

    .banner-title {
        margin-top: 30px;
    }   
    
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block !important;
    } 
    .hidden-md {
        display: none !important;
    }
    .visible-md {
        display: block !important;
    } 
}

/* Medium only */
@media (min-width: 768px) and (max-width: 1399.98px) {
    .footer-contacts-container.second-option .footer-contact-options-background-active{
        transform: translateX(167px);
        width: 170px;
    }
    .footer-contacts-container.second-option.rtl .footer-contact-options-background-active{
        transform: translateX(-167px);
        width: 170px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .order-product-name-container {
        padding: 0;
    }
    .hidden-md {
        display: none !important;
    }
    .visible-md {
        display: block !important;
    } 

    .custom-select-wrapper {
        padding: 16px 10px 10px 10px !important;
    }
    .product-container-list-view-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    /* .product-list-preloader-container {
        transform: translateX(-33px) !important;
    } */

    .menu-search-container {
        max-width: 585px !important;
        right: 13% !important;
    }
    .menu-search-container.active > .search-box-header-container {
        margin-left: 0px !important;
    }
    .footer-content {
        /* padding: 50px 0 40px; */
        padding: 50px 20px 40px;
    }
    .visible-only-sm {
        display: none !important; /* Hide on medium and larger screens */
    }
    .footer-contacts-container {
        width: 420px;
    }
    .footer-contact-options-background-active {
        width: 205px;
    }
    .shop-accessory-header {
        font-size: 20px;
    }
    .accessory-search-container {
        padding: 0px 30px;
    }
    .show-table-column-desktop {
        display: table-cell;
    }
    .show-table-column-mobile {
        display: none;
    }
    .show-on-desktop {
        display: flex;
    }
    .show-on-mobile {
        display: none;
    }
    /* .accessory-search-container {
        margin-bottom: 30px !important;
    } */

    .eclipse-bg-1 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-203px, -100px);
    }
    .eclipse-bg-2 {
        position: absolute;
        right: 0;
        width: 600px;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-1.png) no-repeat left;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(8px, 90px);
    }
    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 45vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-60%, 50px);
    }
    .eclipse-bg-4 {
        position: absolute;
        width: 100%;
        height: 88vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(120px, 250px);
    }


    .scroll-container {
        justify-content: center;
    }


    /* Positioning for each device */
    .macbook {
        z-index: 1;
        width: 600px;
        bottom: 0;
        left: 36%;
        transform: translateX(-51%);
    }
    
    .ipad {
        z-index: 0;
        width: 439px;
        bottom: 0px;
        left: 57%;
        transform: translateX(-68%) translateX(100px);
    }
  
    .iphone-left {
        z-index: 2;
        width: 130px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-160px);
    }
    
    .iphone-right {
        z-index: 2;
        width: 226px;
        bottom: 17px;
        left: 54%;
        transform: translateX(113px);
    }
  
    .watch {
        z-index: 3;
        width: 112px;
        bottom: 16px;
        left: 66%;
        transform: translateX(-33px);
    }
  
    .airpods {
        z-index: 3;
        width: 95px;
        bottom: 20px;
        left: 44%;
        transform: translateX(372px);
    }
    .device-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .lg-mt-15px {
        margin-top: 15px !important;
    }
    /* .banner-title {
        font-size: 2rem;
    } */
    /* .show-on-desktop {
        display: none;
    }
    .show-filter {
        display: block !important;
    } */
    .product-item-container {
        /* max-width: 715px; */
        /* max-width: 860px; */
        max-width: 925px;
    }
    .eclipse-bg-2 {
        width: 579px !important;
        transform: translate(-1px, 90px) !important;
    }
    .eclipse-bg-4 {
        width: 579px !important;
    }
    .home-auction-image {
        /* width: 42% !important; */
        width: 56% !important;
    }
    .grouped-silver-devices {
        z-index: 1;
        width: 670px;
        bottom: 90px;
        /* left: 28%; */
        transform: translateX(-50%);
    }
    .page-section-title {
        font-size: 65px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .page-section-bottom-title {
        font-size: 60px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }

    .banner-title {
        margin-top: 30px;
    }
    .hero-section {
        /* padding: 220px 20px !important; */
        padding: 165px 20px !important;
    }
    .home-banner {
        margin-bottom: 60px;
    }
    .gradient-bordered-card {
        width: 180px !important;
        height: 165px !important;
    }


    .card-inner {
        margin-top: 10px !important;
    }
    .scroll-container-content {
        margin-left: 80px !important;
    }

    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 40px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 80px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: 15px !important;
    }
    .home-4by4-section-vp-container {
        margin-top: -60px;
    }
    .youtube-video-section {
        margin-bottom: 100px;
    }
    .eclipse-bg-5 {
        position: absolute;
        width: 80%;
        height: 50vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(150px, -100px);
        left: 0;
    }
    .eclipse-bg-5-green {
        /* position: absolute;
        width: 80%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(150px, -100px);
        left: 0; */
        position: absolute;
        width: 100%;
        height: 41vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, -166px);
        left: 0;
    }
    .about-us-text-2 {
        padding: 0 70px;
    }
    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(280%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(330%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(170%); 
    }
    .js-cookie-consent > .max-w-7xl {
        width: 400px !important;
    }

    #accessories-content, 
    #iphone-content, 
    #parts-content {
        min-width: 450px;
    }

    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto 15px;
        margin-top: 124px;
        margin-bottom: 71.5px;
    }
  
    .login-container, 
    .register-container {
        /* background: darkgreen; */
        /* min-height: calc(100vh - 533px) !important; */
        min-height: calc(100vh - 533px) !important;
        position: relative;
        top: 75px;
    }
    .order-footer-extra-space {
        width: 67%;
    }
}

/* Large only */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .order-product-name-container {
        padding: 0;
    }
    .order-footer-extra-space {
        width: 67%;
    }
    .custom-select-wrapper {
        padding: 16px 10px 10px 10px !important;
    }

    .product-container-list-view-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    /* .product-list-preloader-container {
        transform: translateX(-33px) !important;
    } */

    .menu-search-container {
        max-width: 737px !important;
        right: 13% !important;
    }
    .menu-search-container.active > .search-box-header-container {
        margin-left: 0px !important;
    }
    /* Your CSS here */
    .footer-content {
        /* padding: 50px 0 40px; */
        padding: 50px 20px 40px;
    }
    .visible-only-sm {
        display: none !important; /* Hide on medium and larger screens */
    }
    .footer-contacts-container {
        width: 420px;
    }
    .footer-contact-options-background-active {
        width: 205px;
    }
    .shop-accessory-header {
        font-size: 20px;
    }
    .accessory-search-container {
        padding: 0px 30px;
    }
    .lg-spacing-100 {
        height: 100px;
    }
    .show-table-column-desktop {
        display: table-cell;
    }
    .show-table-column-mobile {
        display: none;
    }
    .show-on-desktop {
        display: flex;
    }
    .show-on-mobile {
        display: none;
    }
    /* .accessory-search-container {
        margin-bottom: 30px !important;
    } */

    
    .eclipse-bg-1 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-203px, -100px);
    }
    .eclipse-bg-2 {
        position: absolute;
        right: 0;
        width: 600px;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-1.png) no-repeat left;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(8px, 90px);
    }
    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-60%, 50px);
    }
    .eclipse-bg-4 {
        /* position: absolute;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(120px, 250px); */
        position: absolute;
        /* width: 100%; */
        width: 570px;
        height: 87vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(100px, 220px);
    }

    .scroll-container {
        justify-content: center;
    }


    /* Positioning for each device */
    .macbook {
        z-index: 1;
        width: 600px;
        bottom: 0;
        left: 36%;
        transform: translateX(-51%);
    }
    
    .ipad {
        z-index: 0;
        width: 439px;
        bottom: 0px;
        left: 57%;
        transform: translateX(-68%) translateX(100px);
    }
  
    .iphone-left {
        z-index: 2;
        width: 130px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-160px);
    }
    
    .iphone-right {
        z-index: 2;
        width: 226px;
        bottom: 17px;
        left: 54%;
        transform: translateX(113px);
    }
  
    .watch {
        z-index: 3;
        width: 112px;
        bottom: 16px;
        left: 66%;
        transform: translateX(-33px);
    }
  
    .airpods {
        z-index: 3;
        width: 95px;
        bottom: 20px;
        left: 44%;
        transform: translateX(372px);
    }
    .device-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .lg-mt-15px {
        margin-top: 15px !important;
    }
    /* .banner-title {
        font-size: 5rem;
    } */

    .show-filter {
        display: none;
    }
    .product-item-container {
        /* max-width: 988px; */
        max-width: 1150px;
    }
    .eclipse-bg-2 {
        width: 579px !important;
        transform: translate(-1px, 90px) !important;
    }
    /* .eclipse-bg-4 {
        width: 579px !important;
    } */
    .home-auction-image {
        width: 42% !important;
    }
    .grouped-silver-devices {
        z-index: 1;
        width: 750px;
        bottom: 90px;
        /* left: 28%; */
        transform: translateX(-50%);
    }
    .hero-section {
        padding: 225px 20px !important;
    }
    .page-section-title {
        font-size: 65px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .page-section-bottom-title {
        font-size: 60px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }

    .banner-title {
        margin-top: 50px;
    }
    .home-banner {
        margin-bottom: 100px;
    }
    .gradient-bordered-card {
        width: 180px !important;
        height: 165px !important;
    }

    .card-inner {
        margin-top: 10px !important;
    }
    .scroll-container-content {
        margin-left: 80px !important;
    }

    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 40px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 80px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: 15px !important;
    }
    .youtube-video-section {
        margin-bottom: 200px;
    }
    .eclipse-bg-5 {
        position: absolute;
        width: 80%;
        height: 50vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(200px, -100px);
        left: 0;
    }
    .eclipse-bg-5-green {
        position: absolute;
        width: 80%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(200px, -100px);
        left: 0;
    }
    .about-us-text-2 {
        padding: 0 160px;
    }
    .youtube-video-section {
        max-width: 900px !important;
    }
    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(280%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(330%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(170%); 
    }
    .js-cookie-consent > .max-w-7xl {
        width: 400px !important;
    }

    #accessories-content, 
    #iphone-content, 
    #parts-content {
        min-width: 600px;
    }

    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto 15px;
        margin-top: 124px;
        margin-bottom: 71.5px;
    }
    .login-container, 
    .register-container {
        /* background: darkgreen; */
        /* min-height: calc(100vh - 533px) !important; */
        min-height: calc(100vh - 533px) !important;
        position: relative;
        top: 75px;
    }
}
  
@media (min-width: 1200px) and (max-width: 1399.98px) {

    .order-product-name-container {
        padding: 0;
    }
    .order-footer-extra-space {
        width: 67%;
    }
    .custom-select-wrapper {
        padding: 16px 10px 10px 10px !important;
    }

    .product-list-pricing-container {
        padding: 0px 0px !important;
    }
    .product-list-pricing-content {
        padding: 0px 12px !important;
    }
    
    .product-back-btn {
        padding: 0px 5px !important;
    }
    .product-warning-banner {
        padding: 0px 10px !important;
    }
    .product-container-list-view-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    /* .product-list-preloader-container {
        transform: translateX(-33px) !important;
    } */


    .product-listings-content {
        margin-left: -25px;
    }
    
    .menu-search-container {
        max-width: 850px !important;
        right: 13% !important;
    }
    .menu-search-container.active > .search-box-header-container {
        margin-left: 0px !important;
    }
    #accessories-content, 
    #iphone-content, 
    #parts-content {
        min-width: 950px;
    }

    /* Your CSS here */
    .visible-only-sm {
        display: none !important; /* Hide on medium and larger screens */
    }
    .lg-absolute {
        position: absolute;
    }
    .footer-contacts-container {
        width: 420px;
    }
    .footer-contact-options-background-active {
        width: 205px;
    }

    .lg-mt-15 {
        margin-top: -15px;
    }
    .shop-accessory-header {
        font-size: 2em;
    }
    .accessory-search-container {
        padding: 0px 30px;
    }
    .lg-spacing-100 {
        height: 100px;
    }
    .show-table-column-desktop {
        display: table-cell;
    }
    .show-table-column-mobile {
        display: none;
    }
    .show-on-desktop {
        display: flex;
    }
    .show-on-mobile {
        display: none;
    }
    /* .accessory-search-container {
        margin-bottom: 30px !important;
    } */

    .eclipse-bg-1 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-203px, -100px);
    }
    .eclipse-bg-2 {
        position: absolute;
        right: 0;
        width: 600px;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-1.png) no-repeat left;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(8px, 90px);
    }
    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-60%, 50px);
    }
    .eclipse-bg-4 {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(120px, 250px);
    }


    .scroll-container {
        justify-content: center;
    }

    /* Positioning for each device */
    .macbook {
        z-index: 1;
        width: 600px;
        bottom: 0;
        left: 41%;
        transform: translateX(-50%);
    }
    
    .ipad {
        z-index: 0;
        width: 450px;
        bottom: 0px;
        left: 57%;
        transform: translateX(-50%) translateX(100px);
    }
  
    .iphone-left {
        z-index: 2;
        width: 130px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-160px);
    }
    
    .iphone-right {
        z-index: 2;
        width: 226px;
        bottom: 17px;
        left: 59%;
        transform: translateX(113px);
    }
  
    .watch {
        z-index: 3;
        width: 112px;
        bottom: 16px;
        left: 69%;
        transform: translateX(-33px);
    }
  
    .airpods {
        z-index: 3;
        width: 95px;
        bottom: 20px;
        left: 50%;
        transform: translateX(372px);
    }
    .device-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .lg-mt-15px {
        margin-top: 15px !important;
    }
    /* .banner-title {
        font-size: 5rem;
    } */

    .show-filter {
        display: none;
    }
    .product-item-container {
        max-width: 1200px;
    }
    .footer-content {
        padding: 50px 0 60px;
    }
    .eclipse-bg-2 {
        width: 579px !important;
        transform: translate(-1px, 90px) !important;
    }
    .eclipse-bg-4 {
        width: 900px !important;
    }
    .home-auction-image {
        width: 42% !important;
    }
    .grouped-silver-devices {
        z-index: 1;
        /* width: 900px; */
        width: 800px;
        bottom: 90px;
        /* left: 28%; */
        transform: translateX(-50%);
    }
    .hero-section {
        padding: 260px 20px !important;
    }
    .page-section-title {
        font-size: 65px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .page-section-bottom-title {
        font-size: 65px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }

    .banner-title {
        margin-top: 50px;
    }

    .card-inner {
        margin-top: 10px !important;
    }
    .scroll-container-content {
        margin-left: 80px !important;
    }

    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 50px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 100px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: 15px !important;
    }
    .youtube-video-section {
        margin-bottom: 200px;
    }
    .eclipse-bg-5 {
        position: absolute;
        width: 90%;
        height: 50vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(100px, -100px);
        left: 0;
    }
    .eclipse-bg-5-green {
        position: absolute;
        width: 90%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(100px, -100px);
        left: 0;
    }
    .about-us-text-2 {
        padding: 0 185px;
    }
    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(340%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(390%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(230%); 
    }
    .js-cookie-consent > .max-w-7xl {
        width: 400px !important;
    }
    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto;
        margin-top: 124px;
        margin-bottom: 71.5px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center !important;
    }
    .login-container, 
    .register-container {
        /* background: darkgreen; */
        /* min-height: calc(100vh - 533px) !important; */
        min-height: calc(100vh - 533px) !important;
        position: relative;
        top: 75px;
    }
}
/* XXL only */
@media (min-width: 1400px) and (max-width: 1599px) {

    .order-product-name-container {
        padding: 0;
    }
    .order-footer-extra-space {
        width: 67%;
    }
    .custom-select-wrapper {
        padding: 16px 10px 10px 10px !important;
    }

    .product-list-pricing-container {
        padding: 0px 0px !important;
    }
    .product-list-pricing-content {
        padding: 0px 12px !important;
    }
    .product-back-btn {
        padding: 0px 5px !important;
    }
    .product-warning-banner {
        padding: 0px 10px !important;
    }
    .product-container-list-view-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    .product-container-list-view-content.rtl {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 0px !important;
        padding-right: 20px;
    }
    .listing-row-list {
        margin-right: 45px;
    }
    .listing-row {
        margin-right: 30px !important;
    }
    
    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto;
        margin-top: 124px;
        margin-bottom: 71.5px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center !important;
    }
    /* .product-list-preloader-container {
        transform: translateX(-33px) !important;
    } */


    .product-listings-content {
        margin-left: -25px;
    }


    .menu-search-container {
        max-width: 850px !important;
        right: 13% !important;
    }
    .menu-search-container.active > .search-box-header-container {
        margin-left: 0px !important;
    }

    #accessories-content, 
    #iphone-content, 
    #parts-content {
        min-width: 950px;
    }


    .footer-content {
        padding: 50px 0 60px;
    }
/* @media (min-width: 1400px) { */
    /* Your CSS here */
    .visible-only-sm {
        display: none !important; /* Hide on medium and larger screens */
    }

    .footer-contacts-container {
        width: 420px;
    }
    .footer-contact-options-background-active {
        width: 205px;
    }
    .footer-contacts-container.second-option .footer-contact-options-background-active{
      /* transform: translateX(202px); */
        transform: translateX(167px);
        width: 170px;
    }
    .footer-contacts-container.second-option.rtl .footer-contact-options-background-active{
        transform: translateX(-167px);
        width: 170px;
    }
    .lg-absolute {
        position: absolute;
    }
    .lg-mt-15 {
        margin-top: -15px;
    }
    .shop-accessory-header {
        font-size: 2em;
    }
    .accessory-search-container {
        padding: 0px 30px;
    }
    .lg-spacing-100 {
        height: 100px;
    }
    .show-table-column-desktop {
        display: table-cell;
    }
    .show-table-column-mobile {
        display: none;
    }
    .show-on-desktop {
        display: flex;
    }
    .show-on-mobile {
        display: none;
    }
    /* .accessory-search-container {
        margin-bottom: 30px !important;
    } */



    .eclipse-bg-1 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-203px, -100px);
    }
    .eclipse-bg-2 {
        position: absolute;
        right: 0;
        width: 600px;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-1.png) no-repeat left;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(8px, 90px);
    }
    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 75vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(-50%, 50px);
    }
    .eclipse-bg-4 {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(120px, 250px);
    }

    .scroll-container {
        justify-content: center;
    }
      
    /* Positioning for each device */
    .macbook {
        z-index: 1;
        width: 600px;
        bottom: 0;
        left: 41%;
        transform: translateX(-50%);    
        /* transform: translateY(20px); */
        /* animation: fadeInUp 1s ease forwards; */
    }
    
    .ipad {
        z-index: 0;
        width: 450px;
        bottom: 0px;
        left: 57%;
        transform: translateX(-50%) translateX(100px);
    }
  
    .iphone-left {
        z-index: 2;
        width: 130px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-160px);
    }
    
    .iphone-right {
        z-index: 2;
        width: 226px;
        bottom: 17px;
        left: 59%;
        transform: translateX(113px);
    }
  
    .watch {
        z-index: 3;
        width: 112px;
        bottom: 16px;
        left: 69%;
        transform: translateX(-33px);
    }
  
    .airpods {
        z-index: 3;
        width: 95px;
        bottom: 20px;
        left: 50%;
        transform: translateX(372px);
    }
    .device-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .lg-mt-15px {
        margin-top: 15px !important;
    }
    /* .banner-title {
        font-size: 5rem;
    } */


    .shop-accessory-header {
        font-size: 2em;
    }
    .show-filter {
        display: none;
    }
    .product-item-container {
        max-width: 1200px;
    }
    .show-on-mobile {
        display: none;
    }
    .eclipse-bg-2 {
        width: 579px !important;
        transform: translate(-1px, 90px) !important;
    }
    .home-auction-image {
        width: 45% !important;
    }
    .grouped-silver-devices {
        z-index: 1;
        width: 800px;
        bottom: 30px;
        transform: translateX(-51%);
    }
    .hero-section {
        /* padding: 220px 20px !important; */
        padding: 165px 20px !important;
    }
    .page-section-title {
        font-size: 70px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .page-section-bottom-title {
        font-size: 65px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .banner-title {
        margin-top: 40px;
    }
    .home-banner {
        margin-bottom: 100px;
    }

    .card-inner {
        margin-top: 10px !important;
    }
    .scroll-container-content {
        margin-left: 80px !important;
    }

    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 50px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 100px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: 15px !important;
    }
    .youtube-video-section {
        margin-bottom: 200px;
    }
    .eclipse-bg-5 {
        position: absolute;
        width: 80%;
        height: 50vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(200px, -100px);
        left: 0;
    }
    .eclipse-bg-5-green {
        /* position: absolute;
        width: 80%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(200px, -100px);
        left: 0; */
        position: absolute;
        width: 100%;
        height: 43vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(3px, -100px);
        left: 0;
    }
    .about-us-text-2 {
        padding: 0 185px;
    }
    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(340%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(390%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(230%); 
    }
    .js-cookie-consent > .max-w-7xl {
        width: 400px !important;
    }
    .login-container, 
    .register-container {
        /* background: darkgreen; */
        /* min-height: calc(100vh - 533px) !important; */
        min-height: calc(100vh - 533px) !important;
        position: relative;
        top: 75px;
    }
}
@media (min-width: 1600px) and (max-width: 1799.98px) {

    .order-product-name-container {
        padding: 0;
    }
    .order-footer-extra-space {
        width: 67%;
    }
    .custom-select-wrapper {
        padding: 16px 10px 10px 10px !important;
    }
    .product-list-pricing-container {
        padding: 0px 0px !important;
    }
    .product-list-pricing-content {
        padding: 0px 12px !important;
    }
    .product-back-btn {
        padding: 0px 5px !important;
    }
    .product-warning-banner {
        padding: 0px 10px !important;
    }
    .product-container-list-view-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    .listing-row-list {
        margin-right: 45px;
    }
    .listing-row {
        margin-right: 35px;
    }
    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto;
        margin-top: 124px;
        margin-bottom: 71.5px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center !important;
    }
    /* .product-list-preloader-container {
        transform: translateX(-33px) !important;
    } */

    
    .product-listings-content {
        margin-left: -25px;
    }


    .menu-search-container {
        max-width: 850px !important;
        right: 13% !important;
    }
    .menu-search-container.active > .search-box-header-container {
        margin-left: 0px !important;
    }

    #accessories-content, 
    #iphone-content, 
    #parts-content {
        min-width: 950px;
    }
    .show-table-column-mobile {
        display: none;
    }
    .home-auction-image {
        width: 45% !important;
    }
    .visible-only-sm {
        display: none !important; /* Hide on medium and larger screens */
    }
    .hero-section {
        /* padding: 160px 20px !important; */
        padding: 415px 20px !important;
    }
    .home-4by4-item {
        padding-top: 200px !important;
    }
    .scroll-container {
        justify-content: center;
    }
    .macbook {
        z-index: 1;
        width: 700px;
        bottom: -3px;
        left: 28%;
        transform: translateX(-48%);
    }
    
    .ipad {
        z-index: 0;
        width: 534px;
        bottom: 0px;
        left: 57%;
        transform: translateX(-50%) translateX(100px);
    }
  
    .iphone-left {
        z-index: 2;
        width: 130px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-160px);
    }
    
    .iphone-right {
        z-index: 2;
        width: 300px;
        bottom: 17px;
        left: 58%;
        transform: translateX(112px);
    }
  
    .watch {
        z-index: 3;
        width: 162px;
        bottom: 16px;
        left: 66%;
        transform: translateX(-33px);
    }
  
    .airpods {
        z-index: 3;
        width: 95px;
        bottom: 20px;
        left: 50%;
        transform: translateX(372px);
    }
    .device-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .lg-mt-15px {
        margin-top: 15px !important;
    }
    /* .banner-title {
        font-size: 5rem;
    } */

    .footer-contact-options-background-active {
        width: 195px;
    }
    .footer-contacts-container.second-option .footer-contact-options-background-active{
      /* transform: translateX(193px); */
        transform: translateX(167px);
        width: 170px;
    }
    .footer-contacts-container.second-option.rtl .footer-contact-options-background-active{
        transform: translateX(-167px);
        width: 170px;
    }

    .shop-accessory-header {
        font-size: 2em;
    }
    .show-filter {
        display: none;
    }
    .product-item-container {
        max-width: 1200px;
    }
    .show-on-mobile {
        display: none;
    }



    .eclipse-bg-1 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-203px, -100px);
    }
    .eclipse-bg-2 {
        position: absolute;
        right: 0;
        width: 579px !important;
        /* width: 600px; */
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-1.png) no-repeat left;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(-1px, 90px) !important;
        /* transform: translate(8px, 90px); */
    }
    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 75vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(-50%, 50px);
    }
    .eclipse-bg-4 {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(120px, 250px);
    }
    .eclipse-bg-4-green {
        position: absolute;
        width: 100%;
        height: 25vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(10px, 321px);
    }
    .grouped-silver-devices {
        z-index: 1;
        width: 1000px;
        bottom: 90px;
        /* left: 28%; */
        transform: translateX(-51%);
        /* width: 92%; */
        /* width: 1000px%; */
    }
    .page-section-title {
        font-size: 70px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .page-section-bottom-title {
        font-size: 65px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }

    .banner-title {
        margin-top: 70px;
    }

    .card-inner {
        margin-top: 10px !important;
    }
    .scroll-container-content {
        margin-left: 80px !important;
    }

    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 50px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 100px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: 15px !important;
    }
    .youtube-video-section {
        margin-bottom: 200px;
    }
    .eclipse-bg-5 {
        /* position: absolute;
        width: 85%;
        height: 50vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(300px, -200px);
        left: 0; */
        position: absolute;
        width: 100%;
        height: 37vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, -100px);
        left: 0;
    }
    .eclipse-bg-5-green {
        /* position: absolute;
        width: 85%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(300px, -200px);
        left: 0; */
        position: absolute;
        width: 100%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, -230px);
        left: 0;
    }
    .about-us-text-2 {
        padding: 0 185px;
    }
    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(340%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(390%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(230%); 
    }
    .js-cookie-consent > .max-w-7xl {
        width: 400px !important;
    }
    .login-container {
        /* background: darkgreen; */
        min-height: calc(100vh - 483px) !important;
        position: relative;
        top: 75px;
    } 
    .register-container {
        /* background: darkgreen; */
        min-height: calc(100vh - 483px) !important;
        position: relative;
        top: 75px;
    }
    .footer-content {
        margin-top: 35px;
    }
}

/* 4XL: 1800px – 1999px */
@media (min-width: 1800px) and (max-width: 1999.98px) {

    .order-product-name-container {
        padding: 0;
    }
    .order-footer-extra-space {
        width: 67%;
    }
    .custom-select-wrapper {
        padding: 16px 10px 10px 10px !important;
    }
    .product-list-pricing-container {
        padding: 0px 0px !important;
    }
    .product-list-pricing-content {
        padding: 0px 12px !important;
    }
    .product-back-btn {
        padding: 0px 5px !important;
    }
    .product-warning-banner {
        padding: 0px 10px !important;
    }
    .product-container-list-view-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    .listing-row-list {
        margin-right: 45px;
    }
    .listing-row {
        margin-right: 35px;
    }
    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto;
        margin-top: 124px;
        margin-bottom: 71.5px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center !important;
    }

    /* .product-list-preloader-container {
        transform: translateX(-33px) !important;
    } */

    
    .product-listings-content {
        margin-left: -25px;
    }


    .menu-search-container {
        max-width: 850px !important;
        right: 13% !important;
    }
    .menu-search-container.active > .search-box-header-container {
        margin-left: 0px !important;
    }

    #accessories-content, 
    #iphone-content, 
    #parts-content {
        min-width: 950px;
    }

    .show-table-column-mobile {
        display: none;
    }
    .home-auction-image {
        width: 45% !important;
    }
    .footer-content {
        /* padding: 50px 0 40px; */
        padding: 50px 0px 40px;
    }
    .visible-only-sm {
        display: none !important; /* Hide on medium and larger screens */
    }
    .hero-section {
        /* padding: 160px 20px !important; */
        padding: 415px 20px !important;
    }
    .home-4by4-item {
        padding-top: 200px !important;
    }
    .scroll-container {
        justify-content: center;
    }
    .macbook {
        z-index: 1;
        width: 700px;
        bottom: -3px;
        left: 28%;
        transform: translateX(-48%);
    }
    
    .ipad {
        z-index: 0;
        width: 534px;
        bottom: 0px;
        left: 57%;
        transform: translateX(-50%) translateX(100px);
    }
  
    .iphone-left {
        z-index: 2;
        width: 130px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-160px);
    }
    
    .iphone-right {
        z-index: 2;
        width: 300px;
        bottom: 17px;
        left: 58%;
        transform: translateX(112px);
    }
  
    .watch {
        z-index: 3;
        width: 162px;
        bottom: 16px;
        left: 66%;
        transform: translateX(-33px);
    }
  
    .airpods {
        z-index: 3;
        width: 95px;
        bottom: 20px;
        left: 50%;
        transform: translateX(372px);
    }
    .device-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .lg-mt-15px {
        margin-top: 15px !important;
    }
    /* .banner-title {
        font-size: 5rem;
    } */

    .footer-contact-options-background-active {
        width: 195px;
    }
    .footer-contacts-container.second-option .footer-contact-options-background-active{
        transform: translateX(167px);
        width: 170px;
    }
    .footer-contacts-container.second-option.rtl .footer-contact-options-background-active{
        transform: translateX(-167px);
        width: 170px;
    }

    .shop-accessory-header {
        font-size: 2em;
    }
    .show-filter {
        display: none;
    }
    .product-item-container {
        max-width: 1200px;
    }
    .show-on-mobile {
        display: none;
    }



    .eclipse-bg-1 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-203px, -100px);
    }
    .eclipse-bg-2 {
        position: absolute;
        right: 0;
        width: 600px;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-1.png) no-repeat left;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(8px, 90px);
    }
    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 75vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(-50%, 50px);
    }
    .eclipse-bg-4 {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(120px, 250px);
    }
    .eclipse-bg-4-green {
        position: absolute;
        width: 100%;
        height: 30vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(50px, 300px);
    }

    .eclipse-bg-2 {
        width: 579px !important;
        transform: translate(-1px, 90px) !important;
    }
    .grouped-silver-devices {
        z-index: 1;
        width: 700px;
        width: 1000px;
        bottom: 90px;
        /* left: 28%; */
        transform: translateX(-51%);
        /* width: 92%; */
        max-width: 1000px;
    }
    .page-section-title {
        font-size: 70px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .page-section-bottom-title {
        font-size: 65px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .banner-title {
        margin-top: 70px;
    }
    .hero-section {
        /* padding: 160px 20px !important; */
        /* padding: 415px 20px !important; */
        padding: 400px 20px 0px 20px !important;
    }

    .card-inner {
        margin-top: 10px !important;
    }
    .scroll-container-content {
        margin-left: 80px !important;
    }

    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 50px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 100px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: 15px !important;
    }
    .youtube-video-section {
        margin-bottom: 200px;
    }
    .eclipse-bg-5 {
        position: absolute;
        width: 79%;
        height: 50vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(300px, -200px);
        left: 0;
    }
    .eclipse-bg-5-green {
        /* position: absolute;
        width: 79%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(300px, -200px);
        left: 0; */
        position: absolute;
        width: 100%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, -200px);
        left: 0;
    }
    .about-us-text-2 {
        padding: 0 187px;
    }
    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(340%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(390%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(230%); 
    }
    .js-cookie-consent > .max-w-7xl {
        width: 400px !important;
    }
    .login-container {
        /* background: darkgreen; */
        min-height: calc(100vh - 572px);
        position: relative;
        top: 44px;
    }
    .register-container {
        /* background: darkgreen; */
        min-height: calc(100vh - 483px) !important;
        position: relative;
        top: 75px;
    }
    .footer-content {
        /* margin-top: 35px; */
    }
}
  
/* 5XL: 2000px and up */
@media (min-width: 2000px) {

    .order-product-name-container {
        padding: 0;
    }
    .order-footer-extra-space {
        width: 67%;
    }
    .custom-select-wrapper {
        padding: 16px 10px 10px 10px !important;
    }
    .product-list-pricing-container {
        padding: 0px 0px !important;
    }
    .product-list-pricing-content {
        padding: 0px 12px !important;
    }
    .product-back-btn {
        padding: 0px 5px !important;
    }
    .product-warning-banner {
        padding: 0px 10px !important;
    }

    .product-container-list-view-content {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    .listing-row-list {
        margin-right: 45px;
    }
    .listing-row {
        margin-right: 35px;
    }
    .shop-product-listing-container {
        max-width: 1180px;
        margin: auto;
        margin-top: 124px;
        margin-bottom: 71.5px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center !important;
    }

    /* .product-list-preloader-container {
        transform: translateX(-33px) !important;
    } */

    .product-listings-content {
        margin-left: -25px;
    }

    .menu-search-container {
        max-width: 850px !important;
        right: 13% !important;
    }
    .menu-search-container.active > .search-box-header-container {
        margin-left: 0px !important;
    }
    
    #accessories-content, 
    #iphone-content, 
    #parts-content {
        min-width: 950px;
    }

    .show-table-column-mobile {
        display: none;
    }
    .home-auction-image {
        width: 50% !important;
    }
    .footer-content {
        /* padding: 50px 0 40px; */
        padding: 50px 0px 40px;
    }
    .visible-only-sm {
        display: none !important; /* Hide on medium and larger screens */
    }
    .banner-title {
        margin-top: 70px;
    }
    .hero-section {
        /* padding: 160px 20px !important; */
        /* padding: 415px 20px !important; */
        padding: 350px 20px 0px 20px !important;
    }
    .home-4by4-item {
        /* padding-top: 200px !important; */
        padding-top: 0px !important;
    }
    .home-4by4-item {
        height: 67vh !important;
    }
    .home-about-carousel .about-body .content-container p {
        margin-bottom: 15px !important;
    }
    .about-us-text-2 {
        padding: 0 187px;
    }
    .scroll-container {
        justify-content: center;
    }
    .macbook {
        z-index: 1;
        width: 700px;
        bottom: -3px;
        left: 28%;
        transform: translateX(-48%);
    }
    
    .ipad {
        z-index: 0;
        width: 534px;
        bottom: 0px;
        left: 57%;
        transform: translateX(-50%) translateX(100px);
    }
  
    .iphone-left {
        z-index: 2;
        width: 130px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-160px);
    }
    
    .iphone-right {
        z-index: 2;
        width: 300px;
        bottom: 17px;
        left: 58%;
        transform: translateX(112px);
    }
  
    .watch {
        z-index: 3;
        width: 162px;
        bottom: 16px;
        left: 66%;
        transform: translateX(-33px);
    }
  
    .airpods {
        z-index: 3;
        width: 95px;
        bottom: 20px;
        left: 50%;
        transform: translateX(372px);
    }
    .device-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .lg-mt-15px {
        margin-top: 15px !important;
    }
    /* .banner-title {
        font-size: 5rem;
    } */

    
    .footer-contact-options-background-active {
        width: 195px;
    }
    .footer-contacts-container.second-option .footer-contact-options-background-active{
        transform: translateX(167px);
        width: 170px;
    }
    .footer-contacts-container.second-option.rtl .footer-contact-options-background-active{
        transform: translateX(-167px);
        width: 170px;
    }

    .shop-accessory-header {
        font-size: 2em;
    }
    .show-filter {
        display: none;
    }
    .product-item-container {
        max-width: 1200px;
    }
    .show-on-mobile {
        display: none;
    }



    .eclipse-bg-1 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        /* z-index: 999; */
        pointer-events: none;
        transform: translate(-203px, -100px);
    }
    .eclipse-bg-2 {
        position: absolute;
        right: 0;
        width: 600px;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-1.png) no-repeat left;
        background-size: cover;
        z-index: 999;
        pointer-events: none;
        transform: translate(8px, 90px);
    }
    .eclipse-bg-3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(-30%, 50px);
    }
    .eclipse-bg-3.rtl {
        transform: translate(0%, 50px) !important;
    }
    .eclipse-bg-3-green {
        position: absolute;
        left: 0;
        width: 100%;
        height: 75vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(-50%, 50px);
    }
    .eclipse-bg-4 {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(120px, 250px);
    }
    .eclipse-bg-4-green {
        position: absolute;
        width: 100%;
        height: 42vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, 300px);
    }
    .eclipse-bg-5 {
        position: absolute;
        width: 85%;
        height: 50vh;
        background: url(/store/images/home/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(300px, -200px);
        left: 0;
    }
    .eclipse-bg-5-green {
        /* position: absolute;
        width: 85%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(300px, -200px);
        left: 0; */
        position: absolute;
        width: 100%;
        height: 50vh;
        background: url(/store/images/home/mixglobal/eclipeses/bg-2.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
        transform: translate(0px, -200px);
        left: 0;
    }

    .eclipse-bg-2 {
        width: 579px !important;
        transform: translate(-1px, 90px) !important;
    }
    .grouped-silver-devices {
        z-index: 1;
        width: 1000px;
        /* bottom: 90px; */
        bottom: -6px;
        /* left: 28%; */
        transform: translateX(-50%);
    }

    .page-section-title {
        font-size: 70px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }
    .page-section-bottom-title {
        font-size: 65px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.009em;
    }

    .home-4by4-section {
        margin-bottom: 200px !important;
    }

    .youtube-video-section {
        margin-bottom: 200px;
    }

    .card-inner {
        margin-top: 10px !important;
    }
    .scroll-container-content {
        margin-left: 80px !important;
    }

    .scroll-card-container > .scroll-card-img-container > .product-img-1 {
        width: 50px !important;
    }
    .scroll-card-container > .scroll-card-img-container > .product-img-2, 
    .scroll-card-container > .scroll-card-img-container > .product-img-3 {
        width: 100px !important;
    }
    .scroll-card-container > .card-footer {
        margin-top: 15px !important;
    }
    .youtube-video-section {
        margin-bottom: 200px;
    }

    .gradient-bordered-card:hover .arrow-card-1 {
        transform: translateX(340%); 
    }
    .gradient-bordered-card:hover .arrow-card-2 {
        transform: translateX(390%); 
    }
    .gradient-bordered-card:hover .arrow-card-3 {
        transform: translateX(230%); 
    }
    .js-cookie-consent > .max-w-7xl {
        width: 400px !important;
    }
    .login-container {
        /* background: darkgreen; */
        min-height: calc(100vh - 572px);
        position: relative;
        top: 44px;
    }
    .register-container {
        /* background: darkgreen; */
        min-height: calc(100vh - 483px) !important;
        position: relative;
        top: 75px;
    }
    .footer-content {
        /* margin-top: 35px; */
    }
}

.product-detail-preview {
    margin-top: 30px;
    margin-bottom: -10px;
    text-align: center;
}


/* .footer-contacts-container {
    border: 2px solid #626262;
    display: flex;
    padding: 5px;
    border-radius: 50px;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
} */

.footer-contacts-container {
    border: 1px solid transparent;
    display: flex;
    padding: 5px;
    border-radius: 50px;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    background-clip: padding-box;
    z-index: 1;
    width: 350px !important;
}

.footer-contacts-container::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1.7px;
    background: linear-gradient(90deg, #007aff, #5856d6, #af52de, #ff2d55, #ff9500);
    background-size: 300% 300%;
    animation: borderFlow 6s ease infinite;
    z-index: -1;
    mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}
@keyframes borderFlow {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

.footer-contacts-container > .options {
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
    line-height: 1.3;
    padding: 8px;
    width: 220px;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.50rem;
}
.footer-contact-options-background-active {
    /* width: 205px; */
    padding: 0 10px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    background: #3c3c3c;
    border: 2px solid #626262;
    /* height: calc(100% - 10px); */
    height: calc(100% - 10px);
    position: absolute;
    transition: 80ms linear;
    width: 170px;
}
.product-back-link {
    color: #fff;
    font-size: 18px; 
    font-weight: 500;
    cursor: pointer;
}
.product-back-link-dark {
    color: #000 !important;
    font-size: 18px; 
    font-weight: 500;
    cursor: pointer;
}
.product-back-link:hover, 
.product-back-link-dark:hover { 
    color: #626262;
}
.product-back-link-black {
    color: #000;
    font-size: 18px; 
    font-weight: 500;
    cursor: pointer;
}
.product-back-link-black:hover { 
    color: #007bff !important;
}



.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}
  
.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}
.collapsible-link.rtl {
    width: 100%;
    position: relative;
    text-align: left;
}
  
.collapsible-link.rtl::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
    right: auto;
    left: 0.8rem;
}

.collapsible-link[aria-expanded="true"].rtl::before {
    content: "\f106";
}

.custom-card-header-padding {
    padding: .75rem 0px !important;
}
.custom-card-header-border-bottom {
    border-bottom: 1px solid #3c3c3c !important;
}
.bg-none {
    background: none !important;
}

/* .bg-custom-gray-1 {
    background: #131313;
    border-radius: 10px;
} */

.bg-custom-gray-1 {
    background: #131313;
    border-radius: 10px; /* Full border radius */
}
.bg-custom-gray-2 {
    background: #ededed;
    border-radius: 10px; /* Full border radius */
}

table {
    border-collapse: separate;
    border-spacing: 0; /* Ensures spacing between thead and tbody */
}

thead.bg-custom-gray-1 {
    border-radius: 10px; /* Ensures both top and bottom corners are rounded */
}

thead.bg-custom-gray-1 tr:first-child th:first-child {
    border-top-left-radius: 10px; /* Top-left corner */
}

thead.bg-custom-gray-1 tr:first-child th:last-child {
    border-top-right-radius: 10px; /* Top-right corner */
}

thead.bg-custom-gray-1 tr:last-child th:first-child {
    border-bottom-left-radius: 10px; /* Bottom-left corner */
}

thead.bg-custom-gray-1 tr:last-child th:last-child {
    border-bottom-right-radius: 10px; /* Bottom-right corner */
}


thead.bg-custom-gray-1.rtl {
    border-radius: 10px; /* Ensures both top and bottom corners are rounded */
}

thead.bg-custom-gray-1.rtl tr:first-child th:first-child {
    border-top-right-radius: 10px; /* Top-left corner */
    border-top-left-radius: 0 !important; 
}

thead.bg-custom-gray-1.rtl tr:first-child th:last-child {
    border-top-left-radius: 10px; /* Top-right corner */
    border-top-right-radius: 0 !important;
}

thead.bg-custom-gray-1.rtl tr:last-child th:first-child {
    border-bottom-right-radius: 10px; /* Bottom-left corner */
    border-bottom-left-radius: 0 !important;
}

thead.bg-custom-gray-1.rtl tr:last-child th:last-child {
    border-bottom-left-radius: 10px; /* Bottom-right corner */
    border-bottom-right-radius: 0 !important;
}

.bg-gray-custom-1 {
    background: #ededed;
    border-radius: 10px;
}


.table-parts {
    border-collapse: separate;
    border-spacing: 0 8px; /* adds space between rows */
    width: 100%;
}
.table-parts tbody tr {
    transition: background-color 0.2s ease;
}

.table-parts tbody tr:hover, 
.table-parts tbody tr:nth-of-type(odd):hover {
    background-color: #f8f8f8; /* light gray on hover */
    border-radius: 12px;
}

/* To apply actual border-radius visually */
.table-parts tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.table-parts tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}



.custom-dropdown {
    border: none;
    background: none;
    color: #fff !important;

    /* width: 100%;
    padding: 8px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    background-image: url('https://coolmix.eu/store/icons/chevron-down-white.svg');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px; */

    /* width: 100%; */
    padding: 5px;
    padding-right: 30px; 
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    background-image: url('https://coolmix.eu/store/icons/chevron-down-white.svg');
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 12px;

}
.custom-dropdown-dark {
    border: none;
    background: none;
    color: #000;
}
.custom-dropdown-light {
    border: none;
    background: none;
    color: #fff !important;

    
}

.custom-dropdown:focus, 
.custom-dropdown-dark:focus,
.custom-dropdown-light:focus {
    border: none;
    background: none;
    outline: none;
    box-shadow: none; /* Removes focus outline */
}

.text-17px {
    font-size: 17px;
}

.content-container {
    max-width: 1180px;
    margin: auto;
    /* margin-top: 124px; */
    margin-bottom: 71.5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.accessory-category-image {
    text-align: center;
    padding: 20px 0px;
}
.accessory-category-image > img {
    position: relative;
    transition: transform 1s;
    width: 250px;
}


.bootstrap-search-input {
    width: 100%;
    /* padding: 10px 10px 10px 35px !important; */
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    border-radius: 64px;
    padding: 8px 47px;
    background-color: #f6f6f6;
    color: #7c7c7c;
}

.product-container, 
.product-container-no-result {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    cursor: pointer;
}
.product-container > .product-image-container, 
.product-container-no-result > .product-image-container
{
    /* margin-top: 20px;
    margin-bottom: 35px;
    height: 125px;
    padding: 15px; */
    margin-top: 8px;
    margin-bottom: 20px;
    height: 153px;
    padding: 15px;
}
.product-container:hover {
    box-shadow: 0px 0px 10px #a5a5a5;
    color: #000;
}
.product-list-item-header {
    z-index: 1 !important;
    position: relative;
    min-height: 50px;
}
.filter-checkbox, 
.filter-checkbox-accessory {
    width: 15px; /* Optional: Set a specific width */
    height: 15px; /* Optional: Set a specific height */
    transform: scale(1.5); /* Scale the checkbox to make it bigger */
    margin: 5px; /* Add some spacing around the checkbox */
}

.filter-category-container {
    cursor: pointer;
}
.filter-category-container:hover {
    background: #e5e5e5;
    border-radius: 10px;
}
.filter-category-text:hover {
    color: #000;
}
.product-filter-mobile {
    padding: 8px 10px;
    border-radius: 32px;
    cursor: pointer;
}
.product-filter-mobile:hover {
    background: #e0e0e0;
}



.bottom-sheet {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 300px;
    background: white;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    padding: 20px;
    z-index: 10;
    transition: bottom 0.4s ease;
}

.bottom-sheet.active, 
.bottom-sheet-big.active {
    bottom: 0;
    z-index: 101;
}

.bottom-sheet-big {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 500px;
    background: white;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    padding: 20px;
    z-index: 10;
    transition: bottom 0.4s ease;
}
.bottom-sheet-big-content {
    height: 395px;
    overflow-y: auto;
}


.drag-bar {
    width: 40px;
    height: 4px;
    background: #ccc;
    border-radius: 2px;
    margin: -10px auto 15px;
}
.filter-title {
    font-size: 18px;
    font-weight: 600;
}








.gradient-bordered-card {
    position: relative;
    width: 200px;
    height: 195px;
    border-radius: 20px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 1;
    box-shadow: 0px 0px 6px #6f6f6f;
    margin-top: 6px;
}

.gradient-bordered-card::before {
    content: '';
    position: absolute;
    inset: 0;
    /* padding: 2px; */
    padding: 0px 0px 1px 0px;
    border-radius: 20px;
    /* background: linear-gradient(45deg, #ff5f6d, #ffc371, #5efce8, #736efe); */
    background: linear-gradient(90deg, #007aff, #5856d6, #af52de, #ff2d55, #ff9500);
    background-size: 300% 300%;
    animation: borderFlow 6s ease infinite;
    z-index: -1;
    mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}
.footer-container > .services {
    position: relative;
    height: 94px;
    z-index: 1;
}
.footer-container > .services::before {
    content: '';
    position: absolute;
    inset: 0;
    /* padding: 2px; */
    padding: 1px 0px 0px 0px;
    /* border-radius: 20px; */
    /* background: linear-gradient(45deg, #ff5f6d, #ffc371, #5efce8, #736efe); */
    background: linear-gradient(90deg, #007aff, #5856d6, #af52de, #ff2d55, #ff9500);
    background-size: 300% 300%;
    animation: borderFlow 6s ease infinite;
    z-index: -1;
    mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}

@keyframes borderFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.card-inner {
    display: flex;
    /* flex-direction: column;
    justify-content: space-between; */
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.product-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.gradient-bordered-card > .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
/* .arrow {
    font-size: 18px;
} */

.gradient-bordered-card:hover {
    /* border: 1px solid #007bff; */
    border: 1px solid var(--theme-color);
    box-shadow: none !important;
}
.gradient-bordered-card:hover::before {
    /* border: 1px solid #007bff; */
    border: 1px solid var(--theme-color);
    /* padding: 0px !important; */
}

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


.scroll-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    overflow-x: auto;
    padding: 20px 30px;
    /* scroll-snap-type: x mandatory; */
    -webkit-overflow-scrolling: touch;
    width: 100%;
    align-items: center;
    /* justify-content: center; */
  }
  
  .scroll-container a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  
  /* Optional: Hide scrollbar for WebKit browsers */
  .scroll-container::-webkit-scrollbar {
    display: none;
  }
  .scroll-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
  }





  


  .hero-section {
    /* background-color: #000; */
    text-align: center;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
  }
  
  .hero-title {
    color: white;
    /* font-size: 2.5rem; */
    /* font-size: 80px; */
    /* font-weight: 500; */
    /* margin-bottom: 40px; */
    line-height: 1;
  }
  
  
  .device {
    position: absolute;
    transition: transform 0.3s ease-in-out;
    /* max-width: 100%; */
  }
  
  
  /* Banner slider container */
  .banner-slider {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* margin-top: 15vh; */
    margin-top: 12vh;
    height: 100vh;
    position: relative;
    width: 100%;
  }
  
  /* Responsive adjustments */
  /* @media (max-width: 1024px) {
    .macbook { width: 400px; }
    .ipad { width: 300px; transform: translateX(80px); }
    .iphone-left, .iphone-right { width: 100px; transform: translateX(-120px); }
    .iphone-right { transform: translateX(120px); }
    .watch, .airpods { width: 60px; transform: translateX(-45px); }
    .airpods { transform: translateX(45px); }
  }
  
  @media (max-width: 768px) {
    .hero-title { font-size: 2rem; }
    .device-wrapper { height: 350px; }
    .macbook { width: 320px; }
    .ipad { width: 240px; transform: translateX(60px); }
    .iphone-left, .iphone-right { width: 90px; transform: translateX(-100px); }
    .iphone-right { transform: translateX(100px); }
    .watch, .airpods { width: 50px; transform: translateX(-35px); }
    .airpods { transform: translateX(35px); }
  } */
  



  .banner-title {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: 0.8s;
    text-align: center;
    color: white;
  }
  
  .devices {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  
  /* .device {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
  } */
  .device-wrapper {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1.3s;
    text-align: center;
    color: white;
    font-weight: bold;
    /* opacity: 0;
    transform: translateY(20px);
    animation-delay: 5.3s;
    animation: fadeInUp 1s ease forwards; */
  }
  
  /* .macbook { animation-delay: 1s; }
  .device-2 { animation-delay: 1.3s; }
  .device-3 { animation-delay: 1.6s; }
  .device-4 { animation-delay: 1.9s; }
  .device-5 { animation-delay: 2.2s; }
  .device-6 { animation-delay: 2.5s; } */
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }



/* 
  
  html.lock-scroll,
  body.lock-scroll {
      overflow: hidden;
      height: 100%;
  }
  
  .banner-slider {
      position: relative;
      height: 100vh;
      overflow: hidden;
  }
   */
  .first-slide-banner,
  .second-slide-banner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* opacity: 0; */
      /* transform: translateX(100px);
      transition: all 1s ease-in-out; */
      z-index: 1;
  }
  
  .first-slide-banner.active,
  .second-slide-banner.active {
      opacity: 1;
      transform: translateX(0);
      z-index: 2;
  }

.btn-primary-2 {
    /* width: 100%; */
    color: #fff;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #0071e3;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* .selected-filter-container {

    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
} */


.filter-container {
    overflow-x: auto;
    padding: 10px;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}

.filters-scroll {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  width: 1px;
}

.filter-chip {
    color: #000000;
    padding: 3px 12px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
    background: #f6f6f6;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.filter-chip:hover {
    background: #ebebeb;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s ease-in-out;
}
.filter-chip:hover > .close-btn {
    background: #d5d5d5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s ease-in-out;
}

.close-btn {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
    margin-top: -1px;
    border-radius: 32px;;
    padding: 0 3px;
}
.content-separator {
    height: 3px;
    border-bottom: 1px solid #e0e0e0;
}

.scroll-btn {
    position: absolute;
    top: 3%;
    transform: translateY(-73%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.scroll-btn.left {
    left: 5px;
}

.scroll-btn.right {
    right: 5px;
}

.scroll-btn.hidden {
    display: none;
}


.no-item-found-text {
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}
/* .js-cookie-consent .flex {
    gap: 5px !important;
} */




.first-slide-banner {
    position: absolute !important;
}

.slide-section {
    position: relative; 
    /* transition: transform 3s ease, opacity 3s ease;  */
}

.slide-out {
    transform: translateX(-100%); 
    opacity: 0;
}

.third-slide-banner {
    position: absolute !important;
    opacity: 0; 
    transition: opacity 3s ease; 
}

.third-slide-banner.fade-in {
    opacity: 1; 
}
.slide-out {
    transform: translateX(-100%); 
    /* opacity: 0;  */
}

.fade-in {
    transform: translateX(0); 
    opacity: 1; 
}
.place-in-position {
    transform: translateX(0); 
    opacity: 0; 
}


/* .slide-section,
.third-slide-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 1s ease, opacity 1s ease;
  opacity: 0;
  transform: translateX(100%);
}

.slide-active {
  transform: translateX(0%);
  opacity: 1;
  z-index: 1;
}

.slide-left-out {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 0;
} */


.gradient-text {
    background: linear-gradient(90deg, #007aff, #5856d6, #af52de, #ff2d55, #ff9500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    font-weight: 400;
}
.ma-gradient-text {
    background: linear-gradient(90deg, #007aff, #5856d6, #af52de, #ff2d55, #d8152c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    font-weight: 400;
}
/* .pricelist-phone-display > .phone-image-container { */
.phone-image-container {

    position: sticky;
    top: 100px;
    
    /* align-items: center; */
}
.animated-filter-checkbox-container {
    /* background: #e0e0e0; */
    padding: 5px;
    border-radius: 336px;
    margin-left: auto;
    margin-right: auto;
}.animated-filter-checkbox-container > .col-1 {
    padding: 0px 0px 0px 5px;
}

.animated-filter-checkbox-container:hover {
    background: #f8f8f8;
    border-radius: 10px;
}
.side-filter-container {
    position: sticky;
    top: 130px;
}
.side-filter-content {
    overflow-y: auto;
    max-height: calc(100vh - 269px);

}

.scroll-card-1 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1.5s;
    text-align: center;
    color: white;
}
.scroll-card-2 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1.7s;
    text-align: center;
    color: white;
}
.scroll-card-3 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1.9s;
    text-align: center;
    color: white;
}
/* Bootstrap CSS */

/* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
} */

.gradient-bordered-card .arrow-right {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease; /* Smooth transition for sliding */
}


.js-cookie-consent {
    background: none;
}
.js-cookie-consent > .max-w-7xl > .rounded-lg {
    padding: 10px !important;
}
.js-cookie-consent > .max-w-7xl > .rounded-lg > .flex > .flex-1 > .text-black {
    color: #fff !important;
}
.js-cookie-consent > .max-w-7xl {
    max-width: 400px !important;
}
.js-cookie-consent > .mx-auto {
    
    padding: 1.25rem;
    justify-content: center;
    display: flex;
    align-items: center;
    max-width: 40rem;
    position: relative;
    opacity: 1;
    background: #0000004c;
    border-radius: 10px;
    border: 2px solid #9a9191;
    backdrop-filter: blur(9px);
}
.js-cookie-consent > .mx-auto > .mx-auto > .rounded-lg {

}
    
.js-cookie-consent > .max-w-7xl > .rounded-lg {
    background: none;
}
    
.js-cookie-consent > .mx-auto > .rounded-lg > .flex > .flex-shrink-0 {
    display: flex !important;
    justify-content: center !important;    
    position: absolute !important;
    bottom: 30px !important;
}

.js-cookie-consent {
    background: none !important;
}
.cookie-icon {
    /* margin-bottom: 20px; */
}
.cookie-title {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 1.75rem !important;
}
.cookie-content {
    padding-bottom: 40px !important;
}

.consent-bg-top-left {
    position: absolute;
    top: 0;
    left: -20%;
    background: radial-gradient(circle, #007aff 0px, transparent 70%);
    transform: translateX(-60.3261px) translateY(-180.75053px) translateZ(0px);
    opacity: .2;
    border-radius: 1px;
    width: 80%;
    height: 100%;
}
.consent-bg-top-right {
    position: absolute;
    top: 0;
    background: radial-gradient(circle, #ff2d55 0px, transparent 70%);
    transform: translateX(180.3261px) translateY(-170.75053px) translateZ(0px);
    opacity: .2;
    border-radius: 1px;
    width: 80%;
    height: 100%;
}
.consent-bg-bottom-left {
    position: absolute;
    bottom: 0;
    left: -20%;
    background: radial-gradient(circle, #ff9500 0px, transparent 70%);
    transform: translateX(-60.3261px) translateY(180.75053px) translateZ(0px);
    opacity: .2;
    border-radius: 1px;
    width: 80%;
    height: 100%;
}
.js-cookie-consent > .mx-auto {
    position: relative;
    background: none;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    overflow: hidden; 
    box-shadow: none;
}
.consent-bg-bottom-right {
    position: absolute;
    top: 0;
    background: radial-gradient(circle, #af52de 0px, transparent 70%);
    transform: translateX(180.3261px) translateY(170.75053px) translateZ(0px);
    opacity: .2;
    border-radius: 1px;
    width: 80%;
    height: 100%;
}
.cookie-consent__agree {
    z-index: 9999px !important;
}
/* .js-cookie-consent > .mx-auto::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255, 204, 0, 0.2), transparent); 
    transform: translateX(-6.3261px) translateY(-8.75053px) translateZ(0px);
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    width: 60%;
    overflow: hidden; 
} */


.cm-button-primary:hover{
    background: #fff !important;
    /* color: #007bff !important; */
    color: var(--theme-color) !important;
}

.bagview-bagitem > .bag-items-columns-container {
    padding: 0 10px;
} 
.bagview-bagitem > .bag-items-columns-container:hover {
    background: #f8f8f8;
    border-radius: 10px;
} 
.bagview-bagitem > .bag-items-columns-container > a {
    text-decoration: none;
}
.grade-warranty-link {
    margin-left: 4px; 
    color: #fff; 
    text-decoration: underline;
}
.grade-warranty-link:hover {
    color: #d3d3d3;
}
.js-cookie-consent-agree {
    border: 2px solid var(--theme-color) !important;
}
.js-cookie-consent-agree:hover,
.co-bag-button-main button:hover {
    background: #fff !important;
    color: var(--theme-color) !important;
    border: 2px solid var(--theme-color) !important;
    transition: all 0.3s ease;
}
.co-bag-button-main button {
    border: 2px solid var(--theme-color) !important;
}
.modal-backdrop.show {
    display: none !important;
}

.cm-iteminfo-remove {
    padding: 5px !important;
    border-radius: 32px;
}
.cm-iteminfo-remove:hover {
    background-color: #ededed !important;
}

.btn-primary.disabled:hover, 
.co-bag-button-main > button.disabled:hover {
    background-color: var(--theme-color-hover) !important;
    color: #fff !important;
    cursor: not-allowed !important;
}

#checkVoucherBtn {
    cursor: pointer; 
    width: 85px;
    height: 34px; 
    border-radius: 980px; 
    /* background: #007bff;  */
    background: var(--theme-color); 
    color: #fff; 
    margin-top: 0px;
    border: 2px solid var(--theme-color) !important;
    /* border: 2px solid #007bff !important; */
    font-weight: 500;
    font-size: 14px;
}
.btn-buy {
    /* border: 2px solid #007bff !important; */
    border: 2px solid var(--theme-color) !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
}
#checkVoucherBtn:hover, 
.btn-buy:hover, 
.newslwtter-form > form > button:hover {
    background: #fff !important; 
    transition: all 0.3s ease;
    /* color: #007bff !important; 
    fill: #007bff !important; */
    color: var(--theme-color) !important; 
    fill: var(--theme-color) !important;
}


.newslwtter-form > form > button {
    /* background-color:#007bff !important;
    border: 2px solid #007bff !important; */
    background-color:var(--theme-color) !important;
    border: 2px solid var(--theme-color) !important;
    transition: all 0.3s ease;
}


.apple-logo-container {
    position: absolute;
    display: flex;
    justify-content: end;
    right: 39px;
    top: 85px;

    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.003 512.003"><g><g><path d="M351.98,0c-27.296,1.888-59.2,19.36-77.792,42.112c-16.96,20.64-30.912,51.296-25.472,81.088c29.824,0.928,60.64-16.96,78.496-40.096C343.916,61.568,356.556,31.104,351.98,0z"></path></g></g><g><g><path d="M459.852,171.776c-26.208-32.864-63.04-51.936-97.824-51.936c-45.92,0-65.344,21.984-97.248,21.984c-32.896,0-57.888-21.92-97.6-21.92c-39.008,0-80.544,23.84-106.88,64.608c-37.024,57.408-30.688,165.344,29.312,257.28c21.472,32.896,50.144,69.888,87.648,70.208c33.376,0.32,42.784-21.408,88-21.632c45.216-0.256,53.792,21.92,87.104,21.568c37.536-0.288,67.776-41.28,89.248-74.176c15.392-23.584,21.12-35.456,33.056-62.08C387.852,342.624,373.932,219.168,459.852,171.776z"></path></g></g></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.product-list-discount-text {
    /* color: #0076de; */
    color: #444444;
    font-size: 15px;
    font-weight: 500;
}

.search-box-header-container {
    margin-top: -6px;
    /* margin-left: -65px; */
    /* margin-left: -76px; */
    margin-left: 0px;
    position: relative
}
.search-icon-header {
    position: absolute;
    /* top: -4px; */
    left: 12px;
    transform: translateY(47%);
    fill: #aaa;
}
.header-search-input {
    height: 30px;
}




.skeleton-wrapper {
    display: flex;
    align-items: center;
    /* padding: 15px; */
    transform: translateX(-12px);
    max-width: 300px;
}

.skeleton-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-lines {
    flex: 1;
}

.skeleton-line {
    height: 10px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
    animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-line.short {
    width: 50%;
}

.skeleton-line.long {
    width: 100%;
    height: 21px;
    border-radius: 32px;
    margin: 7px 11px;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}





.desktop-nav {

  /* display: flex;
  align-items: center;
  background-color: black;
  padding: 10px;
  color: white; */
  position: relative;
}
.menu-search-container {
    height: 19px;
    width: 95px;
    display: block;
    transition-duration: 1s;
    position: absolute;
    max-width: 742px;
    margin-left: -15px;
    right: 13%;
}
.menu-search-container.active {
    /* transition-delay: 0s, 160ms; */
    /* transform: translateX(-103%); */
    /* margin-left: -64%; */
    right: 13%;
    width: 100%;
    /* width: 100%;
    max-width: 742px; */
}
.menu-search-clear {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    color: #000;
    transition: 0.3s ease-in-out;
    padding: 1px 4px;
    border-radius: 35px;
    background: #d5d5d5;
}
.menu-search-clear:hover {
    background: #939393;
}

.search-container.hide {
    /* width: 60%; */
    transition: 0.3s ease-in-out;
    opacity: 0 !important; 
}
.search-container {
    /* width: 60% !important; */
    /* width: 53% !important; */
    width: 850px !important;
    /* transition: 0.5s ease-in-out; */
    transition: 1s ease-in-out;
    opacity: 1 !important; 
    /* position: absolute; */
    position: fixed;
    margin-top: 38px;
}


.desktop-nav > .only-desktop {
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.desktop-nav > .only-desktop.hide {
    transition: 0.3s ease-in-out;
    opacity: 0;
}









/* Container wrapper */
.container-wrapper {
    max-width: 56rem;        /* max-w-4xl */
    margin-left: auto;       /* mx-auto */
    margin-right: auto;
    margin-bottom: 2.5rem;   /* mb-10 */
  }
  
  /* Search header row */
  .search-header {
    display: flex;           /* flex */
    align-items: center;     /* items-center */
    font-size: 1.5rem;       /* text-2xl */
    font-weight: 600;        /* font-semibold */
    gap: 0.75rem;            /* gap-3 */
  }
  
  /* Gray icon */
  .icon-gray {
    width: 1.5rem;           /* w-6 */
    height: 1.5rem;          /* h-6 */
    color: #4B5563;          /* text-gray-600 */
  }
  
  /* Grid layout */
  .grid-container {
    max-width: 56rem;        /* max-w-4xl */
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)); /* grid-cols-1 */
    gap: 3rem;               /* gap-12 */
  }
  
  /* Medium screens (md:grid-cols-2) */
  @media (min-width: 768px) {
    .grid-container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  /* Section title */
  .section-title {
    font-size: 0.875rem;     /* text-sm */
    font-weight: 500;        /* font-medium */
    color: #6B7280;          /* text-gray-500 */
    margin-bottom: 1rem;     /* mb-4 */
  }
  
  /* List spacing (space-y-3) */
  .list-spacing > * + * {
    margin-top: 0.75rem;
  }
  
  /* Link items */
  .link-item {
    display: flex;           /* flex */
    align-items: center;     /* items-center */
    gap: 0.5rem;             /* gap-2 */
    font-size: 1rem;         /* text-base */
    text-decoration: none;
  }
  
  .link-item:hover {
    text-decoration: underline;
  }
  
  /* Arrow span */
  .arrow-icon {
    font-size: 1.25rem;      /* text-xl */
  }
  
  /* Small icon svg */
  .small-icon {
    width: 1rem;             /* w-4 */
    height: 1rem;            /* h-4 */
  }




.header-menu-search-links {
    font-size: 14px; 
    color: #666666;
    height: 40px;
    text-decoration: none;
}
.header-menu-search-links:hover {
    font-size: 14px; 
    color: #3c3c3c !important;
    background: #f3f3f3;
    border-radius: 22px;
    text-decoration: none;
}
.header-menu-search-text {
    font-size: 14px; 
    color: #3c3c3c; 
    font-weight: 500;
}

.toggle-menu-search-container {
    background: #faf9fc;
    width: 100%;
    position: fixed;
    z-index: 109;
    opacity: 0; /* Initially hidden */
    top: 0;
    transform: translateY(0); /* Start position */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Smooth transition */
}

.toggle-menu-search-container.show {
    opacity: 1; /* Fade in */
    transform: translateY(44px); /* Slide down */
}
.toggle-menu-search-content {
    width: 1180px; 
    max-width: 100%; 
    margin: 0 auto; 
    padding: 35px 8px; 
    height: 100%; 
    margin-top: 1px;
}

.menu-link-ul {
    list-style: none; /* Removes bullet points */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}
.menu-link-li {
    list-style: none;

}

.hidden-important, 
.hidden {
    display: none !important;
}

.menu-search-container-icon {
    display: block;
    transition-duration: 1s;
    position: absolute;
    margin-left: -21px;
    margin-top: -6px;
    cursor: pointer;
}

.menu-top-right-icons {
    color: #fff;
}
.menu-top-right-icons:hover {
    color: #bbbbbb !important;
    cursor: pointer;

}
.product-list-preloader-container {
    /* position: fixed;
    width: 100%;
    max-width: 954px;
    z-index: 2;
    top: 115px;
    border-radius: 18px;
    transition: 0.3s ease-in-out; */
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 65px;
    text-align: center;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    background: #ececec;
}
.product-list-preloader {

    background: #e3e3e3;
    opacity: 0.4;
    display: flex;
    justify-content: center;
    position: relative;
    min-height: calc(100vh - -19%);
}

footer {
    position: relative;
    z-index: 3;
}

.alert-text-black {
    color: #3a2b2b !important;
}

.product-list-preloader-content {
    top: 150px;
    position: absolute; /* Isolate from parent opacity */
}
.product-list-preloader-content img,
.product-list-preloader-content span {
    opacity: 1 !important; /* Ensure full visibility */
    z-index: 1; /* Ensure they are above any background layers */
}

.cm-accessories-types-container:hover > .item-pricing > .cta-btn {
    background: #fff !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
    transition: all 0.3s ease;
}
.scrollable-sidebar-filter {

    /* min-height: calc(100vh - 860px); */
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-right: 0.5rem; /* Optional */

    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* Internet Explorer 10+ */
}

.scrollable-filter::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Opera */
}





/* .shop-product-listing-container {
    max-width: 1180px;
    margin: auto 15px;
    margin-top: 124px;
    margin-bottom: 71.5px;
} */



.products-text-filter {
    border: 1px solid #ccc; /* Default border color */
    transition: border-color 0.3s ease; /* Smooth transition */
}

.products-text-filter:focus,
.products-text-filter:hover {
    border-color: var(--theme-color);
    /* border-color: #0056b3;  */
    outline: none; /* Remove default outline */
}


.product-search-filter-clear {
    position: absolute;
    top: 12px;
    cursor: pointer;
    color: #000;
    transition: 0.3s ease-in-out;
    border-radius: 35px;
    margin-top: 2px;
    padding: 0px 7px 0px 7px;
    right: 5px;
    transition: 0.3s ease-in-out;
}
.product-search-filter-clear:hover {
    background: #d5d5d5;
    transition: 0.3s ease-in-out;
}

.grecaptcha-badge {
    z-index: 100;
}
/* .product-listing-view-toggle-container {
    margin-top: 15px;
} */



@media only screen and (max-width: 490.98px){
    .home-auction-image {
        max-width: 330px !important;
    }
}

@media (min-width: 491px) and (max-width: 586.98px) {
    .grouped-silver-devices {
        width: 452px !important;
    }
    .hero-section {
        margin-top: 50px;
    }
    .home-auction-image {
        max-width: 410px !important;
    }
}
@media (min-width: 587px) and (max-width: 600.98px) {
    .home-auction-image {
        max-width: 410px !important;
    }
}
@media (min-width: 601px) and (max-width: 767.98px) {
    .home-auction-image {
        max-width: 410px !important;
    }
    
    .home-auction-image {
        width: 65% !important;
    }
}
@media (min-width: 738px) and (max-width: 1199.98px) {
    .youtube-video-section {
        padding: 8px 65px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .phone-preview-back {
        width: 180px !important;
        left: 30% !important;
    }
    .phone-preview-front {
        width: 180px !important;
        left: -30% !important;
    }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
    .phone-preview-back {
        left: 25% !important;
    }
    .phone-preview-front {
        left: -25% !important;
    }
}
@media (min-width: 1600px) and (max-width: 2127.98px) {
    .phone-preview-back {
        left: 65% !important;
    }
    .phone-preview-front {
        left: 10% !important;
    }
}
@media (min-width: 2128px) {
    .phone-preview-back {
        left: 45% !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .product-list-container {
        margin-left: -10px;
    }
}


@media (max-width: 450.98px) {
    .product-desktop-action {
        display: none !important;
    }
    
    .product-mobile-action {
        display: flex !important;
    }
}
@media (min-width: 451px) and (max-width: 767.98px) {
    .product-desktop-action {
        display: flex !important;
    }
    
    .product-mobile-action {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .product-list-discount-text {
        font-size: 14px !important;
    }
    .product-desktop-action {
        display: none !important;
    }
    
    .product-mobile-action {
        display: flex !important;
    }
}
/* .product-listings-content {
    margin-left: -40px;
} */
 .font-14px {
    font-size: 14px;
 }

@media (max-width: 500px) {

    .product-list-pricing-container {
        padding: 0px 4px !important;
    }
    .product-list-pricing-content {
        padding: 0px 12px !important;
    }
}

 @media (min-width: 501px) and (max-width: 1100.98px) {

    .product-back-btn {
        padding: 0px 30px !important;
    }
    .product-warning-banner {
        padding: 0px 32px !important;
    }
    .phone-list-pricing-container {
        padding: 0px 22px !important;
    }
    .phone-list-pricing-content {
        padding: 0px 12px !important;
    }
}
@media (min-width: 1101px) and (max-width: 1199.98px) {

    .product-back-btn {
        padding: 0px 5px !important;
    }
    .product-warning-banner {
        padding: 0px 10px !important;
    }
    .product-list-pricing-container {
        padding: 0px 0px !important;
    }
    .product-list-pricing-content {
        padding: 0px 12px !important;
    }
}


input[type="checkbox"]:checked {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}
.anchor-link-text {
    color: var(--theme-color) !important;
    /* font-weight: 400; */
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.anchor-link-text:hover {
    color: var(--theme-color-hover) !important;
    text-decoration: underline;
    cursor: pointer;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 75px; /* or your preferred width */
}

.custom-select-wrapper select {
  appearance: none; /* Remove native styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  width: 100%;
  color: white;
}

.custom-select-wrapper::after {
    content: '\f107';
    position: absolute;
    right: 20%;
    top: 55%;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
    font-size: 15px;
    font-family: "FontAwesome";
}
.custom-select-wrapper.rtl::after {
    content: '\f107';
    position: absolute;
    right: 0%;
    left: 20%;
    top: 55%;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
    font-size: 15px;
    font-family: "FontAwesome";
}
.pt-7px {
    padding-top: 7px !important;
}
.policy-links, 
.copyright, 
.text-feature-block > .sub-title {
    font-size: 14px;
}

.service-item:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

@media (max-width: 586.98px) {
    .notification-modal {
        padding: 15px !important;
    }
    .notification-modal h2 {
        font-size: 14px !important;
    }
    .notification-modal p {
        font-size: 12px !important;
    }
    .notification-modal ul li {
        font-size: 12px !important;
    }
    .notification-author {
        font-size: 12px;
    }
    .notification-close-button {
        top: 5px;
        right: 9px;
    }
}
@media (min-width: 587px) {

    .notification-modal {
        padding: 35px !important;
    }

    .notification-close-button {
        top: 15px;
        right: 20px;
    }
}

.notification-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.notification-modal-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.notification-modal {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 32px !important;
    transition: 0.3s ease-in-out;
}


.notification-modal h2 {
    margin-top: 10px;
    color: #0071E3;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.notification-modal p {
    line-height: 1.6;
    font-size: 15px;
    text-align: left;
}

.notification-modal span.important {
    color: #BA0404 !important;
    font-weight: 500;
}

.notification-modal ul {
    padding-left: 20px;
    margin: 10px 0 20px -3px;
}

.notification-modal ul li {
    margin-bottom: 5px;
    font-weight: bold;
}

.notification-modal .disclaimer {
    font-size: 15px;
    margin-top: 10px;
}

.notification-modal .footer {
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
    font-weight: 600;
}

.notification-modal a {
    color: var(--theme-color);
    text-decoration: none;
}
.notification-close-button {
    position: absolute;
    font-size: 20px;
    color: #6c6c6c;
    cursor: pointer;
    border: none;
    width: 35px;
    border-radius: 32px;
    background: none;
    background: #e5e4e9;
}

.notification-close-button:hover, 
.cart-popup-close-button:hover {
    background: #c3c2c5;
    transition: 0.3s ease-in-out;
}
.notification-close-button > svg {
    margin-top: -3px;
}
.notification-author {
    font-weight: 600;
    color: #0071E3;
}
.swal2-styled {
    font-size: 16px !important;
    padding: 12px !important;
    border: 2px solid !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    place-self: center center;
    /* max-width: 450px; */
    padding: 20px 0;
    border-radius: 24px;
}
.cart-popup-close-button {
    color: #6c6c6c;
    cursor: pointer;
    border: none;
    width: 30px;
    border-radius: 32px;
    background: none;
    background: #e5e4e9;
    height: 30px;
    margin-top: -3px;
    transition: 0.3s ease-in-out;
    /* padding-top: 4px; */
}
.cart-popup-close-button > svg {
    margin-top: -1px !important;
}





#grading .grade-selector-dynamic {
    border: 2px solid #626262;
    display: flex;
    padding: 5px;
    border-radius: 50px;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}


#grading .grade-selector-dynamic.tabs-4 {
    width: 330px;
}
#grading .grade-selector-dynamic.tabs-3 {
    width: 251px;
}
#grading .grade-selector-dynamic.tabs-2 {
    width: 170px;
}

#grading .grade-selector-dynamic .grade-background-item {
    width: 75px;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    background: #3c3c3c;
    border: 2px solid #626262;
    height: calc(100% - 10px);
    position: absolute;
    transition: 80ms linear;
}

#grading .grade-selector-dynamic .grade-item {
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  line-height: 1.3;
  padding: 8px;
  /* width: 220px; */
  text-align: center;
}

#grading .grade-selector-dynamic.tabs-4 .grade-item {
  width: 220px;
}
#grading .grade-selector-dynamic.tabs-3 .grade-item {
  width: 79px;
}
#grading .grade-selector-dynamic.tabs-2 .grade-item {
  width: 78px;
}



#grading .grade-selector-dynamic.tabs-4.selected-tab-2 .grade-background-item{
    transform: translateX(82px);
}
#grading .grade-selector-dynamic.tabs-4.selected-tab-3 .grade-background-item{
    transform: translateX(160px);
}
#grading .grade-selector-dynamic.tabs-4.selected-tab-0 .grade-background-item{
    transform: translateX(240px);
}

#grading .grade-selector-dynamic.tabs-3.selected-tab-2 .grade-background-item{
    transform: translateX(82px);
}
#grading .grade-selector-dynamic.tabs-3.selected-tab-0 .grade-background-item{
    transform: translateX(160px);
}

#grading .grade-selector-dynamic.tabs-2.selected-tab-0 .grade-background-item{
    transform: translateX(80px);
}


#grading .grade-selector-dynamic.tabs-4.selected-tab-2 .grade-background-item.rtl{
    transform: translateX(-82px);
}
#grading .grade-selector-dynamic.tabs-4.selected-tab-3 .grade-background-item.rtl{
    transform: translateX(-160px);
}
#grading .grade-selector-dynamic.tabs-4.selected-tab-0 .grade-background-item.rtl{
    transform: translateX(-240px);
}

#grading .grade-selector-dynamic.tabs-3.selected-tab-2 .grade-background-item.rtl{
    transform: translateX(-82px);
}
#grading .grade-selector-dynamic.tabs-3.selected-tab-0 .grade-background-item.rtl{
    transform: translateX(-160px);
}

#grading .grade-selector-dynamic.tabs-2.selected-tab-0 .grade-background-item.rtl{
    transform: translateX(-80px);
}


.border-b-1-gray-1 {
    border-bottom: 1px solid #e0e0e0;
}

.choose-box-icon-container {
    width: 100%; 
    display: flex; 
    justify-content: center;
}

.cta-btn-2 {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 160px;
    padding: 10px 35px;
    border-radius: 98px;
    background: #0071e3;
    color: #fff !important;
    border: 2px solid #0071e3;
    text-decoration: none;
}
.cta-btn-2:hover {
    color: #0071e3 !important;
    background: #fff !important;
}
.italic {
    font-style: italic;
}
.w-full {
    width: 100%;
}


.voucher-popup-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 5px 5px;
    border-radius: 26px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    min-width: 350px;
    text-align: center;
    display: block;
}

@media screen and (min-width: 530px) {
    .voucher-popup-modal {
        width: 530px;
    }
}

.less-than-1-rma {
    display: none;
}

@media screen and (max-width: 979.98px) {
    .less-than-1-rma {
        display: block;
    }

}
.hidden {
    display: none;
}
.visible-block {
    display: block;
}
.coolmix-hero-banner-general {
    transform: translateX(51%) !important;
}

.btn-whatsapp-product {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-size: 15.5px;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    /* min-width: 80px; */
    padding: 8px 25px;
    border-radius: 98px;
    color: #fff;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    /* display: flex; */
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #3c3c3c;
    border: 2px solid #626262;
}
.btn-whatsapp-product:hover {
    color: #fff !important;
    background: #4b4b4b !important;

}