@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    #Caroselproduct .owl-carousel .item img:hover,
    #Caroselproduct .owl-carousel .item.active img,
    #Caroselproduct .owl-carousel .item video:hover,
    #Caroselproduct .owl-carousel .item.active video {
        border-color: #EE4E52;
        transform: scale(1.1);
    }
    #Caroselproduct, #Caroselproduct .owl-carousel {
        display: block;
        max-width: 390px;
        margin: 0 auto;
    }
    html {
        font-size: 16px;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}
body {
    background: #0a0418 !important;
    overflow-x: hidden;
    /*font-family: 'Jost', sans-serif !important;*/
    color: #f4eeff !important;
}

ul {
    list-style: none;
}

.list-style-disc {
    list-style-type: disc;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: 0 0 0 1px #000;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

html {
    position: relative;
    min-height: 100%;
}

img {
    vertical-align: middle;
    /*width: auto;*/
    max-width: 100%;
}

/*::-webkit-scrollbar {
    width: 8px;
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: #9f9f9f;
}*/

.navbar-collapse .row > div .list-group a:hover {
    text-decoration: underline !important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a.heading-link {
        text-decoration: none !important;
        color: #000 !important;
    }

.heading-logo {
    height: auto;
    max-width: 100%;
}

.anytime-logo-text {
    font-size: 30px;
    line-height: 34px;
}

.anytime-logo-img {
    max-width: 53px;
}

.anytime-logo-subtext {
    font-size: 12px;
    /*font-weight: 500;*/
    white-space: nowrap;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

#main_nav {
    left: 0;
    right: 0;
    /*top: 78px;*/
    background: #cf3544;
    color: #fff !important;
    z-index: 10;
}

.navbar-light .border-bottom {
    border-bottom: 1px solid #c8878e !important;
}

.dropdown .user-options.dropdown-menu.show {
    min-width: 14.7rem !important;
    top: 46px;
}

.dropdown .dropdown-menu.show {
    min-width: 12.5rem !important;
}


#main_nav .dropdown-menu {
    background-color: transparent;
    position: relative !important;
    border: 0;
    transform: translate3d(0px, 0px, 0px) !important;
}

    #main_nav .dropdown-menu .dropdown-item {
        padding: .25rem 0;
        text-wrap: wrap;
        color: #fff;
    }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #fff;
}

.banner-title {
    /*font-family: "Dancing Script", serif;*/
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.font-italic {
    font-style: italic;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.new-icon {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    color: #000;
    background: #ffca00 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 0 11px;
    left: 104px;
    animation: zoom-in-out 1.5s ease infinite;
}

/*.header .navbar {
    padding: 8px 0;
}*/

.rounded-1rm {
    border-radius: 1rem !important;
}
/*.products-list .imgbox {
    height: 195px;
}*/

.findTheGem::after {
    content: "";
    width: 136px;
    height: 3px;
    background: #ffd700;
    position: relative;
    display: block;
    margin: 15px 0 25px;
}

#main_nav .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

#main_nav a:focus-visible {
    outline: 0;
}

.products-list .card-title {
    /*text-overflow: ellipsis;
    overflow: hidden;
    width: 179px;
    white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.atagems-banner {
    background-size: cover !important;
    background-position: 17% 50% !important;
    background: url('../images/banner1.png') no-repeat;
}
.spinner-border {
    vertical-align: -0.025em;
}
/*@media (min-width: 1399px) {
    .products-list ul li {
        margin-bottom: 10px !important;
    }
}*/
li.g-accessories {
    width: calc(100% / 5);
    margin-right: 14px;
}

.g-accessories img {
    max-width: 18px;
    max-height: 18px;
    object-fit: contain;
}
.pr-name {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important;
    }
}

@media (min-width: 1199px) {
    .caddress {
        margin-right: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    #Caroselproduct .owl-prev {
        left: -13px !important;
    }

    #Caroselproduct .owl-next {
        right: -11px !important;
    }
    #productimg-gallery img {
        width: calc(100% / 4) !important;
        height: auto;
    }

    #maximize-image {
        width: 70% !important;
        /*height: 100% !important;*/
    }
}

@media (min-width: 992px) {
    .searchModelLogo {
        filter: invert(1);
    }
    
    .product-img #videomodel .modal-dialog {
        max-width: 700px;
    }

    #maximizeModal .modal-fullscreen {
        width: 86vw;
        max-width: none;
        height: 76%;
        margin: 100px auto;
    }

    .payment-details-to-pay {
        position: sticky;
        /*top: 114px;*/
    }

    #main_nav .dropdown-menu {
        display: block;
    }

    .navbar button[aria-expanded="true"], .navbar button[aria-expanded="false"] {
        outline: 0;
    }

    .navbar button.navbar-toggler[aria-expanded="true"]::before {
        content: "x";
        display: inline-block;
        height: 35px;
        background: #fff;
        width: 100%;
        font-size: 26px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: #000;
    }
}
/*new css - main home page*/
/*backgrounds css*/
.bg-gold {
    background-color: #ffd700 !important;
}

.bg-darkyellow {
    background-color: #FFCA00 !important;
}

.bg-light-pink {
    background-color: #FFF3F3 !important;
}

.bg-red {
    background: #ee4e5e !important;
}

.bg-brown {
    background: #982a35 !important;
}

.bg-brown-dark {
    background: #5e0009 !important;
}

.bg-darkbrown {
    background-color: #321A27 !important;
}

/*font-colors css */
.color-link {
    color: #f8353a;
}

.color-golden {
    color: #FFD700;
}
.color-red {
    color: #ee4e5e !important;
}

.color-pink-light {
    color: #ffd4d8 !important;
}

.color-wine {
    color: #9b2d30 !important;
}

.color-darkpink {
    color: #ee4e52 !important;
}

.color-darkred {
    color: #CF3544 !important;
}

.color-darkblack {
    color: #383535 !important;
}

.color-darkyellow {
    color: #EBCD75;
}

.color-blue {
    color: #0e1b4d;
}

.color-green {
    color: #5BBE2A;
}

.color-yellow {
    color: #EBCD75;
}

/*different font-sizes*/
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

p, .font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font46 {
    font-size: 46px;
}

.font38 {
    font-size: 38px;
}

h2, .h2 {
    font-size: 32px;
}

h1, .h1 {
    font-size: 45px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 22px;
}

h6, .h6 {
    font-size: 18px;
}

h2.heading, h2.heading_2 {
    font-size: 24px !important;
}

    h2.heading::after {
        content: "";
        width: 140px;
        height: 3px;
        background: #ee4e5e;
        position: relative;
        display: block;
        margin: 9px 0px 11px;
    }

    h2.heading_2::after {
        content: "";
        width: 140px;
        height: 3px;
        background: #ee4e5e;
        position: relative;
        display: block;
        margin: 15px auto;
        margin-bottom: 0;
    }

.fw-semibold {
    font-weight: 600 !important;
}

.red-box-shadow {
    box-shadow: 0px 0px 10px #EE4E5E33;
}

.radius-25 {
    border-radius: 25px;
}

.radius-15 {
    border-radius: 15px;
}

.border-red {
    border: 1px solid #EE4E52 !important;
}

.border-gray {
    border: 1px solid #CCCCCC;
}

.button-red {
    /*background: #fff !important;
        border: 1px solid #EE4E52 !important;
        box-shadow: none !important;*/
    border: 1px solid #ee4e5e;
    border-radius: 30px;
    font-size: 15px;
    padding: 8px 30px;
    box-shadow: 0 3px 6px #ee4e5e29;
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
}
    .button-red.disabled {
        color: #6b6b6b !important;
        box-shadow: 0 3px 6px #c7c7c7;
        border: 1px solid #6b6b6b;
    }
.product-yellowbutton.disabled {
    color: #313131 !important;
    border: none !important;
    background: #c4c4c4 !important;
    box-shadow: 0px 3px 10px #c3c2c2;
}
.button-invoice {
    border: 1px solid #ee4e5e;
    text-decoration: none;
    color: #000 !important;
    font-weight: 500 !important;
    box-shadow: 0px 3px 6px #EE4E5E26;
}
.bg-gold {
    border: 2px solid gold !important;
}
.bg-gold:hover {
    background-color: #fff !important;
}
.button-red:hover {
    /*box-shadow: 0 0 1px 1px red !important;
            color: #ee4e5e;
            text-decoration: none;*/
    color: #fff !important;
    background: #ee4e5e !important;
}

.image-text {
    padding: 0 77px 0 77px;
    border-radius: 0px 25px 25px 0px;
}

.accordion-item {
    background-color: #FFF3F5 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}
.bg-light-pink #accordionExample .accordion-button {
    background-color: #FFF3F5 !important;
}
#accordionExample .accordion-button, #faqAccordionApi .accordion-button {
    font-weight: 600 !important;
    font-size: 20px !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #FFF3F5;
    box-shadow: none;
    border-bottom: 1px solid #dfd5d6;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

.collapsible-sec .row .main-heading p {
    max-width: 850px;
}

#pills-tab .nav-link.active {
    color: #EE4E5E !important;
}

.products-list ul li {
    width: calc(100% / 5 - 80px / 5);
    margin-left: 20px;
}

    .products-list ul li:nth-child(5n+1) {
        margin-left: 0px;
    }



.navbar-light .navbar-toggler-icon {
    background-image: initial;
}


/*/*offcanvas css*/
.offcanvas-body .color-darkred .icon {
    width: 17px;
    height: 17px;
}

.cart-item-name:hover {
    text-decoration: underline;
}

.card img.card-img {
    transition: 0.5s all;
    border: 1px solid #F3F3F3;
    border-radius: 13px;
}

.card {
    border: none !important;
}

.products-list .card-img {
    width: 93%;
}

.card img:hover {
    transform: scale(1.03);
}

.margin-top-header {
    margin-top: 69px;
}

.offcanvas-end {
    width: 430px;
    border-left: 0;
}

.guarntee_sec {
    border-radius: 0 0 6px 6px;
}

.item-inner {
    max-width: 80px;
}

input#itemcounter:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.chooseus-sec {
    background-color: #321A27;
}

.consultnow-sec {
    background-color: #321A27;
}

.cart-count-bubble.position-absolute {
    position: absolute !important;
    background: #EE4E5E;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    padding: 0px 5px;
    right: -8px;
    top: -2px;
    z-index: 2;
}
.form-floating .text-danger {
    font-size: 14px;
}
.textwrap-profile-details {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 174px;
    white-space: nowrap;
    margin-right: auto;
    margin-left: auto;
}
.products-list ul li {
    margin-bottom: 20px;
}

.talkorchat {
    color: #FFCA00;
}

    .talkorchat::after {
        content: "";
        height: 4px;
        background: #FFCA00;
        position: relative;
        display: block;
        margin: 10px 0;
        width: 90%;
    }

.consultnowbtn-sec {
    background-color: #fff;
    border-radius: 20px;
    padding: 12px 28px 18px 28px;
}

.Availableoffer {
    background: #EE4E52;
    position: absolute;
    top: 21px;
    color: #fff;
    z-index: 1;
    padding: 4px 21px 4px;
    left: 0px;
}

.collapsible-sec.bg-white .accordion-item,
.collapsible-sec.bg-white .accordion-button:not(.collapsed),
.collapsible-sec.bg-white .accordion-button {
    background: #fff !important;
}
/*cart css*/
.productimg a {
    border: 1px solid #F3F3F3;
    border-radius: 8px;
}

.cart-product-img-row a {
    width: 96px;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
}

.cart-product-img-row img {
    border-radius: 8px;
}

.checkout-btn {
    box-shadow: 0 3px 6px #FFCA0080;
    padding: 12px 0;
}

.bg-theme-light {
    background-color: #FFF9FA;
}

.checkout-body .contact-details, .checkout-body .shipping-details {
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #DEE2E6;
    border-radius: 10px;
}

.checkout-body input::placeholder {
    color: #000 !important;
}

input[type=tel] {
    height: 3.6rem;
}

.iti__selected-country:after {
    content: "";
    width: 1px;
    height: 2.4rem;
    background: #b1b1b1;
    margin-left: 7px;
}
#thumbnails {
    width: 80%;
    margin: auto;
}
.user-img {
    height: 29px;
    width: 29px;
    border-radius:50%;
}
.owl-carousel .item {
    display: inline-block;
    /*margin-right: 10px;*/
    cursor: pointer;
    transition: transform 0.2s ease;
}

    #Caroselproduct .owl-carousel .item img, .owl-carousel .item video {
        border-radius: 10px;
        border: 2px solid transparent;
    }


    /* #Caroselproduct .owl-carousel .item img{
                width: 441px;
                height: 220px;
                object-fit: cover;
                border: 1px solid;
                }*/
    .owl-carousel .item video {
        object-fit: cover;
        filter: brightness(0.7);
    }

    #Caroselproduct .owl-carousel .item img, .owl-carousel .item video {
        width: 75px;
        height: 75px;
        border: 1px solid #E3E3E3;
        border-radius: 8px;
    }

.owl-prev span {
    font-size: 27px;
    color: #EE4E52;
}

.owl-next span {
    font-size: 27px;
    color: #EE4E52;
}

#Caroselproduct .owl-next {
    position: absolute;
    top: 19%;
    right: -17px;
}

#Caroselproduct .owl-prev {
    position: absolute;
    top: 19%;
    left: -17px;
}
#cert {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#Caroselproduct .owl-carousel .owl-stage-outer {
    padding: 7px 9px;
}
img.videoplay-img:hover {
    transform: translate(-50%, -50%) !important;
}
img#dropdown-prof {
    width: 51px;
    height: 52px !important;
    border-radius: 50%;
}
.sub-metal-img {
    width: 80px;
}
#cut-prize .font-f{
    font-size:15px;
}
/* .checkout-body input, .checkout-body select {
        height: 40px;
    }*/
/*.form-floating > label {
        font-size: 14px;
        top: -6px;
    }*/
/*.form-floating > .form-control, .form-floating > .form-select {
        height: calc(2.4rem + 2px);
        line-height: 2.8;
    }*/
/*  .form-floating > .form-control {
        padding: 1.6rem .75rem .8rem !important;
    }*/

.card-img-cat:hover {
    box-shadow: 0px 3px 6px #ff4e6066;
    transition: .5s ease;
}

.card-img-cat {
    border: 1px solid #EE4E5E33;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #EE4E5E33;
}

.card-img-top {
    border-radius: 14px;
}

.gem-image img {
    object-fit: cover;
    border-radius: 25px 0 0px 25px;
}

.list-group.dropdown .new-badge {
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.red-top-border {
    border-top: 1px solid #F9C5CA;
}

#profiledropdownMenuLink.dropdown-toggle::after {
    margin-left: 0.1em;
}

.new-badge {
    width: 40px;
    height: 20px;
    color: #000;
    background: gold;
    margin-top: -4px;
}

.payment-details-to-pay {
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #DEE2E6;
    border-radius: 10px;
}

input[type=radio] {
    accent-color: #EE4E5E;
}

.filter-offcanvas .dropdown-toggle::after {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    border: none;
}

.filter-offcanvas .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(0deg);
}

.searchbar {
    position: absolute;
    right: 14px;
    top: 10px;
}

#addcart, #bookNow {
    padding: 13px !important;
}
#bookNow {
    box-shadow: 0 3px 6px #FFCA0080;
}
    #testimonialVideoModal .login-sig-close-btn, #viewVideo .close.login-sig-close-btn {
        color: #ffffff;
        position: absolute;
        background: transparent;
        right: 3px;
        top: -39px;
        font-weight: 400;
        font-size: 28px;
        border: none;
        text-shadow: none;
    }
/*----maximizemodal css----*/
/*#productimg-gallery {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}*/
#maximize-image {
    width: auto;
    object-fit: contain;
    height: 100%;
    border-radius: 30px;
    margin: 0 auto;
    border: 1px solid #F3F3F3;
}

#productimg-gallery img {
    cursor: pointer;
    margin: 6px;
    border: 1px solid #F3F3F3;
    border-radius: 10px;
}

    #productimg-gallery img:hover, #productimg-gallery img.active {
        border-color: #EE4E52;
        transform: scale(1.1);
    }

/*------------shipping data----------------*/
.shipping-tracking {
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #DEE2E6;
    border-radius: 10px;
}

    .shipping-tracking .tracking-grey-line {
        border-bottom: 3px solid #BBBBBB;
    }

    .shipping-tracking .tracking-red-line {
        border-bottom: 3px solid #EE4E5E;
        position: absolute;
        top: 0px;
        width: 30%;
    }

.red-dot-1 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #EE4E5E;
    position: absolute;
    top: -6px;
    display: inline-block;
    left: -14px;
}

span.red-dot.active {
    background-color: #EE4E5E;
}

.red-dot-2 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #BBBBBB;
    position: absolute;
    top: -6px;
    display: inline-block;
    left: 49.5%;
}

.red-dot-3 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #BBBBBB;
    position: absolute;
    top: -6px;
    display: inline-block;
    left: 99%;
}

.success-color {
    color: #10A805;
}

.light-grey-color {
    color: #707070;
}

.dashed-payment {
    color: #fff;
    height: 1px;
    width: 70px;
    display: inline-block;
    background-image: linear-gradient(90deg, #fff, #fff 75%, transparent 75%, transparent 100%);
    background-size: 10px 1px;
    border: none;
}

#learnMoreModal .btn-close, #detailsCallbackModal .btn-close, #thankyouModel .btn-close {
    border: 1px solid;
    border-radius: 50%;
    font-size: 10px;
    padding: 0px !important;
    width: 2em;
    height: 2em;
    opacity: 1;
}

#learnMoreModal .modal-content, #detailsCallbackModal .modal-content, #thankyouModel .modal-content {
    border-radius: 10px;
}

.toaster-ease-in {
    right: -372px !important;
    transition: .5s ease;
}

.dropdown .user-options.dropdown-menu.show {
    left: -182px;
}

#main-maximize-image {
    border-radius: 15px;
    margin-top: 25px;
    height: 49vh !important;
    /* border: 1px solid #F3F3F3;*/
}

.three-li {
    width: calc(100% / 3 - 10px);
}

.single-li {
    /*background: red;*/
    width: 100%;
    height: 100%;
}

.three-li .card-text-parent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 18px;
    width: 92px;
    font-style: italic;
}

.single-li .card-text-parent {
    position: absolute;
    left: 45%;
    bottom: 20px;
    right: 50%;
}

.home-category-img .card-text-parent {
    position: absolute;
    left: 0%;
    bottom: 50px;
    right: 7%;
    margin: 0 auto;
    text-align: right;
}
.card-text-parent.first-card {
    position: absolute;
    left: 0%;
    bottom: 50px;
    right: 0%;
    margin: 0 auto;
    text-align: center;
}
.single-li .card-jewellery {
    position: absolute;
    top: 45%;
    right: 110px;
    margin: auto;
}

.owl-product .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 50px;
    color: #ee4e5e;
}

    .owl-product .owl-nav .owl-prev, .owl-product .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        border: 1px solid #ee4e5e !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
    }

    .owl-product .owl-nav .owl-next {
        right: -50px;
    }

    .owl-product .owl-nav .owl-prev {
        left: -50px;
    }

        .owl-product .owl-nav .owl-prev span {
            line-height: 30px;
            position: absolute;
            top: -4px;
            right: 12px;
            font-size: 34px;
        }

.owl-product .item {
    margin: 10px 10px 10px 7px;
}

button.owl-prev.disabled, button.owl-next.disabled {
    opacity: .5;
}

.why-choose {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    justify-content: space-between;
}

    .why-choose .col-6 {
        min-width: 220px;
    }
/*.owl-product {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}*/
.home-search-bar {
    background: #982A35;
    padding: 8px 0;
}

    .home-search-bar .search-text {
        height: 30px;
        padding: 0.85rem 2.4rem .975rem 0.75rem;
        border-radius: 50px;
    }

#MobileSearchBtn .search-icon {
    position: absolute;
    top: 6px;
    right: 12px;
    cursor: pointer;
}

#MobileSearchBtn .cross-icon {
    position: absolute;
    top: 9px;
    right: 14px;
    cursor: pointer;
    display: none;
}
#MobileSearchData {
    box-shadow: 0px 3px 6px #00000029;
    /*height: 114px;*/
}
#language {
    /*width: 70px;
    height: 30px;
    font-size: 14px;
    padding: 0 5px;
    margin-right: 7px;*/
    height: 31px;
    padding: 2px 10px 2px 4px;
    -webkit-appearance: auto !important;
    appearance: auto !important;
    cursor: pointer;
}

#MobileSearchData a {
    display: block;
    padding: 2px 0 5px 12px;
    color: #000;
    font-size: 16px;
    line-height: normal;
}
.recommended-pills {
    max-width: 62%;
    overflow: hidden;
}
.recommended-pill-item {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 12px;
    cursor: pointer;
    min-width: fit-content;
}
.show-less-recommended {
    min-width: fit-content;
}
#LangModalPopup a.lang-option {
    height: 100px;
    display: flex;
    width: 50%;
    border: 1px solid #ccc;
    margin: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #000;
    margin: 0 auto;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.parent-MobileSearchData {
    top: 100%;
    left: 0px;
    z-index: 2;
}

#searchInput {
    border-radius: 28px;
    height: 54px;
    padding-right: 46px;
}
.consultNow {
    box-shadow: 0 3px 6px #FFCA0080;
}
.owl-product .owl-nav .owl-next span {
    line-height: 30px;
    position: absolute;
    top: -4px;
    left: 12px;
    font-size: 34px;
}

.selected-pill-item {
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    background: #F6F6F6;
    padding: 7px 0;
    font-size: 12px;
    min-width: max-content;
}

#selected-count {
    font-size: 9px;
    font-weight: bold;
    background: red;
    border-radius: 50%;
    padding: 1px 5px 1px 5px;
    color: #fff;
    margin: -1px -2px 0 5px;
}

#selected-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    background: transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 1);
    transform: rotate(180deg);
    margin: 0px 1px 0px;
}

#filterBtn.white-bghover {
    border-radius: 24px !important;
}
#allProductSearch {
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    padding-right: 30px;
    height: 35px;
    width: 150px;
    caret-color: transparent;
}
.allProductSearchIcon, .allProductCrossIcon {
    position: absolute;
    right: 12px;
    filter: opacity(0.5);
}
.search-allproduct {
    border-radius: 50px;
}
#dropdownMenuLink {
    border-radius: 22px;
    padding-left: 15px !important;
}

    #dropdownMenuLink.dropdown-toggle::before {
        display: inline-block;
        content: "Sort By :";
        font-weight: 400;
    }

.filter-border {
    border-right: 1px solid #E1E1E1;
    height: 34px;
    margin-right: 16px;
}

.filter-types {
    width: 60%;
}

.selected-pills {
    max-width: 62%;
    overflow: hidden;
}

.show-more, .show-less {
    color: #832729;
    min-width: fit-content;
}

#sortingBtn, #filterBtn {
    border-radius: 50px !important;
    padding: 4px 13px !important;
    height: 34px !important;
}
.sorting-item-ul li.active a{
    font-weight:bold;
}
.search-text:focus {
    box-shadow: unset;
    border: none;
}
.text-danger.text-gr {
    color:#7D7D7D !important;
}
.products-categories-sec {
    border-bottom: 1px solid #F9C5CA !important
}
/*@media (max-width: 991px) {
    .selected-pills {
        overflow-x: scroll;
        scrollbar-width: none;
    }
    .three-li {
        width: calc(100% / 2 - 12px);
    }
            #language {
                width: auto !important;
                height: auto !important;
                padding: 0 !important;
                margin-right: 3px !important;
            }
}*/
@media screen and (max-width:1399px) {
    .products-list ul li {
        width: calc(100% / 4 - 80px / 4);
    }

        .products-list ul li:nth-child(5n+1) {
            margin-left: 20px;
        }

        .products-list ul li:nth-child(4n+1) {
            margin-left: 0px;
        }
}

@media (min-width:991px) and (max-width:1399px) {
    .best-sellers .products-list ul li {
        width: calc(100% / 5 - 80px / 4);
    }

        .best-sellers .products-list ul li:nth-child(4n+1) {
            margin-left: 20px;
        }
}

@media screen and (max-width:1024px) {
    .selected-pills {
        max-width: 52%;
    }
}

@media screen and (max-width:1199px) {
    /*.products-list .card-title {
        width: 137px;
    }*/
    li.g-accessories {
        width: calc(100% / 4);
    }

    .atagems-banner h2 {
        font-size: 30px;
    }

    .atagems-footer h3 {
        font-size: 21px;
    }

    .image-sec .image-text h2 {
        font-size: 25px !important;
    }

    .image-sec .image-text {
        padding: 0 20px 0 20px !important;
    }

    .products-list .store-list ul li p {
        font-size: 13px !important;
    }

    .card-text {
        font-size: 14px !important;
    }
}

@media screen and (max-width:991px) {
    .atagems-banner h2 {
        font-size: 26px;
    }

    .atagems-banner .font-20 {
        font-size: 20px !important;
    }
    /*.products-list .card-title {
        width: 179px;
    }*/
    .marginBottomCopyright {
        margin-bottom: 85px !important;
    }
    .cart-count-bubble.position-absolute {
        background: #000 !important;
    }
    .cartbar {
        margin-right: -4px !important;
    }
        /*.cartbar.wlogin {
            margin-right: 0 !important;
        }*/
        .wlp-icon {
            margin-left: 6px !important;
        }
    .user-img {
        height: 24px;
        width: 24px;
        
    }
    .filter-types {
        width: 47%;
    }
    #allProductSearch{
        width:unset;
    }
    #Caroselproduct .owl-next {
        right: -25px !important;
    }
    .profileiconafterlogin {
        margin-left: 0px !important;
    }

    .selected-pills {
        overflow-x: scroll;
        scrollbar-width: none;
        max-width: 100%;
    }
    .recommended-pills {
        overflow-x: scroll;
        scrollbar-width: none;
        max-width: 100%;
    }

    .three-li {
        width: calc(100% / 2 - 12px);
    }

    #language {
        padding: 0 !important;
    }

    .owl-carousel.owl-theme.owl-product {
        display: flex;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .Choose-option {
        position: fixed;
        width: 101%;
        bottom: -1px;
        background: #fff;
        z-index: 2;
        left: 48.3%;
        transform: translate(-47%, 0);
        padding: 11px 10px 6px !important;
        box-shadow: 3px 0px 6px #00000029;
    }

    .product-rating {
        border: 1px solid #D8D8D8;
        border-radius: 22px;
        padding: 3px 14px;
    }

    .anytime-logo-subtext {
        font-size: 11px;
    }

    ul.dropdown-menu.px-4.py-2.text-left.show {
        transform: translate3d(117px, 36px, 0px) !important;
    }

    .anytime-logo-text {
        font-size: 26px;
    }

    a.dropdown-item.list-unstyled.py-1.font-15 {
        font-size: 14px !important;
    }

    #main_nav {
        width: 65%;
        /*top: 69px;*/
        padding: 0;
        left: -100%;
        height: calc(100vh - 65px);
        transition: 500ms all;
    }

    .navbar-toggler.collapsed ~ #main_nav.navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

    #Caroselproduct .owl-carousel .owl-stage-outer {
        text-align: center;
    }

    .anytime-logo-text, .anytime-logo-subtext {
        color: #ffffff !important;
    }

    .search-icon svg, .cartbarimg img, .sign-up-icon svg, .profileiconafterlogin svg {
        filter: invert(1);
    }

    .country-selection {
        color: #000;
    }

    .products-list ul li {
        width: calc(100%/3 - 40px/3);
    }

        .products-list ul li:nth-child(4n+1) {
            margin-left: 20px;
        }

        .products-list ul li:nth-child(3n+1) {
            margin-left: 0px;
        }

    /* .header {
        height: 65px;
    }*/

    .navbar {
        background-color: #b12b38 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .navbar > .container {
            color: #ffffff !important;
        }

    .navbar-collapse .row > div .list-group a {
        font-size: 16px !important;
        color: #ffffff !important;
    }

    #main_nav.navbar-collapse.show {
        left: 0;
        transition: left 200ms ease-in-out;
        box-shadow: 0 6px 6px #00000029;
    }

    .navbar-light .navbar-toggler {
        border: 0;
        padding: 0;
    }

    #myNavbar .dropdown-menu .dropdown-item {
        font-size: 12px !important;
    }

    #main_nav {
        width: 40%;
        background: #fff;
        height: calc(100vh - 65px);
        overflow-y: auto;
    }

    .navbar .userprofileicon {
        width: 110px;
        justify-content: flex-end;
    }

    .select .currentchoice {
        background-color: #ffffff;
    }

    .header-call-chat-btn {
        width: 50% !important;
    }

    .atagems-banner {
        background-position: 46% 50% !important;
    }
}
@media (min-width:767px) and (max-width:991px) {
    .banner-text-left-padding {
        padding-left: 90px;
    }
}
@media screen and (max-width:767px) {
    .card-text-parent.first-card {
        position: absolute;
        left: 0%;
        bottom: 50px;
        right: 7%;
        margin: 0 auto;
        text-align: right;
    }
    .atagems-banner h2 {
        font-size: 4vw;
    }
    .atagems-banner .font-20 {
        font-size: 16px !important;
    }
    .marginBottomCopyright {
        margin-bottom: 77px !important;
    }

    .rating-star-icon {
        height: 12px;
    }

    #cert, #metals {
        font-size: 14px !important;
    }

    .atagems-banner .color-darkyellow {
        font-size: 34px !important;
    }

    .owl-youtube .tile {
        min-width: 80%;
        border: 1px solid #FFE2E5;
        border-radius: 15px;
    }

    .owl-carousel.owl-theme.owl-youtube {
        display: flex;
        overflow-x: scroll;
        scrollbar-width: none;
        gap: 20px;
    }

    #metals {
        width: 100%;
    }

    .options-list {
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .design-size ul li {
        min-width: 107px;
    }

    #searchInput {
        height: 42px !important;
    }
    /*#Caroselproduct .owl-carousel .item {
        margin: 0 0 !important;
    }
    #Caroselproduct .owl-item {
        margin: 0px 0px !important;
    }*/
    #searchBtn {
        top: 8px !important;
    }

    .design-type {
        justify-content: space-between;
        gap: 14px;
    }

    li.g-accessories {
        width: calc(100% / 3);
        margin: 0;
    }

        li.g-accessories a {
            justify-content: center;
            padding: 6px 8px !important;
        }

    .atagems-banner {
        background-size: cover !important;
        background-position: 48% 50% !important;
    }

    .buying-guide-section {
        width: 696px;
    }

    .dropdown .user-options.dropdown-menu.show {
        left: -160px !important;
    }

    .overflow-sm-scroll {
        overflow-x: scroll;
    }

    .searchbar {
        right: 11px !important;
        top: 6px !important;
    }

    a.dropdown-item.list-unstyled.py-1.font-15 {
        font-size: 12px !important;
    }

    .header-call-chat-btn {
        width: 45% !important;
    }

    .gem-image img {
        border-radius: 25px 25px 0px 0px;
    }

    .products-list .card-body p {
        font-size: 12px;
    }

    .products-list ul li {
        width: calc(100% / 2 - 20px / 2);
    }

        .products-list ul li:nth-child(3n+1) {
            margin-left: 20px;
        }

        .products-list ul li:nth-child(2n+1) {
            margin-left: 0px;
        }

    #main_nav {
        width: 60%;
        /*top: 69px;*/
    }

    .image-text {
        border-radius: 0px 0px 25px 25px !important;
    }

    h2.heading::after {
        content: "";
        margin: 10px auto !important;
    }

    h2, h2.heading, h2.heading_2 {
        font-size: 28px !important;
    }

    .owl-product .item {
        min-width: 225px;
        text-align: center;
        /*margin: 5px 13px;*/
    }

    .owl-product {
        margin: 0 auto;
    }

    #Caroselproduct .owl-dots {
        text-align: center;
        z-index: 2;
        position: relative;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        height: 16px;
        width: max-content;
        margin: -24px auto 0;
        padding: 0 5px;
    }

        #Caroselproduct .owl-dots span {
            background: rgba(255, 255, 255, 0.5);
            width: 8px;
            height: 8px;
            display: inline-block;
            margin: 0px 3px 4px;
            border-radius: 50%;
        }

        #Caroselproduct .owl-dots .owl-dot:last-child span {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            background: transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid rgba(255, 255, 255, 0.5);
            transform: rotate(90deg);
            margin: 0px 3px 5px;
        }

        #Caroselproduct .owl-dots .owl-dot.active:last-child span {
            border-bottom: 5px solid rgba(255, 255, 255,1);
            background: transparent;
        }

        #Caroselproduct .owl-dots .owl-dot.active span {
            background: #ffffff;
        }

    #Caroselproduct, #Caroselproduct .owl-carousel {
        margin: 0px 5px 0 5px;
    }

        /*#Caroselproduct .owl-carousel .item img, .owl-carousel .item video {
            width: unset !important;
            height: unset !important;
        }*/

        #Caroselproduct .item a.position-relative.d-block {
            height: unset;
        }

        #Caroselproduct .owl-carousel .item img {
            width: 356px !important;
            height: 220px !important;
            object-fit: cover;
            border: 1px solid #D8D8D8;
        }

    .owl-carousel .item video {
        width: 356px !important;
        height: 220px !important;
        border: 1px solid #D8D8D8;
    }

    #Caroselproduct, #Caroselproduct .owl-carousel {
        /*display: initial !important;
        max-width: 100% !important;
        margin: 0 0px !important;*/
    }

    .owl-carousel .owl-stage-outer {
        padding: 0px 0px !important;
    }
    /*.owl-carousel .item {
            margin-right: 10px;
        }*/
}

@media screen and (max-width:576px) {
    .atagems-banner h2 {
        font-size: 6vw !important;
    }
    .atagems-banner .font-20 {
        font-size: 3.6vw !important;
    }
    .banner-text-left-padding {
        padding-top: 35vh;
    }
        .banner-text-left-padding .shop-now-btn {
            margin-top: 0 !important;
        }
    .best-sellers .container, .all-products .container, .consultnow-sec .container, .chooseus-sec .container, .consultnow-sec .row .col-6, .anytime-customer-stories .container, .anytime-customer-stories .col-sm-12, .best-sellers .products-list {
        padding: 0 !important;
    }
    .best-sellers .row, .all-products .row, .consultnow-sec .row, .chooseus-sec .row, .anytime-customer-stories .row {
        margin: 0 !important;
    }
    .anytime-astro-plan-calc-right .btn, #paynow {
        font-size: 15px !important;
        height: 41px !important;
        width: 81% !important;
        margin: 0 auto !important;
    }
    .netPrice {
        font-size: 14px;
    }
    .productName .font-12, .cart-product-detail-row .font-12 {
        font-size: 11px !important;
    }
    #LangModalPopup a.lang-option {
        height: 44px;
    }
    .thanku-inner-right .font-18, .anytime-calc-section .font-18, .shipping-tracking .font-18, .payment-details-to-pay .font-18 {
        font-size: 16px !important;
    }
    .thanku-inner-right .font-16, .p-heading .font-16, .anytime-calc-section .font-16, .payment-details-to-pay .font-16 {
        font-size: 14px !important;
    }
    #offcanvasNavbar .font-30 {
        font-size: 22px !important;
    }
    #offcanvasNavbar .offcanvas-header {
        padding-top: 8px !important;
    }
    #offcanvasNavbarLabel {
        margin-top: -22px;
    }
    #addcart.font-20, #bookNow.font-20 {
        font-size: 16px !important;
    }
    .shop-now-btn {
        padding: 9px 60px;
        font-size: 1.2rem;
    }
    .products-list .card-title {
        /*width: 148px;*/
        font-size:14px !important;
    }
    .downldinvoice {
        width: 100%;
    }
    .order-detail .font-14 {
        font-size: 12px !important;
    }
        .order-detail .font-14.button-red {
            padding: 6px 14px !important;
        }
        .design-size ul li {
            min-width: 84px !important;
        }

    .radio-checkbox-text {
        font-size: 10px !important;
    }
    .cart-count-bubble.position-absolute {
        font-size: 8px;
        padding: 1px 5px;
        right: -6px;
        bottom: -1px;
        height: 15px;
    }
    /*.cartbar.wlogin {
        margin-right: 6px !important;
    }*/
    .gemNewData.font-20{
        font-size:16px !important;
    }
    h2, h2.heading, h2.heading_2 {
        font-size: 22px !important;
        padding:14px 0 3px !important;
    }
    .anytime-logo-img {
        max-width: 50px;
    }

    .guarntee_sec {
        margin: 0 !important;
    }

    .category-button #dropdownMenuLink {
        font-size: 12px !important;
    }

    .first-td {
        margin-right: 20px !important;
    }

    .tr-data {
        line-height: 34px !important;
    }

    #myOrder .product-img {
        width: 70px !important;
        height: 70px !important;
    }

    .cart-product-detail-row a p, .productName .font-16{
        font-size: 13px !important;
    }

    .header-call-chat-btn ul li svg, .header-call-chat-btn ul li .img-fluid {
        width: 24px;
        height: 24px !important;
        max-width: unset;
    }

    .atagems-banner {
        background: url('../images/banner_mobile.png') no-repeat !important;
        background-size: cover !important;
    }

    .owl-product .item {
        min-width: 168px;
    }

    .why-choose .font-20 {
        font-size: 16px !important;
    }

    .why-choose .font-16 {
        font-size: 13px !important;
    }

    #productNameTitle {
        font-size: 20px !important;
    }

    #actualAmt {
        font-size: 14px !important;
    }
    /*#cut-prize {
        font-size: 14px !important;
    }*/
    #netAmt, #cut-prize {
        font-size: 14px;
        display: inline-block;
    }

    .instock {
        font-size: 12px !important;
    }

    .product-rating p {
        font-size: 10px !important;
        line-height: 16px;
    }
    .rating-star-icon{
        width:14px;
        height:10px;
    }
    .product-rating {
        padding: 3px 11px;
    }

    .Choose-option {
        left: 50% !important;
        bottom: -2px;
        transform: translate(-48%, 0);
    }

    #design-list {
        justify-content: flex-start;
        gap: 15px;
    }

    .design-size ul li:nth-child(4n+1) {
        margin-left: unset !important;
    }
    .design-size ul li {
        margin-left: unset !important;
    }
    svg#language-icon {
        margin-left: 10px;
    }
}

@media screen and (max-width:527px) {
    .three-li .card-text-parent {
        right: 6px !important;
        font-size: 14px !important;
        width: 78px !important;
    }

    .anytime-logo-text {
        font-size: 24px;
        line-height: 30px;
    }

    .anytime-logo-subtext {
        font-size: 10px;
    }

    .navbar-toggler-icon {
        width: 1.35em;
        height: 1.35em;
    }
}

@media screen and (max-width:527px) {
    .payment-breadcrumb svg {
        width: 13px;
        height: 13px;
    }
    .payment-breadcrumb .font-14 {
        font-size: 12px !important;
    }
    .marginBottomCopyright {
        margin-bottom: 67px !important;
    }
    .all-right{
        display:block;
    }
    .Choose-option .rounded-pill {
        padding: 9px 12px !important;
    }

    .cartbar {
        margin-right: 6px;
    }

    .country-selection {
        bottom: 100px;
        right: 3px;
        position: fixed !important;
        opacity: 100%;
    }

    #productimg-gallery img {
        width: calc((100% / 5) - 18px);
        height: auto;
    }

    .design-size ul li {
        width: calc(100% / 3 - 60px / 4) !important;
    }
    /*svg#language-icon {
        margin-left: 6px;
    }*/
}

@media screen and (max-width: 456px) {
    .filter-types .dropdown-menu {
        min-width: 13rem;
    }
    .atagems-banner .color-darkyellow {
        font-size: 7.3vw !important;
    }
    .anytime-logo-subtext {
        font-size: 9px;
    }
    ul.dropdown-menu.px-4.py-2.text-left.show {
        transform: translate3d(56px, 38px, 0px) !important;
    }
    .filter-text {
        display: none;
    }

    .white-fliter-icon {
        display: none;
    }

    .red-fliter-icon {
        display: block !important;
    }

    #selected-count {
        position: absolute;
        top: 2px;
        right: 5px;
    }

    #selected-arrow {
        display: none;
    }

    #filterBtn, #sortingBtn {
        padding: 9px 14px !important;
        border-radius: 50px !important;
        margin-right: 10px !important;
    }

    .anytime-logo-text {
        font-size: 21px;
        line-height: 25px;
    }

    .anytime-logo-img {
        max-width: 37px;
    }

    .card-img-top {
        height: auto;
    }

    .cart-product-img-row a {
        width: 75px !important;
    }

    /*  #Caroselproduct, #Caroselproduct .owl-carousel {
            max-width: 320px !important;
        }*/

    .productimg a img {
        width: 60px;
        min-width: 60px;
    }

    .header-call-chat-btn {
        width: 30% !important;
    }

    h2 .heading, h2.heading_2, h2 {
        font-size: 20px !important;
    }
        h2.heading_2.top-heading {
            font-size: 22px !important;
        }
    #accordionExample .accordion-button, #faqAccordionApi .accordion-button {
        font-size: 18px !important;
    }
    /*.products-list ul li {
        width: 100%;
        max-width: 80%;
        margin: 0 auto 20px !important;
    }*/
    .consultnowbtn-sec .d-flex.gap-4.mt-4.pt-2 {
        flex-direction: column;
        align-items: center;
    }

    #main-image-stone img, #main-image-stone video {
        max-width: 300px !important;
    }
    #allProductSearch {
        width: 150px;
        height: 27px;
    }
    .pr-name {
        height: 58px;
    }
}

@media (max-width: 410px) {
    .trending-searches img {
        width: 30px;
    }

    .trending-searches a {
        font-size: 13px;
    }

    .page-link {
        padding: .275rem .55rem;
        font-size: 11px;
    }

    .tr-data {
        line-height: 30px !important;
    }

    .dashed-payment {
        width: 35px !important;
    }

    .products-list .store-list ul li p {
        font-size: 12px !important;
    }

    .anytime-logo-subtext {
        font-size: 8px;
    }

    .anytime-logo-text {
        font-size: 19px;
        line-height: 21px;
    }

    .anytime-logo-img {
        max-width: 35px;
    }
}

@media (max-width: 400px) {
    .Choose-option {
        transform: translate(-47%, 0);
    }
    .product-options-sec .card .font-12{
        font-size:10px !important;
    }
    .product-options-sec #netAmt, .product-options-sec #cut-prize {
        font-size: 12px !important;
        display: inline-block;
    }
    .cart-count-bubble.position-absolute {
        font-size: 7px;
        padding: 1px 4px;
        right: -5px;
        height: 12px;
    }
    .product-options-sec .card-title {
        width: 100%;
        font-size: 12px !important;
    }
    .header-call-chat-btn ul li svg, .header-call-chat-btn ul li .img-fluid {
        width: 19px;
        height: 19px !important;
    }

    .three-li .card-text-parent {
        right: 5px !important;
        font-size: 11px !important;
        width: 63px !important;
    }

    .list-inline-item:not(:last-child) {
        margin-right: .2rem;
    }

    .navbar-toggler-icon {
        width: 1.35em;
        height: 1.35em;
    }

    .navbar-collapse .row > div .list-group a {
        font-size: 14px !important;
    }

    .dropdown .user-options.dropdown-menu.show {
        top: 38px;
    }

    /* .anytime-logo-img {
            max-width: 42px;
        }*/

    #main_nav {
        width: 65%;
        /*top: 68px;*/
        padding: 0;
        height: calc(100vh - 52px);
    }

    .header .navbar {
        padding: 1px 0 0;
    }

    .margin-top-header {
        margin-top: 53px !important;
    }
    .all-right{
        display:inline-block;
    }
    /* #Caroselproduct, #Caroselproduct .owl-carousel {
        max-width: 260px !important;
    }*/
    .user-img {
        width: 25px;
    }

    .invoice-btns .font-12 {
        font-size: 12px !important;
    }
}

@media (max-width: 364px) {
    /*#language {
        margin-right: 0px !important;
        width: 19px !important;
        height: 19px !important;
    }*/
    #Caroselproduct .owl-carousel .item img {
        height: 196px !important;
    }

    .owl-carousel .item video {
        height: 196px !important;
    }
    .three-li .card-text-parent {
        width: 56px !important;
    }

    .order-detail .font-14 {
        font-size: 11px !important;
    }

    .navbar-collapse .row > div .list-group a {
        font-size: 12px !important;
    }

    .anytime-logo-text {
        font-size: clamp(22px, 6vw, 30px) !important;
        line-height: 21px !important;
    }

    .anytime-logo-subtext {
        font-size: 7px;
    }

    #main-image-stone img, #main-image-stone video {
        max-width: 260px !important;
    }

    .anytime-logo-img {
        max-width: 36px;
        max-height: 47px;
    }

    .header .navbar {
        padding: 3px 0;
    }

    .navbar-toggler-icon {
        width: 1.15em;
        height: 1.15em;
    }
    
}

/* ==========================================================================
   Tarot Life Store (TLS) Custom Styles
   ========================================================================== */

/* Keyframe Animations */
@keyframes tls-spin { from{ transform:rotateY(0deg); } to{ transform:rotateY(360deg); } }
@keyframes tls-float { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-16px); } }
@keyframes tls-ring { from{ transform:rotate(0deg); } to{ transform:rotate(360deg); } }
@keyframes tls-twinkle { 0%,100%{ opacity:.25; transform:scale(.75) rotate(0deg); } 50%{ opacity:1; transform:scale(1.05) rotate(20deg); } }
@keyframes tls-drift-a { 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(7vw,5vh) scale(1.18); } }
@keyframes tls-drift-b { 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(-6vw,4vh) scale(1.12); } }
@keyframes tls-drift-c { 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(5vw,-6vh) scale(1.22); } }
@keyframes tls-drift-d { 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(-5vw,-4vh) scale(1.1); } }
@keyframes tls-stars { 0%,100%{ opacity:.45; } 50%{ opacity:.95; } }
@keyframes tls-bob { 0%,100%{ transform:translateY(0); opacity:.7; } 50%{ transform:translateY(8px); opacity:1; } }

/* Layout Grid and Trust Strip */
#tls-grid { 
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); 
    gap: clamp(14px, 1.8vw, 26px);
}
#tls-trust { 
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); 
    gap: 24px;
    text-align: center;
}

@media (max-width: 1000px) { 
    #tls-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } 
}
@media (max-width: 720px) { 
    #tls-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } 
    #tls-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 34px; } 
    #tls-hero { min-height: auto !important; padding-top: 64px !important; } 
}

/* Custom Section Heading to avoid conflicts with global .heading_2 */
.tls-section-heading {
    color: #f4efff !important;
    /*font-family: 'Cormorant Garamond', Georgia, serif !important;*/
    /*font-style: italic !important;*/
    font-size: clamp(32px, 4.2vw, 50px) !important;
    font-weight: 500 !important;
    text-transform: none !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    text-shadow: 0 4px 40px rgba(120,70,200,.35) !important;
    position: relative !important;
    display: block !important;
}
.tls-section-heading::after {
    display: none !important;
}

/* Homepage specific styles scoped to the homepage wrapper */
.tls-homepage-body {
    background-color: #0a0418 !important;
    color: rgba(216,203,242,.74) !important;
}

.tls-main-heading p {
    color: rgba(216,203,242,.72) !important;
    /*font-family: 'Cormorant Garamond', Georgia, serif !important;*/
    font-style: italic !important;
    font-size: clamp(16px, 1.6vw, 21px) !important;
    line-height: 1.6 !important;
    max-width: 60ch !important;
}

/* Best sellers layout styling */
.best-sellers .card {
    background: linear-gradient(180deg, #ffffff, color-mix(in srgb, #a06bff 8%, #ffffff)) !important;
    border: 1px solid color-mix(in srgb, #a06bff 30%, #e9def6) !important;
    border-radius: 20px !important;
    transition: transform 0.3s ease !important;
}
.best-sellers .card:hover {
    transform: translateY(-5px) !important;
}

/* Accordion collapse models */
.faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    /*font-family: 'Cormorant Garamond', serif;*/
    color: #f4eeff;
    transition: color .2s ease;
    outline: none !important;
}
.faq-btn:hover {
    color: #ffffff;
}
.faq-chevron {
    flex: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(185,140,255,.4);
    color: #cbb3ff;
    font-size: 16px;
    transition: transform .3s ease, background .3s ease;
}
.faq-btn.collapsed .faq-chevron {
    transform: rotate(0deg);
    background: transparent;
}
.faq-btn:not(.collapsed) .faq-chevron {
    transform: rotate(180deg);
    background: rgba(155,109,255,.22);
}
.faq-answer {
    padding: 0 6px 26px;
    /*font-family: 'Jost', sans-serif;*/
    font-weight: 300;
    font-size: clamp(14.5px, 1.3vw, 17px);
    line-height: 1.75;
    color: rgba(214,201,240,.72);
    
}

/* Footer overrides to match Tarot Life staging */
.anytime-footer {
    position: relative;
    z-index: 10;
}
.bg-purple-dark {
    background: #2B2369 !important;
}
.bg-brown-dark.copyright {
    background: #54339C !important;
}
.text-white {
    color: #fff !important;
}
.color-pink-light, .tls-footer-link {
    color: #F8F2FF !important;
    opacity: 0.85;
    transition: opacity 0.2s ease, color 0.2s ease;
}
.color-pink-light:hover, .tls-footer-link:hover, .anytime-footer a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
    opacity: 1 !important;
}

/* Products Grid & Listing page styling overrides */
#prod-grid {
    display: grid;
    gap: clamp(14px, 1.6vw, 22px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 1100px) {
    #prod-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    #prod-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    #prod-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
#prod-topbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 600px) {
    #prod-topbar {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }
}
.tls-prod-card {
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 12px 16px;
    border-radius: 18px;
    cursor: pointer;
    transition: transform .32s cubic-bezier(.2,.8,.2,1), border-color .32s ease, box-shadow .32s ease;
    text-decoration: none !important;
}
.tls-prod-card:hover {
    transform: translateY(-7px) scale(1.02);
}

/* Offcanvas filter drawer overrides */
.offcanvas {
    background: #0d0620 !important;
    color: #f1ebff !important;
    border-right: 1px solid rgba(185, 140, 255, 0.2) !important;
}
/*.offcanvas-header {
    border-bottom: 1px solid rgba(185, 140, 255, 0.15) !important;
}*/
.offcanvas-header .btn-close {
    filter: invert(1) grayscale(1) brightness(2) !important;
}
.offcanvas .accordion-item {
    background: transparent !important;
     
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.offcanvas .accordion-button {
    background: transparent !important;
    color: #f1ebff !important;
    /*font-family: 'Jost', sans-serif !important;*/
    font-weight: 500 !important;
    box-shadow: none !important;
}
.offcanvas .accordion-button:not(.collapsed) {
    color: #b98cff !important;
}
.offcanvas .accordion-button::after {
    filter: invert(1) !important;
}
.offcanvas .accordion-body {
    color: rgba(214, 201, 240, 0.8) !important;
    background: rgba(28, 16, 54, 0.4) !important;
}
.offcanvas .form-check-label {
    color: rgba(214, 201, 240, 0.9) !important;
}
.offcanvas .form-check-input {
    background-color: rgba(28, 16, 54, 0.6) !important;
    border-color: rgba(185, 140, 255, 0.3) !important;
}
.offcanvas .form-check-input:checked {
    background-color: #b98cff !important;
    border-color: #b98cff !important;
}
.cartproduct-bottom-line {
    display: none !important;
}

/* Pagination Overrides to match Tarot Life Store circle style */
.pagination {
    display: flex !important;
    gap: 8px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 52px !important;
    list-style: none !important;
    padding-left: 0 !important;
}
.pagination .page-item {
    margin: 0 !important;
}
.pagination .page-link {
    min-width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: 1px solid rgba(185, 140, 255, 0.3) !important;
    background: rgba(28, 16, 54, 0.5) !important;
    color: #e8dcff !important;
    /*font-family: 'Jost', sans-serif !important;*/
    font-size: 15px !important;
    cursor: pointer !important;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease !important;
    padding: 0 14px !important;
    text-decoration: none !important;
}
.pagination .page-item.active .page-link,
.pagination .page-item.disabled.active .page-link {
    background: #b98cff !important;
    border-color: #b98cff !important;
    color: #0a0418 !important;
}
.pagination .page-link:hover {
    border-color: #b98cff !important;
    background: rgba(185, 140, 255, 0.1) !important;
    color: #ffffff !important;
}
.pagination .page-item.disabled .page-link {
    opacity: 0.4 !important;
    background: rgba(28, 16, 54, 0.5) !important;
    border-color: rgba(185, 140, 255, 0.3) !important;
    color: #e8dcff !important;
}

/* Sorting Dropdown list design updates */
.sorting-item-ul.dropdown-menu {
    background: #1c1036 !important;
    border: 1px solid rgba(185, 140, 255, 0.3) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}
.sorting-item-ul.dropdown-menu a {
    color: #e8dcff !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    background: transparent !important;
}
.sorting-item-ul.dropdown-menu a:hover {
    color: #ffffff !important;
    background: rgba(185, 140, 255, 0.1) !important;
}
.sorting-item-ul.dropdown-menu a.fw-bold {
    color: #b98cff !important;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}