/*
Theme Name: Kakoo Kakoo
Theme URI: https://www.webskitters.com/
Author: Webskitters
Author URI: https://www.webskitters.com/
Description: This is custom theme
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kakoo
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kumbh+Sans:wght@100..900&display=swap');

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
}

:root {
    scroll-behavior: inherit;
    --header-font: "Kumbh Sans";
    --body-font: "DM Sans";
    --white-color: #ffffff;
    --blck-color: #000000;
    --head-color: #2B3D4F;
    --body-color: #7C7C7C;
    --footer-color: #E4E9EC;
    --hover-color: #00B6E8;
    --light-back: #F9F9F6;
}

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(--head-color); */
    font-weight: 700;
    /* font-family: var(--header-font); */
    text-transform: capitalize;
}

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



h1,
.h1-title {
    font-weight: 700;
    /* font-size: 84px; */
    font-size: 70px;
    line-height: 1;
    color: var(--head-color);
    font-family: var(--header-font);
}

h2,
.h2-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    color: var(--head-color);
    font-family: var(--header-font);
}

h3,
.h3-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: var(--head-color);
    font-family: var(--header-font);
}

h4,
.h4-title {
    font-size: 24px;
    line-height: 1.2;
    color: var(--head-color);
    font-family: var(--header-font);

}

h5,
.h5-title {
    font-size: 20px;
    line-height: 1.2;
    color: var(--head-color);
    font-family: var(--header-font);

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

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

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
}







/* 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 label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.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;
    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);
    transform: scale(0);
}


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

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-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 #000000;
    border-radius: 100%;
    background: #fff;
}

.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;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-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);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    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);
    -moz-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: #88a725;
}

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

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




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 209px;
    display: inline-block;
    flex: 0 0 auto;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

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

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

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

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

.navbar-nav > li > a  {
    color: var(--head-color);
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    display: flex;
    align-items: center;
}


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

.navbar-nav > li a span {
    transition: 0.3s all;
    max-width: 6.5px;
    margin-left: 7px;
    display: block;
    flex: 0 0 auto;
}

.navbar-nav > li a:hover span {
    filter: brightness(0) saturate(100%) invert(70%) sepia(52%) saturate(6004%) hue-rotate(156deg) brightness(98%) contrast(101%);
}

.navbar-nav > li.current-menu-item > a span, .navbar-nav > li.current-menu-ancestor > a span {
    filter: brightness(0) saturate(100%) invert(70%) sepia(52%) saturate(6004%) hue-rotate(156deg) brightness(98%) contrast(101%);
}

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


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 148px;
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    padding: 15px 13px;
    overflow: hidden;
}

.sub-menu>li>a {
    color: var(--head-color);
    display: block;
    width: 100%;
    /* padding: 6px 10px; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 9px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ECE9E9;
}

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

.sub-menu>*:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a,
.sub-menu .active-submenu a {
    color: var(--hover-color);
}



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

/* 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;
    transition: background-color 0.5s linear;
    border: none;
}

/* for push-menu end*/




.header-inr-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.header-left ul {
    display: flex;
    margin-bottom: 0;
    outline: 0;
    list-style: none;
}

.header-left ul li a {
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E2;
    padding: 25px 18px;
    color: var(--head-color);
    border-right: none;
    height: 78px;
    font-family: var(--header-font);
}

.header-left ul>*:last-child a {
    border-right: 1px solid #E2E2E2;
}

.header-left ul>*:last-child a:hover {
    border-right: 1px solid var(--hover-color);
}

.header-left ul li a span {
    width: 21px;
    height: 21px;
    margin-right: 8px;
}

.header-left ul li a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s all;
}

.header-left ul li a:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
    border: 1px solid var(--hover-color);
}

.header-left ul li a:hover span img {
    filter: brightness(0) invert(1);
}

.header-right {
    margin-left: 40px;
    display: flex;
    align-items: center;
    padding: 6px 0;
}

/* .header-right ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 30px;
} */

/* .header-right-list{
    display: flex;
}

.header-right-list a{
    display: flex;
    align-items: center;
    color: var(--head-color);
}

.header-right-list li{
    margin: 0 22px;
}

.header-right-list>*:first-child{
    margin-left: 0;
}

.header-right-list>*:last-child{
    margin-right: 0;
}

.header-right-list a:hover{
    color: var(--hover-color);
}

.header-right-list a span{
    max-width: 7px;
    margin-left: 7px;
}

.header-right-list a:hover img{
    filter: brightness(0) saturate(100%) invert(55%) sepia(49%) saturate(2979%) hue-rotate(155deg) brightness(98%) contrast(101%);
}

.header-right-list a span img{
    width: 100%;
    transition: 0.3s all;
} */

.header-form-outer {
    margin-left: 45px;
}

.header-form-outer input {
    height: 44px;
    background-color: #F6F6F6;
    padding: 0 40px 0 21px;
    border: none;
    border-radius: 3px;
    width: 395px;
    font-size: 15px;
    color: #7C7C7C;
    background-image: url("images/search.svg");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 18px;
}

.top-right-ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 17px;
}

.top-right-ul select {
    background-image: url("images/nested-arrow.svg");
    background-size: 9px;
    background-position: right 2px center;
    padding: 0 13px;
    cursor: pointer;
}

.top-right-ul li {
    padding: 0 21px;
    border-left: 1px solid #DCDCDC;
}

.top-right-ul li>* {
    color: var(--head-color);
}

.top-right-ul li a {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2px;
}

.top-right-ul li a:hover {
    transform: scale(1.1);
}

.top-right-ul li a:hover {
    transform: scale(1.1);
}

.col-white {
    color: var(--white-color);
}

.top-right-ul li a span {
    font-size: 10px;
    padding: 1px;
    background-color: var(--hover-color);
    border-radius: 50%;
    position: absolute;
    right: -7px;
    top: -5px;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-right-ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-right-ul>*:first-child {
    border: none;
    padding-left: 0;
}

.top-right-ul>*:last-child {
    padding-right: 0;
}

.main-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white-color);
    z-index: 10;
    transition: 0.3s all;
}

.banner-sec {
    padding-top: 76px;
    position: relative;
}

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

.banner-inr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 800px;
    position: relative;
    z-index: 1;
    max-width: 741px;
}

.overlay-banner {
    height: 100%;
    width: 800px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
    z-index: 1;
}

.banner-slider-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 74px;
    height: 100%;
}

.banner-title {
    background-color: var(--light-back);
    font-size: 14px;
    color: var(--head-color);
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 2px;
    text-align: center;
    display: flex;
    margin-bottom: 18px;
    font-family: var(--header-font);
}

.banner-inr h1 {
    margin-bottom: 18px;
}

.small-text {
    font-size: 16px;
}

.banner-para-wrp p {
    margin-bottom: 10px;
}

.banner-para-wrp>*:last-child {
    margin-bottom: 0;
}

.banner-para-wrp {
    margin-bottom: 25px;
}

.banner-btn-wrp {
    display: flex;
    flex-wrap: wrap;
}

.banner-btn-wrp>* {
    margin-right: 10px;
}

.banner-btn-wrp>*:last-child {
    margin-right: 0;
}

.cmn-btn {
    border: 1px solid var(--head-color);
    border-radius: 5px;
    padding: 14px 26px;
    text-transform: capitalize;
    color: var(--white-color);
    background-color: var(--head-color);
}

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

.btn-light {
    border: 1px solid var(--white-color);
    background: none;
}

.btn-light:hover {
    background-color: var(--head-color);
    border-color: var(--head-color);
}

.banner-slider,
.banner-slider .slick-list,
.banner-slider .slick-track {
    height: 100% !important;
}

.banner-slider .slick-dots {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.banner-slider .slick-dots li {
    width: 7px;
    height: 7px;
    background-color: var(--white-color);
    border-radius: 50%;
    border: none;
    transition: 0.3s all;
    cursor: pointer;
}

.banner-slider .slick-dots li button {
    border: none;
    font-size: 0px;
    display: none;
}

.banner-slider .slick-dots .slick-active {
    border: 1px solid white;
    width: 24px;
    height: 24px;
    padding: 5px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider .slick-dots .slick-active button {
    background-color: var(--white-color);
    border-radius: 100%;
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    padding: 0;
    box-shadow: none !important;
    outline: none;
}

.banner-slider .slick-dots>* {
    margin-bottom: 25px;
}

.banner-slider>*:last-child {
    margin-bottom: 0;
}

.each-slider-banner-inr {
    width: 100%;
    height: 100%;
}

.each-slider-banner-inr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider .slick-track {
    display: flex !important;
    flex-wrap: wrap;
}

.banner-slider .each-slider-banner {
    width: 100%;
    height: 100% !important;
}

.section-head>*:last-child {
    margin-bottom: 0;
}

.section-head {
    margin-bottom: 30px;
}

.each-essential-inr {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 7px;
    overflow: hidden;
    min-height: 453px;
    height: 100%;
    padding: 20px;
}

.each-essential-inr>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.essential-button-outer {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -10px -10px 0;
}

.essential-button-outer>* {
    margin: 0 10px 10px 0;
}

.essential-button {
    padding: 15px 25px;
    border-radius: 8px;
    min-width: 141px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: var(--header-font);
}

.essential-button:hover {
    transform: scale(1.1);
}

.essential-button span {
    max-width: 16px;
    display: block;
    margin-left: 17px;
}

.essential-button span img {
    width: 100%;
}

.essentioals-sec {
    padding-top: 88px;
}

.essential-slider .each-essential {
    padding: 15px;
    height: inherit;
}

.essential-slider .slick-list {
    margin: -15px;
}

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

.cmn-slider-btn {
    width: 41px;
    height: 41px;
    background-color: var(--head-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

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

.cmn-slider-btn img {
    max-width: 20px;
}

.essential-slider-outer {
    position: relative;
}

.previous-btn {
    left: -22px;
}

.next-btn {
    right: -22px;
}

.section-head h2 {
    margin-bottom: 12px;
}

.kakovalues-sec {
    padding-top: 89px;
}

.kako-value-list {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
}

.kako-value-list li {
    margin: 0 54px;
    display: flex;
    align-items: center;
}

.kako-value-list li span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.kako-value-list li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kako-value-list>*:first-child {
    margin-left: 0;
}

.kako-value-list>*:last-child {
    margin-right: 0;
}

.values-content-part h3 {
    font-weight: 500;
    text-transform: none;
    margin-bottom: 5px;
}

.values-btn-wrp {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.values-btn-wrp>* {
    margin-right: 10px;
}

.values-btn-wrp>*:last-child {
    margin-right: 0;
}

.explore-left-side {
    width: 100%;
    height: 100%;
    max-width: 328px;
}

.exploere-btn-outer {
    display: flex;
    flex-wrap: wrap;
}

.exploere-btn-outer>* {
    margin-right: 10px;
}

.exploere-btn-outer>*:last-child {
    margin-right: 0;
}

.row.row-explore {
    align-items: center;
}

.explore-right-slider {
    width: 100%;
    height: 100%;
}

.explore-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.explore-products p {
    color: var(--head-color);
    font-weight: 500;
    margin-bottom: 0;
}

.explore-ankors {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.explore-ankors a {
    text-decoration: underline !important;
    font-size: 14px;
    color: var(--head-color);
    text-transform: capitalize;
}

.explore-ankors a:hover {
    color: var(--hover-color);
}

.each-explore-inr {
    padding: 15px 13px;
}

.explore-slider-outer {
    position: relative;
}

.explore-left-side .section-head h2 {
    margin-bottom: 15px;
}

.explore-right-col {
    width: 72.2%;
}

.explore-left-col {
    width: 27.8%;
}

.explore-slider .each-explore {
    padding: 15px;
    height: inherit;
}

.explore-slider {
    height: 100%;
}

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

.explore-slider .slick-list {
    margin: -15px;
}

.arrival-img-part {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    padding-top: 130%;
}

.arrival-img-part:hover>img {
    transform: scale(1.1);
}

.arrival-img-part>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
    position: absolute;
    top: 0;
    left: 0;
}

.bookmark {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--head-color);
    transition: 0.3s all;
    opacity: 0;
}

.bookmark:hover {
    background-color: var(--hover-color);
}

.bookmark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 17px;
}

.each-arival-inr {
    width: 100%;
    height: 100%;
}

.arrival-slider .each-arrival {
    padding: 15px;
}

.arrival-slider .slick-list {
    margin: -15px;
}

.arrival-img-part:hover .bookmark {
    opacity: 1;
}

.addto-cart,
.addto-cart-more {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 30px;
    background-color: var(--head-color);
    text-align: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: -100%;
}

.addto-cart:hover,
.addto-cart-more:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
}

.arrival-img-part:hover .addto-cart,
.arrival-img-part:hover .addto-cart-more {
    bottom: 25px;
}

.addto-cart img,
.addto-cart-more img {
    max-width: 12px;
    margin-right: 4px;
}

.arrival-text-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.arrival-text-part h3 {
    margin-bottom: 10px;
}

.arrival-text-part span {
    max-width: 90px;
    display: block;
    margin-bottom: 10px;
}

.arrival-text-part .product-price span {
    display: unset;
}

.arrival-text-part span img {
    width: 100%;
}

.arrival--slider-outer {
    position: relative;
}

.arrival--slider-outer .cmn-slider-btn {
    transform: translateY(0);
    top: 190px;
}

.our-mission-sec {
    padding-top: 60px;
}

.row.our-mission-row {
    align-items: center;
}

.mission-left-wrp {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.mission-left-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission-btn-wrp {
    display: flex;
    flex-wrap: wrap;
}

.mission-btn-wrp>* {
    margin-right: 10px;
}

.mission-btn-wrp>*:last-child {
    margin-right: 0;
}

.mission-para-wrp {
    margin-bottom: 24px;
}

.mission-para-wrp p {
    margin-bottom: 17px;
}

.mission-para-wrp>*:last-child {
    margin-bottom: 0;
}

.mission-right-wrp .section-head {
    margin-bottom: 20px;
}

.mission-right-wrp {
    width: 100%;
    height: 100%;
    padding-left: 44px;
    max-width: 758px;
}

.circular-program-sec {
    padding-top: 90px;
    background-color: var(--light-back);
}

.circular-program-sec .section-head {
    margin-bottom: 20px;
}

.circular-program-list {
    max-width: 766px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    margin: 0 auto;
}

.circular-program-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circular-program-list li::before {
    content: "";
    position: absolute;
    right: calc(100% + 50px);
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/program-arrow.svg");
    width: 150px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.circular-program-list>*:first-child::before {
    display: none;
}

.circular-program-list li span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.circular-program-list li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.latest-trends-sec {
    padding-bottom: 0;
}

.row.trends-row {
    align-items: center;
}

.trends-left-side {
    width: 100%;
    height: 100%;
    max-width: 422px;
}

.trends-ankor-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.trends-ankor-wrp>* {
    margin-right: 10px;
}

.trends-ankor-wrp>*:last-child {
    margin-right: 0;
}

.trends-ankor-wrp a {
    text-decoration: underline !important;
    color: var(--head-color);
}

.trends-ankor-wrp a:hover {
    color: var(--hover-color);
}

.trends-text-part {
    text-align: center;
    margin-top: 20px;
}

.trends-text-part h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
}

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

.img-trends {
    border-radius: 8px;
    overflow: hidden;
}

.img-trends img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trends-row .trends-card-col {
    width: 33.6%;
}

.trends-row .trends-left-col {
    width: 32.8%;
}

.our-values-sec {
    padding-top: 69px;
}

.most-favourits-sec {
    padding-top: 70px;
}

.most-favourits-sec .section-head {
    max-width: 663px;
    margin: 0 auto 25px auto;
}

.brand-love-sec {
    background-color: var(--light-back);
    padding-top: 90px;
}

.brands-love-sec-head .section-head {
    max-width: 575px;
}

.brands-love-sec-head .section-head h2 {
    margin-bottom: 12px;
}

.brands-love-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.love-btn-outer a {
    position: static;
    transform: none;
}

.love-btn-outer {
    display: flex;
    margin-left: 40px;
}

.love-btn-outer>* {
    margin-right: 20px;
}

.love-btn-outer>*:last-child {
    margin-right: 0;
}

.brands-love-sec-head .section-head {
    margin-bottom: 17px;
}

.brands-love-sec-head {
    margin-bottom: 14px;
}

.brand-icon-wrp {
    background-color: var(--white-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 242px;
    margin-bottom: 20px;
    padding: 20px;
}

.each-brand-slider-inr h3 {
    font-size: 24px;
    font-weight: 600;
}

.each-brand-slider-inr {
    width: 100%;
    height: 100%;
    text-align: center;
}

.brands-slider .each-brand-slider {
    padding: 17px;
}

.brands-slider .slick-list {
    margin: -17px;
}

.weekly-left-wrp {
    width: auto;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    max-width: none;
    margin-left: calc(((100vw - 1620px) /2) *-1);
}

.weekly-left-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.weekly-right-wrp {
    width: 100%;
    height: 100%;
    padding-left: 31px;
}

.weekly-right-wrp .section-head {
    max-width: 663px;
    margin: 0 auto;
}

.weekly-right-wrp .section-head {
    margin-bottom: 25px;
}

.used-items {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    background-color: #FADCD1;
    border-radius: 1px;
    padding: 4px 13px;
    color: var(--head-color);
    text-align: center;
    font-size: 12px;
}

.weekly-slider .each-weekly {
    padding: 15px;
}

.weekly-slider .slick-list {
    margin: -15px;
}

.weekly-left-col {
    width: 18.2%;
}

.weekly-right-col {
    width: 81.8%;
}

.slider-progress {
    margin: 40px 0 17px 0;
    width: calc(100% - 114px);
    height: 1px;
    background-color: #E1E1E1;
    position: relative;
    overflow: hidden;
}

.slider-progress-bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--head-color);
    transition: 0.3s all;
}

.weekly-slider-btn {
    justify-content: flex-end;
}

.weekly-slider-btn>* {
    margin-right: 15px;
}

.weekly-slider-btn>*:last-child {
    margin-right: 0;
}

.image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.used-inr {
    display: flex;
    align-items: center;
}

.used-img {
    border-radius: 5px;
    overflow: hidden;
    max-width: 122px;
    margin-right: 16px;
}

.used-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}

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

.used-text {
    flex: 1;
}

.used-text h3 a {
    color: var(--head-color);
}

.used-text h3 {
    margin-bottom: 4px;
}

.used-text h3 a:hover {
    color: var(--hover-color);
}

.full-star {
    display: block;
    max-width: 90px;
    margin-bottom: 9px;
}

.full-star img {
    width: 100%;
}

.pricinf-wrp {
    display: flex;
}

.pricinf-wrp>* {
    margin-right: 5px;
}

.pricinf-wrp>*:last-child {
    margin-right: 0;
}

.pricinf-wrp del {
    color: #666666;
    opacity: 0.5;
    font-weight: 400;
}

.used-item-sec {
    padding-top: 88px;
}

.blog-sec {
    padding-top: 88px;
}

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

.blog-imgs {
    width: 100%;
    position: relative;
    padding-top: 65.6%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 18px;
    display: block;
}

.blog-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all;
}

.blog-imgs:hover img {
    transform: scale(1.1);
}

.blog-text-part h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-text-part h3 a {
    color: var(--head-color);
}

.blog-text-part h3 a:hover {
    color: var(--hover-color);
}

.blog-para-wrp p {
    margin-bottom: 10px;
}

.blog-para-wrp>*:last-child {
    margin-bottom: 0;
}

.blog-para-wrp {
    margin-bottom: 18px;
}

.blog-ankor-wrp {
    display: flex;
    flex-wrap: wrap;
}

.blog-ankor-wrp>* {
    margin-right: 10px;
}

.blog-ankor-wrp>*:last-child {
    margin-right: 0;
}

.blog-ankor-wrp a {
    text-decoration: underline !important;
    color: var(--head-color);
}

.blog-ankor-wrp a:hover {
    color: var(--hover-color);
}

/* Mega Menu Start */
/* .megamenu-wrap {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
    width: 100vw;
    background-color: var(--light-back);
    padding: 18px 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    pointer-events: none;
}

.menu-item-has-children:hover .megamenu-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
} */

.menu-item-has-children:hover>a {
    color: var(--hover-color);
}

.menu-item-has-children:hover>a img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(49%) saturate(2979%) hue-rotate(155deg) brightness(98%) contrast(101%);
}

.megamenu-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: var(--hover-color);
    opacity: 5%;
    z-index: -1;
}

.megamenu-wrap ul li a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--head-color);
    text-transform: capitalize;
}

.megamenu-wrap ul li a:hover {
    color: var(--hover-color);
}

.megamenu-wrap ul li {
    margin-bottom: 18px;
}

.megamenu-wrap-inr {
    max-width: 935px;
    margin: 0 auto;
}

.megamenu-wrap-inr .row {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 30px;
}

.megamenu-link {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
    color: var(--head-color);
    margin-top: 13px;
    display: inline-flex;
}

.megamenu-link:hover {
    color: var(--hover-color);
}

.megamenu-image {
    border-radius: 4px;
}

.megamenu-scrol {
    max-height: 300px;
    overflow-y: auto;
}

.left-space {
    padding-left: 100px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #00b6e8 #e9e8e8;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 1px;
}

*::-webkit-scrollbar-track {
    background: #e9e8e8;
}

*::-webkit-scrollbar-thumb {
    background-color: #00b6e8;
    border-radius: 2px;
    border: 1px solid #ffffff;
}

.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
}

/* Mega Menu End */

/* Footer Start */
.main-footer {
    background-color: var(--footer-color);
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    clear: both;
}

.main-footer ul li a {
    color: var(--body-color);
}

.fbox3 ul {
    display: flex;
    flex-wrap: wrap;
}

.fbox3 ul li {
    width: 50%;
}

.main-footer ul {
    padding: 0;
    margin: 0 0 -13px;
}

.main-footer ul li {
    list-style: none;
    margin: 0 0 13px;
}

.main-footer ul li a:hover {
    color: var(--hover-color);
}

.ftr-top {
    padding: 60px 0 40px;
}

.ftr-bottom {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #E0E0E0;
}

.ftr-bottom a {
    color: inherit;
}

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

.ftitle {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    font-family: var(--header-font);
    color: var(--head-color);
    margin: 0 0 24px;
    text-transform: capitalize;
}

.contact-info li {
    display: flex;
}

.contact-info li span {
    flex-shrink: 0;
    width: 20px;
    margin-right: 10px;
}

.sumscribe-form-wrap {
    position: relative;
    max-width: 400px;
}

.ftr-top [type="email"],
.ftr-top [type="email"]::placeholder {
    height: 46px;
    background: #FFFFFF;
    /* border: 1px solid #EBEBEB; */
    border-radius: 5px;
    padding-right: 50px;
    font-size: 14px;
    color: #A0A0A0;
    opacity: 1;
}

.contact-info li span img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(23%) saturate(791%) hue-rotate(169deg) brightness(95%) contrast(92%);
}

.sumscribe-form-wrap [type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    width: 40px;
    height: 46px;
    border: none !important;
    box-shadow: none !important;
    background: url(images/send.svg) no-repeat center !important;
}

/* Footer End */

.header-left ul .shop-header {
    background-color: var(--head-color);
    color: var(--white-color);
    border: 1px solid var(--head-color);
    border-right: none;
}

.header-left ul .shop-header:hover {
    background-color: var(--hover-color);
    border: 1px solid var(--hover-color);
    border-right: none;
}

.shop-header img {
    filter: brightness(0) invert(1);
}

.main-head.fixed {
    position: fixed;
    box-shadow: 0 0px 26px 17px rgba(0, 0, 0, 0.3);
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.product-megamenu {
    position: static;
}

.search-button-open {
    width: 40px;
    height: 40px;
    border: 1px solid var(--head-color);
    border-radius: 50%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    display: none;
}

.search-button-open:hover {
    background-color: var(--head-color);
}

.search-button-open:hover img {
    filter: brightness(0) invert(1);
}

.search-button-open img {
    max-width: 20px;
    transition: 0.3s all;
}

/* Product Page Start */
.inner-banner-sec {
    position: relative;
    margin-top: 78px;
    overflow: hidden;
}

.inner-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.inner-banner-text {
    min-height: 473px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb li {
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--header-font);
    font-weight: 500;
}

.breadcrumb a {
    color: var(--white-color);
}

.breadcrumb a:hover {
    color: var(--hover-color);
}

.breadcrumb {
    margin-bottom: 0;
}

.sidebar-left {
    background: #FFFFFF;
    box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 30px 33px;
    position: sticky;
    top: 120px;
}

/*.sidebar-left ul {
    margin: 0 0 -22px;
    padding: 0;
    list-style: none;
}*/

/*.sidebar-left ul li {
    margin: 0;
    padding: 0;
}*/

.product-filter-wrap select,
.filter-btn,
.filter-mobile {
    font-size: 18px;
    font-weight: 500;
    color: var(--head-color);
    font-family: var(--header-font);
    border: 1px solid rgba(255, 255, 255, 0.7);
    min-width: 118px;
    border-radius: 5px;
    height: 53px;
    padding: 0 25px;
    background: #F6F6F6 url(images/select.svg) no-repeat right 25px center;
    background-size: 11px;
    padding-right: 55px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.filter-btn,
.filter-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    padding: 0 25px;
}

.filter-btn:hover,
.filter-mobile:hover {
    color: var(--white-color);
    background-color: var(--head-color);
}

.filter-btn:hover img,
.filter-mobile:hover img {
    filter: brightness(0) invert(1);
}

.filter-btn img,
.filter-mobile img {
    flex-shrink: 0;
    margin-right: 10px;
    transition: 0.3s all;
}

.product-filter-wrap .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
}

.product-filter-wrap {
    margin-bottom: 29px;
}

.product-box {
    position: relative;
}

.product-imgwrap {
    position: relative;
}

.product-box:hover .wish-btn,
.product-box:hover .cart-btn,
.product-box:hover .cart-btn-more {
    opacity: 1;
}

.wish-btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
    width: 18px;
    height: 18px;
    line-height: 1;
    margin: 27px auto;
}

.wish-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: #2B3D4F;
    border-radius: 30px;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wish-btn:hover,
.tinv-wishlist .button.tinvwl_button_view:hover,
.tinv-wishlist .button.tinvwl_button_close:hover {
    background-color: var(--hover-color);
}

.tinv-wishlist .button.tinvwl_button_view,
.tinv-wishlist .button.tinvwl_button_close {
    background-color: var(--head-color);
    border: 1px solid var(--head-color);
    color: var(--white-color);
}

.tinv-wishlist .tinv-table i.icon_big_times {
    color: #ff0000;
}

.tinv-wishlist .tinv-table i.icon_big_heart_check {
    color: #3df16e;
}

.cart-btn {
    position: absolute;
    bottom: 25px;
    right: 20px;
    min-width: 110px;
    height: 28px;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: #2B3D4F;
    border-radius: 30px;
    z-index: 1;
    opacity: 0;
}

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

.cart-btn img {
    flex-shrink: 0;
    margin: unset !important;
    margin-right: 4px !important;
    width: unset !important;
}

.cart-btn-more {
    position: absolute;
    bottom: 25px;
    right: 20px;
    min-width: 110px;
    height: 28px;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: #2B3D4F;
    border-radius: 30px;
    z-index: 1;
    opacity: 0;
}

.cart-btn-more:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
}

.cart-btn-more img {
    flex-shrink: 0;
    margin: unset !important;
    margin-right: 4px !important;
    width: unset !important;
}

.product-img {
    position: relative;
    padding-top: 138%;
    overflow: hidden;
    width: 100%;
    display: block;
    border-radius: 5px;
}

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

.product-box {
    text-align: center;
}

.product-box h3 {
    line-height: 1.3;
    text-transform: initial;
    margin-top: 20px;
    margin-bottom: 14px;
}

.product-box h3 a {
    color: inherit;
}

.product-box h3 a:hover {
    color: var(--hover-color);
}

.star-imgwrap {
    margin-bottom: 15px;
    text-align: center;
}

.star-imgwrap img {
    display: inline-flex;
}

.product-price {
    font-size: 18px;
    font-weight: 500;
    color: var(--head-color);
    font-family: var(--header-font);
}

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

.pagination {
    display: flex;
    margin-top: 48px;
    justify-content: center;
}

.pagination li {
    margin: 4px;
}

.pagination li a {
    min-width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1.5px solid #F1F1F1;
    border-radius: 7px;
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
    font-family: var(--body-font);
}

.pagination li a:hover,
.pagination li.active a {
    background-color: var(--head-color);
    color: var(--white-color);
    border-color: var(--head-color);
}

.pagination li a:hover img {
    filter: brightness(0) invert(1);
}

/* Custom Checkbox */

.custom-check {
    display: flex;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--body-font);
    cursor: pointer;
    margin-bottom: 22px;
}

.custom-check input {
    position: absolute;
    opacity: 0;
}

.custom-check input:checked~.check-mark {
    border-color: var(--hover-color);
}

.custom-check input:checked~.check-mark::before {
    opacity: 1;
}

.check-mark {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 1px;
    border: 1px solid #414257;
    margin-right: 13px;
    flex-shrink: 0;
    transition: all 200ms ease-in-out;
}

.check-mark::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background-color: var(--hover-color);
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.count-list {
    margin-left: auto;
}

/* Product Page End */

.mission-page-sec {
    padding-top: 100px;
}

.mission-page-para {
    margin-bottom: 0;
}

.mission-right-page {
    padding-left: 37px;
}

.mission-two .mission-left-col {
    order: 2;
}

.mission-two .mission-right-col {
    order: 1;
}

.mission-two .mission-right-page {
    padding: 0 37px 0 0;
}

.kakovalue-page {
    padding-top: 90px;
}

.ourvalues-page {
    padding-top: 62px;
}

.why-chose-sec .mission-left-col {
    order: 2;
}

.why-chose-sec .mission-right-col {
    order: 1;
}

.why-chose-sec .mission-right-wrp {
    padding: 0 44px 0 0;
}

.why-chose-sec {
    padding-top: 100px;
}

.why-chosetwo {
    padding-top: 100px;
}


.our-mission-inr {
    max-width: 1580px;
}

.latest-trends-inr {
    max-width: 1577px;
}

.most-favourits-sec .section-head h2 {
    margin-bottom: 14px;
}

.fixed-body {
    overflow: hidden;
}

.our-missiontwo-inr {
    max-width: 1570px;
}

.inner-banner-two {
    max-width: 1000px;
}

.faq-sec {
    padding-top: 88px;
}

.faq-inr {
    max-width: 1288px;
    margin: 0 auto;
    display: flex;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    border: 1px solid #7C7C7C;
    border-radius: 7px;
    padding: 14px;
    width: 100%;
    font-size: 18px;
    color: #7C7C7C;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid var(--head-color);
    border-radius: 7px;
    padding: 14px;
    color: var(--white-color);
    background-color: var(--head-color);
    font-weight: 500;
}

.nav-tabs {
    max-width: 245px;
    height: 100%;
    position: sticky;
    top: 100px;
}

.nav-tabs>*:last-child {
    margin-bottom: 0;
}

.nav-tabs li {
    width: 100%;
    margin-bottom: 20px;
}

.faq-check-inr {
    display: flex;
}

.faq-check-inr label input {
    display: none;
}

.faq-check-inr label {
    margin-right: 19px;
    cursor: pointer;
}

.faq-check-inr>*:last-child {
    margin-right: 0;
}

.faq-check-inr label p {
    position: relative;
    padding-left: 30px;
}

.faq-check-inr label p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid var(--head-color);
    border-radius: 2px;
    transition: 0.3s all;
}

/* 
.faq-check-inr label input:checked+ p::before{
    background-color: var(--head-color);
} */

.faq-check-inr label p::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url("images/tic-faq.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: 0.3s all;
}

.faq-check-inr label input:checked+p::after {
    opacity: 1;
}

.accordion-body {
    margin-left: 50px;
    padding: 0;
}

.each-faq-wrp ul {
    padding-left: 16px;
    margin-bottom: 0;
}

.each-faq-wrp li {
    color: #7C7C7C;
    margin-bottom: 17px;
}

.each-faq-wrp ul>*:last-child {
    margin-bottom: 0;
}

.each-faq-wrp h3 {
    margin-bottom: 20px;
    text-transform: none;
}

.each-faq-wrp h3::before {
    content: counter(each-faq-wrp) ".";
}

.each-faq-wrp {
    margin-bottom: 40px;
    counter-increment: each-faq-wrp;
}

.each-faq-wrp:last-child {
    margin-bottom: 0;
}

.each-faq-check {
    display: flex;
    align-items: center;
}

.each-faq-check h3 {
    text-transform: none;
    margin: 0 20px 0 0;
}

.faq-inr .tab-content {
    border: none;
    --bs-accordion-border-width: none;
}

.popup-outer {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
}

.popup-outer-open {
    opacity: 1;
    pointer-events: all;
}

.popup-inr {
    position: relative;
    max-width: 824px;
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 33px 50px 50px 50px;
    margin: auto;
}

.row.popform-row {
    --bs-gutter-y: 18px
}

.pop-form-outer label span {
    font-size: 18px;
    color: var(--body-color);
    margin-bottom: 10px;
    font-weight: 500;
}

.pop-form-outer label input,
.pop-form-outer label textarea {
    background-color: #F6F6F6;
    border-radius: 5px;
    width: 100%;
}

.pop-form-outer label textarea {
    height: inherit;
    min-height: 139px;
    resize: none;
}

.pop-form-outer label input {
    height: 47px;
}

.pop-form-outer label {
    width: 100%;
}

.popup-inr>p {
    margin-bottom: 10px;
    text-align: center;
}

.pop-form-outer label input[type="submit"] {
    order: 1px solid var(--head-color);
    border-radius: 5px;
    padding: 14px 26px;
    text-transform: capitalize;
    color: var(--white-color);
    background-color: var(--head-color);
    height: inherit;
    font-size: 16px;
    font-weight: 400;
    width: auto;
}

.pop-form-outer label input[type="submit"]:hover {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    color: var(--white-color);
}

.submit-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.close-popup {
    position: absolute;
    top: -25px;
    right: -20px;
    width: 49px;
    height: 49px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 4px 44px 7px rgba(0, 0, 0, 0.15);
}

.close-popup img {
    max-width: 13px;
    width: 100%;
    transition: 0.3s all;
}

.close-popup:hover {
    background-color: var(--hover-color);
}

.close-popup:hover img {
    filter: brightness(0) invert(1);
}

.close-side-filter {
    width: 50px;
    height: 50px;
    background-color: var(--head-color);
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 5px 4px 44px 7px rgba(0, 0, 0, 0.15);
}

.close-side-filter:hover {
    background-color: var(--hover-color);
}

.close-side-filter img {
    max-width: 13px;
    filter: brightness(0) invert(1);
}

.filter-btn-wrp {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: none;
}

.filter-btn-wrp>* {
    margin-right: 10px;
}

.filter-btn-wrp>*:last-child {
    margin-right: 0;
}

.slide-overlays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
}

.slide-overlays-open {
    opacity: 1;
    pointer-events: all;
}

.main-footer .footer-active a {
    color: var(--hover-color);
}

.megamenu-parent-li ul.sub-sub-menu.menu-even.sub-sub-menu.menu-depth-2 {
    padding: 0px;
    margin: 0px;
}

.megamenu-parent-li .menu-item-depth-1>a {
    display: none;
}

.ws-spinner-grow {
    display: none;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-top: 4px;
}

.ws-view-cart {
    text-align: center;
    display: none;
}


.star-rating {
    font-size: 1em;
    position: relative;
    display: inline-block;
    font-family: star;
    line-height: 1;
}

.star-rating span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em;
}

.star-rating:before {
    content: "★★★★★";
    opacity: 0.25;
}

.star-rating span:before {
    content: "★★★★★";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffcc00;
    /* gold */
}

.woocommerce ul.products li.product .star-rating {
    margin: auto;
}

/*support css update 11/9/2025*/
.bookmark .yith-add-to-wishlist-button-block,
.wish-btn .yith-add-to-wishlist-button-block {
    width: 100%;
    height: 100%;
    margin: 0;
}

.bookmark .yith-wcwl-add-to-wishlist-button,
.wish-btn .yith-wcwl-add-to-wishlist-button {
    width: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    margin: 0;
}

.bookmark .yith-wcwl-add-to-wishlist-button img,
.wish-btn .yith-wcwl-add-to-wishlist-button img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 17px;
    width: auto;
    height: auto;
    margin: 0;
}

.ftr-top .sumscribe-form-wrap input[type="email"] {
    height: 46px;
    border-radius: 5px;
    padding-right: 50px;
    font-size: 14px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.woocommerce ul.products li.product .wish-btn a img {
    margin-bottom: 0;
}

.bookmark .yith-wcwl-add-to-wishlist-button,
.wish-btn .yith-wcwl-add-to-wishlist-button {
    gap: 0;
}

.ftr-top .sumscribe-form-wrap .gform_wrapper.gform-theme form {
    position: relative;
}

.ftr-top .sumscribe-form-wrap .gform_wrapper.gform-theme form .gform-footer input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    width: 56px;
    height: 46px;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: url(images/send.svg) no-repeat center !important;
}

.sumscribe-form-wrap .gform-theme--framework .gform_validation_errors {
    margin-bottom: 10px;
}

.header-form-outer input[type="search"] {
    background-image: none;
}

.hdrsrch-box {
    position: relative;
}

.header-form-outer button[type="submit"] {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 16px;
    top: 0;
    width: 20px;
    height: 100%;
    padding: 0;
}

.header-form-outer button[type="submit"] img {
    max-width: 18px;
}

.each-arival-inr .star-rating {
    margin-bottom: 17px;
    max-width: 90px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin-top: 30px;
}

ul.pagination .page-item {
    float: none;
    border-right: none;
}

ul.pagination .page-item .pagination {
    width: 48px;
    height: 48px;
    background-color: var(--white-color);
    border: 1px solid #F1F1F1;
    border-radius: 7px;
    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;
    float: none;
    font-size: 16px;
    color: var(--body-color);
    font-family: var(--body-font);
    margin-top: 0;
}

ul.pagination .page-item:not(:last-child) {
    margin-right: 8px;
}

ul.pagination .page-item .pagination.current {
    background-color: var(--head-color);
    color: var(--white-color);
}

ul.pagination .page-item .pagination:hover {
    background-color: #3E3E42;
    color: var(--white-color);
}

.ws-product-arc .product-box .star-rating::before {
    color: #FFAB00;
}

.ws-product-arc ul.products li.product .star-rating {
    margin-bottom: 12px;
}

.ws-product-arc {
    padding-bottom: 100px;
}

.ws-product-details div.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ws-product-details #wpgs-gallery {
    float: none !important;
}

.ws-product-details div.summary {
    float: none !important;
}

.ws-product-details .related.products {
    width: 100%;
    margin-top: 35px;
}

.ws-product-details .wcgs-slider-lightbox {
    width: 100%;
}

.ws-product-details .wcgs-slider-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.ws-product-details .wcgs-carousel .wcgs-slider-image {
    width: 100%;
    display: block;
    padding-top: 103%;
    position: relative;
    border-radius: 15px !important;
    overflow: hidden;
}

.ws-product-details #wpgs-gallery .gallery-navigation-carousel-wrapper {
    margin-top: 36px;
    position: relative;
}

.ws-product-details .gallery-navigation-carousel-wrapper .wcgs-thumb {
    width: 100%;
    height: 126px;
    border-radius: 5px;
    overflow: hidden;
    border: none;
    margin-right: 20px;
}

.ws-product-details #wpgs-gallery .gallery-navigation-carousel-wrapper .wcgs-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
}

.ws-product-details #wpgs-gallery .gallery-navigation-carousel-wrapper .wcgs-spswiper-arrow {
    width: 30px;
    height: 30px;
    background-color: #2B3D4F;
    border-radius: 100%;
    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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    display: block !important;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.ws-product-details .gallery-navigation-carousel-wrapper .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
    background-image: url(images/slider-previous.svg);
    left: 0 !important;
}

.ws-product-details .gallery-navigation-carousel-wrapper .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
    background-image: url(images/slider-next.svg);
    right: 0 !important;
}

.ws-product-details .gallery-navigation-carousel-wrapper .wcgs-spswiper-arrow::before {
    display: none;
}

.ws-product-details .summary .custom-price-wrap {
    font-size: 12px;
    color: var(--body-color);
}

.ws-product-details .summary .current-price {
    font-size: 18px;
    font-family: var(--header-font);
    color: var(--head-color);
    font-weight: 500;
}

.ws-product-details .summary .discount {
    color: var(--hover-color);
    font-size: 10px;
    margin-left: 10px;
}

.ws-product-details .summary .old-price {
    color: var(--body-color);
    font-size: 12px;
    margin-left: 10px;
}

.ws-product-details .summary button[type="submit"].single_add_to_cart_button {
    background-color: var(--head-color);
    width: 100%;
    color: var(--white-color);
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 16px 20px;
    float: none;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ws-product-details .summary button[type="submit"].single_add_to_cart_button:hover {
    background-color: var(--hover-color);
}

.ws-product-details .summary form {
    margin-top: 20px;
}

.ws-product-details .summary form .variations tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ws-product-details .summary form .variations th {
    line-height: normal;
}

.ws-product-details .summary form .variations td {
    line-height: 0 !important;
}

.ws-product-details .summary form .variations .button-variable-item {
    border: 1px solid #E9E9E9;
    color: var(--body-color);
}

.ws-product-details .summary form .variations .label {
    font-size: 18px;
    font-weight: 500;
    color: var(--head-color);
}

.ws-product-details div.product .summary form.cart div.quantity {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
}

.ws-product-details .summary form .quantity button {
    border: none;
    background-color: transparent;
    width: 25px;
}

.ws-product-details .summary form .quantity button.minus {
    border-right: 1px solid #E9E9E9;
}

.ws-product-details .summary form .quantity button.plus {
    border-left: 1px solid #E9E9E9;
}

.ws-product-details .summary form .quantity input[type="number"] {
    border: 0;
    text-align: center;
    padding: 10px 4px;
}

.ws-product-details .summary .custom-product-details ul {
    margin-bottom: 0;
    padding-left: 0;
}

.ws-product-details .summary .custom-product-details ul li {
    border-bottom: 1px solid #EAE5E5;
    padding: 14px 0;
    list-style: none;
}

.ws-product-details .summary .custom-product-details ul li strong {
    display: inline-block;
    /*display: block;*/
    font-size: 18px;
    color: var(--head-color);
    font-family: var(--header-font);
}

.ws-product-details .summary .custom-product-details ul li a {
    color: var(--head-color);
    text-decoration: underline !important;
}

.ws-product-details .summary .custom-product-details ul li a:hover {
    color: var(--hover-color);
}

.ws-product-details .product .onsale {
    width: 70px;
    height: 70px;
    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;
}

.ws-product-details div.product .woocommerce-product-rating {
    margin-bottom: 15px;
}

.woocommerce-cart table.wc-block-cart-items thead th {
    font-size: 18px;
    color: var(--head-color);
}

.woocommerce-cart .wc-block-cart table td,
.woocommerce-cart .wc-block-cart table th {
    padding: 10px;
}

.woocommerce-cart table .wc-block-cart-item__image a {
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px solid #EAE5E5;
    border-radius: 5px;
    padding: 5px;
}

.woocommerce-cart table .wc-block-cart-item__image a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
    color: var(--head-color);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 8px;
    font-family: var(--header-font);
}

.woocommerce-cart table.wc-block-cart-items .wc-block-components-product-metadata__description {
    font-size: 15px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__prices {
    font-weight: 600;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: var(--hover-color);
    font-size: 14px;
    text-decoration: underline !important;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    color: var(--head-color);
}

.woocommerce-cart .wc-block-cart__sidebar {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px !important;
}

.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
    background-color: var(--head-color);
    width: 100%;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 16px 20px;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover {
    background-color: var(--hover-color);
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__total {
    color: var(--head-color);
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__totals-title {
    font-size: 18px;
    color: var(--head-color);
    font-weight: 700;
    display: block;
}

.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
    color: var(--head-color);
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form button {
    background-color: var(--hover-color);
    border: none;
    border-radius: 5px;
    color: var(--white-color);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__form button:hover {
    background-color: var(--head-color);
}

.woocommerce-cart .wc-block-components-sidebar-layout {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.woocommerce-checkout .wc-block-checkout__form .wc-block-components-checkout-place-order-button {
    background-color: var(--head-color);
    width: 100%;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 16px 20px;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    border: none;
}

.woocommerce-checkout .wc-block-checkout__form .wc-block-components-checkout-place-order-button:hover {
    background-color: var(--hover-color);
}

.woocommerce-checkout .wc-block-checkout__form .wc-block-components-checkout-return-to-cart-button {
    color: var(--hover-color);
}

.woocommerce-checkout .wc-block-checkout__form .wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--head-color);
}

.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block a {
    color: var(--head-color);
    font-weight: 500;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block a:hover {
    color: var(--hover-color);
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input select {
    background-color: #F6F6F6 !important;
    border-color: #F6F6F6;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
    background-color: #F6F6F6 !important;
    border-color: #F6F6F6;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
    color: var(--head-color);
    font-weight: 700;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-text {
    font-size: 18px;
    color: var(--head-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--header-font);
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    border: 1px solid #F6F6F6;
    padding: 5px;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-product-name {
    color: var(--head-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--header-font);
}

.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    background-color: var(--hover-color);
    border: none;
    border-radius: 5px;
    color: var(--white-color);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
    background-color: var(--head-color);
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    color: var(--head-color);
}

.woocommerce-wishlist .wishlist_table.shop_table {
    border-collapse: collapse;
}

.woocommerce-wishlist .wishlist_table th {
    background-color: transparent;
    font-size: 18px;
    color: var(--head-color);
}

.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a {
    display: inline-block;
    max-width: 100px;
    width: 100px;
    height: 100px;
    border: 1px solid #F6F6F6;
    border-radius: 5px;
    padding: 5px;
}

.woocommerce-wishlist .wishlist_table .product-name a {
    color: var(--head-color);
    font-size: 17px;
    font-weight: 700;
}

.woocommerce-wishlist .wishlist_table .product-name a:hover {
    color: var(--hover-color);
}

.woocommerce-wishlist .product-thumbnail a>img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.woocommerce-wishlist .wishlist_table .add_to_cart_button {
    padding: 8px 15px;
    color: var(--white-color);
    background-color: var(--head-color);
    border-radius: 5px;
    display: inline-block !important;
    font-size: 14px;
}

.woocommerce-wishlist .wishlist_table .add_to_cart_button:hover {
    background-color: var(--hover-color);
}

.woocommerce-wishlist .wishlist_table .remove_from_wishlist.button {
    padding: 8px 15px !important;
    color: var(--white-color);
    background-color: #8b0101;
    border-radius: 5px;
    display: inline-block !important;
    font-size: 14px;
    line-height: 1.5em;
}

.ws-product-details .related.products .product-box .star-rating {
    margin-bottom: 10px;
}

.ws-product-details .related.products .product-box .star-rating::before {
    color: #ffcc00;
}

/*support css update 11/9/2025*/



/* S.Mv Css Start 12-09-25 */
.ws-product-details {
    padding-top: 121px;
}

.ws-product-details .breadcrumb {
    margin-bottom: 23px;
}

.ws-product-details .breadcrumb .breadcrumb-item {
    padding-left: 5px;
}

.ws-product-details .breadcrumb .breadcrumb-item a,
.ws-product-details .breadcrumb .breadcrumb-item {
    color: var(--body-color);
    font-weight: 500;
    text-transform: capitalize;
}

.ws-product-details .breadcrumb .breadcrumb-item a {
    padding-left: 6px;
}

.ws-product-details .breadcrumb .breadcrumb-item::before {
    color: var(--body-color);
}

.ws-product-details .breadcrumb .breadcrumb-item a:hover {
    color: var(--hover-color);
}

.onsale {
    background-color: var(--hover-color) !important;
}

/* .ws-product-details .variations tbody tr{
    flex-direction:column;
    align-items:flex-start !important;
} */
.ws-product-details .variations .reset_variations {
    margin-top: 10px;
    display: block;
    color: var(--head-color);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    display: none !important;
}

input[type=number] {
    -moz-appearance: textfield !important;
    -webkit-appearance: none !important;
    appearance: textfield !important;
}

.my-acc-sec .woocommerce-form .woocommerce-button {
    background-color: var(--hover-color);
    color: var(--white-color);
    transition: 0.3s;
    padding: 12px 25px;
}

.my-acc-sec .woocommerce-form .woocommerce-button:hover {
    background-color: var(--blck-color);
    color: var(--white-color);
}

.logged-in .my-acc-innr {
    max-width: 1400px;
    margin: 0 auto;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin-bottom: 3px;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
    font-size: 16px;
    color: var(--head-color);
    font-weight: 500;
    display: block;
    line-height: 1.2;
    transition: 0.3s;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-navigation ul li.is-active a,
.logged-in .my-acc-innr .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .wc-forward {
    background-color: var(--hover-color);
    border-radius: 6px;
    color: var(--white-color);
    transition: 0.3s;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .wc-forward:hover {
    background-color: var(--head-color);
    color: var(--white-color);
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 15px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    margin-left: auto;
    padding: 6px 15px;
    border-radius: 6px;
    background-color: var(--hover-color);
    color: var(--white-color);
    font-size: 16px;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover {
    background-color: var(--head-color);
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-address-fields,
.logged-in .my-acc-innr .woocommerce-EditAccountForm.edit-account {
    padding: 15px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.05);
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content a {
    color: var(--hover-color);
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content a:hover {
    color: var(--blck-color);
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content input[type="text"],
.logged-in .my-acc-innr .woocommerce-MyAccount-content input[type="email"],
.logged-in .my-acc-innr .woocommerce-MyAccount-content input[type="tel"],
.logged-in .my-acc-innr .woocommerce-MyAccount-content input[type="password"],
.logged-in .my-acc-innr .woocommerce-MyAccount-content select,
.logged-in .my-acc-innr .woocommerce-MyAccount-content .select2-selection {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
    padding: 5px 10px;
    border-radius: 6px;
    height: 50px;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .form-row.form-row-first,
.logged-in .my-acc-innr .woocommerce-MyAccount-content .form-row.form-row-last {
    width: 49%;
}

.select2-results__option.select2-results__option--highlighted {
    background-color: var(--hover-color) !important;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .button {
    margin-top: 5px;
    padding: 15px 22px;
    border-radius: 6px;
    background-color: var(--hover-color);
    color: var(--white-color);
    transition: 0.3s;
    margin-left: 5px;
}

.logged-in .my-acc-innr .woocommerce-MyAccount-content .button:hover {
    background-color: var(--head-color);
    color: var(--white-color);
}

#queryModel .gform_wrapper .gform_fields,
.faq-form-wrap .gform_wrapper .gform_fields {
    row-gap: 18px;
    column-gap: 20px;
}

#queryModel .gform_wrapper label,
.faq-form-wrap .gform_wrapper {
    font-weight: 500;
    font-size: 18px;
    color: #7C7C7C;
}

#queryModel .gform_wrapper input[type="text"],
#queryModel .gform_wrapper input[type="email"],
#queryModel .gform_wrapper textarea,
.faq-form-wrap .gform_wrapper input[type="text"],
.faq-form-wrap .gform_wrapper input[type="email"],
.faq-form-wrap .gform_wrapper textarea {
    border: 0;
    border-radius: 6px;
    padding: 4px 10px;
    background-color: #F6F6F6;
    color: var(--head-color);
    box-shadow: none;
    height: 47px;
}

#queryModel .gform_wrapper textarea,
.faq-form-wrap .gform_wrapper textarea {
    resize: none;
    height: 139px;
}

#queryModel .modal-header {
    border: 0;
    justify-content: center;
    padding-bottom: 8px;
}

#queryModel .modal-content {
    position: relative;
}

#queryModel .btn-close {
    box-shadow: none;
    position: absolute;
    top: -13px;
    right: -8px;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 5px 4px 44px 7px rgba(0, 0, 0, 0.15);
    padding: 0;
    background-color: var(--white-color);
    opacity: 1;
}

#queryModel .modal-dialog {
    max-width: 824px;
}

#queryModel .modal-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--head-color);
}

#queryModel .modal-body {
    padding: 0 49px 52px;
}

#queryModel .gform-footer {
    margin-top: 30px;
    justify-content: center;
}

#queryModel .gform_wrapper .gform-footer input[type="submit"],
.faq-form-wrap .gform_wrapper .gform_footer #gform_submit_button_4 {
    background-color: var(--head-color);
    color: var(--white-color);
    padding: 18.5px 42px;
    border-radius: 5px;
    transition: 0.3s;
    font-family: var(--body-font);
    font-size: 16px;
}

#queryModel .gform_wrapper .gform-footer input[type="submit"]:hover,
.faq-form-wrap .gform_wrapper .gform_footer #gform_submit_button_4:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
}

.faq-form-wrap .gform_wrapper .gform_footer #gform_submit_button_4 {
    padding: 14px 20px;
}

.faq-form-wrap .gform_wrapper select {
    border: none;
    box-shadow: none;
    background-color: #F6F6F6;
}



/* S.Mv Css End 12-09-25 */

.side-bar-filter-widget {
    margin-top: 50px;
}

.ws-d-none {
    display: none;
}

.faq-footer-form {
    background-color: #fbfbfb;
}

.top-right-ul .wpml-ls-legacy-dropdown {
    width: 150px;
    max-width: 150px;
}

.top-right-ul .wpml-ls-statics-shortcode_actions ul li a {
    width: unset;
    height: auto;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 30px;
}

.top-right-ul .wpml-ls-statics-shortcode_actions ul li a span {
    font-size: unset;
    padding: unset;
    background-color: unset;
    border-radius: unset;
    position: relative;
    width: unset;
    height: unset;
    top: 0px;
    right: 0px;
}

.top-right-ul .wpml-ls-statics-shortcode_actions ul li a img {
    width: 25px;
    height: auto;
    display: block;
}

.ws-view-cart a.button.view-cart {
    background-color: #2B3D4F;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.ws-view-cart a.button.view-cart:hover {
    background-color: var(--hover-color);
    color: var(--white-color);
}

.woocommerce-error {
    clear: both;
    width: 100%;
}

/* checkout-navigation */
.checkout-navigation .steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #929292;
    height: 4rem;
}

.checkout-navigation .steps>.step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6D6875;
    cursor: pointer;
}

.checkout-navigation .steps>.step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-bottom: -4.2rem;
    line-height: 1.9rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1rem;
}

.checkout-navigation .steps>.step:after {
    content: "";
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 0.125rem;
    top: 1rem;
    left: 50%;
}

.checkout-navigation .steps>.step:last-child:after {
    display: none;
}

.checkout-navigation .steps>.step.is-complete {
    color: #6D6875;
}

.checkout-navigation .steps>.step.is-complete:before {
    content: "✓";
    color: var(--hover-color);
    background: #fef0e2;
    border: 2px solid var(--hover-color);
}

.checkout-navigation .steps>.step.is-complete:after {
    background: var(--hover-color);
}

.checkout-navigation .steps>.step.is-active {
    font-size: 1.5rem;
}

.checkout-navigation .steps>.step.is-active:before {
    color: #FFF;
    border: 2px solid var(--hover-color);
    background: var(--hover-color);
    margin-bottom: -4.9rem;
}

.checkout-navigation .steps {
    margin-bottom: 15px;
}


/* clamp styles applied to the paragraph itself */
.woocommerce-product-details__short-description p {
    transition: max-height 0.28s ease;
    margin: 0;
    /* prevents extra spacing from breaking line-clamp */
}

/* webkit line-clamp fallback */
.woocommerce-product-details__short-description p.clamped {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* clamp to 2 lines */
    overflow: hidden;
}

/* when expanded, remove clamp and allow full height */
.woocommerce-product-details__short-description p.expanded {
    display: block;
    -webkit-line-clamp: unset;
    max-height: none !important;
}

/* Toggle button */
.read-more-toggle {
    display: inline-block;
    margin-top: 8px;
    color: #0073aa;
    cursor: pointer;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
}

.read-more-toggle:hover {
    text-decoration: underline;
}



.product-info-cards {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.info-card {
    background: #ffffff;
    border: 2px solid #0073aa;
    color: #0073aa;
    border-radius: 16px;
    padding: 20px;
    flex: 1 1 200px;
    max-width: 250px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 115, 170, 0.1);
}

.info-card:hover {
    background: #0073aa;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 115, 170, 0.2);
}

.info-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.info-card h4 {
    margin: 10px 0 6px;
    font-size: 18px;
    font-weight: 600;
}

.info-card p {
    font-size: 14px;
    line-height: 1.5;
    color: inherit;
}

.wc-block-components-totals-item.wc-block-components-totals-fees.wc-block-components-totals-fees__promotion-discount .wc-block-components-totals-item__value {
    color: #4ab866;
}

a.button.wc-forward {
    background-color: var(--head-color);
    color: var(--white-color);
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 12px 15px;
}

a.button.wc-forward:hover {
    background-color: var(--hover-color) !important;
}

.woocommerce-message {
    border-top-color: var(--hover-color);
}

.woocommerce-message::before {
    color: var(--hover-color);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
    border-color: var(--head-color);
}

/* .woocommerce form .form-row input.input-text, .woocommerce form .form-row.woocommerce-validated select{
    border-color: var(--hover-color)!important;
} */

.woocommerce-checkout-payment button[type="submit"] {
    background-color: var(--head-color) !important;
    color: var(--white-color) !important;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 16px 20px;
    float: none;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.woocommerce-checkout-payment button[type="submit"]:hover {
    background-color: var(--hover-color) !important;
    color: var(--white-color) !important;
}

body.woocommerce-checkout.woocommerce-page {
    color: var(--bs-body-color);
}

.woocommerce-variation-availability {
    margin-bottom: 15px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: var(--hover-color);
}

#checkout-timer {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.checkout-time-wrap {
    margin-bottom: 15px;
}

.checkout-time-wrap #checkout-timer {
    font-size: 20px;
}

.ws-custom-after-order-block {
    margin-top: 70px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.product-info-cards-block .info-card-flex .info-title {
    display: block;
    font-size: 18px;
    color: var(--head-color);
    font-family: var(--header-font);
    font-weight: 700;
}

.acent-color {
    color: var(--hover-color);
}

.free_shpping_amount p {
    font-size: 18px;
    font-weight: 700;
}


.d-none {
    display: none;
}

.checkout-navigation .step.is-active {
    font-weight: bold;
}

div#dokan-secondary {
    display: none;
}

span.k-badge {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 45px;
    height: auto;
}

/* 4.2.26 */

.woocommerce ul.products li.product a img {
    height: 100%;
}

.ftr-middle ul.payment-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.ftr-middle ul.payment-inner li {
    padding: 0px 10px 20px;
    margin-bottom: 0 !important;
}

.ftr-middle ul.payment-inner li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.ftr-middle ul.payment-inner li img {
    max-width: 520px;
}

.ftr-middle ul.termsmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.ftr-middle ul.termsmenu li {
    padding: 0px 10px;
}

.ftr-middle {
    padding-bottom: 40px;
}

.dokan-store-products-filter-area .orderby-search {
    margin-top: 20px;
}

.dokan-single-store li.dokan-share-btn-wrap .dokan-share-btn,
.dokan-store-products-ordeby input[type='submit'].dokan-btn-theme {
    background-color: #00B6E8;
    border-color: #00B6E8;
    font-size: 18px;
}

.dokan-single-store li.dokan-share-btn-wrap .dokan-share-btn:hover,
.dokan-store-products-ordeby input[type='submit'].dokan-btn-theme:hover {
    color: #fff;
    background-color: #2B3D4F;
    border-color: #2B3D4F;
}

.essential-slider-outer .essential-button-outer {
    justify-content: center;
    text-align: center;
}

.comming-hover-texr h3 {
    color: #fff;
}

.comming-hover-texr {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.essential-slider-outer .each-essential-inr {
    transition: 0.3s ease-in-out;
}

.essential-slider-outer .each-essential-inr:hover .comming-hover-texr {
    opacity: 1;
}

.essential-slider-outer .each-essential-inr>img {
    z-index: -1;
}

.essential-slider-outer .each-essential-inr:hover {
    background: linear-gradient(358deg, rgba(18, 18, 18, 0.72) 0.87%, rgba(18, 18, 18, 0.47) 66.13%, rgba(18, 18, 18, 0) 100%);
}

/* 4.2.26 */





/*Shaan*/
td.product-name {
    display: flex;
    gap: 25px;
}

.order-item-thumb {
    width: 100px;
}

.order-content {
    width: 100%;
}

a.button.view-cart {
    padding: 5px 10px;
    margin-top: 5px;
    display: block;
    border-radius: 25px;
}

.image_and_like {
    display: flex;
    flex-wrap: wrap;
    width: 49%;
    max-width: 50%;
    position: relative;
}

/*.single_variation_wrap button.single_add_to_cart_button {
    width: 90% !important; 
}
.cart button.single_add_to_cart_button {
    width: 90% !important;
}*/
.woocommerce img.icon-unlike {
    width: 30px;
}

/* Base table */
.tinvwl-table-manage-list {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
}

/* Table head */
.tinvwl-table-manage-list thead th {
    font-size: 18px;
    background: #f7f8fa;
    color: #222;
    font-weight: 600;
    padding: 14px 12px;
    text-align: left;
    border-bottom: 2px solid #e5e7eb;
}

/* Table body rows */
.tinvwl-table-manage-list tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.tinvwl-table-manage-list tbody tr:hover {
    background: #f9fafb;

}

/* Table cells */
.tinvwl-table-manage-list td {
    padding: 14px 12px;
    vertical-align: middle;
    color: #444;
}

/* Remove button */
.tinvwl-table-manage-list .product-remove button {
    background: none;
    border: none;
    color: #dc2626;
    cursor: pointer;
    font-size: 16px;
}

.tinvwl-table-manage-list .product-remove button:hover {
    color: #991b1b;
}

/* Product image */
.tinvwl-table-manage-list .product-thumbnail img {
    max-width: 70px;
    border-radius: 6px;
}

/* Product name */
.tinvwl-table-manage-list .product-name a {
    color: var(--blck-color);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.tinvwl-table-manage-list .product-name a:hover {
    text-decoration: underline;
}

/* Price */
.tinvwl-table-manage-list .product-price {
    font-weight: 600;
    color: #111;
}

/* Date */
.tinvwl-table-manage-list .product-date time {
    color: #666;
    font-size: 13px;
}

/* Stock status */
.tinvwl-table-manage-list .product-stock .in-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #15803d;
    font-weight: 600;
}

.tinvwl-table-manage-list .product-stock .out-of-stock {
    color: #b91c1c;
}

/* Action button */
.tinvwl-table-manage-list .product-action .button {
    padding: 8px 14px;
    background: var(--head-color);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.tinvwl-table-manage-list .product-action .button:hover {
    background: var(--hover-color);
    color: var(--white-color);
}

/* Footer */
.tinvwl-table-manage-list tfoot td {
    padding: 12px;
    background: #fafafa;
}

.tinv-header {
    display: none;
}

span.wishlist_products_counter_number {
    color: var(--white-color);
}

.top-right-ul li a.wishlist_products_counter span {
    visibility: hidden;
}

.top-right-ul li a.wishlist_products_counter.wishlist-counter-with-products span {
    visibility: visible;
}

/*support css update 18/2/2026*/
.main-head .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    width: 100%;
}

.main-head .top-right-ul .wpml-ls-legacy-dropdown-click {
    width: 100px;
    max-width: 100px;
}

.main-head .top-right-ul .wpml-ls-legacy-dropdown-click li {
    width: 100%;
}

.main-head .top-right-ul .wpml-ls-legacy-dropdown-click li a {
    width: 100%;
}

.main-head .top-right-ul .wpml-ls-legacy-dropdown-click li a:hover {
    transform: scale(1);
}

/*support css update 18/2/2026*/
/* Support 19 feb */
.btn-group-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-para {
    color: #fff;
    margin: 0 0 20px;
}

.howitbox {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: var(--blck-color) !important;
    max-width: 90%;
    margin: 0 auto;
}

.howitbox-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.howitbox-img {
    max-width: 50%;
    margin: 0 auto 30px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howitbox-img img {
    max-height: 100%;
    object-fit: contain;
}

.howitbox-content {
    max-width: 300px;
    margin: 0 auto;
}

.howitbox-count {
    background: #efefef;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    border-radius: 100%;
    font-weight: 700;
}

/* 11.03.26 start */

.inner-banner-img.right img {
    object-position: top right;
}

.howitbox.circular-program .howitbox-img {
    max-width: 78px;
    margin: 0 auto 20px;
    height: 78px;
}

.howitbox.circular-program .howitbox-count {
    width: 39px;
    height: 39px;
    margin: 0 auto 18px;
}

.howitbox.circular-program .howitbox-content {
    max-width: 311px;
    color: var(--body-color);
}

.howitbox.circular-program .howitbox-title {
    margin-bottom: 5px;
}

.circular-program-card-col:not(:last-child) {
    border-right: 1px solid rgba(43, 61, 79, 0.1);
}

.circular-program-tab-wrppr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
}

.circular-program-tab-wrppr ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 902px;
    width: 100%;
    border-bottom: 1px solid rgba(43, 61, 79, 0.1);
}

.circular-program-tab-wrppr li {
    padding: 0;
    margin: 0;
}

.circular-program-tab-wrppr li a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    text-transform: capitalize;
    color: var(--head-color);
    padding-bottom: 10px;
    position: relative;
}

.circular-program-tab-wrppr li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--head-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s all;
}

.circular-program-tab-wrppr li a:hover::before,
.circular-program-tab-wrppr li.active a::before {
    width: 100%;
}

.why-sell-sec {
    background-color: var(--light-back);
}

.why-sell-cards figure {
    width: 100%;
    position: relative;
    padding-top: 93%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}

.why-sell-cards figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-sell-cards h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 4px;
}

.closet-img-col {
    width: 47%;
}

.closet-content-col {
    width: 53%;
}

.cmn-img-wrppr {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}

.cmn-img-wrppr img {
    width: 100%;
}

.closet-content-wrppr {
    padding-left: 32px;
    max-width: 810px;
}

.closet-rw {
    --bs-gutter-x: 30px;
    align-items: center;
}

.closet-content-rw {
    --bs-gutter-x: 26px;
}

.closet-cards {
    width: 100%;
    height: 100%;
    background-color: var(--light-back);
    border-radius: 10px;
    padding: 21px 30px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.closet-cards h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 15px;
}

.cmn-brdr-btn {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--head-color);
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--head-color);
    border-radius: 7px;
    transition: .5s all;
}

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

/* 11.03.26 end */

/* New Css Start */
.stp-content{ 
    background: #F9F9F6;
    border-radius: 10px; 
    padding: 25px;
}
.stp-content-wrppr h3{
    font-weight: 600;
}
.stp-cards ul, .stp-cards ol{
    padding: 0; margin: 0 0 11px;
    list-style: none;
}
.stp-cards ul li{
    background-image: url(images/check-li.svg);
    background-position: top 4px left;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 11px;
}
.stp-sec-repeat{margin-bottom: 100px;}
.stp-sec-repeat:last-child{margin-bottom: 0;}
.stp-cards p{
    margin: 0 0 9px;
}
.stp-icon-list{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.stp-icon-list:last-child{margin-bottom: 0 !important;}
.stp-icon-left{
    flex-shrink: 0;
    width: 41px;
    margin-right: 10px;
}
 
.stp-icon-right p{margin-bottom: 3px !important;}
.stp-icon-right p:last-child{margin-bottom: 0 !important;}
.stp-cards p:last-child{margin-bottom: 0;}
.last-para-stp{
    margin-top: 17px;
}
.stp-content-wrppr .section-head h2 {
    line-height: 1.2;
    margin-bottom: 16px;
}
.stp-content-wrppr .section-head {
    margin-bottom: 14px;
}
.stp-cards ol{padding-left: 28px;}
.stp-cards ol li{
    list-style: disc;
}
.stp-cards ul li strong, .stp-cards p strong{
    font-weight: 600;
    color: var(--head-color);
}
.stp2-repeat:nth-child(even) .row, .stp-sec-repeat:nth-child(even) .stp-rw{
    flex-direction: row-reverse;
}
.stp-rw {
    --bs-gutter-x: 54px;
}
.head-center{
    text-align: center;
    margin-bottom: 35px;
}
.stp2-repeat h3{font-size: 24px; font-weight: 600; margin-bottom: 4px; position: relative;}
.stp2-repeat p{margin-bottom: 5px;}
.stp2-repeat p strong{
    font-weight: 600;
    color: var(--head-color);
}
.stp2-repeat ul, .left-right-text-col ul, .cmn-item-content ul, .tab-col-right ul{
    padding: 0; margin: 0 0 8px;
    list-style: none;
}
.stp2-repeat ul li, .left-right-text-col ul li, .cmn-item-content ul li, .tab-col-right ul li{
    background-image: url(images/check-li.svg);
    background-position: top 4px left;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 8px;
}
.stp2-repeat ul li:last-child, .left-right-text-col ul li:last-child, .cmn-item-content ul li:last-child, .tab-col-right ul li:last-child{margin-bottom: 0;}
.stp2-row{
    --bs-gutter-x: 97px; 
}
.stp-img{
    border-radius: 20px;
    width: 100%;
}
.bg-light-back{
    background-color: var(--light-back);
}
.readytosend-sec{
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}
.readytosend-sec .container{position: relative;}
.readytosend-bg1{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
}
.readytosend-bg2{
    position: absolute;
    right: 0; top: 0;
    max-width: 25%;
}
.readytosend-btn-outer .cmn-btn{display: inline-flex; align-items: center; justify-content: center;}
.readytosend-left .para{margin-bottom: 25px;}
.readytosend-btn-outer{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.cmn-link{  
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px; 
    text-decoration-line: underline !important;
    text-transform: capitalize; 
    color: #2B3D4F; 
}
.cmn-link:hover{
    color: var(--hover-color);
}
.cmn-btn.cmn-btn-outline{
    border-color: var(--head-color);
    color: var(--head-color);
    background-color: transparent;
}
.cmn-btn.cmn-btn-outline:hover{
    background-color: var(--head-color);
    color: var(--white-color);
}
.readytosend-left{
    align-self: center;
}
.stp2-repeat{
    padding-bottom: 50px;
    position: relative;
}
.stp2-repeat:last-child{padding-bottom: 0;}
.stp2-repeat:last-child::after{content: none;}
/* .stp2-repeat-outer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 1px;
    height: 100%;    
    background: #E6E9EC;  
} */
.stp2-repeat::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 34px;
    height: 34px;   
    border-radius: 100%;
    background: #E6E9EC;  
}
.stp2-repeat::after{
        content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #E6E9EC;
}
.stp2-repeat-outer{
    position: relative;
    counter-reset: line; 
}
.stp2-btn-outer {
    display: flex;
    justify-content: center;
    gap: 21px;
    margin-top: 30px;
}
.stp2-repeat h3:before {
    counter-increment: line;
    content: counter(line);  
    position: absolute;
    right: 30px; top: -23px; 
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 800;
    font-size: 184px;
    line-height: 1; 
    leading-trim: both;
    text-edge: cap;
    text-align: right;
    letter-spacing: -0.01em;
    text-transform: capitalize; 
    background: linear-gradient(180deg, #2B3D4F 0%, rgba(43, 61, 79, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; 
    opacity: 0.1; 
}
.left-right-text-col{
    align-self: center;
}
.left-right-text-col p{
    margin-bottom: 12px;
}
.left-right-text-col p strong{font-weight: 600; color: var(--head-color);}
.left-right-row.row {
    --bs-gutter-x: 78px;
    --bs-gutter-y: 50px;
}
.center-head{
    text-align: center;
    margin-bottom: 30px;
}
.price-table table{
    width: 100%;
    max-width: 1161px;
    margin: 0 auto;
}
.price-table table thead th{ 
    background-color: var(--hover-color);
    font-size: 18px;
    color: var(--white-color);
    padding: 25px 10px;
    text-align: center;
    border-right: 1px solid #D8DBDC;
}
.price-table table thead th:nth-child(1){
    padding-left: 70px;
    text-align: left;
}
.price-table table thead th:nth-child(1){
    border-radius: 20px 0 0 0; 
}
.price-table table tbody tr:last-child td:nth-child(1){
    border-radius: 0 0 0 20px; 
}
.price-table table tbody tr:last-child td:last-child{
    border-radius: 0 0 20px 0; 
}
.price-table table thead th:nth-child(3){ 
    border-radius: 0 20px 0 0;
}
.price-table table tbody td img{
    margin-right: 22px;
    width: 42px;
    object-fit: contain;
    flex-shrink: 0;
}
.price-table table tbody td p{
    margin-bottom: 2px;
}
.table-content-flex{
    align-items: center;
}
.price-table-btm-tex, .table-buttom{margin-top: 38px; text-align: center;}
.price-table table tbody td{padding: 28px 10px; text-align: center; border-right: 1px solid #D8DBDC;}
.price-table table thead th:last-child, .price-table table tbody td:last-child{border: none;}
.price-table table tbody td:nth-child(1){text-align: left; padding-left: 70px;}

.price-table table tbody td p strong, .price-table table tbody td p strong{
    font-weight: 600; color: var(--head-color);
}
.price-table table tbody td p strong{color: var(--blck-color);}
.price-table table tbody tr:nth-child(odd){
    background-color: var(--light-back);
}
.cmn-item-box {
    background: #F9F9F6;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}
.cmn-item-img{
    padding-top: 72%;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
}
.cmn-item-img img{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmn-item-content h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cmn-item-content p{margin-bottom: 10px;}
.cmn-item-content p:last-child{margin-bottom: 0;}
.cmn-item-content p strong{
    font-weight: 600; color: var(--head-color);
    font-size: 18px;
}
.tabs-outer .nav-tabs{display: flex; justify-content: center; flex-wrap: nowrap; position: static; width: 100%; max-width: 848px; margin: 0 auto 28px; gap: 22px; border: none;}
.tab-col-leftimg img{border-radius: 20px; width: 100%;}
.tab-row{
    display: flex; flex-wrap: wrap; justify-content: center;
    margin: var(--space-tab-row);
    --space-tab-row: -18px;
    --space-tab-col: 18px;
}
.tab-col-left{
    width: 51%;
    padding: var(--space-tab-col);
}
.tab-col-right{
    width: 40%;
    padding: var(--space-tab-col);
}
.tab-col-right h3{font-weight: 600; font-size: 24px; margin-bottom: 10px;}
.tab-col-right ul li{margin-bottom: 7px;}
.cmn-item-row{
    display: flex; flex-wrap: wrap;
    margin: -15px;
}
.cmn-item-row .cmn-item{
    padding: 15px;
    width: 50%;
}
.cmn-item-slider{
    margin: 0 -15px;
}
.cmn-item-slider .cmn-item{padding: 0 15px; height: auto;}
.cmn-item-slider .slick-track{display: flex;}
.cmn-arw-icon{ 
    width: 40px;
    height: 40px;  
    padding: 10px;
    background: #2B3D4F;
    border-radius: 60px; 
    display: inline-flex; align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.cmn-arw-icon:hover{
    background-color: var(--hover-color);
}
.cmn-item-slider-outer{position: relative;}
.cmn-item-slider-outer .cmn-arw-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.cmn-item-slider-outer .cmn-arw-icon[data-slide-left]{
    left: -50px;
}
.cmn-item-slider-outer .cmn-arw-icon[data-slide-right]{
    right: -50px;
}
.readytosend-btn-outer .cmn-btn{padding-left: 15px; padding-right: 15px;}
 .googtoknow-sec, .readytosend-sec, .fair-fashion-sec{
    overflow: hidden;
 }
/* New Css End */
/* ========== responsive css =========== */


@media(min-width:1200px) {

    /* Mega Menu Start */
    .megamenu-wrap {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 75px;
        width: 100vw;
        background-color: var(--light-back);
        padding: 18px 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease-in-out;
        pointer-events: none;
    }

    /* .menu-item-has-children .megamenu-wrap{
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    } */
    .menu-item-has-children:hover .megamenu-wrap {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    /* Mega Menu End */
    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}


@media(min-width:1400px) {

    /* Product Page Start */
    .sidebar-left-col {
        width: 324px;
    }

    /* Product Page End */
}

/* @media(min-width:1025px) {

    
} */

@media(min-width: 1799px) {
    .container {
        max-width: 1644px;
    }
    .tab-col-right{
        width: 29%;
    }
    .tab-col-left {
        width: 41%; 
    }
    .cmn-arw-icon{
        width: 61px;
        height: 61px;  
    }
    .cmn-item-slider-outer .cmn-arw-icon[data-slide-left]{
        left: -75px;
    }
    .cmn-item-slider-outer .cmn-arw-icon[data-slide-right]{
        right: -75px;
    }
    .readytosend-btn-outer .cmn-btn{padding-left: 26px; padding-right: 26px;}
}

/* Mega Menu Start */
@media(max-width:1798px) {
    .header-left ul li a {
        padding: 25px 12px;
    }

    .header-right-list li {
        margin: 0 13px;
    }

    .header-right {
        margin-left: 20px;
    }

    .header-form-outer input {
        width: 245px;
    }

    .arrival--slider-outer .cmn-slider-btn {
        top: 160px;
    }

    .weekly-left-wrp {
        margin-left: calc(((100vw - 1290px) /2) *-1);
    }

    .navbar-brand {
        width: 200px;
    }
}

/* Mega Menu End */

@media(max-width:1599px) {
    .banner-inr {
        min-height: 640px;
    }

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

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

    .our-mission-sec {
        padding-top: 60px;
    }

    .our-values-sec {
        padding-top: 69px;
    }

    .most-favourits-sec {
        padding-top: 70px;
    }

    .brand-icon-wrp {
        padding: 40px;
        height: 200px;
    }

    .row.used-row>* {
        width: 33.33%;
    }

    .blog-text-part h3,
    .trends-text-part h3,
    .each-brand-slider-inr h3 {
        font-size: 22px;
    }

    .mission-right-wrp {
        padding-left: 20px;
    }

    .navbar-brand {
        width: 170px;
    }

    .each-essential-inr {
        min-height: 400px;
    }

    .brand-icon-wrp {
        padding: 30px;
        height: 150px;
    }

    .ourvalues-page {
        padding-top: 62px;
    }

    .inner-banner-text {
        min-height: 370px;
    }

    .product-filter-wrap select,
    .filter-btn {
        height: 45px;
        font-size: 16px;
    }

    /*support css update 11/9/2025*/
    .ws-product-arc {
        padding-bottom: 80px;
    }

    /*support css update 11/9/2025*/


    /* S.Mv Css Start 12-09-25 */
    .ws-product-details {
        padding-top: 100px;
    }

    /* S.Mv Css End 12-09-25 */



}

@media(max-width:1399px) {
    .navbar-nav>li a span {
        margin-left: 4px;
    }

    .header-form-outer {
        margin-left: 25px;
    }

    .top-right-ul li {
        padding: 0 12px;
    }

    .header-left ul li a {
        padding: 25px 9px;
        font-size: 14px;
    }

    .navbar-brand {
        width: 150px;
    }

    .each-essential-inr {
        min-height: 350px;
    }

    .banner-inr {
        min-height: 600px;
        max-width: 670px;
    }

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

    .essential-button {
        padding: 12px 20px;
    }

    .kako-value-list li {
        margin: 0 30px;
    }

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

    .explore-left-side {
        padding-right: 30px;
    }

    .explore-products {
        padding: 12px;
    }

    .arrival--slider-outer .cmn-slider-btn {
        top: 140px;
    }

    .essential-slider .each-essential {
        padding: 12px;
    }

    .essential-slider .slick-list {
        margin: -12px;
    }

    .explore-slider .each-explore {
        padding: 12px;
    }

    .explore-slider .slick-list {
        margin: -12px;
    }

    .arrival-slider .each-arrival {
        padding: 12px;
    }

    .arrival-slider .slick-list {
        margin: -12px;
    }

    .addto-cart,
    .addto-cart-more {
        right: 10px;
    }

    .arrival-img-part:hover .addto-cart {
        bottom: 10px;
    }

    .bookmark {
        top: 10px;
        right: 10px;
    }

    .blog-text-part h3,
    .trends-text-part h3,
    .each-brand-slider-inr h3 {
        font-size: 20px;
    }

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

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

    .weekly-right-col {
        width: 70%;
    }

    .weekly-left-col {
        width: 30%;
    }

    .weekly-left-wrp {
        margin-left: calc(((100vw - 1110px) /2) *-1);
    }

    .weekly-slider .each-weekly {
        padding: 12px;
    }

    .weekly-slider .slick-list {
        margin: -12px;
    }

    .why-chose-sec .mission-right-wrp {
        padding: 0 20px 0 0;
    }

    .inner-banner-text {
        min-height: 350px;
    }

    .product-filter-wrap .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }


    /* S.Mv Css Start 12-09-25 */
    .logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
        padding: 6px 6px;
        font-size: 12px;
    } 
    /* S.Mv Css End 12-09-25 */

    /* selling-guide start */
    .readytosend-left{ 
        width: 60%;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .readytosend-right{width: 40%;align-self: flex-end;}
     .stp-sec-repeat {
        margin-bottom: 80px;
    }
    .stp-sec-repeat:last-child{margin-bottom: 0 !important;}
    /* selling-guide end */

    /* selling-with-us start */
    .stp2-repeat-outer{overflow: hidden;}
    /* selling-with-us end */

    /* accepted-refused-items end */
    .cmn-item-slider-outer .cmn-arw-icon[data-slide-left] {
        left: -20px;
    }
    .cmn-item-slider-outer .cmn-arw-icon[data-slide-right]{
        right: -20px;
    }
    /* accepted-refused-items end */

    /* circular-program start */
    .why-sell-cards h3 { 
        font-size: 18px; 
    }
    .closet-cards{padding: 14px;}
    .closet-cards h3{font-size: 16px;}
    .closet-cards .cmn-brdr-btn{font-size: 13px;}
    /* circular-program start */


}


@media(max-width:1199px) {

    /* Footer Start */
    .ftitle {
        font-size: 20px;
        margin-bottom: 14px;
    }

    /* Footer End */

    /* navbar*/

    .navbar-brand {
        order: 1;
    }

    .header-inr-wrp {
        order: 2;
    }

    .navbar-toggler {
        position: relative;
        width: 50px;
        height: 50px;
        margin-left: auto;
        /* height: 28px; */
        padding: 4px;
        /* outline: none !important;
        border: none !important;
        box-shadow: none !important; */
        border: 1px solid var(--head-color);
        border-radius: 3px;
        order: 3;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--head-color);
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--white-color);
        position: absolute;
        left: 8px;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

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

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

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

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

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

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

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

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-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 10px 0;
        padding: 0;
    }

    .navbar-nav>*:last-child {
        margin-bottom: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: flex;
        align-items: center;
        width: 100%;
    }

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

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

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

    .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: #00B6E8;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-nav li.menu-item-has-children>a {
        background-color: #0297c0;
        border-left: 2px solid var(--head-color);
        color: var(--white-color);
    }

    .navbar-nav>li.current-menu-item>a span {
        filter: brightness(0) invert(1);
    }

    .navbar-nav li.menu-item-has-children>a:hover,
    .navbar-nav li.menu-item-has-children>a:focus {
        color: var(--white-color) !important;
        background-color: var(--head-color);
    }

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

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

    .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;
        transition: background-color 0.5s linear;
    }

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

    /* push nav end */

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

    .banner-inr {
        min-height: 560px;
        max-width: 610px;
    }

    .cmn-btn {
        padding: 12px 20px;
    }

    .banner-title {
        padding: 5px 10px;
    }

    .each-essential-inr {
        min-height: 250px;
    }

    .essential-button {
        padding: 6px 12px;
        min-width: inherit;
    }

    .kako-value-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: -12px;
    }

    .kako-value-list li {
        width: 50%;
        margin: 0;
        justify-content: center;
        padding: 12px;
    }

    .explore-left-col {
        width: 40%;
    }

    .explore-right-col {
        width: 60%;
    }

    .row.our-mission-row {
        --bs-gutter-y: 30px;
    }

    .row.our-mission-row>* {
        width: 100%;
    }

    .mission-right-wrp {
        padding-left: 0;
        max-width: inherit;
    }

    .trends-row .trends-card-col {
        width: 50%;
    }

    .trends-row .trends-left-col {
        width: 100%;
    }

    .trends-left-side {
        max-width: inherit;
    }

    .brands-slider .each-brand-slider {
        padding: 12px;
    }

    .brands-slider .slick-list {
        margin: -12px;
    }

    .blog-text-part h3,
    .trends-text-part h3,
    .each-brand-slider-inr h3 {
        font-size: 18px;
    }

    .weekly-left-wrp {
        margin-left: calc(((100vw - 930px) /2) *-1);
    }

    .used-items {
        top: 12px;
        right: 12px;
        padding: 2px 6px;
    }

    .row.used-row>* {
        width: 50%;
    }

    .row.blog-row>* {
        width: 50%;
    }

    .banner-slider .slick-dots>* {
        margin-bottom: 15px;
    }

    .header-inr-wrp {
        width: auto;
        margin-left: auto;
    }

    .search-button-open {
        display: flex;
    }

    .header-form-outer input {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        opacity: 0;
        transform: translateY(-10%);
        transition: 0.3s all;
        pointer-events: none;
    }

    .header-form-outer.open-search input {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }

    .header-form-outer {
        position: relative;
    }

    .header-left ul li a {
        padding: 15px 10px;
        height: 70px;
    }

    .banner-sec {
        padding-top: 70px;
    }

    .banner-slider-outer {
        padding-top: 70px;
    }

    .sub-menu {
        border-radius: 0;
        padding: 15px 30px;
    }

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

    .navbar-nav>li a span {
        filter: brightness(0) invert(1);
    }

    .navbar-nav>li {
        padding: 0 !important;
    }

    .mission-two .mission-right-page {
        padding: 0;
    }

    .mission-two .mission-right-col {
        order: 2;
    }

    .mission-two .mission-left-col {
        order: 1;
    }

    .why-chose-sec .mission-right-wrp {
        padding: 0;
    }

    .inner-banner-sec {
        margin-top: 70px;
    }

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 10px;
        top: 2px;
        width: 30px;
        height: 30px;
        background: url(images/nested-arrow.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
        filter: brightness(0) invert(1);
        /* display: none; */
    }

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

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

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-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.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

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

    /* navbar end*/

    /* DM Start */
    .menu-item-has-children>a::before {
        content: none;
    }

    .navbar-nav>li>a span {
        display: none;
    }

    .megamenu-wrap-inr>.row [class*="col-"] {
        width: 100%;
    }

    .megamenu-wrap {
        display: none;
        padding: 15px 30px;
        background-color: var(--white-color);
    }

    .megamenu-wrap.show {
        display: block;
    }

    .megamenu-wrap ul {
        padding: 0;
    }

    .megamenu-wrap ul li {
        margin-bottom: 0;
    }

    .megamenu-wrap ul li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        padding-bottom: 9px;
        margin-bottom: 12px;
        border-bottom: 1px solid #ECE9E9;
    }

    .megamenu-wrap .container {
        padding: 0;
    }

    .megamenu-scrol {
        max-height: initial;
    }

    .megamenu-wrap-inr .row {
        --bs-gutter-y: 0;
    }

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

    .accordion-body {
        margin-left: 30px;
    }

    .popup-inr {
        padding: 30px;
    }

    .close-popup {
        top: -10px;
        right: -10px;
    }

    /*support css update 11/9/2025*/
    .hdrsrch-box {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        transform: inherit;
        display: none;
    }

    .hdrsrch-box input[type="search"] {
        position: static;
        opacity: 1;
        transform: inherit;
        pointer-events: all;
    }

    .ws-product-details div.product form.cart {
        margin-bottom: 15px;
    }

    .ws-product-details .gallery-navigation-carousel-wrapper .wcgs-thumb {
        height: 100px;
    }

    /*support css update 11/9/2025*/



    /* S.Mv Css Start 12-09-25 */
    .logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
        font-size: 16px;
    }

    /* S.Mv Css End 12-09-25 */
    /*support css update 18/2/2026*/
    .navbar-nav li.sub-menu-item.menu-item-has-children>a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 6px;
    }

    .navbar-nav li.sub-menu-item .clickD {
        right: 4px;
    }

    .navbar-nav li.sub-menu-item.menu-item-object-product_cat .sub-sub-menu {
        display: none;
    }

    .navbar-nav li.sub-menu-item.menu-item-object-product_cat .sub-sub-menu.show {
        display: block;
    }

    /* .navbar-nav li.sub-menu-item .sub-sub-menu{
    display: none;
    }
    .navbar-nav li.sub-menu-item .sub-sub-menu.show{
    display: block;
    } */

    /* selling-guide start */
    .stp-rw {
        --bs-gutter-x: 30px;
    }
    .circular-program-tab-wrppr li a{font-size: 17px;}
    /* selling-guide end */

    /* circular-program start */
    .closet-content-wrppr{padding-left: 10px;padding-right: 10px;}
    .closet-content-rw {
        --bs-gutter-x: 10px;
    }
    .closet-cards .cmn-brdr-btn{padding-left: 6px; padding-right: 6px;}
    /* circular-program end */
}

/*support css update 18/2/2026*/
/* 
@media(max-width:1024px) {

    


} */


@media (max-width: 991px) {

    /* Footer Start */
    .ftr-top {
        padding: 44px 0;
    }

    .ftr-bottom {
        padding: 10px 0;
    }

    .fbox1 {
        text-align: center;
    }

    .fbox1 p {
        margin-bottom: 10px;
    }

    .sumscribe-form-wrap {
        margin: 0 auto;
    }

    .ftitle {
        font-size: 18px;
    }

    .main-footer ul {
        margin-bottom: -8px;
    }

    .main-footer ul li {
        margin-bottom: 8px;
    }

    .main-footer {
        font-size: 15px;
    }

    /* Footer End */

    .navbar-brand {
        width: 120px;
    }

    .top-right-ul li {
        padding: 0 10px;
    }

    .header-left ul li a {
        font-size: 0px;
    }

    .header-left ul li a {
        width: 70px;
        height: 70px;
        justify-content: center;
    }

    .header-left ul li a span {
        margin-right: 0;
    }

    .banner-inr {
        min-height: 500px;
        max-width: 550px;
    }

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

    .navbar-toggler {
        margin-left: 30px;
    }

    .overlay-banner {
        width: 270px;
    }

    .explore-left-col {
        width: 100%;
    }

    .explore-right-col {
        width: 100%;
    }

    .row.row-explore {
        --bs-gutter-y: 30px;
    }

    .explore-left-side {
        max-width: inherit;
        padding-right: 0;
    }

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

    .explore-products p {
        font-size: 14px;
    }

    .explore-ankors a {
        font-size: 14px;
    }

    .each-explore-inr {
        padding: 7px;
    }

    .brand-icon-wrp {
        height: 120px;
    }

    .weekly-left-wrp {
        margin-left: calc(((100vw - 690px) /2) *-1);
    }

    .inner-banner-text {
        min-height: 250px;
    }

    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
        margin-bottom: 20px;
    }

    .tab-content>.tab-pane:last-child {
        margin-bottom: 0;
    }

    .faq-inr .accordion-body {
        margin-left: 0;
        padding: 20px;
    }

    .faq-inr .accordion-item:first-of-type .accordion-button {
        width: 100%;
    }

    .faq-inr .tab-content {
        width: 100%;
    }

    .faq-inr .accordion-button.collapsed {
        background-color: var(--blck-color);
        border: none;
        outline: none;
        color: var(--white-color);
    }

    .faq-inr .accordion-item .accordion-button {
        background-color: var(--blck-color);
        border: none;
        outline: none;
        color: var(--white-color);
    }

    .faq-inr .accordion-button::after {
        filter: brightness(0) invert(1);
    }

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

    .product-row>* {
        width: 33.33%;
    }

    .sidebar-left {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        height: 100%;
        width: 400px;
        border-radius: 0;
        transform: translateX(-100%);
        box-shadow: none;
        transition: 0.3s all;
        overflow: auto;
    }

    .sidebar-left-open {
        box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
        transform: none;
    }

    .close-side-filter {
        display: flex;
    }

    .filter-btn-wrp {
        display: flex;
    }

    .filter-btn-desktop {
        display: none;
    }

    /*support css update 11/9/2025*/
    .ws-product-arc {
        padding-bottom: 60px;
    }

    .ws-product-details #wpgs-gallery.wcgs-woocommerce-product-gallery {
        width: 100%;
        max-width: 100% !important;
        min-width: 100% !important;
        float: none !important;
    }

    .ws-product-details div.product div.summary {
        width: 100%;
        max-width: 100% !important;
        min-width: 100% !important;
        float: none !important;
    }

    .ws-product-details #wpgs-gallery .gallery-navigation-carousel-wrapper {
        margin-top: 20px;
    }

    .woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__total {
        display: flex;
    }

    .woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__total {
        width: 30%;
    }

    .woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    .woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        display: flex;
    }

    .woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__image {
        flex-shrink: 0;
    }

    .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row {
        border-bottom: 1px solid #E9E9E9;
    }

    .woocommerce-cart table.wc-block-cart-items td {
        margin-bottom: 0;
    }

    .woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
        flex-wrap: wrap;
    }

    .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-product-name {
        color: var(--head-color);
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        font-family: var(--header-font);
        margin-bottom: 12px;
    }

    .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-product-price {
        color: var(--head-color);
    }

    /*support css update 11/9/2025*/

    /* S.Mv Css End 12-09-25 */
    .logged-in .my-acc-innr .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
        font-size: 22px;
    }

    .logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
        padding: 8px 15px;
        font-size: 16px;
    }

    .logged-in .my-acc-innr .woocommerce-MyAccount-content .u-column1.woocommerce-Address {
        margin-bottom: 20px;
    }

    #queryModel .modal-dialog {
        max-width: 660px;
    }

    /* S.Mv Css End 12-09-25 */
    /*support css update 18/2/2026*/
    .main-head .navbar-toggler {
        margin-left: 20px;
    }

    .top-right-ul .wpml-ls-legacy-dropdown {
        width: 100px;
        max-width: 100px;
    }

    .header-form-outer {
        margin-left: 0;
    }

    .main-head .header-left ul {
        padding-left: 0;
    }

    /*support css update 18/2/2026*/

    /* Support 19 feb */
    .howitbox-img {
        height: 95px;
    }

    .howitbox-title {
        font-size: 20px;
    }

    .howitbox {
        max-width: 100%;
    }
    /* selling-guide start */ 
    .circular-program-tab-wrppr li a{font-size: 15px;}
    .stp-rw{
        --bs-gutter-y: 40px;
    } 
    .readytosend-left, .readytosend-right{width: 100%;}
    /* selling-guide end */

    /* selling-with-us start */ 
    .stp2-row{--bs-gutter-y: 25px; flex-direction: column-reverse !important;}
    .stp2-repeat::before, .stp2-repeat::after{opacity: 0;}
    .stp2-repeat h3:before{font-size: 84px;}
    /* selling-with-us end */

    /* prices-earnings start */
    .price-table table tbody td, .price-table table thead th{
        padding: 10px 10px; 
    }
    .price-table table thead th:nth-child(1), .price-table table tbody td:nth-child(1){ 
        padding-left: 20px;
    }
    .price-table table tbody td img{width: 24px;}
    .left-right-row.row { 
        --bs-gutter-y: 30px;
    }
    /* prices-earnings end */

    /* accepted-refused-items end */
    .cmn-item-box{padding: 15px;}
    .cmn-item-img{margin-bottom: 15px;}
    .cmn-item-content h3{font-size: 18px;}
    .cmn-item-content p strong{font-size: 15px;}
    .cmn-item-slider-outer .cmn-arrow-row{
        text-align: center;
        margin-top: 30px;
    }
    .cmn-item-slider-outer .cmn-arw-icon{
        position: static; 
        transform: none;
        margin: 0 3px 0 3px;
    }
    .tabs-outer .nav-tabs .nav-link{font-size: 15px;}
    .tab-col-left, .tab-col-right{width: 100%;}
    .tabs-outer .tab-content>.tab-pane{padding: 20px 0 0;}
    .tabs-outer .tab-content>.tab-pane:not(.show){
        display: none;
    }
    /* accepted-refused-items end */

    /* circular-program start */
    .why-sell-sec .row{
        --bs-gutter-y: 30px;
    }
    .closet-img-col, .closet-content-col{
        width: 100%;
    }
    .closet-content-wrppr{
        padding: 40px 0 0;
    }
    .closet-cards .cmn-brdr-btn {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }
    /* circular-program end */
}

@media (max-width: 767px) {

    /* 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;
    }

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

    .banner-inr {
        min-height: 450px;
        max-width: inherit;
    }

    .kako-value-list li {
        width: 100%;
        justify-content: flex-start;
    }

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

    .arrival-img-part {
        padding-top: 120%;
    }

    .circular-program-list li::before {
        right: calc(100% + 20px);
        width: 100px;
    }

    .trends-row .trends-card-col {
        width: 100%;
    }

    .weekly-left-col {
        width: 20%;
    }

    .weekly-right-col {
        width: 80%;
    }

    .row.weekly-row {
        --bs-gutter-y: 30px;
    }

    .weekly-left-wrp {
        margin-left: calc(((100vw - 510px) /2) *-1);
    }

    .weekly-right-wrp {
        padding-left: 0;
    }

    .used-inr {
        flex-direction: column;
    }

    .used-img {
        margin: 0 0 20px 0;
    }

    .used-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row.blog-row>* {
        width: 100%;
    }

    .navbar-brand {
        width: 100px;
    }

    .top-right-ul {
        margin: 0 9px;
    }

    .top-right-ul li a {
        width: 16px;
        height: 16px;
    }

    .search-button-open {
        width: 30px;
        height: 30px;
    }

    .search-button-open img {
        max-width: 15px;
    }

    .header-form-outer {
        margin-left: 0;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 20px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }

    .header-left ul li a {
        width: 50px;
        height: 50px;
    }

    .header-left ul {
        padding-left: 0;
    }

    .top-right-ul select {
        height: inherit;
    }

    .banner-slider-outer {
        padding-top: 50px;
    }

    .banner-sec {
        padding-top: 50px;
    }

    .inner-banner-sec {
        margin-top: 50px;
    }

    .each-faq-wrp li {
        margin-bottom: 10px;
    }

    .each-faq-wrp {
        margin-bottom: 20px;
    }

    .pop-form-outer label span {
        font-size: 16px;
    }

    .product-filter-wrap select,
    .filter-btn,
    .filter-mobile {
        font-size: 14px;
        padding: 0 15px;
        padding-right: 30px;
        background-position: right 15px center;
        min-width: 110px;
    }

    .product-row>* {
        width: 50%;
    }

    .pagination li a {
        width: 40px;
        height: 40px;
        min-width: inherit;
    }

    .inner-banner-img img {
        object-position: 80% top;
    }

    .breadcrumb-item.active,
    .breadcrumb-item+.breadcrumb-item::before,
    .breadcrumb li {
        font-size: 16px;
    }

    .each-faq-wrp h3 {
        margin-bottom: 12px;
    }

    /*support css update 11/9/2025*/
    .woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .woocommerce-cart .wc-block-cart table.wc-block-cart-items td {
        margin-bottom: 10px;
    }

    .woocommerce-checkout .wc-block-checkout__terms {
        margin-bottom: 20px;
    }

    .woocommerce-wishlist ul.wishlist_table.shop_table {
        padding-left: 0;
    }

    .woocommerce-wishlist .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,
    .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist {
        text-align: left;
    }

    .wishlist_table.mobile .product-remove {
        text-align: left;
    }

    .woocommerce-wishlist .wishlist_table.mobile .product-remove .remove_from_wishlist {
        width: 35px;
        height: 35px;
        background-color: #980000;
        color: var(--white-color);
        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-radius: 5px;
    }

    .woocommerce-wishlist .wishlist_table.mobile li {
        padding: 5px 0;
    }

    .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .product-thumbnail {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .woocommerce-wishlist .wishlist_table.mobile li:not(:last-child) {
        border-bottom: 1px solid #f6f6f6;
    }

    .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .product-thumbnail a {
        width: 90px;
        height: 90px;
        max-width: 90px;
        display: inline-block;
        border: 1px solid #f6f6f6;
        padding: 5px;
        border-radius: 5px;
    }

    .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .product-thumbnail a>img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        border-radius: 5px;
    }

    .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .item-details {
        width: calc(100% - 90px);
    }

    /*support css update 11/9/2025*/

    /* S.Mv Css Start 12-09-25 */
    .ws-product-details {
        padding-top: 90px;
    }

    #queryModel .modal-dialog {
        max-width: 520px;
    }

    /* S.Mv Css End 12-09-25 */
    /*support css update 18/2/2026*/
    .main-head .navbar {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .header-right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
    }

    .main-head .header-inr-wrp {
        margin-right: 0;
    }

    .navbar-brand {
        width: 130px;
    }

    /*support css update 18/2/2026*/

    /* selling-guide start */
    .circular-program-tab-wrppr ul{flex-wrap: wrap;justify-content: flex-start;}
    .circular-program-tab-wrppr li{
        padding: 5px 10px;
    }
    .stp-sec-repeat {
        margin-bottom: 60px;
    }
    /* selling-guide end */

    /* accepted-refused-items start */
    .tabs-outer .nav-tabs{flex-wrap: wrap;gap: 5px;}
    .cmn-item-row .cmn-item{width: 100%;}
    /* accepted-refused-items end */

    /* circular-program start */
    .closet-content-rw { 
        --bs-gutter-y: 15px;
    }
    .closet-content-wrppr {
        padding: 20px 0 0;
    }
    /* circular-program end */

}

@media (max-width: 575px) {

    .header-inr-wrp {
        flex-direction: column;
        margin: 0 auto;
    }

    .header-right {
        margin: 0;
        order: 1;
    }

    .header-left {
        /* order: 2; */
        width: 100%;
    }

    .header-left ul {
        width: 100%;
    }

    .header-left ul li {
        width: 50%;
    }

    .header-left ul li a {
        width: 100%;
        height: 40px;
    }

    .banner-slider-outer,
    .banner-sec {
        padding-top: 82px;
    }

    .banner-inr {
        min-height: 400px;
    }

    .cmn-btn {
        padding: 10px;
    }

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

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

    .each-essential-inr {
        padding: 10px;
    }

    .next-btn {
        right: 0;
    }

    .previous-btn {
        left: 0;
    }

    .circular-program-list li::before {
        width: 80px;
    }

    .weekly-left-col {
        width: 100%;
        order: 2;
    }

    .weekly-right-col {
        width: 100%;
        order: 1;
    }

    .slider-progress {
        width: 100%;
    }

    .weekly-slider-btn {
        justify-content: center;
        margin: 0;
    }

    .weekly-left-wrp {
        margin-left: 0;
        max-height: 400px;
        border-radius: 0;
    }

    .row.used-row>* {
        width: 100%;
    }

    .used-inr {
        flex-direction: row;
    }

    .used-img {
        margin: 0 10px 0 0;
    }

    .used-text {
        text-align: left;
        align-items: flex-start;
    }

    .row.trends-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 30px;
    }

    .navbar-brand {
        width: 130px;
    }

    .each-faq-check {
        flex-direction: column;
        align-items: flex-start;
    }

    .each-faq-check h3 {
        margin: 0 0 10px 0;
    }

    .product-filter-wrap select,
    .filter-btn,
    .filter-mobile {
        min-width: inherit;
    }

    .product-filter-wrap .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .sidebar-left {
        width: 300px;
    }

    .close-side-filter {
        width: 40px;
        height: 40px;
    }

    /* S.Mv Css Start 12-09-25 */
    #queryModel .modal-dialog {
        max-width: 400px;
        margin: 0 auto;
    }

    #queryModel .modal-title {
        font-size: 28px;
    }

    #queryModel .modal-body {
        padding: 20px 20px 35px;
    }

    .wishlist_table.mobile li {
        display: flex;
        flex-wrap: wrap;
    }

    .wishlist_table.mobile li .item-wrapper {
        width: 60%;
    }

    .wishlist_table.mobile li .additional-info-wrapper {
        width: 40%;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .wishlist_table.mobile li .product-remove {
        display: flex;
        justify-content: right;
    }

    /* S.Mv Css End 12-09-25 */

}

@media (max-width: 479px) {

    /* Footer Start */
    .fbox3 ul li {
        width: 100%;
    }

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

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

    .kako-value-list li span {
        width: 30px;
        height: 30px;
    }

    .values-btn-wrp {
        margin-top: 30px;
    }

    body {
        font-size: 14px;
    }

    .banner-inr {
        min-height: 380px;
        padding-right: 40px;
    }

    /* .arrival-img-part {
        padding-top: 80%;
    } */

    .circular-program-list {
        flex-direction: row;
    }

    .circular-program-list li::before {
        display: none;
    }

    .circular-program-list li {
        margin-bottom: 20px;
    }

    .circular-program-list>*:last-child {
        margin-bottom: 0;
    }

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

    .section-head {
        margin-bottom: 20px;
    }

    .brands-love-sec-head {
        flex-direction: column;
    }

    .brand-love-sec {
        position: relative;
        padding-bottom: 80px;
    }

    .love-btn-outer {
        position: absolute;
        left: 50%;
        bottom: 20px;
        margin-left: 0;
        transform: translateX(-50%);
    }

    .weekly-slider-btn {
        position: static;
        transform: none;
    }

    /* Footer End */
    .navbar {
        padding-top: 40px;
    }

    .header-right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        justify-content: flex-end;
    }

    .inner-banner-sec {
        margin-top: 90px;
    }

    .inner-banner-text {
        min-height: 160px;
    }

    .inner-banner-text h1 {
        margin-bottom: 10px;
    }

    .each-essential-inr {
        min-height: 360px;
    }

    .header-inr-wrp {
        margin-left: auto;
        margin-right: 0;
    }

    .popup-inr {
        padding: 20px;
    }

    .popup-outer {
        padding: 20px;
    }

    .close-popup {
        width: 40px;
        height: 40px;
    }

    .pop-form-outer label input[type="submit"] {
        width: 100%;
    }

    .header-form-outer input {
        width: 200px;
        right: 50%;
        transform: translate(-50%, -10%);
    }

    .arrival--slider-outer .cmn-slider-btn {
        top: 40%;
    }

    /*support css update 11/9/2025*/
    .ws-product-arc {
        padding-bottom: 40px;
    }

    .woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-cart table.wc-block-cart-items td {
        width: 100%;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
        flex-wrap: wrap;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
        font-size: 15px;
    }

    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
        text-align: left;
        margin-left: 0;
    }

    /*support css update 11/9/2025*/


    /* S.Mv Css Start 12-09-25 */
    .ws-product-details .breadcrumb .breadcrumb-item {
        font-size: 13px;
    }

    .ws-product-details {
        padding-top: 120px;
    }

    .logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .logged-in .my-acc-innr .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
        margin: 20px 0 0;
    }

    .logged-in .my-acc-innr .woocommerce-MyAccount-content .form-row.form-row-first,
    .logged-in .my-acc-innr .woocommerce-MyAccount-content .form-row.form-row-last {
        width: 100%;
    }

    #queryModel .modal-dialog {
        max-width: 280px;
    }

    #queryModel .modal-title {
        font-size: 24px;
    }

    #queryModel .btn-close {
        top: -6px;
        right: -4px;
        width: 39px;
        height: 39px;
    }

    #queryModel .gform_wrapper .gform_fields {
        row-gap: 10px;
    }

    #queryModel .gform_wrapper label {
        font-size: 16px;
    }


    /* S.Mv Css End 12-09-25 */
    /* 4.2.26 */
    .ftr-middle ul.payment-inner {
        margin: 0px -5px;
    }

    .ftr-middle ul.payment-inner li {
        padding: 0px 5px 20px;
    }

    .ftr-middle ul.termsmenu {
        margin: 0px -5px;
    }

    .ftr-middle ul.termsmenu li {
        padding: 0px 5px;
    }

    .ftr-middle ul.termsmenu li {
        width: 100%;
    }

    .ftr-middle ul.payment-inner {
        justify-content: left;
    }

    .ftr-middle {
        padding-bottom: 20px;
    }

    .ftr-middle ul.payment-inner li img {
        max-width: 300px;
    }

    .image_and_like {
        width: 100%;
        max-width: 100%;
    }

    /* 4.2.26 */
    .howitbox-img {
        height: 75px;
        margin-bottom: 20px;
    }
     /* selling-guide start */
    .readytosend-btn-outer .cmn-btn{width: 100%;}
    section.faq-sec.cmn-gap.circuler-menu {
        padding: 60px 0 0 0;
    }
    /* selling-guide end */ 
     /* prices-earnings start */
    .price-table table tbody td, .price-table table thead th { 
        font-size: 3.2vw;
    }   
    .price-table table tbody td img {
        width: 6vw;
        margin-right: 3vw;
    }
    .price-table table thead th:nth-child(1), .price-table table tbody td:nth-child(1) {
        padding-left: 15px;
    }
    /* prices-earnings end */
}

@media(max-width: 380px) {
    .values-btn-wrp>* {
        width: 100%;
        text-align: center;
    }

    .banner-btn-wrp>* {
        text-align: center;
        width: 100%;
    }

    .banner-btn-wrp {
        width: 100%;
    }

    .exploere-btn-outer>* {
        width: 100%;
        text-align: center;
    }

    .mission-btn-wrp {
        width: 100%;
    }

    .mission-btn-wrp>* {
        width: 100%;
        text-align: center;
    }

    .used-img {
        max-width: 100px;
    }

    .blog-text-part h3,
    .trends-text-part h3,
    .each-brand-slider-inr h3 {
        font-size: 16px;
    }

    .weekly-left-wrp {
        max-height: 350px;
    }

    .cmn-slider-btn {
        width: 35px;
        height: 35px;
    }

    .arrival--slider-outer .cmn-slider-btn {
        top: 130px;
    }

    .product-row>* {
        width: 100%;
    }

    .arrival--slider-outer .cmn-slider-btn {
        top: 35%;
    }

    /* S.Mv Css Start 12-09-25*/
    .wishlist_table.mobile li .item-wrapper {
        width: 100%;
    }

    .wishlist_table.mobile li .additional-info-wrapper {
        width: 100%;
        padding: 10px 0 0;
        align-items: flex-start;
    }

    .image_and_like {
        width: 100%;
        max-width: 100%;
    }

    /* S.Mv Css End 12-09-25*/
    /*support css update 18/2/2026*/
    .top-right-ul .wpml-ls-legacy-dropdown {
        width: 100px;
        max-width: 100px;
    }

    /*support css update 18/2/2026*/
   
}

@media(max-width: 359px) {

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

    .pagination li a {
        width: 30px;
        height: 30px;
        padding: 7px;
    }

    .image_and_like {
        width: 100%;
        max-width: 100%;
    }
}