body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus,
.btn:focus,
.btn.focus {
    outline: none !important;
    text-decoration: none;
    box-shadow: none !important;
}

:root {
    --bgLighyColor: #FFF3D1;
    --yellowColor: #FFBB29;
    --darkColor: #1E1E1E;
}

::selection {
    background-color: #FFBB29;
    color: #1E1E1E;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: "Rubik", sans-serif;
}


img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none !important;
}


ul,
ol {
    padding: 0;
}
body {
}
.mobileVisible {
    display: none !important;
}


@media only screen and (min-width: 1550px ) {
    .container {
        max-width: 1320px;
    }
}

/****************/
.customHeader {
    display: inline-block;
    width: 100%;
    background: #fff;
}
.customHeader .navbar {
    padding: 15px 0;
}
.customHeader .navbar-brand {
    padding: 0;
    max-width: 160px;
}
.customHeader .form-inline {
    display: inline-block;
    border: 1px solid #E0E0E0;
    border-radius: 25px;
}
.customHeader .form-inline .form-control {
    background-color: transparent;
    border: none !important;
    background-image: url(../imagesv1/search-icon.svg);
    background-repeat:  no-repeat;
    background-position: 20px center;
    border-radius: 25px 0 0 25px;
    padding-left: 50px;
    min-width: 400px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none !important;
}
.formSearchBtn {
    background-color: var(--yellowColor);
    color: var(--darkColor);
    font-size: 14px;
    font-weight: 500;
    border: none !important;
    padding: 15px 24px;
    border-radius: 0 25px 25px 0;
}
.headerIconDiv {
    display: inline-flex;
    align-items: center;
}
.headerIconDiv li {
    display: inline-flex;
    margin: 0 16px;
    position: relative;
}
.headerIconDiv li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background: #E0E0E0;
    top: 5px;
    right: -50%;
    transform: translateX(-50%);
}
.headerIconDiv li:last-child::after {
    display: none;
}
.headerIconDiv li a {
    display: inline-block;
}
.headerIconDiv li a img {
    display: inline-block;
}
.userOption{
    width: 28px;
    height: 28px;
}
.heartOption{
    width: 32px;
    height: 32px;
}
.headerIconDiv li .cartOption {
    width: 138px;
    position: relative;
    padding-left: 40px;
}
.cartOption img {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
}
.cartOption small {
    position: absolute;
    top: -5px;
    left: 15px;
    background: var(--yellowColor);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 500;
    border: 2px solid #fff;
}
.cartOption span {
    font-size: 12px;
    color: #5C5C5C;
    float: left;
}
.cartOption strong {
    font-size: 14px;
    color: var(--darkColor);
    font-weight: 500;
    float: left;
}



/******************/
.botomMenuBar {
    display: inline-block;
    width: 100%;
    background: #F7F7F7;
}
.botomMenuInnerDiv {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.botomMenuInnerDiv .navbar-nav {
    display: inline-flex;
    flex: 1;
    padding: 0;
    flex-direction: row;
}
.botomMenuInnerDiv .navbar-nav li {
    margin-right: 12px;
}
.botomMenuInnerDiv .navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--darkColor);
    padding: 18px 15px;
}
.botomMenuInnerDiv .navbar-nav .nav-item > a:hover,
.botomMenuInnerDiv .navbar-nav .active > a {
    color: var(--yellowColor) !important;
}
.botomMenuInnerDiv .navbar-nav li.show a {
    background: #fff;
}
.botomMenuInnerDiv .dropdown-menu {
    width: 300px;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px;
}
.botomMenuInnerDiv .dropdown-menu a {
    padding: 10px 15px !important;
    font-weight: 400 !important;
}
.botomMenuInnerDiv .dropdown-menu a:hover {
    background: #f7f7f7 !important;
}
.callButton {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--darkColor) !important;
}
.callButton img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}





/*****************************/
.bannerSlider {
    display: inline-block;
    width: 100%;
    position: relative;
}
.bannerSlider .item {
    padding-top: 150px;
    padding-bottom: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerContent {
    display: inline-block;
    width: 100%;
    max-width: 600px;
}
.bannerSlider .item h2 {
    font-size: 72px;
    display: inline-block;
    width: 100%;
    line-height: 110%;
}
.bannerSlider .item p {
    font-size: 32px;
    display: inline-block;
    width: 100%;
    padding-right: 100px;
    line-height: 120%;
}
.bannerBtn {
    display: inline-flex;
    padding: 15px 68px 15px 28px;
    background-color: var(--yellowColor);
    border-radius: 40px;
    color: #fff !important;
    position: relative;
    margin-top: 20px;
}
.bannerBtn img {
    width: 16px !important;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.bannerSlider .owl-nav {
    display: none !important;
}
.bannerSlider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 90px;
    left: 0;
}
.bannerSlider .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #5C5C5C !important;
    margin: 0 5px;
    border-radius: 5px;
}
.bannerSlider .owl-dot.active {
    width: 16px;
    background: var(--darkColor) !important;
}




/******************************/
.bannerOption {
    display: inline-block;
    width: 100%;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    top: -10px;
}
.bannerOption .container {
    max-width: 1400px;
}
.bannerOptionInnerDiv {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    gap: 52px;
    padding: 45px 52px;
    box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
}
.singleOption {
    display: inline-flex;
    padding-top: 10px;
    width: 100%;
    position: relative;
    align-items: center;
}
.optionImage {
    width: 60px;
}
.optioncontent {
    display: inline-block;
    flex: 1;
}
.bannerOptionInnerDiv h2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.bannerOptionInnerDiv p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}



/***************************************/
.productSliderSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}
.productSliderSec h4 {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.mainHeading {
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    background-image: url(../imagesv1/heading-line.svg);
    background-repeat: no-repeat;
    background-size: 72px 4px;
    background-position: left bottom;
    margin-bottom: 40px;
}
.mainHeading h2 {
    display: inline-block;
    width: 100%;
    font-size: 48px;
    line-height: 50px;
    color: var(--darkColor);
    margin-bottom: 0px;
}
.mainHeading p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: var(--darkColor);
}

.productSlider {
    display: inline-block;
    width: 100%;
    position: relative;
}
.productSlider h6 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #5C5C5C;
    max-width: 200px;
}
.productSlider h5 {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: #1e1e1e;
}
.productSlider .owl-item {
    padding: 10px
}
.productSlider .item {
    display: inline-block;
    width: 100%;
}
.productImage {
    display: inline-flex;
    justify-content: center;
    background: #F7F7F7;
    align-items: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 15px;
    border: 1px solid transparent;
    margin-bottom: 25px;
    position: relative;
}
.productImage img{
   width: 100%;
   height: 100%;
   max-height: 305px;
   object-fit: contain;
   border-radius: 15px;
}

.productImage a.fpi {
    height: 100%;
    width: 100%;
}

.productContent {
    padding-left: 10px;
}
.productContent h2 {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.productContent p {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.productSlider .item:hover .productImage {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid var(--yellowColor);
}
.productSlider .item:hover p span,
.productSlider .item:hover h2 span {
    border-bottom: 1px solid var(--yellowColor);
}
.productSlider .owl-nav {
    display: inline-flex !important;
    justify-content: space-between;
    height: 1px;
    width: calc(100% + 120px);
    position: absolute;
    top: 40%;
    left: -60px;
}
.productSlider .owl-nav button {
    display: inline-block;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.productSlider .owl-nav button span {
    opacity: 0;
}
.productSlider .owl-nav button.owl-prev {
    background-image: url(../imagesv1/slider-arrow-left.svg);
}
.productSlider .owl-nav button.owl-next {
    background-image: url(../imagesv1/slider-arrow-right.svg);
}
.productSlider .owl-dots {
    display: none !important;
}




/*********************************/
.similerProductSec {
    display: inline-block;
    width: 100%;
}
.headingWithBtn {
    padding-right: 120px;
    position: relative;
}
.headingBtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--darkColor);
}
.headingBtn img {
    width: 15px;
    margin-left: 10px;
}
.similerProductDiv {
    display: inline-flex;
    width: 100%;
    gap: 25px;
}
.singleSimilerProduct {
    display: inline-block;
    width: calc(100% / 4);
}
.singleSimilerProduct h3 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #5C5C5C;
    max-width: 200px;
}
.singleSimilerProduct h4 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: var(--darkColor);
}
.singleSimilerProduct h4 del {
    width: 100%;
    font-size: 15px;
    line-height: 100%;
    font-weight: 400;
    color: #999999;
    padding-left: 6px;
}
.heartIconBtn {
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
.singleSimilerProduct:hover .heartIconBtn {
    display: inline-block;
}
.heartIconBtn.active img[alt="heart"] {
    display: none !important;
}
.heartIconBtn.active img[alt="fieldheart"] {
    display: inline-block !important;
}

.singleSimilerProduct:hover .productImage {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid var(--yellowColor);
}




/***********************/
.yellowBgSec {
    display: inline-block;
    width: 100%;
    padding: 70px 0;
}
.yellowInnerDiv {
    display: inline-flex;
    width: 100%;
    padding: 0 30px;
    align-items: center;
    background: var(--yellowColor);
    border-radius: 15px;
}
.yellowInnerDiv > img {
    width: 60%;
    display: inline-block;
}
.yellowDivContent {
    display: inline-block;
    width: 40%;
}
.yellowDivContent h2 {
    display: inline-block;
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    color: var(--darkColor);
    padding-right: 15%;
}
.yellowDivContent p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #5C5C5C;
}
.yellowDivContent .bannerBtn {
    background: var(--darkColor);
    color: var(--yellowColor) !important;
}
.yellowDivContent .bannerBtn img {
    margin-left: 5px !important;
}

.padding70TB {
    padding: 70px 0;
}

/***********************************/
.reviewSec {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    padding: 100px 0;
}
.reviewSlider {
    display: inline-block;
    width: 100%;
}
.reviewSlider .owl-item {
    padding: 10px;
}
.reviewSlider .item {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    /* min-height: 279px; */
}
.reviewSlider .item > img {
    width: 32px;
    display: inline-block;
    margin-bottom: 10px;
}
.reviewSlider .item p {
    font-weight: 400;
    font-size: 16px;
    color: #5C5C5C;
    line-height: 150%;
    min-height: 100px;
    word-break: break-word;
}
.ratingDiv {
    display: inline-block;
    width: 100%;
    justify-content: space-between;
    padding-right: 100px;
    position: relative;
}
.ratingDiv h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--darkColor);
    margin-bottom: 0px;
}
.ratingDiv span {
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
}
.ratingDiv ul {
    display: inline-flex;
    width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    gap: 5px
}
.ratingDiv ul li {
    font-size: 12px;
    color: var(--yellowColor);
}
.reviewSlider .owl-nav {
    display: inline-block !important;
    justify-content: space-between;
    height: 1px;
    position: absolute;
    top: -87px;
    right: 0;
}
.reviewSlider .owl-nav button {
    display: inline-block;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.reviewSlider .owl-nav button span {
    opacity: 0;
}
.reviewSlider .owl-nav button.owl-prev {
    background-image: url(../imagesv1/slider-arrow-left.svg);
}
.reviewSlider .owl-nav button.owl-next {
    background-image: url(../imagesv1/slider-arrow-right.svg);
}
.reviewSlider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.reviewSlider .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #5C5C5C !important;
    margin: 0 5px;
    border-radius: 5px;
}
.reviewSlider .owl-dot.active {
    width: 16px;
    background: var(--darkColor) !important;
}




/**********************************/
.faqSec {
    display: inline-block;
    width: 100%;
    padding: 70px 0;
}
.faqSec .accordion .card-header {
    cursor: pointer;
    padding-right: 40px;
    padding: 20px;
    border-radius: 0;
    border: none;
    font-size: 32px;
    font-weight: 400;
}
.faqSec .accordion .card-header::after {
    content: ""; /* Down arrow */
    position: absolute;
    right: 35px;
    bottom: 25px;
    width: 14px;
    height: 17px;
    background-image: url(../imagesv1/arrow-top.svg);
    background-repeat: no-repeat;
    background-size: 17px 14px;
    font-size: 20px;
    transition: transform 0.3s ease;
}
.faqSec .accordion .card-header.collapsed::after {
    transform: rotate(180deg);
}
.faqSec .card {
    border: none;
    border-radius: 15px !important;
    margin-bottom: 15px;
    overflow: hidden;
}
.faqSec .card-header {
    background-color: #f7f7f7;
    border-radius: 12px;
}
.faqSec .card-body {
    background-color: #f7f7f7;
    padding-top: 0px;
}
.faqSec .card-body p {
    display: inline-block;
    width: 100%;
    max-width: 875px;
    margin: 0;
    font-size: 16px;
}


/******************************/
.subscribeSec {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #FFF3D1;
}
.subscribeSec h2 {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    margin-bottom: 5px;
}
.subscribeSec p {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 150%;
    margin: 0;
}
.subscriptionDiv {
    display: inline-flex;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E0E0E0;
}
.subscriptionDiv input {
    background-color: transparent;
    border: none !important;
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    padding: 12px 25px;
    height: auto;
    font-weight: 400;
    box-shadow: none !important;
}
.customBtn {
    background-color: var(--yellowColor);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none !important;
    padding: 12px 30px;
    border-radius: 25px;
    white-space: nowrap;
}
.darkButton {
    background: #1E1E1E;
    color: #fff;
}


.customFooter {
    display: inline-block;
    width: 100%;
    background: var(--darkColor);
    padding-top: 50px;
}
.customFooter h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.customFooter ul.linkWithImg {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.customFooter ul.linkWithImg li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.customFooter ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.customFooter ul li a img {
    margin-right: 10px;
}

.customFooter p {
    display: inline-block;
    width: 100%;
    color: #808080;
    font-size: 14px;
}
.customFooter p a {
    padding-bottom: 5px;
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid var(--yellowColor);
    /* margin: 0 15px; */
    margin-bottom: 9px;
}
.socualLinks {
    display: inline-flex;
    width: 100%;
    margin-top: 5px;
}
.footerLinks {
    display: inline-flex;
    width: 100%;
    justify-content: end;
}
.footerLinksInnerDiv {
    display: inline-block;
    width: 33%;
    padding-top: 25px;
}
.footerLinksInnerDiv ul {
    display: inline-block;
    width: 100%;
}
.footerLinksInnerDiv ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
}
.footerLinksInnerDiv ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #E0E0E0;
    font-weight: 400;
}


.bottomFooter {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #313131;
    margin-top: 35px;
}
.bottomFooter p {
    margin-bottom: 0;
    font-size: 14px;
    color: #E0E0E0;
    font-weight: 400;
}

.searchBtnMob,
.menuBtnMob {
    display: none;
}

.headerNavigation {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0;
}
.innerNavigation {
    display: inline-flex;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}
.innerNavigation li {
    display: inline-block;
    padding-right: 40px;
    position: relative;
}
.innerNavigation li:last-child {
    padding-right: 0 !important;
}
.innerNavigation li::after {
    content: "";
    width: 8px;
    height: 10px;
    display: inline-block;
    background-image: url(../imagesv1/arrow-right.svg);
    background-position: center;
    background-size: 8px 10px;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.innerNavigation li:last-child:after {
    display: none;
}
.innerNavigation li img {
    width: 24px;
    height: 24px;
}
.innerNavigation li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1E1E;
}
.innerNavigation li a.active {
    color: #E6A500;
}



/********************************/
.productSec {
    display: inline-block;
    width: 100%;
}
.productDiscriptionDiv {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.productSec p {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
    color: #5C5C5C;
}



.filterBtn {
    background: #FFBB29;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    border-radius: 50px;
    color: #1E1E1E;
    margin-bottom: 25px;
}
.filterBtn img {
    width: 20px;
    margin-left: 10px;
}
.productSec .accordion .card,
.productSec .accordion .card {
    display: inline-block;
    width: 100%;
    border: none !important;
    padding: 0 !important;
}
.productSec .accordion .card .card-header {
    display: inline-block;
    width: 80%;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}
.productSec .accordion .card .card-header button {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    color: #1E1E1E;
    padding: 10px 0 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
}
.popupSelectDiv {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    color: #1E1E1E;
    padding: 10px 0 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
}
.popupSelectDiv select {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-flex;
    color: #1E1E1E;
    border: none !important;
    margin-left: 20px;
    padding-right: 20px;
}
.productSec .accordion .card-body {
    padding: 0px;
}
.customPriceSlider {
    padding: 10px 10px;
}
.customPriceSlider .ui-slider {
    background-color: #E0E0E0 !important;
    border: none !important;
    border-radius: 5px;
    height: 6px;
}
.customPriceSlider .ui-slider .ui-slider-handle.ui-state-active,
.customPriceSlider .ui-slider .ui-slider-handle.ui-state-focus,
.customPriceSlider .ui-slider .ui-slider-handle.ui-state-hover,
    .customPriceSlider .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    background: #fff !important;
    border: 2px solid #FFBB29 !important;
    border-radius: 15px !important;
    top: -6px !important;
}
.customPriceSlider .ui-slider-horizontal .ui-slider-range {
    background: #FFBB29 !important;
}
.priceAmountTxt {
    padding: 0px !important;
    border: none !important;
    background: transparent !important;
    margin-top: 10px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000;
    box-shadow: none !important;
}



.color-option {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    cursor: pointer;
    border: 2px solid #ccc;
    position: relative;
}
.color-option input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.color-option input:checked ~ img {
    opacity: 1;
}
.color-option img {
    width: 20px;
    opacity: 0;
}
.whiteCOP {
    background-color: #FFFFFF;
    border-color: #E5E5E5;
}
.orangeCOP {
    background-color: #FF8E1C;
    border-color: #D97B1D;
}
.yellowCOP {
    background-color: #FFC815;
    border-color: #D9AA0F;
}
.greenCOP {
    background-color: #29B901;
    border-color: #229103;
}
.blueCOP {
    background-color: #008DD9;
    border-color: #007ABB;
}
.purpleCOP {
    background-color: #8D4AFF;
    border-color: #6732C3;
}
.pinkCOP {
    background-color: #FF6ED6;
    border-color: #C854A7;
}
.redCOP  {
    background-color: #FF3E4A;
    border-color: #C22731;
}
.blackCOP {
    background-color: #1F1F1F;
    border-color: #1F1F1F;
}
.burlywoodCOP {
    background-color: #D3A15F;
    border-color: #C49353;
}


.customFormCheck {
    display: inline-flex;
    width: 100%;
    position: relative;
    padding: 0px;
    gap: 10px;
    margin: 10px 0;
}
.customFormCheck input {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0px;
    z-index: 1;
    cursor: pointer;
}
.customFormCheck span {
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #E0E0E0;
    position: relative;
}
.selectedColorVariant {
    background-image: url(../imagesv1/whiteTick.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.customFormCheck span::after {
    content: "";
    position: absolute;
    background-image: url(../imagesv1/whiteTick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 14px;
    transform: translate(-50%, -50%);
    width: 12px;
    opacity: 0;
    height: 11px;
}
.withYellowCHeck .customFormCheck span::after {
    background-image: url(../imagesv1/yellowTick.svg);
}
.customFormCheck input:checked ~ span {
    background: #FFBB29 !important;
    border: 1px solid #FFBB29 !important;
}
.customFormCheck input:checked ~ span::after {
    opacity: 1;
}
.customFormCheck label {
    flex: 1;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
}

.customAddImg {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.filterProductList {
    display: inline-block;
    width: 100%;
}
.filterProductList h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    color: #1E1E1E;
    padding: 10px 0 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
}
.filterProductList .singleSimilerProduct {
    width: 100%;
    display: inline-flex;
    margin-bottom: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 10px;
}
.filterProductList .productImage {
    width: 100px;
    margin: 0px;
    padding: 5px;

}
.filterProductList .productImage img{
   max-height: 103px;
}
.filterProductList .productContent {
    flex: 1;
}
.filterProductList .singleSimilerProduct h3 {
    font-size: 14px;
}
.filterProductList .singleSimilerProduct h4 {
    font-size: 16px;
    font-weight: 500;
}
.filterProductList .singleSimilerProduct h4 del {
    color: #999999;
    font-weight: 500;
}
.filterProductList .singleSimilerProduct:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid var(--yellowColor);
}
.singleSimilerProduct:hover .productImage {
    box-shadow: none;
    border: 1px solid transparent;
}
.accordion .card-header .btn {
    width: 100%;
    text-align: left;
    position: relative;
}

.accordion .card-header .btn::after {
    content: "";
    width: 12px;
    height: 15px;
    background-image: url(../imagesv1/arrow-right.svg);
    background-position: center;
    background-size: 12px 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
}
.reset-filter-btn{
    display: none;
}
.accordion .card-header .btn-filter[aria-expanded="true"] .reset-filter-btn {
    display: block;
    content: "";
    width: 12px;
    height: 15px;
    position: absolute;
    right: 10px;
    color: rgb(239 68 68);
    top: 22px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
}
.accordion .card-header .btn-filter .filter-arrow {
    content: "";
    width: 12px;
    height: 15px;
    background-image: url(../imagesv1/arrow-right.svg);
    background-position: center;
    background-size: 12px 15px;
    position: absolute;
    right: 15px;
    top: 24px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s;
}
.accordion .card-header .btn-filter font { float: left; }
.accordion .card-header .btn-filter{ text-align: left; }
.accordion .card-header .btn-filter:not(.collapsed) .filter-arrow {
    transform: translateY(-50%) rotate(270deg);
    right: 40px;
}

.accordion .card-header .btn[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(270deg);
}

.collapse.show .hr-desktop {
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}
.accordion > .card:last-of-type + .hr-desktop {
    display: none; /* Don't show after the last card */
}

.productPageProducts {
    flex-wrap: wrap;
}
.productPageProducts .singleSimilerProduct {
    width: calc(100% / 3 - 17px);
}




.innerBannerOption {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.innerBannerOption .bannerOptionInnerDiv {
    background: #F7F7F7;
    border: 1px solid #E0E0E0
}


.productFilter {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.productFilter h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5C5C5C;
    display: inline-flex;
    align-items: center;
}
.productFilter select {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 10px 20px;
    padding-right: 35px;
    border-radius: 50px;
    color: #1E1E1E;
    border: 1px solid #E6E6E6;
    margin-left: 10px;
    background-image: url(../imagesv1/angle-down.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.productFilter select::-ms-expand {
    display: none;
}
.productFilter p {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1A1A1A;
}

.customNavigationDiv {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.customNavigationDiv .pagination {
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.customNavigationDiv .pagination li {
    display: inline-block;
}
.customNavigationDiv .pagination li a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    justify-content: center;
    align-items: center;
    border: none !important;
    color: #666666;
}
.customNavigationDiv .pagination li a[aria-label="Previous"] {
    background: #E0E0E0;
    color: #fff;
}
.customNavigationDiv .pagination li a.active {
    background: #FFBB29;
    color: #fff;
}
.customNavigationDiv .pagination li a[aria-label="Next"] {
    border: 1px solid #E0E0E0 !important;
}

.simpleTextDiv {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.simpleTextDiv h5 {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1A1A1A;
    margin-bottom: 15px;
}
.simpleTextDiv p {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
    color: #5C5C5C;
}
.simpleTextDiv ul {
    display: inline-block;
    width: 100%;
}
.simpleTextDiv ul li {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
    color: #5C5C5C;
    padding-left: 28px;
    position: relative;
}
.simpleTextDiv ul li::after {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 5px;
    background: #5C5C5C;
    position: absolute;
    top: 11px;
    left: 10px;
}






/***********/
.cartSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.cartSec h2 {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 25px;
}
.customTable td,
.customTable tr,
.customTable {
    vertical-align: middle;
}
.customTable {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.customTable td, .customTable th {
    border: 1px solid #E0E0E0 !important;
}
.customTable th {
    border-top: none  !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
}
.customTable table {
    border: none !important
}
.tableBottemBtn {
    padding: 0 15px 15px 15px;
}
.customTable td,
.customTable th {
    border-left: none !important;
    border-right: none !important;
}
.quantity-control {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 25px;
}
.quantity-value {
    min-width: 20px;
    display: inline-block;
    text-align: center;
}
.cart-image {
    width: 80px;
    height: auto;
}
.quantity-btn {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #eee;
    border: none;
}
.customTable td .btn {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 1px solid #E0E0E0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4D4D4D !important;
    text-decoration: none !important;
    font-size: 18px;
}
.customLightBtn {
    background-color: #F2F2F2;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 500;
    border: none !important;
    padding: 12px 30px;
    border-radius: 25px;
}
.customTable h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    max-width: 195px;
}
.cartPageSearchDiv {
    display: inline-flex;
    width: 100%;
    gap: 24px;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #E0E0E0;
    align-items: center;
}
.cartPageSearchDiv h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    white-space: nowrap;
}
.cartPageSearchDiv .subscriptionDiv input {
    padding: 8px 25px;
}
.cartPageSearchDiv .subscriptionDiv .darkButton {
    width: 100%;
}
.summaryResultBox {
    display: inline-block;
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 25px 20px;
    border-radius: 8px;
}

.summaryResultBox h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.summaryResultBox .customBtn {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #202020;
}
.summaryResultBox p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}
.summaryResultBox p strong {
    font-weight: 500;
}
.summaryResultBox p.total {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}

.cartPageProduct {
    background: #F7F7F7;
    padding: 40px 0;
}
.cartPageProduct h4 {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.cartPageProduct .productImage {
    background: #fff;
}
.blogPageSec {
    padding: 40px 0;
}
.singleBlogDiv {
    display: inline-block;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}
.blogImage {
    display: inline-block;
    width: 100%;
    position: relative;
}
.blogDateDiv {
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: inline-block;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    text-align: center;
    width: 74px;
}
.blogDateDiv strong {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E;
}
.blogDateDiv span {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #5C5C5C;
}
.blogContentDiv {
    display: inline-block;
    width: 100%;
    padding: 25px 20px;
}
.blogContentDiv h3 {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}
.blogContentDiv p {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
}
.blogBtn {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #E6A500 !important;
}
.blogBtn img {
    margin-left: 10px;
}
.paymentSec {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}

.paymentSec h2 {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin: 0px;
}
.paymentSec h6 {
    display: inline-block;
    width: 100%;
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5C5C5C;
    margin: 20px 0 30px;
}
.paymentSec h6 a {
    color: #E6A500;
    text-decoration: underline;
}
.customForm {
    display: inline-block;
    width: 100%;
}
.customForm .form-control {
    display: inline-block;
    width: 100%;
    height: auto;
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1E1E;
    box-shadow: none !important;
    border: 1px solid #E0E0E0 !important;
    padding: 12px 15px;
    border-radius: 5px;
}
.checkboxDiv {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.checkboxDiv .customFormCheck span {
    border-radius: 2px;
}
.checkboxDiv .customFormCheck input:checked ~ span {
    background: #ffffff !important;
    color: #FFBB29 !important;
    border: 1px solid #E0E0E0 !important;
}
.checkboxDiv .customFormCheck input:checked ~ span::after {
    color: #FFBB29 !important;
}
.checkboxDiv a {
    color: #FFBB29 !important;
    text-decoration: underline;
}
.cartSummryDiv {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.cartSummryDiv > div {
    flex: 1;
    font-size: 14px;
}
.cartSummryDiv > div h6 {
    margin: 0px;
    font-size: 14px;
}
.cartSummryDiv > div h6 span {
    display: inline-block;
    width: 100%;
    color: #999999;
}
.summaryResultBox h5 {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.summaryResultBox h5 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    color: #999999;
}
.cartSummryDiv > strong {
    width: 80px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
.imageWithTextDiv {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #E0E0E0;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.imageWithTextDiv .halfDiv {
    width: calc(50% - 20px);
}
.imageWithTextDiv h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.imageWithTextDiv:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid var(--yellowColor);
}


/*************************/
.productDetailSec {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.product-gallery {
    display: inline-block;
    width: 100%;
}
.main-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 15px !important;
}
.thumb-carousel {
    padding: 0 80px;
}
.thumb-carousel .item {
    cursor: pointer;
    padding: 2px;
}
.thumb-carousel .item img {
    border: 1px solid transparent;
    padding: 0;
    aspect-ratio: 1;
    border-radius: 12px;
}
.thumb-carousel .item:hover img {
    border-color: #ffa500;
}
.productDetailSec h2 {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #1E1E1E;
}
.starDiv {
    display: inline-flex;
    width: 100%;
}
.starDiv ul {
    display: inline-flex;
}
.starDiv ul li {
    display: inline-block;
    color: #5C5C5C;
    font-size: 13px;
}
.starDiv ul li i {
    display: inline-block;
    color: #FFBB29;
}
.starDiv ul li:last-child {
    margin-left: 8px;
}
.starDiv p {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5C5C5C;
    margin-left: 30px;
    position: relative;
}
.starDiv p::after {
    content: "";
    position: absolute;
    left: -15px;
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background-color: #B3B3B3;
    top: 8px;
}
.starDiv p b {
    font-weight: 500;
    color: #1E1E1E;
}
.priceDiv {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.priceDiv s {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: line-through;
    display: inline-block;
    color: #5C5C5C;
}
.priceDiv strong {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #E6A500;
    margin: 0 15px;
}
.priceDiv span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    color: #E6A500;
    background: #FFF3D1;
    border-radius: 15px;
    padding: 2px 10px;
}
.singleDetail {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.singleDetail label {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 10px;
}
.singleDetail ul {
    display: inline-flex;
    width: 100%;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0px;
}
.singleDetail ul li {
    display: inline-block;
}
.singleDetail select {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 5px 15px;
    padding-right: 30px;
    border-radius: 10px;
    background-image: url(../imagesv1/angle-down.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.singleDetail .customFormCheck {
    margin: 0;
    width: auto;
    align-items: center;
    margin-right: 20px;
}
.singleDetail .customFormCheck label {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}
.quentityDiv {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 25px;
}
.quantity-control {
    width: 112px;
}
.quentityDiv .customBtn {
    flex: 1;
    background: #fff;
    border: 1px solid var(--yellowColor) !important;
    color: var(--yellowColor);
}
.quentityDiv .heartIconBtn {
    position: unset;
    display: inline-flex;
    width: 45px;
    height: 45px;
    background: #FFF3D1;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.quentityDiv p {
    width: 130px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #071844;
    margin: 0px;
}
.quentityDiv p strong {
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.quentityDiv > img {
    width: 122px;
    height: 47px;
}
.quentityDiv .customBtn.lightBgBtn {
    background: #FFF3D1;
    color: #E6A500;
    border: none !important;
    padding: 2px 15px;
}
.thumb-carousel .owl-dots {
    display: none !important;
}
.thumb-carousel .owl-nav {
    display: inline-flex !important;
    width: 100% !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    justify-content: space-between;
    pointer-events: none;
}
.thumb-carousel .owl-nav button {
    background-position: center !important;
    background-repeat: no-repeat !important;
    pointer-events: all !important;
    width: 15px;
}
.thumb-carousel .owl-nav button.owl-prev {
    background-image: url(../imagesv1/slight-arrow-left.svg);
    margin-left: 20px;
}
.thumb-carousel .owl-nav button.owl-next {
    background-image: url(../imagesv1/slight-arrow-right.svg);
    margin-right: 20px;
}
.thumb-carousel .owl-nav button span {
    opacity: 0 !important;
}



.customTabSec {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}
.customTabSec .nav {
    align-items: center;
    justify-content: center;
    border: none !important;
    border-bottom: 1px solid #E5E5E5 !important;
}
.customTabSec .nav li {
    border: none !important
}
.customTabSec .nav li button {
    border: none !important;
    border-bottom: 2px solid transparent !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5C5C5C;
}
.customTabSec .nav li button.active {
    border-bottom: 2px solid #E6A500 !important;
    color: #1E1E1E;
}
.cutomCenterTable {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.customTabSec .cutomTable {
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 1px solid #E0E0E0;
}
.cutomTable table {
    margin: 0px;
}
.cutomTable table th {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1E1E;
    background-color: #FFF3D1;
}
.cutomTable table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #5C5C5C;
}
.cutomTable table td:first-child {
    font-weight: 500;
}
.tabInnerDiv {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.tabInnerDiv p {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 25px;
}
.tabInnerDiv p b,
.tabInnerDiv p strong {
    font-weight: 500;
}


.commentSec {
    display: inline-block;
    width: 100%;
}
.commentInnerDiv {
    display: inline-block;
    width: 100%;
    background: #F7F7F7;
    padding: 30px 20px 20px;
    text-align: center;
    border-radius: 15px;
}
.commentBox {
    display: inline-block;
    max-width: 760px;
    text-align: left;
}
.commentBox h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    color: #1E1E1E;
}
.singleCommentDiv {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.singleCommentDiv:last-child {
    border-bottom: none !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.commentTopHeading {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.commentLeft {
    display: inline-block;
}
.commentLeft h4 {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 0px;
}
.commentLeft ul {
    display: inline-flex;
    width: 100%;
}
.commentLeft ul li {
    display: inline-flex;
    color: #FFBB29;
    font-size: 12px;
    margin-right: 2px;
}
.commentTopHeading h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    color: #999999;
}
.singleCommentDiv p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    color: #5C5C5C;
    word-break: break-word;
}
.singleCommentDiv img {
    width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.transparentBG {
    background: transparent !important;
}
.cartPageProduct.transparentBG .productImage {
    background: #F7F7F7;
}


/**************popup**************/
.modal-backdrop.show {
    opacity: .4;
}
.customMobileMenuPopup .modal-content {
    border-radius: 15px;
    margin-top: 70px;
}
.customMobileMenuPopup .modal-body {
    padding: 50px 30px;
}
.customMobileMenuPopup button.close {
    position: absolute;
    top: -48px;
    right: 0;
    opacity: 1 !important;
}
.customMobileMenuPopup li a {
    font-size: 16px;
}
.customMobileMenuPopup .navbar-nav {
    display: inline-block;
    width: 100%;
}
.customMobileMenuPopup .navbar-nav li {
    display: inline-block;
    width: 100%;
}
.customMobileMenuPopup .navbar-nav li a {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    padding: 15px 15px 15px 0;
    color: var(--darkColor);
}
.customMobileMenuPopup .navbar-nav .dropdown-toggle::after {
    display: none;
}
.customMobileMenuPopup .navbar-nav li a.dropdown-toggle {
    padding-right: 30px;
    position: relative;
}
.customMobileMenuPopup .navbar-nav li a.dropdown-toggle i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.customMobileMenuPopup .navbar-nav li .dropdown-menu {
    padding: 10px;
    border-radius: 0px;
}
.customMobileMenuPopup .navbar-nav li .dropdown-item {
    padding: 8px 15px;
    margin: 4px 0;
}
.customMobileMenuPopup .navbar-nav li .dropdown-item:hover {
    background: #f7f7f7;
}

.filterPopupDiv h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    color: #000000;
}
.filterInfo {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.filterInfo {
    color: #5C5C5C;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    border-bottom: 1px solid #E0E0E0;
}
.filterInfo b {
    font-weight: 500;
    color: #1E1E1E;
}
.filterPopupDiv .accordion * {
    font-size: 14px !important;
}
.filterPopupDiv .customBtn {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.visibleOnMobile,
.showOnTab {
    display: none !important;
}
/*************/
#PasirinktiModal .modal-dialog {
    max-width: 690px;
}
.successPDM {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000;
}
.successPDM img {
    width: 35px;
    margin-right: 10px;
}
.itemPDM {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    margin: 20px 0;
    align-items: center;
}
.itemPDM img {
    width: 80px;
    aspect-ratio: 1;
    height: auto;
    margin-right: 15px;
}
.item-detailsPDM {
    flex: 1;
}
.item-detailsPDM p {
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    max-width: 330px;
    color: #1E1E1E;
}
.item-detailsPDM p span {
    color: #999999;
}
.summaryPDM span {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}
.pricePDM {
    font-weight: bold;
    white-space: nowrap;
}
.summaryPDM {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 10px 0 20px;
}
.actionsPDM {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.buttonPDM {
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    border-radius: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}
.continuePDM {
    background: #fff;
    border: 2px solid #f9bf00;
    color: #f9bf00;
}
.checkoutPDM {
    background: #f9bf00;
    border: 2px solid #f9bf00;
    color: #1E1E1E;
}
.review-button {
    flex: 1;
    background: #f7f7f7;
    border: 1px solid var(--yellowColor) !important;
    color: var(--yellowColor);
}
.privacy-sec h2 {
    margin-top: 28px;
    padding-bottom: 14px;
}
.privacy-sec h3 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 40px;
    font-weight: 600;
    color: #5C5C5C;
}
.privacy-sec a {
    color: #5C5C5C;
    text-decoration: underline;
}

.privacy-sec p {

    font-size: 18px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 0px;
}
.custom-space {
    margin-top: 18px;
    margin-bottom: 18px !important;
}
.container.privacy-sec {
    max-width: 885px;
    margin-bottom: 65px;
    text-align: left;
    color: #5C5C5C;
}
.privacy-sec ul li{
  list-style-type: disc !important;
}
.privacy-sec ul{
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #5C5C5C;
}
.privacy-sec .cutomTable {
    overflow: auto;
}   
.privacy-sec .cutomTable table td, .privacy-sec .cutomTable table th {
    text-align: left;
}
.privacy-sec .cutomTable table td:first-child {
    font-weight: 400;
}
/* Single Blog Page */

.single_blog_page {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}
img.border-radius-10 {
    border-radius: 10px;
}
.single_blog_content {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    color: #5C5C5C;
}
.single_blog_content h1 {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 48px;
    color: #1E1E1E;
    line-height: 120%;
}
.single_blog_content h2 {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
}
.single_blog_content p {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.single_blog_content ul {
  font-size: 18px;
  font-weight: 400;
}

.single_blog_content_p_highlight {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 20px;
}
.single_blog_content ul {
    padding-left: 30px;
}
.single_blog_content ul li {
    list-style: disc;
}
.blog_social_media_icons { text-align: right; }
.blog_social_media_icons li {
    list-style: none !important;
    display: inline-block;
    width: 40px;
}
.blog_social_media_icons li i {
    font-size: 18px;
    color: #5C5C5C;
}
.single_blog_date { font-size: 14px; }
a.continuePDM:hover {
   color: #f9bf00;
}
a.checkoutPDM:hover {
   color: #1E1E1E;
}
.imageWithTextDiv.selectable-payment.selected {
    border: 1px solid var(--yellowColor);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}


@media only screen and (min-width: 992px) {
    .cutomTable table td:first-child {
        min-width: 260px;
    }
}


@media only screen and (max-width: 1199px) {
    .customHeader .form-inline .form-control {
        min-width: 297px;
    }
    .botomMenuInnerDiv .navbar-nav li {
        margin-right: 5px;
    }
    .botomMenuInnerDiv .navbar-nav li a {
        padding: 18px 10px;
    }
    .yellowDivContent h2 {
        font-size: 32px;
    }
    .productDetailSec h2 {
        font-size: 35px;
    }
    .starDiv {
        flex-wrap: wrap;
    }
    .starDiv ul {
        margin-bottom: 5px;
    }
    .starDiv p {
        margin-left: 0px;
    }
    .quentityDiv {
        flex-wrap: wrap;
    }
    .quentityDiv .customBtn.lightBgBtn {
        min-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .showOnTab {
        display: inline-block !important;
    }
    .hideFromTab {
        display: none !important;
    }
    .productFilter {
        margin-bottom: 10px;
    }
    .cartSec h2 {
        font-size: 38px;
    }
    .summaryResultBox {
        margin-top: 15px;
    }
    .paymentCartDataSec{
        margin-bottom: 20px;
    }
    .filterPopupBtn {
        display: inline-block;
        width: auto;
        margin: 0;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #1A1A1A !important;
    }
    .filterPopupBtn img {
        width: 20px;
        margin-left: 10px;
    }
    .botomMenuInnerDiv .navbar-nav li a {
        padding: 18px 3px;
        font-size: 12px;
    }
    .headerIconDiv li .cartOption {
        width: 115px;
        padding-left: 30px;
    }
    .cartOption img {
        width: 25px;
        height: 25px;
    }
    .cartOption span {
        font-size: 11px;
    }
    .cartOption strong {
        font-size: 12px;
    }
    .heartOption {
        width: 26px;
        height: 26px;
    }
    .userOption {
        width: 23px;
        height: 23px;
    }
    .headerIconDiv li::after {
        top: 1px;
    }
    .cartOption small {
        left: 10px;
    }
    .headerIconDiv li {
        margin: 0 12px;
    }
    .customHeader .form-inline .form-control {
        min-width: 170px;
        width: 170px;
    }
    .formSearchBtn {
        padding: 15px 13px;
    }
    .customHeader .navbar-brand {
        max-width: 140px;
    }
    .callButton {
        font-size: 12px;
    }
    .botomMenuInnerDiv .navbar-nav li {
        margin-right: 2px;
    }
    .callButton img {
        width: 15px;
        height: 15px;
        margin-right: 3px;
    }
    .bannerSlider .item {
        padding-top: 90px;
        padding-bottom: 160px;
    }
    .bannerSlider .item h2 {
        font-size: 52px;
    }
    .bannerContent {
        max-width: 500px;
    }
    .bannerSlider .item p {
        font-size: 22px;
        padding-right: 60px;
    }
    .bannerOptionInnerDiv {
        gap: 32px;
        padding: 25px 40px;
    }
    .mainHeading h2 {
        font-size: 35px;
    }
    .similerProductDiv {
        flex-wrap: wrap;
    }
    .singleSimilerProduct {
        width: calc(100% / 2 - 14px);
    }
    .yellowDivContent h2 {
        font-size: 24px;
    }
    .bannerBtn {
        margin: 0px;
        padding: 10px 68px 10px 28px;
    }
    .faqSec .accordion .card-header {
        font-size: 25px;
    }
    .faqSec .card-body p {
        font-size: 14px;
    }
    .subscriptionDiv {
        margin-top: 15px;
    }



}

@media only screen and (max-width: 768px) {
    .desktopVisible {
        display: none !important;
    }
    .visibleOnMobile {
        display: inline-block !important;
    }
    .visibleOnMobile .customAddImg {
        margin: 20px 0 0;
    }
    .customTableMob {
        display: inline-block;
        width: 100%;
    }
    .summaryResultBox {
        padding: 20px 15px;
    }
    .customTableMob .cartSummryDiv {
        padding-right: 30px;
        position: relative;
    }
    .customTableMob .cartSummryDiv a {
        position: absolute;
        top: 0;
        right: 0;
    }
    .productSliderSec h4,
    .cartPageProduct h4 {
        font-size: 18px;
    }
    .cartSec h2 {
        font-size: 28px;
        margin-bottom: 15px !important;
    }
    .tableBottemBtn.d-flex.justify-content-between {
        border-top: 1px solid #E0E0E0;
        padding: 20px 0 0;
        margin-top: 20px;
    }
    .tableBottemBtn.d-flex.justify-content-between a {
        font-size: 11px;
        padding: 12px 22px
    }
    .cartPriceDetailDiv {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }
    .cartHeading {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .cartHeading label {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        color: #5C5C5C;
    }
    .paymentInfoDiv {
        display: inline-flex !important;
        width: 100%;
        border: 1px solid #E0E0E0;
        padding: 15px 15px;
        border-radius: 10px;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .paymentCart {
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        border: none !important;
        padding-right: 25px !important;
        background-image: url(../imagesv1/angle-down.svg);
        background-repeat: no-repeat;
        background-position: 60%;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        margin: 0px !important;
    }
    .paymentCartDiv{
       margin-top: 35px;
   
    }

    .paymentInfoDiv h6 {
        margin: 0px;
        width: auto;
        font-family: Rubik;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: right;
        color: #1E1E1E;
    }
    .customHeader .form-inline {
        display: none !important;
    }
    .cartPageSearchDiv {
        flex-wrap: wrap;
        gap: 5px;
    }
    .cartPageSearchDiv h5 {
        width: 100%;
    }
    .cartPageSearchDiv .subscriptionDiv {
        width: 100%;
        margin: 0px;
    }

    .cartOption strong,
    .cartOption span,
    .headerIconDiv li {
        display: none !important;
        margin: 0 3px;
    }
    .singleSimilerProduct h4,
    .singleSimilerProduct h3 {
        font-size: 14px;
    }
    .headerIconDiv .searchBtnMob,
    .menuBtnMob {
        display: inline-block !important;
    }
    .heartOption {
        width: 30px;
        height: 30px;
    }
    .heartOption img {
        width: 30px;
        height: 30px;
    }
    .headerIconDiv li .cartOption {
        width: auto;
        padding-left: 30px;
        top: -17px;
        margin-left: 10px;
    }
    .headerIconDiv li::after {
        right: -7px;
        transform: translateX(0);
    }
    .headerIconDiv li:last-child {
        display: inline-block !important;
    }
    .customHeader .navbar {
        justify-content: space-between;
    }
    .customHeader .navbar-collapse {
        flex-grow: unset;
    }
    .botomMenuBar {
        display: none !important;
    }
    .bannerOptionInnerDiv {
        flex-wrap: wrap;
    }
    .mainHeading {
        max-width: 200px;
    }
    .mainHeading h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .productSlider .owl-nav {
        display: none !important;
    }
    .mainHeading.headingWithBtn {
        max-width: 100%;
    }
    .yellowInnerDiv {
        flex-wrap: wrap;
        padding: 30px;
    }
    .yellowInnerDiv > img {
        width: 100%;
    }
    .yellowDivContent {
        width: 100%;
        margin-top: 20px;
    }
    .subscribeSec h2 {
        margin-top: 20px;
        font-size: 20px;
    }
    .subscriptionDiv {
        margin-top: 20px;
    }
    .faqSec .card-body p {
        text-align: justify;
    }
    .faqSec .accordion .card-header::after {
        right: 25px;
        top: 30px;
    }
    .faqSec .accordion .card-header {
        padding-right: 40px;
    }
    .bannerSlider .item {
        padding-top: 70px;
        padding-bottom: 130px;
    }
    .bannerSlider .owl-dots {
        bottom: 60px;
    }
    .bannerOption {
        margin-top: -30px;
    }
    .bannerOption .container {
        max-width: 540px;
    }

    .profileInfoLink {
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        margin: 20px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .profileInfoLink li {
        display: inline-block;
        width: 100%;
    }
    .profileInfoLink li a {
        display: inline-block;
        width: 100%;
        padding: 15px 15px 15px 45px;
        position: relative;
        font-weight: 400;
        color: var(--darkColor);
    }
    .profileInfoLink li a img {
        width: 32px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .normalLink {
        display: inline-block;
        width: 100%;
    }
    .normalLink li {
        display: inline-block;
        width: 100%;
    }
    .normalLink li a {
        display: inline-block;
        width: 100%;
        font-weight: 400;
        color: var(--darkColor);
        padding: 15px 15px 15px 0;
    }
    .productSliderSec {
        padding: 30px 0;
    }
    .yellowBgSec {
        padding: 40px 0;
    }
    .padding70TB {
        padding: 40px 0;
    }
    .reviewSec {
        padding: 50px 0;
    }
    .faqSec {
        padding: 50px 0;
    }
    .reviewSlider .owl-item:first-child {
        margin-left: -15px;
    }
    .reviewSlider .owl-item:last-child {
        margin-right: -15px;
    }
    .reviewSlider .item p{
        min-height: 120px;
    }
    .container{
        padding-right: 25px;
        padding-left: 25px;
    }
    .footerLinks{
       display: block;
    }
    .footerLinksInnerDiv {
        width: 49%;
        padding-top: 10px;
    }
    .productSec p {
        font-size: 14px;
    }
    .productPageProducts .singleSimilerProduct {
        width: calc(100% / 2 - 17px);
    }
    .filterPopupBtn,
    .productFilter p {
        font-size: 12px !important;
    }
    .filterPopupBtn img {
        width: 15px;
        margin-left: 8px;
    }
    .simpleTextDiv h5 {
        font-size: 18px;
    }
    .simpleTextDiv ul li {
        font-size: 14px;
    }
    .innerNavigation li {
        padding-right: 32px;
    }
    .innerNavigation li a {
        font-size: 12px;
    }
    .productDetailSec h2 {
        margin-top: 30px;
    }
    .starDiv p {
        min-width: 100%;
    }
    .quentityDiv .customBtn {
        min-width: 100%;
        margin-top: 15px;
    }
    .quentityDiv {
        position: relative;
    }
    .quentityDiv .heartIconBtn {
        position: absolute;
        top: 0;
        right: 0;
    }
    .commentBox h2 {
        font-size: 18px;
    }
    .commentBox p,
    .commentBox .commentTopHeading * {
        font-size: 14px;
    }
    .productSlider h5,
    .productSlider h6 {
        font-size: 14px;
    }
    .thumb-carousel {
        padding: 0 30px;
    }
    .thumb-carousel .owl-nav button.owl-next {
        margin-right: 5px;
    }
    .thumb-carousel .owl-nav button.owl-prev {
        margin-left: 5px;
    }
    .successPDM {
        font-size: 16px;
    }

    .summaryPDM {
        flex-wrap: wrap;
    }
    .actionsPDM {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .actionsPDM button,
    .summaryPDM span {
        min-width: 100%;
    }
    .privacy-sec h3{
        font-size: 24px;
    }
    .privacy-sec p{
        font-size: 14px;
    }
    .privacy-sec ul{
        font-size: 14px;
    }
    .single_blog_content h1{
        font-size: 28px;
    }
    .single_blog_content h3{
        font-size: 24px;
    }
    .single_blog_content p{
        font-size: 14px;
    }
    .single_blog_content ul{
        font-size: 14px;
        padding-left: 24px;
    }
    .blog_social_media_icons ul{
        padding: 0px;
    }
    .blog_social_media_icons ul li{
        width: 26px;
    }
    #cartData {
        display: none !important;
    }  
    .search-wrapper {
       display: flex; 
    }
    #top-search-products-mobile {
        padding: 5%;
        width: 70%;
    }
    .formSearchBtn {
        margin-left: -5px;
        width: 30%;
        padding: 1%;
    }

}


@media only screen and (max-width: 400px) {
    .bannerSlider .item {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .bannerSlider .item h2 {
        font-size: 42px;
    }
    .bannerSlider .item p {
        font-size: 20px;
        padding-right: 20px;
    }
    .bannerOptionInnerDiv {
        gap: 22px;
        padding: 20px 20px;
    }
    .mainHeading {
        margin-bottom: 20px;
    }
    .productContent h2 {
        text-overflow: ellipsis;
        height: 21px;
        overflow: hidden;
        font-size: 17px;
        margin-bottom: 0px;
    }
    .singleSimilerProduct h3 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .singleSimilerProduct h4 {
        font-size: 14px;
    }
    .mainHeading p {
        margin-bottom: 0px;
    }
    .reviewSec .mainHeading.headingWithBtn {
        padding-right: 0;
        margin-bottom: 70px;
    }
    .reviewSlider .owl-nav {
        top: -30px;
        right: auto;
        left: 0;
    }
    .footerLinks {
        flex-wrap: wrap;
    }
    .footerLinksInnerDiv {
        width: 47%;
    }
    .bottomFooter {
        padding: 20px 0;
        margin-top: 15px;
    }
    .faqSec .accordion .card-header {
        font-size: 18px;
    }
}
.productContent a p{
    color:#5C5C5C;
}
.productContent a h2{
    color:#1E1E1E;
}
.customFooter ul li a{
   color:#E0E0E0;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.filetered-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* toggle with JS */
    border-radius: 8px;
    padding: 4px;
    margin-top: 10px;
}

.filetered-result.show {
    display: block;
}

.nav-search-product-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    cursor: pointer;
}

.nav-search-product-container:hover {
    background-color: #f0f0f0;
}

.nav-search-product-container img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.nav-search-product-details {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.2;
}
.accordion .card .filter-list {
    display: inline-block;
    width: 100%;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}
.accordion .card-filters {
    display: inline-block;
    width: 100%;
    border: none !important;
    padding: 0 !important;
}
.accordion .card .card-header .filter-list-btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    width: 100%;
    color: #1E1E1E;
    padding: 10px 0 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
}
.accordion .card .card-body-filter {
    padding: 0px;
}
.filter-mobile {
    display: none !important;
}

#reviewername,
#reviewercity,
#reviewinfo {
  padding: 5px;
  width: 100% !important;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}

.dropdown-menu.mobile {
    position: relative !important;
    transform: unset !important;
    width: 100%;
    border: unset;
}

.main-carousel .item {
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-carousel .item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.main-carousel .item img.cover-style {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.thumb-carousel .item {
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-carousel .item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}


@media (max-width: 768px) {
    .main-carousel .item {
        height: 350px;
    }
    
    .thumb-carousel .item {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .main-carousel .item {
        height: 280px;
    }
}
