/** Shopify CDN: Minification failed

Line 2114:0 Unexpected "<"
Line 2128:0 Unexpected "<"
Line 2421:1 Unexpected ")"
Line 3860:35 Expected identifier but found "!"

**/
/*---color---Variable---*/
:root {
    --whitebg: #fff;
    --whitecolor: #fff;
    --whitebborder: #fff;
    --brandTextColor: #9095A7;
    --brandColor: #212B4F;
    --brandBg: #212B4F;
    --brandBorder: #212B4F;
    --blackColor: #000;
    --blackBg: #000;
    --blackBorder: #000;
    --greyBg: #F6F7F8;
    --greyorder: #F0F1F3;
}
@font-face {
    font-family: 'Vogue';
    src: url('https://cdn.shopify.com/s/files/1/0674/0279/3218/files/Vogue-Regular.eot');
    src: url('https://cdn.shopify.com/s/files/1/0674/0279/3218/files/Vogue-Regular.eot#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0674/0279/3218/files/Vogue-Regular.woff2') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0674/0279/3218/files/Vogue-Regular.woff') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0674/0279/3218/files/Vogue-Regular.ttf') format('truetype'),
        url('../fonts/Vogue-Regular.svg#Vogue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    color: var(--brandTextColor);
    background-color: var(--whitebg);
    position: relative;
    font-size: 14px;
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
}
.font-vogue {
    font-family: 'Vogue';
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
}
label {
    margin-bottom: 0;
    font-weight: 400;
}
p {
    margin-bottom: 5px;
    line-height: 1.5;
}
label {
    display: block;
    font-weight: 500
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    line-height: 0px;
}
a {
    text-decoration: none;
    display: inline-block;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
}
button {
    background: none;
    border: none;
}
button:focus {
    outline: none;
}
picture {
    display: block;
    line-height: 0px;
}
textarea {
    resize: none;
    display: block;
    padding: 15px;
    width: 100%;
    font-family: 'Almarai', sans-serif;
}
input:focus,
button,
input[type="submit"],
input {
    outline: none;
}
select {
    display: block;
    width: 100%;
    color: var(--brandTextColor);
    font-family: 'Almarai', sans-serif;
}
button {
    font-family: 'Almarai', sans-serif;
}
input {
    display: block;
    padding: 12px 15px;
    width: 100%;
    font-family: 'Almarai', sans-serif;
}
input::placeholder {
    color: var(--brandTextColor);
    font-size: 14px;
}
input::-ms-input-placeholder {
    color: var(--brandTextColor);
    font-size: 14px;
}
input::-ms-input-placeholder {
    color: var(--brandTextColor);
    font-size: 14px;
}
textarea::placeholder {
    color: var(--brandTextColor);
    font-size: 14px;
}
select:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
.w-100 {
    width: 100% !important;
    display: block;
}
.d-hide {
    display: none;
}
.container {
    max-width: 88%;
}
.md-title {
    font-family: 'Vogue';
    font-size: 30px;
    color: var(--brandColor);
    text-transform: uppercase;
}
.md-title span {
    display: block;
    line-height: 1.2;
}
.padding-t-b {
    padding: 50px 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.mini-title {
    font-size: 20px;
    color: var(--brandBg);
    text-transform: uppercase;
    letter-spacing: 11px;
}
.section-title {
    font-size: 72px;
    color: var(--brandColor);
    text-transform: uppercase;
    line-height: 1;
    margin-top: 15px;
}
.section-title-box.text-center {
    margin-bottom: 30px;
}
.section-title span {
    display: block;
}
.padding-t-0 {
    padding-top: 0px !important;
}
.title-md {
    font-size: 30px;
    color: var(--brandColor);
}
.w-100 {
    display: block;
    width: 100%;
}
.btn-white {
    color: var(--brandColor);
    padding: 15px 25px;
    background: var(--whitebg);
    transition: all 0.3s;
    letter-spacing: 4px;
}
.btn-white:hover {
    color: var(--whitecolor);
    background: var(--brandBg);
}
.btn-banner {
    margin-top: 25px;
}
.tab-output-box {
    display: none;
}
.ds_common-breadcrumb {
    border-top: 1px solid #F0F1F3;
    border-bottom: 1px solid #F0F1F3;
}
.common-btn {
    text-align: center;
    color: var(--brandColor);
    min-width: 200px;
    padding: 10px 20px;
    background: none;
    transition: all 0.3s;
    letter-spacing: 4px;
    border: 1px solid var(--brandBorder);
}
.common-btn:hover {
    background: var(--brandBg);
    color: var(--whitecolor);
}
.btn-margin {
    margin-top: 50px;
}
.card-box {
    display: none;
}
.breadcrumb {
    margin-bottom: 0px;
}
.jdgm-prev-badge__text {
    color: var(--brandColor);
    font-weight: 700;
    margin-left: 5px !important;
}
/*---swiper--bullet--start---here---*/
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--brandBg);
}
.slider-pagination {
    text-align: center;
}
/*---swiper---arrow---start---here---*/
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next2,
.swiper-button-prev2 {
    position: static;
    width: 32px;
    height: 32px;
    margin: 0px;
}
.arrow-slider {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    margin: 0px auto;
}
.swiper-button-next,
.swiper-button-next2 {
    background: url(https://cdn.shopify.com/s/files/1/0674/0279/3218/files/swiper-arrow.svg);
    border: 1px solid var(--brandBorder);
    border-left: none;
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: center center;
    order: 2;
}
.swiper-button-prev,
.swiper-button-prev2 {
    background: url(https://cdn.shopify.com/s/files/1/0674/0279/3218/files/swiper-back-aarow.svg);
    border: 1px solid var(--brandBorder);
    border-right: none;
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: center center;
    order: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
@media only screen and (min-width: 1360px) {
    .swiper-button-next:hover,
    .swiper-button-next2:hover {
        background-color: var(--brandBg);
        background-image: url(https://cdn.shopify.com/s/files/1/0674/0279/3218/files/swiper-arrow-w.svg);
        border: 1px solid var(--brandBorder);
        border-left: none;
        background-size: 38%;
        background-repeat: no-repeat;
        background-position: center center;
        order: 2;
    }
    .swiper-button-prev:hover,
    .swiper-button-prev2:hover {
        background-color: var(--brandBg);
        background-image: url(https://cdn.shopify.com/s/files/1/0674/0279/3218/files/swiper-back-aarow-w.svg);
        border: 1px solid var(--brandBorder);
        border-right: none;
        background-size: 38%;
        background-repeat: no-repeat;
        background-position: center center;
        order: 1;
    }
}
.chat-icon {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 2%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 40px 0px #00000040;
    z-index: 888;
}
.chat-icon img {
    width: 25px;
}
.arrow-slider {
    position: relative;
}
.arrow-slider:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 1px;
    background: var(--brandBorder);
}
/*---header---start---here---*/
header {
    border-bottom: 1px solid #f2f2f2;
}
.top-header {
    background: var(--brandBg);
    padding: 10px 0px;
}
.top-header-text {
    color: var(--whitecolor);
}
.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0px;
}
.brand-logo {
    width: 60px;
}
.brand-logo a {
    display: block;
}
.brand-logo a img {
    width: 100%;
}
.brand {
    background-color: #EAEAEA;
}
.right-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.header-right-box {
    width: 180px;
}
.nav-box {
    width: calc(100% - 240px);
    padding-left: 50px;
}
.item-nav {
    display: inline-block;
    margin: 0px 25px;
}
.item-nav:first-child {
    margin-left: 0px;
}
.item-nav:last-child {
    margin-right: 0px;
}
.link-nav {
    color: var(--blackColor);
    transition: all 0.3s;
}
.link-nav:hover {
    color: var(--brandColor);
}
.right-icon {
    display: block;
    width: 24px;
    position: relative;
}
.right-icon img {
    width: 100%;
}
.notification {
    position: absolute;
    top: -15px;
    right: -13px;
    background: var(--brandBg);
    color: var(--whitecolor);
    width: 22px;
    height: 22px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.bg-layer,
.close-menu {
    display: none;
}
.search-icon {
    cursor: pointer;
}
header {
    position: sticky;
    top: 0px;
    z-index: 999999;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(33 43 79 / 12%);
}
.shopify-section-group-header-group {
    position: sticky;
    top: 0px;
    z-index: 999999;
}
/*---footer---start---here---*/
footer {
    background: var(--greyBg);
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
.newsleeter-box {
    width: 37%;
    padding-right: 12%;
}
.newsletter {
    position: relative;
    margin-top: 20px;
}
.newsletter input {
    border: 1px solid #9095A7;
    display: block;
    padding: 15px;
    padding-right: 60px;
}
.newsletter input::placeholder {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}
.newsletter button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: var(--brandBg);
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsleeter-text {
    margin: 15px 0px;
    font-size: 16px;
}
.footer-colm {
    width: 21%;
}
.footer-title {
    font-size: 20px;
    color: var(--brandColor);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-colm ul li {
    display: block;
    padding: 5px 0px;
}
.footer-colm .footer-content li a {
    font-size: 14px;
    color: var(--brandTextColor);
    transition: all 0.3s;
}
.footer-colm .footer-content li a:hover {
    color: var(--brandColor);
}
.footer-address {
    line-height: 1.8;
}
.social-link li {
    display: inline-block;
    margin-right: 8px;
}
.social-link li:last-child {
    margin-right: 0px;
}
.social-link li a {
    width: 32px;
}
.social-link li a img {
    width: 100%;
}
.follow-us-title {
    font-size: 22px;
    color: var(--brandColor);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-bootm-right-box ul li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}
.footer-bootm-right-box ul li:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: 10px;
    background: var(--brandTextColor);
    top: 50%;
    transform: translate(0px, -50%);
}
.footer-bootm-right-box ul li:last-child {
    padding-right: 0px;
}
.footer-bootm-right-box ul li:last-child::after {
    display: none;
}
.footer-bootm-right-box ul li a {
    color: var(--brandTextColor);
    transition: all 0.3s;
}
.footer-bootm-right-box ul li a:hover {
    color: var(--brandColor);
}
.footer-bootm-right-box ul li:first-child {
    padding-left: .0px;
}
.footer-bottom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-top: 30px;
}
.social-links-box {
    width: 150px;
}
.footer-bootm-right-box {
    width: 220px;
    text-align: right;
}
.copy-right-div {
    width: calc(100% - 370px);
    text-align: center;
    padding: 0px 15px;
}
/*---banner---start---here---*/
.swiper-container {
    width: 100%;
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner-box img {
    width: 100%;
    display: block;
}
.banner .slider-pagination {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    z-index: 222;
}
.swiper-pagination-bullet {
    background: var(--whitebg);
}
.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 10px;
}
.banner-box a {
    display: block;
}
/*---shop---by--brands---start---here---*/
.shopByBrandBox a {
    display: block;
    background: #fff;
    padding: 15px;
}
.shopByBrandBox a img {
    display: block;
    width: 100%;
    transition: 0.3s
}
.shopByBrandBox a:hover img {
    transform: scale(1.1)
}
.shopByBrandSlider {
    overflow: hidden;
}
.shopByBrandBox {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.shopByBrandSlider .arrow-slider {
    margin-top: 50px;
}
.shop-by-section {
    background: var(--greyBg);
}
/*---product---slider---start---here---*/
.productSlider,
.product-section {
    overflow: hidden;
}
.productSlider {
    padding: 0px 10px;
    margin: 0px -10px;
}
.product-section .row {
    position: relative;
}
.product-section .container {
    max-width: 94%;
    margin-left: auto;
    margin-right: 0px;
    padding-right: 0px;
}
.product-inner-box {
    background: var(--greyBg);
    padding: 20px;
    position: relative;
}
.productBox {
    padding-top: 30%;
}
.title-product {
    display: block;
    color: var(--brandBg);
    font-size: 17px;
    margin: 15px 0px;
    line-height: 1.1;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    transition: all 0.3s;
}
.title-product:hover {
    opacity: 0.8;
}
.product-discription {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-rating-box {
    margin: 15px 0px;
    min-height: 20px;
}
.cut-price {
    display: inline-block;
    margin-left: 10px;
    text-decoration: line-through;
    font-size: 16px;
    color: var(--brandTextColor);
}
.product-image {
    margin: 0px auto;
    margin-top: -40%;
    width: 86%;
}
.product-image a {
    display: block;
    width: 100%;
}
.product-image a img {
    display: block;
    width: 100%;
}
.product-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-price {
    font-size: 18px;
    color: var(--brandColor);
}
.add-cart-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.add-cart-btn:hover {
    opacity: 0.8;
}
.cart-icon {
    width: 36px;
    margin-right: 5px;
}
.cart-icon img {
    display: block;
    width: 100%;
}
.product-section .arrow-slider {
    position: absolute;
    left: 12px;
    bottom: 35%;
}
.wishlist-icon {
    background: url(https://cdn.shopify.com/s/files/1/0674/0279/3218/files/wishlist-icon.svg?v=1702542159);
    width: 20px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute !important;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.wishlist-icon.active {
    background: url(https://cdn.shopify.com/s/files/1/0674/0279/3218/files/wishlistd-icon.svg?v=1702542159);
    background-size: 100%;
    background-repeat: no-repeat;
}
.swym-add-to-wishlist-view-product:after {
    font-size: 18px;
}
button.swym-button.disabled,
button.swym-button:disabled {
    opacity: 1 !important;
}
/* .section-title-box{margin-top:20px;} */
/*---brandrtbs---start---here---*/
.brandsrtbs {
    overflow: hidden;
}
.brands-rtbs-icon {
    border-radius: 50%;
    overflow: hidden;
}
.brands-rtbs-icon img {
    width: 100%;
}
.brands-rtbs-icon {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    background: var(--greyBg);
}
.brands-rtbs-icon img {
    width: 50px;
}
.brandsrtbs-Box .title-md {
    margin: 15px 0px 5px 0px;
}
.brandsrtbs .arrow-slider {
    display: none;
}
/*---time--to--experience---start---here---*/
.time-to-experience {
    position: relative;
}
.time-to-experience .section-title-box {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translate(0px, -50%);
    text-align: center;
    z-index: 1;
    padding: 0px 10px;
}
.time-to-experience .section-title,
.time-to-experience .mini-title {
    color: var(--whitecolor);
}
/*---simple---step---start---here---*/
.simple-steps {
    overflow: hidden;
}
.simple-step-count {
    font-size: 56px;
    color: var(--brandColor);
    display: inline-block;
}
.simple-steps .arrow-slider {
    display: none;
}
.simple-steps-section {
    background: var(--greyBg);
}
.simple-steps-section .brands-rtbs-icon {
    background: var(--whitebg);
}
/*---recent---blog---start---here---*/
.blog-slider {
    overflow: hidden;
}
.recent-blog-section {
    overflow: hidden;
}
.recent-blog-section .container {
    max-width: 94%;
    margin-left: auto;
    margin-right: 0px;
    padding-right: 0px;
}
.recent-blog-image {
    display: block;
    width: 100%;
    overflow: hidden;
}
.recent-blog-image img {
    width: 100%;
    transition: all 0.3s;
}
.recent-blog-image:hover img {
    transform: scale(1.03) rotate(2deg);
}
.recent-blog-min-title {
    font-size: 12px;
    font-weight: 300;
    margin: 10px 0px 3px;
}
.title-recent-blog {
    font-size: 24px;
    color: var(--brandColor);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.blog-slider .arrow-slider {
    margin-top: 50px;
}
/* PDP page */
.ds_common-breadcrumb a {
    color: inherit;
}
.ds_common-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--brandTextColor);
    content: '>';
    width: 18px;
    height: 3px;
    position: absolute;
    left: 13px;
    top: -2px;
    font-size: 16px;
}
.pdp_product_banner img {
    width: 100%;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 30px;
    position: relative;
}
.ingre-slider {
    overflow: hidden;
}
.ingredents .arrow-slider {
    position: absolute;
    left: 0px;
    right: 0px;
    justify-content: space-between;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
    width: 100%;
}
.ingredents .arrow-slider:after {
    display: none;
}
.ingredents .swiper-button-next,
.ingredents .swiper-button-prev {
    border: 1px solid var(--brandBorder);
}
.ing-img {
    width: 131px;
    height: 131px;
    margin: auto;
    display: flex;
}
.ingre-heading {
    color: var(--brandColor);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    margin: 10px 0;
}
.ingre-desc p {
    color: #9095A7;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}
.story-img img {
    width: 100%;
}
.md-heading-title {
    color: var(--brandColor);
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.story-desc-text p {
    color: #9095A7;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.story-text {
    padding-left: 30px;
}
.mb-10 {
    margin-bottom: 50px;
}
.story-right {
    padding-left: 0;
    padding-right: 30px;
}
.ingredents {
    position: relative;
}
.centerthumbCard .swiper-wrapper {
    justify-content: center;
}
.centerthumbCard .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0px !important;
}
/* Cards */
.productCard .swiper-slide {
    background: #F6F7F8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px
}
.productCard .swiper-slide img {
    display: block;
    width: 65%;
    margin: 0px auto;
}
.productCardthumb .swiper-slide {
    cursor: pointer;
    background: #F6F7F8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.productCardthumb {
    margin: 20px auto;
    width: 85%;
}
.product-flex {
    position: relative;
}
.product-pdp-title {
    color: #212B4F;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
}
.product-pdp-desc {
    color: #9095A7;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 24px;
}
.share-icon {
    width: 25px;
    height: 25px;
    display: block;
    background-color: var(--brandBg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-share {
    position: absolute;
    top: 0px;
    right: 0px;
}
.pdp-wrap {
    padding-right: 70px;
}
.product-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 10px 0;
}
.product-rate span {
    font-size: 14px;
    color: var(--brandColor);
    letter-spacing: 0.14px;
    padding-top: 3px;
}
.discount-strip {
    font-size: 12px;
    color: #009355;
}
.price-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}
.new-price {
    font-size: 18px;
    color: var(--brandColor);
    font-weight: 550;
    display: inline-block;
}
.old-price {
    font-size: 14px;
    color: #909090;
    font-weight: 500;
    display: inline-block;
}
.price-tag a {
    font-size: 12px;
    color: var(--brandColor);
    position: relative;
    letter-spacing: 0.12px;
    font-weight: 550;
}
.price-tag a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: var(--brandBg);
    border-radius: 50%;
    margin: 2px 8px;
}
.tax-msg {
    font-size: 14px;
    color: var(--brandColor);
}
.product-pdp-btn {
    display: flex;
    width: 100%;
    gap: 25px;
    align-items: center;
}
.btn-pdp {
    padding: 12px 25px;
    color: #212B4F;
    transition: all 0.3s;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.8px;
    border: 1px solid #212B4F;
    display: inline-block;
    width: 100%;
}
.btn-pdp:hover {
    background-color: var(--brandBg);
    color: var(--whitecolor);
}
.quantity-block {
    display: flex;
    align-items: center;
    gap: 25px;
}
.quantity-block p {
    font-size: 16px;
    color: var(--brandColor);
    letter-spacing: 0.64px;
}
.quantity-block input {
    width: 50px;
    border: 0;
    padding: 0;
    text-align: center;
}
.quantity-block .less,
.more {
    position: relative;
    cursor: pointer;
    border: 1px solid #212B4F;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brandColor);
    font-size: 24px;
    font-weight: 500;
}
.quntity-flex {
    display: flex;
    background: none;
}
.quantity-block p {
    margin-bottom: 0px;
}
.inclusive-all-texes {
    color: var(--brandColor);
}
.tc-strong {
    font-weight: 700;
    color: var(--brandColor);
}
.quantity-block .less:after,
.quantity-block .more:after {
    content: '-';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    font-size: 28px;
    color: var(--brandColor);
    font-weight: 500;
}
.quantity-block .more:after {
    content: '+';
    font-size: 23px;
}
.quntity-flex input {
    background: none;
}
.earn-rewards {
    border: 0.4px solid #212B4F;
    background: #F6F7F8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 15px;
}
.product-block {
    margin-top: 34px;
}
.earn-rewards p {
    font-size: 14px;
    color: var(--brandColor);
    margin: 0;
}
.deilvery-option input {
    border: 0;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 0;
    padding-bottom: 10px;
}
.deilvery-option .check-btn {
    color: #1E1E1E;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 40%;
}
.option-title {
    font-size: 16px;
    color: var(--brandColor);
}
.deilvery-option p {
    font-size: 12px;
    color: #9095A7;
    margin-top: 5px;
}
.pack-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.pack-block a {
    border: 0.4px solid #212B4F;
    background: #F6F7F8;
    padding: 10px 15px;
}
.pack-single-box span {
    display: block;
}
.productCardthumb .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--brandBorder);
}
.pack-block .pack-single-box p {
    font-size: 14px;
    color: var(--brandColor);
}
.pack-block .pack-single-box span {
    font-size: 12px;
    color: var(--brandColor);
}
.delivery-details {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 30px 0 30px 0;
    white-space: nowrap;
    overflow-x: auto;
}
.delivery-details .delivery-icon-block {
    border-right: 2px solid #9095A7;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 0 5px;
}
.delivery-details .delivery-icon-block img {
    width: 30px;
    height: 30px;
}
.delivery-details .delivery-icon-block:last-child {
    border-right: 0;
}
.delivery-details .delivery-icon-block span {
    font-size: 12px;
    white-space: nowrap;
    overflow-x: auto;
}
.veg-product {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.veg-product p {
    margin-bottom: 0;
}
.product-pdp-content::-webkit-scrollbar {
    height: 10px;
    width: 5px;
}
.product-pdp-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.product-pdp-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.alsolikeSlider {
    overflow: hidden;
    padding: 0px 10px;
    margin: 0px -10px;
}
.alsolikeSlider .arrow-slider {
    margin-top: 50px;
}
.product-display-details ul li {
    border-bottom: 1px solid rgba(247, 247, 247, 1);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0;
}
.info-ingred .arrow-slider {
    display: none;
}
.stories-block .row:nth-last-of-type(odd) .col-lg-7 {
    order: 1;
}
.stories-block .row:nth-last-of-type(odd) .col-lg-5 {
    order: 2;
}
.stories-block .row:nth-last-of-type(even) .col-lg-7 {
    order: 2;
}
.stories-block .row:nth-last-of-type(even) .col-lg-5 {
    order: 1;
}
.stories-block .row {
    margin-bottom: 50px;
}
.stories-block .row:last-child {
    margin-bottom: 0px;
}
.productCardthumb .swiper-slide img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    background: var(--greyBg);
}
/*---shop---by-category---start---here---*/

.index .tab-list-category ul li {
    margin: 0px 17px !important;
}

.tab-list-category ul li {
    display: inline-block;
    margin: 0px 40px;
    margin-bottom: 15px;
}
.tab-list-category ul li span {
    display: block;
    font-size: 18px;
    color: var(--brandColor);
    position: relative;
    cursor: pointer;
}
.tab-list-category ul li span.active:after {
    content: '';
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: -3px;
    right: -3px;
    background: var(--brandBg);
}
.tab-list-category ul li span img {
    display: block;
    width: 30px;
    margin: 0px auto;
    margin-bottom: 5px;
}
.tab-list-category ul {
    display: flex;
    justify-content: center;
    margin: 0px 15px;
}
.shop-by-category {
    background: var(--greyBg);
}
.tab-list-category {
    border-bottom: 2px solid var(--brandBorder);
    padding: 0px 30px;
}
.product-category {
    margin-top: 60px;
}
.productCategorySlider {
    overflow: hidden;
    padding: 0px 10px;
    margin: 0px -10px;
}
.productCategorySlider .product-inner-box {
    background: var(--whitebg);
}
.productCategorySlider .arrow-slider {
    margin-top: 50px;
}
.tab-list-category ul li:first-child {
    margin-left: 0px;
}
.tab-list-category ul li:last-child {
    margin-right: 0px;
}
.banner-center-section span {
    display: block;
}
.banner-center-section img {
    width: 100%;
    display: block;
}
.banner-center-section a {
    display: block;
}
/*---pdp--start---here---*/
.pdp-product-list .productBox {
    margin-top: 50px;
}
.pdp-title {
    text-transform: uppercase;
    color: var(--brandColor);
    font-size: 30px;
    line-height: 1.1;
}
.pdp-sort-by-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort-text {
    font-size: 14px;
    width: 70px;
}
.pdp-sort-by-filter {
    width: calc(100% - 70px);
}
.pdp-sort-by-filter select {
    border: 1px solid var(--brandBorder);
    color: var(--brandColor);
    padding: 10px 0px;
    width: 100%;
}
.pdp-accordian-box .option-title {
    position: relative;
    cursor: pointer;
    padding-right: 25px;
}
.pdp-content-container,
.pack-block {
    width: 100%;
}
.pdp-accordian-box .option-title:after {
    content: '';
    content: '';
    position: absolute;
    background: url(https://cdn.shopify.com/s/files/1/0674/0279/3218/files/footer-dropdowen.svg);
    height: 11px;
    width: 18px;
    right: 0px;
    top: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.pdp-accordian-box {
    padding: 10px 0px;
}
.pdp-accordian-content {
    display: none;
}
.pdp-accordian-box.active .option-title:after {
    transform: rotate(180deg);
}
.pdp-accordian-box.active .pdp-accordian-content {
    display: block;
    padding-top: 10px;
}
.pdp-accordian-box.active {
    padding-bottom: 0px;
}
.product-pdp-slider .swiper-pagination-bullet {
    background: var(--brandBg);
}
.product-pdp-slider .slider-pagination {
    margin-top: 15px;
    display: none;
}
.details-list {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid rgba(247, 247, 247, 1);
}
.details-list li:nth-of-type(1) {
    width: 35%;
}
.details-list li:nth-of-type(2) {
    width: 65%;
    font-weight: 700;
    text-align: right;
}
/*---cart---start---here---*/
.cart-page-listing {
    background: var(--greyBg);
    padding: 40px;
}
.product-listing-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: var(--whitebg);
    padding: 20px;
    align-items: center;
}
.cart-product-image {
    width: 200px;
    background: var(--greyBg);
    padding: 15px;
}
.cart-product-content {
    width: calc(100% - 200px);
    padding: 0px 15px 0px 40px;
}
.cart-product-image a {
    display: block;
}
.cart-product-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--brandColor);
}
.product-listing-box .product-price {
    padding: 15px 0px;
}
.delite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
}
.delite img {
    width: 100%;
}
.off-price {
    font-size: 14px;
    margin-left: 10px;
}
.cart-product-content .cut-price {
    margin-left: 4px;
}
.product-listing-box {
    margin-top: 20px;
}
.product-listing-box:first-child {
    margin-top: 0px;
}
.price-detail-wraper ul {
    display: flex;
    padding: 8px 0px;
}
.price-detail-wraper ul li:nth-of-type(1) {
    width: 60%;
}
.price-detail-wraper ul li:nth-of-type(2) {
    width: 40%;
    text-align: right;
}
.total-price li {
    font-weight: 700;
    color: var(--brandColor);
}
.price-detail-wraper .total-price {
    border-top: 3px solid #F0F1F3;
    border-bottom: 3px solid #F0F1F3;
    padding: 15px 0px;
    font-size: 16px;
}
.price-detail-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--brandColor);
    margin-bottom: 10px;
}
.checkout-btn {
    margin-top: 20px;
}
.checkout-btn .common-btn {
    display: block;
    width: 100%;
    text-align: center;
}
.cart-page-detail {
    position: sticky;
    top: 120px;
}
.cart-page-right-box {
    border-left: 3px solid #F0F1F3;
    height: 100%;
    padding-left: 15px;
}
.price-detail-wraper ul li {
    padding: 0px 15px;
}
/*---blog---start---here---*/
.blog-listing .recent-blog-Box {
    margin-top: 40px;
}
.blog-listing .section-title-box.text-center {
    margin-bottom: 0px;
}
.pagination-common {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-common li {
    display: inline-block;
    margin: 0px 3px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s
}
.pagination-common li:first-child {
    margin-left: 0px;
}
.pagination-common li:last-child {
    margin-right: 0px;
}
.pagination-common a {
    display: block;
    color: var(--brandColor);
    font-size: 20px;
    line-height: 0px;
    position: relative;
    bottom: -2px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-common li:hover {
    background: var(--greyBg);
}
.pagination-common li.active {
    background: var(--greyBg);
}
.pagination-common a img {
    width: 8px;
    position: relative;
    top: -2px;
}
.pagination-section {
    margin-top: 50px;
}
.blog-detial {
    padding: 50px 0px;
}
.md-title {
    margin-bottom: 15px;
}
.blog-detail-content {
    margin-top: 30px;
}
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
    font-size: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: 'Vogue';
    color: var(--brandColor);
    line-height: 1.1;
    margin-bottom: 15px;
}
.blog-detail-content p {
    margin-bottom: 15px;
    font-size: 16px;
}
.date-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.date-box img {
    width: 22px;
    margin-right: 5px;
}
.right-recent-blog-wrpaer {
    padding: 30px;
    background: var(--greyBg);
}
.recent-right-title {
    color: #58595B;
    font-size: 20px;
}
.recent-image-box a {
    display: block;
}
.recent-image-box {
    overflow: hidden;
}
.recent-image-box img {
    transition: all 0.3s;
}
.recent-image-box:hover img {
    transform: scale(1.1);
}
.recent-blog-heading {
    color: #58595B;
    font-size: 18px;
    margin: 10px 0px;
    line-height: 1.2;
}
.recent-blog-heading:hover {
    color: var(--brandColor);
}
.recent-blog-detail {
    font-size: 15px;
    font-weight: 700;
    color: #58595B;
}
.recent-blog-right-box {
    margin-top: 30px;
}
.blog-detail-wraper {
    padding-right: 8%;
}
.contact-form-box {
    background: var(--greyBg);
    height: 100%;
    padding: 40px;
}
.common-input label {
    font-size: 16px;
    font-weight: 700;
    color: var(--brandColor);
    margin-bottom: 10px;
    display: inline-block;
}
.common-input {
    margin-bottom: 30px;
}
.common-input:last-child {
    margin-bottom: 0px;
}
.common-input input,
.common-input textarea {
    background: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    border-bottom: 1px solid #9095A74D;
}
.common-input textarea {
    height: 38px;
}
.common-input input::placeholder,
.common-input textarea::placeholder {
    font-size: 13px;
    color: #9095A7;
    font-weight: 400;
}
.common-input input:focus,
.common-input textarea:focus {
    border-bottom: 1px solid var(--brandBorder);
}
.checkbox-common {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-common input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-input {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid var(--brandBorder);
}
.checkbox-common input:checked~.checkbox-input {
    background-color: var(--brandBg);
}
.checkbox-input:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-common input:checked~.checkbox-input:after {
    display: block;
}
.checkbox-common .checkbox-input:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--whitebg);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-wraper {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}
.checkbox-common {
    position: absolute;
    top: 0px;
    left: 0px;
}
.common-input button {
    min-width: 250px;
}
.find-here-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.find-here-colm {
    width: 33%;
    padding: 0px 15px;
}
.find-here-box {
    padding-left: 35px;
    position: relative;
}
.contact-icon {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 24px;
}
.find-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--brandColor);
}
.find-content {
    font-size: 14px;
    color: #58595B;
    margin-top: 5px;
}
.find-content a {
    font-size: 14px;
    color: #58595B;
}
.find-wraper {
    background: var(--greyBg);
    padding: 25px 40px;
}
.find-here {
    padding-top: 0px !important;
}
.top-header-hide {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(50%, -50%);
}
.top-header-hide img {
    width: 15px;
}
.top-header .container {
    position: relative;
}
.offer-content {
    color: var(--brandColor);
    margin-top: 20px;
    padding: 0px 15px;
}
.cart-page-right-box .earn-rewards {
    margin-bottom: 15px;
}
.pdp-product-section .container {
    max-width: 94%;
    margin-left: 0px;
    margin-right: auto;
}
.sale {
    background: var(--brandBg);
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px;
    width: fit-content;
    text-align: center;
    position: absolute;
    top: -9px;
    left: 33px;
}
.sale:after {
    width: 0;
    height: 0;
    content: "";
    border-top: 8px solid var(--brandBg);
    border-right: 2px solid transparent;
    border-bottom: 0;
    border-left: 12px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 0px;
}
/*----faq---start---here---*/
.tab-output-box-faq {
    display: none;
}
.tab-menu-list-faq {
    position: relative;
    height: 68px;
}
.faq-tab-list-wraper {
    position: relative;
}
.tab-menu-list-faq ul {
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
}
.tab-menu-list-faq ul li {
    display: inline-block;
    margin: 0px 12px;
}
.tab-menu-list-faq ul li span {
    padding: 15px;
    background: var(--greyBg);
    display: block;
    cursor: pointer;
    color: var(--brandColor);
    text-transform: uppercase;
    font-size: 15px;
}
.tab-menu-list-faq ul li span.active {
    background: var(--brandBg);
    color: var(--whitecolor);
}
.faq-title {
    font-size: 20px;
    color: var(--brandColor);
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}
.faq-box {
    padding: 20px 0px;
    border-bottom: 1px solid #E1E1E1;
}
.faq-content {
    display: none;
    padding-top: 15px;
    font-size: 16px;
}
.faq-detail-wraper {
    margin-top: 15px;
}
.faq-tab-category {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    display: block;
}
.tab-menu-list-faq ul li:last-child {
    margin-right: 0px;
}
.tab-menu-list-faq ul li:first-child {
    margin-left: 0px;
}
.faq-title:after {
    content: '';
    position: absolute;
    background: url(https://cdn.shopify.com/s/files/1/0674/0279/3218/files/footer-dropdowen.svg);
    height: 11px;
    width: 18px;
    right: 0px;
    top: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.faq-box.active .faq-title:after {
    transform: rotate(180deg);
}
.faq-box.active .faq-content {
    display: block;
}
.faq-tab-category::-webkit-scrollbar {
    height: 8px;
    border-radius: 12px;
}
.faq-tab-category::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.faq-tab-category::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 30px;
}
.tab-output-box-pdp {
    display: none;
}
.tab-menu-list-pdp {
    position: relative;
}
.tab-menu-list-pdp ul {
    display: flex;
  justify-content:center;
}
.tab-menu-list-pdp ul li {
    display: inline-block;
    text-align: center;
    margin: 0px 15px;
    width: 33.333%;
}
.tab-menu-list-pdp ul li:first-child {
    margin-left: 0px;
}
.tab-menu-list-pdp ul li:last-child {
    margin-right: 0px;
}
.tab-menu-list-pdp ul li span {
    padding: 15px;
    border: 1px solid var(--brandBorder);
    color: var(--brandColor);
    display: block;
    cursor: pointer;
    letter-spacing: 1px;
}
.tab-menu-list-pdp ul li span.active {
    background: var(--brandBg);
    color: var(--whitecolor);
}
.detail-tab-wraper {
    width: 100%;
}
.tab-output-box-pdp {
    margin-top: 30px;
}
.product-pdp-content .swym-button-bar {
    position: absolute;
    top: 0px;
    right: 65px;
    margin: 0px !important;
}
.product-pdp-content {
    position: relative;
}
.product-pdp-content .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon {
    width: 25px;
    height: 25px;
}
.product-pdp-content .swym-btn-container .swym-button:after {
    font-size: 24px;
    width: 18px;
    line-height: 27px;
}
.product-pdp-btn form {
    width: 50%;
    display: block;
}
.product-pdp-slider {
    position: sticky;
    top: 110px;
}
.product-pdp-content .swym-added.swym-add-to-wishlist:after {
    color: #212b4f !important;
}
.product-pdp-content .swym-btn-container .swym-button.swym-added:after {
    opacity: 1 !important;
}
.usf-sr-more .usf-progress div {
    background: var(--brandBg) !important;
}
< !-- wishlist icon on header-->
/*Wishlist header counter - content rendered after swym is ready to avoid showing block/invalid chars */
i.icon-swym-wishlist:after {
    visibility:
        hidden;
}
.swym-ready i.icon-swym-wishlist:after {
    visibility: visible;
    content: '\f004';
}
/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
    content: '\f004';
}
< !--end-->.selectbox-wrapper select:disabled {
    display: none !important;
}
.form__message img,
svg {
    height: 20px;
}
.button#loginWithEmailButton {
    text-align: center;
}
.loginWithEmailButton {
    text-align: center;
    color: var(--brandColor);
    min-width: 200px;
    padding: 10px 20px;
    background: none;
    transition: all .3s;
    letter-spacing: 4px;
    border: 1px solid var(--brandBorder);
}
.button#loginWithEmailButton:hover {
    background: var(--brandBg) !important;
    color: var(--whitecolor) !important;
}
.usf-views {
    display: none !important;
}
.share-social-media {
    display: flex;
    box-shadow: #64646f33 -2px 20px 20px 0px;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 8px 8px;
    display: none;
}
.share-social-media a {
    color: black;
    padding: 5px;
}
.addSlide {
    display: flex;
}
.right-list a {
    color: var(--brandBg);
}
/* .customer button{border-radius:5px;} */
.h_buttons span {
    color: #fff;
}
.login a {
    color: var(--brandBg);
}
#simplify-login-sign-up-text {
    margin-bottom: 25px;
}
.cf-date-picker-container .cf-date-picker__icon {
    right: 20px !important;
}
.cf-enum-field__choices fieldset {
    flex-direction: row !important;
}
.slideCartItem-footer {
    align-items: center;
}
#customer_login {
    max-width: 100% !important;
    min-width: auto !important;
}
.customer.login {
    box-shadow: none !important;
}
.h_google_button,
.h_facebook_button {
    color: #212b4f !important;
    background: transparent !important;
    border: 1px solid #212b4f !important;
}
.h_google_button:hover,
.h_facebook_button:hover {
    color: #fff !important;
    background: #212b4f !important;
}
.h_buttons div>span {
    color: #212b4f !important;
    letter-spacing: 1px;
}
.h_google_button:hover span {
    color: #fff !important;
}
.h_facebook_button:hover span {
    color: #fff !important;
}
.h_google_button:hover {
    filter: inherit !important;
}
.h_facebook_button:hover {
    filter: inherit !important;
}
.form__message {
    text-align: left;
    color: red;
}
.errors ul {
    padding-left: 0px !important;
    color: red;
}
.shopify-challenge__container {
    padding: 50px 0;
}
.cf-field-container.dob-form,
.cf-field-container.marriage-form,
.cf-field-container.martial-form,
.cf-field-container.gender-form {
    width: 50% !important;
    display: inline-block;
}
.template-search__header .h2 {
    text-align: center;
}
.template-search__header .field__label {
    display: none;
}
.search__input.field__input {
    padding-right: 10px !important;
}
.shopify-challenge__container .shopify-challenge__button {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    margin-top: 20px !important;
    border: 1px solid #212b4f;
    border-radius: 0px;
}
/* .customer.login .common-input input{border: 1px solid #9095A74D;
    padding: 20px;border-radius:5px;} */
.product-option,
.off-price {
    font-weight: 700;
}
@media screen and (min-width:1199px) {
    .h_buttons {
        flex-wrap: nowrap !important;
        gap: 15px;
    }
}
@media screen and (max-width:767px) {
    .customer.login {
        padding: 0 !important;
    }
    .usf-sr-config__mobile-filters-wrapper .usf-c-select,
    .usf-sr-config__mobile-filters-wrapper .usf-filters {
        border:1px solid #212b4f !important;
        color: #212b4f !important;
      background:#fff;
    }
    .template-search__header {
        padding: 0 15px;
    }
    .template-search__header {
        margin-bottom: 0px !important;
    }
    .template-search__search {
        margin-bottom: 0px !important;
    }
}
button#loginWithEmailOTPButton,
button#loginWithEmailButton,
button#loginWithBiometricButton,
button#loginWithPhoneNumberButton,
button#loginWithGoogleButton {
    border: 1px solid #212b4f !important;
    color: #212b4f !important;
    border-radius: 0px !important;
    letter-spacing: 1px;
}
.product-option,
.off-price,
.slideCartItem-title>div {
    font-weight: 700;
    color: #000;
}
.slideCartEmpty h5,
.empty-cart h5 {
    font-size: 24px;
}
.slideCartEmpty a,
.empty-cart a {
    background: #212b4f;
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 15px;
    margin-top: 10px;
    border: 1px solid #212b4f;
    letter-spacing: .5px;
}
.empty-cart a {
    width: 25%;
    margin: 20px 0;
    display: inline-block;
}
.slideCartEmpty a:hover,
.slideCartEmpty a:focus,
.slideCartEmpty a:active,
.empty-cart a:hover,
.empty-cart a:focus,
.empty-cart a:active {
    background-color: transparent;
    border: 1px solid #212b4f;
    color: #212b4f;
}
.add-more-product a {
    color: #212b4f;
    text-decoration: underline;
    font-size: 20px;
}
.jdgm-widget .jdgm-btn.jdgm-btn {
    width: auto;
}
.h_buttons div {
    border-radius: 0px !important;
    height: auto !important;
    padding: 10px 12px;
}
.cf-form-inner .cf-form-actions button,
.cf-fields-wrapper .cf-form-actions button {
    border-radius: 0px;
}
.off-price {
    color: red;
}
.slideCartItem-price {
    padding-right: 10px;
}
.cf-form-inner legend,
.cf-fields-wrapper legend {
    font-size: 13px;
}
.errors {
    margin-top: 5px;
}
.inclusive-all-texes {
    font-size: 14px;
}
.cut-price {
    margin: 0 5px;
}
.pack-block a.active {
    background: var(--brandColor);
}
.pack-block a.active .pack-single-box p,
.pack-block a.active .pack-single-box span {
    color: #fff;
}
#ProductGridContainer .usf-facets {
    background: #f6f8fa;
    padding: 30px 15px;
    margin-top: 0;
}
#ProductGridContainer .usf-facet .usf-title .usf-label {
    color: var(--brandColor);
    font-size: 16px;
    font-weight: 700
}
#ProductGridContainer .usf-label,
#ProductGridContainer .usf-value {
    color: #000;
    font-weight: 500
}
.disable-button {
    pointer-events: none;
}
@media screen and (min-width:1200px) {
    #ProductGridContainer .container {
        max-width: 98%;
    }
}
@media screen and (max-width:767px) {
    #ProductGridContainer .container {
        padding: 0 15px !important;
    }
}
.cart-page-listing {
    padding-bottom: 0px;
}
#shopify-section-template--17081113444610__e5d013fd-a040-442b-b3fc-fb301287ae35 .row .col-lg-8 form:last-child .cart-page-listing {
    padding-bottom: 40px;
}
@media screen and (max-width:410px) {
    .off-price {
        display: block;
        margin-left: 0px;
    }
})
/* brand css */
.brand {
    background-color: #EAEAEA;
}
.brand-text {
    display: flex;
    align-items: center;
    height: 100%;
}
.brand-text .brandTitle {
    color: #000;
    font-size: 60px;
    line-height: 60px;
}
.brandTab .tab-list-category {
    border-bottom: 0;
}
.brandTab .productBox img {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 200px;
    height: auto;
    transform: translate(-50%, -50%);
}
.brandTab .brandCategory .productBox {
    background: #F6F7F8;
    text-align: center;
    padding: 40px;
    position: relative;
    padding-top: 70%;
}
.brandTab .brandCategory .productBox p {
    font-size: 18px;
    color: var(--brandColor);
    margin-top: 18px;
}
.brandDesc .detail-tab-wraper {
    margin: auto;
}
.brandDesc .pdp-tab-contant p {
    text-align: center;
}
.brandDesc .tab-menu-list-pdp ul li span {
    background: #fff;
}
.brandDesc .tab-menu-list-pdp ul li span.active {
    background: var(--brandBg);
}
.productbrandCategorySlider {
    overflow: hidden;
}
.brandTab .arrow-slider {
    margin-top: 40px;
}
.brandVdSLider {
    overflow: hidden;
}
.playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brandVdSLider .arrow-slider {
    margin-top: 40px;
}
.brandVdSLider .arrow-slider {
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.brandVdSLider .swiper-button-prev,
.brandVdSLider .swiper-button-prev2 {
    background-color: #fff;
}
.brandVdSLider .swiper-button-next,
.brandVdSLider .swiper-button-next2 {
    background-color: #fff;
}
.brandVdSLider .swiper-button-prev:hover,
.brandVdSLider .swiper-button-prev2:hover {
    background-image: url("https://cdn.shopify.com/s/files/1/0674/0279/3218/files/swiper-back-aarow.svg");
}
.brandVdSLider .swiper-button-next:hover,
.brandVdSLider .swiper-button-next2:hover {
    background-image: url("https://cdn.shopify.com/s/files/1/0674/0279/3218/files/swiper-arrow.svg");
    margin-left: 1px;
}
@media screen and (max-width:1399px) {
    .brandTab .brandCategory .productBox {
        padding: 20px;
        padding-top: 100%;
    }
}
@media screen and (max-width:767px) {
    .brand-text .brandTitle {
        color: #000;
        font-size: 24px;
        line-height: 31px;
    }
    .brandTab .tab-list-category ul {
        position: static;
        display: flex;
    }
    .brandTab .brandCategory .productBox {
        padding: 25px;
        padding-top: 85%;
    }
}
@media screen and (max-width:480px) {
    .brand-text .brandTitle {
        color: #000;
        font-size: 20px;
        line-height: 24px;
    }
}
.share-social-media a {
    display: block;
    padding: 0;
    margin: 5px;
}
.add-cart-btn {
    color: var(--brandBg);
}
.section-template--17081113936130__related-products-padding {
    padding: 0px !important;
}
.cbb-frequently-bought-container {
    margin-top: 0px !important;
}
.continue_text {
    margin: 1em -1em !important;
    display: flex !important;
    font-size: small;
    align-items: center;
    justify-content: center;
}
.continue_text::before {
    flex: 1 !important;
    height: 1px !important;
    margin: 0 1em !important;
    content: "" !important;
    background-color: #000000 !important;
}
.continue_text::after {
    flex: 1 !important;
    height: 1px !important;
    margin: 0 1em !important;
    content: "" !important;
    background-color: #000000 !important;
}
/* [data-theme-name=Dawn] .cf-field input:not([type=checkbox]):not([type=radio]),
[data-theme-name=Dawn] .cf-field textarea,
[data-theme-name=Dawn] .cf-field select {
    border-radius: 6px !important;
    padding: 0 0 8px 0 !important;
    height: auto !important;
} */
.jdgm-collected-link {
    display: none;
}
.usf-with-goto-top .usf-goto-top {
    display: none !important;
}
[data-theme-name=Dawn] .cf-field>label {
    color: #212b4f;
    font-size: 16px;
}
/* [data-theme-name=Dawn] .cf-field input:not([type=checkbox]):not([type=radio]),
[data-theme-name=Dawn] .cf-field textarea,
[data-theme-name=Dawn] .cf-field select {
    border: 0px !important;
    border-bottom: 1px solid #9095A74D !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
} */
#ContactForm input:focus,
#ContactForm textarea:focus {
    border-bottom: 1px solid var(--brandBorder);
}
.cf-form-inner legend,
.cf-fields-wrapper legend {
    color: #212b4f;
}
.discountRate li:nth-child(2) {
    color: green;
}
.jdgm-form__fieldset p {
    display: none;
}
.zipcode_bar_input_1528 {
    max-width: 100% !important;
}
@media screen and (max-width:767px) {
    /* .swiper-button-next,
.swiper-button-prev{
    visibility: hidden;
  } */
    .arrow-slider {
        display: none;
    }
}
.common-popup-overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    z-index: 9999999;
    display: none;
}
.join-us-pro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #fff;
}
#signup-modal .join-us-pro {
    width: 30%;
}
.close-button-modal {
    position: absolute;
    top: -35px;
    right: -30px;
    background-color: #fff;
    border-radius: 50%;
    outline: 0;
    border: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 12;
}
.close-layer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: none;
}
#signup-modal .col-sm-6 {
    padding: 0 8px;
}
#signup-modal h4 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #212b4f;
}
#signup-modal .cf-field>label {
    font-size: 14px
}
#signup-modal .contact-form-box {
    padding: 15px;
    background: transparent;
    border: 1px solid #212b4f;
    max-height: 500px;
    overflow-y: scroll;
}
#signup-modal .cf-date-picker-container .cf-date-picker__icon {
    transform: translateY(calc(-50% - 4px));
}
#signup-modal .cf-date-picker__icon svg {
    height: 13px;
}
#signup-modal .cf-form-actions button {
    margin-top: 0px;
}
#signup-modal ul.cf-field-errors li {
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
#signup-modal .cf-field .cf-field-errors {
    margin-top: 3px;
}
#signup-modal .cf-field input:not([type=checkbox]):not([type=radio]),
#signup-modal .cf-field textarea,
#signup-modal .cf-field select {
    padding: 5px 3px !important;
    font-size: 14px;
    border-bottom: 0px;
}
.signup-wrap {
    position: relative;
    height: 100%;
}
.signup-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#signup-modal #loginError {
    text-align: center;
    margin-top: 15px;
}
/* #signup-modal #otpInput{width:100% !important;} */
.common-popup-overlay.hidden {
    display: none !important;
}
@media screen and (max-width:991px) {
    #signup-modal .join-us-pro {
        width: 65% !important;
    }
}
@media screen and (max-width:1299px) {
    #signup-modal .join-us-pro {
        width: 40%;
    }
}
@media screen and (max-width:767px) {
    #signup-modal .row {
        padding: 8px 0;
    }
}
#ProductGridContainer .usf-sr-summary {
    text-align: left;
    font-size: 16px;
}
.trusted-badge {
    position: absolute;
    top: 0;
    right: 6%;
}
.sale {
    text-orientation: upright;
    transform-origin: 0% 0%;
    letter-spacing: 1.4px;
    transform: rotate(90deg);
}
#ProductGridContainer .usf-c-select__btn.usf-btn {
    text-align: left;
    padding-left: 25px;
}
.ui-admin-bar--is-collapsed .ui-admin-bar__content {
    display: none;
}
#cookieNotice {
    background: #212b4f;
    z-index: 9999;
}
#cookieNotice p {
    display: inline-block;
}
#cookieNotice p a {
    color: inherit !important;
    text-decoration: underline;
}
#cookieNotice button {
    background-color: #fff !important;
    color: #212b4f !important;
}
#signup-modal .cf-form-actions button {
    margin-top: 0px;
    background: #212b4f;
    color: #fff;
}
#signup-modal .cf-form-actions {
    margin-top: 0px;
}
.addcart-effect {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
}
.product-pdp-slider .wishlist-click {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.inner-pages h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    color: #212b4f;
}
.inner-pages p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.inner-pages ol li {
    list-style: auto;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.inner-pages ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.newsleeter-text {
    font-weight: 300;
}
@media screen and (min-width:992px) {
    #shopify-section-template--17216867565826__412fe880-578b-48ad-84ef-f705feb28763 .detail-tab-wraper {
        width: 50%;
    }
}
.footer-colm .footer-content li a {
    font-weight: 300;
}
.swym-button.swym-add-to-wishlist-view-product {
    max-width: 35px !important;
    width: 35px;
    height: 35px !important;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1) !important;
    border: 1px solid #f0f0f0 !important;
    background: #fff !important;
}
@media screen and (max-width:767px) {
    .usf-sr-config__mobile-filters-wrapper {
        position: fixed;
        bottom: 0;
        z-index: 999;
        left: 0;
    }
    .pdp-title-box {
        margin-top: 25px;
    }
    .trusted-badge {
        top: 7px;
        right: 10%;
    }
    .product-share {
        top: 7px;
    }
    .detail-tab-wraper {
        margin-top: 30px;
    }
    #signup-modal .join-us-pro {
        width: 95% !important;
    }
}
.quantity-block .more:after {
    font-weight: 300;
}
.brands-rtbs-discription {
    font-weight: 300;
}
/*15-1-24 css  */
.mini-title {
    font-weight: 400;
}
.product-price {
    display: flex;
    gap: 5px;
}
.swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
    content: "";
    padding-top: 0;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.simple-step-count {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title-product {
    letter-spacing: 0.56px;
}
.product-rating-box {
    min-height: 40px;
}
.simple-steps-section .brands-rtbs-icon {
    position: relative;
}
.simple-steps-section {
    border: 5px solid var(--greyorder)
}
.detail-tab-wraper .tab-menu-list-pdp {
    white-space: nowrap;
    overflow-x: auto;
}
.detail-tab-wraper .tab-menu-list-pdp::-webkit-scrollbar-track {
    background: none;
}
.detail-tab-wraper .tab-menu-list-pdp::-webkit-scrollbar-thumb {
    background: none;
}
.detail-tab-wraper .tab-menu-list-pdp::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.detail-tab-wraper .tab-menu-list-pdp::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.detail-tab-wraper .tab-menu-list-pdp::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
#signup-modal .contact-form-box::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
#signup-modal .contact-form-box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
#signup-modal .contact-form-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.delivery-details::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.delivery-details::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.delivery-details::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
@media screen and (max-width:767px) {
    .section-title {
        margin-top: 8px;
    }
    .product-inner-box {
        padding-bottom: 20px !important;
    }
    #shopify-section-template--17081113772290__bd385f40-b063-4d6f-8966-f15676b9d35b .section-border,
    #shopify-section-template--17081113772290__7243f2e4-a61c-40c3-b4a1-8dfe0794090c .section-border,
    #shopify-section-template--17081113772290__540054fd-9420-4825-a80b-fcf918b9fb5f .section-border {
        border: 0px;
    }
    .section-title-box {
        margin-top: 0;
    }
    .close-button-modal {
        right: -11px;
    }
    .signup-wrap img {
        height: 250px;
        object-fit: cover;
    }
    .cut-price {
        font-size: 14px;
        margin-left: 0;
        display: inline-block;
    }
    .delivery-details .delivery-icon-block {
        padding: 0 10px;
        border-width: 1px;
    }
    .tab-menu-list-pdp ul li {
        margin-top: 3px;
    }
}
@media screen and (min-width:768px) {
    .simple-steps {
        width: 90%;
        margin: auto;
    }
    .brandDesc .detail-tab-wraper {
        margin: auto;
        width: 70%;
    }
    .navbar-box .nav-list {
        display: flex;
        align-items: center;
    }
}
.template-search__header {
    display: none;
}
div#pincodePopupMessage .success {
    margin-top: 10px;
    color: green;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.pinCodeWrapper {
    position: relative;
}
.product-share,
.trusted-badge {
    top: 7px;
}
.product-price {
    align-items: center;
}
.mrp-cut {
    color: #737373;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.megamenu-mobile a {
    cursor: pointer;
}
/* .thumbSlider .swiper-wrapper{justify-content:center;} */
#signup-modal .row {
    margin: 0px;
    padding: 15px 12px;
}
#shopify-section-template--17081113936130__b0d5d7d3-c8ec-4e01-8668-d6ff214dfe0b .padding-t-b {
    padding-bottom: 0px;
}
#simplify-login-sign-up-text {
    color: #212b4f;
}
#shopify-section-template--17081113772290__540054fd-9420-4825-a80b-fcf918b9fb5f .section-title-box {
    margin-top: 0px;
}
@media screen and (max-width:767px) {
    .detail-tab-wraper .tab-menu-list-pdp {
        height: 70px;
    }
    .item-nav a {
        color: #212b4f;
        font-weight: 700;
    }
    .megamenu-mobile {
        padding-bottom: 15px;
    }
    /* #signup-modal .row{display:block !important;} */
    #signup-modal .row .col-sm-6:first-child {
        display: none;
    }
    .brandCat ul li:last-child a {
        padding-bottom: 0px;
    }
}
/* @media screen and (max-width:570px){
  #signup-modal .contact-form-box{height:380px;}
} */
.warning {
    color: red;
    font-weight: 600;
    text-transform: uppercase;
}
#message .success {
    margin-top: 5px;
    color: green;
}
#getOTPButton {
    width: auto !important;
    border-radius: 0px !important;
}
.inner-pages strong,
.inner-pages h5 {
    color: #212b4f;
}
.selectbox-wrapper #smlPhoneNumberInput {
    border-radius: 0px !important;
}
.productBox {
    height: 100%;
}
@media screen and (max-width:767px) {
    .viewall_lastSlide {
        width: 100px;
        padding: 5px !important;
        align-items: center !important;
        justify-content: center;
    }
}
.section-title-box {
    margin-top: 0px;
}
.viewall_lastSlide {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 35px;
    background: #212b4f;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
.productSlider .swiper-slide {
    height: auto;
}
.product-inner-box {
    height: 100%;
}
.productCategorySlider .swiper-slide {
    height: auto;
}
.contact-row .form__message {
    color: green;
}
.feedback-col {
    display: flex;
    gap: 20px;
}
.contact-form-box h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #212b4f;
    font-weight: 700;
    font-size: 22px;
}
.contact-form-box span {color:red;}
.feedback-col .common-input {
    width: 100%;
}
#feedback-modal .close-button-modal {
    position: absolute;
    top: -5px;
    right: -6px;
    background-color: #fff;
    outline: 0;
    border: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 12;
    min-width: auto;
    padding: 0;
    border-radius: 50%;
}
@media screen and (max-width:991px) {
    #feedback-modal .join-us-pro {
        width: 70%;
    }
}
@media screen and (max-width:767px) {
    #feedback-modal .join-us-pro {
        width: 88%;
    }
    .feedback-col {
        display: block;
        margin-bottom: 20px;
    }
    #feedback-modal .submit-btn {
        min-width: 200px;
    }
}
[data-theme-name=Dawn] .cf-field>label {
    margin-bottom: 10px !important;
}
.brandImg img {
    transition: 0.3s;
}
.brandImg a:hover img {
    transform: scale(1.1);
}
.cf-date-picker-container .cf-date-picker__icon {
    transform: translateY(calc(-50% - 10px)) !important;
}
.product-pdp-slider .swym-added svg path {
    stroke: #212b4f;
    fill: #212b4f;
}
#shopify-section-template--17081113936130__76cc517a-4777-4b8a-be97-5cf5e775a588 {
    margin-top: 50px;
}
a {
    color: inherit;
}
#ContactForm .common-input button {
    min-width: auto;
}
@media screen and (max-width:410px) {
    #feedback-modal .contact-form-box form {
        max-height: 470px;
        overflow-y: auto;
    }
}
button.openFeedbackForm {
    border: 0 !important;
    letter-spacing: normal !important;
    min-width: auto !important;
    max-width: max-content !important;
    width: auto !important;
    padding: 0 !important;
    color: #000 !important;
}
button.openFeedbackForm:hover,
button.openFeedbackForm:focus,
button.openFeedbackForm:active {
    background: transparent !important;
    color: #000 !important;
}
#feedback-modal .join-us-pro {
    width: auto;
    background: transparent;
}
#feedback-modal .contact-form-box {
    padding: 0;
    background: transparent;
    height: auto;
}
#feedback-modal .globo-form-control .gfb__dropzone {
    min-height: auto;
}
#feedback-modal .globo-form-input input,
#feedback-modal .globo-form-input select,
#feedback-modal .globo-form-input textarea {
    padding: 5px !important;
    font-size: 13px;
}
#feedback-modal .globo-form-id-26960 .globo-form-app .header {
    margin-bottom: 5px;
}
#feedback-modal .globo-form-id-26960 .globo-form-app .globo-description,
.globo-form-id-26960 .globo-form-app .header .globo-description {
    font-size: 14px;
}
.no-product {
    text-align: center;
    font-size: 20px;
}
#ContactFooter-success {
    color: green;
    font-size: 14px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}
#PopupFooter-success {
    color: green;
    font-size: 14px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}
#ContactFooter-success svg {
    width: 16px;
    height: 16px;
}
#shopify-section-template--17081113772290__7243f2e4-a61c-40c3-b4a1-8dfe0794090c .productSlider .swiper-wrapper .swiper-slide:last-child .product-inner-box,
#shopify-section-template--17081113772290__3a65f882-106f-4bc3-83f8-0f1c16f36d62 .productSlider .swiper-wrapper .swiper-slide:last-child .product-inner-box,
.last-item .product-inner-box {
    background: transparent;
}
#subscriptionMessage {
    color: green;
}
#subscriptionMessage1{
    color: green;
}
.inner-pages ul {
    padding-left: 10px;
}
#ProductGridContainer .container {
    padding-bottom: 0px;
}
/* #ProductGridContainer .usf-sr-paging{padding-bottom:0px;} */
/* < !-- No review hide--> */
/* @media screen and (min-width:768px){
  .tab-list-category ul{white-space:nowrap; overflow-x:scroll;}
  .tab-list-category ul::-webkit-scrollbar {height: 5px;width: 5px;}
.tab-list-category ul::-webkit-scrollbar-thumb {background: #ccc;border-radius: 10px;}
.tab-list-category ul::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 10px;}
}
 */
ul.additional,
ul.ingredents {
    padding-left: 20px;
}
ul.additional li,
ul.ingredents li {
    margin-bottom: 4px;
    list-style-type: disc;
}
#signup-modal .h_wizard {
    display: none;
}
#signup-modal .continue_text,
#signup-modal #otherLoginMethodsDiv {
    display: none !important;
}
#signup-modal .popup-create-account {
    display: none;
}
#shopify-section-template--16515369893945__b0d5d7d3-c8ec-4e01-8668-d6ff214dfe0b {
    display: none;
}
#forgot-password-link {
    display: inline-block;
    margin-bottom: 20px;
}
#shopify-section-template--16515369893945__76cc517a-4777-4b8a-be97-5cf5e775a588 .maylike {
    padding-bottom: 0px;
}
.shopify-pc__banner__body {
    margin-right: 0px !important;
}
.shopify-pc__banner__dialog a {
    display: inline;
}
/* .shopify-pc__banner__dialog button{padding-left:0px !important;} */
.shopify-pc__banner__dialog p {
    font-size: 13px;
    padding: 10px 0 !important;
}
@media screen and (max-width:767px) {
    .close-button-modal {
        right: -5px;
    }
    .product-bottom-flex .product-price {
        margin-bottom: 8px;
    }
}
@media screen and (max-width:321px) {
    .add-cart-btn {
        font-size: 11px !important;
        text-transform: capitalize !important;
    }
    .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }
}
#shopify-section-template--16515369893945__fbt_pNkL9C {
    padding-top: 50px;
}
#shopify-section-template--16515369893945__fbt_pNkL9C .swiper-slide {
    height: auto;
}
#shopify-section-template--16515369893945__fbt_pNkL9C .swiper-slide:last-child .product-inner-box {
    background: transparent;
    top: 45%;
    transform: translateY(-50%);
    height: auto;
}
#shopify-section-template--16515369893945__fbt_pNkL9C .swiper-slide:last-child .product-price {
    justify-content: center;
}
#shopify-section-template--16515369893945__fbt_pNkL9C .product-inner-box input {
    position: absolute;
    top: 20px;
    left: 40px;
}
#shopify-section-template--16515369893945__fbt_pNkL9C select {
    padding: 5px;
}
#simplify-login-sign-up-text {
    display: none;
}
/* #signup-modal .selectbox-wrapper{margin-top:30px;} */
#signup-modal .selectbox-wrapper input {
    background: none;
    /* padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    border-bottom: 1px solid #9095A74D;
    height:auto; */
}
#signup-modal .selectbox-wrapper select {
    background: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    padding-bottom: 15px;
    border-radius: 0px;
    height: auto;
    border-bottom: 1px solid #9095A74D;
}
.submitOTPButtonClass {
    border-radius: 0px !important;
}
#smlEmailOTPDivResendOTPButton,
#resendEmailOTPButton,
#resendOTPButton {
    color: #212b4f !important;
}
#mobileOTPLoginSection {
    text-align: center;
}
#getOTPButton {
    margin-top: 20px;
}
.fbt-slider li:first-child .card_fbt .product-inner-box {
    border: 1px solid #ccc !important;
}
#shopify-section-template--16515369336889__main .contact-image {
    padding-left: 20px;
}
#shopify-section-template--16515369336889__main .customer.login {
    padding: 0px !important;
}
#shopify-section-template--16515369336889__main h4 {
    color: #212b4f;
    font-size: 24px;
    margin-bottom: 12px;
}
.fbt_slider {
    overflow: hidden;
}
.mobile-show {
    display: none;
}
@media screen and (max-width:991px) {
    #shopify-section-template--16515369336889__main .h_buttons div>span {
        font-size: 12px;
    }
    #shopify-section-template--16515369336889__main .h_buttons div>i {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    .selectbox-wrapper #smlPhoneNumberInput {
        width: 100% !important;
    }
}
@media screen and (max-width:767px) {
    #shopify-section-template--16515369893945__fbt_pNkL9C .product-inner-box input {
        position: absolute;
        top: 50px;
        left: 15px;
    }
  #otpInput {
padding-left:33px !important;
  }
  .submitOTPButton{margin:25px 0 0 0;}
    #mobileOTPLoginSection #loginError {
        margin-bottom: 15px;
    }
    .h_buttons div {
        padding: 10px 7px;
    }
    #feedback-modal .join-us-pro {
        width: 90%;
    }
    .fbt-slider li:after {
        left: -15px !important;
    }
    #shopify-section-template--16515369336889__main .contact-image {
        padding-left: 0px;
    }
    .inner-pages h4 {
        font-size: 20px;
    }
    #shopify-section-template--16515369893945__fbt_pNkL9C .swiper-slide:last-child {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .mobile-show .productBox {
        padding-top: 40px;
        background: transparent;
    }
    .mobile-show .productBox .product-inner-box {
        background: transparent;
    }
    .mobile-show .productBox .product-inner-box .product-price {
        justify-content: center;
    }
    .cf-field-container.dob-form,
    .cf-field-container.marriage-form,
    .cf-field-container.martial-form,
    .cf-field-container.gender-form {
        width: 100% !important;
    }
}
.selectbox-wrapper #mobileCountryCodeDropdown {
    display: none !important;
}
#userFirstNameInput,
#userLastNameInput,
#userEmailInput {
    padding: 15px !important;
    height: 55px;
    background: transparent !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px !important;
}
#registerUserButton {
    border-radius: 0px;
}
#mobileOTPLoginSection #loginError {
    text-align: center;
}
@media screen and (min-width:992px) {
    .selectbox-wrapper #smlPhoneNumberInput,
    .submitOTPButtonClass {
        width: 60% !important;
        margin: 15px auto !important;
      border:1px solid #212b4f;
    }
   #userFirstNameInput,
    #userLastNameInput,
    #userEmailInput,
    #registerUserButton {
        width: 60% !important;
        margin: auto;
      border-radius:0px !important;
    }
}
@media screen and (min-width:768px) {
   
 #signup-modal  #userFirstNameInput,
  #signup-modal  #userLastNameInput,
  #signup-modal  #userEmailInput,
  #signup-modal  #registerUserButton {
        width: 100% !important;
      
    border-radius:0px;
    }
    #signup-modal .selectbox-wrapper #smlPhoneNumberInput {
        width: 100% !important;
      margin-top:15px;
    }
    #otpInput {
        margin-bottom: 20px !important;
    }
}
.globo-form-control.layout-1-column {
    margin-bottom: 10px;
}
.globo-form-id-27591 .globo-form-app {
    padding: 20px;
}
.h_google_button i:nth-child(3),
.h_facebook_button i:nth-child(3) {
    display: none;
}
#loginWithEmailButton:hover {
    background: #212b4f;
    color: white !important;
}
.fbt-slider{margin-bottom:20px;}

/* 07-02-2024 - 09-2-2024 */
.usf-c-select__input-value.usf-btn{border:1px solid #212b4f;color:#212b4f;}
#smlAcceptMarketingCheckbox, #smlAcceptMarketingText{display:inline;width:auto;}
.updateAddressFlex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 10px;
}
.updateAddressFlex button{min-width:100% !important;max-width:100% !important;}

.unique strong{display:none;}
.unique{display:flex;gap:10px;}
.unique a{text-decoration:underline;}
#ProductGridContainer .usf-sr-filters{max-height:600px;overflow-y:scroll;}
#ProductGridContainer .usf-sr-filters::-webkit-scrollbar { height: 10px; width: 5px;}
#ProductGridContainer .usf-sr-filters::-webkit-scrollbar-thumb { background: #ccc;  border-radius: 10px;}
#ProductGridContainer .usf-sr-filters::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 10px;}
#ProductGridContainer .usf-sr-container.usf-nosearch{padding:0 50px;}
#ProductGridContainer .usf-sr-filters{position:sticky;top:80px;}
#ProductGridContainer #usf_container{margin-bottom:30px;}
.find-here-row .find-here-colm:nth-child(2) .find-content a{text-decoration: underline; font-weight: 600;} 
.usf-load-more, .usf-load-more:hover{max-width:200px !important;font-size:14px !important;}
.fbt-slider .product-discription{min-height:60px;}
.fbt-slider .product-bottom-flex{flex-wrap:wrap;}
.share-social-media.addSlide img { width: 15px; height: 15px;}
#shopify-section-template--16515369893945__fbt_pNkL9C select{border:1px solid #ccc;color:#212b4f;}
#ProductGridContainer #usf_container{margin-left:0px;}
.grecaptcha-badge{display:none !important;}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-ask-question-btn{text-transform:capitalize;}
.mobile-show .product-inner-box{padding:0 !important;}
.mobile-show .productBox {padding-top:30px;}
.add-cart-btn{text-transform:capitalize;}
#customer_login{padding-bottom:0px !important;}
.submitOTPButtonClass{background:#212b4f;color:#fff;}
.submitOTPButtonClass:hover{background:transparent; color:#212b4f;}
@media screen and (min-width:1361px){
 .disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
} 
  .fbt_slider .arrow-slider{display:none;}
}
@media screen and (max-width:991px){
.product-pdp-content{margin-top:25px;}
.fbt-slider .product-bottom-flex{gap:5px;}  
.usf-popup.usf-is.usf-is--compact { width: 100% !important; left: 0 !important; right: auto;  min-width: 100% !important;} 
.usf-popup.usf-is.usf-is--compact.usf-is--middle:before {left: calc(75% + 8px) !important;}
}
@media screen and (max-width:861px){
#ProductGridContainer .usf-sr-container.usf-nosearch{padding:0 30px;} 
#ProductGridContainer .usf-sr-filters{position:static;top:0px;}  
/* .usf-c-select__input-value.usf-btn{color:#fff;}  */
}
@media screen and (max-width:767px){
#ProductGridContainer .usf-sr-container.usf-nosearch{padding:0;}  
#ProductGridContainer #usf_container{margin-bottom:0px;}
.pdp-wrap{padding-right:0;}
.pdp-wrap .product-pdp-title{padding-right:60px;} 
.product-pdp-desc{line-height:18px;} 
.location-inner{padding:20px !important;} 
.SelectLocation{margin-bottom:5px !important;} 
.usf-sr-paging{padding-bottom:0px !important;} 
.fbt-slider .title-product {min-height:47px;}
.jdgm-review-widget--small .jdgm-rev-widg, .jdgm-review-widget--medium .jdgm-rev-widg{padding-top:0px !important;}  
.overflow-scroll-y{overflow:hidden;}
  .product-pdp-slider .wishlist-click{padding:0px;right:0;top:15px;}
  .empty-cart a{width:30%;}
  .tab-list-category ul li span{font-size:18px;}
  .ds_common-breadcrumb .breadcrumb-item+.breadcrumb-item::before{top:11px;}
  .usf-mobile .usf-sr-summary{margin:0px !important;}
  .cart-product-title{padding-right:15px;}
    .index .tab-list-category ul li { margin: 0px 30px !important; }
  .tab-list-category ul li span{font-size:13px;}
}
.product-discription{display:none;}
@media screen and (max-width:400px){
  .ds_common-breadcrumb a, .breadcrumb-item.active{font-size:12px;}
  .pack-block{gap:15px !important;}
}
@media screen and (max-width:380px){
  .sale{
    transform-origin:-3% -39%;
  }
  #signup-modal .row {
    margin: 0px;
    padding: 12px 3px;
}
}
/*12-02-2024  */
.onmobile{display:none;}
@media screen and (max-width:767px){ 
.usf-sr-config__mobile-filters-wrapper{padding:10px 15px; gap:10px; background:#fff;}
.ds_common-breadcrumb .breadcrumb-item+.breadcrumb-item::before{margin:0 !important; top:0px !important;left:13px !important;width:auto;height:auto;line-height:normal;}
.ds_common-breadcrumb a, .breadcrumb-item.active{display:block;}  
.onmobile{display:block;}  
}

/* < !-- For Loyalty page --> */
.loyaltyBannertext .brand-text .brandTitle{color: var(--brandColor);}
.loyaltyBannertext{position: absolute;top: 50%;transform: translateY(-50%);left: auto;}
#loyaltyIntro .section-title-box p{width: 75%;margin: auto;line-height: 26px;margin-top: 10px;}
.loyaltyTable table{text-align: center;}
.loyaltyTable table tr td{background-color: var(--brandColor);padding: 30px;color: #CDCDCD;border: 1px solid #ffffffa1;vertical-align: middle;height: 170px;}
.loyaltyTable table tr th{background-color: var(--brandColor);padding: 30px;color: #fff;border: 1px  solid #ffffffa1;vertical-align: middle;}
.loyaltyTable table tr th img{border-radius: 10px;text-align: center;}
.loyaltyTable table tr th span{display: block;text-align: center;margin-top: 10px;font-weight: 400;font-size: 16px;}
.loyaltyTable table tr .tableMainheading{color: #fff;font-size: 20px;font-weight: 400;}
.loyaltyTable table tr td ul{text-align: left;list-style: disc;}
.loyaltyTable table tr td ul li{list-style: disc;}
.flexblock{display: flex;justify-content: center;}
.ImgCardwrap{position: relative;}
.moreCardImg{position: relative;}
.ImgCardwrap::after{content: "";background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.85%, rgba(0, 0, 0, 0.7) 88.79%);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.points{background: var(--brandBg);color: var(--whitecolor);text-transform: uppercase;font-size: 13px;padding: 6px;width: 100px;text-align: center;position: absolute;top: 10px;left: -10px;z-index: 1;}
.points:after{ width: 0;height: 0; content: ""; border-top: 8px solid var(--brandBg);border-right: 2px solid transparent;border-bottom: 0;border-left: 12px solid transparent;position: absolute; bottom: -8px;left: 0px;z-index: 1;}
.earnMoreCard{overflow: hidden;padding-left: 10px;}
.earnCardText{position: absolute;bottom: 25px;left: 0px;color: #fff;width: 100%;padding: 0 100px 0 20px;}
.earnMoreCard img{width: 100%;}
.earnCardText .font-vogue{font-size: 22px;}
.productredemSlider, .experienceSlider, .voucherSlider, .eventSlider{overflow: hidden;}
.redeem-btn{padding: 0 35px 10px 35px;}
.redeem-btn a{display: block;color: var(--brandColor);border: 1px solid var(--brandBg);text-align: center;padding: 12px 20px;text-transform: uppercase;font-size: 16px;}
.productredemSlider .arrow-slider, .experienceSlider .arrow-slider{margin-top: 30px;}
.experienceSlider p{font-size: 18px;margin-top: 10px;text-align: center;color: var(--brandColor);}
.experienceSlider, .voucherSlider, .earnMoreCard{margin-top: 45px;}
.voucherSlider .swiper-wrapper{align-items: center;text-align: center;}
.tierTable .table tr th{background: linear-gradient(90deg, #000C40 0%, #091753 100%),
    linear-gradient(0deg, #E3E3E3, #E3E3E3);
    color: #fff;padding: 16px 20px;font-size: 18px;border: 1px solid #fff;}
.tierTable .table tr th.sliver{background: #B6BABD;}
.tierTable .table tr th.gold{background: #E3AB33;}
.tierTable .table tr th.black{background: #000000;}
.tierTable .table{border: 1px solid #F0F0F0}
.tierTable .table tr td{padding: 16px 20px;border: 1px solid #F0F0F0;color: #909090;font-size: 16px;}
.tierTable .table tr td:nth-child(2){background-color: #F8F9FC;color: #4F4F4F;}
.tierTable .table tr td:nth-child(5){color: #4F4F4F;}
.expImg img, .eventImg img{width: 100%;}
.tier-benefits .section-title-box p{margin-top: 10px;}
@media screen and (max-width:1026px){
    .loyaltyTable table tr .tableMainheading{font-size: 18px;}
  
}

@media screen and (max-width:991px){
    .loyaltyBannertext .brand-text .brandTitle{font-size: 50px;line-height: 50px;}
    #loyaltyIntro .section-title-box p{line-height: 18px;}
}
@media screen and (max-width:767px){
    .loyaltyBannertext .brand-text .brandTitle{font-size: 32px;line-height: 32px;}
    #loyaltyIntro .section-title-box p{line-height: 18px;width: 100%;}
    .loyaltyTable table tr td{padding: 20px;}
    .loyaltyTable table tr th{padding: 20px;}
    .loyaltyTable table, .tierTable .table{white-space: nowrap;}
    .loyaltyTable table tr .tableMainheading{font-size: 18px;text-wrap: wrap;}
    
}

.bannerSlider .swiper-wrapper{overflow:hidden;position:relative;}
.bannerSlider.swiper-initialized .swiper-wrapper{overflow:initial;}
.bannerSlider.swiper-initialized:after{display:none;}
.bannerSlider .swiper-slide{flex:0 0 100%;}
.bannerSlider:after{content:'';z-index:1;position:absolute; top:0px;bottom:0px;left:0px;right:0px;background-color: #e5e5e5;background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) #e5e5e5; background-size: 200% 100%; background-position-x: 180%;animation: 1s loading ease-in-out infinite;}
@keyframes loading { to {background-position-x: -20%;}}
.shopByBrandSlider .swiper-wrapper{overflow:hidden;position:relative;}
.shopByBrandSlider .swiper-slide{flex: 0 0 20%;position:relative;}
.shopByBrandSlider.swiper-initialized .swiper-slide{flex: none;}
.shopByBrandSlider .swiper-slide:after{content:'';z-index:1;position:absolute; top:0px;bottom:0px;left:0px;right:0px;background-color: #e5e5e5;background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) #e5e5e5; background-size: 200% 100%; background-position-x: 180%;animation: 1s loading ease-in-out infinite;}
.swiper-initialized .swiper-slide:after{display:none;}
.shopByBrandSlider.swiper-initialized .swiper-wrapper{overflow:initial;}
.swiper-wrapper.hide{overflow:hidden;position:relative;gap:0px 30px;}
.productSlider .swiper-wrapper.hide{overflow:visible;position:relative;gap:0px;}
/* .swiper-wrapper.hide .swiper-slide{flex: 0 0 40%;position:relative;overflow:hidden;} */
.swiper-wrapper.hide .swiper-slide:after{content:'';z-index:1;position:absolute; top:0px;bottom:0px;left:0px;right:0px;background-color: #e5e5e5;background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) #e5e5e5; background-size: 200% 100%; background-position-x: 180%;animation: 1s loading ease-in-out infinite;}
.swiper-wrapper.hide2 .swiper-slide{flex: 0 0 24.6%;position:relative;overflow:hidden;}
.swiper-wrapper.hide2{gap:0px 5px;}
@media screen and (max-width:1199px){
  .swiper-wrapper.hide2 .swiper-slide{flex: 0 0 33.333%;}
}
@media screen and (max-width:991px){
.shopByBrandSlider .swiper-slide{flex: 0 0 25%;}
/* .swiper-wrapper.hide .swiper-slide{flex: 0 0 70%;position:relative;} */
 /* .swiper-wrapper.hide2 .swiper-slide{flex: 0 0 40%;} */
}
@media screen and (max-width:767px){
  .shopByBrandSlider .swiper-slide{flex: 0 0 33.333%;}
}
@media screen and (max-width:479px){
  .shopByBrandSlider .swiper-slide{flex: 0 0 40%;}
   /* .swiper-wrapper.hide .swiper-slide{flex: 0 0 40%;position:relative;} */
  .swiper-wrapper.hide{gap:0px 10px;}
}

/*26-2-24  */
#shopify-section-template--16630681534521__sample_steps_TM78BC .simple-steps-section{border:0px;}


/* new css of aboutus page */
.abt-slider{overflow: hidden;}
.abt-slider img{height: 100%;width:auto;}
.abt-slider .swiper-slide {background-color: #F6F7F8;text-align: center;padding: 30px 30px 50px 30px;height: auto;}
.abtbrands a{color: inherit;display: flex;flex-direction: column;gap: 20px;}
/* .brandImg{height: 100px;} */
.abt-slider .brandName{color: var(--brandColor); font-size: 20px; font-weight: 400; line-height: 22px; letter-spacing: 0.04em; text-align: center; }
.abt-slider .arrow-slider{margin-top: 25px;}
#aboutUs .section-title-box p{width: 50%;margin: auto;padding: 15px 0 0 0;}
.valueGrid{display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 70px;padding-top: 25px;}
.valueBlock{padding-right: 90px;}
.coreHeading{color: #1D1D1D;font-size: 16px;font-weight: 700;line-height: 18px;letter-spacing: 0.025em;text-align: left;margin:20px 0 16px 0;}
.coreDesc{font-size: 15px;font-weight: 400;line-height: 21px;letter-spacing: 0em;text-align: left;color: #787878;}
#valueCoreId .arrow-slider{display: none;}
.valueSlider{overflow: hidden;position: relative;}
.coreMission{display: grid;grid-template-columns: 1fr 1fr;}
.coreVision{background-color: #F6F6F7;padding: 35px;}
.missionRow{border: 1px solid #212B4F66;background: #fff;display: flex;flex-direction: column;height: 100%;}
.missionCol{flex: 1;display: flex;justify-content: center;flex-direction: column;padding: 25px;}
.missionRow .missionCol:first-child{border-bottom:1px solid #212B4F66;}
.missionHeading{font-size: 20px;font-weight: 400;line-height: 22px;letter-spacing: 0.04em;color: #212B4F;margin-bottom: 12px;}
.missionCol p{ font-size: 14px; font-weight: 400; line-height: 21px; letter-spacing: 0em; text-align: left;color: #787878; }
/* #shopify-section-template--16780542967865__banner_loyalty_LUFKzi .loyaltyBannertext .brand-text .brandTitle{color:#fff;} */
@media screen and (max-width:1399px){
  .valueBlock{padding-right: 50px;}
}
@media screen and (max-width:1026px){
  .valueBlock{padding-right: 0px;}
  .valueGrid{gap: 50px;}
  .missionImg{position: relative;}
}
@media screen and (max-width:991px){
  .missionImg img{position: absolute;top: 0;left: 0;height: 100%;object-fit: cover;}

}
@media screen and (max-width:767px){
  .valueGrid{display: flex;gap: 0;}
#valueCoreId .arrow-slider{display: block;}
.valueBlock{padding: 0 50px;}
#aboutUs .section-title-box p{width: 100%;}
.valueSlider .arrow-slider{position: static;}
.valueSlider .arrow-slider:after{display: none;}
.valueSlider .swiper-button-next, .valueSlider .swiper-button-prev{position: absolute;top: 50%;transform: translateY(-50%);border-left:1px solid #212B4F;border-right:1px solid #212B4F;}
.valueSlider .swiper-button-next{right: 0;}
.valueSlider .swiper-button-prev{left: 0;}
.missionImg img{position: static;}
.coreMission{grid-template-columns: 1fr;}
.coreVision{padding: 25px;}
.coreDesc{font-size: 14px;}
}

.swiper-wrapper2{display:flex;grid-template-columns:1fr 1fr 1fr 1fr;gap:25px;}
.brandVdSLider .arrow-slider{display:none;}

@media screen and (max-width:767px){
.swiper-wrapper2{;grid-template-columns:1fr;gap:25px;flex-wrap:wrap;}
  
}
.inner-pages p {
       text-align: justify;
}
.inner-pages ul li {
    text-align: justify;
}
.inner-pages ol li{text-align:justify;}
._1ip0g651._1fragemkn._1fragemir._1frageml4._1fragemlm._1fragemb9._1fragemck._1fragemdr._1fragemf2._1fragema0._1fragema2._1fragemg9._1fragemhk {
    display: none;
}
/* #loyalityRegistrationForm div{margin-bottom:15px;} */
#loyalityRegistrationForm .loyalityflex{display:grid;grid-template-columns:1fr 1fr; gap:25px;}
#loyalityRegistrationForm button{margin-top:20px;}
.loyalityflex input{padding:7px 0; !important;}
@media screen and (max-width:767px){
  #loyalityRegistrationForm .loyalityflex{display:block;}
  #loyalityRegistrationForm div{margin-bottom:10px;}
#loyalityRegistrationForm button{margin-top:10px;}
  
}

.profileContainer input{padding:0 !important;}
.pointsFilter select{padding-bottom:3px !important;}
.profile select{padding-bottom:3px !important;}


.newgram {
    height: 22px;
}

@media screen and (max-width:1399px){
  .btn-pdp{padding:12px 10px;font-size:12px;}
}
@media screen and (max-width:1199px){
  .product-pdp-btn{gap:12px;}
}
@media screen and (max-width:767px){
  .pdp-product-section .container{max-width:100% !important;}
  #go_checkout_reward{width:100%;}
  #pointsFilter table{white-space:norwrap;}
  .text-mark{text-align:center;}
  .contact-form-box h4{padding-right:12px;}
}
.deliver-mail {display:none;}
.subscribe{text-transform:uppercase;}
.marquee-announcemnet .top-header-text{color:#fff;}
.pagination ul li {
    list-style: none;
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
  border-radius: 5px;
    color: #000;
    margin: 0 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}
.pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li a  svg {
    width: 10px;
    height: 10px;
    transform:rotate(-90deg);
}


/* brand slider */
.brandVdSLider .swiper-wrapper2{display:grid;grid-template-columns:1fr 1fr 1fr;}
.brandVdSLider iframe{width:100%;}
.productCard .swiper-slide{height:auto;}
.productCard .media-element{width:100%;max-height:100%;height:100%;}

@media screen and (max-width:991px){
.brandVdSLider .swiper-wrapper2{grid-template-columns: 1fr 1fr;}
  
}
@media screen and (max-width:767px){
.brandVdSLider .swiper-wrapper2{grid-template-columns:  1fr;}
  
}

.product-pdp-slider .arrow-slider{width:100%;}
.product-pdp-slider .swiper-button-next{position: absolute; right: 0; top: -74px; border-left:1px solid #212b4f; }
.product-pdp-slider .swiper-button-prev{position: absolute; left: 0;border-right:1px solid #212b4f;   top: -74px;}
.product-pdp-btn .addTocart{text-transform:uppercase;}

.off-price{color:#212b4f;}
.ct_button_text{text-transform:uppercase;}

#transactionDetails tr td{text-transform:uppercase;}
.ct_button {
    color: #212b4f !important;
    background-color: transparent !important;
    border: 1px solid #212b4f !important;
    border-radius: 2px;
      width: 100% !important;
   
    justify-content: center;
}
.ct_button svg {
    vertical-align: inherit;
    fill: #212b4f;
}
.product-bottom-flex div{
  color:#212b4f;
  text-transform:capitalize;
  height:36px;
}
#newsletter-signpopup.v4 .news-signpop-close svg{margin:14px auto !important;}
@media screen and (max-width:767px){
  #newsletter-success-pop .news-success-popbx{
justify-content: center;
  }
}



/*Manthan 13-june*/
.loyaltyCardBlock .loyalty_border{border: #c8a357 1px solid;}
.loyaltyTable table tr th, .loyaltyTable table tr td{border-color: #c8a357;}
.loyaltyCardBlock .loyalty_border{border-color:  #c8a357;}
.loyaltyTable .sp-tr .first-hover.welcome-hover{transition: all 0.20s ease-out; color: #000;  background: #b97ccf;}
.loyaltyTable .sp-tr .second-hover.blue-hover{transition: all 0.20s ease-out; color: #000;  background: #acd5ff;}
.loyaltyTable .sp-tr .third-hover.silver-hover{transition: all 0.20s ease-out; color: #000;  background: #e4e4e4;}
.loyaltyTable .sp-tr .forth-hover.gold-hover{transition: all 0.20s ease-out; color: #000;  background: #f5e3b8;}
.loyaltyTable .sp-tr .first-hover.welcome-hover img, .loyaltyTable .sp-tr .second-hover.blue-hover img, .loyaltyTable .sp-tr .forth-hover.gold-hover img, .loyaltyTable .sp-tr .third-hover.silver-hover img{box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.75);}






/* Loyalty popup css */
.membership_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
    transition: 0.3s;
    z-index: 9999999;
    display: none;
}
.membership_popup .membershipContent {
  width: 90%;
  overflow: auto;
  
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 20px;
}
.membershipContent .tab-list-category{border-bottom: 0;padding: 0;}
.membershipContent .tab-list-category ul{max-width: 700px;margin: auto;padding-top: 30px;}
.membership_popup .membershipContent .close {
  position: absolute;
  right: 20px;
  top: 20px;
    width: 40px;
    display: block;
    border: 3px solid gold;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  z-index:9999;
}
.membership_popup .membershipContent .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #099ccc;
}

.membership_popup .membershipContent.goldColor .close{
  border-color:#bcaa7d;
}
.membership_popup .membershipContent.goldColor .close span{
  background:#bcaa7d;
}
.membership_popup .membershipContent.silverColor .close{
  border-color:#a4a4a4;
}
.membership_popup .membershipContent.silverColor .close span{
  background:#a4a4a4;
}
.membership_popup .membershipContent.welcomeColor .close{
  border-color:#9666a8;
}
.membership_popup .membershipContent.welcomeColor .close span{
  background:#9666a8;
}
.membership_popup .membershipContent.blueColor .close {
  border-color:#82a6ca;
}

.membership_popup .membershipContent.blueColor .close span{
  background:#82a6ca;
}


.membership_popup .membershipContent .close span:nth-child(1) {
  transform: rotate(45deg);
}
.membership_popup .membershipContent .close span:nth-child(2) {
  transform: rotate(135deg);
}
.membership_popup .close-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
}
.membership_popup .popup_detail{ padding: 4% 30px 30px 30px;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;

display: flex;}
.popup_detail .card_hld {
  width: 35%;
  padding: 0 3%;
}
.popup_detail .feature_hld {
  width: 65%;
  padding: 0 3%;

}
.popup_detail .feature_hld .fet_blurb {
  position: relative;
  width: 100%;
  padding: 0 0 0 10%;
}
.popup_detail .feature_hld .fet_blurb .fet_icon {
  position: absolute;
  left: 0;
  top: -13px;
  width: 7.8%;
}
.popup_detail .feature_hld .fet_blurb h3 {
  padding: 0 0 15px 0;
  
    font-size: 1.77vw;
    color: #01051e;
    font-weight: 400;
    padding: 0 0 30px 0;
    border-bottom: #00051b 1px solid;
}
.popup_detail .feature_hld ul {
  width: 100%;
  /* border-bottom: #00051b 1px solid; */
}
.popup_detail .feature_hld li{display: flex;align-items: center;border-top: #d0c19f 1px solid;}

.popup_detail .feature_hld li:first-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
 
  align-items: flex-start;
  border: none;
  padding: 15px 0;
  display: flex;
}
.popup_detail .feature_hld li {
  padding: 15px 0;
}
.popup_detail .feature_hld li p {
  line-height: 24px;
  display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 3%;

}
.popup_detail .feature_hld li p.tick{font-size: 26px;}
.popup_detail .feature_hld li p span {
  display: block;
  
  font-size: 48px;
  margin-top: 10px;
  color: #765623;
  line-height: 1.9vw;
}
.popup_detail .feature_hld li p:first-child {
  width: 60%;
  color: #765623;
}
.popup_detail .feature_hld li .dash {
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
}
.popup_detail .card_hld img{
  box-shadow: 1px 6px 20px 0px rgba(0,0,0,0.75);border-radius: 10px;
}
#blue .popup_detail .feature_hld li {
  border-color: #91b5dd;
}
#blue .popup_detail .feature_hld li p:first-child {
  color: #397fc6;
}
#blue .popup_detail .feature_hld li p span {
  color: #397fc6;
}
#welcome .popup_detail .feature_hld li p:first-child {
  color: #00051b;
}
#welcome .popup_detail .feature_hld li p:last-child {
  color: #00051b;
}
.membership_popup .membershipContent.welcomeColor {
  background: #e7d5ee;
}
.membershipContent .tab-list-category ul{
  border-bottom:1px solid #ccc;
}
.membershipContent.welcomeColor .tab-list-category ul{
  border-color:#996bb0;
}
#welcome .popup_detail .feature_hld li p span {
  color: #5b2773;
}
#welcome .popup_detail .feature_hld li {
  border-color: #a474ba;
}
.membership_popup .membershipContent.blueColor{
  background-color: #dce9f7;
}

.membershipContent.blueColor .tab-list-category ul{
  border-color:#86aad1;
}
.membership_popup .membershipContent.silverColor{
  background: #e5e5e5;
}
.membership_popup .membershipContent .tab-list-category ul li span.active{
  color:#00051b;
  
}
.membership_popup .membershipContent .tab-list-category ul li span:hover{
  color:#00051b !important;
  
}
.membership_popup .membershipContent .tab-list-category ul li span:hover:after {
    content: '';
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: -3px;
    right: -3px;
    background: var(--brandBg);
}


.membership_popup .membershipContent.silverColor .tab-list-category ul li span{
  color:#8a8a8a;
}
.membership_popup .membershipContent.goldColor .tab-list-category ul li span{
  color:#9c804f;
}
.membership_popup .membershipContent.blueColor .tab-list-category ul li span{
  color:#6a96c3;
}
.membership_popup .membershipContent.welcomeColor .tab-list-category ul li span{
  color:#834c9a;
}
.membershipContent.silverColor .tab-list-category ul{
  border-color:#8a8a8a;
}
#silver .popup_detail .feature_hld li p:first-child {
  color: #00051b;
}
#silver .popup_detail .feature_hld li p span {
  color: #7a7a7a;
}

#silver .popup_detail .feature_hld li {
  border-color: #c5c5c9;
}
#gold .popup_detail .feature_hld li {
  border-color: #cebf9a;
}
.membership_popup .membershipContent.goldColor{
  background: #f8eed5;
}
.membershipContent.goldColor .tab-list-category ul{
  border-color:#d0ba87;
}
#gold .popup_detail .feature_hld li p span {
  color: #765623;
}
.membershipContent .tab-list-category ul li{flex: 0 0 115px;text-align:center;}
.overflow-h{overflow:hidden;}
@media screen and (max-width:1299px){
  .membershipContent .tab-list-category ul{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;height:63px;}
}

@media screen and (max-width:991px){
  .membership_popup .popup_detail{
    flex-direction: column;
  }
  .membershipContent .tab-list-category ul{max-width:500px;}
  .popup_detail .feature_hld{width: 100%;}
  .popup_detail .card_hld {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
}

@media screen and (max-width:767px){
  .tab-output-box{
    height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
}
.popup_detail .card_hld {
  max-width: 250px;
}
.popup_detail .feature_hld {
  width: 100%;
  padding-top: 30px;
}
.popup_detail .feature_hld .fet_blurb .fet_icon {
  top: 0;
}
.membership_popup .popup_detail{padding: 15px 10px;}
.popup_detail .feature_hld .fet_blurb h3{font-size: 18px;padding-bottom: 15px;}
.popup_detail .feature_hld li p span{font-size: 20px;}
.popup_detail .feature_hld li p:first-child{width: auto;}
.membershipContent .tab-list-category ul li{margin-bottom: 0;}
.membershipContent .tab-list-category ul{position: static;}
.membershipContent .tab-list-category{height: auto;padding: 20px 5px;}
.popup_detail .feature_hld li p{line-height: 20px;}
  .membershipContent .tab-list-category ul{margin-top:10px;height:55px;}
  .membership_popup .membershipContent .close{top:9px;right:9px;}
  .membership_popup .membershipContent .close{width:30px;height:30px;}
  .membership_popup .membershipContent .close span{width:17px;}
}


@media screen and (max-width:420px){
.membership_popup  .tab-list-category ul li span{font-size:14px;}
  .popup_detail .feature_hld li p {
font-size:14px;line-height:18px;
  }
      .popup_detail .feature_hld li p span {
        font-size: 16px;
    }
}

.loyaltyTable table tr .tableMainheading{text-align:left;}
.row_tl{display:flex;align-items:center;gap:10px;}
.fet_icon img{width:40px;}
.row_tl h3{font-size:20px;}
.row_tl ~ p, .headingFont li{font-size:16px;margin-top:10px;}



 .m_col li {
    min-height: 70px;
    padding: 10px 0;
    border-top: #fff 1px solid;
}
.m_col ul{list-style:none !important;}
.m_col ul li{list-style:none  !important;}
.m_col .dash {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
}


 .dash, .membership i {
    color: #c8a357;
    margin: 15px auto 0;
}
.m_col ul li:first-child{
  border:none;
}
.brandImg img{
  transition: 0.3s;
}

.brandImg:hover img {
    transform: scale(1.1);
}

.product-bottom-flex div{align-items:center;height:auto;}

@media screen and (max-width:1299px){
  #shopify-section-template--16515369435193__540054fd-9420-4825-a80b-fcf918b9fb5f .tab-list-category ul{
    max-width:93%;
    margin:auto;
  }
}
@media screen and (max-width:1024px){
   #shopify-section-template--16515369435193__540054fd-9420-4825-a80b-fcf918b9fb5f .tab-list-category ul{
    max-width:100%;
    margin:auto;
     padding:0;
  }
}

@media screen and (max-width:767px){
    #shopify-section-template--16515369435193__540054fd-9420-4825-a80b-fcf918b9fb5f .tab-list-category ul{
   
     padding:0 15px;
  }
  #shopify-section-template--16515369435193__540054fd-9420-4825-a80b-fcf918b9fb5f .tab-output-box{height:auto;}
}
/*24-6-24 cart css  */
.cart-flex {
    display: flex;
  
    gap: 50px;
  justify-content:space-between;
}
.cart-product-title-total {
    color: #212b4f;
    font-weight: 500;
      /* flex: 0 0 80px; */
}

@media screen and (max-width:767px){
  .cart-flex{display:block;}
}


@media screen and (min-width:768px){
#ProductGridContainer #usf_container{display:flex;}
  
}

.first-hover ul, .second-hover ul, .third-hover ul, .forth-hover ul{margin-top:37px;}
.loyaltyTable table tr td ul li{margin-top:0;}
.m_col li {
height:80px;min-height:auto;
}
  

.footer-colm .footer-content li a{display:inline-block;}
.footer-address a{color:inherit;}
@media screen and (max-width:991px){
  .m_col li {
    height:120px;
  }
}
@media screen and (max-width:767px){
  .m_col li {
    height:150px;
  }
}

.brandCat ul li a{margin:inherit;}

/* New css of 8-2024 */
.productSlider form{height:100%;}
.title-product{height:auto !important;font-size:18px;}
.product-bottom-flex div{height:32px;}
/* .product-image a {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.product-image a img {
    display: block;
    width: 100%;
    height: 100%;
  object-fit:cover;
} */
.product-title{height:100px;}
.fbt_slider .product-image a {
width:auto;
  height:auto;
}
/* @media screen and (max-width:1299px){
  .product-image a {
height:210px;
  }
}
@media screen and (max-width:991px){
  .product-image a {
height:190px;
  }
} */
@media screen and (max-width:767px){
  .productCategorySlider form{height:100%;}
  .title-product{height:auto !important;}
  .product-image a {
    height:125px;}
  .product-title{height:100px;}
  .brandTab .brandCategory .productBox{padding: 85% 18px 0 18px;}
  .productbrandCategorySlider .swiper-slide{height:auto;}
  .brandTab .productBox img{width:100px;}
}

  
  body{overflow-x:hidden;}
a.title-product{min-height:60px;}
/* .productbrandCategorySlider .swiper-wrapper{justify-content:center;} */
#shopify-section-template--16515369500729__1f0d0e02-636c-4ed7-8044-542f302dda78 .tab-output-box{height:auto;}
.cut-price-new{
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: var(--brandTextColor);
}
.line-through{text-decoration: line-through;}
a.title-product {
    min-height: 70px;
}
@media screen and (max-width:767px){
  .sale-badge{font-size:12px !important;}
  .cut-price-new{margin-left:0;font-size:14px;}
  a.title-product {
    min-height: 95px;
}
      .product-title {
        height: 125px;
    }
  
}

.cut-price-new{
  font-size:13px;
  margin-left: 5px;
}
.product-bottom-flex div{
  display:flex;
}


@media screen and (max-width:1300px){
.cut-price-new {
    font-size: 10px;
}
}
@media screen and (max-width:991px){
  .cut-price-new {
    font-size: 13px;
}
}

@media screen and (max-width:767px){
 .product-bottom-flex div{
  display:block;
} 
  .cart-page .product-price{
    display:block;
  }
  .product-bottom-flex div{
    height:auto;
  }
}

.PLP-brand ul{
  display: grid;
    grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width:767px){
  .PLP-brand ul{
  display: flex;
   
}
}
.pdp-title h1{font-size:18px;}
.toggle-btn {
    background-color: #212b4f;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

.toggle-btn:hover {
    background-color: #0056b3;
}
@media screen and (max-width:767px){
  .gw-button-widget-container .gw-button-widget {
    padding: 10px;
    font-size: 10px;
}
}
.fbt-slider li:first-child .card_fbt .product-inner-box{border: 0 !important}
#shopify-section-template--18120064270393__related-products {
  padding: 0 40px;
}
.cbb-frequently-bought-add-button{
  background-color: #212b4f !important;
    color: white;
    border: none;
    padding: 5px 10px;
}
.cbb-frequently-bought-add-button span{

    color: white !important;

}
.cbb-frequently-bought-recommendations-container{display:flex;align-items:center;}
@media screen and (max-width:767px){
  #shopify-section-template--18120064270393__related-products {
    padding: 0 15px;
}
.cbb-frequently-bought-recommendations-container{flex-direction:column;}
  .cbb-frequently-bought-title{font-size:24px !important;}
  
}
.cbb-frequently-bought-title, .jdgm-rev-widg__title{
      color: var(--brandColor);
    font-size: 30px !important;
    font-weight: 400;
  font-family: 'Vogue';
    text-transform: uppercase;
  text-align:center !important;
  margin-bottom:25px !important;
}
.related-products{max-width:88%;margin:auto;}

@media screen and (max-width:1199px){
.related-products{max-width:100%;padding:0 30px;}
  
}
@media screen and (max-width:767px){
  .cbb-frequently-bought-title, .jdgm-rev-widg__title{
      
    font-size: 21px !important;
}
.related-products{max-width:100%;padding:0 15px;}
}
.go06b0 h4 {margin-top:15px !important;} 

.additional-content a {
  
    text-decoration: underline;
}
.additional-content ul li{
  list-style:disc;
  margin: 2px 2px 2px 15px; 
}
.additional-content h3{
  color:#212b4f;
}
.additional-content p {padding:2px;}
.blog-detail-content ol li {padding:2px; list-style:auto;}
.blog-detail-content ul li {
    margin: 2px 2px 2px 15px; 
    list-style: disc; 
}
.blog-detail-content ul {margin-bottom:15px;}
.additioanl-faq {margin-top:0px;}
.additional-content h3{
  margin-top:15px;
}
.additioanl-faq .faq-content{font-size:14px;}
.additioanl-faq .faq-box {border-bottom:none;}



/* krishna css */

.PLP-brand li{flex: 0 0 80px;}
.PLP-brand ul{display: flex !important;}

@media screen and (max-width:767px) {

  .bss_pl_img .bss-pl-triangle span:not(.bss-pl-text-emoji){font-size: 12px !important;}
.product-bottom-flex .price-wrap{height:40px;}
}

@media screen and (max-width:500px) {

  .bss_pl_img .bss_pl_label_text.bss-pl-frontend{width: 50px !important; height: 47px !important;}
  .bss_pl_img .bss-pl-triangle span:not(.bss-pl-text-emoji){transform: rotate(52deg) !important;}
}

.alsolikeSlider .swiper-slide{height:auto;}
.alsolikeSlider form.home-cat-iteam {height: 100%;display: block;}

.article .blog-detail-wraper a {color: #5050d9 !important;}

/* krishna css start */

.loyaltyTable .sp-tr .fifth-hover.platinum-hover{transition: all 0.20s ease-out; color: #000;  background: #b5b5b5;}
.loyaltyTable .sp-tr .fifth-hover.platinum-hover img{box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, 0.75);}
.loyaltyTable table tr th, .loyaltyTable table tr td{width: 15%;}
.loyaltyTable table tr .tableMainheading{text-align: center;}
/* .loyaltyTable table .row_tl{justify-content: center;} */
.loyaltyTable table tr th:first-child, .loyaltyTable table tr td:first-child{width: 20%}
.loyaltyTable table tr td{height: 120px;}
.row_tl h3{font-size: 18px; text-align: left;}
.loyaltyTable table tr td .rupees{display: flex; align-items: center; justify-content: left;}
.loyaltyTable table tr td .rupees span{font-size: 20px; margin-right: 2px;}

.popup_detail .feature_hld li p.rupees{display: flex; align-items: center;}

/* cross arrow */
.membership_popup .membershipContent.platinumColor .close{
  border-color:#636363;
}
.membership_popup .membershipContent.platinumColor .close span{
  background:#636363;
}

/*  */

.membership_popup .membershipContent.platinumColor .tab-list-category ul li span{color: #3b3b3b;}
#welcome .popup_detail .feature_hld li p:first-child, #blue .popup_detail .feature_hld li p:first-child, #silver .popup_detail .feature_hld li p:first-child, #gold .popup_detail .feature_hld li p:first-child, #platinum .popup_detail .feature_hld li p:first-child{color: #00051b;}
#platinum .popup_detail .feature_hld li p span {
  color: #3b3b3b;
}


.membership_popup .membershipContent.platinumColor{
  background: #b5b5b5;
}

#platinum .popup_detail .feature_hld li {
  border-color: #636363;
}

.membershipContent.platinumColor .tab-list-category ul{
  border-color: #636363;
}

.membership_popup .membershipContent{overflow: hidden; height: 80vh;}

.tab-output-box{height: 69vh; overflow: hidden; overflow-y: scroll;}

.homeCats {
    height: auto !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
}

.membershipContent .tab-list-category ul{max-width: 900px;}

.loyaltyTable table tr.lower-table td.fifth-hover{padding-top: 67px;}

.popup_detail .feature_hld li{justify-content: space-between;}
.popup_detail .feature_hld li p.rupees span{margin-top: 0;}

.popup_detail .feature_hld .fet_blurb .fet_icon{top: 0;}

.loyaltyTable .sp-tr .first-hover .m_col ul li:first-child, .loyaltyTable .sp-tr .second-hover .m_col ul li:first-child, .loyaltyTable .sp-tr .third-hover .m_col ul li:first-child, .loyaltyTable .sp-tr .forth-hover .m_col ul li:first-child, .loyaltyTable .sp-tr .fifth-hover .m_col ul li:first-child{padding: 0; height: 80px;}
.m_col li{height: 90px;}

.membership_popup .popup_detail{align-items: flex-start;}

.loyaltyTable .sp-tr .first-hover.welcome-hover li span.dash, .loyaltyTable .sp-tr .second-hover.blue-hover li span.dash, .loyaltyTable .sp-tr .third-hover.silver-hover li span.dash, .loyaltyTable .sp-tr .forth-hover.gold-hover li span.dash, .loyaltyTable .sp-tr .fifth-hover.platinum-hover li span.dash{background-color: #000;}

 

@media screen and (max-width:1299px) {

  .loyaltyTable table tr th, .loyaltyTable table tr td{padding: 10px;}
  .membershipContent .tab-list-category ul{display: block; max-width: 700px;}

  .loyaltyTable table tr.lower-table td.fifth-hover{padding-top: 47px;}
  .tab-list-category ul li{margin-bottom: 15px;}
  .tab-list-category ul li span.active:after{bottom: -3px !important;}
}

@media screen and (max-width:1199px) {

  .tab-list-category ul li{width: 100px;}
}

@media screen and (max-width:991px) {

  .loyaltyCardBlock .loyalty_border{min-width: 1024px; width: 100%; margin: 0 auto;}

  .membershipContent .tab-list-category{height: auto; padding: 20px 5px;}
  .membershipContent .tab-list-category ul{padding-bottom: 30px; margin-top: 10px; height: 55px; position: static;}
  .tab-output-box{height: 63vh;}
  .membership_popup .popup_detail{padding: 15px 10px;}
  .tab-list-category ul li span.active:after{bottom: -1px !important;}
  .m_col li{height: 90px;}
}

@media screen and (max-width:767px) {

  .loyaltyTable table, .tierTable .table{white-space: normal;}
  .row_tl h3{font-size: 16px;}
  .loyaltyTable table tr td .rupees span{font-size: 18px;}
  .tab-list-category ul li{width: 70px;}
  .tab-output-box{height: 65vh;}
  .membershipContent .tab-list-category ul{padding-bottom: 30px;}
  .tab-list-category ul li span.active:after{bottom: -3px !important;}
  .loyaltyTable .sp-tr .first-hover .m_col ul li:first-child, .loyaltyTable .sp-tr .second-hover .m_col ul li:first-child, .loyaltyTable .sp-tr .third-hover .m_col ul li:first-child, .loyaltyTable .sp-tr .forth-hover .m_col ul li:first-child, .loyaltyTable .sp-tr .fifth-hover .m_col ul li:first-child{height: 78px;}

}

@media screen and (max-width:420px) {

  .membershipContent .tab-list-category ul{padding-bottom: 23px;}
}

/* new css for 03-09-2025 */
.product-pdp-btn .addTocart:disabled, .checkout-btn button:disabled {
 pointer-events:none;        
  opacity: 0.7;                
  border: 1px solid #999;
}
.cart-page-detail{position:static;}
.add-cart-btn[type="button"]{  
  opacity: 0.7;                
}
