@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Patua+One|Roboto+Condensed|Nunito:200,600|PT+Sans|Open+Sans:ital,wght@0,600;1,400|Roboto:wght@300;400;500|Poppins:200,300,400,500,600,700,800,900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --msc-theme-primary-color: #272727;
    --msc-theme-secondry-color: #424242;
    --msc-theme-red-dark-color: #ba0000;
    --msc-theme-red-light-color: #dc3545;
    --msc-theme-red-low-light-color: #f7040d;
    --msc-theme-green-light-color: #06be69;
    --msc-theme-teal-color: #20c997;
    --msc-theme-dark-teal-color: #069e70;
    --msc-theme-light-color: #ffffff;
    --msc-theme-low-light-color: #ececec;
    --msc-theme-dark-light-color: #b9b9b9;
    --msc-theme-cyan-color: #0dcaf0;
    --msc-theme-yellow-color: #ffc107;
    --msc-theme-orange-color: #ff930f;
    --msc-theme-logo-color: #0d2c6b;
    --msc-theme-light-gray-color: #767676;
    --msc-theme-dark-carret-color: #ff5d28;
    --msc-theme-dark-royal-blue-color: #2a2d95;
    --msc-theme-global-logo-light-color: #fffbf4;
    --msc-theme-peach-color: #f9cdac;
    --msc-theme-light-peach-color: #edddb1;
    --msc-theme-logo-green-color:#7fbc20;
    --msc-theme-transparent-color: rgba(0, 0, 0, 0);
    --msc-theme-font-family: 'Plus Jakarta Sans', sans-serif;
    --msc-theme-font-family-robot: 'Roboto', sans-serif;
    --msc-theme-font-family-PatuaOne: 'Patua One', sans-serif;
    --msc-theme-font-family-RobotoCondensed: 'Roboto Condensed', sans-serif;
    --msc-theme-font-family-Nunito: 'Nunito', sans-serif;
    --msc-theme-font-family-PTSans: 'PT Sans', sans-serif;
    --msc-theme-font-family-OpenSans: 'Open Sans', sans-serif;
    --msc-theme-font-family-Poppins: 'Poppins', sans-serif;
}
/* snow effect */
/*#msc-snow-effect-d1 {*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: fixed;*/
/*    background-color: #00000003;*/
/*    background-image: url('../img/snow/snow.png'),url('../img/snow/snow1.png'),url(../img/snow/snow2.avif);*/
/*    background-repeat: repeat;*/
/*    z-index: 100000;*/
/*    pointer-events: none;*/
/*    -moz-animation: msc_snow_effect 10s linear infinite;*/
/*    -webkit-animation: msc_snow_effect 10s linear infinite;*/
/*    animation: msc_snow_effect 10s linear infinite;*/
/*}*/
/*@keyframes msc_snow_effect {*/
/*    0% {*/
/*        background-position: 0 0,0 0,0 0;*/
/*    }*/
/*    100% {*/
/*        background-position: 500px 3000px,0 400px,0 300px;*/
/*    }*/
/*}*/
/*#msc-top-navbar::before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 70px;*/
/*    background-image: url(../img/snow/chris.png);*/
/*    background-size: auto;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 10000;*/
/*    left: 0;*/
/*}*/
/*#msc-top-navbar {*/
/*    padding-top: 45px !important;*/
/*}*/
/* snow effect */
/* theme color blue hex code --- #081355 */
/* theme color red hex code --- #a80000 */
body,
html {
    font-family: var(--msc-theme-font-family);
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/*Widget*/

.msc-bmi-submit{
    background: #424242 !important;
    color:#fff !important;
}
/*Widget END*/


/* top nav bar css */
#msc-top-navbar {
    position: relative;
    /* background-color: var(--msc-theme-global-logo-light-color); */
    background-color: var(--msc-theme-light-color);
    padding: 10px 5px;
}

.msc-navigation-bar {
    margin: 0;
    padding: 0;
}

.msc-navigation-bar li {
    display: inline-block;
}

.msc-header-bar {
    position: relative;
}

.msc-logo-placement {
    position: relative;
    text-align: center;
}

.msc-logo-placement img {
    width: 75%;
    /* filter: hue-rotate(193deg) invert(1); */
}

#msc-ec-bottom-nav-bar {
    padding: 10px 50px;
    background-color: var(--msc-theme-light-peach-color);
    color: var(--msc-theme-primary-color);
}

#msc-ec-bottom-nav-bar .col-md-4 {
    border-right: 1px solid var(--msc-theme-primary-color);
}

#msc-ec-bottom-nav-bar .col-md-4:last-child {
    border-right: none;
}

.msc-top-menu-bar-list {
    position: relative;
}

.msc-sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    z-index: 99999;
    left: 1.1em;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
    padding: 5px 0;
    border-top: 3px solid var(--msc-theme-dark-carret-color);
    background-color: var(--msc-theme-primary-color);
    transition: all .3s ease;
}

.msc-sub-menu a {
    display: block;
    min-width: 300px;
}

.msc-sub-menu .msc-sub-menu-list {
    width: 100%;
    color: var(--msc-theme-low-light-color);
    border-bottom: 1px solid var(--msc-theme-light-gray-color);
    padding: 10px 30px 10px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.429;
    text-decoration: none;
    font-family: var(--msc-theme-font-family-OpenSans);
    transition: all .3s;
}

.msc-sub-menu .msc-sub-menu-list:hover {
    transform: translateX(5px);
}

.msc-sub-menu-list:last-child {
    border-bottom: none;
}

li.msc-top-menu-bar-list:hover>.msc-sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    margin-left: 0;
}

/* navbar css */
.msc-category-field {
    position: relative;
    line-height: 5.2;
}

.msc-toplist-menu {
    color: var(--msc-theme-logo-color);
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 15px;
}

.msc-toplist-menu:hover {
    color: var(--msc-theme-logo-color);
}

#msc-search-from {
    margin-top: 0px;
}

.msc-serach-top-bar {
    position: relative;
}

.msc-search-input {
    border-radius: 3px 3px 3px 3px;
    border-width: 1px;
    padding: 8px 25px 8px;
    padding-right: 55px;
    transform: skewX(-10deg);
    outline-offset: 3px;
    width: 100%;
}

.msc-search-input:focus-visible {
    outline: 2px solid var(--msc-theme-logo-color);
}

.msc-serach-btn {
    line-height: 0;
    width: 55px;
    height: 100%;
    position: absolute;
    right: -7px;
    top: 0;
    z-index: 3;
    background: 0 0;
    border: none;
    padding: 0;
    clip-path: none;
}

.msc-right-top-button {
    position: relative;
    text-align: center;
    margin-top: 0%;
}

.msc-top-side-link {
    position: relative;
    color: var(--msc-theme-light-color);
    text-decoration: none;
    padding: 5px;
    font-size: 13px;
}

.msc-badge {
    position: absolute !important;
    left: 0;
    top: 23px;
    border: 3px solid var(--msc-theme-transparent-color);
    width: 21px;
    text-align: center;
    border-radius: 50%;
    font-size: x-small;
    background-color: var(--msc-theme-yellow-color);
    color: var(--msc-theme-primary-color);
}

.msc-badge.msc-wishlist {
    position: relative;
}

.msc-badge.msc-cart {
    left: 17px;
    top: 20px;
    border: 3px solid var(--msc-theme-transparent-color);
}

.msc-top-side-link:hover {
    color: var(--msc-theme-dark-royal-blue-color);
}

.msc-a-wishlist,
.msc-a-shopping-cart {
    font-size: 18px;
    color: var(--msc-theme-dark-royal-blue-color);
}

/* navbar css */
/* slider css */
#msc-slider {
    position: relative;
}

.msc-slider-bg-item {
    background-position: top left !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 474px;
    background-blend-mode: overlay;
    width: 100%;
    margin-left: 0px;
}

.msc-slider-title {
    text-align: center;
    font-size: 3em;
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-slider-title span {
    background-color: #ebebeb20;
    border: 1px solid #ccc;
    color: var(--msc-theme-low-light-color);
    display: inline-block;
    margin-top: 9%;
    padding: 10px 20px;
    border-radius: 20px 0 20px 0;
    transform: skewX(-10deg);
}

.msc-slider-shop-btn {
    text-decoration: none;
    display: block;
    text-align: center;
}

.msc-slider-shop-btn .btn {
    font-size: 25px !important;
    color: var(--msc-theme-low-light-color);
    border: 1px solid var(--msc-theme-low-light-color);
    margin-top: 20px;
}

#msc-slider .owl-item.active .msc-slider-title span {
    transform: skewX(-10deg);
    animation: fadeInDown ease 1s both;
}

#msc-slider .owl-item.active .msc-slider-shop-btn .btn {
    animation: fadeInUp ease 1s 1s both;
}

/* #msc-slider .owl-prev, #msc-slider .owl-next{
    position: absolute;
    margin-top: 10%;
    font-size: 2em;
    color: #fff;
}

#msc-slider .owl-prev{
    left: 2%;
}

#msc-slider .owl-next{
    right: 2%;
} */

/* slider css */
/* cart preview css */
.msc-cart-preview-section {
    position: fixed;
    top: 0;
    right: -351px;
    z-index: 123;
    height: 100vh;
    width: 350px;
    background: var(--msc-theme-light-color);
    box-shadow: inset 0 0 3px #ccc;
    transition: all .3s ease;
    overflow-y: scroll;
}
.msc-cart-preview-section::-webkit-scrollbar {
    width: 0 !important;
}
.msc-cart-preview-section.active {
    right: 0;
}

.msc-cart-preview-box {
    color: var(--msc-theme-primary-color);
}

.msc-cart-preview-header {
    padding: 20px;
    border-bottom: 1px solid var(--msc-theme-low-light-color);
}

.msc-cart-preview-header h5 {
    margin-bottom: 0;
    position: relative;
}

.msc-bag-close-btn {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 99999;
}

.msc-bag-close-btn:hover {
    transform: rotateZ(180deg);
    color: var(--msc-theme-red-light-color);
    font-weight: 800;
}

.msc-cart-preview-body {
    padding: 20px;
}

/* .msc-cart-preview-footer {
    padding: 20px;
    border-top: 1px solid var(--msc-theme-low-light-color);
    position: absolute;
    width: 100%;
    bottom: 0;
} */
.msc-cart-preview-footer {
    padding: 20px;
    border-top: 1px solid var(--msc-theme-low-light-color);
    width: 100%;
    bottom: 0;
    background: #fff;
    position: sticky;
}
.msc-cart-preview-footer .msc-view-cart-btn {
    transform: skewX(-10deg);
    background-color: var(--msc-theme-low-light-color);
    display: block;
    border-radius: 0;
    margin-top: 10px;
    height: 45px;
    line-height: 30px;
    outline: none;
}

.msc-view-cart-btn:focus-within,
.msc-checkout-btn:focus-within {
    outline: none;
    box-shadow: none;
}

.msc-cart-preview-footer .msc-checkout-btn {
    transform: skewX(-10deg);
    background-color: var(--msc-theme-logo-color);
    display: block;
    border-radius: 0;
    margin-top: 5px;
    height: 45px;
    line-height: 30px;
    color: var(--msc-theme-low-light-color);
}

.msc-inn-text {
    transform: skewX(0deg);
}

.msc-sub-total {
    font-size: 20px;
    text-align: right;
    display: flex;
    justify-content: space-between;
}

.msc-cart-body-content span {
    color: var(--msc-theme-secondry-color);
    font-weight: 600;
    font-size: 1.1em;
}

.msc-side-cart-image img {
    width: 100%;
}

.msc-side-cart-product-name span {
    font-size: .8em !important;
    color: var(--msc-theme-light-gray-color);
}

.msc-side-cart-product {
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.msc-side-cart-product:last-child {
    border-bottom: none;
}

.msc-side-cart-product-name h5 {
    font-size: .95em !important;
    font-family: var(--msc-theme-font-family-PatuaOne);
    margin-bottom: 0;
}

.msc-side-cart-remove-product {
    text-decoration: none;
    color: var(--msc-theme-red-low-light-color);
    font-family: var(--msc-theme-font-family-Nunito);
    font-weight: 800;
}

/* cart preview css */
/* Shop By Goal Category */
.msc-heading-font-style {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 2.2em;
    text-transform: uppercase;
}

.msc-heading-font-style-2 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 1.8em;
    text-transform: uppercase;
}

.msc-heading-font-style::after {
    content: " >";
    color: var(--msc-theme-logo-color);
}

.msc-heading-font-style-2::after {
    content: " >";
    color: var(--msc-theme-logo-color);
}

.msc-heading-font-style::before {
    content: "< ";
    color: var(--msc-theme-logo-color);
}

.msc-heading-font-style-3 {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
    text-transform: uppercase;
}

.msc-heading-font-style-3::after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 71%;
    margin-top: -11px;
    margin-left: 14%;
}

#msc-shop-by-goal {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 60px;
}
#msc-shop-by-goal::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/h1-leaf.png);
    background-repeat: no-repeat;
    bottom: -0px;
    background-size: contain;
    height: 150px;  
    width: 500px;
}
#msc-shop-by-goal::before{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/h1-leaf.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0px;
    background-size: contain;
    height: 150px;  
    width: 500px;
    transform: rotate(180deg);
}

.msc-shop-goal-figure {
    width: 100%;
    margin: 50px 0;
    transition: 0.3s;
    margin-top: 25px;
}

.msc-shop-goal-figure:hover .msc-shop-goal-img img {
    transform: scale(1.1);
}

.msc-shop-goal-img {
    overflow: hidden;
    margin-bottom: 20px;
    height: 450px;
    width: 100%;
}

.msc-shop-goal-img img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.msc-shop-goal-content {
    text-align: center;
}

.msc-shop-goal-content h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-shop-goal-content .msc-shop-goal-btn a {
    font-family: var(--msc-theme-font-family-robot);
    border: 2px solid var(--msc-theme-logo-color);
    transition: .3s;
    padding: 7px 18px;
    margin-top: 6px;
    border-radius: 0 !important;
    transform: skewX(-10deg);
}

.msc-shop-goal-content .msc-shop-goal-btn a:hover {
    border: 2px solid transparent;
    /* background-color: var(--msc-theme-logo-color); */
    background-color: var(--msc-theme-logo-green-color);
    color: var(--msc-theme-light-color);
    transform: skewX(0deg);
}

/* Shop By Goal Category */
/* shop by latest product */
#msc-latest-product {
    position: relative;
    padding-bottom: 90px;
    padding-top: 60px;
    /* border-bottom: 1px solid #ccc; */
}
#msc-latest-product::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/banner_shape02.png);
    top:0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 150px;
}
#msc-latest-product::before{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/banner_shape01.png);
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 120px;
}
.msc-vector-leaf{
    position: absolute;
    right: 10rem;
    bottom: 0;
}
.msc-vector-leaf img{
    height: 150px;
    filter: blur(6px);
    width: 150px;
    object-fit: contain;
}
.msc-product-block {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    background-color: #f4f4f4;
    margin: 20px 0;
    cursor: pointer;
}

.msc-product-transition {
    position: relative;
}

.msc-product-image {
    /* padding: 35px 0 0; */
    background: #fff;
    border: 1px solid var(--msc-theme-low-light-color);
    border-bottom: none;
}

.msc-product-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.msc-product-caption-details {
    background-color: #e1e8ff;
    padding: 13px 30px 25px;
}

.msc-category-name-in {
    font-size: 14px;
    line-height: 1.8333333333;
    margin-bottom: 4px;
    /* text-decoration-line: underline; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-category-name-in a {
    color: var(--msc-theme-light-gray-color);
}

.msc-product-title-thumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5714285714;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    max-height: 52px;
}

.msc-product-title-thumbs a {
    color: var(--msc-theme-secondry-color);
    text-decoration: none;
}

.msc-thumb-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    color: var(--msc-theme-secondry-color);
}

.msc-product-caption-details a[class*=msc_product_type_] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -56px;
    font-size: 13px;
    line-height: 2.1818181818;
    font-weight: 600;
    border-radius: 0;
    border: none;
    padding: 15px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    /* background-color: var(--msc-theme-primary-color); */
    background-color: #051944;
    transition: all .3s ease;
    clip-path: none;
    opacity: 1;
    text-decoration: none;
}

.msc-product-block:hover .msc-product-caption-details a[class*=msc_product_type_] {
    bottom: 0;
}

.msc-latest-product-carsouel .owl-nav button.owl-next,
.msc-latest-product-carsouel .owl-nav button.owl-prev,
.msc-stack-product-carsouel .owl-nav button.owl-next,
.msc-stack-product-carsouel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    right: 0;
    top: -54px;
    font-size: xx-large !important;
}

.msc-latest-product-carsouel .owl-nav [class*=owl-]:hover,
.msc-stack-product-carsouel .owl-nav [class*=owl-]:hover {
    background: var(--msc-theme-transparent-color) !important;
    color: #2196f3 !important;
    text-decoration: none;
}

.msc-latest-product-carsouel .owl-nav button.owl-prev,
.msc-stack-product-carsouel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    right: 50px;
    top: -54px;
    font-size: xx-large !important;
}

.msc-off-price {
    color: var(--msc-theme-red-low-light-color);
    font-weight: 600;
}

.msc-delete {
    text-decoration: line-through;
    font-size: .8em !important;
}

/* shop by latest product */
/* shop by deal offer */
#msc-deal-offer {
    position: relative;
    background-attachment: scroll !important;
    background-size: cover !important;
    min-height: 250px;
    background-blend-mode: soft-light;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 80px 0;
    margin: 20px 0px;
}
.msc-marketing-images{
    position:relative;
}
.msc-leaf-bowl-left{
    position: absolute;
    left: -1rem;
    top: -1.5rem;
}
.msc-leaf-bowl-left img{
    height: 150px; 
    width: 150px;
}
.msc-leaf-bowl-right{
    position: absolute;
    right: -1rem;
    top: -1.5rem;
}
.msc-leaf-bowl-right img{
    height: 150px; 
    width: 150px;
}
#msc-deal-offer::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/features_shape01.png);
    top: -2rem;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}
#msc-deal-offer::before{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/features_shape02.png);
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: -2rem;
    /* background-color: red; */
}

.msc-deal-content {
    text-align: center;
    margin-top: 20px;
}

.msc-deal-content h2 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 2em;
    color: var(--msc-theme-light-color);
}

.msc-deal-content p {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 4em;
    color: var(--msc-theme-light-color);
}

.msc-view-deals-btn {
    text-align: center;
}

.msc-view-deals-btn a.msc-a-bottom-line {
    background: #e3ffc8;
    padding: 13px 33px;
    border-radius: 28px;
    color: #0b783c;
    font-weight: 600;
    outline: 2px dashed #0b783c;
    outline-offset: -4px;
}

.msc-product-block-list {
    position: relative;
    background-color: var(--msc-theme-light-color);
    cursor: pointer;
    margin-bottom: 20px;
}

.msc-product-list-img {
    background: var(--msc-theme-low-light-color);
}

.msc-product-list-img img {
    width: 100%;
}

.msc-product-list-content {
    padding: 15px 15px 15px 0;
}

.msc-product-list-content h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--msc-theme-secondry-color);
}

.msc-amount-deal {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

/* shop by deal offer */
/* shop by stack */
#msc-shop-by-stack {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 60px 0px;
    padding-top: 80px;
}

.msc-stack-list {
    background: url(../images/vectors/wellness-banner.jpg) #000000c2;
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    padding: 50px 10px;
    height: 375px;
    border-bottom: 2px solid var(--msc-theme-red-low-light-color);
}

.msc-stack-list li.msc-stack-list-li,
.msc-stack-list-li-anchor {
    list-style: none;
    padding: 3px 0;
}

.msc-stack-list-li-anchor a {
    display: block;
    padding-top: 40px;
    text-decoration: overline;
    text-decoration-color: var(--msc-theme-red-low-light-color);
    color: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-stack-list li.msc-stack-list-li a {
    color: var(--msc-theme-low-light-color);
    text-decoration: none;
    font-family: var(--msc-theme-font-family-robot);
    font-size: .9em;
}

#msc-shop-by-stack .msc-product-block {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    background-color: #dadada !important;
    margin: 0px 0;
    cursor: pointer;
}

#msc-shop-by-stack .msc-product-caption-details a[class*=msc_product_type_] {
    background-color: var(--msc-theme-red-low-light-color);
}

/* shop by stack */
/* ad section css */
#msc-ad-section {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.msc-col-2-ad {
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-blend-mode: overlay !important;
    padding: 60px;
}

.msc-col-2-ad h3 {
    font-size: 2em;
    width: 275px;
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-primary-color);
}

.msc-col-2-ad span {
    display: block;
    color: var(--msc-theme-red-low-light-color);
    font-family: var(--msc-theme-font-family-robot);
    font-size: 1em;
    font-weight: 600;
}

.msc-ad-btn {
    border-radius: 0;
    background-color: var(--msc-theme-light-color);
    transform: skewX(-10deg);
    margin-top: 10px;
    overflow: hidden;
    border: none;
}

.msc-ad-btn::before {
    content: "";
    width: 10px;
    z-index: -1;
    height: 10px;
    position: absolute;
    background-color: var(--msc-theme-red-low-light-color);
    left: -15px;
    top: -25px;
    transition: .5s;
    border-radius: 50%;
}

.msc-ad-btn:hover::before {
    width: 250px;
    height: 90px;
}

.msc-ad-btn:hover {
    color: var(--msc-theme-light-color);
}

/* ad section css */
/* shop by category */
#msc-shop-by-category {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
#msc-shop-by-category::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/banner_shape01.png);
    bottom: calc(100% - 50%);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 200px;
}
#msc-shop-by-category::before{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/about-png-4.png);
    top: calc(100% - 50%);
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 200px;
}

.msc-category-buy {
    position: relative;
    margin-top: 40px;
}

.msc-category-buy-cover {
    height: 450px;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    transition: all 0.4s ease;
    text-align: center;
    background-position: center !important;
    border-radius: 10px;
}

.msc-category-buy-cover h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-low-light-color);
    font-size: 2.3em;
    text-align: center;
    padding-top: 50%;
}

/* shop by category */
/* happy clients */
#msc-happy-cutomer {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
}

#msc-happy-cutomer .msc-heading-font-style-2 {
    text-align: right !important;
}

#msc-happy-cutomer .msc-heading-font-style-2::before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 67%;
    margin-top: 18px;
}

.msc-client-testomonial {
    position: relative;
    margin-top: 20px;
}

.msc-testomonial-outer {
    padding: 20px;
}

.msc-client-name h4 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-secondry-color);
    font-size: 1.1em;
}

.msc-client-profile {
    color: var(--msc-theme-light-gray-color);
    font-family: var(--msc-theme-font-family-robot);
    font-size: .7em;
    font-weight: 600;
    display: block;
}

.msc-client-profile::before {
    content: "--- ";
}

.msc-client-rating i {
    color: var(--msc-theme-orange-color);
    font-size: 1.1em;
}

.msc-client-says-deccription {
    font-family: var(--msc-theme-font-family-robot);
    font-size: 15px;
    color: var(--msc-theme-secondry-color);
}

/* happy clients */
/* footer code */
#msc-footer {
    position: relative;
    padding: 50px 0 0;
    background-color: var(--msc-theme-primary-color);
    border-top: 1px solid #5e5e5e;
}

.msc-footer-barnding {
    position: relative;
}

.msc-footer-barnding img {
    width: 80%;
    padding: 50px;
    padding-bottom: 10px;
    padding-left: 0px;  
    padding-top: 0px;
}

.msc-footer-branding-main{
    color: var(--msc-theme-dark-light-color);
    font-size: .9em;
}

.msc-border-right-dark {
    border-right: 1px solid #5e5e5e;
}

.msc-footer-menu-heading h4 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-low-light-color);
    font-size: 1.4em;
}

.msc-footer-menu-list a {
    display: block;
    color: var(--msc-theme-dark-light-color);
    font-size: .9em;
    font-family: var(--msc-theme-font-family-robot);
    padding-bottom: 10px;
    text-decoration: none;
}

.msc-top-footer-section {
    padding-bottom: 20px;
}

.msc-bottom-menu {
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    text-align: center;
}

.msc-help-line-no span,
.msc-social-icon span,
.msc-payment-icon span,
#msc-accept-payment span {
    display: block;
    color: var(--msc-theme-dark-light-color);
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-social-icon a {
    display: inline-block;
    padding: 10px 10px 0 10px;
    color: var(--msc-theme-dark-light-color);
    text-decoration: none;
}

.msc-payment-icon a {
    display: inline-block;
    color: var(--msc-theme-cyan-color);
    font-family: var(--msc-theme-font-family-robot);
    text-decoration: none;
    font-size: .9em;
    /* margin: 10px 0 0; */
    padding: 5px 10px;
    /* border: 1px solid; */
    /* border-color: var(--msc-theme-dark-light-color); */
    /* border-radius: 20px; */
}

/* .msc-payment-icon a{
    display: inline-block;
    color: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-robot);
    text-decoration: none;
    font-size: .9em;
    margin: 10px 0 0;
    padding: 5px 10px;
    border: 1px solid;
    border-color: var(--msc-theme-dark-light-color);
    border-radius: 20px;
} */

#msc-accept-payment {
    text-align: center;
    padding: 20px 0;
    background-color: var(--msc-theme-low-light-color);
}

#msc-subscriber-block {
    text-align: center;
    padding: 30px 0;
    background-color: var(--msc-theme-primary-color);
}

#msc-subscriber-block .msc-serach-btn {
    background: #ff5722;
    color: #fff;
    transform: skewX(-10deg);
}

#msc-accept-payment img {
    width: 500px
}

#msc-accept-payment span {
    color: var(--msc-theme-secondry-color);
}

.msc-help-line-no h3 a,
.msc-social-icon span,
.msc-payment-icon span {
    display: block;
    color: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-PatuaOne);
    text-decoration: none;
}

.msc-help-line-no h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.3em;
}

.msc-developer-mode {
    padding: 20px;
}

.msc-developer-mode p {
    margin-bottom: 0;
    color: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-robot);
}

.msc-developer-mode p a {
    text-decoration: none;
    color: var(--msc-theme-low-light-color);
}

.msc-developer-mode p i {
    text-decoration: none;
    color: var(--msc-theme-red-low-light-color);
}

/* footer code */
/* breadcrumb css */

.msc-ec-breadcrumb {
    margin-bottom: 0;
    line-height: 1.4285714286;
    color: var(--msc-theme-primary-color);
}

.msc-ec-breadcrumb {
    color: var(--msc-theme-primary-color);
    text-align: left;
    font-family: var(--msc-theme-font-family-PTSans);
}

.msc-ec-breadcrumb a {
    color: var(--msc-theme-dark-light-color);
    text-decoration: none;
    font-family: var(--msc-theme-font-family-robot);
    font-size: 15px;
}

.msc-ec-breadcrumb>a:not(:hover) {
    color: #999;
}

.msc-ec-breadcrumb i {
    font-size: 10px;
    color: var(--msc-theme-secondry-color);
    margin: 0 10px;
}

/* breadcrumb css */
/* main product page */
#msc-main-product-page {
    position: relative;
    padding: 30px 0;
}

.msc-product-img-and-side-text {
    margin-top: 40px;
}

.msc-main-image-block {
    /* background-color: var(--msc-theme-low-light-color); */
    margin-bottom: 20px;
    position: relative;
}

.msc-main-image-block img {
    width: 100%;
    padding: 20px;
}

.msc-other-image-block img {
    border: 1px solid var(--msc-theme-dark-light-color);
    padding: 10px;
}

.msc-product-information-block .msc_quantity {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 48px;
    margin-bottom: 10px;
    border-radius: 0;
    margin-right: 15px;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
}

.msc-product-information-block .msc_quantity button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    width: 30%;
    height: 48px;
    border-radius: 0;
    color: #000;
    background-color: #fff;
}

.msc-product-information-block input[type=number],
.msc-product-information-block .msc-input-text {
    padding: .93em 1.25em;
    background-color: var(--background);
    border-width: 1px;
    border-style: solid;
    border-color: var(--border);
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    transition: all ease-in-out .3s;
}

.msc-product-information-block .msc_quantity .msc-qty {
    width: 4.235801032em;
    text-align: center;
    padding: 10px 0;
    border: none;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    color: #000;
    flex: 1;
}

.msc-addcart .msc-ad-btn,
.msc-buy-now .msc-ad-btn {
    width: 100%;
    height: 50px;
    outline: none;
}

.msc-addcart .msc-ad-btn {
    background-color: var(--msc-theme-secondry-color);
    color: var(--msc-theme-low-light-color);
}

.msc-buy-now .msc-ad-btn {
    background-color: var(--msc-theme-low-light-color);
    color: var(--msc-theme-primary-color);
}

.msc-addcart .msc-ad-btn::before {
    background-color: var(--msc-theme-yellow-color) !important;
}

.msc-buy-now .msc-ad-btn::before {
    background-color: var(--msc-theme-yellow-color) !important;
}

.msc-addcart .msc-ad-btn::before,
.msc-buy-now .msc-ad-btn::before {
    content: "";
    width: 10px;
    z-index: -1;
    height: 10px;
    position: absolute;
    background-color: var(--msc-theme-red-low-light-color);
    left: -52px;
    top: -25px;
    transition: .5s;
    border-radius: 50%;
}

.msc-addcart .msc-ad-btn:hover::before,
.msc-buy-now .msc-ad-btn:hover::before {
    width: 409px;
    height: 133px;
}

.msc-wish-list {
    position: absolute;
    right: 75px;
    font-size: 1.4em;
    color: var(--msc-theme-red-low-light-color);
    cursor: pointer;
    opacity: .5;
    transition: .3s;
}

.msc-wish-list.added {
    color: var(--msc-theme-light-gray-color);
}

.msc-wish-list.notadded {
    color: var(--msc-theme-red-low-light-color);
}

.msc-wish-list:hover {
    transform: scale(1.1);
    opacity: .8;
}

.msc-stock-status {
    font-size: .75em;
    background: #1acb22b3;
    color: #fff;
    padding: 2px 9px 3px;
    border-radius: 4px;
}

.msc-stock-status.msc-out-stock {
    background: var(--msc-theme-red-low-light-color);
}

.msc-stock-status.msc-upcoming-stock {
    background: var(--msc-theme-yellow-color);
    color: var(--msc-theme-secondry-color) !important;
}

.msc-product-information-block h1 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.msc-review-brand-model .msc-product-rating-view {
    font-size: .75em;
}

.msc-review-brand-model .msc-product-brand-name {
    font-size: .95em;
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-review-brand-model .msc-model-no {
    font-size: .95em;
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-review-brand-model .msc-product-rating-view .msc-star-color-1 {
    color: var(--msc-theme-yellow-color);
}

.msc-review-brand-model .msc-product-rating-view .msc-star-color-0 {
    color: var(--msc-theme-light-gray-color);
}

.msc-short-description {
    font-size: 15px;
    color: var(--msc-theme-light-gray-color);
    margin-top: 5px;
}

.msc-product-price {
    position: relative;
}

.msc-mrp-price {
    color: var(--msc-theme-primary-color);
    font-size: 1.4em;
}

.msc-mrp-price.msc-delete-mrp {
    text-decoration: line-through;
    font-size: 1.25em;
    color: var(--msc-theme-light-gray-color);
}

.msc-selling-price {
    font-size: 1.8em;
    color: var(--msc-theme-red-low-light-color);
}

.msc-selling-price.msc-not-price {
    display: none;
}

.msc-discount-percentage {
    position: absolute;
    background: url(../img/offer-badge.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 78px;
    height: 38px;
    text-align: center;
    padding-top: 3px;
    font-size: 14px;
    color: var(--msc-theme-light-color);
}

.msc-discount-percentage.msc-not-descount {
    display: none;
}

.msc-selected-size {
    font-family: var(--msc-theme-font-family-robot);
    font-weight: 600;
    color: var(--msc-theme-primary-color);
    font-size: .95em;
}

.msc-other-sizes-avil span {
    font-weight: 500;
    font-family: var(--msc-theme-font-family-robot);
    font-size: .85em;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.msc-other-sizes-avil span.active {
    background-color: var(--msc-theme-logo-color);
    color: var(--msc-theme-low-light-color);
    border-color: var(--msc-theme-logo-color);
}

.msc-flavor-option {
    position: relative;
}

.msc-selected-flavor {
    font-family: var(--msc-theme-font-family-robot);
    font-weight: 600;
    color: var(--msc-theme-primary-color);
    font-size: .95em;
    margin-top: 10px;
}

.msc-other-flavor-avil span {
    font-weight: 500;
    font-family: var(--msc-theme-font-family-robot);
    font-size: .85em;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.msc-other-flavor-avil span.active {
    background-color: var(--msc-theme-yellow-color);
    color: var(--msc-theme-secondry-color);
    border-color: var(--msc-theme-yellow-color);
}

.msc-category-name a {
    margin-top: 10px;
    font-size: .95em;
    color: var(--msc-theme-light-gray-color);
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.msc-tags-name .msc-tag-list {
    color: var(--msc-theme-secondry-color);
    font-size: .85em;
    font-family: var(--msc-theme-font-family-robot);
    display: inline-block;
    margin-right: 5px;
    border: 1px solid var(--msc-theme-low-light-color);
    padding: 3px 6px;
    border-radius: 6px;
    background-color: var(--msc-theme-low-light-color);
    margin-top: 10px;
}

.msc-add-to-cart-btn {
    margin: 15px 0;
}

.msc-product-rating {
    padding-bottom: 50px;
}

.msc-rating-form {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.msc-rating-stars .fa-star {
    color: var(--msc-theme-dark-light-color);
    font-size: 23px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.msc-comment-group {
    margin-top: 10px;
}

.msc-review-btn {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-cutomer-review-preview {
    margin-top: 20px;
}

.msc-review-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.msc-review-box:last-child {
    border-bottom: none;
}

.msc-client-name {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-secondry-color);
    font-size: 1.1em;
}

.msc-review-box .msc-client-name::after {
    content: "";
    background: url("../img/check-mark.png");
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
}

.msc-client-feedback {
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-robot);
}

.msc-client-rating-view .msc-star-color-1 {
    color: var(--msc-theme-yellow-color);
}

.msc-client-rating-view .msc-star-color-0 {
    color: var(--msc-theme-dark-light-color);
}

.msc-time-ago {
    color: var(--msc-theme-light-gray-color);
    font-size: .75em;
    font-family: var(--msc-theme-font-family-Nunito);
    font-weight: 600;
}

/* main product page */
/* login/sginup page css */
#msc-login-page {
    position: relative;
    padding: 30px 0;
}

#msc-sign-up-page {
    position: relative;
    padding: 30px 0;
}

.msc-login-box {
    margin: 50px 0;
}

.msc-login-box h2 {
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-login-box label {
    font-family: var(--msc-theme-font-family-robot);
}

.msc-custom-input {
    height: 45px;
    border-radius: 0;
    outline: none;
    border-color: var(--msc-theme-secondry-color);
}

.msc-custom-input:focus {
    box-shadow: inset 0 0 3px #ccc;
    outline: none;
    border-color: var(--msc-theme-light-gray-color);
}

.msc-login-register {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: var(--msc-theme-logo-color);
}

.msc-login-btn {
    width: 100%;
    border-radius: 0;
    transform: skewX(-10deg);
    margin-top: 10px;
}

.msc-hint-light {
    color: var(--msc-theme-light-gray-color);
    font-size: .95em;
}

.msc-hint-danger {
    color: var(--msc-theme-red-light-color);
    font-size: .95em;
}

.msc-hint-success {
    color: var(--msc-theme-green-light-color);
    font-size: .95em;
}

.msc-hint-warning {
    color: var(--msc-theme-yellow-color);
    font-size: .95em;
}

.msc-hint-dark {
    color: var(--msc-theme-secondry-color);
    font-size: .95em;
}

.msc-lost-password-link {
    color: var(--msc-theme-red-dark-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1em;
    text-decoration: none;
}

.msc-create-acount-link {
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.1em;
    text-decoration: none;
}

.msc-password-group {
    position: relative;
}

.msc-show-password {
    position: absolute;
    right: 10px;
    z-index: 123;
    margin-top: -32px;
    cursor: pointer;
}

.msc-hide-password-overline.hide-line {
    z-index: -1;
}

.msc-hide-password-overline {
    position: absolute;
    right: 10px;
    z-index: 1234;
    margin-top: -24px;
    width: 16px;
    border-top: 2px solid var(--msc-theme-light-gray-color);
    transform: rotateZ(322deg);
    transition: 0.3s ease;
    cursor: pointer;
}

.msc-password-show-hide {
    z-index: 12345;
    cursor: pointer;
    position: absolute;
    right: 8px;
    height: 16px;
    width: 20px;
    background: #00000000;
    margin-top: -32px;
}

.msc-password-show-hide.hide-line {
    z-index: -1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

#msc-login-page .form-control[readonly],
#msc-sign-up-page .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.msc-otp-box {
    text-align: center;
    padding: 10px 10px;
    height: 55px;
    width: 60px;
    border-radius: 4px;
    border: 1px solid var(--msc-theme-light-gray-color);
    font-size: 2em;
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-secondry-color);
}

.msc-resend-otp {
    color: var(--msc-theme-secondry-color);
    font-size: .85em;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

/* login page css */
/* cart page css */
#msc-cart-page {
    position: relative;
    padding: 30px 0;
}

.msc-view-cart-img img {
    width: 80px;
}

.msc-cart-view-product-name {
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-secondry-color);
    font-weight: 500;
}

.msc-cart-price-view {
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-secondry-color);
}

.msc-cart-subtotal-update {
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-secondry-color);
}

.msc-cart-product-remove a {
    font-family: var(--msc-theme-font-family-Nunito);
    text-decoration: none;
    color: var(--msc-theme-red-dark-color);
    font-size: 1.1em;
    font-weight: 600;
    transition: .3s ease;
}

#msc-cart-page tbody,
#msc-cart-page td,
#msc-cart-page tfoot,
#msc-cart-page th,
#msc-cart-page thead,
#msc-cart-page tr {
    vertical-align: middle;
}

.msc-view-cart-thead td {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-weight: 600;
}

table .table-view-cart .msc-quantity {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    float: left;
    width: 120px;
    height: 40px;
    border: 1px solid var(--msc-theme-low-light-color);
}

table .table-view-cart .msc-quantity button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 38px;
    border-radius: 0;
    color: var(--msc-theme-secondry-color);
    background-color: var(--msc-theme-light-color);
}

table .table-view-cart .msc-quantity .msc-qty {
    padding: 9px 0;
    width: 40px;
    border: none;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px;
    letter-spacing: .2px;
    font-weight: 700;
    border-radius: 0;
    color: var(--msc-theme-primary-color);
}

table .table-view-cart .msc-quantity button:hover {
    background-color: var(--msc-theme-dark-carret-color);
    outline: none;
    color: var(--msc-theme-low-light-color);
}

.table-view-cart td {
    padding: 20px 0;
}

.table-view-cart:first-child {
    border-top: none;
}

.msc-cart-total-price {
    padding: 30px 30px 40px;
    position: relative;
    background-color: #fff;
    border: 6px solid var(--msc-theme-low-light-color);
    border-radius: 5px;
}

.msc-cart-total-price h5 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 1.8em;
    color: var(--msc-theme-primary-color);
}

.msc-cart-sub-total p span:first-child {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
}

.msc-cart-sub-total p span {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
}

/* .msc-cart-sub-total{
    margin-top: 20px;
} */

.msc-cart-total p span:first-child {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
    font-weight: 600;
}

.msc-cart-total p span {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
}

.msc-cart-total p span:last-child {
    color: var(--msc-theme-dark-carret-color);
    font-family: var(--msc-theme-font-family-OpenSans);
    font-size: 1.5em;
    font-weight: 600;
}

.msc-cart-check-out-btn a {
    width: 100%;
    background-color: var(--msc-theme-dark-carret-color);
    border-radius: 0;
    transform: skewX(-10deg);
    margin-top: 10px;
    overflow: hidden;
    border: none;
    color: var(--msc-theme-light-color);
    height: 45px;
    padding: 10px 0;
    box-shadow: none;
    transition: all .3s;
}

.msc-cart-check-out-btn a:focus {
    box-shadow: none;
}

.msc-cart-check-out-btn a:hover {
    box-shadow: none;
    color: var(--msc-theme-light-color);
    transform: skewX(10deg);
}

/* cart page css */
/* checkout page css */
#msc-checkout-page {
    position: relative;
    margin: 30px 0;
}

.msc-billing-details-title h2 {
    font-size: 1.5em;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-weight: 600;
    color: var(--msc-theme-secondry-color);
}

#msc-checkout-page .form-floating>.form-control {
    border-radius: 2px !important;
    height: calc(3.1rem + 2px) !important;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

#msc-checkout-page .form-floating>label {
    padding: .8rem .85rem !important;
    font-size: .9em !important;
    color: var(--msc-theme-light-gray-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

#msc-checkout-page .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.8) translateY(-.5rem) translateX(.15rem) !important;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

#msc-checkout-page .form-floating>.form-select {
    padding-top: 1.3rem !important;
    padding-bottom: .625rem;
    height: calc(3.1rem + 2px) !important;
    font-size: .95em !important;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-return-to-cart a {
    color: var(--msc-theme-dark-carret-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.1em;
    text-decoration: none;
}

.msc-btn-shopping {
    background-color: var(--msc-theme-secondry-color);
    color: var(--msc-theme-low-light-color) !important;
    transform: skewX(-10deg);
    border-radius: 2px !important;
}

.msc-checkout-product-list {
    background-color: #fff;
    padding: 30px 30px 40px;
    position: relative;
    border-radius: 5px;
    border: 6px solid var(--msc-theme-low-light-color);
    ;
}

.msc-checkout-product-list h2 {
    font-size: 1.5em;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-weight: 600;
    color: var(--msc-theme-secondry-color);
    margin-bottom: 20px;
}

.msc-checkout-product-list .msc-view-cart-img img {
    width: 60px !important;
}

.msc-checkout-total-price .msc-cart-total p span:last-child {
    color: var(--msc-theme-primary-color);
    font-family: var(--msc-theme-font-family-robot);
    font-size: 1.2em;
    font-weight: 600;
}

#msc-checkout-page .table-view-cart:last-child {
    border-bottom-color: var(--msc-theme-peach-color);
}

.msc-qty-by-price {
    color: var(--msc-theme-light-gray-color);
    font-size: .85em;
    font-family: var(--msc-theme-font-family-robot);
    font-weight: 500;
}

.msc-place-order {
    background-color: var(--msc-theme-secondry-color);
    width: 50%;
    height: calc(2.5rem + 2px);
    border-radius: 2px;
    transform: skewX(-10deg);
    color: var(--msc-theme-light-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    line-height: 1.9rem;
}

.msc-place-order:hover {
    color: var(--msc-theme-light-peach-color);
}

.msc-additional-information h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 1.2em;
    text-transform: capitalize;
}

.msc-shipping-free span {
    font-size: .95em !important;
    color: var(--msc-theme-light-gray-color) !important;
    font-family: var(--msc-theme-font-family-RobotoCondensed) !important;
    font-weight: 500 !important;
}

.msc-term-and-condition {
    font-size: .9em;
    color: var(--msc-theme-dark-carret-color);
}

.msc-return-refund-terms-poliy {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid var(--msc-theme-dark-light-color);
}

.msc-return-refund-terms-poliy p a {
    text-decoration: none;
    color: var(--msc-theme-dark-carret-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    display: inline-block;
    margin-right: 10px;
    font-size: .85rem;
}

#msc-checkout-page .form-select:focus,
#msc-checkout-page .form-control:focus {
    border-color: #ffe8c5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 239 216);
}

/* checkout page css */
/* account dashboard page css */
#msc-account-dashboard {
    position: relative;
    margin: 30px 0;
}

.msc-account-side-nav ul {
    list-style: none;
}

.msc-account-side-nav ul li a {
    text-decoration: none;
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-OpenSans);
    font-size: .95em;
    font-weight: 400;
    transition: all .3s ease;
}

.msc-account-side-nav ul li a:hover {
    transform: translateX(5px);
    color: var(--msc-theme-dark-carret-color);
}

.msc-account-side-nav ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--msc-theme-dark-light-color);
}

.msc-account-side-nav ul li:last-child {
    border-bottom: none;
}

.msc-no-order-found .msc-alert-success {
    padding: 15px;
    border-left: 5px solid var(--msc-theme-dark-teal-color);
    background: var(--msc-theme-teal-color);
    color: var(--msc-theme-light-color);
}

.msc-no-order-found .msc-alert-success a {
    text-decoration: none;
    color: var(--msc-theme-light-color);
    background-color: var(--msc-theme-primary-color);
    padding: 5px 15px;
    transform: skewX(-10deg);
}

.msc-order-table table tr td a {
    text-decoration: none;
    color: var(--msc-theme-red-dark-color);
}

.msc-order-table table tr th {
    font-size: .85em;
}

.msc-order-table table tr td {
    font-size: .85em;
}

.msc-order-history h6 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-secondry-color);
}

.msc-new-address-found .msc-alert-success {
    padding: 15px;
    border-left: 5px solid var(--msc-theme-secondry-color);
    background: var(--msc-theme-low-light-color);
    color: var(--msc-theme-primary-color);
}

#mscHideNewAddress {
    text-decoration: none;
    color: var(--msc-theme-dark-carret-color);
    background: var(--msc-theme-low-light-color);
    transform: skewX(-10deg);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

#mscHideNewAddress i {
    font-size: .75em;
}

.msc-preview-address .msc-address-box {
    border: 1px solid var(--msc-theme-low-light-color);
    padding: 10px 15px;
    border-radius: 10px;
    min-height: 200px;
    margin-top: 20px;
}

.msc-preview-address .msc-address-box.msc-deafult {
    border: 1px solid var(--msc-theme-dark-teal-color);
}

.msc-preview-address .msc-address-box p {
    margin-bottom: 0;
    text-align: right;
}

.msc-preview-address .msc-address-box.msc-deafult p i {
    color: var(--msc-theme-dark-teal-color);
}

.msc-preview-address .msc-address-box span {
    display: block;
    font-size: .95em;
    font-weight: 400;
}

.msc-preview-address .msc-address-box.msc-deafult span {
    font-weight: 500;
}

.msc-save-newaddress-account {
    transform: skewX(-10deg);
    background-color: var(--msc-theme-dark-teal-color);
    color: var(--msc-theme-light-color);
    border-radius: 0;
}

.msc-btn-skewx-10 {
    transform: skewX(-10deg);
}

.msc-btn-default-hl {
    color: var(--msc-theme-primary-color);
    background: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-btn-default-hl i {
    font-size: .75em;
}

.msc-change-password-field fieldset {
    border: 1px solid var(--msc-theme-dark-light-color);
    border-radius: 5px;
    padding: 20px;
}

.msc-change-password-field fieldset legend {
    float: none;
    width: auto;
    font-size: 1.2em;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    color: var(--msc-theme-dark-carret-color);
}

.msc-account-statics-box a {
    text-decoration: none;
}

.msc-dahboard-statics {
    color: var(--msc-theme-secondry-color);
    background-color: var(--msc-theme-light-color);
    padding: 25px;
    border: 1px solid var(--msc-theme-dark-light-color);
    font-family: var(--msc-theme-font-family-robot);
    font-size: 1.1em;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    width: 250px;
}

.msc-dahboard-statics i {
    font-size: 3em;
}

.msc-dahboard-statics.msc-od-st {
    color: var(--msc-theme-dark-carret-color);
}

.msc-dahboard-statics.msc-adrs-st {
    color: var(--msc-theme-dark-teal-color);
}

/* account dashboard page css */
/* all product page css */
.msc-product-block .msc-product-rating-view,
.msc-product-list-content .msc-product-rating-view {
    font-size: .75em;
    display: inline-block;
    margin-left: 10px;
}

.msc-product-block .msc-product-rating-view .msc-star-color-1,
.msc-product-list-content .msc-product-rating-view .msc-star-color-1 {
    color: var(--msc-theme-yellow-color);
}

.msc-sorting-show .dropdown-menu {
    color: var(--msc-theme-light-color);
    background-color: var(--msc-theme-primary-color);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--msc-theme-light-peach-color);
}

.msc-sorting-show .dropdown-item {
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-light-color);
}

.msc-sorting-show .dropdown-item:focus,
.msc-sorting-show .dropdown-item:hover {
    color: var(--msc-theme-secondry-color) !important;
    background-color: var(--msc-theme-light-peach-color);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 214, 133, 0.25);
}

.msc_online_payment {
    display: inline-block;
    text-align: right;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 214, 133, 0.648);
    border-radius: 10px;
    padding: 10px;
}

.msc_online_payment input[type=checkbox] {
    color: #000;
}

.msc_online_payment img {
    width: 150px;
}

.msc-confirm-order-address {
    border: 1px solid var(--msc-theme-low-light-color);
    border-radius: 10px;
    padding: 20px;
}

.msc-confirm-order-address p {
    margin-bottom: .25rem;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: .95em;
}

.msc-additional-information-p {
    border: 1px solid var(--msc-theme-low-light-color);
    border-radius: 10px;
    padding: 20px;
    font-size: .95em;
}

.msc-order-pay-now {
    background-color: var(--msc-theme-dark-teal-color);
}

.msc-checkout-product-list.msc-order-pay-list {
    border-radius: 0;
    border: none;
    border-left: 2px solid #e9e6e6;
}

#snackbar {
    display: none;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 999999;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    display: block;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    /* -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; */
    /* animation: fadein 0.5s, fadeout 0.5s 2.5s; */
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    top: 0%;
    left: 0px;
    opacity: 0.5;
    background-color: #fff;
    filter: alpha(opacity=50);
    display: none;
}

.overlay.show {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    top: 0%;
    left: 0px;
    opacity: 0.5;
    background-color: #fff;
    filter: alpha(opacity=50);
}

.loader {
    position: absolute;
    top: 42% !important;
    width: 100%;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.msc-spacing-around {
    justify-content: center;
}

/* all product page css */
/* contact page css */
.msc-main-contact-page .msc-checkout-product-list {
    background-color: #f9f9f9;
    border-radius: 0;
    border: 3px solid var(--msc-theme-low-light-color);
    box-shadow: -7px 8px 0px #ccc;
}
/* contact page css */
/* mobile navigation css */
.msc-menu-toggle{
    display: none;
}
.msc-d-none-desktop{
    display: none;
}

/* prime-product */
.msc-prime-product-feature-section {
    padding: 4rem 2.5rem;
    padding-top: 2rem !important;
    overflow-x: hidden;
    position: relative;
}
.msc-prime-product-feature-section::after{
    content: "";
    position: absolute;
    background-image: url(../images/vectors/supplement_bg_shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .1;
}
.msc-prime-product-feature-box {
    background-color: var(--msc-theme-light-peach-color);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    min-height: 150px;
}
.msc-prime-product-feature-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: var(--msc-theme-logo-green-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 20px;
    color: #332a28;
}
.msc-prime-product-feature-text h5 {
    font-weight: 700;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.msc-prime-product-feature-text p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}
.msc-prime-product-image-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msc-prime-product-image {
    max-width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    max-height: 600px;
    object-fit: contain;
}
/* prime-product-end */

/* new-css */
.msc-product-image{
    height: 250px;
    width: 100%;
}
.msc-product-image a img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.msc-product-image img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.msc-product-list-img {
    height: 132px;
    width: 100%;
}
.msc-product-list-img a img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.msc-main-image-block {
    /* background-color: var(--msc-theme-low-light-color); */
    margin-bottom: 20px;
    position: relative;
    height: 650px;
    width: 100%;
}
.msc-main-image-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}
.beta-badge {
  position: fixed;
  top: 15px;
  left: -40px;
  background: #ff4757;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 50px;
  transform: rotate(-45deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  letter-spacing: 1px;
  user-select: none;
}
.beta-badge:hover {
  background: #ff6b81;
  transition: all 0.3s ease;
}
.msc-sub-menu{
    float: left;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    z-index: 99999;
    left: 1.1em;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
    padding: 5px 0;
    border-top: 3px solid #7cb423;
    background-color: #cfdab0;
    transition: all .3s ease;
}
.msc-sub-menu .msc-sub-menu-list  {
    width: 100%;
    color: #393939;
    border-bottom: 1px solid var(--msc-theme-light-gray-color);
    padding: 10px 30px 10px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.429;
    text-decoration: none;
    font-family: var(--msc-theme-font-family-OpenSans);
    transition: all .3s;
}
.msc-sub-menu .msc-sub-menu-list:last-child {
    border-bottom: none;
}
.msc-category-buy-cover {
    height: 350px;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    transition: all 0.4s ease;
    text-align: center;
    background-position: center !important;
    border-radius: 24px;
}
.msc-category-buy-cover h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-low-light-color);
    font-size: 30px;
    text-align: center;
    padding-top: 50%;
    padding-left: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
}
.msc-ad-btn {
    border-radius: 0;
    background-color: var(--msc-theme-light-color);
    transform: skewX(-5deg);
    margin-top: 10px;
    overflow: hidden;
    font-weight: 600;
    padding: 8px 14px;
    border: none;
}
/* new-css-end */

/* mobile navigation css */
@media screen and (max-width: 768px) and (min-width: 320px) {
    .fix-navbar .msc-menu-toggle.open .msc-top-bar {
        transform: rotate(265deg);
        transform-origin: 5% 10%;
        opacity: 0;
    }
    .msc-menu-toggle.open .msc-middle-bar {
        width: 86% !important;
    }
    .fix-navbar .msc-menu-toggle.open .msc-bottom-bar {
        transform: rotate(334deg);
        transform-origin: 15% 90%;
        opacity: 0;
    }
    .msc-menu-toggle {
        line-height: 49px;
        font-size: 24px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 10px;
        top: 0px;
        transition: all 0.5s ease-in-out;
    }
    .msc-animated-icon1 {
        width: 30px;
        height: 30px;
        top: 7px;
        position: relative;
        margin: 0px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: inline-block;
    }
    .msc-animated-icon1 .msc-icon-bar {
        display: block;
        position: absolute;
        height: 1px;
        width: 90%;
        border-radius: 0px;
        opacity: 1;
        right: 0;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: var(--msc-theme-light-peach-color);
    }
    .msc-animated-icon1 .msc-icon-bar:nth-child(1) {
        top: 5px;
    }
    .msc-animated-icon1 .msc-icon-bar:nth-child(2) {
        top: 13px;
        width: 60%;
    }
    .msc-animated-icon1 .msc-icon-bar:nth-child(3) {
        top: 21px;
    }
    .msc-logo-placement img {
        width: 70px;
        position: absolute;
        z-index: 12;
        margin-top: 50px;
    }
    .msc-logo-placement{
        text-align: left;
    }
    .msc-category-field {
        position: fixed;
        line-height: 2;
        width: 300px;
        left: -300px;
        background: var(--msc-theme-low-light-color);
        height: 100vh;
        top: 0;
        z-index: 123;
        padding: 10px 0 10px 0px;
        transition: all 0.3s ease;
        opacity: 0;
    }
    .msc-category-field.active{
        left: 0px;
        opacity: 1;
    }
    .msc-navigation-bar li {
        display: block;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }
    .msc-top-menu-bar-list i {
        display: inline-block;
        font-size: .75em;
        margin-right: 5px;
    }
    .msc-navigation-bar li:last-child {
        border-bottom: none;
    }
    .msc-d-none-desktop{
        display: block;
    }
    .msc-mobile-menu-heading {
        font-family: var(--msc-theme-font-family-PatuaOne);
        border-bottom: 1px solid var(--msc-theme-dark-light-color);
        padding: 5px 20px 15px;
    }
    .msc-toplist-menu {
        text-decoration: none;
        color: var(--msc-theme-secondry-color);
        text-transform: capitalize;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 15px;
    }
    #msc-ec-bottom-nav-bar {
        display: none;
    }
    .msc-right-top-button {
        margin-top: 8px;
        text-align: right;
    }
    .msc-slider-bg-item {
        background-size: cover !important;
        height: 16vh;
        width: 100%;
        margin-left: 0px;
    }
    .msc-slider-title {
        display: none;
    }
    .msc-slider-shop-btn .btn {
        font-size: 11px !important;
        margin-top: 50px;
    }
    #msc-search-from {
        margin-top: 5px;
    }
    .msc-top-side-link {
        font-size: 16px;
    }
    .msc-top-side-link.msc-login-register {
        font-size: 14px !important;
    }
    .msc-search-input {
        transform: skewX(0deg);
        width: 85%;
    }
    .msc-serach-btn {
        right: 48px;
    }
    .msc-sub-menu {
        float: none;
        position: relative;
        top: 100%;
        transform: translateY(0px);
        z-index: 99999;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease, transform .3s ease;
        pointer-events: none;
        padding:0;
        height: 0;
        border-top: none;
        /* padding: 5px 0;
        border-top: 3px solid var(--msc-theme-dark-carret-color); */
        background-color: var(--msc-theme-primary-color);
        transition: all .3s ease;
    }
    li.msc-top-menu-bar-list:hover>.msc-sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        margin-left: 0;
        padding: 5px 0;
        border-top: 3px solid var(--msc-theme-dark-carret-color);
        height: auto;
    }
    .msc-mobile-nav-image{
        text-align: left;
        padding-left: 10px;
    }
    .msc-mobile-nav-image img{
        width: 80px;
    }
    .msc-mobile-nav-social-icon a{
        color: var(--msc-theme-secondry-color);
        font-size: 1.3em;
        text-decoration: none;
        display: inline-block;
        margin-right: 10px;
    }
    .msc-heading-font-style-2 {
        font-size: 1.3em;
    }
    .msc-product-list-img{
        text-align: center;
    }
    .msc-product-block-list .msc-product-list-content{
        padding: 15px;
    }
    .msc-product-list-img img {
        width: 120px;
    }
    .msc-deal-content h2 {
        font-size: 1.5em;
    }
    .msc-deal-content p {
        font-size: 2em;
    }
    #msc-deal-offer {
        margin-bottom: 10px;
        padding: 40px 0;
    }
    .msc-col-2-ad {
        background-size: contain !important;
        background-blend-mode: overlay !important;
        padding: 21px;
        background-repeat: no-repeat !important;
        margin-bottom: 10px;
    }
    .msc-col-2-ad h3 {
        font-size: 1.2em;
    }
    #msc-happy-cutomer .msc-heading-font-style-2::before {
        width: 36%;
        margin-top: 12px;
    }
    #msc-subscriber-block {
        padding: 30px 15px;
    }
    .msc-heading-font-style {
        font-size: 1.1em;
    }
    #msc-subscriber-block .msc-serach-btn {
        transform: skewX(0deg);
        right: 0;
    }
    #msc-footer {
        padding: 15px 10px 0;
    }
    .msc-footer-barnding img {
        width: 120px;
        padding: 0;
        margin-bottom: 20px;
    }
    .msc-help-line-no h3 {
        font-size: 1.1em;
    }
    #msc-shop-by-goal .col-md-4{
        width: 50%;
    }
    .msc-shop-goal-figure {
        margin: 10px 0;
        border: 1px solid #ccc;
        padding-bottom: 10px;
        border-radius: 2px;
    }
    .msc-shop-goal-img {
        text-align: center;
    }
    .msc-shop-goal-img img {
        width: 100%;
    }
    .msc-shop-goal-content h3 {
        font-size: .75em;
    }
    .msc-shop-goal-content .msc-shop-goal-btn a {
        border: 1px solid var(--msc-theme-logo-color);
        font-size: .75em;
    }
    .msc-product-caption-details {

        padding: 13px 10px 20px;
    }
    .msc-product-title-thumbs {
        font-size: 14px;
    }
    .msc-category-name-in {
        font-size: 11px;
    }
    .msc-heading-font-style-3::after {
        width: 36%;
        margin-top: -11px;
        right: 5%;
    }
    .msc-addcart .msc-ad-btn:hover::before, .msc-buy-now .msc-ad-btn:hover::before {
        width: 499px;
        height: 133px;
    }
    .msc-buy-now .msc-ad-btn {
        margin-top: -4px !important;
    }
    .msc-ad-btn {
        transform: skewX(0deg);
    }
    .msc-account-side-nav ul {
        list-style: none;
        padding-left: 0;
    }
    #msc-login-page .col-md-4.offset-4, #msc-sign-up-page .col-md-4.offset-4{
        margin-left: 0;
    }
    .msc-login-box {
        margin: 50px 20px;
    }
    .msc-create-acount-link {
        font-size: 1em;
    }
    #register-form p.my-2{
        font-size: .85em;
    }
    #msc-accept-payment img {
        width: 80%;
        margin-top: 10px;
    }
    .msc-subscriber-form .msc-search-input {
        transform: skewX(0deg);
        width: 100%;
    }
    .msc-side-cart-product .row{
        flex-wrap: nowrap;
    }
    .msc-side-cart-image img {
        width: 100%;
    }
    .msc-side-cart-product .col-sm-3{
        width: 30%;
    }
    .msc-side-cart-product .col-sm-8{
        width: 60%;
    }
    .msc-side-cart-product .col-sm-1{
        width: 10%;
    }
    table .table-view-cart .msc-quantity {
        width: 80px;
        margin-right: 5px;
    }
    table tr td.msc-cart-view-product-name{
        font-size: .85em;
    }
    table tr td.msc-cart-view-product-name b{
        font-size: .65em;
    }
    #msc-checkout-page .form-floating>.form-select {
        margin-bottom: 15px;
    }
    .msc-all-products-show .col-md-3{
        width: 50%;
    }
    .msc-product-block-list .col-md-4{
        width: 35%;
    }
    .msc-product-block-list .col-md-8{
        width: 65%;
    }
    .msc-product-block-list .msc-selling-price {
        font-size: 1.1em;
    }
    .msc-product-block-list .msc-mrp-price.msc-delete-mrp {
        font-size: 1.05em;
    }

    /* new-responsive-css */
    .msc-prime-product-feature-box {
    background-color: var(--msc-theme-light-peach-color);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.msc-prime-product-feature-section {
    padding: 4rem 1rem;
    padding-top: 2rem !important;
    overflow-x: hidden;
    position: relative;
}
.msc-shop-goal-img {
    overflow: hidden;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
}
.msc-product-image {
    height: 200px;
    width: 100%;
}
#msc-deal-offer::before {
    width: 0;
    height: 0;
}
#msc-deal-offer::after {
    width: 0;
    height: 0;
}
.msc-marketing-images {
    display: none;
    position: relative;
}
.msc-main-image-block {
    /* background-color: var(--msc-theme-low-light-color); */
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    width: 100%;
}
.msc-wish-list {
    position: absolute;
    right: 30px;
    font-size: 1.4em;
    color: var(--msc-theme-red-low-light-color);
    cursor: pointer;
    opacity: .5;
    transition: .3s;
}
    /* new-responsive-css-end */
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
    .msc-toplist-menu {
        font-size: 14px;
    }
    .msc-stack-list {
        height: 359px;
    }
    /* .msc-slider-bg-item {
        height: 388px;
    } */
}
/* not-found */
 :root {
    --color-white: rgba(255, 255, 255, 1);
    --color-cream-50: rgba(252, 252, 249, 1);
    --color-cream-100: rgba(255, 255, 253, 1);
    --color-gray-200: rgba(245, 245, 245, 1);
    --color-gray-300: rgba(167, 169, 169, 1);
    --color-slate-500: rgba(98, 108, 113, 1);
    --color-brown-600: rgba(94, 82, 64, 1);
    --color-charcoal-700: rgba(31, 33, 33, 1);
    --color-charcoal-800: rgba(38, 40, 40, 1);
    --color-slate-900: rgba(19, 52, 59, 1);
    --color-teal-300: rgba(50, 184, 198, 1);
    --color-teal-500: rgba(33, 128, 141, 1);
    --color-teal-600: rgba(29, 116, 128, 1);
    --color-brown-600-rgb: 94, 82, 64;
    --color-teal-500-rgb: 33, 128, 141;
    --color-slate-900-rgb: 19, 52, 59;
    --color-gray-300-rgb: 167, 169, 169;
    --color-gray-200-rgb: 245, 245, 245;
    --color-teal-300-rgb: 50, 184, 198;
    
    --color-background: var(--color-cream-50);
    --color-surface: var(--color-cream-100);
    --color-text: var(--color-slate-900);
    --color-text-secondary: var(--color-slate-500);
    --color-primary: var(--color-teal-500);
    --color-primary-hover: var(--color-teal-600);
    --color-border: rgba(var(--color-brown-600-rgb), 0.2);
    --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);
    
    --font-family-base: 'FKGroteskNeue', 'Geist', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-size-base: 14px;
    --font-size-lg: 16px;
    --font-size-xl: 18px;
    --font-size-2xl: 20px;
    --font-size-3xl: 24px;
    --font-weight-medium: 500;
    --font-weight-semibold: 550;
    --font-weight-bold: 600;
    --space-16: 16px;
    --space-20: 20px;
    --space-24: 24px;
    --space-32: 32px;
    --radius-lg: 12px;
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    --duration-normal: 250ms;
    --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-background: var(--color-charcoal-700);
        --color-surface: var(--color-charcoal-800);
        --color-text: var(--color-gray-200);
        --color-text-secondary: rgba(var(--color-gray-300-rgb), 0.7);
        --color-primary: var(--color-teal-300);
        --color-border: rgba(var(--color-gray-300-rgb), 0.3);
        --color-card-border: rgba(var(--color-gray-300-rgb), 0.15);
    }
}
.msc-not-found-section-empty-state-container {
    width: 100%;
    text-align: center;
    animation: msc-not-found-section-fadeInUp 0.8s var(--ease-standard);
}

@keyframes msc-not-found-section-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.msc-not-found-section-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: var(--space-32);
}

.msc-not-found-section-icon-bg {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgba(var(--color-teal-500-rgb), 0.1) 0%, rgba(var(--color-teal-500-rgb), 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 20px 40px -10px rgba(var(--color-teal-500-rgb), 0.15);
    animation: msc-not-found-section-pulse 3s ease-in-out infinite;
}

@keyframes msc-not-found-section-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 20px 40px -10px rgba(var(--color-teal-500-rgb), 0.15);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 25px 50px -10px rgba(var(--color-teal-500-rgb), 0.25);
    }
}

.msc-not-found-section-icon-bg::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border: 2px solid rgba(var(--color-teal-500-rgb), 0.15);
    border-radius: 50%;
    animation: msc-not-found-section-ripple 3s ease-out infinite;
}

@keyframes msc-not-found-section-ripple {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.msc-not-found-section-icon-svg {
    width: 90px;
    height: 90px;
    color: var(--color-primary);
    animation: msc-not-found-section-float 3s ease-in-out infinite;
}

@keyframes msc-not-found-section-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.msc-not-found-section-sparkle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    border-radius: 50%;
    animation: msc-not-found-section-sparkle 2s ease-in-out infinite;
}

.msc-not-found-section-sparkle:nth-child(1) {
    top: 20%;
    right: 15%;
    animation-delay: 0s;
}

.msc-not-found-section-sparkle:nth-child(2) {
    top: 70%;
    right: 10%;
    animation-delay: 0.5s;
}

.msc-not-found-section-sparkle:nth-child(3) {
    top: 30%;
    left: 10%;
    animation-delay: 1s;
}

@keyframes msc-not-found-section-sparkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
}

.msc-not-found-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-32);
}

.msc-not-found-section-title {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    margin-bottom: var(--space-16);
    letter-spacing: -0.02em;
}

.msc-not-found-section-subtitle {
    max-width: 600px;
    font-size: var(--font-size-xl);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-24);
    line-height: 1.6;
}

.msc-not-found-section-message {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(var(--color-teal-500-rgb), 0.08);
    border: 1px solid rgba(var(--color-teal-500-rgb), 0.2);
    border-radius: 50px;
    color: var(--color-primary);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-lg);
    animation: msc-not-found-section-slideIn 0.8s var(--ease-standard) 0.3s both;
}

@keyframes msc-not-found-section-slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.msc-not-found-section-bell-icon {
    width: 20px;
    height: 20px;
    animation: msc-not-found-section-ring 2s ease-in-out infinite;
}

@keyframes msc-not-found-section-ring {
    0%, 90%, 100% {
        transform: rotate(0deg);
    }
    92% {
        transform: rotate(-15deg);
    }
    94% {
        transform: rotate(15deg);
    }
    96% {
        transform: rotate(-15deg);
    }
    98% {
        transform: rotate(15deg);
    }
}

.msc-not-found-section-action-buttons {
    display: flex;
    gap: var(--space-16);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: var(--space-32);
}

.msc-not-found-section-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    transition: all var(--duration-normal) var(--ease-standard);
    text-decoration: none;
    border: none;
    font-family: var(--font-family-base);
}

.msc-not-found-section-btn-primary {
    background: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 4px 12px -2px rgba(var(--color-teal-500-rgb), 0.4);
}

.msc-not-found-section-btn-primary:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -4px rgba(var(--color-teal-500-rgb), 0.5);
}

.msc-not-found-section-btn-secondary {
    background: transparent;
    color: var(--color-text);
    border: 1px solid var(--color-border);
}

.msc-not-found-section-btn-secondary:hover {
    background: rgba(var(--color-teal-500-rgb), 0.05);
    border-color: var(--color-primary);
    transform: translateY(-2px);
}

.msc-not-found-section-btn-icon {
    width: 18px;
    height: 18px;
}

.msc-not-found-section-decorative-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: var(--space-32);
    opacity: 0.3;
}

.msc-not-found-section-dot {
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    border-radius: 50%;
    animation: msc-not-found-section-bounce 1.4s ease-in-out infinite;
}

.msc-not-found-section-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.msc-not-found-section-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes msc-not-found-section-bounce {
    0%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
}

@media (min-width:1366px) and (max-width:1400px) {
    .msc-toplist-menu {
        font-size: 13px !important;
    }
}



@media (max-width: 640px) {
    .msc-not-found-section-icon-bg {
        width: 150px;
        height: 150px;
    }

    .msc-not-found-section-icon-svg {
        width: 70px;
        height: 70px;
    }

    .msc-not-found-section-title {
        font-size: var(--font-size-2xl);
    }

    .msc-not-found-section-subtitle {
        font-size: var(--font-size-base);
    }

    .msc-not-found-section-message {
        font-size: var(--font-size-base);
        padding: 10px 20px;
    }

    .msc-not-found-section-action-buttons {
        flex-direction: column;
        width: 100%;
    }

    .msc-not-found-section-btn {
        width: 100%;
        justify-content: center;
    }
}
/* not-found-end */
