:root {
    --theme-color: #EE4E52;
    --theme-bg-color: #FFF3F3;
    --theme-bg-lgt-color: #FFF9FA;
    --theme-lightw-color: #A2A2A2;
    --theme-gold-color: #FFD700;
    --theme-bg-gold-color: var(--theme-gold-color);
    --theme-bg-gold-shadow: #FFD70080;
    --theme-bg-gold-hover: #f7d000;
    --theme-gb-gold-lgt-color: #FFFAE9;
    --theme-bg-brown: #b12b38;
    --theme-radio: #F9C5CA;
    --theme-radio-checked: var(--theme-color);
    --theme-shadow-gray: #0000001a;
}

html {
    font-size: 16px;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
/*.chooseoption, .addcartbtn {
    max-width: 169px;
}*/


.zindex-offcanvas {
    z-index: 1049
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.bg-theme-light {
    background-color: var(--theme-bg-lgt-color);
}

.text-lightw {
    color: var(--theme-lightw-color);
}
.text-yellow {color: var(--theme-gold-color)}
.shadow-theme {
    box-shadow: 0px 0px 10px #EE4E5E33;
}
.shadow-gray {
    box-shadow: 0px 0px 16px var(--theme-shadow-gray);
}
.navbar-toggler:focus {
    box-shadow: none !important;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a.heading-link {
        text-decoration: none !important;
        color: #000 !important;
    }

.heading-logo-wrapper {
    width: 100%;
    display: flex;
}

.heading-logo {
    height: auto;
    max-width: 100%;
}

/*.navbar {
    box-shadow: 0 3px 6px #EE4E5E26;
    background: #fff;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}*/

.navbar .navbar-brand img {
    max-width: 53px;
}
header {height: 69px;}
    header .anytime-logo-ntext span.anytime-logo-text {
        font-size: 30px;
        font-weight: 600;
        line-height: 34px;
    }

.header .anytime-logo-ntext span.anytime-logo-subtext {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.header .anytime-logo-ntext span {
    display: block;
}

.anytime-logo-ntext {
    text-align: left;
}

.anytime-logo-text {
    font-weight: 600;
}

.anytime-logo-ntext span {
    display: block;
}

.anytime-logo-text {
    font-size: 26px;
    line-height: 30px;
}

.anytime-logo-subtext {
    font-size: 12px;
    /*font-weight: 500;*/
    color: #000;
    white-space: nowrap;
    display: block;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.languagedropdown {
    /*width: 70px;
    height: 30px;
    font-size: 14px;
    padding: 0 5px;
    margin-right: 20px;*/
    height: 31px;
    padding: 2px;
    -webkit-appearance: auto !important;
    appearance: auto !important;
    cursor: pointer;
}

.colorblack {
    color: #000 !important;
}
.user-img {
    height: 29px;
    width: 29px;
    border-radius: 50%;
}
#main_nav {
    left: 0;
    right: 0;
    top: 69px;
    background: #cf3544;
    color: #fff !important;
    z-index: 10;
}

    #main_nav a {
        color: #fff !important;
    }

.navbar-light .border-bottom {
    border-bottom: 1px solid #c8878e !important;
}

#main_nav .dropdown-menu {
    background-color: transparent;
    position: relative !important;
    border: 0;
    /*newcss*/
    transform: translate3d(0px, 0px, 0px) !important;
}

    #main_nav .dropdown-menu .dropdown-item {
        padding: .25rem 0;
        text-wrap: wrap;
        white-space: break-spaces;
        overflow: auto;
        overflow-wrap: break-word;
    }

.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: white;
}

.cart-count-bubble {
    right: -8px;
    bottom: 13px
}

    .cart-count-bubble span {
        background: var(--theme-color);
        color: #fff;
        border-radius: 50%;
        width: 15px;
        display: inline-block;
        height: 15px;
        text-align: center;
        line-height: 15px;
        font-size: 10px;
    }

.offcanvascart .cart-count-bubble {
    top: -3px;
    bottom: auto
}

    .offcanvascart .cart-count-bubble span {
        background: var(--theme-color);
    }

.offcanvas.offcanvas-end.show {
    visibility: visible !important;
}

#main_nav .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

#main_nav a:focus-visible {
    outline: 0;
}
.user-options {
    min-width: 280x;
    border: 6px;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    padding: 0;
    overflow: hidden;
    top: 56px !important;
}
.header-search {
    background-color: var(--theme-bg-brown);
}
.home-search-bar .search-text:focus {
    box-shadow: unset;
}
.home-search-bar .search-text {
    /*height: unset;*/
    padding: 0.25rem 2.4rem .25rem 0.75rem;
    border-radius: 50px;
}

#MobileSearchBtn .search-icon {
    top: 6px;
    right: 12px;
    cursor: pointer;
}
#MobileSearchBtn .cross-icon {
    top: 9px;
    right: 14px;
    cursor: pointer;
    display: none;
}
.parent-MobileSearchData{z-index:10;margin-top:7px}
#MobileSearchData {box-shadow:0px 3px 6px #00000029;}
    #MobileSearchData a {
        display: block;
        padding: 3px 0 4px 12px;
        color: #000;
        font-size: 16px;
        line-height: normal;
    }
            #MobileSearchData a:last-child{padding-bottom:8px}

.hrline {
    background: linear-gradient(to right, rgba(238, 78, 94, 0.1), rgba(238, 78, 94, 0.75), rgba(238, 78, 94, 0.1));
    height: 5px;
}

.rounded-1rm {border-radius:1rem !important}
.rounded-10px {border-radius: 10px !important}
.imgrounded {border-radius:10px;overflow:hidden}
.exp-thumb {
    border: 5px solid var(--bs-white);
    border-radius: 50% !important;
    outline: 1px solid var(--theme-color);
}

.rating {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCIgdmlld0JveD0iMCAwIDUwMy41NTkgNTAzLjU1OSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2RlZTJlNiIgZD0iTTUwMi42NTkgMTkzLjI5OWMtMi40LTgtOS42LTE0LjQtMTguNC0xNmwtMTQ2LjQtMjEuNi02NS42LTEzMmMtNC04LTEyLTEyLjgtMjAuOC0xMi44cy0xNi44IDQuOC0yMC44IDEyLjhsLTY1LjYgMTMyLjgtMTQ1LjYgMjAuOGMtOC44IDEuNi0xNiA3LjItMTguNCAxNi0yLjQgOC0uOCAxNy42IDUuNiAyNGwxMDUuNiAxMDMuMi0yNC44IDE0NS42Yy0xLjYgOC44IDIuNCAxNy42IDguOCAyMi40IDcuMiA0LjggMTYuOCA1LjYgMjQgMS42bDEzMS4yLTY4LjggMTMwLjQgNjguOGMzLjIgMS42IDcuMiAyLjQgMTAuNCAyLjQgNC44IDAgOS42LTEuNiAxMy42LTQgNy4yLTQuOCAxMC40LTEzLjYgOC44LTIyLjRsLTI0LjgtMTQ1LjYgMTA1LjYtMTAzLjJjNy4yLTYuNCA5LjYtMTYgNy4yLTI0Ii8+PC9zdmc+')
}

    .rating.fill {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCIgdmlld0JveD0iMCAwIDUwMy41NTkgNTAzLjU1OSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmYzMwMSIgZD0iTTUwMi42NTkgMTkzLjI5OWMtMi40LTgtOS42LTE0LjQtMTguNC0xNmwtMTQ2LjQtMjEuNi02NS42LTEzMmMtNC04LTEyLTEyLjgtMjAuOC0xMi44cy0xNi44IDQuOC0yMC44IDEyLjhsLTY1LjYgMTMyLjgtMTQ1LjYgMjAuOGMtOC44IDEuNi0xNiA3LjItMTguNCAxNi0yLjQgOC0uOCAxNy42IDUuNiAyNGwxMDUuNiAxMDMuMi0yNC44IDE0NS42Yy0xLjYgOC44IDIuNCAxNy42IDguOCAyMi40IDcuMiA0LjggMTYuOCA1LjYgMjQgMS42bDEzMS4yLTY4LjggMTMwLjQgNjguOGMzLjIgMS42IDcuMiAyLjQgMTAuNCAyLjQgNC44IDAgOS42LTEuNiAxMy42LTQgNy4yLTQuOCAxMC40LTEzLjYgOC44LTIyLjRsLTI0LjgtMTQ1LjYgMTA1LjYtMTAzLjJjNy4yLTYuNCA5LjYtMTYgNy4yLTI0Ii8+PC9zdmc+')
    }

    .rating.half {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCIgdmlld0JveD0iMCAwIDUwMy41NTkgNTAzLjU1OSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2RlZTJlNiIgZD0iTTUwMi42NTkgMTkzLjI5OWMtMi40LTgtOS42LTE0LjQtMTguNC0xNmwtMTQ2LjQtMjEuNi02NS42LTEzMmMtNC04LTEyLTEyLjgtMjAuOC0xMi44cy0xNi44IDQuOC0yMC44IDEyLjhsLTY1LjYgMTMyLjgtMTQ1LjYgMjAuOGMtOC44IDEuNi0xNiA3LjItMTguNCAxNi0yLjQgOC0uOCAxNy42IDUuNiAyNGwxMDUuNiAxMDMuMi0yNC44IDE0NS42Yy0xLjYgOC44IDIuNCAxNy42IDguOCAyMi40IDcuMiA0LjggMTYuOCA1LjYgMjQgMS42bDEzMS4yLTY4LjggMTMwLjQgNjguOGMzLjIgMS42IDcuMiAyLjQgMTAuNCAyLjQgNC44IDAgOS42LTEuNiAxMy42LTQgNy4yLTQuOCAxMC40LTEzLjYgOC44LTIyLjRsLTI0LjgtMTQ1LjYgMTA1LjYtMTAzLjJjNy4yLTYuNCA5LjYtMTYgNy4yLTI0Ii8+PHBhdGggc3R5bGU9ImZpbGw6I2ZmYzMwMSIgZD0iTTI1MS40NTkgMTAuODk5Yy04IC44LTE2IDUuNi0yMCAxMi44bC02NS42IDEzMi44LTE0Ni40IDIwLjhjLTguOCAxLjYtMTYgNy4yLTE4LjQgMTYtMi40IDgtLjggMTcuNiA1LjYgMjRsMTA1LjYgMTAzLjItMjQuOCAxNDUuNmMtMS42IDguOCAyLjQgMTcuNiA4LjggMjIuNCA3LjIgNC44IDE2LjggNS42IDI0LjggMS42bDEzMC40LTY4eiIvPjwvc3ZnPg==');
    }

.cursor-pointer {cursor: pointer}

header .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)}
}

.navbar {
    box-shadow: 0 3px 6px #EE4E5E26;
    background: #fff;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.call-action-btn .btn-chat {
    display: flex;
    width: 200px;
    height: 46px;
    align-items: center;
    justify-content: center;
}

.btn-chat {
    background: var(--theme-bg-gold-color);
    box-shadow: 0 2px 3px var(--theme-bg-gold-shadow);
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 20px;
    margin: 0 5px;
    white-space: nowrap;
}

.navbar .btn-chat.active, .navbar .btn-chat:active, .navbar .btn-chat:focus, .navbar .btn-chat:hover {
    background: #fff;
    border: 2px solid var(--theme-bg-gold-color);
}

.call-action-btn .btn-chat img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
#LangModalPopup a.lang-option {
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 auto;
}
.user-options ul {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 240px;
}
    .user-options ul li.namedisplay img {
        width: 50px;
        height: 50px !important;
    }
    .user-options ul li {border-bottom:solid 1px #e4e4e4}
.dropdown-toggle.show::after {
    border-bottom: .3em solid;
    border-top: 0;
}
.theme-radio {
    accent-color: var(--theme-radio);
}
    .theme-radio:checked {
        accent-color: var(--theme-radio-checked);
    }

.expert-share {
    background-color: var(--theme-gb-gold-lgt-color);
}
.expert-share-l {
    width: 62px;
}
.expert-share-r {
    width: calc(100% - 62px);
}
@media (min-width: 992px) {
    #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;
    }

    .border-nav {
        border-bottom: 1px solid #FFF3F57A !important;
    }
}

@media (max-width: 991px) {
    header, .navbar {height:65px;}
    .navbar {
        background: var(--theme-bg-brown);
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #main_nav {
        width: 40%;
        top: 69px;
        background: #fff;
        height: calc(100vh - 69px);
        color: #000 !important;
        overflow-y: auto;
        left: -100%;
        transition: .25s ease-in;
    }
    .cart-count-bubble {
        right: -6px;
        bottom: 10px;
    }
    .user-img {
        height: 24px;
        width: 24px;
    }
    header .anytime-logo-ntext span.anytime-logo-text, header .anytime-logo-ntext span.anytime-logo-subtext, .navbar #user-details a.dropdown-toggle::after {
        color: #fff;
    }

    /*.navbar button[aria-expanded=true] .navbar-toggler-icon {
        filter: invert(1);
    }*/
    .navbar button .navbar-toggler-icon {
        filter: contrast(0.9);
    }

    header .header-call-chat-btn svg {
        fill: #fff !important;
    }

    #main_nav a {
        color: #000 !important;
    }

    .navbar-collapse .row > div .list-group a {
        font-size: 16px !important;
    }

    #main_nav.collapse.position-absolute.collapsing {
        top: 69px;
        height: calc(100vh - 69px) !important;
    }

    #main_nav.collapse.show {
        left: 0;
        transition: left 300ms 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;
    }

    .navbar .userprofileicon {
        width: 110px;
        justify-content: flex-end;
    }

    .call-action-btn {
        position: fixed;
        bottom: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
    }

        .call-action-btn .btn-chat:first-child {
            margin-right: 7px;
        }
    /*.copyright {
        padding-bottom: 60px;
    }*/
}
@media (min-width: 768.1px) {
    #main_nav a:hover, #main_nav af:focus, #main_nav a:active {
        /*color: #FFFBE8 !important;*/
        text-decoration: underline !important;
    }
}

@media screen and (max-width:1199px) {
    header .anytime-logo-ntext span.anytime-logo-text {
        font-size: 26px;
        line-height: 32px;
    }

    header .anytime-logo-ntext span.anytime-logo-subtext {
        font-size: 10px;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .puja-list ul li {
        width: calc(100% / 2 - 20px / 2) !important;
        margin-left: 20px !important;
    }

        .puja-list ul li:nth-child(2n+1) {
            margin-left: 0px !important;
        }

    #main_nav {
        width: 65%;
        top: 65px;
        padding: 0;
        left: -100%;
        height: calc(100vh - 65px);
        transition: .25s ease-in;
    }

        #main_nav a.font-14 {
            font-size: 12px !important;
        }

    .call-action-btn .btn-chat {
        width: 250px;
    }
}

@media (max-width: 576px) {
    .product-yellowbutton, #addcart.btn.button-red.color-darkpink {
        width: 100% !important;
    }

    .cart-count-bubble {
        right: -3px;
        bottom: 8px;
    }

    .header-call-chat-btn ul li svg, .header-call-chat-btn ul li .img-fluid {
        width: 22px;
        height: 22px !important;
        max-width: unset;
    }

    .header-call-chat-btn .user-options ul li svg {
        width: 16px;
        height: 16px !important;
    }
    .user-img {
        border-bottom: .5px solid #eee;
    }
    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
        font-size: 20px;
    }
}
@media (max-width: 500px) {
    #main_nav {
        top: 65px !important;
    }

    .puja-list ul li {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .navbar .navbar-brand img {
        max-width: 50px;
    }

    header .anytime-logo-ntext span.anytime-logo-text {
        font-size: 22px;
        line-height: 28px;
    }

    header .anytime-logo-ntext span.anytime-logo-subtext {
        font-size: 8.7px;
    }

    .cart-count-bubble span {
        width: 13px;
        height: 13px;
        line-height: 12px;
        font-size: 8px;
    }

    .offcanvas-end {
        width: 430px;
        border-left: 0;
    }

    .call-action-btn .btn-chat {
        width: 200px;
    }
}

@media (max-width: 400px) {
    #main_nav {
        top: 54px !important;
        width: 65%;
        padding: 0;
        height: calc(100vh - 54px);
    }

    .cartbar, .search-icon {
        width: 22px;
    }

    .navbar .navbar-brand img {
        max-width: 35px;
    }

    header .anytime-logo-ntext span.anytime-logo-text {
        font-size: 20px;
        line-height: 26px;
    }

    header .anytime-logo-ntext span.anytime-logo-subtext {
        font-size: 8px;
    }

    header .new-badge {
        font-size: 47% !important;
        padding: 0 5px !important;
        line-height: normal;
        top: -5px;
        right: 21px;
    }
    .dropdown-toggle::after {
        margin-left: 0.005em;
    }
    .call-action-btn .btn-chat {
        margin: 0;
        font-size: 13px;
        padding: 10px;
        width: 100%;
    }

        .call-action-btn .btn-chat img {
            width: 16px;
            height: 16px;
            margin-right: 5px;
        }

    header, .navbar {
        height: 54px;
    }
    .header-call-chat-btn ul li svg, .header-call-chat-btn ul li .img-fluid {
        width: 19px;
        height: 19px !important;
    }
}
@media (max-width:370px)
{
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
}
/*@media (max-width: 360px) {
    #main_nav {
        top: 61px !important;
    }
}*/

/*new css - main home page*/

.bg-gold, .bg-darkyellow {
    background-color: var(--theme-bg-gold-color);
}

.bg-light-pink {
    background-color: var(--theme-bg-color) !important;
}

.bg-red {
    background: var(--theme-color) !important;
}

.bg-brown {
    background: #982a35 !important;
}

.bg-brown-dark {
    background: #5e0009 !important;
}

.bg-darkbrown {
    background-color: #321A27 !important;
}

.color-link {
    color: #f8353a;
}

.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;
}

.success-color {
    color: #10A805;
}

.boxshadow-lightoink {
    box-shadow: 0px 1px 6px #EE4E5E33;
}

.btn.bg-darkyellow {
    box-shadow: 0 2px 3px var(--theme-bg-gold-shadow);
}

    .btn.bg-darkyellow.active, .btn.bg-darkyellow:active, .btn.bg-darkyellow:focus, .btn.bg-darkyellow:hover {
        background-color: var(--theme-bg-gold-hover);
        border: 1px solid var(--theme-bg-gold-hover);
    }

.border-30 {
    border-radius: 30px;
}

.border-pink {
    border-color: #F9C5CA !important;
}

.border-red {
    border: 1px solid #EE4E52 !important;
}

.border-gray {
    border: 1px solid #CCCCCC;
}

.border-dashed {
    border: 1px dashed #707070;
}

.button-red {
    background: #fff !important;
    border: 1px solid #EE4E52 !important;
    box-shadow: none !important;
}


    .button-red:hover {
        box-shadow: 0 0 1px 1px red !important;
        color: #ee4e5e;
        text-decoration: none;
    }

p, .font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px !important;
    line-height: 21px;
}

.font-14 {
    font-size: 14px;
    line-height: 19px;
}

.font-24 {
    font-size: 24px;
    line-height: 32px;
}

.font-20 {
    font-size: 20px;
}
.font-13 {
    font-size: 13px;
    line-height: 17px;
}

.font-12 {
    font-size: 12px !important;
}
.font-22 {
    font-size: 22px;
}
.font-30 {
    font-size: 30px;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-medium {font-weight: 500 !important;}
img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}

h2.heading {
    text-transform: uppercase;
    font-size: 30px;
}

    h2.heading::after, h2.heading_2::after {
        content: "";
        width: 140px;
        height: 4px;
        background: #ee4e5e;
        position: relative;
        display: block;
        margin: 15px auto;
        margin-bottom: 0;
    }

/*h2.heading_2 {
    font-size: 30px !important;
}*/

h2.heading_left::after {
    margin: 15px 0px !important;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 22px;
}

h6, .h6 {
    font-size: 18px;
}

.main-puja-banner {
    /*background-image: url('https://cdn.anytimeastro.com/anytimeastro/puja/prodimg/banner-new.webp');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent linear-gradient(335deg, #FFFBFF 0%, #FFF8FA 25%, #FFF3F5 53%, #FEFBFB 84%, #FFF3F5 100%) 0% 0% no-repeat padding-box;    
}

.product-large-image::after {
    content: "";
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 197px;
    z-index: 1;
    border-radius: 0px 0px 30px 30px;
}

/*.products .accordion-item, .products .accordion-button, .products .accordion-button:not(.collapsed) {
    background-color: #fff !important;
}*/

/*.accordion-item {
    background-color: #FFF3F5 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}*/

/*.accordion-button {
    background-color: #FFF3F5 !important;
}*/

.accordion-button:focus {
    box-shadow: none;
}

/*.accordion-button:not(.collapsed) {
        color: #000;
        background-color: #FFF3F5;
        box-shadow: none;
    }*/

.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;
}

ul {
    list-style: none;
}

.owl-item .item {
    background-color: #fff;
    box-shadow: 0px 0px 10px #EE4E5E33;
    border-radius: 15px;
    padding: 15px;
}

.puja-list ul li {
    width: calc(100% / 5 - 80px / 5);
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .puja-list ul li a {
        padding: 15px 15px 0 15px;
        display: inline-block;
    }

    /*.puja-list img {*/
    /*max-width: 185px;*/
    /*border-radius: 15px;
}*/

    /*.puja-list ul li:nth-child(5n+1) {
        margin-left: 0px;
    }*/

    .puja-list ul li a:hover img {
        transform: scale(1.03);
    }

    .puja-list ul li a img {
        transition: transform .5s ease;
    }

    .puja-list ul li .imgbox {
        border-radius: 10px;
        overflow: hidden;
    }

/*.puja-list ul li .btnhovercls:hover {
        box-shadow: 0 0 1px 1px red !important;
    }*/

@media screen and (max-width:991px) {
    .puja-list ul li {
        width: calc(100%/3 - 40px/3);
    }

        .puja-list ul li:nth-child(5n+1) {
            margin-left: 20px;
        }

        .puja-list ul li:nth-child(3n+1) {
            margin-left: 0px;
        }
    .cart-count-bubble span {
        background: #fff !important;
        color:#000;
    }
}


.share-button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: rgb(238, 78, 82);
    margin-left: 0;
    padding-left: 0;
    min-height: 4.4rem;
}

.product-info {
    text-align: left;
}

    .product-info ul {
        padding: 0 0 0 15px;
    }

.line {
    height: 1px;
    opacity: 1;
    background: #f5dde0;
}

.guarntee_sec {
    box-shadow: 0 3px 6px #ee4e5e33;
    border: 1px solid #EE4E5E33;
    border-radius: 0 0 6px 6px;
}

.astro_gurantee {
    padding: 5px 20px 20px;
}

    .astro_gurantee li {
        list-style: none;
        margin-top: 16px;
    }

        .astro_gurantee li:before {
            content: "- ";
        }

.chatbtn_box {
    max-width: 534px;
    height: 119px;
    background-color: #fef5f5;
    border-radius: 8px;
    background-image: url('../images/chat-call.png');
    margin-right: 10px !important;
}

.chat_text {
    margin: 0 20px;
}

.chat_btn {
    background-color: #ef5559;
    border-radius: 8px;
    max-width: 205px;
    max-height: 65px;
    gap: 12px;
    margin-right: 20px;
}

.select-puja .owl-nav {
    position: absolute;
    top: 42%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 50px;
    color: #ee4e5e;
}

    .select-puja .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        border: 1px solid #ee4e5e !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        left: -40px;
    }

    .select-puja .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;
        right: -40px;
    }

.owl-prev span, .owl-next span {
    margin: 0 0 10px;
    font-size: 40px;
}


/* offcanvas  CSS */
.cartyellow_button {
    box-shadow: 0px 3px 6px #FFCA0080;
}

.puja_block .color-darkred .icon {
    width: 20px;
    height: 15px;
}

/* checkout-view css */
.checkout-header-sec .horizontal-line {
    top: 115px;
}

.checkout-body .vertical-line {
    left: 50%;
    top: 117px;
}

.checkout-body-inner .input-icon i {
    position: absolute;
    right: 24px;
    top: 23px;
}

.form-control:focus {
    box-shadow: 0 0 0 1px #000;
}

textarea:focus {
    outline: none;
    box-shadow: 0 0 0 1px #000;
}



.puja-products-inner .horizontal-line {
    right: 0px;
}

/*new css*/



.puja-categories-carousel {
    padding: 1px;
}

    .puja-categories-carousel .owl-stage-outer {
        padding: 2px 0px;
    }

    .puja-categories-carousel .item {
        display: block !important;
    }

        .puja-categories-carousel .item p.fw-bold.mb-0, .puja-list ul li p.color-wine.fw-bold.mb-0 {
            min-height: 45px;
        }

ul.puja_list li {
    width: 100% !important;
}

.breadcrumbs {
    font-size: 13px;
    color: #fff !important;
}

@media screen and (max-width:768px) {

    header .country-flag li p {
        display: none !important;
    }

    header .ba-chosen {
        display: none !important;
    }

    h2.heading_2, h2.heading {
        font-size: 24px !important;
    }

        h2.heading_2::after {
            margin: 15px auto !important;
        }

    .main-puja-banner {
        text-align: center;
        background-position: center left !important;
    }
}

#shortdescription .puja_list {
    padding-left: 0px;
}

.spinner-bg {
    background-color: #00000090;
}

.navbar button[aria-expanded=true] .navbar-toggler-icon {
    content: "x";
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNDM3LjUsMzg2LjZMMzA2LjksMjU2bDEzMC42LTEzMC42YzE0LjEtMTQuMSwxNC4xLTM2LjgsMC01MC45Yy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMEwyNTYsMjA1LjFMMTI1LjQsNzQuNSAgYy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMGMtMTQuMSwxNC4xLTE0LjEsMzYuOCwwLDUwLjlMMjA1LjEsMjU2TDc0LjUsMzg2LjZjLTE0LjEsMTQuMS0xNC4xLDM2LjgsMCw1MC45ICBjMTQuMSwxNC4xLDM2LjgsMTQuMSw1MC45LDBMMjU2LDMwNi45bDEzMC42LDEzMC42YzE0LjEsMTQuMSwzNi44LDE0LjEsNTAuOSwwQzQ1MS41LDQyMy40LDQ1MS41LDQwMC42LDQzNy41LDM4Ni42eiIvPjwvc3ZnPg==) !important;*/
    background-image: url(https://cdn1.anytimeastro.com/anytimeastro/store/web/images/white-cross-icon.svg) !important;
}


.pujaoptions-sec .puja-list ul li .imgbox img, .pujaoptions-sec .puja-list ul li .imgrounded img {
    width: 100%;
    max-width: 100%;
}
/*@media (max-width:1199px) {
    .call-action-btn .btn-chat {
        width: 179px;
    }
}*/
.bg-dark-marron {background-color:#321A27}

.consultnowbtn-sec {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 28px 18px 28px;
}
.chat-call-section h2.heading{text-transform:none;}
    .chat-call-section h2.heading::after {
        background: #fff;
        margin-left: 0;
        margin-top: 10px;
        height: 3px;
    }
@media (max-width: 767px) {
    .chat-call-section h2.heading::after {margin-left: auto}
}
.chat-call-section img{max-width: 80px}