*,
::after,
::before {
    box-sizing: border-box;
}

:root {
    --primary-color: #F5F5F5;
    --secondary-color: #66baff;
    --action-color: #f8c800;
    --base-font-family: 'Montserrat';
    --base-font-size: 16px;
    --width-xsmall: 100vw;
    --width-small: 540px;
    --width-medium: 720px;
    --width-large: 960px;
    --width-xlarge: 1140px;
    --width-xxlarge: 1320px;
    --margin-auto: auto;
    --transition: all 750ms;
}

a {
    color: #000000;
    text-decoration: none;
}

:focus {
    outline: 0;
}

h1,
h2,
h3,
p {
    margin: 0;
}

button {
    cursor: pointer;
}

select {
    padding: 5px;
}

.line-through {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #707070;
    text-decoration: line-through;
}

.price:before,
.mrp:before,
.cartProductPrice::before,
.cartProductNewPrice:before,
.cartProductOldPrice:before,
.price-old:before,
.price-new:before,
.cartOrderSub-TotalPrice:before,
.cartOrderTotalPrice:before,
.cartGrandTotalPrice:before,
.total-saved:before,
.cart-total-saved:before,
.cartOrderShippingPrice:before,
.ShippingPrice:before,
.selling-price:before,
.special-price:before {
    content: "₹";
}

.price {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #242424;
}

.mrp {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #707070;
    text-decoration: line-through;
}

.discount {
    position: relative;
}

.rewards-points {
    grid-column: span 5;
    display: grid;
    gap: 0px;
    grid-template-columns: auto;
    padding: 6px 0;
}

.specialPrice {
    display: grid;
    gap: 0px 6px;
    grid-template-columns: repeat(7, auto);
    justify-content: start;
    align-items: center;
}

.special-price-title {
    font-weight: 500;
    white-space: nowrap;
}

.selling-price {
    font-weight: 600;
}

.operator {
    font-weight: 600;
}

.used-rewards-points {
    font-weight: 600;
}

.rewards-points-title {
    font-weight: 500;
}

.special-price {
    font-weight: 700;
    font-size: 16px;
    /* font-size: calc(16px + (28 + 0.5719) * ((100vw - 320px) / (1920 - 320))); */
    line-height: 19px;
    color: #242424;
}

.remainingPoints {
    display: grid;
    gap: 0px 6px;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    align-items: center;
}

.remaining-points-title {
    font-weight: 500;
}

.remaining-points {
    font-weight: 600;
}

.total-saved:after,
.total-saved:after {
    content: " saved";
}

.discount:after,
.cartProductDiscount:after {
    content: "% OFF";
}

.ellipsis,
.ellipsisLineTwo,
.ellipsisLineThree {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis {
    -webkit-line-clamp: 1;
}

.ellipsisLineTwo {
    -webkit-line-clamp: 2;
}

.ellipsisLineThree {
    -webkit-line-clamp: 3;
}

.swiper-button-disabled {
    pointer-events: auto !important;
}

.product-not-found {
    align-items: start;
    grid-template-rows: repeat(2, 0fr);
    justify-items: start;
    padding-right: 0 !important;
}

.product-not-found .graphic {}

.product-not-found-img {}

.product-not-found .content {}

.product-not-found-title {
    font-size: 1rem;
    padding: 0 1rem 0 0;
    margin-bottom: 1rem;
    line-height: normal;
}

.product-not-found-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #ede7f6;
    background: #473c90;
    padding: 8px 22px;
    margin: 0 1rem 0 0;
    display: inline-block;
    border-radius: 38px;
}

.product-not-found-desc {}

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

.tracking-link {
    width: 24px;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    display: flex;
    align-items: center;
    display: none;
}

.tracking-link span {
    display: none;
}

.addToCartBtn {
    min-height: 24px;
}

.warning,
.error,
.success {
    font-weight: 500;
    font-size: 11px;
    line-height: normal;
    margin-top: 0.5rem;
}

.success {
    color: #28a745;
}

.error {
    color: rgb(190 18 60);
}

.wrap {
    display: grid;
    padding: 0 16px;
    margin: 0 auto;
    max-width: var(--width-xsmall);
    /* box-shadow: inset 0px 0px 1px 1px #f00; */
}

body {
    font-family: var(--base-font-family, sans-serif);
    font-size: var(--base-font-size);
    background: var(--primary-color);
    color: #666666;
    line-height: 20px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

.notification-bar {
    background: #673392;
    z-index: 1;
    position: relative;
}

.notification-bar .wrap {
    justify-content: center;
    padding: 6px;
}
.notification-bar p{color: #fff;font-size: 20px;}
header {
    position: sticky;
    background: #ffffff;
    z-index: 99;
    top: 0;
    border-bottom: solid 1px #E6E6E6;
}

header .wrap {
    gap: 0 20px;
    grid-template-columns: 1fr auto auto;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
}

.hamburgerMenuIcon {
    width: 20px;
    display: none;
}

.hamburgerMenuIcon>span {
    width: 100%;
    height: 1.5px;
    margin-bottom: 5px;
    background: #263237;
    display: block;
}

.hamburgerMenuIcon>span:last-child {
    margin-bottom: 0px;
}

.logo {
    max-width: 72px;
    display: flex;
}

.searchIcon {
    /* visibility: hidden; */
}

.button-search-mobile {
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(https://cdn.shopify.com/s/files/1/0591/5223/6751/files/search-desktop.png?v=1678276006);
    background-position: 58% 53%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.button-search {
    display: none;
    width: 22px;
    height: 30px;
    background: url(https://cdn.shopify.com/s/files/1/0591/5223/6751/files/search-desktop.png?v=1678276006);
    background-position: 58% 53%;
    background-size: 14px;
    background-repeat: no-repeat;
}

#search-input {
    display: none;
    width: calc(100vw - 16px);
    border: 1px solid #ccc;
    padding: 11px 10px;
    border-radius: 30px;
    color: #888888;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;

}

#suggestions-container {
    display: none;
    width: calc(100vw - 16px);
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 79px;
    border-radius: 0px 0px 10px 10px;
}

#suggestions-container ul {
    padding: 8px;
    margin: 0;
    overflow: auto;
    max-height: 200px;
}

#suggestions-container ul::-webkit-scrollbar {
    width: 4px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px #0000004d;
}

#suggestions-container ul::-webkit-scrollbar-track {}

#suggestions-container ul::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #4fa878;
    border-radius: 50px;
}

#suggestions-container li {
    font-weight: 500;
    font-size: 14px;
    list-style: none;
    margin: 0px;
    padding: 5px;
    line-height: normal;
}

#suggestions-container li b {
    font-weight: 600;
    font-size: 12px;
    color: #2dbdb6;
    display: block;
}

#suggestions-container li:hover {
    background: #f5f5f6;
}

.cartToggle {
    position: relative;
    padding: 0;
}

.cart-icon {
    width: 25px;
    position: relative;
    display: flex;
}

.cartText {
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    line-height: normal;
    display: none;
}

.cart-count {
    position: absolute;
    font-weight: 600;
    font-size: 11px;
    top: -10px;
    right: -4px;
    color: #000000;
    line-height: normal;
    background: #e4e4e4;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-count.active {
    color: #ffffff;
    background: #673391;
}

.cart {
    display: none;
    align-items: center;
    justify-items: center;
    position: absolute;
    right: 0;
    top: 100%;
    background: #ffffff;
    padding: 20px;
    width: 300px;
    min-height: 200px;
    box-shadow: 0px 2px 5px 1px #00000014;
}

.close {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 36px;
    opacity: 1;
    border: 0;
    right: 0;
    padding: 6px 20px;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #263237;

}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

nav {
    opacity: 0;
    margin: 0;
    padding: 0px;
    width: calc(100vw - 70px);
    height: 100%;
    overflow-y: auto;
    background: #daeff8;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    transform: translate(-100%, 0px);
    transition: var(--transition);
    display: grid;
    grid-template-rows: repeat(30, 1fr);
}

nav a {
    display: grid;
    gap: 0 8px;
    grid-template-columns: 40px 1fr;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #003046;
    text-decoration: none;
    padding: 10px 15px;
    border-bottom: solid 1px #baced6;
    transition: background ease 0.5s;
}

nav a img {}

nav a span {}

nav a:hover {}

nav#hamburgerMenu a:hover {
    border-radius: 0px;
}

main {
    min-height: 600px;
}

main>section {}

#breadcrumb {
    display: none;
}

#breadcrumb .wrap {
    grid-template-columns: auto 1fr;
}

#breadcrumb ul {
    padding: 0;
    margin: 0 0 6px;
    display: flex;
    grid-column: span 2;
}

#breadcrumb ul li {
    line-height: normal;
    display: inline-block;
    list-style: none;
}

#breadcrumb ul li a {
    font: normal normal 600 10px/13px Montserrat;
    color: #676767;
}

#breadcrumb ul li:last-child a {
    font-weight: 700;
    text-overflow: ellipsis;
    display: inline-table;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#breadcrumb ul li:after {
    font-size: 10px;
    content: "/\00a0";
    padding: 0 3px 0 5px;
}

#breadcrumb ul li:last-child:after {
    display: none;
}

#breadcrumb .wrap h1 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 22px;
    color: #676767;
    grid-column: span 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

footer {
    background: #3f3f3f;
}

footer .wrap {}

footer span {
    font-size: .6625rem;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

/*Toast Msg Start*/
.toastMsg {
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 98;
    max-width: calc(100% - 16px);
    padding: 8px 8px;
    background: #d7d7d7;
    border-radius: 10px;
    display: grid;
    gap: 0px 6px;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: start;
    transition: transform 1s ease;
    transform: translateY(100%);
    min-height: 50px;
}

.toastMsg .cart-count {
    position: static;
    display: block;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;

    font-size: 0.8rem;
    font-weight: 500;
    line-height: 12px;
    color: #673391;
    grid-column: span 4;margin-bottom: 4px;text-transform: uppercase;
}

.toastMsg .total-price {
    font-size: 1rem;
    font-weight: 600;
    line-height: 14px;
    color: #673391;
}

.toastMsg .view-cart {
    background: #673391;
    color: #fff;
    padding: 10px 13px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    cursor: pointer;
    grid-row: span 2;
    position: absolute;
    right: 12px;
    bottom: 8px;
}

.total-saved {
    background: #51a037;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    /* visibility: hidden; */
}

/*Toast Msg End*/

/*Cart Start*/
.cartModelWrap {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.cartModeloverlay {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
}

.cartModelCloseBtn {
    cursor: pointer;
    content: "X";
    z-index: 101;
    position: fixed;
    opacity: 1;
    right: 0px;
    bottom: 0;
    color: white;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    scroll-behavior: smooth;
    transition: transform 1s ease;
    transform: translateY(100%);
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.cartModel {
    position: fixed;
    bottom: 0;
    z-index: 101;
    width: 100%;
    height: 584.4px;
    background: #f5f5f5;
    max-height: 100%;
    overflow: auto;
    scroll-behavior: smooth;
    transition: transform 1s ease;
    transform: translateY(100%);
}

.cartModel::-webkit-scrollbar {
    width: 4px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px #0000004d;
}

.cartModel::-webkit-scrollbar-track {}

.cartModel::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #4fa878;
    border-radius: 50px;
}

.cartModelHeaderWrap {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
    position: sticky;
    z-index: 2;
    top: 0;
    width: 100%;
    min-height: 60px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 8px -1px;
    background: #ffffff;
}

.cartModelHeaderWrap .cartLogo {
    width: 6rem;
}

.cartModelHeaderWrap .cartText {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: block;
}

.cartModelHeaderWrap .cartText .cart-count {
    position: static;
    display: inline-flex;
    background: transparent;
    width: auto;
    height: auto;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
}

.cartModelbodyWrap {
    padding: 0.7rem 0.75rem;
    min-height: 100%;
}

.emptyCart {
    margin: -0.7rem -0.75rem;
    width: calc(100% + 1.5rem);
    text-align: center;
}

.emptyCart img {
    margin-bottom: 1rem;
}

.emptyCart h2 {
    font-size: 1rem;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    line-height: normal;
}

.emptyCart p {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.emptyCart a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #ede7f6;
    background: #473c90;
    padding: 8px 22px;
    margin: 0 1rem 20px;
    display: inline-block;
    border-radius: 38px;
}

.couponInfoWrap {
    display: none;
}

.addCouponWrap {
    display: none;
}

.cartProductsList {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    gap: 15px;
    padding: 10px;
    margin-bottom: 1rem;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(227, 227, 227);
}

.cartProduct {
    display: grid;
    gap: .25rem 0.75rem;
    grid-template-columns: 4.24rem repeat(4, 1fr);
    align-items: start;
    padding: 0.5rem 0 .72rem;
    border-bottom: solid 2px rgb(242 242 242);
}

.cartProduct:last-child {
    border-bottom: solid 0px rgb(242 242 242);
}

.cartProductImage {
    grid-column: span 1;
    grid-row: span 4;
}

.cartProductTitle {
    grid-column: span 4;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    line-height: 1.12rem;
    font-weight: 400;
    color: #000000;
}

.cartProductVariant {
    /* display: none; */
    grid-column: span 4;
    font-family: 'Roboto', sans-serif;
    font-size: .625rem;
    line-height: 0.85rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: .75rem;
}

.cartProductPriceWrap {
    grid-column: span 2;
    display: grid;
    grid-template-columns: auto;
    justify-content: start;
    justify-items: start;
}

.cartProductPrice {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 600;
    color: #000000;
}

.cartProductNewPrice {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 600;
    color: #000000;
}

.cartProductOldPrice {
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    line-height: 1.1rem;
    font-weight: 300;
    text-decoration: line-through;
    color: rgb(132 146 166);
}

.cartProductDiscount {
    background: #ff8b00;
    font-family: 'Roboto', sans-serif;
    font-size: .625rem;
    line-height: 0.75rem;
    font-weight: 600;
    color: #fff;
    padding: .25rem .5rem;
    white-space: nowrap;
    margin-top: 0.45rem;
    display: inline-block;
    border-radius: 0.25rem;
}

.cartQuantityWrap {
    grid-column: span 2;
    display: grid;
    gap: 0.5rem 0;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    justify-content: end;
}

.cartQuantityWrap button {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #242424;
    padding: 0.25rem;
    background: #f2f2f2;
    border: solid 0px #D3E0DF;
    width: 1.5rem;
    height: 1.5rem;
}

.cartQuantityWrap .qty-min {
    border-radius: 0.125rem 0 0 0.125rem;
}

.cartQuantityWrap .qty {
    font-weight: 300;
    font-size: .75rem;
    line-height: 1rem;
    color: #242424;
    padding: 5px 12px;
    background: #f2f2f2;
    max-width: 48px;
    height: 1.5rem;
    text-align: center;
    border: 0;
    border-left: solid 1px #64748b;
    border-right: solid 1px #64748b;
}

.cartQuantityWrap .qty-plus {
    border-radius: 0 0.125rem 0.125rem 0;
}

.cartProductRemove,
.cartProductRemove:hover {
    grid-column: span 3;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    color: rgb(132 146 166);
    text-align: center;
    cursor: pointer;
}

.cartOrderSummeryWrap {}

.cartOrderSummeryTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    line-height: 0.6rem;
    font-weight: 600;
    color: #000000;
    padding: 1.25rem 0;
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
}

.cartOrderSummeryTitle:before,
.cartOrderSummeryTitle:after {
    content: "";
    background: rgb(227 227 227);
    height: 2px;
    width: calc(100% - 73%);
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transform: translate(0, 50%);
}

.cartOrderSummeryTitle:after {
    left: auto;
    right: 0;
}

.cartOrderSummery {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    gap: 0px;
    padding: .5rem 1rem;
    margin: 0rem;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(227, 227, 227);
    list-style: none;
}

.cartOrderSummery li {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgb(39 52 68) !important;
    padding: 1rem 0;
    border-bottom: solid 2px rgb(242 242 242);
}

.cartOrderSummery li:last-child {
    border-bottom: solid 0px rgb(242 242 242);
}

.rewardPointsSummeryWrap {}

.rewardPointsSummeryTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    line-height: 0.6rem;
    font-weight: 600;
    color: #000000;
    padding: 1.25rem 0;
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
}

.rewardPointsSummeryTitle:before,
.rewardPointsSummeryTitle:after {
    content: "";
    background: rgb(227 227 227);
    height: 2px;
    width: calc(100% - 81%);
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transform: translate(0, 50%);
}

.rewardPointsSummeryTitle:after {
    left: auto;
    right: 0;
}

.rewardPointsSummery {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    gap: 0px;
    padding: .5rem 1rem;
    margin: 0rem;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(227, 227, 227);
    list-style: none;
}

.rewardPointsSummery li {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgb(39 52 68) !important;
    padding: 1rem 0;
    border-bottom: solid 2px rgb(242 242 242);
}

.rewardPointsSummery li:last-child {
    border-bottom: solid 0px rgb(242 242 242);
}

.rewardPointsSummery li .special-price {
    grid-column: span 1;
}

.cartModelfooterWrap {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    position: sticky;
    z-index: 1;
    bottom: 0;
    width: 100%;
    border-radius: 0.375rem 0.375rem 0 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 8px -1px;
    background: #673392;
}

.cartModelfooterTotalPrice {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.cartModelfooterViewOrderDetails {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
    display: block;
}

.cartModelfooterProceedToPay {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #ffffff;
    padding: .6rem .75rem;
    width: 10rem;
    text-align: center;
    position: relative;
    border: 0;
    background: #51a037;
    border-radius: 0.5rem;
}

.cartModelfooterProceedToPay:hover {
    color: #ffffff;
}

.dd {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(227, 183, 2);
    padding: 10px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    transition: all 0.3s ease-in-out 0s;
    font-family: 'Roboto', sans-serif;
}

/*Cart End*/
#heroSwiper .swiper-button-prev {
    margin-left: 8px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 12px;
    color: #5d5d5d;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 12px;
    color: #5d5d5d;
}

.swiper-button-next {
    border: 2px solid #5d5d5d;
    height: 22px;
    right: 1px;
    border-radius: 50%;
    width: 22px;
}

.swiper-button-prev {
    border: 2px solid #5d5d5d;
    height: 22px;
    border-radius: 50%;
    left: 0px;
    width: 22px;
}

.swiper_arrow {
    width: 100px;
    position: absolute;
    right: 0;
    top: 31px;
    visibility: hidden;
}

.swiper_arrow .swiper-button-prev {
    right: 43px;
    left: inherit;
}

#categorySwiper .swiper_arrow {
    top: 4px;
    right: 10px;
}

#under-99-Store .wrap .swiper_arrow {
    top: 41px;
    right: 3px;
}

#price-drop-Products .wrap .swiper_arrow {
    top: -20px;
    right: 0px;
}

#related-products .swiper_arrow {
    top: 41px;
    right: 5px;
}

/*Responsive*/
@media screen and (min-width: 576px) {
    .product-not-found {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: unset;
        height: 100%;
    }

    .product-not-found .graphic {}

    .product-not-found-img {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 64%;
    }

    .product-not-found .content {
        order: -1;
        display: grid;
        align-content: center;
        justify-items: start;
        height: 100%;
    }

    .product-not-found-title {}

    .product-not-found-link {}

    .product-not-found-desc {}

    .wrap {
        max-width: var(--width-small);
    }
}

@media screen and (min-width: 768px) {

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 14px;
        color: #5d5d5d;
        font-weight: bold;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 14px;
        color: #5d5d5d;
        font-weight: bold;
    }

    .swiper-button-next {
        border: 2px solid #5d5d5d;
        height: 28px;
        right: 0px;
        border-radius: 50%;
        width: 28px;
    }

    .swiper-button-prev {
        border: 2px solid #5d5d5d;
        height: 28px;
        border-radius: 50%;
        left: 0px;
        width: 28px;
    }

    .swiper_arrow {
        visibility: visible;
    }

    #under-99-Store .wrap .swiper_arrow {
        top: 81px;
        right: 19px;
    }

    #price-drop-Products .wrap .swiper_arrow {
        top: 17px;
        right: 0px;
    }

    .wrap {
        max-width: var(--width-medium);
    }

    .footer {}

    .footer .wrap {
        align-items: start;
    }

    .footer .grid {
        grid-column: span 1;
        padding: 32px 0;
    }

    .footer .grid img {}

    .footer .grid strong {}

    .footer .grid a,
    .footer .grid p {}

    .footer .grid p {}

    .footer .about {
        padding-right: 32px;
    }

    .footer .about a {}

    .footer .about a img {}

    .footer .phone {}

    .footer .phone a {}

    .footer .email {}

    .footer .address {}

    .copyright {
        padding: 14px 0 28px;
    }

    .copyright .wrap {
        grid-template-columns: auto auto auto auto 1fr;
        justify-items: start;
    }

    .copyright a {
        font-size: .75rem;
    }

    .copyright p {
        grid-column: span 1;
        width: 100%;
        text-align: right;
        font-size: .75rem;
    }
}

@media screen and (min-width: 992px) {
    .special-price {
        font-size: 24px;
        line-height: normal;
    }

    .mrp {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
    }

    .price {
        font-weight: 700;
        font-size: 28px;
        line-height: normal;
    }

    .line-through {
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
    }

    .tracking-link {
        order: 4;
        width: auto;
        font-weight: 600;
        font-size: 11px;
        color: #000000;
        line-height: normal;
        border-left: solid 1px #b8b1b1;
        padding-left: 20px;
        /* align-items: flex-end; */
        display: none;
    }

    .tracking-link img {
        margin-right: 5px;
        max-width: 24px;
    }

    .tracking-link span {
        margin-top: 2px;
        display: inline-block;
    }

    .addToCartBtn {
        min-width: 61px;
    }

    .order-lg-1 {
        order: 1;
    }

    .wrap {
        max-width: var(--width-large);
    }

    main>section {}

    header {
        border-bottom: none;
        background: #f7f7f7;
    }

    header .wrap {
        grid-template-columns: 1fr 1fr auto auto;
        min-height: 95px;
    }

    .hamburgerMenuIcon {
        display: none;
    }

    .hamburgerMenuIcon>span {}

    .hamburgerMenuIcon>span:last-child {}

    .logo {
        max-width: 120px;
        order: 1;
    }

    .searchIcon {
        width: 500px;
        position: relative;
        order: 2;
    }

    .button-search-mobile {
        display: none;
        width: 22px;
        height: 30px;
        background: url(https://cdn.shopify.com/s/files/1/0591/5223/6751/files/search-desktop.png?v=1678276006);
        background-position: 58% 53%;
        background-size: 14px;
        background-repeat: no-repeat;
    }

    .button-search {
        display: inline-block;
        cursor: pointer;
        height: 50px;
        position: absolute;
        left: 0;
        text-align: center;
        top: 0;
        width: 74px;
        background: url(https://cdn.shopify.com/s/files/1/0591/5223/6751/files/search-desktop.png?v=1678276006);
        background-position: 58% 53%;
        background-size: 14px;
        background-repeat: no-repeat;
        border-right: 1px solid #CECECE;
    }

    #search-input {
        display: block;
        width: 100%;
        border: 1px solid #ccc;
        padding: 15px 81px;
        border-radius: 30px;
        color: #888888;
        font-weight: 500;
        font-size: 16px;
        position: initial;
    }

    #suggestions-container {
        /* overflow-y: scroll; */
        max-height: 20rem;
        background: #fff;
        position: absolute;
        width: 100%;
        right: 0;
        top: 50px;
    }

    #suggestions-container li {
        font-size: 13px;
    }

    #suggestions-container li:hover {
        background: #f5f5f6;
    }

    .cartToggle {
        display: flex;
        align-items: center;
        order: 3;
    }

    .cart-icon {}

    .cartText {
        display: inline-block;
        padding-left: 5px;
    }

    .cart-count {}

    .cart {}

    .close {}

    .close:hover {}

    .close:before,
    .close:after {}

    .close:before {}

    .close:after {}

    nav {}

    nav a {}

    nav a:hover {}

    nav#hamburgerMenu a:hover {}

    /*Toast Msg Start*/
    .toastMsg {
        right: 32px;
        margin: 0 0 0 auto;
        max-width: calc(370px - 0px);
        padding: 10px 15px;
    }

    .toastMsg .cart-count {}

    .toastMsg .total-price {}

    .toastMsg .view-cart {}

    .total-saved {}

    /*Toast Msg End*/

    /*Cart Start*/
    .cartModelWrap {}

    .cartModeloverlay {}

    .cartModelCloseBtn {
        right: 24px;
    }

    .cartModel {
        max-width: 400px;
        /* height: 100vh; */
        height: 87vh;
        right: 20px;
        border-radius: 8px 8px 0 0;
    }

    .cartModel::-webkit-scrollbar {}

    .cartModel::-webkit-scrollbar-track {}

    .cartModel::-webkit-scrollbar-thumb {}

    .cartModelHeaderWrap {}

    .cartModelHeaderWrap .cartLogo {}

    .cartModelHeaderWrap .cartText {}

    .cartModelbodyWrap {}

    .couponInfoWrap {}

    .addCouponWrap {}

    .cartProductsList {}

    .cartProduct {}

    .cartProduct:last-child {}

    .cartProductImage {}

    .cartProductTitle {}

    .cartProductVariant {}

    .cartProductPriceWrap {}

    .cartProductPrice {}

    .cartProductNewPrice {}

    .cartProductOldPrice {}

    .cartProductDiscount {}

    .cartQuantityWrap {}

    .cartQuantityWrap button {}

    .cartQuantityWrap .qty-min {}

    .cartQuantityWrap .qty {}

    .cartQuantityWrap .qty-plus {}

    .cartProductRemove,
    .cartProductRemove:hover {}

    .cartOrderSummeryWrap {}

    .cartOrderSummeryTitle {}

    .cartOrderSummeryTitle:before,
    .cartOrderSummeryTitle:after {}

    .cartOrderSummeryTitle:after {}

    .cartOrderSummery {}

    .cartOrderSummery li {}

    .cartOrderSummery li:last-child {}

    .cartModelfooterWrap {}

    .cartModelfooterTotalPrice {}

    .cartModelfooterViewOrderDetails {}

    .cartModelfooterProceedToPay {}

    .dd {}
}

@media screen and (min-width: 1200px) {
    .product-not-found-img {
        max-width: 55%;
    }

    .wrap {
        max-width: var(--width-xlarge);
    }
}

@media screen and (min-width: 1400px) {
    .wrap {
        max-width: var(--width-xxlarge);
    }
}