@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url(https://db.onlinewebfonts.com/c/74c3c29282b604a9eed88ac6ede61463?family=ApercuPro-Regular);
@import url(https://db.onlinewebfonts.com/c/ac220c7d6b0be6888ae3a5f6fac68d40?family=Ivy+Mode);
:root{
	--primary: #F8E8A6;
	--secondary: #f8e8a6;
	--white: #fff;
	--black: #120E0C;
    --bg: #FFF9F5;
}
html {
  scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:var(--primary); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.cursor {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
	z-index:9999999;
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid gray;
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid var(--secondary);
}
body {
	margin:0;
	padding:0;
	font-family: "ApercuPro-Regular", sans-serif;
	font-family: "Ivy Mode", sans-serif;
	overflow-x:hidden;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 10px 15px;
    width: 100%;
    outline: 0;
    border-radius: 0;
    font-family: "Ivy Mode", sans-serif;
}
input[type="submit"] {
    color: var(--black);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    font-family: "Ivy Mode", sans-serif;
}
input[type="submit"]:hover {
	background: var(--black);
	color: var(--white);
	transition: 0.8s;
}
textarea {
	height: 125px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	color: var(--black);
	font-weight: 500;
	text-transform: inherit;
	line-height: inherit;
	letter-spacing: 0.5px;
	font-family: "ApercuPro-Regular", sans-serif;
	font-family: "Ivy Mode", sans-serif;
}
h1 {
	font-size:45px;
}
h2 {
	font-size:40px;
    font-weight: 400;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size:18px
}
h6 {
	font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "ApercuPro-Regular", sans-serif;
    color: var(--black);
    font-size: 15px;
    line-height: 24px;
}
ul, li, a {
	list-style-type: none;
    font-family: "ApercuPro-Regular", sans-serif;
	color:#333;
    font-size: 15px;
    line-height: 24px;
}

a:hover {
	transition:0.8s;
	text-decoration:none;
}

.subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.heading .inline-heading .headingtitle {
    letter-spacing: 1px !important;
    text-transform: capitalize;
    font-weight: 600;
}
.heading .inline-heading .headingtitle span {
    display: inline-block;
    font-weight: 200 !important;
}
.heading .inline-heading a {
    position: relative;
    padding: 0 20px;
    text-decoration: none;
    color: inherit;
}
.heading .inline-heading a i {
    margin-left: 15px;
    transform: rotate(45deg);
}
.heading .inline-heading {
    position: relative;
    padding: 15px 30px 0 0;
    margin-bottom: 20px;
}
.heading .inline-heading:after {
    position: absolute;
    background-color: rgb(165 163 163 / 27%);
    width: 1px;
    height: 40px;
    content: "";
    right: 0;
    top: 0;
}
.heading .inline-heading a:after {
    content: '';
    position: absolute;
    right: 5px;
    top: -10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgb(112 111 111 / 5%);
    transition: all .4s;
}
.heading .inline-heading a:hover:after {
    width: 100%;
    right: 0;
}
.heading span {
    color: var(--primary);
}
.subheading {
width: 60%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 17px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
	font-family: "ApercuPro-Regular", sans-serif;
}
.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}
.smoicons {
    background: var(--white);
    top: 250px;
    z-index: 9;
    padding: 3px 3px;
    border-radius: 0 5px 5px 0;
    position: fixed;
    border: 1px solid #dfdfdf;
}
.smoicons li a {
    background: #0165E1;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 5px 0;
    color: var(--white);
}
.smoicons li:nth-child(2) a {
    background: #1DA1F2;
}
.smoicons li:nth-child(3) a {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.smoicons li:nth-child(4) a {
    background: #0A66C2;
}

/* Modal Search */

.modalsearch .offcanvas-top {
    height: 17vh;
}
.modalsearch-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modalsearch-content .logo img {
    width: 210px;
}
.modalsearch .offcanvas-header {
    padding: 0;
}
.wp-block-yith-search-block.alignwide {
    width: 60%;
}
.modalsearch .offcanvas-body {
    padding: 30px;
}
.css-r4o1is .ywcas-input-field-wrapper {
    border-radius: 8px !important;
}
.modalsearch .wp-block-yith-search-block .ywcas-classic-search.ywcas-small input {
    padding: 11px 20px !important;
}
.modalsearch .offcanvas-body {
    overflow-y: inherit;
}

/* Notification */

.notification {
    background: var(--black);
    padding: 8px 0;
}
.notification p {
    margin: 0;
    color: var(--white);
}

/* Header */
header {
    background: #F7F2EB;
}
/*
header.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: var(--white);
    box-shadow: 3px 3px 13px #4444443d;
}
*/
header .row {
    align-items: center;
}
header img {
    width: 206px;
}
header button[type="submit"] {font-family: 'Font Awesome 5 Free';font-weight: 600;margin: 0;padding: 8px 14px;border: 1px solid #ddd;}
header input[type="search"] {
    border: 1px solid #ddd;
    border-right: 0;
    outline: none;
    padding: 8px 15px;
}

.hdrsocial {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 20px;
}
.middlehdr .col-sm-2 {
    justify-content: end;
    display: flex;
}
.hdrcontact span {
display: block;
    color: var(--white);
    font-size: 20px;
}
.hdrcontact a {
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
}
.middlehdr .wp-block-search__inside-wrapper {
    position: relative;
    margin: 0 20px;
}
.middlehdr .wp-block-search__input {
    padding: 12px 20px;
    border-radius: 50px;
    border: none;
    position: relative;
}
.middlehdr button.wp-block-search__button.wp-element-button {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 9px 15px;
    border-radius: 50px;
    background: #d8232f;
    border: none;
    color: #fff;
}
.freeshiping p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
    letter-spacing: .5px;
}
.top-smo {
    border-left: 1px solid #ffffff21;
    border-right: 1px solid #ffffff21;
    padding: 6px 15px;
}
.top-smo li a i {
    color: var(--white);
    font-size: 13px;
}
.top-contact {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 10px;
}
.contactfaqs li {
    border-right: 1px solid #ffffff21;
    padding: 4px 10px 4px 0;
}
.contactfaqs li a {
    text-transform: uppercase;
    font-size: 13px;
    color: var(--white);
}



.topbar h1 span {
    COLOR: var(--primary);
}
.topbar h1 {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
}
.topbar a img {
    width: 200px;
    height: auto;
}
.topbar .row {
	align-items: center;
}


.topbar .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.search-form {
    width: 60%;
}
.search-form form {
    position: relative;
}
.topbar .search-form label {
    display: none;
}
.topbar .search-form input[type="search"] {
    font-size: 14px;
    padding: 9px 20px 8px !important;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 6px;
}
.topbar .search-form .wc-block-product-search .wc-block-product-search__button {
    width: 50px;
    margin: 0;
    border: none;
    background: url(../images/searchicon.png)no-repeat center center/contain;
    background-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 999999;
    padding: 11px;
}
.topbar .search-form .wc-block-product-search .wc-block-product-search__button svg{
	display:none;
}

.topbar ul {
    display: flex;
    column-gap: 12px;
    align-items: center;
    position: relative;
}
.topbar ul li img {
    width: 30px;
}
.topbar ul li {
    position: relative;
}
.topbar ul li .cartcount {
    position: absolute;
    top: -14px;
    background: var(--primary);
    color: #fff;
    padding: 1px 5px;
    line-height: normal;
    right: 3px;
    border-radius: 50%;
    font-size: 13px;
}
/* .menubar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    margin: 0;
    background: var(--white);
    box-shadow: 2px 2px 13px #0000001a;
    z-index: 999;
} */
.menubar .row {
    align-items: center;
}
.menubar .col-sm-9 {
    display: flex;
    justify-content: space-between;
}
.menubar img {
    width: 150px;
}
.menubar ul.hdrsocial {
    display: flex;
    justify-content: flex-end;
    column-gap: 16px;
    align-items: center;
}
.hdrsocial li a {
    text-transform: uppercase;
    font-size: 14.5px;
    font-weight: 500;
}
.menubar ul.hdrsocial li, .menubar ul.hdrsocial li a {
    color: var(--black);
}
.shpngcrt {
    position: relative;
}
.shpngcrt span {
    position: absolute;
    top: -10px;
    right: -15px;
    background: #e71f1f;
    color: var(--white);
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 11px;
}
.hdrsocial li img {
    width: 24px;
}
.shpngcrt figure {
    margin: 0;
}
.menutop li a {
    padding: 16px 15px !important;
}
header .menutop li a {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black);
}


/* Main Slider */
.mainslider .carousel-caption {
    background: #00000080;
    padding: 40px;
}
.mainslider {
    position: relative;
}
.carousel-item {
    position: relative;
}
.carousel-item:before {
    /*position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    width: 45%;
    background: linear-gradient(90deg, #0000008f, #0000005e, transparent);*/
}
.mainslider .carousel-caption {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 50%;
    transform: translateY(-50%);
}
.mainslider .carousel-caption span {
    color: var(--white);
    letter-spacing: 1px;
}
.mainslider .carousel-caption span ul {
    column-gap: 2px;
    padding-right: 10px;
}
.mainslider {
    border-top: 1px solid var(--black);
}
.carousel-caption li i {
    color: #fcd53f;
    font-size: 13px;
}
.mainslider .carousel-caption h1 {
    font-size: 60px;
    color: var(--white);
    margin: 20px 0 15px;
    line-height: 65px;
}
.mainslider .carousel-caption p {
    color: var(--white);
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
}
.mainslider .carousel-caption h1 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0;
    animation: totop .7s ease-in-out forwards;
    color: var(--dark);
    margin-bottom: 8px;
}
.mainslider .carousel-caption .btn-primary {
    opacity: 0;
    animation: totop 1.2s ease-in-out forwards;
    border-radius: 0;
    color: var(--black);
    padding: 9px 25px 8px;
}
.mainslider .carousel-caption .btn-primary:hover{
	background:var(--black);
	color:var(--white);
}
@keyframes totop{
	from{
		transform:translateY(60px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}
.mainslider .carousel-item figure img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.mainslider button.carousel-control-prev i, .mainslider button.carousel-control-next i {
    background: #00000038;
    border: solid 1px #e9e9e94d;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 6px;
    outline-offset: 1px;
    opacity: .5;
}


/* Scrolling Promotions */

.enable-animation {
    background: #F8E8A6;
    padding: 17px 0;
}
.enable-animation ul li {
    display: inline-flex;
    font-weight: 600;
    letter-spacing: .3px;
    align-items: center;
    margin: 0 10px;
    font-size: 16px;
}
.enable-animation ul li img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    object-fit: contain;
}
        .marquee ul li{
          color:{{settings.carttext_color}};
        }  
        .marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}

.enable-animation .marquee__content {
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  -webkit-animation-name: scroll-abs;
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }

  to {
    transform: translateX(0);
  }
}


/* SUMMER COLLECTION PRODUCT */

.summercollec {
    padding: 50px 0 80px;
}
.summercollec .row {
    row-gap: 22px;
}

/* BEST SELLER PRODUCTS CSS */

.bestseller {
    padding: 50px 0 40px;
}

/* PRODUCT BANNER CSS */

.productbanner {
    background: linear-gradient(45deg, #00182aa8, #00182aa8), url(../images/product-banner.webp);
    padding: 100px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.productbanner h2 {
    color: var(--white);
    font-size: 33px;
    font-weight: 600;
}
.productbanner .btn-primary {
    padding: 7px 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px;
    border: 2px solid var(--white);
    background: #0066af8a;
}
.productsldr img {
    width: 100% !important;
}

/* Home About */

.homeabout{
	padding:60px 0;
background:url(../images/aboutbg.jpg);	
	background-attachment:fixed;
	background-size:cover;
}
.homeabout h2 span {
    font-size: 18px;
    display: block;
    color: var(--primary);
    padding-bottom: 7px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Collecton */

.collection {
    padding: 40px 0;
    background: #eef5fa;
}
.collection-item {
    text-align: center;
    display: flex !important;
    justify-content: center;
    margin: 15px 0;
    border-radius: 10px;
    border: solid 1px var(--primary);
    padding: 30px 20px;
    transition: all ease-in-out .5s;
}
.collection-item:hover {
    background: var(--white);
}
.collection-item:hover h3{
    color: var(--primary);
}
.collection-item img {
    width: 150px !important;
    height: 150px !important;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    margin: 0 auto;
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 20px;
}
.collection-item h3 {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.collection-item strong {
    display: block;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 3px;
}
.collection-item i {
    color: var(--white);
    font-size: 23px;
    background: var(--primary);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -6px -6px 0px #f8000061;
}
.collection-item p {
    margin: 0;
}


/* Home Categories */
.category {
    padding: 40px 0 60px;
}
.category-item {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.category-item figure {
    height: 320px;
}
.category-item img {
    height: auto;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    width: 100%;
}
.categoryinfo {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    transform: translateY(0);
    text-align: center;
    z-index: 1;
    font-weight: 400;
}
.category-info span {
    color: var(--white);
    margin-bottom: 15px !important;
}
.category-info h3 {
    color: var(--white);
    font-size: 26px;
    margin: 5px 0 10px;
}
.category-item figure:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #001626e8, #00162687, transparent);
    content: '';
}
.homecat-caption {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px;
}
.homecat-item h3 {
    margin-bottom: 40px;
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 10px;
    font-size: 25px;
}
.category-info {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

/* Leading */

.leading {
    padding: 130px 0;
    background: url(../images/leadingbg.jpg);
}

/* Home Products */

.homeprdct {
    padding: 55px 0 75px;
}
.homeprdct .col-sm-4 {
    width: 25%;
}
.productlist:hover{
	transform:translateY(-8px);
	border: 1px solid var(--primary);
}
.homeprdct a.button.wp-element-button {
    display: none !important;
}
.productlist-box hr {
    background-image: linear-gradient(to left, #a3a3a3, #a3a3a3 30%, #a3a3a3);
}
.productlist img {
	width: 100%;
    height: 230px !important;
    object-fit: cover;
}
.productlist-box h4 {
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 10px;
}
.productlist-box h4 a {
    font-size: 20px !important;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.productlist-box p {
    font-family: "ApercuPro-Regular", sans-serif;
    margin: 0 0 10px 0;
    color: #333;
    font-size: 15px;
    line-height: 24px;
}



/* WHY CHOOSE US SECTION CSS */

.whychoose {
    background: linear-gradient(#0066b0d9, #000000b0), url(https://wallpapers.com/images/hd/social-network-techno-geometric-abstract-fvdlzra89t8t4x0e.jpg);
    padding: 55px 0;
    background-attachment: fixed;
    background-size: cover;
}
.whychoose-item img {
    width: 80px;
    filter: invert(1) brightness(100);
}
.whychoose-item h3 {
    margin-bottom: 5px;
}
.whychoose-item {
    background: #ffffff08;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ffffff17;
    backdrop-filter: blur(5px);
}
.whychoose-item h3, .whychoose-item p {
    color: #fff;
}
.whychoose-item h3 {
    margin: 15px 0 5px;
    font-size: 20px;
}
.whychoose-item p {
    margin: 0;
}
.whychoose-thumb img {
    height: 100%;
    object-fit: cover;
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    border-radius: 10px;
}


/* TESTIMONIAL SECTION CSS */

.testimonial {
    padding: 70px 0 110px;
}
.testimonial span {
    text-align: center !important;
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 0.5px;
}
.testimonial .heading {
    text-transform: uppercase;
}
.testimonial-item {
    /*box-shadow: 0 0 14px #e9e9e9;
    border: 1px solid #cccccc4a;
    text-align: center;
	border-radius: 0 0 6px 6px;*/
}
.testimonial .testimonial-item {
    display: flex !important;
    gap: 14px;
    margin-bottom: 2rem;
}
.testimonial-cnt {
    padding: 40px;
    border: 1px solid #120E0C;
}
.testimonial-item figure img {
    aspect-ratio: 2/1.5;
    object-fit: cover;
    height: 100%;
}
.testimonial-item h3 {
    margin: 8px 0 5px;
    font-size: 25px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 600;
    font-family: "ApercuPro-Regular", sans-serif;
}
.testimonial .rating{
	column-gap: 7px;	
}
.testimonial .rating i {
    color: #ef932c !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
}
.testimonial-item i {
    color: var(--primary);
    font-size: 25px;
    margin-bottom: 15px;
}
.testimonial .heading .subheading {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 0;
    border-left:unset;
}
.testimonial-cnt p {
    font-size: 30px;
    font-weight: 300;
    font-family: "Ivy Mode", sans-serif;
    line-height: 1.6;
    color: var(--black);
}
img.stars {
    width: fit-content !important;
}
.testimonial-slider .arrowbutton:hover {
    border-color: #EAD684;
    color: #EAD684;
}

/* Home Blog */

.homeblog {
    padding: 35px 0 55px;
    background: #eef5fa;
}
.homebloglist {
    background: #0066b01c;
    border-radius: 3px;
    transition: .5s;
    overflow: hidden;
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px !important;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist figure {
    margin: 0;
    overflow: hidden;
}
.homebloglist img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    transition: .5s;
    object-position: center;
}
.homeblogbox {
    padding: 30px;
    position: relative;
}
.homebloglist p {
    margin: 10px 0 20px;
}
.homebloglist ul {
    display: flex;
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 10px 0 20px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}

.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}

/* FASTNESS SECTION CSS */

.fastness {
    padding: 60px 0;
}
.fastness-item {
    box-shadow: 0 0 12px #d9d9d9;
    padding: 20px;
    border-radius: 6px;
}
.fastness-item img {
    width: 80px;
}
.fastness-item h3 {
    margin: 20px 0 5px;
    font-size: 20px;
}


/* Footer */

footer {
    background: #FFF9F5;
    border-top: 1px solid var(--black);
}
.footerabout img {
    width: 280px;
}
footer .footerabout {
    border-right: 1px solid var(--black);
    padding-right: 50px;
}
.footerabout h4 {
    font-weight: 400;
    color: #000000;
    margin-bottom: 6px;
    letter-spacing: normal;
}
.footerabout p {
    color: #A8A8A8;
}
.footer-logo {
    padding-bottom: 25px;
}
footer .col-lg-2 {
    padding-left: 4rem;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 45px 30px;
}
footer .col-lg-3:first-child, footer .col-lg-3:last-child {
    /*background: #eeeeee94;*/
}
footer .col-lg-3:last-child {
    border: none;
}
footer ul li.menu-item a {
    margin-bottom: 10px;
    display: block;
}
footer ul li:last-child a {
    margin-bottom: 0;
}
footer ul li.menu-item a:hover {
  color: var(--primary);
}
.footersmo li i {
    color: #4d4a4f;
    font-size: 18px;
}
footer h4 {
    margin-bottom: 18px;
    letter-spacing: .5px;
    font-size: 20px;
}

footer a, footer p, .footerabout a {
    color: #000000;
}
footer .col-md-12 {
    padding-top: 55px;
    padding-bottom: 50px;
}
.footer-details a {
    text-decoration: none;
    font-size: 15px;
}
footer ul.footer-details li:last-child {
    margin-bottom: 0;
}
footer ul.socialicon {
  display: flex;
    column-gap: 6px;
	justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #212222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}
footer .readbtn {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 15px;
    display: block;
}

footer ul.footer-details li {
    margin-bottom: 10px;
}
footer ul.footer-details li i {
    color: var(--primary);
    padding-right: 5px;
}
footer form {
    position: relative;
}
footer input[type="email"] {
    background: var(--white);
    font-size: 14px;
}
footer input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
}
footer .copyright .col-md-12 {
    padding: 0;
}
.copyright {
    padding: 15px 0;
    background: #FFF9F5;
    text-align: center;
    border-top: 1px solid var(--black);
}
.copyright .col-sm-4 {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.copyright .row {
  align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
}
.copyright p a {
    color: var(--primary);
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.copyright ul li {
    border-right: solid 1px #dddddd40;
    padding: 0 15px;
}
.copyright ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.copyright img {
    width: 280px;
}
.footerabout p {
    margin-bottom: 15px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 18px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
    width: 26px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    border-radius: 5px;
    z-index: 99999999;
    padding: 0;
    border: solid 1px var(--primary);
    background: var(--white);
    width: 45px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary);
    text-decoration: none;
    padding-top: 10px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}




.breadcrumb {
    padding: 80px 0 !important;
    margin: 0 !important;
    background: linear-gradient(#0000005e, #00000052), url(../images/breadcrumb.jpg) no-repeat center center / cover;
}
.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
  margin:0;
}

.breadcrumb p {
  text-align: right;
  margin:0;
}
.breadcrumb h1 p {
    text-align: left;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    color: var(--white);
    font-weight: 500;
}
.breadcrumb p a{
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}
.breadcrumb h1 span {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--white);
    text-transform: uppercase;
    line-height: normal;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 p{
  float:left;
}
.breadcrumb h1 span a {
  display: none;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    color: var(--white);
    right: 0;
}
.secondary-container {
	padding:60px 0;
}

/* Contact Us */

.secondary-container.contactus {
    background: var(--bg);
}
.contact-form {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.contact-form input, .contact-form textarea {
    border: none;
    border-bottom: solid 1px #444;
    padding: 20px 0;
    margin-bottom: 25px;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.contact-form p {
    margin: 0;
}
.contact-form input[type="submit"] {
    margin-top: 20px;
    padding: 10px 35px;
    border: none;
    letter-spacing: 2px;
}
.contactus h3 {
    font-size: 35px;
}
.googlemap iframe {
    width: 100%;
    height: 400px;
	margin-top: 50px;
}



.secondary-container.reviews {
    margin: 0;
}
.secondary-container.blogpage.latestnews .newslist {
    margin: 12px 0;
}
.blogpage.latestnews {
    background: none;
}
article.singlepost img {
    width: 100%;
    object-fit: cover;
}
.sidebar {
    border: 1px solid #3ab5d2;
    background: #fafaff;
    padding: 20px;
}
article.singlepost h2 {
    font-weight: 600;
    font-size: 24px;
}
.page-id-32253 .secondary-container ul, .page-id-32251 .secondary-container ul{
    margin: 15px 0;
}
.page-id-32253 .secondary-container strong, .page-id-32251 .secondary-container strong{
    font-size: 17px;
    text-transform: capitalize;
}
.page-id-32253 .secondary-container ul li, .page-id-32251 .secondary-container ul li{
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}
.page-id-32253 .secondary-container ul li:before, .page-id-32251 .secondary-container ul li:before{
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    font-size: 12px;
}


/* WOOCOMMERCE */


.row.products {
    row-gap: 0;
    clear: both;
}
.wsatc-container .woocommerce .star-rating {
    float: none;
}
.wsatc-price {
    font-size: 20px;
    color: var(--primary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 600 !important;
    text-transform: capitalize;
    font-size: 17px;
}
.woocommerce ul.products li.product-category.product {
    border: solid 1px #eee;
    margin: 15px 7px !important;
    width: 24% !important;
    display: flex;
}
.woocommerce ul.products li.product-category.product img {
    margin: 0 !important;
}
.woocommerce .products .star-rating {
    margin: 0 auto 12px !important;
}
.woocommerce .star-rating span {
    color: #F0D875;
}
h3.wc-block-price-filter__title {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{
	font-size: 16px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 15px !important;
}
.woocommerce ul.products li.product-category.product.first {
    margin-left: 0 !important;
}
.woocommerce ul.products li.product-category.product.last {
    margin-right: 0 !important;
}
section.related.products h2 {
    text-transform: capitalize;
}
.wp-block-button__link {
    background-color: var(--primary) !important;
    font-size: 15px !important;
    padding: 5px 17px 7px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-family: 'Noto Sans', sans-serif !important;
    text-transform: capitalize;
}
.wc-block-grid__product-price {
    font-size: 15px;
}
.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 16px;
    line-height: 23px;
    margin: 15px 0 18px;
}
.wc-block-grid__product-onsale {
    position: absolute !important;
    top: -10px !important;
    left: 0 !important;
    padding: 1px 15px !important;
    background: var(--primary) !important;
    color: var(--white) !important;
    border: none !important;
}
.woocommerce ul.products li.product .price {
    color: var(--primary) !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}
.woocommerce ul.products li.product .price ins {
    margin-left: 8px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: var(--black) !important;
    border: none !important;
    padding: 11px 20px 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: .3px !important;
    display: inline-block !important;
    margin-top: 12px !important;
    background: var(--primary) !important;
    border-radius: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 16px !important;
    letter-spacing: 0 !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    display: table;
    flex-direction: row-reverse;
}
.woocommerce-product-gallery .flex-viewport {
    width: 100%;
}

.wc-block-components-price-slider {
    margin-bottom: 0;
}


.page-id-11 .row.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.page-id-11 .row.products .col-sm-3:first-child {
    grid-area: span 2 / span 2;
}
.page-id-11 .row.products .col-sm-3:first-child img {
    height: 493px !important;
}
.page-id-11 .row.products .col-sm-3 {
    width: 100%;
    padding: 5px;
}
.page-id-11 .row.products.columns-4 {
    clear: both;
}
.page-id-11 .row.products.columns {
    row-gap: 0;
}
.row.products.columns {
    row-gap: 50px;
}
.prdctlst {
    text-align: center;
    position: relative;
    z-index: 1;
    /*background: var(--white);*/
    height: 100%;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}
.prdctlst:before {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 35%;
    background: linear-gradient(0deg, #000000d9, #0000);*/
}
.prdctlst img {
    width: 100% !important;
    transition: all ease-in-out .5s;
}
.prdctlst:hover img {
    /*transform: scale(1.1);
    filter: hue-rotate(45deg);*/
}
.prdctlst a.button {
    display: none !important;
}
.prdctlst h2 {
    line-height: 27px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 70px;
    position: relative;
    color: var(--black);
    letter-spacing: .5px;
    width: 100%;
}
.prdctlst h2 {
    margin: 15px 0 5px !important;
    text-align: left !important;
    font-size: 20px;
    font-weight: 400;
}
.prdctlst span.price {
    text-align: left;
}
.prdctlst span.price {
    display: block;
    color: var(--black) !important;
    font-size: 16px !important;
    font-weight: 400;
}
.prdctlst span.price ins {
    margin-left: 10px;
}
.woocommerce span.onsale{
	display:none;
}
.woocommerce div.product p.price, .woocommerce div.product .summary span.price {
    color: #E9CC55 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.wpb_wrps_price {
    color: var(--primary);
    font-size: 20px;
}
.wrps_related_products.wrps_theme_box .wpb_wrps_title a {
    color: var(--black) !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
}
.woocommerce div.product p.price {
    margin: 0 0 10px;
    padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    column-gap: 5px;
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100% !important;
    float: none !important;
    border: solid 1px #ddd !important;
}
.woocommerce .quantity .qty {
    width: 80px;
    text-align: center;
    border: solid 1px #ddd;
    padding: 4px;
    border-radius: 3px;
}
.product_meta {
    margin-top: 20px;
}
.woocommerce span.onsale {
    min-height: 45px !important;
    min-width: 45px !important;
    background-color: var(--primary) !important;
}

/*
.summary.entry-summary li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}
.summary.entry-summary li:before {
    position: absolute;
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: var(--black);
    left: 0;
}
*/

.bestslr-prdct {
    padding: 60px 0;
}
.bestslr-prdct .container-fluid {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
}
.bestslr-prdct .col {
    padding: 0 8px;
}
.bestslr-prdct h3 {
padding: 25px 0 10px;
    margin: 0;
    color: var(--primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}
.bestslrprdct-box {
    box-shadow: 0 1px 13px 0 rgb(0 0 0 / 22%);
    padding: 0 20px 20px;
    text-align: center;
    position: relative;
    border-radius: 21px;
}
.productlist-box {
    padding: 15px 0;
}
.productlist-box h4 a {
    font-size: 20px !important;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bestslrprdct-box::before{
content: '';
    background-color: #fff0f8;
    position: absolute;
    width: 100%;
    display: block;
    height: 28%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 21px 21px 0 0;
}	
.bestslrprdct-box .dtlsbtn {
margin-top: 15px;
    display: block;
    color: #111;
    font-weight: 600;
}
.bestslrprdct-item {
    position: relative;
    z-index: 99;
    height: 100%;
    transition: .5s;
}

.bestslrprdct-item:after {
	/*border-top: 1px solid var(--primary);
	border-bottom: 1px solid var(--primary);
	transform: scaleX(0);*/
}
.bestslrprdct-item:hover:after {
	transform: scaleX(1);
}
.bestslrprdct-item:before {
	border-right: 1px solid var(--primary);
	border-left: 1px solid var(--primary);
	transform: scaleY(0)
}

/*
.bestslrprdct-item figure {
    background: var(--white);
    padding: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 220px;
    width: 220px;
    margin: 0 auto;
    border: 1px solid #0066b026;
}
*/
.bestslrprdct-item img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
    transition: 1s;
}
aside#woocommerce_price_filter-2 {
    margin-bottom: 25px;
}

.product-page .col-sm-9 .row .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 5px;
}
.woocommerce a.added_to_cart {
    position: relative;
}
.woosidebar {
    padding: 18px;
    border: 1px solid #efefef;
    border-radius: 6px;
    box-shadow: 0 0 15px #e9e9e9;
}
.woosidebar li.col-sm-4 {
    width: 100%;
}
.woosidebar h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--primary);
}
.woosidebar aside#block-25 {
    margin-top: 35px;
}
.woosidebar .wc-block-product-categories {
    margin-bottom: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #35363a !important;
}
.woosidebar ul li {
    line-height: 30px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
}
.promotions {
    clear: both;
    margin-bottom: 40px;
}
.promotions-box {
    border: solid 1px var(--primary);
    text-align: center;
    padding: 15px;
}
.promotions-box h3 {
    font-weight: 600;
    letter-spacing: 0;
    margin: 12px 0 0;
}
.promotions-box h3 span {
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    color: #555;
    padding-top: 10px;
    font-weight: normal;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 18px 0 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 80px !important;
    padding: 15px !important;
}
.woocommerce nav.woocommerce-pagination ul {
    margin: 30px 0 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #111 !important;
    color: var(--white) !important;
    font-weight: 500 !important;
}



/* Shipping */

.shipping {
    padding: 40px 0;
    border-top: solid 1px #120E0C;
    background: #FFF9F5;
}
.shipping-item img {
    max-width: 45px;
}
.shipping-item strong {
    display: block;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 3px;
}
.shipping-item i {
    color: var(--white);
    font-size: 23px;
    background: var(--primary);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -6px -6px 0px #f8000061;
}
.shipping-item figure {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.shipping-item h3 {
    margin: 17px 0 5px;
    font-size: 18px;
}
.shipping-item p {
    margin: 0;
}



/* FAQS */

#sp-ea-40768.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #444;
    background: #fff;
    font-size: 17px;
	border-radius:0;
}
#sp-ea-40768.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    float: right;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 12px 20px !important;
    background: #fff !important;
    font-size: 18px;
    font-weight: normal !important;
    color: var(--black) !important;
}

/* WALLPAPER SECTION CSS */

.wallpapers {
    padding: 50px 0 60px;
}
.wallpapersldr-item {
    border-radius: 6px;
    overflow: hidden;
}
.wallpapersldr-item figure {
    overflow: hidden;
}
.wallpapersldr-item figure:hover img {
    transform: scale(1.1);
}
.wallpapersldr-item img {
    transition: all ease-in-out .5s;
}
.wallpapersldr-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    text-align: center;
    color: var(--white);
    z-index: 1;
    font-weight: 400;
}
.wallpapersldr-item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 35%;
    background: linear-gradient(0deg, #000000d9, #0000);
    z-index: 1;
}

/* About Us */

.aboutus .row {
    align-items: center;
}
.aboutus .row:nth-child(even) {
    flex-direction: row-reverse;
}
.aboutus figure{
	margin:0;
	overflow:hidden;
}
.aboutus figure img {
    width: 100%;
	transition:all ease-in-out .5s;
}
.aboutus figure img:hover{
	transform:scale(1.1) rotate(3deg);
}
.aboutus-content {
    padding: 50px 50px 50px 70px;
}
.aboutus h3 {
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.aboutus h3:after {
    content: '';
    position: absolute;
    border-bottom: solid 1px var(--black);
    bottom: 0;
    width: 100px;
    left: 0;
}
.aboutus h3 span {
    display: block;
    font-size: 20px;
    color: var(--primary);
}



/* PRODUCT PAGE CSS */

li.product-category.product a {
    display: flex;
    align-items: center;
    background: #efefef;
    padding: 12px;
    border-radius: 5px;
}

li.product-category.product a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 12px;
}
li.product-category.product a h2.woocommerce-loop-category__title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}

li.product-category.product a h2.woocommerce-loop-category__title mark.count {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    font-weight: 400;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.row.products .col-sm-4 {
    padding: 0;
    border-collapse: collapse;
}
.product-categories .col-sm-4 {
    padding: 0 7px !important;
    border: none !important;
}
.wpf_item {
    padding: .8em 0 0 !important;
}
section.related.products {
    clear: both;
}
form.cart button.single_add_to_cart_button {
    margin: 0 !important;
}
h2.wrps_related_products_area_title span:after {
    content: 'You May Also Like';
    left: 0;
    position: absolute;
    background: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 40px;
}
.wrps_related_products_area .owl-theme .owl-dots{
	display: none !important;
}
.wrps_related_products .wpb_wrps_cart_btn {
    display: none;
}


/* STICKY ADD TO CART BAR CSS */

.wsatc-add-to-cart {
    padding: 10px 24px !important;
}
.wsatc-qty-wrapper .wsatc-qty-field {
    width: 60px !important;
    padding: 8px 4px !important;
    font-size: 13px !important;
}
.wsatc-qty-wrapper .wsatc-qty-minus, .wsatc-qty-wrapper .wsatc-qty-plus {
    width: 36px !important;
    padding: 5px 0 !important;
    font-size: 18px !important;
}



/* SINGLE PRODUCT PAGE CSS */

/*
.summary.entry-summary .price, form.cart {
    display: block;
    padding: 30px;
    background: #f1f1f1;
    margin: 0 !important;
}
*/
.summary.entry-summary {
    background: #fff;
    padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 5px !important;
}
.woocommerce div.product .product_title {
    line-height: 33px !important;
    font-size: 27px !important;
    margin-bottom: 15px !important;
}
.summary.entry-summary form.cart {
    padding-top: 0;
    margin-bottom: 20px !important;
}

.summary.entry-summary .price {
    padding-bottom: 16px;
}
.woocommerce .quantity .qty {
    border: solid 1px #ddd;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
}

/* Our Clients */

.ourclients {
    padding: 20px 0;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}
.ourclients-item {
    padding: 15px;
    text-align: center;
}
.ourclients-item img {
    height: 32px;
    object-fit: contain;
}


/* Get Inspired */

.getinspired img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.getinspired-form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 15px 20px;
    border-radius: 6px;
}
.getinspired-form h3 {
    margin-bottom: 0;
}
.getinspired-form p {
    margin: 5px 0 10px;
}
.getinspired-form textarea {
    height: 100px;
}
.getinspired-form input[type="submit"] {
    margin-top: 10px;
}

/* Help Center */
.helpcenter .row {
    row-gap: 40px;
}
.helpcenterdtls h2 {
    font-weight: 600;
}
.helpcenter-item ul li {
    line-height: 30px;
}
.helpcenter-item h3 {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 5px;
}
.helpcenter-item .moreless-button, .helpcenter-item .moreless-button-one, .helpcenter-item .moreless-button-two, .helpcenter-item .moreless-button-three, .helpcenter-item .moreless-button-four {
    text-decoration: underline;
    font-size: 16px;
    color: var(--black);
    display: block;
    margin-top: 6px;
    cursor: pointer;
}
.helpcenterdtls-content h3 {
    font-size: 20px;
    margin: 18px 0 5px;
}
.helpcenterdtls-sidebar ul li {
    margin-bottom: 15px;
}
.helpcenterdtls-sidebar ul li a {
    font-size: 16px;
}
.helpcenterdtls-sidebar ul li a:hover {
    text-decoration: underline;
}
.helpcenterdtls-sidebar ul .current-menu-item a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.helpcenterdtls-content {
    padding-right: 30px;
}
.helpcenterdtls-content ul {
    margin: 15px 0;
}
.helpcenterdtls-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.helpcenterdtls-content ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 12px;
    top: 0;
}
.helpcenterdtls-content p strong {
    font-weight: 600;
    font-size: 16px;
}
.helpcenter-search form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    width: 400px;
    margin: 0 auto 50px;
}
.helpcenter-search input {
    border: solid 1px #ddd;
    padding: 8px 15px;
    outline: none;
}
.helpcenter-search button[type="submit"] {
    margin: 0;
    background: var(--black);
    color: var(--white);
    padding: 5px 20px;
    letter-spacing: .5px;
    border: none;
}
.wpf_search_button {
    background-color: var(--primary) !important;
    padding: 8px 20px !important;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

#section {
  word-wrap: break-word;
}
.moretext, .moretext-one, .moretext-two, .moretext-three, .moretext-four{
  display: none;
}

/* Search results */

.searchresults .row {
    row-gap: 15px;
}

.searchresults .homebloglist {
    height: 100%;
}
.searchresults .homeblogbox span {
    display: none;
}

nav.woocommerce-MyAccount-navigation{
	box-shadow: 3px 3px 13px #ddd;
	padding: 15px 20px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    border: solid 1px #ddd;
    display: block;
    padding: 10px 20px;
    margin: 10px 0;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--primary);
    color: var(--black);
}
.woocommerce-MyAccount-content {
    box-shadow: 3px 3px 13px #ddd;
    padding: 20px;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--primary);
    color: var(--black);
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    margin-bottom: 0;
}
.woocommerce-account .addresses .title h3 {
    margin: 0;
}
.woocommerce-MyAccount-content address {
    margin: 15px 0;
}
.cus_menu button, .dsabafw_woocommerce-address-fields button{
    background: var(--primary) !important;
    border: none;
    padding: 8px 18px  !important;
    letter-spacing: .5px;
	color:var(--white);
}
.billing_address button{
    border: solid 1px #ddd !important;
    background: var(--white) !important;
    font-size: 14px !important;
    padding: 5px 18px !important;
    letter-spacing: .5px;
    margin-bottom: 12px;
}
.dsabafw_table_ship .shipping_empty_message {
    border: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: 32px !important;
    width: auto !important;
    padding: 6px !important;
    min-width: 60px !important;
}
.woo-variation-swatches .variable-items-wrapper[aria-label="Mount Options"] .variable-item {
	height: auto !important;
    width: auto !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-size: 25% !important;
}
td.value.woo-variation-items-wrapper {
    position: relative;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    position: absolute;
    right: 0;
    bottom: 0;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
   background: linear-gradient(45deg, var(--primary), var(--secondary)) !important;
    color: var(--white) !important;
    border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 250px;
    text-align: center;
    background: #f6f1ed !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display:none !important;
}
.single-product .secondary-container {
    background: #fff;
    border-bottom: 1px solid var(--black);
    padding: 60px 0 0;
}
.whychoose-suredec {
    background: var(--white);
    padding: 25px 25px 35px;
    border-radius: 0 0 6px 6px;
    margin-bottom: 30px;
    text-align: center;
}
.whychoosesec {
    margin-top: 25px;
}
.whychoose-suredec .whychoosesec-item {
    border: solid 1px #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.whychoosesec {
    margin-top: 25px;
}
.whychoose-suredec .whychoosesec-item img {
    width: 65px;
}
.whychoose-suredec .whychoosesec-item h3 {
    margin: 12px 0 0;
    font-size: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.how-it-works {
    background-color: #FFF9F5;
    padding: 65px 0 85px;
    text-align: center;
}
.how-it-works .container {
  max-width: 1200px;
  margin: 0 auto;
}
.how-it-works .section-title {
  margin-bottom: 10px;
}
.how-it-works .section-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 50px;
}
.how-it-works .cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.how-it-works .card {
    background-color: #fff;
    border: 1px solid #120E0C;
    flex: 1 1 30%;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
}
.how-it-works h3 {
    margin: 18px 0 8px;
}
.text-section p {
    font-size: 16px;
    margin-bottom: 20px;
    list-style: decimal;
}
.text-section ol {
    list-style-type: decimal;
    margin-bottom: 20px;
}
.text-section li {
    font-size: 16px;
    margin-bottom: 10px;
}
.text-section ol li::before {
    content: counter(list-item) ". ";
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    background: var(--primary);
    border-radius: 30px;
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.what-you-receive a {
    background-color: var(--black);
    color: white !important;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 0;
}
.what-you-receive a:hover {
    background-color: var(--primary) !important;
    color: var(--black) !important;
}
.what-you-receive .image-section img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.what-you-receive {
    background: #FFF9F5;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}
.text-section {
    padding: 4rem;
}
section.related.products h2 {
    text-align: center;
    margin-bottom: 40px;
}
.features-section {
	background:#fef9f6;
    padding: 60px 0;
    clear: both;
}
.features {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    gap: 40px;
}

.feature {
  flex: 1;
  padding: 0 20px;
}

.feature img {
  margin-bottom: 20px;
}

.feature h5 {
  margin-bottom: 10px;
}

section.related.products {
    background: #fef9f6;
    padding-bottom: 80px;
}

/* Top Bar */
.top-bar {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1E1E1E;
}

/* Secure Payment */
.secure-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e3f8df;
  padding: 15px 20px;
  border: 1px solid #c4eac2;
  border-radius: 0;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.secure-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #1a1a1a;
}

.secure-left img {
  width: 24px;
  height: 24px;
}

.payment-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-icons img {
  height: 24px;
}

/* Accordion items */
.product-main .accordion .accordion-item {
    border-color: #000;
    background: transparent !important;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
}

/* Accordion headers (buttons) */
.product-main .accordion-header {
  width: 100%;
  padding: 15px 0;
  text-align: left;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  outline: none;
  color: #000;
}

/* Arrow icon */
.product-main .accordion-header::after {
  content: '';
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
width: 11px;
    height: 10px;
  transition: transform 0.3s ease;
}

/* Rotated arrow when open */
.product-main .accordion-item.active .accordion-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.product-main .accordion-item:first-of-type {
    border-top: 0;
}

/* Accordion content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding: 0;
}

/* Show when active */
.accordion-item.active .accordion-content {
  max-height: 300px; /* Adjust depending on content */
  padding: 10px 0 20px;
}

.product_meta {
    display: none;
}

.product-main {
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.single-product.woocommerce div.product form.cart .button {
    background: var(--primary) !important;
    color: #000 !important;
    border-radius: 0;
    height: 48px;
    width: calc(100% - 134px);
    font-family: "Ivy Mode", sans-serif;
    text-transform: capitalize !important;
    font-size: 16px !important;
}
.woocommerce .quantity .qty {
    height: 44px;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 14px 0 0 !important;
}
.product-reviews {
    padding: 60px 0;
}

.woocommerce div.product form.cart div.quantity {
    border: 1px solid #E7E7E7;
    width: 120px;
    height: 48px;
}
.woocommerce div.product form.cart div.quantity button.minus, .woocommerce div.product form.cart div.quantity button.plus {
    border: 0;
    height: 44px !important;
    background: transparent;
    color: #EDD56F;
}
.quantity .plus, .quantity .minus {
    font-size: 22px;
}
.woocommerce div.product form.cart div.quantity .qty {
    border: 0;
    background: transparent;
    margin: 0;
    text-align: center;
    padding-left: 20px;
}
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews-heading {
    flex: 1;
    max-width: 400px;
}

.reviews-intro {
    flex: 1;
    max-width: 45%;
}

.reviews-intro p {
  margin-bottom: 15px;
}

.leave-review-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #f7e18b;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.reviews-list {
  margin-top: 30px;
}

.ourclients-item img {
    height: 32px !important;
    object-fit: contain;
}

.comment-form-rating {
    margin: 10px 0;
}
.woocommerce #review_form #respond p {
    margin-top: 5px;
}
.woocommerce #review_form #respond .form-submit input {
    padding: 12px 20px !important;
    background: #f7e18b !important;
    color: #000 !important;
    text-decoration: none;
    font-weight: 500 !important;
    border-radius: 0;
}

.inner-banner {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #120E0C;
}

.inner-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 5%; /* adjust left position */
  transform: translateY(-50%);
}

.banner-text h2 {
  font-size: 50px;
  background: #fff;
  padding: 15px 40px;
  border: 1px solid #000;
  display: inline-block;
  font-weight: 400;
}

.archive #primary {
  background: #FFF9F5;
}

.product-excerpt {
    text-align: left;
    color: #6D6D6D;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 3rem !important;
}


.woocommerce .woocommerce-ordering select {
    background: #fff;
}

section.enable-animation {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.faqs, .summercollec {
    background: var(--bg);
}
.faq-main {
    text-align: center;
    margin-bottom: 1rem;
}
.secondary-container.faqs {
    padding: 50px 0 70px;
}
.faqs .accordion-item {
    background-color: unset;
    border-bottom: 1px solid var(--black);
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.faqs button.accordion-button {
    background: transparent;
    color: var(--black);
    padding: 1rem 0;
    font-size: 18px;
}
.faqs .accordion-body {
    padding: 0rem 0 1.5rem;
}
.faqs .accordion-body p {
    margin: 0;
}
.faqs .accordion-button:focus {
	box-shadow: unset;
}
.faqs .accordion-button:not(.collapsed) {
	box-shadow: unset;
}
.container-small {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 2rem;
}

.summercollec p {
    max-width: 433px;
}

.help-section {
    text-align: center;
    padding: 50px 20px 0;
    background: var(--bg);
}


.help-section p {
    margin-bottom: 40px;
}

.help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.help-card {
    border: 1px solid var(--black);
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.help-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.help-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--black);
}

.help-card p {
    font-size: 14px;
    color: var(--black);
    margin: 5px 0;
}
.help-card p.desc {
    min-height: 50px;
}
.help-card a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: var(--black);
    text-decoration: unset;
}

.help-card img {
    margin-bottom: 15px;
}

input[type="text"]:placeholder, input[type="email"]:placeholder, input[type="tel"]:placeholder, input[type="password"]:placeholder, input[type="date"]:placeholder, textarea:placeholder, select:placeholder {
	color: var(--black);
}
.testimonial .heading {
    display: none;
}

.testimonial-item .testimonial-cnt {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.testimonial-item figure {
    width: 50%;
}
.testimonial .testimonial-item .testimonial-cnt img.quote {
    object-fit: contain;
    width: 81px !important;
    aspect-ratio: unset;
}
.wapf-field-group {
    display: none !important;
}
.productlist-box h4 a {
    font-family: "Ivy Mode", sans-serif;
}
.featured-product .arrowbutton.prev, .featured-product .arrowbutton.next,
.related .arrowbutton.prev, .related .arrowbutton.next {
    top: 40%;
}
.btn-primary {
    color: var(--black) !important;
    border-radius: 0 !important;
    letter-spacing: 0 !important;
    padding: 10px 20px !important;
}
.summercollec a.btn.btn-primary {
    margin: 20px auto 0;
    display: table;
}
.btn-primary:hover {
    color: var(--white) !important;
    background-color: var(--black) !important;
}

 /* Shop by Category */
 .shop_category {
 	padding: 60px 0 70px;
 }
 
 .shop_category h2 {
    text-align: center;
  }
  
  .shop_category p {
    text-align: center;
    margin-bottom: 40px;
   }
    .shop-category {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .shop-category img {
       width: 50%;
    }

    .category-list {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
}

    .shop-category .category-item {
      border: 1px solid #FFF9F5;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s;
      border-radius: 0px;
      background: #FFF9F5;
      height: 100%;
    }

    .shop-category .category-item h3 {
      margin: 0 0 8px;
      font-size: 30px;
    }
    
.shop-category a {
    background: #F8E8A6;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
    .shop-category .category-item div {
        text-align: left;
        width: 90%;
    }
    
    
    .shop_category .category-item p {
        text-align: left;
        margin-bottom: 0;
    }

    .shop-category .category-item p {
        margin: 0;
        font-size: 16px;
        color: var(--black);
        line-height: 26px;
    }

    .shop-category .arrow {
      font-size: 20px;
      color: #000;
      margin-bottom: 5px;
    }

    /* Why Our Frames Stand Out */
.frames-standout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.frames-text {
    background: var(--primary);
    padding: 0 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
.frames-image {
    background: var(--primary);
}
    .frames-text h2 {
      text-align: left;
      margin-bottom: 20px;
    }

    .frames-text p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px;
    }

    .frames-text a {
      display: inline-block;
      padding: 10px 20px;
      background: #111;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
    }
.frames-image img {
    width: 590px;
    height: 590px;
    object-fit: cover;
    border-right: solid 20px #ffffff;
}
    .justify-content-center, .justify-content-center p {
    	    justify-content: center;
            text-align: center;
            margin: 0 auto;
    }
    
.summercollec.newly {
	padding: 50px 0 80px;
    background: #fff9f5;
    border-bottom: 1px solid var(--black);
}
    
.featured-product .arrowbutton.prev, .featured-product .arrowbutton.next,
.related .arrowbutton.prev, .related .arrowbutton.next {
    color: var(--black);
    border-radius: 0;
}

.testimonial-slider .arrowbutton.prev, .testimonial-slider .arrowbutton.next {
    top: unset;
    bottom: -65px;
    color: var(--black);
}
.testimonial .arrowbutton {
    width: 50px;
    height: 50px;
    background: none;
    border: solid 2px #000;
}
.testimonial-slider .arrowbutton.prev {
    left: 45.8%;
}
.testimonial-slider .arrowbutton.next {
    right: 45.8%;
}

.mainslider .carousel-caption span img:last-child {
    margin-right: 7px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
    height: auto;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item {
    width: 101px !important;
   /* height: 73px !important; */
}
.aboutus {
    background: var(--bg);
    border-bottom: 1px solid var(--black);
}
.aboutus-content a.btn.btn-primary {
    margin-top: 1rem;
}
.aboutus figure {
    border-left: 1px solid var(--black);
}
.what-makes-different .card {
    flex: 1 1 20%;
}
.what-makes-different .section-title {
    margin-bottom: 30px;
}
.aboutus .main-heading {
    text-align: center;
    max-width: 510px;
    margin: 0 auto 50px;
}
.white-box {
    background: #FFFFFF;
    padding: 25px 28px 28px;
    margin-top: 20px;
}
.white-box b {
    margin-bottom: 12px;
    display: block;
    font-size: 18px;
}
.mission .aboutus-content {
    padding: 0 80px 0 25px;
}
.aboutus.mission {
    padding-bottom: 80px;
}
.aboutus.mission .row {
    align-items: flex-start;
}
.aboutus.mission {
    border-bottom: 0;
}
.mainslider .carousel-caption span {
    text-transform: capitalize;
    letter-spacing: 0;
    gap: 10px;
}
.summercollec.newly .inline-heading {
    margin-bottom: 30px;
}
.woocommerce-cart-form .quantity {
    display: flex;
    max-width: 120px;
    border: 1px solid #E7E7E7;
    height: 44px;
    width: 120px;
}
.woocommerce-cart-form .quantity .plus, .woocommerce-cart-form .quantity .minus {
    border: 0;
    height: 44px !important;
    background: transparent;
}
.woocommerce .woocommerce-cart-form .quantity .qty {
    border: 0;
    background: transparent;
    margin: 0;
    text-align: center;
    padding-left: 20px;
}
.woocommerce-page table.cart td.actions button.button {
    margin-top: 0 !important;
}
.cart_totals h2 {
    font-size: 30px;
}
.woocommerce-cart table.cart img {
    width: 100px !important;
}
.woocommerce table.shop_table {
    border-radius: 0 !important;
}
.woocommerce-cart .product-name a {
    font-size: 18px;
    line-height: 1.8;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-top: 0 !important;
}
.woocommerce-info {
    border-top-color: #f8e8a6 !important;
}
.woocommerce-info::before {
    color: #f8e8a6 !important;
}
.custom-product-rating {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}
.woocommerce .star-rating {
    height: 1.4rem !important;
    font-size: 1.1em !important;
    letter-spacing: 0.5px;
}
.wsatc-rating {
    display: flex;
    column-gap: 5px;
}


.custom-loop-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
}
.custom-loop-rating .star {
    color: #f1c40f; /* gold */
    font-size: 18px;
    line-height: 1;
}

.custom-loop-rating .rating-number {
    font-size: 16px;
    color: #222;
    font-weight: 500;
}
.post-type-archive .star-rating span::before, .products .prdctlst .star-rating, .post-type-archive .star-rating:before{
display: none !important;	
}
.prdctlst h2.woocommerce-loop-product__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prdctlst span.star {
    color: #EAD684;
    font-size: 22px;
}
.prdctlst span.loop-rating {
    font-size: 17px;
}
.woocommerce #reviews #comments h2 {
    font-size: 25px;
    margin-bottom: 22px;
}
#reviews div#comments {
    margin-bottom: 2rem;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
    filter: brightness(0);
}



.custom-filter-form select {
    border: 1px solid #333;
    background: #fff;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    height: 47px;
    width: auto;
    padding: 10px 20px 10px 10px !important;
}

.custom-filter-form button {
    border: 1px solid #333;
    background: #fff9f5;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
}
button.filter-close-btn {
    border-radius: 50%;
    font-size: 20px;
    padding: 0;
    width: 28px;
    height: 28px;
}
.custom-filter-form select:focus,
.custom-filter-form button:focus {
    outline: none;
    border-color: #000;
}

.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    height: 47px;
    border-color: var(--black);
}
.custom-filters-wrapper {
    display: inline-flex;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
.select2-container .select2-dropdown, .select2-container .select2-selection, button#place_order, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 0 !important;
}

.woocommerce .checkout .col2-set .col-2, .woocommerce .checkout .col2-set .col-1 {
    padding: 20px;
}
.woocommerce .checkout .col2-set .col-2 {
    background: #fff9f5;
}
.col-2, .woocommerce .checkout .col2-set .col-1 {
    background: #f9f9f9;
    height: 100%;
    position: sticky;
    top: 0;
}
h3#order_review_heading {
    margin-top: 15px;
}
.woocommerce form.checkout .form-row .input-text, .woocommerce form.checkout .form-row select, .woocommerce form.checkout .selection, .woocommerce form.checkout span.select2-selection.select2-selection--single, .woocommerce form.checkout .select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px;
    border-color: #ddd;
}
.woocommerce form.checkout .form-row textarea.input-text {
    height: 100px;
}
.woocommerce form.checkout .shipping, .woocommerce-checkout #payment div.payment_box {
    background: var(--primary) !important;
}
.woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select, .woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--primary) !important;
}
.woocommerce-checkout #payment {
    background: #dddddd33 !important;
}
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--primary) !important;
}
.menutop li a:hover, .menutop li.current-menu-item a {
    color: var(--black) !important;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.productlist-box h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productlist-box span.star {
    color: #EAD684;
    font-size: 22px;
}
.product-share {
	cursor: pointer;
}
span.variable-item-span.variable-item-span-button {
    display: none;
}
img.variation-placeholder {
    height: 70px !important;
    width: 90px !important;
}
.woo-variation-swatches .variable-items-wrapper {
    gap: 2px;
}
.custom-stock-status {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 28px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #E9CC55 !important;
    font-size: 18px !important;
    font-weight: 600;
}
.custom-stock-status .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.custom-stock-status.in-stock .icon {
    background-color: #00c853; /* Green box */
}

.custom-stock-status.in-stock .text {
    color: #00c853; /* Green text */
}

.custom-stock-status.out-of-stock .icon {
    background-color: #ff3d00; /* Red box */
}

.custom-stock-status.out-of-stock .text {
    color: #ff3d00; /* Red text */
}


.custom-upload-container {
    border: 1px solid #ccc;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 25px;
}
        .custom-upload-container .upload-text {
            flex-grow: 1;
        }

.custom-upload-container .upload-button {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 15px;
}
        .custom-upload-container .upload-button svg {
            width: 20px; /* Adjust size as needed */
            height: 20px;
            margin-right: 5px;
        }
        #custom_file_upload {
            display: none;
        }
	div#custom_file_preview {
    margin: -8px 0 20px !important;
}	
.woocommerce-cart dd.variation-UploadedFile {
    transform: translateY(-5px);
}
.product-features {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.product-features li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--black);
  margin-bottom: 6px;
}

.product-features svg {
  margin-right: 8px;
}

.single-product.woocommerce div.product form.cart .button.buy-now-button {
  background: var(--black) !important;
  width: 100% !important;
  color: #fff !important;
}

.single-product.woocommerce div.product form.cart .button.buy-now-button:hover {
  background: var(--primary) !important;
  color: var(--black) !important;
}

.no-scroll {
  overflow: hidden;
  height: 100vh; /* prevent jumping on mobile */
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0 !important;
}
.woo-variation-swatches .variation-label {
    margin-bottom: 5px;
}
.upload-text p {
    margin-bottom: 0;
}
.xoo-wsc-pattern-card, .xoo-wsc-img-col img, .xoo-wsc-img-col, .xoo-wsc-sm-back-cont {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.custom-filters-wrapper .custom-filter-form {
            display: inline-flex;
            position: fixed;
            top: 0;
            left: -450px;
            width: 450px;
            height: 100%;
            background: #fff9f5;
            box-shadow: -2px 0 5px rgba(0,0,0,0.3);
            padding: 20px;
            flex-direction: column;
            z-index: 9999;
            overflow-y: auto;
            transition: left 0.3s ease;
        }

        .custom-filters-wrapper.active .custom-filter-form {
            left: 0;
            gap: 1rem;
            flex-wrap: unset !important;
    		display: inline-flex !important;
        }

        .filter-toggle-btn {
            display: inline-block;
            padding: 10px 15px;
            background: #fff;
            color: #000;
            border: none;
            cursor: pointer;
            margin-bottom: 10px;
            border: 1px solid #000;
        }
        
        .filter-close-btn {
            display: inline-block;
            align-self: flex-end;
            background: transparent;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }
        
button.filter-apply-btn {
    height: 47px;
    background: var(--primary);
    border: 0;
}
button.filter-apply-btn:hover {
    color: #fff;
    background: var(--black);
}
li.variable-item.disabled {
    display: none !important;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item[data-attribute_name="attribute_pa_mount-size"] {
    width: 90px !important;
    height: auto !important;
}
.woocommerce div.product form.cart .variations th {
    margin-top: 5px;
}
.woocommerce div.product form.cart .reset_variations {
    font-weight: 700;
    text-decoration: underline;
}
.product-summary-text {
    display: inline-block;
    clear: both;
    text-align: center;
    width: 100%;
    position: relative;
}
.woocommerce-variation-price {
    display: inline-flex;
}
.custom-stock-status {
	display: none;
}
.woocommerce-variation-availability {
    display: inline-flex;
    margin-left: 15px;
}
p.product-promotion-text {
    color: #000 !important;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0 !important;
    font-size: 15px !important;
}
.show-more-btn {
    background: #f6e58d;
    border: none;
    padding: 6px 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 3px !important;
    border-radius: 0 !important;
    height: 34px;
    display: flex;
    align-items: center;
}
.show-more-btn:hover {
    background: #000 !important;
    color: #fff;
}

/* Sidebar & filter styling */
.custom-filter-list { 
    margin: 10px 0; 
}
.custom-filter-list h4 { 
	margin-bottom: 10px; 
    font-weight: 600; 
}
.custom-filter-list ul { 
	list-style: none; 
    padding: 0; 
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
}
.custom-filter-list li {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: all 0.2s;
    flex-direction: column;
}
.custom-filter-list img {
    width: 70px;
    height: 65px;
    object-fit: cover;
    border-radius: 100px;
    border: 1px solid #ddd;
}
.custom-filter-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.show-more-btn {
    margin-left: 8px;
}
.apply-filters-btn:hover {
  background: #333;
}
.clear-filters-btn:hover {
  background: #ddd;
}
.color-swatch.active,
.frame-style-thumb.active {
  outline: 2px solid #000;
  outline-offset: 2px;
}


/* ========== COLOR SWATCH FILTER STYLES ========== */
.color-swatch {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--swatch-color, #ccc);
  border: 2px solid #ddd;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  position: relative;
  transition: all 0.25s ease;
}

.color-swatch:hover {
  transform: scale(1.1);
  border-color: #000;
}

/* Active (selected) state */
.color-swatch.active {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #000; /* outer ring effect */
}

.color-swatch.active::after {
  content: "✓";
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.frame-style-item.active img {
  border: 3px solid #000;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.frame-width-item.active {
  font-weight: bold;
  color: #000;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 2em !important;
}
.summercollec a.btn.btn-primary {
    font-size: 16px;
}

.color-swatch-label.active .color-swatch {
  border-color: #000;
  box-shadow: 0 0 0 2px #0003;
}

.frame-style-label.active img.frame-style-thumb {
  border-color: #000 !important;
  transform: scale(1.05);
  transition: transform 0.2s ease, border 0.2s ease;
}







.custom-step { 
    margin-bottom: 25px; 
}
  .custom-step .step-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .custom-step .circle {
    background: #e94a4a;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-step h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
  }

  /* Buttons grid */
  .button-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
  .opt-btn {
    border: 1px solid #ccc;
    padding: 8px 14px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
  }
  .opt-btn:hover {
    border-color: #e94a4a;
    color: #e94a4a;
  }
  .opt-btn.selected {
    border-color: #e94a4a;
    background: #ffeaea;
    color: #e94a4a;
  }

  .next-step {
    background: #e94a4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .next-step:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }