@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap);
*,
ul {
    padding: 0;
    margin: 0
}

#faqs button.accordion-button:focus,
.accordion-button:focus,
.accordion-button:not(.collapsed),
.dropdown .btn,
input:focus {
    box-shadow: none
}
.introtext.show-more{
    height:100% !important;
    max-height:100% !important;
}
.navbar ul li a,
a {
    text-decoration: none
}

.menu-item.first-item,
.top_hdr_items p {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase
}

.cpywt ul li a,
.dvlp,
.locateme input,
.menu-item.first-item,
.top_hdr_items p {
    text-transform: uppercase
}

.navbar ul li,
.star_wrp,
ul {
    list-style: none
}

.filter-btn,
.menu-btn,
.pointer,
.wishlist i,
span.cutfilt,
ul.jwrlytypes li {
    cursor: pointer
}

#introTextWrap,
.bgarrvl,
.blogbox,
.intro-text,
.sllr_img,
.smarrvlbx,
.spotbx {
    overflow: hidden
}

.scaling {
    -webkit-animation: 3s linear infinite scale;
    animation: 15s linear infinite scale
}

.movebounce {
    -webkit-animation: 6s linear infinite movebounce-up;
    animation: 6s linear infinite movebounce-up
}

.moving {
    -webkit-animation: 20s linear infinite moveIn-to;
    animation: 20s linear infinite moveIn-to
}

.rotated {
    -webkit-animation: 25s linear infinite rotated360;
    animation: 25s linear infinite rotated360
}

.rotated30 {
    -webkit-animation: 5s linear infinite rotated30;
    animation: 5s infinite rotated30
}

@-webkit-keyframes movebounce-up {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes movebounce-up {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@-webkit-keyframes moveIn-to {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
}

@keyframes moveIn-to {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
}

@-webkit-keyframes rotated360 {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
}

@keyframes rotated360 {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
}

@-webkit-keyframes rotated30 {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotated30 {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@-webkit-keyframes scale {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Nunito Sans', sans-serif
}

img {
    max-width: 100%
}

.top_header_wrp {
    background: #31135e;
    padding: 12px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.top_header {
    align-items: center;
    justify-content: space-between
}

.t_srchbx input {
    border-radius: 5px;
    background: #fff;
    height: 42px;
    width: 420px;
    font-size: 14px;
    padding: 0 30px 0 10px;
    border: 0
}

.blogbox.reelbox,
.navbar .dropdown,
.pincode,
.slider-for-prod.pro_dtlimg,
.srchform,
.sreelimg,
.top_hdr_items a {
    position: relative
}

.srchform img {
    position: absolute;
    right: 10px;
    top: 11px
}

input:focus {
    border: 0;
    outline: 0
}

.top_hdr_items p {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0
}

.sitehdng_row p,
h2.sitehdng {
    line-height: normal;
    text-align: center
}

.top_hdr_items {
    text-align: center;
    padding: 0 15px
}

.breadcrumb ul,
.cpywt ul,
.filterbox,
.share .dropdown-menu.show,
ul.filtrby,
ul.sclmedia {
    display: flex
}

.share .dropdown-menu.li {
    flex: 0 0 33%
}

.share .dropdown-menu li:hover a {
    background-color: #31135e
}

.share .dropdown-menu {
    padding: .2rem 0;
    min-width: auto !important
}

#applyBtn a,
.share .dropdown-menu li:hover svg,
.spotext,
a.sptlink {
    color: #fff
}

.share .dropdown .dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.share .dropdown .btn {
    padding: 0 !important
}

.navbar {
    background: #fff;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%)
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999
}

.menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 1.5rem;
    z-index: 2
}

.navbar .menu-btn__lines::after,
.navbar .menu-btn__lines::before {
    content: "";
    position: absolute
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::after,
.navbar .menu-btn__lines::before {
    width: 20px;
    height: .1rem;
    background: #fff;
    transition: .4s ease-in-out
}

.navbar .menu-btn__lines::before {
    transform: translateY(-.5rem)
}

.navbar .menu-btn__lines::after {
    transform: translateY(.5rem)
}

.navbar ul li {
    transition: .3s
}

.navbar ul li .arrow {
    transition: .3s ease-out
}

.navbar ul li a {
    color: #112f48
}

.expand-btn:after {
    content: " \25BE";
    opacity: 1;
    margin-left: 5px
}

.menu-right,
.navbar .dropdown-menu,
.navbar .mega-menu {
    position: absolute;
    border-top: 1px solid #fff;
    opacity: 0;
    visibility: hidden
}

.menu-right,
.navbar .dropdown-menu {
    background: #e9ecef;
    width: 190px;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    top: 65px;
    left: 0;
    transition: .4s;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%)
}

.navbar .menu-right {
    top: 0;
    left: 100%
}

.menu-left,
.navbar .dropdown-menu {
    left: unset;
    right: 0
}

.navbar .dropdown-right:hover .menu-left,
.navbar .menu-left {
    left: -100%
}

.navbar .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .5rem 1.5rem;
    font-size: 14px
}

.breadcrumb li.current,
.navbar .menu-item:hover,
li.actives a,
ul.jwrlytypes li.actives,
ul.jwrlytypes li:hover,
ul.menu-items li:hover>a {
    color: #b9833b
}

.menu-item.first-item {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 19px
}

.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block
}

.navbar .dropdown-right:hover .menu-right {
    left: 100%;
    opacity: 1;
    visibility: visible
}

.navbar .mega-menu {
    background: #fff;
    left: 0;
    width: 100%;
    top: 65px;
    transition: .4s ease-out, visibility .1s linear
}

.mega-menu .content {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 1rem
}

.blog .content {
    grid-template-columns: repeat(4, 1fr)
}

.content .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 3rem
}

.content .col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20vw;
    overflow: hidden
}

.content .col .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.content .col img {
    width: auto;
    transition: transform .3s ease-in-out
}

.content .col .img-wrapper:hover img,
.sllr_img:hover img,
.spotbx img:hover {
    transform: scale(1.1)
}

.content .col .menu-title {
    color: #ff5722;
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: 700
}

.content .col p {
    line-height: 1.2rem;
    margin-top: 5px;
    color: #112f48
}

.content .col .read-more {
    font-size: 16px;
    display: flex;
    padding-top: 1rem;
    color: #03a9f4;
    transition: color .3s;
    justify-content: flex-end;
    padding-right: 10px
}

.col .mega-links li,
.col .mega-links li a {
    padding: 0 1rem
}

.menu-items li:hover .mega-menu {
    opacity: 1;
    visibility: visible
}

.content .col .read-more:hover {
    color: #ff5722
}

.menu-btn.open .menu-btn__lines {
    transform: translateX(.5rem);
    background: 0 0
}

.menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-.5rem, .5rem);
    background: #000
}

.menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-.5rem, -.5rem);
    background: #000
}

.remove_coupon {
    color: #fff;
    background-color: red;
    padding: 10px 8px;
    border-radius: 10px
}

@media screen and (max-width:1024px) {
    .navbar {
        padding: 10px 20px
    }
    .overflow {
        overflow: hidden
    }
    .overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 500;
        background-color: rgba(0, 0, 0, .6);
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out
    }
    .overlay--active {
        opacity: 1;
        visibility: visible
    }
    .menu-btn {
        display: flex;
        position: absolute;
        left: 20px;
        top: -72px
    }
    .navbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 80%;
        top: 65px;
        left: 0;
        background: #fcfcfc;
        display: block;
        transform: translateX(-100vh);
        transition: .3s ease-out;
        padding-bottom: 100px
    }
    .menu-items.open {
        transform: translateY(0)
    }
    .menu-items li:first-child {
        margin-top: 0
    }
    .menu-items li a {
        padding: 10px 1rem;
        display: block;
        font-size: 18px
    }
    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg)
    }
    .expand-btn.open+.blog.sample,
    .expand-btn.open+.sample {
        max-height: 100%;
        transform: scaleZ(1)
    }
    .menu-item.first-item {
        padding: .5rem 1rem
    }
    .menu-items .dropdown-menu,
    .menu-items .mega-menu,
    .menu-items .menu-right {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        margin-left: -18px;
        width: auto;
        max-height: 0;
        transform: scaleX(0);
        transform-origin: left;
        overflow: hidden;
        transition: .5s
    }
    .menu-items .dropdown-menu,
    .menu-items .menu-right {
        padding-left: 1rem;
        width: 102%;
        margin-left: -10px
    }
    .menu-items .mega-menu .col {
        padding-left: 1rem
    }
    .expand-btn.open+.blog.sample {
        max-width: fit-content
    }
    .navbar .sample {
        border-top: none
    }
    .col .mega-links li,
    .sample li {
        margin: 0
    }
    .sample li:last-child {
        border-bottom: none
    }
    .sample li a {
        font-size: 1rem
    }
    .mega-menu .content {
        grid-template-columns: auto;
        padding: 1rem 1rem 0
    }
    .mega-menu .content .col {
        width: 100%;
        padding-top: 1rem;
        margin-bottom: .5rem
    }
    .col .mega-links li,
    .col .mega-links li a {
        padding: 0 .5rem
    }
    .content .col .mega-links {
        border-left: 0;
        padding-left: .5rem
    }
}

#custom_variant,
.sect-padd {
    padding-bottom: 15px
}

.bgarrvl,
.menu-title p,
.spotbx {
    position: relative
}

.col-sm-10.filterbox,
.mega-links a.menu-item {
    justify-content: flex-start
}

ul.mega-links.stylelisting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.mega-links a.menu-item {
    padding: 0 !important;
    align-items: center
}

.prodt_btns a,
ul.mega-links.stylelisting li {
    flex: 0 0 48%
}

.menu-title p {
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px
}

.menu-title p:after,
a.na_btn {
    position: absolute;
    bottom: 0;
    left: 0
}

.menu-title p:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #3f2561
}

ul.menu-items li,
ul.menu-items li a {
    transition: .5s
}

ul.menu-items li>a.first-item {
    border-bottom: 3px solid transparent
}

ul.menu-items li:hover>a.first-item {
    border-bottom: 3px solid #b9833b
}

ul.mega-links li {
    padding: 7px 0
}

.datebtn p i,
.gemlistng a.menu-item img {
    margin-right: 5px
}

.stylelisting a.menu-item img {
    margin-right: 6px
}

.stylelisting li {
    padding: 10px 0 !important
}

.mob-show,
.mob_visible,
.star_wrp li i.fa.fa-star,
.star_wrp li.selected i.fa-regular.fa-star {
    display: none
}

.bnrimg img,
.evrdbox img,
.innerbnr img,
.posrel img,
.site_fullad img,
.visitstore img,
table {
    width: 100%
}

.sect-padd {
    padding-top: 15px
}

#customers-testimonials .item,
.cllbk_txt,
.intro-btn,
.seemore,
.sitehdng_row,
.strtxt {
    text-align: center
}

h2.sitehdng {
    color: #31135e;
    font-size: 40.303px;
    font-weight: 800;
    letter-spacing: .505px
}

.sitehdng_row p {
    color: #222;
    font-size: 18.136px;
    font-style: normal;
    margin-bottom: 30px;
    font-weight: 400
}

.bgarrvl img:hover,
.smarrvlbx img:hover {
    transition: .5s;
    transform: scale(1.1)
}

.bgarrvl img {
    transition: .5s;
    width: 100%
}

.smarrvlbx {
    flex: 0 0 33.33%
}

.sm_arvl_wrp {
    flex-wrap: wrap
}

.smarrvlbx img {
    width: 100%;
    transition: .5s;
    height: 100%;
    max-height: 215px;
    object-fit: cover
}

a.na_btn {
    border-radius: 55.705px 55.705px 55.705px 11.141px;
    background: #31135e;
    color: #fff;
    padding: 8px 20px;
    display: block
}

a.sitebtn,
ul.filtrby li {
    background: #b9833b;
    font-style: normal
}

.spotbx {
    margin-bottom: 20px
}

.spotxt_link {
    position: absolute;
    bottom: 0;
    padding: 0 12px;
    width: 100%;
    align-items: center
}

.blogbox img,
.sllr_img img,
.spotbx img {
    width: 100%;
    transition: .5s;
    height:100%;
}

.spotext h5 {
    color: #fff;
    font-family: Alethia Next;
    font-size: 19.125px;
    font-style: normal;
    font-weight: 350;
    line-height: 30.6px;
    margin: 0;
    letter-spacing: .574px
}

.abt_prd label,
.filtrappld p,
.product_list_description h5,
.sellertxt h6,
.spotxt h5,
.top_rvw_write .rvw_count,
.trackdtls a.tlinks,
a.cb_btn,
a.rvwlink.tlinks,
a.sitebtn,
a.top_rvw,
h3.sitehdng,
h4.subhdng,
span.cutprice {
    font-family: Nunito Sans
}

.btns_clm,
.spotxt h5 {
    margin-top: 16px
}

.spotext p {
    color: #fff;
    text-align: center;
    font-size: 11.096px;
    font-style: normal;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 17.754px;
    letter-spacing: .333px
}

.blogdtls img,
.fmenu,
.listingbox,
.rat_revw,
ul.s_tags {
    margin-bottom: 20px
}

.sellertxt h6,
h5.prc {
    line-height: 21.533px;
    color: #222;
    font-weight: 700
}

.spotxt h5 {
    color: #222;
    text-align: center;
    font-size: 22px
}

.listingbox .sllr_img img {
    width: 100%;
    transition: .5s;
    max-width: 300px;
    max-height: 250px;
    height: 250px;
    object-fit: contain
}

.sellertxt p {
    font-size: 15.866px;
    font-style: normal;
    line-height: 21.533px;
    color: #222;
    font-weight: 700;
    margin: 0px;
}

.sellertxt {
    padding: 10px 0
}

.prc {
    font-size: 18.133px;
        line-height: 21.533px;
    color: #222;
    font-weight: 700;
}

ul.s_tags {
    display: flex
}

ul.s_tags li {
    color: #222;
    font-size: 13.6px;
    font-weight: 700;
    line-height: 18.133px;
    text-transform: capitalize;
    padding-right: 8px;
    margin-right: 10px;
    border-right: 2px solid
}

.cpywt ul li,
.cpywt ul li a,
.dvlp {
    line-height: 11px
}

ul.s_tags li:last-child {
    border: none
}

a.sitebtn {
    border-radius: 32px;
    border: 1.133px solid #bf804a;
    display: block;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 15.866px;
    transition: .5s;
    font-weight: 700;
    line-height: 31.733px;
    letter-spacing: .792px
}

.btns_clm,
.prd_name h3,
.seemore a {
    display: inline-block
}

#custom_variant,
.cardbx img,
.evrdbox,
.ftrs,
.locateme,
.siml_products ul.s_tags {
    margin-bottom: 15px
}

.callbacksect {
    background-image: url('../images/callback.png');
    background-position: center center;
    padding: 50px 0;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat
}

.cllbk_txt p {
    color: #000;
    text-align: center;
    font-size: 19.636px;
    font-weight: 400;
    line-height: 27px
}

.trackdtls a.tlinks,
a.cb_btn {
    border-radius: 30px;
    background: #31135e;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600
}

.cartMainBox,
.cartrow,
.login,
.rvw_ftrimg,
.summery,
.thumbwrpr,
.welcome_box {
    display: flex
}

.vw_all {
    max-width: 250px;
    margin: 20px auto 0
}

#couponModal .modal-dialog.modal-lg,
.btnbox {
    max-width: 600px
}

.filtrappld,
.smlthumbs {
    margin-top: 20px
}

.pdbtxt,
span.prdt_numbr {
    margin-left: 10px
}

.pcbox.btmlift {
    margin-top: -50px
}

.mb50 {
    margin-bottom: 60px
}

.rcmdbx {
    border-radius: 0 0 8.129px 8.129px;
    border: 1px solid #31135e;
    background: #fff;
    transition: .5s
}

.rcmdbx:hover {
    border: 1px solid #b9833b;
    box-shadow: 0 4px 9px 4px rgba(185, 131, 59, .3)
}

.rcmdbx .sellertxt {
    padding: 14px;
    border-top: 1px solid #31135e
}

a.sitebtn.tbtn {
    color: #31135e;
    background: 0 0;
    border-color: #31135e
}

.bgpink_grad {
    background: linear-gradient(0deg, #fff 0, #fdf1f2 100%)
}

.cardbx {
    background: #fff;
    box-shadow: 0 1px 8px 0 rgba(161, 161, 161, .5);
    text-align: center;
    padding: 50px 0 42px
}

.cardbx p {
    color: #222;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px
}

.strtxt h3,
.strtxt p {
    color: #000;
    text-align: center
}

.strtxt h3 {
    font-size: 38.072px;
    font-weight: 700;
    line-height: 49.494px
}

.strtxt p {
    font-size: 16.592px;
    font-weight: 600;
    line-height: 32.157px
}

.strtxt a.cb_btn {
    max-width: 250px;
    width: 100%
}

.social_hdng img {
    width: 25px
}

footer {
    background: #f6eff6;
    padding: 30px 0
}

.flogo {
    margin-bottom: 30px
}

.fmenu h5 {
    color: #b9833b;
    font-size: 20.624px;
    font-weight: 500;
    line-height: 30.936px
}

.fmenu a,
.fmenu p,
.fmenu span {
    color: #3f2561;
    font-size: 18.046px;
    font-weight: 400;
    line-height: 30.092px
}

ul.sclmedia li {
    padding: 0 5px
}

.fmenu small {
    color: #31135e;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px
}

.cpywt p,
.cpywt ul li a,
.dvlp {
    font-size: 11px
}

.cpywt p {
    color: #b9833b;
    font-style: normal;
    font-weight: 700;
    line-height: 15.71px
}

.prd_name h3,
span.prdt_numbr {
    color: #222;
    font-weight: 400;
    line-height: normal
}

.cpywt ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #231535
}

.dvlp {
    color: #31135e;
    font-weight: 400;
    text-align: center
}

#custom_variant .accordion-item,
.breadcrumb ul li:last-child,
.cpywt ul li:last-child,
.prcbrk_table tr {
    border: 0
}

.cpywt ul li a {
    color: #231535;
    font-weight: 400
}

.breadcrumb ul li {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid;
    line-height: 18px;
    color: #222;
    font-size: 18px;
    font-weight: 600
}

.prd_name h3 {
    font-size: 35px
}

span.prdt_numbr {
    font-size: 20.864px;
    padding-left: 12px;
    border-left: 1px solid #222;
    position: relative;
    top: -4px
}

.filterbox .accordion-item button,
select.sortbyfilt {
    border: 0;
    height: 35px;
    font-size: 17px;
    padding: 0 5px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    text-align: left
}

.filterbox .accordion-collapse {
    position: absolute;
    top: 50px;
    width: 250px;
    background: #fff;
    z-index: 99
}

.accordion-item {
    position: relative;
    min-width: 145px;
    margin-right: 10px
}

.wishlist,
span.cutfilt {
    position: absolute;
    right: 8px
}

.filterbox .accordion-collapse .accordion-body {
    padding: 15px
}

.filterbox .accordion-collapse .accordion-body .form-item {
    margin-bottom: 7px
}

#sub-filter .accordion-collapse {
    position: relative;
    top: 0;
    width: auto;
    background: #fff;
    z-index: 99
}

.filter_sortby {
    background: #31135e;
    padding: 15px 0
}

.filterbox .accordion-item button {
    background: #fff
}

.accordion-button::after {
    width: .75rem;
    height: .75rem;
    background-size: .75rem
}

select.sortbyfilt {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.filtrappld p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-right: 10px
}

.blogdtls .datebtn,
.thumbwrpr a.elevatezoom-gallery,
h2.prdtname {
    margin-bottom: 10px
}

.filtrappld {
    align-items: center
}

ul.filtrby li {
    margin-right: 10px;
    border-radius: 11px;
    color: #fff;
    padding: 2px 8px;
    min-width: 100px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    position: relative
}

span.cutfilt {
    top: 2px
}

.bgbtn {
    background: #31135e !important;
    border-color: #31135e !important
}

.listingbox:hover .bgbtn {
    background-color: #6727c8 !important;
    border-color: #6727c8 !important
}

#custom_variant,
#faqs .accordion-item,
.weight_qnty,
h2.prdtname {
    border-bottom: 1px solid #b9833b
}

span.cutprice {
    color: #a09090;
    font-size: 11.745px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.947px;
    text-decoration: line-through
}

.login a,
.submit a {
    text-decoration: none
}

.wishlist {
    top: 5px
}

.sllr_img {
    position: relative
}

.list_ad img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover
}

.seemore a {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px
}

.product_list_description {
    border-radius: 10px;
    border: 1px solid #b9833b;
    background: #fff;
    padding: 20px 30px
}

.product_list_description h5 {
    color: #31135e;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-decoration-line: underline
}

.product_list_description p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #222
}

h3.sitehdng {
    color: #31135e;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: left
}

.abt_prd p,
a.top_rvw {
    line-height: normal;
    font-weight: 600
}

.ftricntxt span,
.pdb_btn a,
.w30,
.w70,
button.btn.ckoutbtn {
    text-align: center
}

#faqs button.accordion-button {
    color: #3f2561;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .64px;
    text-transform: uppercase
}

#faqs .accordion-item {
    border-radius: 8px
}

.poplr_items ul li {
    color: #0070d2;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    border-right: 1px solid;
    margin-bottom: 8px;
    line-height: 12px
}

.poplr_items ul li:last-child {
    border-right: none
}

.product-detail-img .pro_dtlimg img {
    min-height: 380px;
    max-height: 380px;
    object-fit: contain;
    left: 0
}

.smlthumbs img {
    width: 85px;
    height: 85px;
    object-fit: cover
}

a.elevatezoom-gallery.active img {
    border: 2px solid #333 !important
}

.elevatezoom-gallery img {
    min-height: 60px;
    max-height: 60px;
    object-fit: contain
}

#gallery_01 img {
    border: 2px solid #fff;
    width: 96px
}

#gallery_01 .active img {
    border: 2px solid #333
}

.thumbwrpr {
    flex-direction: column
}

.w30 {
    width: 30%
}

.w70 {
    width: 70%
}

.top_rvw_write .rvw_count {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
    border-radius: 6px;
    border: 1px solid #3f2561;
    padding: 2px 5px
}

a.rvw_count i {
    color: #b9833b;
    font-size: 10px;
    position: relative;
    top: -3px
}

.addrs_colm h4 img,
.trvw i {
    top: -2px;
    position: relative
}

a.top_rvw {
    color: #b9833b;
    font-size: 14px;
    font-style: normal;
    padding-left: 10px
}

.testimonial-name,
.toprvw_share {
    margin-bottom: 12px
}

.shar_wish i {
    padding: 0 5px;
    font-size: 18px
}

h2.prdtname {
    color: #222;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 8px
}

.abt_prd p {
    color: #000;
    font-size: 14px
}

h3.prdbgprice {
    color: #222;
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding: 0 10px;
    margin: 0
}

.prcblw_txt p,
span.chrgoff {
    font-size: 12px;
    line-height: normal
}

span.chrgoff {
    border-radius: 11.5px;
    background: #e6d3ff;
    color: #31135e;
    font-weight: 600;
    padding: 4px 10px
}

.pricerow p {
    margin: 0
}

.pricerow {
    margin-bottom: 5px
}

.prcblw_txt p {
    color: #222;
    font-weight: 400;
    margin-right: 6px
}

select.form-select {
    border-radius: 7.64px;
    border: 1px solid #e2e2e2
}

.prcblw_txt a {
    color: #b9833b;
    font-size: 12px;
    font-weight: 400;
    line-height: normal
}

.abt_prd label,
.daimond span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal
}

.abt_prd label {
    font-style: normal
}

.cstmselect.qnty {
    margin-left: 15px
}

.weight_qnty {
    margin-bottom: 12px;
    padding-bottom: 12px
}

div#custom_variant button {
    background: 0 0;
    padding: 0 5px 10px;
    border: 0;
    box-shadow: none;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: normal
}

#custom_variant .accordion-body,
.midbnr.pt-4 {
    padding: 0
}

.cstmradio {
    border-radius: 5px;
    background: #f5eeff;
    padding: 0 10px
}

#custom_variant .cstmselect,
.cstmradio .form-check,
.daimond_variant .daimond,
.rwvby_ceftf span {
    margin-right: 10px
}

.blgtext,
.daimond_variant,
.rwvby_ceftf {
    margin-top: 10px
}

.daimond_variant .cstmradio {
    display: inline-flex !important
}

.daimond span {
    padding-left: 4px
}

.daimond img {
    width: 10px
}

.locateme label {
    color: #b9833b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.locateme .form-control {
    border: 0;
    padding: 0
}

.locateme input {
    border-radius: 7.636px;
    border: 1.091px solid #e2e2e2;
    background: #f5eeff;
    padding: 5px 12px;
    color: #2d2d2d;
    font-size: 13.091px;
    font-weight: 600;
    line-height: normal
}

.allreviews span i,
.locateme i {
    font-size: 12px
}

.locateme i {
    position: relative;
    left: -18px
}

.prodt_btns,
.row.cpnwrp,
.timeselect {
    justify-content: space-around
}

a.adcart {
    border-radius: 11px;
    border: 1px solid #b9833b !important;
    color: #b9833b !important
}

.pdbtxt p,
.pdbtxt span {
    color: #000;
    line-height: normal
}

a.bggrnbtn.buynow {
    border-radius: 11px;
    background: #1aa179;
    border-color: #1aa179
}

.prdctdtlboxes {
    padding: 15px 0
}

.pd_box {
    border-radius: 5.371px;
    border: 1.074px solid #e2e2e2;
    background: #fff;
    flex: 0 0 48%;
    padding: 15px 10px
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, .trvw {
    background: #b96a00;
}

.pdb_imgtxt {
    align-items: flex-start
}

.pdbtxt p {
    font-size: 17.188px;
    font-weight: 600;
    margin: 0
}

.pdbtxt span {
    font-size: 12.891px;
    font-weight: 400
}

.pdb_imgtxt img {
    width: 32px
}

.pdb_btn a {
    border-radius: 11px;
    border: 1px solid #1aa179;
    color: #1aa179;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    display: block;
    padding: 5px
}

.btnbox a,
.custom_checkbox input,
.pincode input,
.remove span,
.stext a.sitebtn.bgbtn,
button#introTextBtn,
ol.progtrckr li {
    display: inline-block
}

.pdb_btn {
    margin-top: 15px
}

.strvisit+.pdb_btn a {
    color: #b9833b;
    border-color: #b9833b
}

.top_reviews,
tr.bordertop {
    border-top: 1px solid #d7bdf9
}

.rvw_topbx,
tr.borderbtm {
    border-bottom: 1px solid #e2e2e2
}

.cstmradio .form-check .form-check-input {
    margin-left: -20px
}

.prcbrk_table th {
    background: #efe4ff;
    color: #31135e;
    padding: 7px
}

.prcbrk_table td {
    padding: 7px;
    color: #3f2561;
    font-size: 14px;
    font-weight: 600;
    line-height: normal
}

.rwvcnt h3,
h4.subhdng {
    color: #000;
    line-height: normal
}

h4.subhdng {
    font-size: 22px;
    font-style: normal;
    font-weight: 700
}

.Delivery-info,
.custom_checkbox,
.rwvcnt {
    display: flex;
    align-items: center
}

.rwvcnt h3 {
    margin: 0 6px;
    font-size: 40.086px;
    font-weight: 400
}

.rwvcnt i {
    color: #b9833b;
    font-size: 28px
}

.rvwbtn_box span {
    font-size: 14.467px;
    font-weight: 400;
    line-height: normal
}

.rwv_maincmnt p,
.tprvw_txt p {
    font-weight: 600;
    line-height: normal
}

.rvwbtn_box {
    width: 30%;
    padding-right: 20px
}

.rvw_ftrimg {
    width: 65%;
    align-items: center;
    justify-content: space-between
}

.rvwbtn_box a.cb_btn {
    border-radius: 9px;
    padding: 7px;
    width: 100%;
    margin-top: 6px
}

.top_reviews {
    margin-top: 20px
}

.rvw_topbx {
    padding: 15px 0
}

.trvw {
    border-radius: 3px;
    padding: 3px 7px;
    color: #fff;
    margin-right: 5px
}

.rwv_maincmnt {
    align-items: center;
    margin-bottom: 10px
}

.rwv_maincmnt p {
    margin: 0;
    color: #000;
    font-size: 16px
}

.trvw i {
    color: #fff;
    font-size: 11px
}

.tprvw_txt p {
    color: #000;
    font-size: 14px;
    margin-bottom: 12px
}

.rwvby_ceftf p,
.rwvby_ceftf span {
    color: #000;
    font-family: Nunito Sans;
    font-size: 10.198px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0
}

.allreviews {
    background: #f5f3f8;
    margin-top: 10px;
    padding: 10px;
    align-items: center
}

.allreviews a {
    color: #0070d2;
    font-size: 14px;
    font-weight: 600;
    line-height: normal
}

.siml_products h6.name,
.welcome_box span {
    font-size: 10px
}

.siml_products .sellertxt {
    padding: 8px
}

.siml_products h5.prc {
    font-size: 12.239px
}

.siml_products span.cutprice {
    font-size: 9px
}

.siml_products ul.s_tags li {
    font-size: 9px;
    line-height: 10px
}

.siml_products a.sitebtn.bgbtn {
    font-size: 10.709px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.418px
}

.mainmenu {
    margin-top: 94px
}

.prdt_img_left {
    position: sticky;
    top: 120px
}

.jwlbxPromise {
    background: #f8f2ff;
    margin-top: 30px;
    padding: 20px
}

.ftricntxt span {
    color: #31135e;
    font-size: 14px;
    line-height: 28px
}

.ftricntxt {
    margin-right: 12px
}

.jwlbxPromise h5 {
    color: #31135e;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px
}

.crtf_img img {
    padding: 0 8px;
    max-width: 95px
}

.dateselect span {
    color: #3f2561;
    font-size: 14.118px;
    font-weight: 600;
    line-height: normal
}

.dateselect p,
.timeselect label {
    color: #3f2561;
    font-weight: 700;
    line-height: normal
}

.dateselect p {
    font-size: 24px
}

label.btn {
    border-radius: 13.235px;
    border: 1px solid #3f2561;
    background: #f7f3fa
}

.button_box a.cb_btn,
.pincode input {
    border-radius: 5px
}

.timeselect label {
    font-size: 14px;
    margin-bottom: 5px
}

@media(min-width:1024px) {
    .mainmenu .navbar .menu-items {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-evenly
    }
    .w-35 {
        flex: 0 0 35%
    }
    .w-18 {
        flex: 0 0 18%
    }
    .w-12 {
        flex: 0 0 12%
    }
}

#exampleModal1 .modal-body {
    padding-top: 0
}

#exampleModal1 label.btn {
    padding: 3px 8px
}

#exampleModal1 label.btn p {
    font-size: 18px !important
}

#exampleModal1 label.btn span,
form p {
    font-size: 13px
}

.dateselect {
    justify-content: space-between
}

.cart-pic img {
    width: 150px
}

.cart-pic {
    flex: 0 0 22%;
    margin-right: 15px
}

.cart-prdt {
    flex: 0 0 78%
}

.pincode i {
    position: absolute;
    left: 26px;
    top: 14px
}

.cart-text h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin: 0
}

span.weight {
    color: #989898;
    font-size: 18px;
    font-weight: 400;
    line-height: 35.882px
}

.cart-text h5 {
    color: #222;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    line-height: normal
}

span.qty {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 35.882px
}

.Delivery-info p,
.login a,
.login p {
    line-height: normal
}

.cartremoveBox img {
    width: 18px
}

.welcome_box .submit {
    border-radius: 6px;
    background: #3f2561;
    color: #fff;
    padding: 10px;
    flex: 0 0 30%;
    text-align: center
}

.summery_box {
    padding-top: 10px
}

.Delivery-info p {
    color: #31135e;
    font-size: 22px;
    font-weight: 700;
    margin: 0
}

.Delivery-info .submit,
.custom_checkbox label,
.login a,
.login p {
    font-size: 16px;
    font-weight: 400
}

.pincode input {
    margin: 0 10px 0 20px;
    border: 1px solid #3f2561;
    padding: 8px 8px 8px 25px
}

.Delivery-info .submit {
    color: #fff;
    line-height: 35.882px;
    border-radius: 5px;
    background: #31135e;
    padding: 3px 38px;
    text-decoration: none
}

.submit:hover {
    background-color: #3f2561;
    color: purple;
    border: 1px solid purple
}

.submit a {
    color: #fff
}

.cartrow {
    padding: 55px 0 25px
}

.custom_checkbox label {
    color: #000;
    line-height: normal
}

.custom_checkbox input {
    background-color: purple;
    width: 15px;
    height: 15px;
    margin-right: 6px
}

.login {
    border-radius: 16px;
    border: 1px solid #e2e2e2;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    width: 100%
}

.login a {
    color: #b9833b
}

.login p {
    color: #000;
    margin: 0
}

.cartMainBox {
    justify-content: space-between
}

.apply_box {
    background-color: #f8f2ff;
    padding: 15px;
    width: 100%;
    border-radius: 3px
}

.coupon_subBox {
    border-radius: 8px;
    border: 1px solid #d7bdf9;
    padding: 19px 13px
}

.welcome_box {
    border-radius: 8px;
    border: 1px solid #d7bdf9;
    padding: 12px 10px;
    align-items: center
}

.welcome_content h4 {
    color: #222;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    line-height: 15px
}

.addrs_colm h4,
.apply_box h3,
.banner-text,
.remove span,
.summery h5,
.summery h6,
.welcome_content p,
form p,
span.login-mobile-user {
    line-height: normal
}

.welcome_content p {
    padding-top: 2px;
    color: #222;
    font-size: 10px;
    font-weight: 300
}

.welcome_box a {
    margin-left: 8px !important
}

.welcome_content {
    background-color: #fff;
    padding: 6px 6px 0;
    flex: 0 0 68%;
    border-radius: 7px
}

.summery {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px
}

.button_box a:first-child,
.secondryButton {
    padding: 10px 44px !important
}

.summery h5,
.summery h6 {
    color: #222;
    font-size: 14px;
    font-weight: 400
}

.apply_box h3 {
    color: #31135e;
    font-size: 22px;
    font-weight: 700
}

.ruppess {
    color: #ed2224 !important
}

.sub_Border {
    border: 1px solid #d7bdf9;
    display: block;
    margin: 0 0 15px
}

.secondryButton {
    background-color: #fff;
    color: #31135e;
    border-radius: 5px;
    border: 1px solid #31135e
}

.banner-text,
.banner-text2 {
    color: #dcc04e;
    font-size: 51.881px
}

.secondryButton:hover {
    background-color: #31135e;
    color: #fff
}

.register_box {
    display: flex;
    flex-direction: column;
    padding-left: 10px
}

.cart {
    padding: 55px 0
}

.ApplyCouponMainBox {
    display: flex;
    margin-top: 32px !important
}

.removeBox {
    margin-top: 35px !important
}

.remove span {
    color: #000;
    font-size: 14.764px;
    font-weight: 400
}

.registered-users form {
    margin-top: 20px;
    max-width: 450px
}

input.form-control {
    border-radius: 7.62px;
    border: 1.089px solid #e2e2e2;
    background: #f5eeff;
    height: 44px;
    max-width: 340px
}

span.login-mobile-user {
    font-size: 16px;
    font-weight: 600
}

.customCheckbox label {
    color: #000;
    font-size: 15.241px;
    font-weight: 400
}

form p {
    color: #000;
    font-weight: 600;
    margin-top: 10px
}

form p a {
    color: #b9833b;
    padding: 0 5px
}

button.btn.ckoutbtn {
    border-radius: 7.62px;
    padding: 10px;
    background: #31135e;
    color: #fff;
    width: 100%;
    max-width: 340px
}

.inputs input {
    width: 40px;
    height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.addrssradio .form-check {
    border-radius: 21px;
    border: 1px solid #e2e2e2;
    max-width: 235px;
    margin-right: 15px;
    padding: 12px 0 12px 35px
}

.addrssradio label.form-check-label span {
    color: #989898;
    text-align: justify;
    font-size: 12px;
    font-weight: 600;
    line-height: normal
}

.addrssradio strong {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.addrssradio {
    padding-left: 35px
}

.addrs_colm h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700
}

.addrs_colm h4 img {
    width: 30px
}

.btnbox a {
    flex: 0 0 48%;
    margin-right: 15px
}

.btnbox {
    margin-top: 15px
}

.delver_wrpr.addrs_colm {
    margin-bottom: 60px;
    position: relative
}

a.addrs_btn {
    border-radius: 6px;
    background: #3f2561;
    color: #fff;
    padding: 8px 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600
}

.add_adrrs {
    position: absolute;
    right: 20px;
    top: 30px
}

.delver_wrpr form {
    padding-left: 40px;
    max-width: 620px
}

button.btn.newaddres {
    border-radius: 6px;
    border: 1px solid #3f2561;
    width: 100%;
    padding: 10px;
    margin-top: 20px
}

select.form-select {
    background: #f5eeff;
    height: 44px
}

.fullwidth {
    width: 100% !important
}

.posrel {
    position: relative;
    width: fit-content
}

.contacttxt p i,
.filtrbody,
.posabs,
a.playbtn {
    position: absolute
}

.posabs {
    top: 0;
    bottom: 0;
    right: 73px;
    display: flex;
    align-items: center
}

.banner-text {
    font-weight: 400
}

.banner-text2 {
    font-weight: 350;
    line-height: normal
}

.texthead,
.texticon {
    color: #3f2561;
    line-height: normal;
    text-align: center
}

.texthead {
    font-size: 35px;
    font-weight: 600
}

.text-sub,
.texticon,
i.fa.fa-heart {
    font-weight: 400
}

.texticon {
    font-size: 22px
}

.text-sub {
    color: #222;
    text-align: center;
    font-size: 30px;
    line-height: normal
}

.mx-500 {
    max-width: 960px;
    text-align: center
}

.filtrbody,
.mega-menu a.img-wrapper img {
    max-width: 250px
}

.stylepad {
    background: #3f2561;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.stylepad img {
    width: 60px
}

.container.hdr_catgories_mobile .onlymobvisible {
    display: none !important
}

.filter-btn,
.filtrbody {
    display: none;
    z-index: 999
}

.filtrbody {
    background: #fff;
    left: 0;
    padding: 0;
    width: 250px;
    top: 36px
}

.filtrbody .accordion-body {
    padding: 10px
}

.filtrshow+.filtrbody {
    display: block !important
}

.filterbox .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.filter-btn {
    background-color: #e3ceff;
    color: #31135e;
    font-weight: 600;
    line-height: 31.139px;
    padding: 9px 22px;
    border-radius: 4px;
    transition: .3s ease-in;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    letter-spacing: .5px
}

.star_wrp {
    display: flex;
    margin: 0 0 0 5px
}

.star_wrp li {
    padding: 0 4px;
    font-size: 18px
}

.star_wrp li.selected i.fa.fa-star {
    display: inline-block;
    color: #ff912c
}

.rwv_wrap {
    padding: 10px 15px
}

.modal-title {
    color: #31135e;
    font-size: 28.632px;
    font-weight: 700;
    line-height: normal
}

.rwv_wrap h3 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #1b2b49;
    margin-bottom: 20px
}

.rtng_strwrp h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #1b2b49
}

.d-flex.rtng_strwrp {
    align-items: center;
    margin: 10px 0
}

.rwv_wrap label {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

form.rtng_form input,
form.rtng_form textarea {
    border: 1px solid #31c2d2;
    border-radius: 2px
}

.otp_input {
    display: none;
    text-align: center
}

.inputfield input {
    width: 42px;
    height: 48px;
    padding: 8px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 1px solid #55525c;
    font-weight: 700;
    color: #000;
    outline: 0;
    transition: .1s
}

.inputfield input:focus {
    border: 1px solid #a527ff;
    box-shadow: 0 0 2px 2px #a527ff6a
}

.otp_input .hide {
    opacity: .5
}

.inputfield {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.code.d-flex,
.cpnbox,
.datebtn,
.sreels {
    align-items: center
}

#registerModal img {
    max-height: 460px
}

#exampleModal img,
#exampleModal1 img {
    max-height: 520px
}

.stryhdng h3 {
    color: #31135e;
    text-align: center;
    font-size: 40.364px;
    font-weight: 800;
    line-height: 16.145px;
    letter-spacing: .506px
}

.story_content {
    background: #fbf9ff;
    padding: 20px;
    margin-top: 20px
}

.story_content h5 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px
}

.blgtext h6,
.datebtn p {
    color: #3f2561;
    font-weight: 600
}

.blogbox {
    margin-bottom: 30px
}

.blgtext h6 {
    font-size: 18px;
    line-height: 24px
}

.blogbox:hover img,
.prcrcl a:hover img {
    transform: scale(1.05)
}

.datebtn a {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px
}

.datebtn p {
    margin: 0;
    font-size: 14px;
    line-height: 24px
}

.blogdtls h3,
.sideblg h4 {
    line-height: 61.382px;
    font-weight: 700;
    color: #3f2561
}

.blogdtls h3 {
    font-size: 35px;
    margin: 0
}

.sideblg h4 {
    font-size: 30px
}

.blgimg_txt h5,
.stext a.sitebtn.bgbtn,
.stext h6 {
    line-height: normal;
    font-weight: 600
}

.stext {
    padding-left: 10px
}

.stext h6 {
    color: #3f2561;
    font-size: 15px;
    margin: 0
}

.stext a.sitebtn.bgbtn {
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    padding: 4px 10px
}

.sblogs {
    margin-bottom: 16px
}

.blgimg_txt h5 {
    color: #000;
    text-align: justify;
    font-size: 25px
}

.relatedproducts a.sitebtn {
    background: #3f2561;
    border-color: #3f2561
}

.reelsplay {
    text-align: center;
    margin-top: 20px;
    background: #f4effd
}

.sideblg {
    position: sticky;
    top: 100px
}

a.playbtn img {
    width: 50px
}

a.playbtn {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sreelimg .playbtn img {
    width: 35px
}

.sreelimg a.playbtn {
    top: 50%
}

.contacttxt h3 {
    color: #3f2561;
    font-size: 35px;
    font-style: normal;
    margin-bottom:20px;
    font-weight: 700
}

.contacttxt p,
.contacttxt p a {
    color: #3f2561;
    font-size: 22.521px;
    line-height: 45.043px;
    font-style: normal
}

.contacttxt p {
    position: relative;
    padding-left: 30px
}

.contacttxt p i {
    left: 0;
    top: 12px
}

.sblogs img,
.sreelimg img {
    max-width: 140px
}

.row.know_content {
    padding-top: 20px
}

ul.jwrlytypes li {
    color: #31135e;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    transition: .5s;
    line-height: 24px;
    border-bottom: 1px solid #31135e;
    padding: 10px
}

.knowtxt h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

.cpntx p,
button.clearbtn,
i.fa.fa-heart.fa-solid,
p.addrs,
p.orderid {
    font-weight: 600
}

ul.jwrlytypes li i {
    position: absolute;
    right: 6px;
    top: 12px
}

.knowtxt {
    padding-top: 8px
}

button.clearbtn {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    border: 0;
    background: 0 0
}

.landhdng h3,
.landhdng p,
p.addrs {
    line-height: normal
}

i.fa-solid.fa-heart {
    color: #ed2224
}

.cpnbox {
    display: flex;
    border-radius: 10px;
    background: #f8f2ff;
    width: 48%;
    margin-bottom: 15px;
    justify-content: space-around;
    padding: 10px 2px
}

.cpndisc {
    background: #ff1165;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%
}

.cpndisc p {
    margin: 0;
    color: #fff
}

.cpntx p {
    color: #3e3e3e;
    font-size: 17px;
    font-style: normal;
    margin: 0
}

.code span,
.code.d-flex p {
    font-size: 14px
}

.code.d-flex p {
    border-radius: 3px;
    background: #e4d1ff;
    padding: 2px 5px;
    margin-left: 5px
}

button.cpnaply {
    border-radius: 3px;
    background: #7030b3;
    color: #fff;
    border: 0;
    width: 100%;
    margin-top: 10px;
    padding: 6px 0
}

.sortby {
    width: 160px
}

.sortby label {
    width: 100px
}

.orderlisting .cart-pic {
    flex: none;
    margin-right: 20px
}

p.orderid {
    color: #b9833b;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px
}

a.tlinks {
    color: #3f2561;
    font-size: 21.337px
}

.trackdtls {
    display: flex;
    gap: 15px
}

.orderlisting .cartrow {
    border-bottom: 1px solid #d8d8d8
}

select.sortbyfilt {
    background: #f4f0fb
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ol.progtrckr li {
    text-align: center;
    line-height: 3.5em
}

ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 49%
}

ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 33%
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 24%
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%
}

ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%
}

ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%
}

ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%
}

ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%
}

ol.progtrckr li.progtrckr-done {
    color: #000;
    border-bottom: 4px solid #31135e
}

ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
    font-size: 14px;
    font-weight: 500
}

ol.progtrckr li:after {
    content: "\00a0\00a0"
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: #fff;
    background-color: #31135e;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
    border-radius: 2.2em
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: #fff;
    font-size: 2.2em;
    bottom: -1.2em
}

.trkrwrpr {
    flex: 0 0 65%
}

.cart-prdt.cart-trkr {
    flex: none;
    width: 88%
}

li.progtrckr-done {
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.tracker {
    margin-bottom: 70px
}

li.progtrckr-done span {
    position: absolute;
    bottom: -58px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

p.name.fbld {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    color: #31135e;
    margin-bottom: 4px
}

p.addrs {
    color: #3f2561;
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .knowtxt {
        padding-top: 20px
    }
    .posabs {
        max-width: 350px
    }
    .banner-text,
    .banner-text2 {
        font-size: 25px
    }
    .text-sub {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .pd_box,
    .rvwbtn_box,
    ul.mega-links {
        margin-bottom: 15px
    }
    .bnnerextracls {
        gap: 1rem;
        min-height: 270px;
    }
    .bnnerextracls .na_btn {
        position: absolute;
        bottom: 6px;
        left: 6px;
    }
    .blogdtls h3,
    .contacttxt h3,
    .mob_ad span,
    .sideblg h4,
    .top_hdr_items p {
        line-height: normal
    }
    .wrt_rvw_imgs {
        flex-direction: column;
        justify-content: center
    }
    .rvw_ftrimg {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start
    }
    .crtf_img img {
        max-width: 75px
    }
    .rvwbtn_box {
        width: 100%;
        position: relative;
        padding: 0
    }
    .rvwbtn_box a.cb_btn {
        position: absolute;
        right: 15px;
        width: auto;
        top: 10px
    }
    .rvw_ftrimg img {
        max-width: 70px;
        margin-right: 10px
    }
    .filterbox .accordion-item {
        min-width: auto !important;
        width: 100%;
        border: 0;
        padding: 14px 0 10px;
        border-bottom: 1px solid #e2e2e2
    }
    .filterbox .filtrbody {
        position: relative;
        top: 0
    }
    .filter-btn.show {
        display: inline-flex
    }
    .filter-area-close {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 18px;
        top: 15px;
        background-color: #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .filter-area-close img {
        width: 12px;
        vertical-align: baseline;
        filter: brightness(0) invert(1)
    }
    .filter-area {
        position: fixed;
        left: 0;
        z-index: 999999999;
        background-color: #fff;
        padding: 20px;
        height: 100vh;
        transform: translateX(-100%);
        transition: .3s ease-in;
        box-shadow: 5px 0 20px rgb(0 0 0 / 5%);
        width: 100%;
        height: calc(100vh - 60px);
        bottom: 0;
        top: auto;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%)
    }
    .filter-area.show {
        transform: translateY(0)
    }
    .filter-body {
        height: auto;
        padding: 14px 20px
    }
    .filter-btn {
        font-size: 16px;
        padding: 8px 20px
    }
    .hdr_catgories_mobile img {
        width: auto !important
    }
    .hdr_catgories_mobile .top_hdr_items {
        border-radius: 6px;
        background: #31135e;
        margin: 0 8px;
        width: 150px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .hdr_catgories_mobile {
        padding: 20px 5px;
        margin-top: 90px
    }
    .hdr_catgories_mobile .top_hdr_items p {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
        text-transform: uppercase
    }
    .onlymobvisible {
        display: flex !important
    }
    .mainmenu {
        position: fixed;
        z-index: 9999999;
        top: 3px
    }
    .navbar.sticky {
        padding: 0;
        height: auto
    }
    h2.prdtname,
    h2.sitehdng,
    span.texthead {
        font-size: 25px
    }
    .mob_visible {
        display: block
    }
    .callbacksect {
        padding: 20px 15px 0
    }
    .d-flex.top_header {
        flex-wrap: wrap;
        padding-top: 8px
    }
    .hdr_ctg_wrp {
        display: none
    }
    .b_logo {
        flex: 0 0 40%;
        order: 1;
        margin-left: 40px
    }
    .hdr_catgories {
        flex: 0 0 46%;
        order: 2;
        justify-content: flex-end
    }
    .t_srchbx {
        order: 3;
        flex: 0 0 100%
    }
    .t_srchbx input {
        width: 100%;
        font-size: 12px
    }
    .top_header_wrp {
        padding: 0
    }
    .top_hdr_items {
        padding: 0 5px
    }
    .top_hdr_items p {
        font-size: 10px
    }
    .top_hdr_items img {
        /*width: 16px*/
    }
    .srchform {
        padding: 15px 8px
    }
   .srchform img {
    top: 25px;
    right: 11px;
    /*width: 24px;*/
}
.srchform .fa.fa-search {
    top: 25px !important;
        right: 11px !important;
}
    ul.mega-links.stylelisting li {
        flex: 0 0 100%;
        margin-top: 0;
        padding: 3px 0
    }
    ul.menu-items {
        top: 0 !important
    }
    .mobmenubg {
        background: #eebd7c;
        padding-top: 38px;
        padding-bottom: 12px
    }
    .menu-btn.open {
        top: -85px;
        left: 9px;
    }
    .mob_ad p {
        margin: 0;
        color: #222;
        text-align: center;
        font-size: 16px;
        padding: 0 8px;
        font-weight: 500
    }
    .mob_ad span {
        border-radius: 19px;
        border: 1px solid #000;
        color: #222;
        font-size: 11px;
        height: 27px;
        margin-top: 5px;
        margin-left: 9px;
        padding: 5px 10px;
        display: inline-block
    }
    .prcbrk_table td,
    .prcbrk_table th {
        padding: 4px;
        font-size: 11px
    }
    .mobmenubg .menu-item {
        text-align: center;
        font-style: normal;
        padding: 4px 8px !important;
        font-weight: 600;
        line-height: 18px;
        text-transform: uppercase
    }
    .filterbox,
    .prdctdtlboxes,
    .prodt_btns.d-flex {
        flex-wrap: wrap
    }
    .ftricntxt {
        margin-right: 0
    }
    .jwlbxPromise {
        display: none;
        padding: 10px
    }
    .cstmradio .form-check {
        margin-right: 5px
    }
    span.chrgoff {
        position: absolute;
        top: 0
    }
    .pricerow {
        position: relative;
        padding-top: 30px
    }
    .prodt_btns a {
        flex: 0 0 98%;
        margin-top: 15px
    }
    .pd_box {
        flex: 0 0 98%
    }
    .mob_paddtop {
        padding-top: 150px
    }
    .contacttxt h3 {
        font-size: 28px
    }
    .contacttxt p,
    .contacttxt p a {
        line-height: normal;
        font-size: 18px
    }
    .contacttxt p i {
        top: 2px
    }
    .contacttxt {
        margin-bottom: 20px
    }
    .maps iframe {
        height: 200px
    }
    .blogdtls h3 {
        font-size: 28px
    }
    .sideblg h4 {
        font-size: 25px;
        margin-top: 20px
    }
    .sideblg {
        margin-bottom: 25px
    }
    .stryhdng h3 {
        font-size: 32px
    }
    .posabs {
        right: 0;
        top: 130px
    }
    .banner-text,
    .banner-text2,
    p.texticon {
        font-size: 16px
    }
    .fullwidth.posrel.mob_paddtop {
        padding-top: 130px
    }
    .stylepad {
        width: 100px;
        height: 100px
    }
    .product-detail-img {
        flex-direction: column-reverse
    }
    .product-detail-img .w70.bigimg {
        width: 100% !important
    }
    .thumbwrpr {
        flex-direction: row
    }
    .prdt_img_left .w30,
    .prdt_img_left .w70 {
        width: 100%
    }
    .cpywt p {
        order: 2;
        margin-top: 12px;
        justify-content: center;
        display: flex;
        margin-bottom: 6px
    }
    .cpywt ul {
        order: 1;
        justify-content: flex-start
    }
    .cpywt {
        display: flex;
        flex-direction: column
    }
    footer {
        padding-bottom: 15px
    }
}

.hdrbtn,
ul.numbrul li span {
    width: 45px;
    height: 45px;
    display: flex
}

#loginError,
.errorMsg {
    color: red;
    font-size: 12px
}

#typeSearchResult {
    list-style: none;
    padding: 0;
    width: auto;
    position: absolute;
    margin: 52px 20px 0 0;
    z-index: 12222;
    background: #fff;
    top: 0;
    min-width: 418px
}

#typeSearchResult li {
    background: #fff;
    margin-bottom: 1px;
    color: #111;
    padding: 6px 10px
}

#typeSearchResult li:hover {
    cursor: pointer;
    background: #f1efef;
    color: #111
}

.landhdng h3 {
    color: #2d3e51;
    font-size: 25px;
    font-weight: 600
}

.landhdng p,
.landtext p,
.sharelist span {
    color: #2d3e51;
    font-weight: 400
}

.landhdng p {
    font-size: 14px
}

.sharelist {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 5px
}

.sharelist span {
    text-align: justify;
    font-size: 16px;
    line-height: 155.4%
}

ul.sclmedia li a {
    color: #31135e;
    font-size: 20px
}

.intro-text {
    margin-bottom: 10px
}

.intro-text.show-more {
    -webkit-line-clamp: inherit;
    padding-bottom: 14px
}

.landtext p {
    text-align: justify;
    font-size: 14px;
    line-height: normal
}

.exclusive .strtxt,
.exclusive h2.sitehdng,
.exclusive p,
.giftng_txt h3.texthead,
h4.smhdng {
    text-align: left
}

.prcrcl span,
h4.smhdng {
    color: #000;
    font-weight: 700
}

.landtext {
    padding-top: 12px;
    padding-bottom: 15px
}

button#introTextBtn {
    border-radius: 33px;
    background: #31135e;
    color: #fff;
    width: 145px;
    margin: 10px auto 0;
    padding: 8px 0
}

.bgpnk {
    background: #f5eeff
}

.fullrow {
    padding: 30px 0
}

p.smhdng {
    font-size: 22px;
    line-height: normal;
        color: #000;
    font-weight: 700;
    text-align:left;
}

.prcrcl a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.prcrcl {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.prcrcl a img {
    border: 3px solid #b9833b;
    border-radius: 50%;
    padding: 4px;
    transition: .5s
}

.prcrcl span {
    font-size: 18px;
    line-height: normal
}

.exclusive ul li,
.testimonial-name p {
    color: #222;
    font-size: 17px;
    line-height: normal
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: none;
}

.brandslider.owl-theme.owl-carousel.owl-loaded.owl-drag .owl-dots {
    display: none;
}
#customers-testimonials .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: block !important;
}
#customers-testimonials.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin: 6px;
    padding: 6px 8px !IMPORTANT;
    background: #31135e;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.brandslider.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin: 6px;
    padding: 6px 8px !IMPORTANT;
    background: #31135e;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #000000;
    display: inline-block;
    height: 30px;
    margin: 0 5px 5px;
    transform: translate3d(0, -50%, 0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: 250ms ease-out;
    width: 30px;
}

#customers-testimonials.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 125px;
    margin: 0 auto 17px;
    border-radius: 50%
}

.exclusive span,
.testimonial-name p,
.testimonial-name span,
a.rvwlink.tlinks {
    text-align: center;
    font-weight: 600
}

#customers-testimonials .rwvcnt {
    justify-content: center;
    margin-bottom: 15px
}

.top_hdr_items i.fa-solid.fa-user {
    font-size: 20px;
    color: white;
}

.srchform .fa.fa-search {
    position: absolute;
    right: 10px;
    top: 14px;
}

.grn-btn.hdrbtn .fa-solid.fa-phone {
    color: white;
    font-size: 18px;
}

.top-right-hdr .fa-brands.fa-whatsapp {
    font-size: 24px;
    color: white;
}

ul.mega-links.gemlistng img {
    width: 20px;
}

.testimonial-name p {
    margin-bottom: 5px
}

.testimonial-name span {
    color: #222;
    font-size: 14px
}

.exclusive span {
    color: #222;
    font-size: 22px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 12px
}

.exclusive ul {
    list-style: disc;
    padding-left: 20px
}

.exclusive ul li {
    font-weight: 600;
    margin-bottom: 8px
}

.sidefixed {
    position: fixed;
    right: 2%;
    bottom: 5%
}

.sidefixed .top-right-hdr {
    flex-direction: column;
    margin: 0
}

.sidefixed .top-right-hdr>a {
    margin-bottom: 15px;
    position: relative;
    animation: 3s linear infinite MoveUpDown
}

.sidefixed a.wtsp-btn {
    background: #51cd5e;
    border-radius: 26.5px
}

.hdrbtn {
    min-width: 38px;
    background: #31135e;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
@keyframes MoveUpDown {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-30px)
    }
}

.sidefixed a.btn.wtsp {
    color: #25d366;
    border: 1px solid #25d366
}

.sidefixed a.btn.wtsp:hover {
    background: #25d366;
    color: #fff;
    border: 1px solid #25d366
}

a#introTextBtn span,
a.rvwlink.tlinks {
    border-radius: 30px;
    display: inline-block;
    color: #fff
}

#introTextWrap {
    max-height: 185px;
    margin-bottom: 12px;
    height: 185px;
    max-width: 100%;
    width: 100%;
}

/*#introTextWrap.show-more {*/
/*    max-height: 100%;*/
/*    padding-bottom: 14px*/
/*}*/

a#introTextBtn span {
    background: #31135e;
    padding: 8px 35px
}

.intro-btn::before {
    content: "";
    position: absolute;
    height: 22px;
    width: calc(100% + 6px);
    background: linear-gradient(0deg, #fff 20%, transparent);
    bottom: calc(100% + 19px);
    left: -3px
}

.modal {
    z-index: 99999999 !important
}

.top_hdr_items a span {
    color: #31135e;
    font-size: 13px;
    position: absolute;
    background: #f7f1fe;
    border-radius: 50%;
    width: 20px;
    height: 19px;
    font-weight: 600;
    right: -12px;
    top: -9px;
    line-height: 20px
}

.giftng_txt p,
ul.gftftrs li {
    color: #222;
    line-height: normal
}

a.rvwlink.tlinks {
    background: #949494;
    padding: 10px 20px;
    font-size: 16px;
    font-style: normal
}

.giftng_txt p {
    font-size: 20px;
    font-weight: 400
}

ul.gftftrs li {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px
}

ul.numbrul li {
    padding-left: 55px;
    position: relative
}

ul.gftftrs,
ul.numbrul {
    margin-top: 25px
}

ul.numbrul li span {
    position: absolute;
    left: 0;
    background: #31135e;
    color: #fff;
    top: 4px;
    border-radius: 50%;
    justify-content: center;
    align-items: center
}

.giftform {
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 9px 4px rgba(185, 131, 59, .3)
}

.giftform h5 {
    color: #3f2561;
    font-size: 27px;
    font-weight: 600;
    line-height: 37.089px
}

.giftform label {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: normal
}

button.giftsbmtbtn {
    border-radius: 8px;
    background: #3f2561;
    color: #fff;
    width: 100%;
    padding: 10px
}

.giftform input {
    width: 100% !important;
    max-width: 100%
}

.giftingfrm_colm {
    position: sticky;
    top: 150px;
    margin-top: -650px
}

.blogdtls td {
    padding: 8px;
    border: 1px solid;
}

.blogdtls table {
    width: 100% !important;
}

.blogdtls td p {
    margin: 0;
}

.blogdtls h1 {
    font-size: 32px;
}

.blogdtls h2 {
    font-size: 30px;
}

.blogdtls h3 {
    font-size: 25px !important;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 5px;
}
.blogdtls ul {
    list-style: disc;
}

.container.sect-padd.mob_paddtop.extrastyle {
    width: 100%;
    height: 100%;
}
.container.sect-padd.mob_paddtop.extrastyle .row {
    width: 100%;
    height: 100%;
}
.row.exclusive.align-items-center img {
    width: 100%;
    height: 100%;
}

/*.top_hdr_items img {*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/

footer .flogo img {
    width: 278px;
    height: 95px;
}

.extrastyle .breadcrumb li.current {
    color: #000000;
}

.landingstyle .sitebtn {
    background: #ed8b0a;
    font-style: normal;
    border: 1.133px solid #ed8b0a;
    color: black;
}

.landingfoterstyle .fmenu p {
    color: #310056;
    font-size: 20.624px;
    font-weight: 500;
    line-height: 30.936px;
}
 
.landingfoterstyle .cpywt p {
    color: #000000;
    
}
.landingstyle  span.cutprice {
    color: #5a4949;
   }

.extrastyle #introTextWrap li {
    list-style: disc;
}
.landtext.intro-text.show-more {
    height: 100% !important;
    max-height: 100% !IMPORTANT;
}
.showallproduct.row {
    width: 100%;
    height: 100%;
}

.fmenu ul { padding-left:0px;  }
.fmenu small {
    display: inline-block;
    margin-top: 10px;
}

.fmenu small {
    display: inline-block;
    margin-top: 10px;
}

.cpywt {
    display: flex;
    justify-content: space-between;
}





@media(max-width:1559px) {
    .giftingfrm_colm {
        top: 195px
    }
    .giftform {
        padding: 15px
    }
}

@media(min-width:1500px) {
    .cstmcllbk_txt .btns_clm {
        position: absolute;
        right: 245px;
        top: 270px
    }
    .homecbs {
        height: 440px
    }
    .site_fullad .cstmcllbk_txt .btns_clm {
        top: 340px;
        right: 205px
    }
}

@media(max-width:1499px) {
    .cstmcllbk_txt .btns_clm {
        position: absolute;
        right: 160px;
        top: 190px
    }
    .homecbs {
        height: 330px
    }
    .site_fullad .cstmcllbk_txt .btns_clm {
        right: 200px;
        top: 335px
    }
}

@media(max-width:1366px) {
    .cstmcllbk_txt .btns_clm {
        position: absolute;
        right: 160px;
        top: 175px
    }
    .homecbs {
        height: 300px
    }
    .site_fullad .cstmcllbk_txt .btns_clm {
        right: 165px;
        top: 280px
    }
    .datebtn a,
    .datebtn p {
        font-size: 10px
    }
}

@media(max-width:1299px) {
    .cstmcllbk_txt .btns_clm {
        position: absolute;
        right: 140px;
        top: 165px
    }
    .site_fullad .cstmcllbk_txt .btns_clm {
        right: 160px;
        top: 280px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
    .t_srchbx input {
        width: 400px
    }
    .top_hdr_items {
        padding: 0 12px
    }
}

@media(max-width:640px) {
    .menu-btn {
        left: 9px;
    }
    .mob-hide {
        display: none
    }
    .mob-show {
        display: block
    }
    .savetable {
        overflow-y: auto
    }
    .savetable th {
        font-size: 14px !important;
        padding: 5px !important
    }
    .savetable td {
        font-size: 14px;
        padding: 5px
    }
    .benefit_calc {
        margin-top: 20px
    }
    .texthead {
        font-size: 22px
    }
    .benefit_calc h4,
    .landhdng h3,
    .savetable h4,
    ul.gftftrs li {
        font-size: 20px
    }
    ul.gftftrs li img {
        max-width: 50px
    }
    .giftingfrm_colm {
        position: relative;
        margin-top: 20px;
        top: 0
    }
    .giftng_txt p {
        font-size: 15px
    }
    .order1mob {
        order: 1
    }
    .giftng_txt {
        order: 2
    }
    .breadcrumb ul li {
        font-size: 12px
    }
    .prcrcl {
        flex-wrap: wrap
    }
    .prcrcl a {
        justify-content: space-around;
        flex: 0 0 45%
    }
    .pcbox.btmlift {
        margin: 0
    }
    .mb50 {
        margin-bottom: 20px
    }
    .exclusive span {
        font-size: 16px
    }
    .exclusive p,
    .exclusive ul li {
        font-size: 14px
    }
    .exclusive p {
        line-height: 24px
    }
    .bgarrvl {
        display: none;
    }
    .bnnerextracls .sm_arvl_wrp {
        display: one !important;
    }
    .spotbx {
        width: 78%;
        margin: 20px auto;
    }
    .smarrvlbx {}
    .sitehdng_row p {
        font-size: 12px;
        text-align: justify
    }
    .row.bnnerextracls .col-sm-6 {
        display: flex;
        justify-content: center;
    }
    .bnnerextracls .bgarrvl {}
}

@media(max-width:576px) {
    
    .landingstyle .sellerbox {
    width: 100%;
    height: 100%;
}

    .landingstyle{
    width:100%;
    height:100%;
    }
 .landhdng.seoheading h1 {
    font-size: 17px;
    text-align: justify
}
   .landtext p {
    text-align: justify;
    font-size: 12px;
    line-height: unset; 
} 
#introTextWrap {
    max-height: 80px;
    margin-bottom: 12px;
    height: 80px;
}

.sllr_img {
    position: relative;
    max-width: 567px;
    max-height: 567px;
}
.row.os-animation.animated.fadeInUp {
    /* height: auto; */
    width: 100%;
    height: 100%;
}
.cpywt ul {
    padding: 0;
}

.cpywt ul li {
    padding-left: 0;
    text-align: center;
    padding-right: 6px;
    margin-right: 6px;
}
.fmenu a, .fmenu p, .fmenu span {
    color: #3f2561;
    font-size: 14.046px;
    font-weight: 400;
    line-height: 20.092px;
}
.landingfoterstyle .fmenu p {
    font-size: 15.624px;
    line-height: 12.936px;
    margin-bottom: 8px;
}
.strtxt h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.strtxt a.cb_btn {
    padding: 0;
}

.rcmdbx { margin-bottom:10px; }







}







@media(max-width:400px) {

    .site_fullad .cstmcllbk_txt .btns_clm {
        right: 50px;
        top: 75px
    }
    .callbacksect.homecbs {
        margin: 0 !important;
        padding: 0
    }
    .cstmcllbk_txt .btns_clm {
        top: 52px;
        right: 15px
    }
    .homecbs {
        height: 98px
    }
    .cstmcllbk_txt .btns_clm a.cb_btn {
        font-size: 8px;
        padding: 3px 7px
    }
}

.product_list_description h1 {
    line-height: 40px;
    font-size: 32px;
    font-weight: 700
}

.product_list_description h2 {
    font-size: 28px
}

.prcrcl a img {
    max-width: 147px;
    height: 147px;
    object-fit: cover;
    width: 147px
}

a {
    text-decoration: none !important;
}

.filtrappld.d-flex ul.filtrby {
    margin: 0px;
    padding-left: 0px;
}

.filtrappld.d-flex {
    margin-top: 1.5rem;
}

.top_hdr_items span {
    cursor: pointer;
}

/*.menuImg a.menu-item img {*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/

ul.menu-items.menuImg li span {
    cursor: pointer;
}

span.img-wrapper span.img {
    width: 300px;
    display: inline-block;
    max-width: 300px;
}

}





