/*!
Theme Name: Peptidology
Theme URI: #
Author: Webskitters
Author URI: https://www.webskitters.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: peptidology
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Peptidology is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*   font-family: "Inter", serif; */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/*font-family: "Manrope", sans-serif;*/

/* =============== DEFAULT START =============== */

:root {
    --primary-font: "Inter", serif;
    --secondary-font: "Manrope", sans-serif;

    --primary-color: #de0076;
    --secondary-color: #ee6d20;
    --content-color: #646060;
    --brand-sky: #84eff6;
    --orange-light: #ffe9dc;
    --border-orange-light: #ead2df;
    --border-color: #e3e3e3;
    --gradient-color: linear-gradient(180deg,
            #d6fdff 21.5%,
            #ffdcef 54.86%,
            #ffd4ba 100%);

    --light-gray: #f8f8f8;
    --white-color: #ffffff;
    --black-color: #000000;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-style: normal;
    color: var(--content-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    background-color: var(--white-color);
}

.container {
    max-width: 1164px;
}

.container-lg {
    max-width: 1596px;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1,
.title-h1 {
    font-size: 82px;
    font-weight: 300;
    margin-top: -15px;
}

h2,
.title-h2 {
    font-size: 46px;
    text-transform: capitalize;
    margin-top: -7px;
}

.h2-sm {
    font-size: 36px;
    text-transform: capitalize;
}

h3,
.title-h3 {
    font-size: 28px;
}

h4,
.title-h4 {
    font-size: 24px;
    letter-spacing: 0;
}

h5,
.title-h5 {
    font-size: 22px;
    letter-spacing: 0;
}

h6,
.title-h6 {
    font-size: 19px;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none !important;
    color: var(--content-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

label {
    margin-bottom: 16px;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
input[type="url"] {
    width: 100%;
    height: 62px;
    padding: 0 25px;
    background-color: transparent;
    color: var(--content-color);
    border: 1px solid rgba(0, 0, 0, 0.188);
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100px;
}

textarea {
    width: 100%;
    height: 158px;
    padding: 0 25px;
    background-color: transparent;
    color: var(--content-color);
    border: 1px solid rgba(0, 0, 0, 0.188);
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

select {
    width: 100%;
    padding: 0 25px;
    padding-right: 40px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 25px) center transparent;
    background-size: 12px;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.submit-wpr {
    margin-top: 20px;
}

input[type="submit"] {
    height: 58px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none !important;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: var(--secondary-color);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: var(--black-color);
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--black-color);
}

::-moz-placeholder {
    opacity: 1;
    color: var(--black-color);
}

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

/* custom checkbox */
.form_input_check {
    margin-bottom: 16px;
}

.form_input_check:last-child {
    margin-bottom: 0;
}

.form_input_check label {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3e3e42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(./images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form_input_check input[type="checkbox"]:checked+span {
    color: var(--primary-color);
}

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid var(--black-color) 000;
    border-radius: 100%;
    background: var(--white-color);
}

.form_input_radio label input[type="radio"]+span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* custom radio end */

/* =============== DEFAULT END =============== */

/* =============== COMPONENT START =============== */

/* BUTTONS START */

.cmn-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -5px;
}

.cmn-btn-grp .cmn-btn-col {
    padding: 0 5px 5px;
    line-height: 0;
}

.cmn-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid transparent;
    padding: 16px 26px 19px;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-width: 190px;
    z-index: 9;
}

.cmn-btn:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.cmn-btn.cmn-btn-secondary {
    background: var(--secondary-color);
}

.cmn-btn.cmn-btn-dark {
    background: var(--black-color);
}

.cmn-btn.cmn-btn-dark:hover {
    background: var(--primary-color);
}

.cmn-btn.cmn-btn-sm {
    padding: 14px 26px 17px;
}

.cmn-bg-gradient {
    background: var(--gradient-color);
}

.bg-light-gray {
    background: var(--light-gray);
}

.cmn-sec-radius {
    border-radius: 20px;
}

.btn-lft-icon::before {
    content: "";
    background: url(./images/icon-arrow-rotate-white.svg) no-repeat center/contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 12px;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-rgt-icon::after {
    content: "";
    background: url(./images/icon-arrow-rotate-white.svg) no-repeat center/contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: 12px;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-rgt-icon:hover::after,
.btn-lft-icon:hover::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-btn.cmn-btn-secondary:hover {
    background: var(--primary-color);
}

.cmn-btn.cmn-btn-border {
    background: transparent;
    border-color: var(--black-color);
    color: var(--black-color);
}

.cmn-btn.cmn-btn-border::after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.cmn-btn.cmn-btn-border:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.cmn-btn.cmn-btn-border:hover::after {
    -webkit-filter: none;
    filter: none;
}

.cmn-btn.cmn-btn-link {
    padding: 0;
    background: transparent;
    color: var(--black-color);
    min-width: auto;
    border: 0;
}

.cmn-btn.cmn-btn-link::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 34px;
    height: 16px;
    background: url(./images/icon-right-arrow.svg) no-repeat center/contain;
    margin-left: 4px;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cmn-btn.cmn-btn-link:hover {
    color: var(--primary-color);
}

.cmn-btn.cmn-btn-link:hover:after {
    background-image: url(./images/icon-right-arrow-pink.svg);
}

.cmn-btn.secondary-link-btn {
    padding: 0;
    color: var(--primary-color);
    background: transparent;
    min-width: auto;
}

.cmn-btn.secondary-link-btn:after {
    background-image: url(./images/icon-rotate-arrow-pink.svg);
    margin-left: 8px;
}

/* BUTTONS END */

.cmn-badge {
    background: var(--orange-light);
    padding: 0px 4px 2px;
    color: var(--black-color);
    display: inline-block;
    border-radius: 2px;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cmn-badge.cmn-badge-lg {
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 84px;
    padding: 8px 14px;
    color: var(--white-color);
}

.cmn-badge:last-child {
    margin-bottom: 0;
}

.bg-black {
    background: var(--black-color);
}

.bg-primary-c {
    background: var(--primary-color);
}

.default-slick-outer {
    position: relative;
}

.default-slider-wpr.slick-slider {
    margin-bottom: 0;
}

.default-slider-wpr .slick-list {
    margin: 0 -15px;
}

.default-slider-wpr .slide-item {
    padding: 0 15px;
}

.cmn-slick-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: calc(100% + 200px);
}

.cmn-slick-nav .slick-arrow {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--primary-color);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: auto;
    cursor: pointer;
}

.cmn-slick-nav .slick-arrow:hover {
    background: var(--secondary-color);
}

.cmn-slick-nav .slick-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.cmn-slick-nav .slick-arrow.slick-nav-prev {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.cmn-slick-nav .slick-arrow img {
    width: 15px;
}

.slick-dots {
    position: static;
    line-height: 0;
    margin-top: 30px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background: rgba(238, 109, 32, 0.302);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-dots li button:hover {
    background: var(--black-color);
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: var(--black-color);
}

.slick-dots li.slick-active button:hover {
    opacity: 1;
}

/* default slider end */


/* sec gap start */

.cmn-gap-sm {
    padding: 60px 0;
}

.cmn-gap {
    padding: 80px 0px;
}

.cmn-gap-lg {
    padding: 100px 0;
}

/* sec gap end */

/* cmn-img-ratio start */
.cmn-img-ratio {
    position: relative;
    padding-top: 100%;
}

.cmn-img-ratio a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cmn-img-ratio img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}

/* cmn-img-ratio end */

/* sec head start */
.cmn-sec-head {
    margin-bottom: 50px;
}

.cmn-sec-head.mb-30 {
    margin-bottom: 30px;
}

.cmn-sec-head h2 {
    margin-bottom: 16px;
}

.cmn-sec-head h2:last-child {
    margin-bottom: 0;
}

/* sec head end */

/* back to top  start*/

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: var(--primary-color);
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: var(--primary-color);
}

#scroll i {
    color: var(--white-color);
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* back to top  start*/


.default-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.default-list ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}

.default-list ul li:last-child {
    margin-bottom: 0;
}

.default-list ul li:after {
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: currentColor;
}

.list-star-i ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-star-i ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 22px;
}

.list-star-i ul li:last-child {
    margin-bottom: 0;
}

.list-star-i ul li:after {
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 28px;
    background: url(./images/icon-star.svg) no-repeat center/contain;
}

/* img-content-blk-row start */
.img-content-blk-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.img-content-blk-row:last-child {
    margin-bottom: 0;
}

.img-content-blk-row .img-blk-wpr {
    width: 51.4%;
}

.img-content-blk-row .img-blk-wpr img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.img-content-blk-row .content-blk-wpr {
    width: 48.6%;
    padding-left: 50px;
    padding-right: calc((100% - 1140px) / 2);
}

.img-content-blk-row .content-blk-wpr h2 {
    margin-bottom: 22px;
}

.img-content-blk-row .content-blk-wpr p {
    margin-bottom: 32px;
}

.img-content-blk-row.img-content-blk-row-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.img-content-blk-row.img-content-blk-row-rev .content-blk-wpr {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: 50px;
}

/* img-content-blk-row End */

/* inner-bnr start */
.inr-bnr-sec {
    min-height: 420px;
    padding: 120px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.inr-bnr-sec .inr-bnr-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.inr-bnr-sec .inr-bnr-bg img,
.inr-bnr-sec .inr-bnr-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}


.inr-bnr-sec .inr-bnr-wpr {
    position: relative;
}

.inr-bnr-sec .inr-bnr-cntnt h1 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.inr-bnr-sec .inr-bnr-cntnt h1:last-child {
    margin-bottom: 0;
}

.inr-bnr-sec .inr-bnr-cntnt p {
    color: #393737;
    margin-bottom: 16px;
}

.inr-bnr-sec .inr-bnr-cntnt p:last-child {
    margin-bottom: 0;
}

.inr-bnr-sec.text-center .cmn-btn-grp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inr-bnr-sec .home-bnr-shape1 img {
    height: 860px;
}

/* inner-bnr end */

.blog-crd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #0000000f;
    padding: 18px 16px 20px;
    height: 100%;
    border-radius: 10px;
}

.blog-crd .blog-crd-img {
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 5px;
    position: relative;
}

.blog-crd .blog-crd-img a {
    display: block;
}

.blog-crd .blog-crd-img .cmn-img-ratio {
    height: 100%;
    padding-top: 66%;
}

.blog-crd .blog-crd-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-crd .blog-pst-dte {
    text-transform: uppercase;
    background: #dafafc;
    position: absolute;
    width: 46px;
    height: 46px;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    color: var(--black-color);
    text-align: center;
}

.blog-crd .blog-crd-img:hover img {
    -webkit-transform: rotate(2deg) scale(1.1);
    -ms-transform: rotate(2deg) scale(1.1);
    transform: rotate(2deg) scale(1.1);
}

.blog-crd h3 {
    margin-bottom: 6px;
}

.blog-crd h3 a {
    color: inherit;
}

.blog-crd h3 a:hover {
    color: var(--primary-color);
}

.blog-crd p {
    margin-bottom: 8px;
}

.blog-crd-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.blog-crd .cmn-btn {
    margin-top: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.blog-crd-meta ul {
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #b3afb1;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.blog-crd-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.blog-crd-meta li img {
    max-width: 24px;
    width: 100%;
    margin-right: 4px;
}

/* COMPONENT END */

/* HEADER START */

header {
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: var(--page-bg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 40px 0 0;
}

header .navbar {
    padding: 9px 40px;
    background: rgba(255, 255, 255, 0.561);
    border-radius: 100px;
    border: 1px solid var(--white-color);
}

header .navbar:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 100px;
    z-index: -1;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 135px;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.navbar-brand img {
    width: 100%;
}

.navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    margin: 0;
    padding: 13px 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
    line-height: 1;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    color: var(--content-color);
    text-transform: capitalize;
}

.navbar-nav>li {
    margin: 0 25px;
    padding: 0;
    position: relative;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li.menu-item-has-children {
    padding-right: 24px;
}

.navbar-nav .clickD {
    content: "";
    background: url(./images/caret-down-Icon.png) no-repeat center / 17px;
    width: 18px;
    height: 18px;
    right: 0;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    top: 0;
    position: absolute;
}

.navbar-nav>li.menu-item-has-children li.menu-item-has-children .clickD {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.navbar-nav>li>a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--bs-black);
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--black-color);
}

.navbar-nav>li.active>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}

/* navbar submenu*/
.navbar-nav>.menu-item-has-children>.sub-menu::before {
    content: "";
    width: 100%;
    height: 20px;
    background: transparent;
    position: absolute;
    top: -20px;
    left: 0;
}

.sub-menu {
    background-color: var(--white-color);
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    z-index: 1000;
    display: none;
    border-radius: 0;
    width: 200px;
    padding: 15px;
    border-radius: 4px;
    -webkit-box-shadow: var(--primary-color) 0px 2px 6px;
    box-shadow: var(--primary-color) 0px 2px 6px;
}

.sub-menu>li>a {
    color: var(--content-color);
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
}

.sub-menu>li {
    margin-bottom: 16px;
}

.sub-menu>li:last-child {
    margin-bottom: 0;
}

.sub-menu>li>a:hover {
    color: var(--primary-color);
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li>a {
    background: var(--primary-color-light);
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

/* for push-menu */

.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px;
    line-height: 0;
}

/* header search bar start */
.header-search {
    position: relative;
    margin-right: 14px;
}

.header-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    position: relative;
    width: 100%;
}

.header-search input[type="text"] {
    font-size: 14px;
    max-width: 196px;
    height: 100%;
    padding-left: 50px;
    border-color: #f3f3f4;
    border-radius: 50px;
    background: var(--white-color);
}

.header-search input[type="submit"] {
    background-image: url(./images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border-color: transparent;
    background-color: transparent;
    position: absolute;
    left: 15px;
    height: 100%;
    padding: 0;
    width: 20px;
}

.header-search input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.header-search input:-ms-input-placeholder {
    color: #a9a9a9;
}

.header-search input::-moz-placeholder {
    color: #a9a9a9;
}

.mobile-search {
    width: 22px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    cursor: pointer;
}

.mobile-search img {
    width: 100%;
}

.header-search-close {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 10px;
    border-radius: 50%;
    border: 1px solid #f3f3f4;
    background: var(--white-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

/* header search bar end */

.header-profile-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-profile-wpr .profile-icon {
    margin-right: 24px;
    cursor: pointer;
}

.header-profile-wpr .bag-icon {
    cursor: pointer;
}

.header-profile-wpr .profile-icon:last-child {
    margin-right: 0;
}

.header-profile-wpr img {
    width: 25px;
}

/* HEADER END */

/* MAIN STYLE STARRT */

.main-wrapper {
    padding: 20px 20px 0;
    max-width: 100%;
    margin: 0 auto;
}

.main-wpr-md {
    max-width: 1600px;
    margin: 0 auto;
}

/* home page start */
.home-bnr-sec {
    padding: 150px 0 0;
    position: relative;
}

.home-bnr-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.home-bnr-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-bnr-shape1 {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 398px;
    right: 9%;
    opacity: 7%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.home-bnr-shape1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-bnr-sec .home-bnr-cnt {
    max-width: 900px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}

.home-bnr-cnt h1 {
    margin-bottom: 14px;
}

.home-bnr-cnt h1 span {
    font-weight: 800;
}

.home-bnr-med {
    max-width: 1270px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.shop-category-card-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.shop-category-card {
    padding: 38px 28px 0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shop-category-card:hover .shop-category-card-bg::after {
    opacity: 1;
}

.shop-category-card:hover h3 {
    color: var(--white-color);
}

.shop-category-card:hover .shop-category-arw {
    background: var(--black-color);
}

.shop-category-card:hover .shop-category-arw img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.shop-category-card:hover p {
    color: var(--white-color);
}

.shop-category-card h3 {
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-card p {
    color: #9e9090;
    margin-bottom: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-card-info {
    z-index: 1;
    padding-bottom: 0;
    position: relative;
}

.shop-category-arw {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--black-color);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-arw img {
    max-width: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.shop-category-card-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 50%;
}

.shop-category-card-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--secondary-color);
    mix-blend-mode: hard-light;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-card-img {
    max-width: 195px;
    margin: auto auto 0;
    width: 100%;
}

.shop-category-card-img .cmn-img-ratio {
    padding-top: 92%;
}

.cmn-product-crd {
    position: relative;
    padding: 36px 22px 0;
    background: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.cmn-product-crd .cmn-product-crd-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px -8px 36px;
}

.cmn-product-crd .product-title-wpr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 8px 8px 0;
}

.cmn-product-crd .product-title-wpr h3 {
    margin-bottom: 2px;
}

.cmn-product-crd .product-title-wpr .price {
    font-weight: 700;
    font-size: 19px;
    color: var(--black-color);
}

.cmn-product-crd .cmn-product-crd-hd p {
    max-width: 180px;
    color: rgba(100, 96, 96, 0.62);
    padding: 8px 8px 0;
}

.cmn-product-crd .product-crd-img {
    width: 100%;
    /*    max-width: 142px;*/
    margin: auto auto 0;
}

/*.cmn-product-crd .product-crd-img .cmn-img-ratio {
    padding-top: 206%;
}*/

.cmn-product-crd .cmn-btn {
    position: absolute;
    bottom: 24px;
    width: calc(100% - 26px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.third-party-tst-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.third-party-tst-wpr .third-party-tst-itm {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.third-party-tst-wpr .third-party-tst-itm-img,
.third-party-tst-wpr .third-party-tst-itm-info {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.third-party-tst-wpr .third-party-tst-itm-sm {
    width: 17.5%;
}

.third-party-tst-wpr .third-party-tst-itm-md {
    width: 29%;
}

.third-party-tst-wpr .third-party-tst-itm-lg {
    width: 36%;
}

.third-party-tst-wpr .third-party-tst-itm-info {
    background: var(--light-gray);
    padding: 66px 32px;
    height: 100%;
}

.third-party-tst-itm-info h2 {
    /* font-size: 44px; */
    margin-bottom: 18px;
}

.third-party-tst-wpr .third-party-tst-itm img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.simplifying-life-sec .cmn-sec-head .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --bs-gutter-y: 20px;
}

.simplifying-life-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.simplifying-life-offer {
    width: 26.3%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-right: 18px;
}

.simplifying-life-offer-crd {
    padding: 15px 10px;
    border: 1px solid var(--border-orange-light);
    border-radius: 15px;
    margin-bottom: 30px;
}

.simplifying-life-offer-crd:last-child {
    margin-bottom: 0;
}

.simplifying-life-stock .stock-badge {
    border: 1px solid var(--secondary-color);
    border-radius: 100px;
    padding: 8px 19px 10px;
    line-height: normal;
    color: var(--black-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.simplifying-life-stock {
    width: 47.6%;
    min-width: 542px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f3f3f3),
            to(rgba(243, 243, 243, 0)));
    background: -o-linear-gradient(top, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
    background: linear-gradient(180deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
    border-radius: 50%;
    padding-top: 60px;
}

.simplifying-life-stock img {
    width: 100%;
}

.simplifying-life-stock .cmn-img-ratio {
    width: 100%;
    max-width: 345px;
    margin-bottom: 53px;
    padding-top: 58%;
}

.simplifying-life-stock .stock-badge {
    border: 1px solid var(--secondary-color);
    display: inline-block;
}

.simplifying-life-info {
    padding-left: 15px;
}

.home-why-us-crd-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.home-why-us-crd {
    background: #e7efff;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 30px 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.home-why-us-crd * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-why-us-crd .crd-nm {
    font-weight: 500;
    color: #53bed6;
    margin-bottom: 8px;
}

.home-why-us-crd h3 {
    margin-bottom: 28px;
}

.home-why-us-crd .home-why-us-crd-cnt {
    color: #324a61;
    margin-bottom: 30px;
}

.home-why-us-crd .cmn-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}

.home-why-us-crd:hover {
    background: var(--primary-color);
}

.home-why-us-crd:hover * {
    color: var(--white-color);
}

.home-why-us-crd .cmn-btn {
    pointer-events: none;
}

.home-why-us-crd:hover .cmn-btn::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.home-why-us-crd:hover .home-why-us-crd-i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.triple-verified-sec {
    padding: 32px 28px;
}

/* home page end */

/* MAIN STYLE END  */

/* footer start */
.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 38px;
    margin-bottom: 48px;
}

.footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 272px;
    width: 100%;
    display: block;
}

.footer-logo img {
    width: 100%;
}

footer .footer-form {
    max-width: 448px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

footer .footer-form-title {
    letter-spacing: -0.04em;
    text-transform: capitalize;
    color: var(--black-color);
    margin-bottom: 20px;
}

footer .footer-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 386px;
}

footer .footer-form form input[type="text"] {
    padding-right: 60px;
}

footer .footer-form form input[type="submit"] {
    padding: 0;
    position: absolute;
    background: url(./images/icon-arrow-rotate-white.svg) no-repeat center/20px;
    width: 52px;
    height: calc(100% - 10px);
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--primary-color);
}

footer .footer-form form input[type="submit"]:hover {
    background-color: var(--secondary-color);
}

.footer-menu-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-menu-col {
    padding: 0 30px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.footer-menu-col:first-child {
    width: 19%;
    padding-left: 0;
}

.footer-menu-col:nth-child(2) {
    width: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-menu-col:nth-child(3) {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-menu-col:last-child {
    width: 30%;
    padding-right: 0;
    border-right: 0;
}

.footer-menu-col.footer-contact-menu .footer-menu-item {
    max-width: 265px;
    margin-left: auto;
}

.footer-middel {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 16px;
}

.footer-middel .footer-menu-title {
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -0.04em;
}

.footer-menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: var(--black-color);
    text-transform: capitalize;
}

.footer-menu-list ul li {
    margin-bottom: 30px;
}

.footer-menu-list ul li:last-child {
    margin-bottom: 0;
}

.footer-menu-list ul a {
    color: inherit;
}

.footer-menu-list ul a:hover {
    color: var(--primary-color);
}

.footer-contact-menu .footer-menu-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-contact-menu .footer-menu-list li img {
    width: 100%;
    max-width: 18px;
    margin-right: 18px;
    position: relative;
    top: 2px;
}

.footer-bottom {
    padding-bottom: 20px;
}

.footer-bottom .footer-cpy-rgt {
    text-align: center;
    padding: 20px 0;
    color: var(--black-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    letter-spacing: -0.04em;
}

.footer-bottom a {
    color: inherit;
}

.footer-bottom a:hover {
    color: var(--primary-color);
}

.footer-bottom p {
    letter-spacing: -0.04em;
    font-weight: 500;
}

/* footer end */

/* blog page start */

.blog-card-sec .cmn-btn-grp {
    margin-top: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-card-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

/* blog page end */

/* product page start */
.product-bnr-sec.inr-bnr-sec {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    padding: 0;
    min-height: auto;
}

.product-bnr-sec .inr-bnr-cntnt {
    width: 45%;
    padding: 230px 0 150px;
}

.product-bnr-sec .inr-bnr-img {
    position: absolute;
    padding-left: 49%;
    width: 100%;
    bottom: 0;
    right: -5.5%;
    max-width: 87%;
}

.product-bnr-sec .inr-bnr-img img {
    width: 100%;
}

.products-crd-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 50px;
}

/* product page end */

/*19-03-2025 start KM*/

.header-cart-icon {
    position: relative;
}

.main-head .cart-quantity {
    width: 24px;
    height: 24px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -7px;
    right: -14px;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    border: 2px solid var(--white-color);
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce h2 {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
}


.woocommerce-account .products-crd-sec .entry-content .woocommerce form.login,
.woocommerce-account .products-crd-sec .entry-content .woocommerce form.register,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.checkout_coupon,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login {
    border: none;
    box-shadow: 0 0 18px rgba(182, 182, 182, 0.24);
    border-radius: 18px;
    padding: 35px 28px;
    margin: 24px 0;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce form.login label,
.woocommerce-account .products-crd-sec .entry-content .woocommerce form.register label,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.checkout_coupon label,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login label {
    color: #000000;
    line-height: 1.3;
    margin: 0 0 10px;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce form.login .input-text,
.woocommerce-account .products-crd-sec .entry-content .woocommerce form.register .input-text,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login .input-text,
.woocommerce-lost-password .products-crd-sec .entry-content .woocommerce form.lost_reset_password .input-text {
    width: 100%;
    height: 52px;
    padding: 6px 16px;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce form.login .input-text:focus,
.woocommerce-account .products-crd-sec .entry-content .woocommerce form.register .input-text:focus,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login .input-text:focus,
.woocommerce-lost-password .products-crd-sec .entry-content .woocommerce form.lost_reset_password .input-text:focus {
    border-color: #000000;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce .form-row,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce .form-row {
    margin-bottom: 25px;
    padding: 0;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce button[type="submit"],
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login button[type="submit"] {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid transparent;
    padding: 16px 26px 19px;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-width: 160px;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce button[type="submit"]:hover,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login button[type="submit"]:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce .woocommerce-privacy-policy-text {
    margin-bottom: 22px;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce .woocommerce-form-login__rememberme,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login .woocommerce-form-login__rememberme {
    margin: 14px 0 !important;
    cursor: pointer;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
    position: relative;
    top: 3px;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce .woocommerce-LostPassword.lost_password a,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce .lost_password a {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: underline !important;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce .woocommerce-LostPassword.lost_password a:hover,
.woocommerce-checkout .products-crd-sec .entry-content .woocommerce .lost_password a:hover {
    color: var(--secondary-color);
}

.woocommerce-checkout .products-crd-sec .entry-content .woocommerce .lost_password {
    margin-bottom: 0;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce-notices-wrapper ul {
    margin-bottom: 24px;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce .form-row:last-child {
    margin-bottom: 0;
}

.woocommerce-account .products-crd-sec .entry-content .woocommerce form.register {
    margin-bottom: 0;
}

.cmn-product-crd .cmn-btn {
    width: 100% !important;
    max-width: 300px;
    transform: unset;
    position: relative;
    bottom: unset;
    width: auto;
    left: unset;
    background: var(--primary-color);
}

.cmn-product-crd .cmn-btn::after {
    display: none;
}

.cmn-product-crd .cmn-btn:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.cmn-product-crd .cmn-btn.cmn-lerrn-more {
    background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin-bottom: 10px;
}

.cmn-product-crd .cmn-btn.cmn-lerrn-more:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.cmn-product-crd {
    text-align: center;
    justify-content: space-between;
}

.cmn-product-crd .product-title-wpr h3 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
}

.woocommerce-cart .shop_table th {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: #ffffff !important;
}

.woocommerce-cart .shop_table,
.woocommerce-cart .shop_table td {
    border-color: var(--primary-color) !important;
}

.woocommerce-cart .shop_table td {
    color: var(--black-color)
}

.woocommerce-cart .shop_table .remove {
    color: var(--primary-color) !important;
    font-size: 25px;
}

.woocommerce-cart .shop_table .remove:hover {
    color: var(--secondary-color) !important;
    background: transparent;
}

.woocommerce-cart .shop_table .product-name a {
    color: var(--primary-color)
}

.woocommerce-cart .shop_table .product-name a:hover {
    color: var(--secondary-color)
}

.woocommerce-cart .shop_table .product-thumbnail a {
    display: inline-block;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.cmn-action-area {
    padding: 16px 0 30px;
}

.cmn-product-crd .cmn-img-ratio {
    padding: 0;
}

.cmn-product-crd .cmn-img-ratio img {
    position: unset;
}

.cmn-action-area .added_to_cart {
    width: 100% !important;
    max-width: 300px;
    transform: unset;
    position: relative;
    bottom: unset;
    left: unset;
    background: var(--black-color);
    padding: 12px 26px !important;
    border-radius: 100px;
    color: var(--white-color);
    margin-top: 10px;
    display: inline-block;
}

.cmn-action-area .added_to_cart:hover {
    background: var(--primary-color);
}

.woocommerce-info {
    border-top-color: #00a3d3;
}

.woocommerce-info::before {
    color: #00a3d3;
}

.return-to-shop .wc-backward {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    border: 1px solid transparent !important;
    padding: 16px 26px 19px !important;
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
    display: inline-block !important;
    border-radius: 100px !important;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 190px;
}

.return-to-shop .wc-backward:hover {
    background: var(--secondary-color) !important;
}

.woocommerce-cart .coupon input {
    width: 220px !important;
    height: 52px;
    padding: 7px 20px !important;
}

.woocommerce-cart .actions button[type="submit"] {
    background: var(--primary-color);
    border-radius: 100px;
    color: var(--white-color) !important;
    height: 52px;
    width: 190px;
    padding: 8px 20px;
    line-height: 1;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
}

.woocommerce-cart .actions button[type="submit"]:hover {
    background: var(--secondary-color)
}

.woocommerce-cart .cart_totals h2 {
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 14px;
}

.woocommerce-cart .cart-collaterals {
    padding: 20px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background: var(--primary-color) !important;
    border-radius: 100px;
    text-transform: capitalize;
    margin: 0 !important;
    font-size: 16px !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: var(--secondary-color) !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

.large-container {
    max-width: 1524px;
}


.more-about-sec {
    padding: 49px 0 57px;
}

.more-about-outer .more-about-row:nth-child(even) {
    flex-direction: row-reverse;
}

.more-about-row:not(:last-child) {
    margin-bottom: 58px;
}

.more-about-lft-clm figure {
    height: 100%;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

.more-about-lft-clm figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-about-txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 9px;
    max-width: 667px;
    padding-top: 30px;
    padding-bottom: 35px;
}

.more-about-txt h2 {
    letter-spacing: -0.04em;
    margin-top: 0;
    margin-bottom: 22px;
    line-height: 1.1;
    font-family: var(--secondary-font);
}

.more-about-para p:not(:last-child) {
    margin-bottom: 14px;
}

.more-about-outer .more-about-row:nth-child(even) .more-about-txt {
    padding-left: 41px;
    max-width: 704px;
}

.articles-sec {
    padding: 55px 0 72px;
}

.articles-lft-clm {
    width: 21.9%;
}

.articles-rt-clm {
    width: 78.1%;
}

.articles-lft-outer {
    background: #F9F9F9;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    margin-top: 140px;
}

.articles-lft-upper {
    padding: 34px 9px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.articles-lft-upper h2 {
    font-weight: 400;
    font-size: 19px;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    color: var(--black-color);
    margin-top: 0;
    margin-bottom: 16px;
}

.article-search-frm {
    position: relative;
}

.article-search-frm input[type="search"] {
    background: #FBFBFB;
    border: 1px solid #F3F3F4;
    border-radius: 50px;
    height: 45px;
    width: 100%;
    padding: 10px 10px 10px 50px;
    outline: none;
    font-size: 14px;
}

.article-search-frm input[type="search"]::placeholder {
    color: #A9A9A9;
}

.article-search-frm button {
    position: absolute;
    background-color: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.categories-tle {
    padding: 13px 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.categories-tle h3 {
    display: flex;
    align-items: center;
    font-size: 19px;
}

.categories-tle h3 i {
    width: 21px;
    margin-right: 9px;
}

.categories-list {
    padding: 0;
    list-style: none;
}

.categories-list-outer {
    padding: 23px 13px 42px 18px;
}

.categories-list li {
    line-height: 1.4;
    margin-bottom: 20px;
}

.categories-list li:last-child {
    margin-bottom: 0;
}

.categories-list li a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    color: var(--content-color);
}

.categories-list li a:hover,
.categories-list li.active a {
    color: var(--primary-color);
}

.articles-note {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    display: flex;
    padding: 15px 27px 15px 20px;
    margin-bottom: 32px;
}

.alert-icon {
    flex-shrink: 0;
    margin-right: 14px;
}

.articles-card {
    padding: 18px 16px 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.articles-card:not(:last-child) {
    margin-bottom: 30px;
}

.articles-img {
    margin-bottom: 22px;
}

.articles-img a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.articles-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.articles-img a:hover img {
    transform: scale(1.03);
}

.articles-date-list {
    list-style: none;
    padding: 0 0 22px;
    margin: -7px;
    display: flex;
    flex-wrap: wrap;
}

.articles-date-list li {
    display: flex;
    align-content: center;
    padding: 7px;
    color: #B3AFB1;
}

.articles-date-list li i {
    flex-shrink: 0;
    margin-right: 8px;
}

.articles-card-txt h2 {
    font-size: 28px;
    margin-bottom: 14px;
}

.articles-card-txt h2 a {
    color: var(--black-color);
}

.articles-card-txt h2 a:hover {
    color: var(--primary-color)
}

.articles-card-txt {
    padding: 0 45px 0 0;
}

.artcl-more-btn .cmn-text-link {
    color: var(--primary-color);
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.artcl-more-btn .cmn-text-link img {
    margin-left: 7px;
    transform: rotate(-45deg);
    transition: all .4s ease-in-out;
}

.artcl-more-btn .cmn-text-link:hover img {
    transform: rotate(0deg);
}

.secure-option-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 16px 0;
}

.secure-option-col {
    border-right: 1px solid rgba(0, 0, 0, 0.18);
}

.secure-option-col:last-child {
    border-right: none;
}

.secure-option-box {
    padding: 18px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-size: 22px;
    color: var(--black-color);
    letter-spacing: -0.04em;
}

.secure-option-box .secure-option-icon {
    margin-bottom: 8px
}

.single-product-secure-option {
    padding: 0 0 76px;
}

.comperision-list-row {
    --bs-gutter-y: 37px;
}

.comperision-list-box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 45px 22px 28px;
    text-align: center;
}

.comperision-tag {
    padding: 14px 0 0;
}

.comperision-tag ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comperision-tag ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.50;
    letter-spacing: -0.64px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.27);
    border-radius: 100px;
    padding: 9px 18px;
    margin-bottom: 16px;
}

.comperision-tag ul li:last-child {
    margin-bottom: 0;
}

.comperision-tag ul li.pink {
    background: #DE0076;
    border-color: #DE0076;
    color: var(--white-color);
}

.comperision-tag ul li.sky {
    background: #84EFF6;
    border-color: #84EFF6;
    color: var(--white-color);
}

.comperision-tag ul li.orange {
    background: #EE6D20;
    border-color: #EE6D20;
    color: var(--white-color);
}

.product-quality-test {
    padding: 62px 0 100px;
}

.product-quality-test-header-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
}

.product-quality-test-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding: 0 0 42px;
    margin-bottom: 42px;
}

.product-quality-accordion {
    border: 1px solid #EAD2DF;
    border-radius: 15px;
    padding: 25px 12px 32px 25px;
}

.product-quality-accordion-number {
    min-width: 58px;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.17);
    border-radius: 100px;
    text-align: center;
    color: var(--white-color);
    line-height: 1.33em;
    padding: 8px 12px;
    margin-bottom: 12px;
    transition: all .4s ease-in-out;
}

.product-quality-accordion-title {
    display: flex;
    text-transform: capitalize;
    color: var(--black-color);
    position: relative;
    margin: 0 0 0;
    cursor: pointer;
}

.product-quality-accordion-item {
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    transition: all .4s ease-in-out;
}

.product-quality-accordion-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.product-quality-accordion-content {
    display: none;
    padding: 13px 0 0;
}

.product-quality-accordion-arrow {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: auto;
    flex-shrink: 0;
    position: relative;
    margin-top: 12px;
}

.product-quality-accordion-arrow::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--black-color);
    transition: all .4s ease-in-out;
}

.product-quality-accordion-arrow::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--black-color);
    transition: all .4s ease-in-out;
}

.active .product-quality-accordion-arrow::before {
    opacity: 0;
}

.active.product-quality-accordion-item {
    padding-bottom: 0;
    border-bottom: none;
}

.active .product-quality-accordion-number {
    background: var(--black-color)
}

.product-quality-figure {
    width: 542px;
    height: 542px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: url(images/mark-oval.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 52px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.product-badge {
    position: absolute;
    top: 56px;
    left: 83px
}

.proven-result {
    padding: 100px 0 0;
}

.proven-result-header {
    width: 100%;
    max-width: 1056px;
    margin: 0 auto 65px;
    text-align: center;
}

.proven-result-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 30px 22px 38px;
}

.proven-result-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
}

.proven-result-status {
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
}

.proven-result-status span {
    display: inline-block;
    margin-right: 8px
}

.proven-result-status span img {
    position: relative;
    top: -1px;
}

.proven-resultftr {
    margin-top: 36px;
}

.proven-resultftr a {
    color: var(--black-color);
    text-decoration: underline !important;
    text-transform: capitalize;
}

.proven-resultftr a:hover {
    color: var(--primary-color);
}

/*19-03-2025 end KM*/

/*20-03-2025 start KM*/
.articles-pagination-area {
    margin-top: 62px;
}

.articles-pagination-area .pagination,
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    padding: 0;
    margin: 0;
}

.articles-pagination-area .pagination li,
.woocommerce nav.woocommerce-pagination ul li {
    padding: 5px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.articles-pagination-area .pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul .page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F6F9;
    color: #646060;
    font-size: 12px;
}

.articles-pagination-area .pagination .active .page-numbers,
.articles-pagination-area .pagination .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
    background: var(--primary-color);
    color: var(--white-color);
}

.articles-pagination-area .pagination .page-numbers svg path,
.woocommerce nav.woocommerce-pagination ul .page-numbers svg path {
    fill: currentColor;
}

.articles-pagination-area .pagination .page-numbers.next,
.articles-pagination-area .pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul .page-numbers.prev {
    color: var(--black-color);
    background: transparent;
}

.articles-pagination-area .pagination .page-numbers.next:hover,
.articles-pagination-area .pagination .page-numbers.prev:hover,
.woocommerce nav.woocommerce-pagination ul .page-numbers.next:hover,
.woocommerce nav.woocommerce-pagination ul .page-numbers.prev:hover {
    color: var(--primary-color)
}

.articles-pagination-area .pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul .page-numbers.next {
    margin-left: 20px;
}

.articles-pagination-area .pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul .page-numbers.prev {
    margin-right: 20px;
}

.showlogin,
.showcoupon {
    color: var(--primary-color);
}

.showlogin:hover,
.showcoupon:hover {
    color: var(--secondary-color);
}

.checkout_coupon.woocommerce-form-coupon input.input-text {
    width: 100%;
    height: 52px;
    padding: 6px 16px;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
}

.checkout_coupon.woocommerce-form-coupon button {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid transparent;
    padding: 16px 26px 19px;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-width: 160px;
}

.checkout_coupon.woocommerce-form-coupon button:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.woocommerce-checkout h3 {
    font-weight: 700;
    text-transform: capitalize;
}

.woocommerce-checkout #customer_details label {
    color: #000000;
    line-height: 1.3;
    margin-bottom: 8px;
}

.woocommerce-checkout #customer_details .form-row.woocommerce-invalid label {
    color: var(--wc-red);
}

.woocommerce-checkout {
    overflow-x: hidden;
}

.woocommerce-checkout #customer_details .input-text,
.woocommerce-checkout #customer_details .select,
.woocommerce-MyAccount-content form .woocommerce-address-fields .form-row .input-text,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .input-text {
    width: 100%;
    height: 52px;
    padding: 6px 16px;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
}

.woocommerce-MyAccount-content form .woocommerce-address-fields [type="submit"],
.woocommerce-MyAccount-content .woocommerce-EditAccountForm [type="submit"] {
    margin-top: 22px;
}

.woocommerce-checkout #customer_details textarea.input-text {
    padding: 15px 16px;
    resize: none;
    height: 120px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px 16px;
    color: #000000;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
    border: 1px solid #c0c0c0 !important;
    border-radius: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #eaeaea;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--primary-color);
    color: #fff;
}

.woocommerce-checkout .woocommerce-account-fields .create-account label {
    display: flex !important;
    flex-wrap: wrap;
    cursor: pointer;
}

.woocommerce-checkout .woocommerce-account-fields .create-account .woocommerce-form__input-checkbox {
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
    position: relative;
    top: 3px;
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem !important;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table,
.woocommerce-order-received table.shop_table,
.woocommerce-MyAccount-content table {
    border-collapse: collapse !important;
    border-color: var(--primary-color) !important;
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th,
.woocommerce-order-received table.shop_table th,
.woocommerce-MyAccount-content table th {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: #ffffff !important;
    font-weight: 700;
}

.woocommerce-MyAccount-content table th a {
    color: var(--white-color);
}

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td,
.woocommerce-order-received table.shop_table td,
.woocommerce-MyAccount-content table td {
    border-color: var(--primary-color) !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: rgb(248 248 248);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    border-radius: 100px;
    background: var(--primary-color);
    font-size: 16px;
    padding: 18px 48px;
    text-transform: capitalize;
    margin-top: 20px;
    transition: all .4s ease-in-out;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: var(--secondary-color);
}

.woocommerce-checkout #payment div.form-row {
    margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-error {
    margin-bottom: 26px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 12px 16px;
    height: 52px;
    margin: 12px 0 0;
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 16px 20px;
    color: var(--primary-color);
    font-size: 16px;
    border-bottom: 1px solid var(--primary-color);
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--secondary-color);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--white-color);
    background: var(--primary-color);
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: none;
}

.woocommerce-MyAccount-content p a {
    color: var(--primary-color);
}

.woocommerce-MyAccount-content p a:hover {
    color: var(--secondary-color);
}

.woocommerce-MyAccount-content .woocommerce-info .button {
    background: var(--primary-color);
    border-radius: 100px;
    color: var(--white-color);
    text-transform: capitalize;
}

.woocommerce-MyAccount-content .woocommerce-info .button:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.wc_payment_method .input-radio {
    accent-color: var(--primary-color);
    margin-right: 5px !important;
}

.wc_payment_method label {
    margin-bottom: 0;
}

.woocommerce-order-received .products-crd-sec .woocommerce-thankyou-order-received {
    color: green;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.woocommerce-order-received .products-crd-sec .woocommerce-order-overview {
    padding: 0;
}

.woocommerce-order-received .products-crd-sec h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 14px;
}

.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-MyAccount-content .woocommerce-customer-details address {
    border: 1px solid var(--primary-color);
    line-height: 2.4;
}

.woocommerce-order-received .woocommerce-customer-details address p,
.woocommerce-MyAccount-content .woocommerce-customer-details address p {
    margin-bottom: 0;
    padding: 0 !important;
}

.woocommerce-order-received .woocommerce-customer-details address p::before,
.woocommerce-MyAccount-content .woocommerce-customer-details address p::before {
    display: none;
}

.woocommerce-order-received ul.order_details li {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content table .button {
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
}

.woocommerce-MyAccount-content table .button:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.woocommerce-MyAccount-content h2 {
    margin-bottom: 18px !important;
    font-size: 26px !important;
}

.woocommerce-MyAccount-content header {
    position: unset !important;
    padding: 0;
}

.woocommerce-MyAccount-content header .edit {
    color: var(--primary-color);
    text-decoration: underline !important;
    float: none !important;
    margin: 0 0 5px !important;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}

.woocommerce-MyAccount-content header .edit:hover {
    color: var(--secondary-color);
}

.single-product header .navbar {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
}

.single-product .woocommerce-product-gallery {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 23px;
    padding: 30px;
}

.single-product .product_title {
    font-size: 46px;
    margin: 0 0 18px;
    font-weight: 400;
}

.single-product .products-crd-sec {
    padding-top: 114px;
    padding-bottom: 22px;
}

.single-product .basic_summary {
    background: rgba(255, 237, 247, 0.68);
    border-radius: 12.298px;
    padding: 22px 36px 22px 18px;
    margin: 15px 0 34px;
}

.single-product .basic_summary p {
    margin-bottom: 10px;
}

.single-product .basic_summary p:last-child {
    margin-bottom: 0;
}

.single-product .product_meta .posted_in a {
    color: var(--primary-color);
}

.single-product .product_meta .posted_in a:hover {
    color: var(--secondary-color);
}

.single-product .summary .price ins {
    text-decoration: none;
    color: #000000;
    font-size: 30px;
}

.single-product .summary .price del {
    opacity: 1 !important;
    color: #A6A6A6;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 18px 0 6px;
}

.single-product .summary .price .save-amount {
    background: rgba(238, 109, 32, 0.22);
    border: 0.951567px solid rgba(0, 0, 0, 0.07);
    border-radius: 95.1567px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding: 3px 18px;
    font-weight: 400;
}

.single-product .cart [type="submit"] {
    width: 100%;
    min-height: 58px;
    background: var(--primary-color) !important;
    color: var(--white-color);
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
    transition: all .4s ease-in-out;
}

.single-product .cart [type="submit"]:hover {
    background: var(--secondary-color) !important;
}

.sum-area-title {
    font-size: 24px;
    margin: 0 0 14px;
    font-weight: 600;
}

.inner-sum-content p {
    margin-bottom: 16px;
}

.inner-sum-content p:last-child {
    margin-bottom: 0;
}

.inner-sum-content {
    padding: 0 0 26px;
}

.inner-sum-content:last-child {
    padding: 0 0 0;
}

.summary-details .product-quality-accordion-content {
    padding: 28px 0 0;
}

.summary-details .product-quality-accordion {
    padding: 25px;
}

.proven-result-list-row {
    --bs-gutter-y: 22px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1 !important;
}

.secure-option-row {
    --bs-gutter-y: 20px;
}

.home-bnr-med {
    text-align: center;
}

.shop-category-card-img .cmn-img-ratio img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.woocommerce-account .woocommerce-privacy-policy-text {
    display: none;
}

.single-product .quantity {
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    width: 175px;
    display: flex;
}

.single-product .quantity button {
    width: 50px;
    height: 45px;
    padding: 0;
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 26px;
    transition: all .4s ease-in-out;
}

.single-product .quantity button:hover {
    background: var(--secondary-color);
}

.single-product .quantity input {
    width: calc(100% - 100px) !important;
    border: none !important;
    padding: 10px !important;
    height: auto !important;
}

.single-product .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.single-product-related {
    background: #F8F8F8;
}

.cmn-product-crd .product-title-wpr {
    padding-left: 0;
    padding-right: 0;
}

.cmn-product-crd .product-title-wpr h3 {
    font-size: 19px;
}

.cmn-product-crd {
    padding: 18px 12px 0;
}

.cmn-product-crd .cmn-btn {
    padding: 14px 8px 17px;
    font-size: 14px;
}

.single-product .woocommerce-message {
    border-top-color: #00a3d3;
}

.single-product .woocommerce-message::before {
    color: #00a3d3;
}

.single-product .woocommerce-message .button {
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
}

.single-product .woocommerce-message .button:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.single-blog-post .post-thumbnail {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    margin: 26px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.single-blog-post .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.single-blog-post .entry-meta a,
.single-blog-post .entry-footer a,
.single-blog-post .entry-content a {
    color: var(--primary-color);
}

.single-blog-post .entry-meta a:hover,
.single-blog-post .entry-footer a:hover,
.single-blog-post .entry-content a:hover {
    color: var(--secondary-color);
}

.single-blog-post .entry-footer {
    padding: 30px 0 0;
}

.single-blog-post .entry-content li {
    margin-bottom: 8px;
}

.single-blog-post .navigation.post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.single-blog-post .navigation.post-navigation .nav-links .nav-previous,
.single-blog-post .navigation.post-navigation .nav-links .nav-next {
    width: 50%;
    padding: 10px;
}

.single-blog-post .navigation.post-navigation .nav-links .nav-previous a,
.single-blog-post .navigation.post-navigation .nav-links .nav-next a {
    width: 100%;
    text-align: center;
    color: var(--white-color);
    background: var(--primary-color);
    display: block;
    padding: 16px 20px;
}

.single-blog-post .navigation.post-navigation .nav-links .nav-previous a:hover,
.single-blog-post .navigation.post-navigation .nav-links .nav-next a:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.comment-respond {
    padding: 40px 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.comment-respond h3 {
    font-weight: 500;
}

.comment-respond label {
    display: block;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}

.comment-respond textarea {
    resize: none;
    border-radius: 20px;
    padding: 20px 25px;
}

.comment-respond .comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

.comment-respond .comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    accent-color: var(--primary-color);
    flex-shrink: 0;
    cursor: pointer;
}

.comment-respond .comment-form-cookies-consent label {
    margin-bottom: 0;
    cursor: pointer;
}

.product-quantity .quantity button {
    width: 50px;
    height: 45px;
    padding: 0;
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 26px;
    transition: all .4s ease-in-out;
}

/*20-03-2025 end KM*/

/*27-03-2025 start SS */
nav.woocommerce-breadcrumb {
    display: none;
}

.woocommerce .quantity .qty {
    width: 4em;
    text-align: center;
    border-radius: 0;
    padding: 7px 0;
    height: 35px;
}

.simplifying-life-info {
    padding-right: 15px;
    padding-left: 0;
}

.simplifying-life-offer {
    padding-right: 0;
    padding-left: 15px;
}

.articles-card .articles-img img.attachment-full.size-full.wp-post-image {
    height: 300px;
}

/* Remove the up/down arrows in Chrome, Safari, and newer versions of Edge */
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove the up/down arrows in Firefox */
.quantity input[type="number"] {
    -moz-appearance: textfield;
}

/* For Internet Explorer and older Edge versions */
.quantity input[type="number"]::-ms-expand {
    display: none;
}

.product-quantity .quantity {
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    width: 155px;
    display: flex;
}

.product-quantity .quantity button {
    width: 50px;
    height: 35px;
    padding: 0;
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 26px;
    transition: all .4s ease-in-out;
}

form#commentform .required {
    color: #E15757;
}

.woocommerce div.product p.stock {
    font-size: 13px;
    background: #f96868;
    padding: 3px 15px;
    color: #fff;
    display: inline-flex;
    border-radius: 100px;
    text-transform: capitalize;
    font-weight: 600;
}

.main-wrapper .entry-footer {
    display: none;
}

.tooltip-area {
    display: none;
}

.secure-option-box {
    position: relative;
}

.secure-option-box:hover .tooltip-area {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    border: 1px solid #84EFF6;
    background: #84EFF6;
    left: 0;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #020202;
}

.type-post.status-publish .entry-header {
    margin-bottom: 15px;
}

.woocommerce-variation.single_variation {
    margin-bottom: 10px;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner>div a {
    border-color: #de0076;
    border-radius: 25px;
    background: #de0076;
    color: #fff;
}


.woocommerce div.product form.cart .button {
    width: 50%;
}

.main-head.fixed {
    padding: 0;
    background: #fff;
}

header.main-head.fixed .navbar {
    border: 0;
    background: transparent;
}

/* .summary .quantity {
    display: none !important;
}

.woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}

.single-product .quantity {
    display: none !important;
} */

.blog .inr-bnr-sec.cmn-bg-gradient,
.archive.category .inr-bnr-sec.cmn-bg-gradient,
.single-post .inr-bnr-sec.cmn-bg-gradient {
    min-height: 210px;
}

.archive.category .inr-bnr-sec.cmn-bg-gradient h1,
.blog .inr-bnr-sec.cmn-bg-gradient h1,
.single-post .inr-bnr-sec.cmn-bg-gradient h1 {
    font-size: 42px;
}

/*27-03-2025 end SS */

/* supports starts 27.03.2025 */
.cart-left-col {
    width: 70%;
}

.cart-rit-col {
    width: 30%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart-row {
    --bs-gutter-x: 30px;
}

.woocommerce-cart .cart-collaterals {
    padding: 0;
}

.woocommerce table.shop_table td {
    padding: 20px 12px;
}

.woocommerce table.shop_table th {
    padding: 15px 12px;
}

.cart-area-wrap .cart_totals h2 {
    font-size: 30px;
}

.woocommerce-info {
    border-top-color: var(--primary-color);
}

.woocommerce-info::before {
    color: var(--primary-color);
}

.products-crd-sec {
    padding-bottom: 0;
}

.product-quantity .quantity {
    width: 130px;
}

.single-post .entry-content {
    word-wrap: break-word;
}

/* supports ends 27.03.2025 */

/* supports starts 31.03.2025   */
.home-bnr-cnt h1 span {
    font-weight: 700;
}

.home-bnr-sec .home-bnr-cnt p {
    color: #393737;
}

.footer-bottom {
    font-weight: 500;
}

.footer-bottom .footer-cpy-rgt {
    font-weight: 400;
}

.single-product .basic_summary p {
    font-size: 14px;
}

.articles-note {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.09);
}

.default-slider-wpr .slick-track {
    display: flex !important;
}

.default-slider-wpr .slick-slide {
    height: inherit !important;
}

.blog-crd-meta li img {
    flex: 0 0 auto;
}

#fkcart-modal .fkcart-checkout-wrap.fkcart-panel #fkcart-checkout-button,
#fkcart-modal .fkcart-checkout-wrap.fkcart-panel .fkcart-shopping-link,
#fkcart-modal .fkcart-slider-body .fkcart-zero-state .fkcart-primary-button.fkcart-shop-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid transparent;
    padding: 16px 26px 19px;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-width: 190px;
    z-index: 9;
}

#fkcart-modal .fkcart-checkout-wrap.fkcart-panel #fkcart-checkout-button:hover,
#fkcart-modal .fkcart-slider-body .fkcart-zero-state .fkcart-primary-button.fkcart-shop-button:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

#fkcart-modal .fkcart-checkout-wrap.fkcart-panel .fkcart-shopping-link {
    background: transparent;
    border-color: var(--black-color);
    color: var(--black-color);
    width: 100%;
}

#fkcart-modal .fkcart-checkout-wrap.fkcart-panel .fkcart-shopping-link:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.toggle-icon {
    display: none;
}

.secure-option-box p {
    margin-bottom: 0;
}

/* supports ends 31.03.2025   */

/* support starts 03.04.2025  */
.cart_group .btn-qnt-wrap .button.buy-now-button{
    width: 50%;
    min-height: 58px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
    text-transform: capitalize;
    margin-top: 10px;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 800;
}
.cart_group .btn-qnt-wrap .button.buy-now-button:hover{
    background: var(--secondary-color);
}
.cart.cart_group .variations th{
    display: none;
}
.summary-details:not(:last-child) {
    margin-bottom: 20px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
}
.header-search form {
    height: 100%;
}
.single-product .cart [type="submit"]{
    font-size: 20px;
    font-weight: 800;
}
.single-product .quantity {
    width: 110px;
    flex: 0 0 auto;
}
.single-product .quantity input {
    width: calc(100% - 70px) !important;
}
.button_wrap{
    display: flex;
    align-items: center;
    width: 100%;
}
.cart.cart_group .button_wrap .button{
    margin-top: 0;
    min-height: 50px;
}
.btn-qnt-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 30px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    box-shadow: none !important;
    border: 1px solid #00A3D3;
    background-color: #00A3D3;
/*     width: 90px; */
    height: 50px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px 0 0;
}
.cmn-action-area .add_to_cart_button.product_type_variable{
    width: 100% !important;
    max-width: 300px;
    transform: unset;
    position: relative;
    bottom: unset;
    width: auto;
    left: unset;
    padding: 14px 8px 17px;
    font-size: 14px;
}
.woocommerce-message {
    border-top-color: var(--primary-color);
}
.woocommerce-message::before {
    color: var(--primary-color);
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}

/* support ends 03.04.2025  */

/* ========== responsive css =========== */
@media (min-width: 992px) {
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

/* ------------- */

@media (max-width: 1440px) {
    .cmn-slick-nav {
        width: calc(100% + 140px);
    }

    .articles-lft-clm {
        width: 25%;
    }

    .articles-rt-clm {
        width: 75%;
    }
}

/* ------------- */

@media (max-width: 1680px) {}

@media (max-width: 1399px) {

    /* ====== HEADER START ======*/
    .navbar-nav .clickD {
        top: -1px;
    }

    /* ====== HEADER END ======*/

    .cmn-slick-nav {
        width: 100%;
    }

    .default-slider-wpr .slick-list {
        margin: 0 -12px;
    }

    .default-slider-wpr .slide-item {
        padding: 0 12px;
    }

    .cmn-btn {
        min-width: 170px;
    }

    /* product page start */
    .product-bnr-sec .inr-bnr-img {
        right: 0;
    }

    /* product page end */
}

@media (max-width: 1280px) {
    .cmn-btn {
        min-width: 160px;
    }

    h1,
    .title-h1 {
        font-size: 72px;
        font-weight: 300;
    }

    .home-bnr-med {
        max-width: 810px;
    }

    .third-party-tst-wpr .third-party-tst-itm-info {
        padding: 30px;
    }
}

@media (max-width: 1199px) {

    /* ====== DEFAULT START ======*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 20px 0;
    }

    h1,
    .title-h1 {
        font-size: 50px;
    }

    h2,
    .title-h2 {
        font-size: 36px;
    }

    h3,
    .title-h3 {
        font-size: 26px;
    }

    .container {
        max-width: 992px;
    }

    .default-slider-wpr {
        margin-bottom: 30px;
    }

    .default-slider-wpr:last-child {
        margin-bottom: 0;
    }

    .cmn-slick-nav {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

    .cmn-slick-nav .slick-arrow {
        margin-right: 20px;
    }

    .cmn-slick-nav .slick-arrow:last-child {
        margin-right: 0;
    }

    .inr-bnr-sec {
        min-height: 350px;
        padding-top: 110px;
    }

    .cmn-sec-head {
        margin-bottom: 30px;
    }

    .img-content-blk-row .content-blk-wpr {
        padding-left: 30px;
        padding-right: 0;
    }

    .cmn-product-crd {
        padding: 20px 16px 0;
    }

    /* ========== DEFAULT END ==========*/

    /* HEADER START  */
    .navbar-nav li a {
        font-size: 16px;
    }

    .secondary-nav {
        margin-left: 15px;
    }

    /* HEADER END  */

    /* home page start */

    .shop-category-card-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .third-party-tst-wpr .third-party-tst-itm-sm {
        width: 30%;
        max-height: 400px;
    }

    .third-party-tst-wpr .third-party-tst-itm-md {
        width: 40%;
        max-height: 400px;
    }

    .third-party-tst-wpr .third-party-tst-itm-lg {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .simplifying-life-wpr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .simplifying-life-offer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .simplifying-life-offer-crd {
        margin: 0;
        height: 100%;
        width: calc(50% - 10px);
    }

    .simplifying-life-offer-crd:last-child {
        margin-right: 0;
    }

    .simplifying-life-stock {
        width: 100%;
        max-width: 542px;
        min-width: auto;
        margin: 0 auto 40px;
    }

    .simplifying-life-info.list-star-i ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: -16px;
    }

    .simplifying-life-info.list-star-i ul li {
        position: relative;
        margin-bottom: 16px;
        width: calc(33% - 5px);
    }

    .home-why-us-crd-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .home-why-us-crd {
        padding: 20px 20px 25px;
    }

    .home-why-us-crd h3 {
        margin-bottom: 15px;
    }

    /* home page end */

    /* blog page start */
    .blog-card-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    /* blog page end */

    /* product page start */
    .product-bnr-sec .inr-bnr-cntnt {
        width: 45%;
        padding: 190px 0 130px;
    }

    .products-crd-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .cmn-product-crd .cmn-product-crd-hd p {
        max-width: 100%;
    }

    /* product page end */

    /*19-03-2025 start KM*/
    .more-about-outer .more-about-row:nth-child(even) .more-about-txt {
        padding-left: 0;
    }

    .articles-lft-clm {
        width: 33%;
    }

    .articles-rt-clm {
        width: 67%;
    }

    .articles-lft-outer {
        margin-top: 206px;
    }

    .articles-card-txt h2 {
        font-size: 24px;
    }

    .articles-card:not(:last-child) {
        margin-bottom: 20px;
    }

    .articles-note {
        margin-bottom: 24px
    }

    /*19-03-2025 end KM*/

    /* 20-03-2025 start KM */
    .product-quality-figure {
        width: 442px;
        height: 442px;
        padding: 38px 20px;
    }

    .product-quality-figure img {
        max-width: 100px;
    }

    .product-badge {
        max-width: 95px !important;
        top: 46px;
        left: 70px;
    }

    .proven-result-title {
        font-size: 25px;
    }

    /* 20-03-2025 end KM */

    /* support starts 27.03.2025  */
    .cart-row {
        --bs-gutter-x: 20px;
    }

    .cart-area-wrap .cart_totals h2 {
        font-size: 25px;
    }

    .archive.category .inr-bnr-sec.cmn-bg-gradient h1,
    .blog .inr-bnr-sec.cmn-bg-gradient h1,
    .single-post .inr-bnr-sec.cmn-bg-gradient h1 {
        font-size: 34px;
    }

    /* support ends 27.03.2025  */
    /* support starts 03.04.2025  */
    .single-product .cart [type="submit"],
    .cart_group .btn-qnt-wrap .button.buy-now-button  {
        font-size: 18px;
        min-height: 50px;
    }
    .btn-qnt-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0 0 10px 0;
    }
    .navbar-nav>li {
        margin: 0 10px;
    }
    .header-search-form .dgwt-wcas-search-wrapp {
    max-width: 250px;
}
       /* support ends 03.04.2025  */

       /* support starts 08.04.2025  */
       .header-search {
        margin-right: 10px;
    }
      /* support ends 08.04.2025  */
}

@media (max-width: 991px) {

    /* ========== DEFAULT START ==========*/
    .container {
        max-width: 768px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 18px 0;
    }

    h1,
    .title-h1 {
        font-size: 42px;
    }

    p {
        margin: 0 0 20px 0;
    }

    .cmn-gap {
        padding: 60px 0px;
    }

    /* DEFAULT END */
    /* COMPONENT START */

    .cmn-slick-nav .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .cmn-slick-nav .slick-arrow img {
        width: 8px;
    }

    .cmn-slick-nav .slick-arrow {
        margin-right: 12px;
    }

    .img-content-blk-row .img-blk-wpr {
        width: 100%;
        margin-bottom: 30px;
    }

    .img-content-blk-row .content-blk-wpr {
        width: 100%;
        padding: 0;
    }

    .img-content-blk-row.img-content-blk-row-rev .content-blk-wpr {
        padding: 0;
    }

    .img-content-blk-row .content-blk-wpr h2 br {
        display: none;
    }

    .inr-bnr-sec {
        min-height: 320px;
    }

    /* COMPONENT END */

    /* HEADER START */
    .navbar-brand {
        width: 122px;
    }

    header .navbar {
        padding: 8px 20px;
    }

    .header-btns {
        margin-left: auto;
    }

    .navbar-nav li a {
        color: var(--content-color);
    }

    .navbar-nav>li.menu-item-has-children::after {
        display: none;
    }

    .navbar-nav>.menu-item-has-children>.sub-menu::before {
        display: none;
    }

    .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fceef5;
    }

    .sub-menu>li>a {
        padding: 0;
    }

    .sub-menu>li>a:hover,
    .sub-menu>li.menu-item-has-children:hover>a,
    .sub-menu>li>a {
        background: transparent;
        color: var(--primary-color);
    }

    .navbar-nav>li>.sub-menu .sub-menu {
        background: var(--white-color);
        margin-bottom: 10px;
    }

    .navbar-nav .clickD {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(./images/caret-down-Icon.png) no-repeat center/17px;
        display: block;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .navbar-nav .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.active>a,
    .navbar-nav>li>a:hover,
    .navbar-nav>li.menu-item-has-children:hover>a {
        color: var(--primary-color);
    }

    .navbar-nav>li.active>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        display: none;
    }

    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 30px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 100%;
        height: 2px;
        background: var(--primary-color);
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: "";
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: "";
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 0;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0 0 16px;
        padding: 0;
    }

    .navbar-nav>li.menu-item-has-children .sub-menu {
        margin-top: 10px;
    }

    .navbar-nav>li>a {
        display: inline-block;
        width: 100%;
    }

    .sub-menu .sub-menu {
        padding: 12px;
    }

    .sub-menu .sub-menu>li {
        margin-bottom: 12px;
    }

    .sub-menu .sub-menu>li a {
        font-size: 15px;
    }

    .sub-menu .sub-menu>li:last-child {
        margin-bottom: 0;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/
    /* push nav */
    .navbar-collapse {
        background: var(--white-color);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 20px 40px;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    .secondary-nav {
        margin-left: auto;
    }

    /* HEADER END */

    /* footer start */

    footer .footer-form {
        max-width: none;
        width: 100%;
        text-align: center;
    }

    footer .footer-form form {
        margin: 0 auto;
    }

    .footer-logo {
        max-width: 180px;
        margin: 0 auto 20px;
    }

    .footer-menu-col {
        width: 33.33%;
        padding: 20px;
    }

    .footer-menu-item {
        width: 100%;
    }

    .footer-menu-col:first-child {
        width: 33.33%;
        padding: 20px;
    }

    .footer-menu-col:nth-child(2) {
        width: 33.33%;
    }

    .footer-menu-col:nth-child(3) {
        width: 33.33%;
        border-right: 0;
    }

    .footer-menu-col.footer-contact-menu {
        width: 100%;
        padding: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.09);
    }

    .footer-menu-col.footer-contact-menu .footer-menu-item {
        max-width: none;
        margin-left: 0;
    }

    /* footer end */

    /* home page start */

    .simplifying-life-info.list-star-i ul li {
        width: calc(50% - 5px);
        padding-left: 28px;
    }

    .simplifying-life-offer {
        margin-bottom: 30px;
    }

    .simplifying-life-stock {
        max-width: 428px;
        margin: 0 auto 30px;
    }

    .simplifying-life-stock .cmn-img-ratio {
        max-width: 215px;
        margin-bottom: 40px;
        padding-top: 45%;
    }

    .list-star-i ul li:after {
        top: 3px;
        width: 20px;
        height: 20px;
    }

    .shop-category-card {
        padding: 18px 18px 0;
    }

    /* home page end */

    /* blog page start */
    .blog-card-sec .cmn-btn-grp {
        margin-top: 30px;
    }

    .blog-crd {
        padding: 14px 12px 16px;
    }

    /* blog page end */

    /* product page start */
    .product-bnr-sec .inr-bnr-cntnt {
        width: 100%;
        padding: 150px 0 20px;
        text-align: center;
    }

    .product-bnr-sec .inr-bnr-wpr {
        max-width: 600px;
        margin: 0 auto;
    }

    .product-bnr-sec .inr-bnr-img {
        position: static;
        padding: 0;
        max-width: 400px;
        margin: 0 auto;
    }

    /* product page end */

    /*19-03-2025 start KM*/
    .woocommerce-account .products-crd-sec .entry-content .woocommerce form.login,
    .woocommerce-account .products-crd-sec .entry-content .woocommerce form.register,
    .woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.checkout_coupon,
    .woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login {
        border-radius: 12px;
        padding: 26px 22px;
    }

    .woocommerce-account .products-crd-sec .entry-content .woocommerce h2 {
        font-size: 30px;
    }

    .more-about-txt h2 br {
        display: none;
    }

    .more-about-txt {
        max-width: unset;
        padding-left: 0;
        padding-bottom: 0;
    }

    .more-about-row:not(:last-child) {
        margin-bottom: 42px;
    }

    .more-about-sec {
        padding: 48px 0 36px;
    }

    .more-about-lft-clm figure {
        border-radius: 20px;
    }

    .articles-lft-clm {
        width: 100%
    }

    .articles-rt-clm {
        width: 100%;
    }

    .articles-lft-outer {
        margin-top: 0;
        margin-bottom: 26px;
    }

    /*19-03-2025 end KM*/

    /* 20-03-2025 start KM */
    .secure-option-col:nth-child(2) {
        border-right: none;
    }

    .product-quality-figure {
        margin-right: auto;
        margin-top: 30px;
    }

    .proven-result {
        padding: 40px 0 0;
    }

    .product-quality-test-header-title {
        margin-bottom: 18px;
    }

    .single-product .product_title {
        font-size: 38px;
        margin: 0 0 12px;
    }

    .single-product .summary .price ins {
        font-size: 25px;
    }

    .single-product .summary .price del {
        font-size: 18px;
        margin: 0px 8px 0 3px;
    }

    .single-product .products-crd-sec {
        padding-top: 104px;
        padding-bottom: 10px;
    }

    .product-quality-test {
        padding: 62px 0;
    }

    .proven-result-header {
        max-width: 626px;
        margin: 0 auto 40px;
    }

    /* 20-03-2025 end KM */

    /* support starts 27.03.2025  */
    .cart-left-col {
        width: 100%;
    }

    .cart-rit-col {
        width: 100%;
    }

    .cart-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 20px;
    }

    .archive.category .inr-bnr-sec.cmn-bg-gradient h1,
    .blog .inr-bnr-sec.cmn-bg-gradient h1,
    .single-post .inr-bnr-sec.cmn-bg-gradient h1 {
        font-size: 28px;
    }

    /* support ends 27.03.2025  */

    /* support starts 31.03.2025  */
    .toggle-icon {
        display: inline-block;
        margin-left: auto;
    }

    .categories-tle {
        border-bottom: none;
    }

    /* support ends 31.03.2025  */
}

@media (max-width: 768px) {
    .product-quantity .quantity {
        margin-left: auto;
    }

    .product-quantity .quantity {
        width: 110px;
    }

}

@media (max-width: 767px) {

    /* DEAFULT START */
    h1,
    .title-h1 {
        font-size: 36px;
    }

    h2,
    .title-h2,
    .h2-sm {
        font-size: 30px;
    }

    h3,
    .title-h3 {
        font-size: 26px;
    }

    h4,
    .title-h4 {
        font-size: 22px;
    }

    h5,
    .title-h5 {
        font-size: 20px;
    }

    p {
        margin: 0 0 20px 0;
    }

    .container {
        max-width: 576px;
    }

    /* DEAFULT END */

    /* COMPONENT START */

    .cmn-btn {
        padding: 13px 20px 17px;
    }

    .cmn-gap {
        padding: 50px 0px;
    }

    /* COMPONENT END */

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    /* HEADER START */
    .navbar-brand {
        width: 120px;
    }

    .header-search {
        margin-right: 24px;
    }

    .mobile-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cmn-product-crd .cmn-product-crd-hd p {
        max-width: 100%;
    }

    .header-search-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-search form {
        height: 50px;
    }

    .header-search-form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        background: var(--light-gray);
        z-index: 2;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .header-search-form.show {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-search input[type="text"] {
        max-width: 100%;
    }

    .header-search input[type="submit"] {
        top: 0;
        left: 14px;
    }

    /* HEADER END */

    .img-content-blk-row .img-blk-wpr {
        margin-bottom: 24px;
    }

    .img-content-blk-row .content-blk-wpr h2 {
        margin-bottom: 12px;
    }

    .inr-bnr-sec {
        min-height: 280px;
        padding: 110px 0 20px;
    }

    /* blog page start */
    .blog-card-row {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }

    .blog-crd-meta ul {
        margin-bottom: 14px;
    }

    /* blog page end */

    /* product page start */
    .product-bnr-sec .inr-bnr-cntnt {
        padding: 130px 0 20px;
    }

    .products-crd-row {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }

    .cmn-product-crd {
        padding: 16px 12px 0;
        border-radius: 10px;
    }

    /*.cmn-product-crd .product-crd-img {
        max-width: 112px;
    }*/

    /*   .cmn-product-crd .product-crd-img .cmn-img-ratio {
        padding-top: 202%;
    }*/

    /* product page end */

    /*19-03-2025 start KM*/
    .woocommerce-account .products-crd-sec .entry-content .woocommerce button[type="submit"],
    .woocommerce-checkout .products-crd-sec .entry-content .woocommerce form.login button[type="submit"] {
        width: 100%;
        margin-right: 0;
    }

    .woocommerce-account .products-crd-sec .entry-content .woocommerce .form-row,
    .woocommerce-checkout .products-crd-sec .entry-content .woocommerce .form-row {
        margin-bottom: 20px;
    }

    .woocommerce-account .products-crd-sec .entry-content .woocommerce .woocommerce-form-login__rememberme,
    .woocommerce-checkout .products-crd-sec .entry-content .woocommerce .woocommerce-form-login__rememberme {
        margin: 0 0 14px !important;
    }

    .more-about-lft-clm figure {
        border-radius: 12px;
    }

    .articles-card-txt {
        padding: 0 0px 0 0;
    }

    .articles-card-txt h2 {
        font-size: 20px;
    }

    .articles-date-list {
        font-size: 13px;
    }

    .articles-date-list li i {
        margin-right: 5px;
    }

    .articles-date-list li i img {
        height: 18px;
        width: auto;
    }

    /*19-03-2025 end KM*/

    /*20-03-2025 start KM*/
    .articles-pagination-area {
        margin-top: 32px;
    }

    .articles-pagination-area .pagination .page-numbers.next,
    .woocommerce nav.woocommerce-pagination ul .page-numbers.next {
        margin-left: 0px;
    }

    .articles-pagination-area .pagination .page-numbers.prev,
    .woocommerce nav.woocommerce-pagination ul .page-numbers.prev {
        margin-right: 0px;
    }

    .articles-sec {
        padding: 45px 0 22px;
    }

    .woocommerce-cart .cart_totals h2 {
        font-size: 30px;
    }

    .woocommerce table.shop_table {
        margin-bottom: 0;
    }

    .woocommerce-checkout-payment {
        margin-top: 20px;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100% !important;
    }

    .checkout_coupon.woocommerce-form-coupon button {
        width: 100%;
    }

    .woocommerce-order-received ul.order_details li {
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #cfc8d8;
        padding-bottom: 10px;
    }

    .woocommerce-order-received ul.order_details li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .woocommerce-order-received .products-crd-sec h2 {
        font-size: 28px;
    }

    .secure-option-col {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    }

    .secure-option-row {
        --bs-gutter-y: 0;
    }

    .secure-option-wrapper {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .single-product-secure-option {
        padding: 0 0 36px;
    }

    .product-quality-test {
        padding: 42px 0;
    }

    /*20-03-2025 end KM*/

    /* support starts 27.03.2025  */
    .woocommerce table.shop_table td {
        padding: 15px 12px;
    }

    .cart-area-wrap .cart_totals h2 {
        font-size: 22px;
    }

    .archive.category .inr-bnr-sec.cmn-bg-gradient h1,
    .blog .inr-bnr-sec.cmn-bg-gradient h1,
    .single-post .inr-bnr-sec.cmn-bg-gradient h1 {
        font-size: 25px;
    }

    /* support ends 27.03.2025  */

    /* supports starts 31.03.2025  */
    .product-bnr-sec .inr-bnr-img {
        max-width: 290px;
    }

    /* supports ends 31.03.2025  */
}

@media (max-width: 575px) {

    /* DEAFULT START */
    .container {
        max-width: 480px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 16px 0;
    }

    h1,
    .title-h1 {
        font-size: 32px;
    }

    h2,
    .title-h2,
    .h2-sm {
        font-size: 28px;
    }

    h3,
    .title-h3 {
        font-size: 24px;
    }

    p {
        margin: 0 0 18px 0;
    }

    /* DEAFULT END */

    /* HEADER START */

    .navbar-toggler {
        margin-left: 16px;
    }

    /* HEADER END */
    .inr-bnr-sec {
        min-height: 240px;
        padding: 100px 0 20px;
    }

    .cmn-sec-radius {
        border-radius: 12px;
    }

    .third-party-tst-wpr {
        margin: -6px;
    }

    .third-party-tst-wpr .third-party-tst-itm {
        padding: 6px;
    }

    .third-party-tst-wpr .third-party-tst-itm-md {
        width: 100%;
        max-height: 280px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .third-party-tst-wpr .third-party-tst-itm-sm {
        width: 50%;
        max-height: 280px;
    }

    .third-party-tst-wpr .third-party-tst-itm-info {
        padding: 20px;
    }

    .third-party-tst-wpr .third-party-tst-itm-img,
    .third-party-tst-wpr .third-party-tst-itm-info {
        border-radius: 12px;
    }

    .simplifying-life-stock .cmn-img-ratio {
        max-width: 166px;
    }

    .simplifying-life-stock {
        padding-top: 30px;
    }

    .product-bnr-sec .inr-bnr-cntnt {
        padding: 120px 0 20px;
    }

    /*19-03-2025 start KM*/
    .woocommerce-cart .coupon input {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }

    .woocommerce-cart .actions button[type="submit"] {
        width: 100% !important;
    }

    /*19-03-2025 end KM*/

    /* 20-03-2025 start KM */
    .product-quality-figure {
        width: 270px;
        height: 270px;
        padding: 24px 15px;
    }

    .product-badge {
        max-width: 76px !important;
        top: 34px;
        left: 22px;
    }

    .product-quality-figure img {
        max-width: 62px;
    }

    .product-quality-accordion {
        border-radius: 8px;
        padding: 25px 15px;
    }

    .comperision-list-box {
        border-radius: 7px;
        padding: 30px 15px;
    }

    .comperision-tag ul li {
        font-size: 14px;
        padding: 8px 10px;
    }

    .comperision-list-row {
        --bs-gutter-y: 22px;
    }

    .secure-option-box {
        font-size: 16px;
    }

    .summary-details .product-quality-accordion {
        padding: 25px 15px;
    }

    .product-quality-accordion-title {
        font-size: 20px;
    }

    .product-quality-accordion-arrow {
        margin-top: 6px;
    }

    .sum-area-title {
        font-size: 16px;
    }

    .inner-sum-content p {
        margin-bottom: 8px;
    }

    .single-product .products-crd-sec {
        padding-top: 85px;
    }

    .single-product .woocommerce-product-gallery {
        border-radius: 15px;
        padding: 15px;
        margin-bottom: 16px !important;
    }

    .single-product .product_title {
        font-size: 32px;
    }

    .single-product .summary .price ins {
        font-size: 20px;
    }

    .single-product .summary .price del {
        font-size: 15px;
        margin: 0px 2px 0 2px;
    }

    .single-product .summary .price .save-amount {
        font-size: 14px;
        padding: 4px 12px;
    }

    .single-product .cart [type="submit"] {
        min-height: 50px;
    }

    .single-product .quantity {
        /* width: 100%; */
        margin-right: 0 !important;
    }

    /* 20-03-2025 end KM */
    /* support starts 31.03.2025  */
    .product-bnr-sec .inr-bnr-img {
        max-width: 230px;
    }

    #fkcart-modal .fkcart-checkout-wrap.fkcart-panel #fkcart-checkout-button,
    #fkcart-modal .fkcart-checkout-wrap.fkcart-panel .fkcart-shopping-link,
    #fkcart-modal .fkcart-slider-body .fkcart-zero-state .fkcart-primary-button.fkcart-shop-button {
        padding: 12px 20px 12px;
    }

    /* support ends 31.03.2025  */
}

@media (max-width: 479px) {

    h4,
    .title-h4 {
        font-size: 20px;
    }

    .main-wrapper {
        padding: 12px 12px 0;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    select {
        height: 50px;
        padding: 0 15px;
    }

    /* header start */
    header {
        padding: 20px 0 0;
    }

    .navbar-toggler {
        width: 26px;
    }

    .stick:before {
        top: -8px;
    }

    .stick:after {
        top: 8px;
    }

    .header-profile-wpr .profile-icon,
    .header-search {
        margin-right: 16px;
    }

    .header-profile-wpr img {
        width: 18px;
    }

    .mobile-search {
        max-width: 17px;
    }

    .header-search form {
        height: 46px;
    }

    .header-search-close {
        width: 46px;
    }

    .header-search-form {
        padding: 25px 12px;
    }

    .stick.open:before {
        top: -10px;
    }

    .stick.open:after {
        top: 10px;
    }

    /* header end */

    /* footer start */

    .footer-menu-col:first-child {
        border: 0;
        width: 50%;
        padding: 8px 5px;
    }

    .footer-menu-col:nth-child(2) {
        width: 50%;
        border: 0;
        padding: 8px 5px;
    }

    .footer-menu-col:nth-child(3) {
        border: 0;
        width: 50%;
        padding: 8px 5px;
    }

    .footer-menu-col.footer-contact-menu {
        width: 50%;
        border: 0;
        padding: 8px 5px;
    }

    .footer-menu-list ul li {
        margin-bottom: 14px;
    }

    .footer-contact-menu .footer-menu-list li img {
        max-width: 14px;
        margin-right: 10px;
    }

    .footer-middel .footer-menu-title {
        margin-bottom: 5px;
    }

    .footer-top {
        padding-bottom: 30px;
        margin-bottom: 10px;
    }

    .footer-bottom .footer-cpy-rgt {
        padding: 12px 0;
        margin-bottom: 20px;
    }

    footer .footer-form form input[type="text"] {
        padding-right: 50px;
    }

    footer .footer-form form input[type="submit"] {
        background-size: 15px;
        width: 40px;
        height: calc(100% - 10px);
    }

    /* footer end */

    .home-bnr-sec {
        padding: 110px 0 0;
    }

    .simplifying-life-offer-crd {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .simplifying-life-info.list-star-i ul li {
        width: 100%;
    }

    .triple-verified-sec {
        padding: 15px;
    }

    /* support starts 27.03.2025  */

    .woocommerce-cart .actions button[type="submit"] {
        height: 45px;
    }

    .woocommerce-cart .coupon input {
        height: 45px;
    }

    /* support ends 27.03.2025  */
    /* support starts 03.04.2025  */
    .single-product .cart [type="submit"], .cart_group .btn-qnt-wrap .button.buy-now-button {
        font-size: 16px;
        min-height: 45px;
    }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
/*         width: 80px; */
        height: 40px;
        font-size: 20px;
    }
    /* support ends 03.04.2025  */
        .cmn-product-crd .cmn-btn{
        min-width: 120px;
    }
}

@media (max-width: 374px) {
    .navbar-brand {
        width: 90px;
    }

    .inr-bnr-sec {
        min-height: 230px;
        padding: 70px 0 20px;
    }

    /* footer start */

    .footer-menu-col:first-child {
        width: 100%;
    }

    .footer-menu-col:nth-child(2) {
        width: 100%;
    }

    .footer-menu-col:nth-child(3) {
        width: 100%;
    }

    .footer-menu-col.footer-contact-menu {
        width: 100%;
    }

    .footer-logo {
        max-width: 140px;
        margin: 0 auto 10px;
    }

    .simplifying-life-stock .cmn-img-ratio {
        padding-top: 55%;
    }

    /* footer end */

    /* product page start */
    .product-bnr-sec .inr-bnr-cntnt {
        padding: 100px 0 20px;
    }

    /* product page end */

    /* support starts 03.04.2025  */
    .button_wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .woocommerce div.product form.cart .button {
        width: 100%;
    }
    .cart.cart_group .button_wrap .button {
        margin-top: 10px;
        margin-left: 0;
    }
        /* support ends 03.04.2025  */

    .cmn-product-crd .cmn-btn{
        min-width: 100px;
    }

}

.woocommerce .cmn-product-crd span.onsale {
    min-height: 0;
    padding: 1px 16px;
    font-size: 12px !important;
    font-weight: 600 !important;
    position: absolute;
    text-align: center;
    line-height: 18px;
    top: -18px;
    right: -12px !important;
    margin: 0;
    border-radius: 0 25px 0;
    background-color: #de0076;
    color: #fff;
    z-index: 9;
    min-width: 0;
    left: auto;
}

.footer-menu-list.last_area li {
    margin-bottom: 10px;
}