@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{ margin:0; padding:0; box-sizing: border-box;}

img,fieldset{ border:none}
:focus{ outline:none}
ul,ol{margin: 0; padding: 0;}
a{ text-decoration:none}
h1,h2,h3,h4,h5,h6{ font-weight:normal}
body{ font-size:14px; line-height:18px; -webkit-font-smoothing:antialiased;  font-family: "Public Sans", serif;
    font-weight: 400; color: #222222;}

h1{font-size:35px; line-height:40px; font-weight:600; color: #222; position: relative; margin-bottom: 20px;}	
h2{font-size: 26px; line-height: 30px; font-weight:600; color: #222; position: relative; margin-bottom: 20px;}
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color:#fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.menu-menu-1-container{height: 100%;}
header {
	width: 100%;
	padding-bottom: 30px;
	position: relative;
	z-index: 99;
}
header .top-header{background:#e31c2a; padding:13px 0;}
header .top-header p{margin: 0; color: #fff; text-align: center;}
header .top-header .App{color:#fff;}
header .top-header .right-links {
	display: flex;
	list-style: none;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
}
header .top-header .right-links li {
	display: flex;
	align-items: center;
	padding: 0 8px;
	position: relative;
}
header .top-header .right-links li > a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

header .right-side .sub-menu-account {
	position: absolute;
	top: 72px;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 8px #ddd;
	z-index: 2;
	width: 200px;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding:10px;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: self-start;
}
header .sub-menu-account li {
	width: 100%;
	padding: 0 !important;
	border-bottom: 1px solid #ced4da;

}
header .sub-menu-account li:last-child{border-bottom: 0;}
header .sub-menu-account li a{text-transform: capitalize; color: #222 !important; padding:10px 0; display: block;}
header .sub-menu-account li a:hover{color:#e31c2a;}
header .sub-menu-account li:before{content: none;}
header .sub-menu-account li::before{content: none !important;}
header .right-side:hover .sub-menu-account {
	opacity: 1;
	visibility: visible;
	top:50px;
	max-height: 450px;
	overflow: auto;
}

header .right-links li:last-child{padding-right: 0;}
header .right-links li:last-child:before{border-right: 0;}
header .right-links li::before {
	position: absolute;
	content: "";
	right: -1px;
	top: 0px;
	border-right: 2px solid #fff;
	width: 2px;
	height: 19px;
}
header .right-links li i{font-size: 18px;}
header .mid-header{padding:20px 0; background: #fff;}
header .logo img{max-width: 120px;}

header .mid-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
}

header .mid-header .location-box {
	border-radius: 5px;
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	padding: 7px;
	margin-right: 13px;
	position: relative;
	cursor: pointer;
	max-width: 220px;
	width: 100%;
}

header .mid-header .location-box .locat-name {
	font-size: 16px;
	font-weight: 400;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
header .mid-header .location-box .locat-name option{font-family: "Public Sans", serif;}
header .mid-header .search-box .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
header .mid-header .search-box .input-group form{display: flex !important; width: 100%;}
header .mid-header .search-box .input-group form .form-control{border-radius: 4px 0 0 4px;}
.mobile-toggle{display:none;}


.mobile-menu{background:#f9e7e8;
	background: #f9e7e8; /* or any background */
  left: 0;
  top: 0;
  padding: 20px;
  z-index: 999;
  position: fixed; /* changed from absolute to fixed */
  width: 75%;     /* full screen width */
  height: 100vh;    /* full screen height */
  transition: 0.3s ease;
  transform: translateX(-100%);
}
.mobile-menu .mobile-toggle{display: none;}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

header .search-box .input-group button {
	background-color: #222;
	color: #fff;
	height: 51px;
	padding: 14px 20px;
	border: 1px solid #222;
	border-radius: 0 5px 5px 0;
}
header .search-box .input-group button i{font-size: 20px;}
header .mid-header .search-box {width: 100%;margin: 0 auto;}
.form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color: #ced4da;
}
header .mid-header .middle-box{display: flex;}
header .mid-header .rightside-box{height: 100%;}
header .mid-header .rightside-box .right-side-menu {
	display: flex;
	align-items: center;
	padding: 0;
	list-style: none;
	justify-content: flex-end;
	height: 100%;
}
header .mid-header .rightside-box .right-side-menu li {
	position: relative;
	padding-right: 30px;
}
header .mid-header .rightside-box .right-side-menu li:last-child {
	padding-right:0;
}
header .mid-header .rightside-box .right-side-menu li:last-child::before {
	content: none;
}
header .mid-header .rightside-box .right-side-menu li::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	right: 14px;
	background-color: #eee;
}
header .mid-header .rightside-box .right-side-menu li i{font-size: 24px; color: #222;}

header .mid-header .rightside-box .right-side-menu li sup {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff7272;
	font-size: 12px;
	padding: 0;
	border-radius: 2px;
	color: #fff;
	position: absolute;
	top: -11px;
	right: 22px;
}
header .rightside-box .right-side-menu li .user-box {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden; cursor: pointer;
}
header .rightside-box .right-side-menu li .user-box img {
	max-width: 25px;
	height: auto;
}
header .bottom-header .dropdown-category {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 27px;
	background: #e31c2a;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 17px;
	font-weight: 600;
}
header .bottom-header .dropdown-category i{font-size: 23px; margin-right:10px;}
header .bottom-header .category-box{position:relative;}

header .bottom-header .category-box .category-dropdown {
	position: absolute;
	top: 72px;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 8px #ddd;
	z-index: 2;
	width: 300px;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}
header .bottom-header .category-box:hover .category-dropdown {
	opacity: 1;
	visibility: visible;
	top: 63px;
	max-height: 450px;
	overflow: auto;
}
header .bottom-header .category-box .category-dropdown ul{display: flex;
	flex-wrap: wrap;
	gap: 25px;
	padding: 20px 25px; list-style: none;}

header .bottom-header .category-box .category-dropdown ul li{display: block; width: 100%;}
header .bottom-header .category-box .category-dropdown ul li a {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	color: #4a5568;
}
header .bottom-header .category-box .category-dropdown ul li a > img{max-width: 24px;}
header .bottom-header .category-box .category-dropdown ul li a i{font-size: 23px;}
header .bottom-header .category-box .category-dropdown ul li a span{font-size: 17px;
	font-weight: 500;
	position: relative;
	transition: all .3s ease-in-out;}

header .bottom-header .category-box .category-dropdown ul li a span:before{content: "";
	position: absolute;
	width: 0;
	height: 3px;
	bottom: -10px;
	left: 0;
	background-color: #e31c2a;
	opacity: .5;
	transition: all .3s ease-in-out;}

header .bottom-header .category-box .category-dropdown ul li a:hover span:before{width: 100%;}

header .main-menu {
	display: flex;
	list-style: none;
	height: 100%;
	align-items: center;
	justify-content: center;
	gap: 25px;
	position: relative;
}
header .main-menu > li{position: relative;}
header .main-menu li a{display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	text-transform: capitalize; color: #222; transition: all .6s ease;}
header .main-menu li > a{padding-right: 18px; }
header .main-menu li > a i {
	position: absolute;
	right: -3px;
	font-size: 17px;
	top: 1px;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
header .main-menu li a:hover{color: #e31c2a;}
.main-menu li.current-menu-item a, .main-menu li.current_page_parent a{color: #e31c2a;}

header .main-menu li a:hover i{-webkit-transform:rotateX(180deg); -ms-transform:rotateX(180deg); transform:rotateX(180deg);}
header .bottom-header .hot-deals{display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 27px;
	background:#f9e7e8;
	color: #e31c2a;
	border-radius: 5px;
	border: none;
	font-size: 17px;
	font-weight: 600; margin-left: auto;
}
	
header .bottom-header .hot-deals i {
		font-size: 23px;
		margin-right:5px;
		color:#e31c2a;
}

header .bottom-header .main-menu li > .sub-menu-main {
	position: absolute;
	top: 72px;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 8px #ddd;
	z-index: 2;
	width: 200px;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 20px;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: self-start;
	gap: 15px;
}
header .bottom-header .main-menu li > .sub-menu-main li{text-align: left;}
header .bottom-header .main-menu li:hover .sub-menu-main {
	opacity: 1;
	visibility: visible;
	top:25px;
	max-height: 450px;
	overflow: auto;
}
.home-banner {
	width: 100%;
	background: url(../images/2.jpg) no-repeat 0 0;
	padding: 45px 0;
	margin:0 0 40px 0;
	background-size: cover;
}

.home-banner .home-add-1{position:relative;}

.home-banner .home-add-1 .text-box {
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-banner .home-add-1 .text-box span {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}


.home-banner .home-add-1 .text-box h2 {
	font-size: 35px;
	line-height: 40px;
	text-transform: capitalize;
	margin:0 0 20px 0;
	font-weight: 700;
	color: #fff;
}
.home-banner .home-add-1 .text-box h4 {
	font-size:25px;
	line-height:30px;
	text-transform: capitalize;
	font-weight:300;
	color: #fff;
}
.home-banner .home-add-1 .text-box p{color: #a1a1a1;}
.small-btn {
	background: #e31c2a;
	border: 0;
	color: #fff;
	font-weight: 500;
	padding: 8px 15px;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.small-btn:hover{background:#f9e7e8; color: #e31c2a;}
.home-banner .home-add-2, .home-banner .home-add-3{position: relative;}

.home-banner .home-add-2 .text-box {
	text-align: center;
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	padding:0 20px
}
.home-banner .home-add-2 .text-box h4 {
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	margin-bottom:20px;
}

.home-banner .home-add-2 .text-box h5 {
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight:200;
	color: #fff;
}


.home-banner .home-add-3 .text-box h5 {
	font-size:18px;
	line-height:22px;
	text-transform: capitalize;
	font-weight:600;
	color: #fff;
	margin: 0;
}
.home-banner .home-add-3 .text-box h5 br{display: none;}
.home-banner .home-add-3 .text-box p {
	font-size:14px;
	line-height:18px;
	text-transform: capitalize;
	font-weight:200;
	color: #fff; margin: 0;
}
.home-banner .home-add-3 .text-box {
	text-align: center;
	position: absolute;
	top:35px;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 20px;
}

.home-banner .home-add-3.left .text-box {
	text-align: left;
	left: 15px;
	max-width: 170px;
	top: 50%;
}

.home-add-1 img, .home-add-2 img, .home-add-3 img{max-width: 100%; border-radius:8px;}
.home-banner .home-add-3 {display: flex;flex-direction: column;justify-content: space-between;}


.shop-by-category{width:100%; margin-bottom: 40px;}
.shop-by-category .shop-category-slider {width: 100%;}
.shop-by-category .shop-category-slider .slick-list{width: 100%;}
.shop-by-category .shop-category-slider .slick-list .slick-track {
	gap: 25px;
	display: flex;
	margin: 0;
	width: 100%;
	justify-content: space-between;
}
.shop-by-category .shop-category-slider .slick-list .slick-track::after, .shop-by-category .shop-category-slider .slick-list .slick-track::before{display: block; content: none;}
.shop-by-category .shop-category-slider .box {
	background-color: #f9e7e8;
	margin: 0 auto;
	display: flex;
	width: 100%;
	justify-content: center;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	position: relative;
	padding: 0;
	z-index: 0;
}
.shop-by-category .shop-category-slider .box a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	min-height: 145px;
	
}
.shop-by-category .shop-category-slider .box a img {max-height: 65px;}
.shop-by-category .shop-category-slider .box a:hover{background: #e31c2a; color: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);}
.shop-by-category .shop-category-slider .box a:hover img, .shop-by-category .shop-category-slider .box a:hover span{color: #fff; filter: brightness(0) invert(1);}
.shop-by-category .shop-category-slider .box a i{font-size: 50px; color: #e31c2a;}
.shop-by-category .shop-category-slider .box a span {
	color: #222;
	margin-top: 12px;
	font-weight: 500;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	transition: all .3s ease-in-out;
	z-index: 0;
	position: relative;
	font-size: 15px;
	text-transform: capitalize; padding: 0 5px;
}
/* Wrap to limit max width and center the carousel */
.shop-category-wrapper {
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Prevent unexpected margin or padding */
.shop-category-slider .slick-slide {
  margin: 0 !important;
}

/* Prevent initial full-width rendering glitch */
.shop-category-slider {
  visibility: hidden;
}
.shop-category-slider.slick-initialized {
  visibility: visible;
}
.best-deals-container {
	width: 100%;
	margin-bottom: 40px;
	
}
.best-deals-container .slick-track{overflow: hidden;}
.best-deals-home .slick-arrow{display: none !important;}
.best-deals-home  .slick-slide {margin: 0 12px;}
.best-deals-home .slick-list {margin: 0 -12px;}
.best-deals-home .thumbanail {
	position: relative;
	display: inline-block;
}
.best-deals-home .thumbanail .offer-text {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.best-deals-home .thumbanail .offer-text h5 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	background: rgb(255 255 255 / .8);
	max-width: 170px;
	width: 100%;
	border-radius: 0 30px 30px 0;
	padding: 8px 10px;
	color:#222;
}
.view-offers {
	background: #e31c2a;
	border: 0;
	color: #fff;
	font-weight: 600;
	padding: 10px 15px;
	border-radius: 20px;
	transition: all .3s ease-in-out;
	font-size: 14px;
	line-height:18px;
	max-width: 130px;
	width: 100%;
}
.view-offers:hover{background:#000;}

.best-deals-home .thumbanail .offer-text span{font-size: 14px; line-height: 16px; color: #e31c2a;}
.best-deals-home .thumbanail .offer-text p{font-size: 14px; line-height: 16px; margin: 0;}


.best-deals-home .thumbanail img{width: 100%; height: auto; border-radius: 5px; max-width:100%;}

.our-products{width:100%; margin-bottom: 40px;}
.our-products .card-container .woocommerce{width: 100%;}
.our-products .card-container .woocommerce ul{display: flex; margin-bottom: 0;}
.our-products .card-container .woocommerce ul li.product, .top-products .card-container .woocommerce ul li.product {
	width:100% !important;
	padding: 15px;
	margin: 0;
}
.our-products .card-container .woocommerce ul li.product .inner, .top-products .card-container .woocommerce ul li.product .inner{padding: 15px;
	background: #f8f8f8;
	border-radius: 5px;
	position: relative;
	transition: all .5s ease-in-out; position: relative;
}
.our-products .card-container .woocommerce ul li.product .inner .inner-wrap, .top-products .card-container .woocommerce ul li.product .inner .inner-wrap{display: block; border: 0; border-radius: 0; width: auto; padding: 0; background: none; transition: none; position: static;}
.our-products .card-container .woocommerce ul li.product .inner .inner-wrap:hover, .top-products .card-container .woocommerce ul li.product .inner .inner-wrap:hover{box-shadow: none;}
.inner-wrap .added_to_cart {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: #fff;
	width: 70%;
	padding: 10px 5px;
	border-radius: 50px;
	box-shadow: 0 0 8px #2222221f;
	transition: all .3s ease-in-out;
	max-width: 140px;
	list-style: none;
	z-index: 9;
	color: #e31c2a;
	text-align: center;
}
.our-products .card-container .woocommerce ul li.product .inner .product-image{margin: 0 auto; text-align: center; padding: 10px; max-width: 160px;}

.our-products .card-container .woocommerce ul li.product .inner .product-image img{width: 100%; object-fit: contain;
transition: opacity .5s,transform 1.25s cubic-bezier(0,0,.44,1.18); margin: 0;}

.our-products .card-container .woocommerce ul li.product .inner .offer-detail h2 {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Ensures text stays in a single line */
    width: 100%; /* Adjust width if necessary */
    padding: 0;
    line-height: 25px;
	text-transform: capitalize;
}


.our-products .card-container .woocommerce ul li.product .inner .offer-detail .price{font-size: 14px;
	line-height: 20px;
	color: #4a5568;
	display: flex;
	gap: 5px;
	margin-bottom: 5px;
}

.our-products .card-container .woocommerce ul li.product .inner .offer-detail .price bdi{color: #e31c2a; font-weight: 600;}

.our-products .card-container .woocommerce ul li.product .inner .button{width: 100%;
	background: #e31c2a;
	border: 0;
	padding: 14px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-weight: 600;
}
.our-products .card-container .woocommerce ul li.product .inner .button:hover{background:#222; color: #fff;}
.our-products .card-container .woocommerce ul li.product .inner .button::after{content: none;}
.our-products .card-container .woocommerce ul li.product .inner .button .add-icon {
	width: 35px;
	height: 35px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	right: 0;
	position: absolute;
	right: 3px;
}
.our-products .card-container .woocommerce ul li.product .inner .button .add-icon i{font-size: 20px; color: #e31c2a;}

.our-products .card-container .woocommerce ul li.product .inner .onsale {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #e31c2a;
	margin: 0;
	/* border-radius: 0; */
	/* left: 0; */
	font-size: 14px;
	line-height: 16px !important;
	/* min-height: auto; */
}

.our-products .card-container .woocommerce ul li.product .inner:hover{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.our-products .card-container .woocommerce ul li.product:hover .product-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.our-products .card-container .woocommerce .product-option {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	background-color: #fff;
	width: 70%;
	padding: 10px 5px;
	border-radius: 7px;
	box-shadow: 0 0 8px #2222221f;
	opacity: 0;
	transition: all .3s ease-in-out;
	max-width: 140px;
	list-style: none;
	z-index: 9;
}
.our-products .card-container .woocommerce .product-option a{color: #222;}
.our-products .card-container .woocommerce .product-option li {
	position: relative;
	width: 33.33%;
}
.our-products .card-container .woocommerce .product-option li + li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #4a5568;
	opacity: .3;
}
.our-products .card-container .woocommerce .product-option li .yith-wcwl-add-to-wishlist{margin: 0 !important;}
.our-products .card-container .woocommerce .product-option li .yith-wcwl-add-to-wishlist .wishlist i{margin: 0 !important;}

.our-products .card-container .woocommerce ul li.product .inner:hover .product-option {
	opacity: 1;
}

.our-products .card-container, .top-products .card-container {display: flex; margin: 0 -15px;}
.our-products .card-container .our-product-slider{width:100% !important;}
.our-products .card-container .our-product-slider .slick-track{margin: 0 !important;}
.product-card{
width: 20%; padding: 0 15px;
}
.product-card .inner {
	padding: 15px;
	background: #f8f8f8;
	border-radius: 5px;
	position: relative;
	transition: all .5s ease-in-out;
}
.product-card .inner:hover{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.product-card .inner .product-image{margin: 0; text-align: center; padding:10px;}
.product-card .inner .product-image a{display: block;}
.product-card .inner .product-image img {
	width: 100%;
	object-fit: contain;
	transition: opacity .5s,transform 1.25s cubic-bezier(0,0,.44,1.18);
}
.product-card:hover .product-image a img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}


.product-card .inner .product-image .product-option {
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	background-color: #fff;
	width: 70%;
	padding: 10px 5px;
	border-radius: 7px;
	box-shadow: 0 0 8px #2222221f;
	opacity: 0;
	transition: all .3s ease-in-out;
	max-width:140px;
	list-style: none;
	z-index: 9;
}

.product-card .inner .product-image .product-option li + li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #4a5568;
	opacity: .3;
}

.product-card .inner .product-image .product-option li {
	position: relative;
	width: 33.33%;
}
.product-card .inner .product-image .product-option li a {
	color: #222;
}
.product-card .inner .product-image .product-option li a i {
	font-size: 16px;
}

.product-card:hover .product-image .product-option {
	opacity: 1;
}

.product-card .inner .product-detail a.name{
	font-weight: 600;
	line-height: 22px;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	font-size: 16px;
	color: #222;
	display: block;
}
.product-card .inner .product-detail .weight {
	margin:3px 0;
	display: block;
}
.product-card .inner .price {
	font-size: 14px;
	line-height: 20px;
	color: #4a5568;
	display: flex;
	gap: 5px; margin-bottom: 5px;
}
.product-card .inner .price b{color: #e31c2a;}
.product-card .inner .price span{color: #e31c2a;}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
}
.stock{color: #e31c2a;}

.rating>input {
    display: none
}
.rating > label {
	position: relative;
	width: 20px;
	font-size: 20px;
	font-weight: 300;
	color: #FFD600;
	cursor: pointer;
}
.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.add-to-cart-box {
	background-color: #f8f8f8;
	border-radius: 50px;
	position: relative;
	max-width: 100%;
}



.add-to-cart-btn{padding:0;
	width: 100%;
	font-size:14px;
	margin-top: 10px;
	color: #4a5568;
	border-radius: 50px;
	font-weight: 500;
}

.add-to-cart-btn button {
	width: 100%;
	background: #e31c2a;
	border: 0;
	padding: 11px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-weight: 600;
}

.add-to-cart-btn button .add-icon {
	width: 35px;
	height: 35px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	right: 0;
	position: absolute;
	right: 3px;
}
.add-to-cart-btn button .add-icon i{font-size:20px; color:#e31c2a;}
.product-box:hover .product-image a img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
}

.add-container{width: 100%; margin-bottom: 40px;}
.add-container .add-box{position: relative;}
.add-container .add-box .add-text {
	width: 100%;
	text-align: center;
	padding: 15px;
	position: absolute;
	left: 0;
	top:150px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	
}

.add-container .add-box img{max-width: 100%; height: auto;}
.add-container .add-box .add-text span {
	display: block;
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	color: #e31c2a;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.add-container .add-box .add-text h5 {
	font-size: 25px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
}
.add-container .add-box .add-text h3 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	margin: 10px 0; color: #fff;
}

.add-text-left {
	max-width: 265px;
	width: 100%;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.add-text-left span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #e31c2a;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.add-text-left h3 {
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0 0 25px 0;
	color: #fff;
}

.add-text-left h5 {
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 300;
	color: #fff;
	margin-bottom:25px;
}


.top-selling-section{width: 100%; margin-bottom: 40px;}
.top-selling-section .category-menu {
	background-color: transparent;
	padding: 0;
	position: relative;
	border-radius: 5px;
}

.top-selling-section .category-menu::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #ececec;
	top: 40px;
}

.top-selling-section .category-menu h3{
	margin-bottom: 40px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	font-size: 19px; line-height: 24px;
}

.top-selling-section .category-menu h3::before {
	content: "";
	position: absolute;
	width: 102px;
	height: 4px;
	bottom: -18px;
	left: 0;
	background-color: #e31c2a;
	z-index: 1;
}

.category-menu .woocommerce .product-list {
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 20px 10px;
}
.category-menu .woocommerce .product-list:before{content: none !important;}
.category-menu .woocommerce .product-list li.product{width: 100%; margin: 0 !important;}
.category-menu .woocommerce .product-list li.product .wishlist-icon {
	/* float: right !important; */
	position: absolute;
	right: 0;
	top: 0;
}


.category-menu .woocommerce .product-list li.product .button{display: none !important;}
.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link{width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	gap:5px;
}
.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link .onsale {
	width: 79px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #e31c2a;
	margin: 0;
	border-radius: 0;
	left: 0;
	font-size: 14px;
	line-height: 16px !important;
	min-height: auto;
}

.category-menu .woocommerce .product-list li.product .offer-product {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	gap:20px;
}

.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
	width: 80px;
	height: 80px;
	object-fit: contain;
	transition: all .3s ease-in-out;
	margin: 0 10px 0 0;
}

/*.category-menu .woocommerce .product-list li.product .offer-product .offer-image img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	transition: all .3s ease-in-out;
}*/

.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail:hover{-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link .offer-detail {
	width: 100%;
	height: 80px;
	position: relative;
	flex-direction: column;
	justify-content: center;
	display: flex; position: relative;
	
}
.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link .offer-detail::before {
	position: absolute;
	right: 0;
	bottom: -12px;
	content: "";
	border-bottom: 1px dashed #4a55684d;
	width: 100%;
}
.category-menu .woocommerce .product-list li.product .inner-wrap {
	border: 0;
	padding: 0;
	background: none;
	transition: none;
	position: static;
}
.category-menu .woocommerce .product-list li.product .inner-wrap:hover{box-shadow:none;}
.category-menu .woocommerce .product-list li.product:last-child .woocommerce-LoopProduct-link .offer-detail::before{content: none;}
.category-menu .woocommerce ul.products::after{content: none;}
.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link .vertical-price {
	display: flex;
	align-items: center;
	gap: 5px;
}
.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link .weight{margin: 5px 0; display: block;}
.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link h2 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 0;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	display: -webkit-box;
	line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
	text-transform: capitalize;
}
.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link span.price{display: block; width: 100%; margin: 0;
	font-weight: 600;
	color: #e31c2a;
	font-size: 16px;
}

.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link span.price del{font-weight: 400; color:#222;}


.category-menu .woocommerce .product-list li.product .woocommerce-LoopProduct-link .vertical-price h5{margin: 0; font-weight: 600; color: #e31c2a; font-size: 16px;}

.feature-blog{width: 100%; margin-bottom: 40px;}
.feature-blog .blog-slider{padding: 0; width: 100%;}
.feature-blog .blog-slider .slick-list{width: 100%;}

.feature-blog .blog-slider .slick-slide > div{padding: 0 10px;}
.feature-blog .blog-slider .slick-track {
	padding: 5px 0 15px;
}


.feature-blog .blog-box {
	width: 100%;
	background: #fff;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	border-radius: 10px;
}
.feature-blog .blog-box .blog-box-image {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 8px;
	height: 210px;
}
.feature-blog .blog-box .blog-box-image img {
	max-width: 100%;
	margin: 0;
	height: 100%;
	position: relative;
	transform: scale(1.2);
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.feature-blog .blog-box:hover .blog-box-image img{transform: scale(1.12) rotate(3deg); overflow: hidden;
}

.feature-blog .blog-box .blog-detail > .date{ margin-bottom: 5px; font-size: 14px; line-height: 18px; font-weight: 400; color: #4a5568;}
.feature-blog .blog-box .blog-detail h5 .head{ color: #222;}
.blog-box .blog-detail h5{
	color: #222;
	font-size:16px;
	line-height:28px;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	margin:5px 0;
}

.newsletter{width: 100%; margin-bottom: 40px;}
.newsletter .inner{background: url(../images/rome_12.jpg) no-repeat 0 0; background-size:contain;}
.newsletter .inner .form-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 93px 125px;
}
.newsletter .inner .form-box h2 {
	font-size: 30px;
	line-height: 35px;
	color: #fff;
	margin: 0 0 10px 0;
	text-transform: capitalize;
	font-weight: 600;
}

.newsletter .inner .form-box p {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
	text-shadow: 0px 1px 10px #000;
}
.newsletter .inner .form-box form {
	display: flex;
	gap: 10px;
	width: 100%;
	max-width: 500px;
}
.newsletter .inner .form-box form input[type="email"]{background: none; color: #fff; padding: 10px;}
.newsletter .inner .form-box form input::placeholder {color: #fff;font-size:16px; line-height: 20px;}
.newsletter .inner .form-box form button {
	background: #fff;
	border: 0;
	font-size: 16px;
	font-weight: 600;
	color: #e31c2a;
	padding: 10px 25px;
	border-radius: 8px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.newsletter .inner .form-box form button:hover{background: #e31c2a; color: #fff;}

.newsletter .inner .img-box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	text-align: center;
}
.newsletter .inner .img-box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/circle.png");
	background-position: center;
	animation: rounded infinite 30s linear;
	right: 0;
	top: 0;
	z-index: -1;
}
@keyframes rounded {
	0% {
	  transform:rotate(0)
	}
	50% {
	  transform:rotate(180deg)
	}
	to {
	  transform:rotate(360deg)
	}
  }

.newsletter .inner .img-box img{max-width: 100%;}


.breadcrumb-section {
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
}

.breadcrumb-section .breadcrumb-contain {
	padding: 35px 0;
	text-align: center;
	color: #222;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.breadcrumb-section .breadcrumb-contain .entry-header-inner .entry-title{text-align: left; font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
}
.breadcrumb-section .breadcrumb-contain .entry-header-inner .intro-text, .breadcrumb-section .breadcrumb-contain .entry-header-inner .post-meta-wrapper{display: none;}
.breadcrumb-section .breadcrumb-contain h2{
	font-weight: 700;
	font-size:20px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3; text-transform:capitalize;
}

.breadcrumb-section .breadcrumb-contain .breadcrumb {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	margin-left: auto;
}
.breadcrumb-section .breadcrumb-contain .breadcrumb li{font-weight: 14px; font-weight: 500; padding: 0;}
.breadcrumb-section .breadcrumb-contain .breadcrumb .breadcrumb-item i {
	color: #4a5568;
	font-size: 20px;
}

.breadcrumb-section .breadcrumb-contain .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	font-family: remixicon;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	content: "\ea6e";
	color: #4a5568;
	font-size: 20px;
	line-height: 1;
	padding: 0;
}


.all-category{width:100%; margin-bottom: 40px;}
.all-category ul{width: 100%; list-style: none; display: flex; gap: 25px;}
.all-category ul li{width:100%; height:auto;}
.all-category ul li a{
	background-color: #f9e7e8;
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	position: relative;
	padding:30px 10px;
	z-index: 0;
}
.all-category ul li a:hover{background: #e31c2a; color: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);}
.all-category ul li a:hover i, .all-category ul li a:hover span{color: #fff;}
.all-category ul li a i{font-size: 50px; color: #e31c2a;}
.all-category ul li a span {
	color: #222;
	margin-top: 12px;
	font-weight: 500;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	transition: all .3s ease-in-out;
	z-index: 0;
	position: relative;
	font-size: 15px;
	text-transform: capitalize;
}

.filtered-products{width: 100%; margin-bottom: 40px;}
.filtered-products .left-box {position: sticky;top: 0;border-right: 1px solid #ddd;padding-right: 25px;}
.filtered-products .left-box .accordion-item {
	border: 0;
	margin-bottom: 30px; position: relative;
}
.filtered-products .left-box .accordion-item::after {
	position: absolute;
	left: 0;
	bottom: -16px;
	border-bottom: 1px dashed #4a55684d;
	content: "";
	width: 100%;
}
.filtered-products .left-box .accordion-item:last-child:after{content: none;}

.filtered-products .left-box .accordion .accordion-header .accordion-button{font-size: 18px; padding: 0 0 8px; font-weight: 600; margin-bottom: 9px; color: #222; background: none; box-shadow: none;} 

.filtered-products .left-box .accordion-item .accordion-header .accordion-button::after {
	content: "\ea4e";
	position: absolute;
	font-family: remixicon;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 5px;
	background-color: #f7f6f4;
	font-size: 15px;
	border-radius: 100%;
	transition: all .3s ease-in-out;
	background-image: none;
}
.filtered-products .left-box .accordion-item .accordion-header .accordion-button span{position:relative;}

.filtered-products .left-box .accordion-item .accordion-header .accordion-button span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0px;
	left: 0;
	background-color: #e31c2a;
}

.filtered-products .left-box .accordion-body {
	padding:0;
	
}
.filtered-products .left-box .accordion-body .inner {
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #07070763 #f1f1f1;
	max-height: 150px;
	height: auto;
}
.filtered-products .left-box .accordion-body .form-check {
	display: flex;
	align-items: center;
	padding: 0;
	/* margin: 0 0 10px 0; */
	padding: 10px 0;
}
.filtered-products .left-box .accordion-body .form-check-input {
	cursor: pointer;
	position: relative;
	margin-right: 10px;
}

.filtered-products .left-box .accordion-body .form-check-label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	color: #222;
	gap: 10px;
}
#filter .accordion-button::after{content: none;}
#filter .accordion-button{display: flex; justify-content: space-between;}
#filter .accordion-button a{font-size: 14px; color: #e31c2a;}
.form-check-input {
	cursor:pointer;
	position:relative;
	margin-right:16px
  }

  .accordion-item .filters-tag {
	list-style: none;
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.accordion-item .filters-tag li {
	padding: 9px 11px;
	background-color: #f9f8f6;
	position: relative;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.accordion-item .filters-tag li a {
	color: #777;
}
.accordion-item .filters-tag li i {
	font-size: 14px;
	color: #000;
	cursor: pointer;
}

  .form-check .form-check-input {
	float: left;
	margin-left: 0;
}
  .form-check-reverse {
	padding-right:1.5em;
	padding-left:0;
	text-align:right
  }

  .form-check-reverse .form-check-input {
	float:right;
	margin-right:-1.5em;
	margin-left:0
  }
  .form-check-input {
	width:16px;
	height:16px;
	vertical-align:top;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:2px solid rgba(0,0,0,.25);
	appearance:none;
	flex-shrink: 0;
  }
  .form-check-input[type="checkbox"] {
	border-radius: 3px;
	margin: 0;
}
  .form-check-input[type=radio] {
	border-radius:50%
  }
  .form-check-input:active {
	filter:brightness(90%)
  }

  .form-check-input:checked {
	background-color:#0d6efd;
	border-color:#0d6efd
  }
  .form-check-input:focus {
	border-color:0;
	outline: 0;
	box-shadow: none;
}
  .form-check-input:checked[type=checkbox] {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  }
  .form-check-input:checked[type=radio] {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
  }
  .form-check-input[type=checkbox]:indeterminate {
	background-color:#0d6efd;
	border-color:#0d6efd;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
  }
  .form-check-input:disabled {
	pointer-events:none;
	filter:none;
	opacity:.5
  }
  .form-check-input[disabled]~.form-check-label,
  .form-check-input:disabled~.form-check-label {
	cursor:default;
	opacity:.5
  }
  
  .color-box{width:20px; height: 20px; border-radius: 100%;}
  .color-box.red{background:#f00;}
  .color-box.green{background:green;}
  .color-box.black{background:#000;}
  .color-box.purple{background:purple;}
.star-rating i{font-size:16px; color: #ffb321;}

.filtered-products .top-filter-menu {
	display: flex;
	align-items: center;
	margin-top: 18px;
}

.filtered-products .top-filter-menu .category-dropdown {
	display: flex;
	align-items: center;
}

.filtered-products .top-filter-menu .category-dropdown .dropdown {
	margin-left: 10px;
}

.filtered-products .top-filter-menu .category-dropdown label{font-size: 16px;}

.category-dropdown #sortOptions {
	position: relative;
	width: 100%;
	height: unset !important;
	background-color: #f9f9f6 !important;
	font-size:16px;
	border: 1px solid #efefef !important;
	border-radius:8px;
	color: #898989;
	padding: 7px 10px !important; min-width: 220px; cursor: pointer;
}

.form-select:focus {
	border-color:0;
	outline: 0;
	box-shadow: none;
}
.card-container-shorting{margin:20px 0;}
.card-container-shorting .card-row{display: flex; margin: 0 -15px;}
.card-container-shorting .product-card{width: 100%;}
.pagination-box{margin-top:30px;}
.pagination-box .pagination{gap:5px;}
.pagination-box .pagination .page-item .page-link {
	border: 0;
	border-radius: 5px;
	color: #222;
}
.pagination-box .pagination .page-item.active .page-link {
	color: #fff;
	background-color: #e31c2a;
	border-color: #e31c2a;
}
.pagination .page-link:hover {
	z-index: 2;
	color: #fff !important;
	background-color: #e31c2a;
	border-color: #e31c2a;
}
.pagination .page-link i {
	font-size: 24px;
	position: relative;
	top: 6px;
}
.page-link:focus {
	color:none;
	background-color:none;
	outline: 0;
	box-shadow: none;
}
.pagination-box .pagination li:last-child .page-link, .pagination-box .pagination li:first-child .page-link{padding: 0; background: none;}
.pagination-box .pagination li:last-child .page-link:hover{background: none; color: #222 !important;}

.product-section{width: 100%; margin-bottom: 40px;}
.product-section .product-left-box {
	position: sticky;
	top: 0;
}
.product-section .right-box-contain {
	position: sticky;
	top: 10px;
	left: 0;
}
.product-count ul {
	display: inline-flex;
	align-items: center;
	gap: 3px 15px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.product-count ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}
.product-count ul li i {
	color: #e31c2a;
	font-size: 20px;
}
.product-section .right-box-contain h2{
	font-weight: 700;
	margin-bottom:15px; font-size: 25px; line-height: 30px;
}

.product-section .right-box-contain .price-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
}

.product-section .right-box-contain .price-rating h3{
	font-weight: 600;
	font-size:21px;
	color: #e31c2a;
}
.product-section .right-box-contain .price-rating h3 del {
	font-weight: 400;
	font-size:15px;
	margin:0 2px; color:#4a5568;
}

.product-section .right-box-contain .offer-top {
	font-weight: 500;
	padding: 5px 15px;
	background-color: #ff4f4f1a;
	border-radius: 5px;
	color: #ff4f4f;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 12px;
	font-size: 15px;
}

.product-section .right-box-contain .description{width: 100%; padding-bottom: 16px; border-bottom: 1px solid #ececec;}
.product-section .right-box-contain .description p{color: #4a5568; line-height: 1.7; margin-top:15px; font-size: 16px; margin: 15px 0 0 0;}
/*.note-box {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	align-items: center;
	margin-top: 20px;
}
*/
.note-box .product-qty {
	background: linear-gradient(187.77deg,#fafafa 5.52%,#f8f8f8 94%);
	border-radius: 7px;
  padding: 5px 4px;
  text-align: center;
  z-index: 0;
  border: 1px solid #eee;
}
.note-box .quantity {
	max-width: 125px;
	width: auto;
	display: flex;
	background: linear-gradient(187.77deg,#fafafa 5.52%,#f8f8f8 94%);
	border-radius: 7px;
	padding: 5px 4px;
	text-align: center;
	z-index: 0;
	border: 1px solid #eee;
}

.note-box .quantity .quantity {
	padding: 0;
	margin: 0 !important;
	border: 0 !important;
}

.note-box .quantity .quantity input[type="number"] {
	border: 0 !important;
	background: none;
	appearance: none;
}

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

.note-box .quantity button{width:32px; height:32px; display: flex; align-items: center;
justify-content: center; border: none; padding: 0; background-color: #fff;  border-radius: 4px !important; flex-shrink: 0;}
.quantity button i {
	font-size: 19px;
	color: #e31c2a;
	line-height: 1;
	margin: 0;
}
.product-qty #quantity {
	padding: 0;
	border: 0;
	background: none;
	font-size: 14px;
	color: #4a5568;
}
.wishlist-btn-group{display: flex; gap: 10px;}
.wishlist-btn-group button{border: 1px solid #eee; border-radius: 100%; background-color: #f8f8f8; width: 44px; height: 44px;}
.wishlist-btn-group button i{font-size: 20px;}
.dynamic-checkout {
	display: flex;
	align-items: center;
	gap: 15px;
	/* margin-top: 10px; */
	/* max-width: 603px; */
	padding-left: 15px;
}


.fill-button{
	background: #e31c2a !important;
	border: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 22px !important;
	color: #fff !important;
	width: 100% !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.fill-button:hover{background:#f9e7e8!important; color: #e31c2a !important;}
.border-button {
	background:#fff !important;
	border: 1px solid #e31c2a !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 22px !important;
	color: #e31c2a !important;
	width: 100% !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.border-button:hover{background:#e31c2a; border-color: #e31c2a; color: #fff;}

.border-button i{animation: ring 4s .7s ease-in-out infinite; font-size: 19px;}
@keyframes ring {
	0% {
	  transform:rotate(0)
	}
	1% {
	  transform:rotate(15deg)
	}
	3% {
	  transform:rotate(-14deg)
	}
	5% {
	  transform:rotate(17deg)
	}
	7% {
	  transform:rotate(-16deg)
	}
	9% {
	  transform:rotate(15deg)
	}
	11% {
	  transform:rotate(-14deg)
	}
	13% {
	  transform:rotate(13deg)
	}
	15% {
	  transform:rotate(-12deg)
	}
	17% {
	  transform:rotate(12deg)
	}
	19% {
	  transform:rotate(-10deg)
	}
	21% {
	  transform:rotate(9deg)
	}
	23% {
	  transform:rotate(-8deg)
	}
	25% {
	  transform:rotate(7deg)
	}
	27% {
	  transform:rotate(-5deg)
	}
	29% {
	  transform:rotate(5deg)
	}
	31% {
	  transform:rotate(-4deg)
	}
	33% {
	  transform:rotate(3deg)
	}
	35% {
	  transform:rotate(-2deg)
	}
	37% {
	  transform:rotate(1deg)
	}
	39% {
	  transform:rotate(-1deg)
	}
	41% {
	  transform:rotate(1deg)
	}
	43% {
	  transform:rotate(0)
	}
	to {
	  transform:rotate(0)
	}
  }


.right-box-contain h4{margin-top: 20px; font-size: 16px; line-height: 20px; margin-bottom: 10px; font-weight: 600;}
.right-box-contain .product-info{margin-top: 20px;}
.right-box-contain .product-info ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px;
	background-color: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  width: 80%;
  max-width: 390px;
  list-style: none;
}
.right-box-contain .product-info ul li {
	padding-left: 13px;
	width: 100%;
	font-size:14px;
	position: relative;
	color: #777;
}
.right-box-contain .product-info ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	left: 0;
	background-color: #4a5568;
	border-radius: 100%;
}


.product-section .right-box-contain .share-option {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
}
.product-section .right-box-contain .share-option h4{margin-top: 0;}

.share-option .social-media{justify-content: flex-start;}

.share-option .social-media ul{gap:15px;}
.share-option .social-media ul li i{font-size: 20px;}
.share-option .social-media ul li a{display: block;
	text-align: center;
	font-size: 18px;
	color: #4a5568;
	transition: all .5s ease;
}
.share-option .social-media ul li:hover a{-webkit-transform: translateY(-4px); -webkit-transform: translateY(-4px); transform: translateY(-4px);}
.product-left-box .flexslider{border: 0;}
.product-left-box .flexslider .slides img {height: auto; background: #f8f8f8;}
.product-left-box .flexslider .flex-control-thumbs{display: flex; gap: 15px; margin:20px 0 0 0;}
.product-left-box .flexslider .flex-control-thumbs li{background: #f8f8f8; width: 100%;}
.flexslider .flex-direction-nav .flex-prev {
	left: -18px !important;
	opacity: 1;
}
.flexslider .flex-direction-nav .flex-next {
	right: -18px !important;
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider .flex-direction-nav li a{position: absolute;
	top: 50%;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background-color: #fff;
	transform: scale(.86) translateY(-50%);
	transition: all .5s ease-in-out;
	box-shadow: 0 0 8px #ddd9;
	padding: 0;
	margin: 0;
	line-height: 1;
	border: 1px solid #ececec;
}

.flexslider .flex-direction-nav li a.flex-prev:before{content: "\ea64"; font-family: remixicon;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		font-size: 22px;
		color: #222222e0;
}
.flexslider .flex-direction-nav li a.flex-next:before{content: "\ea6e"; font-family: remixicon;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		font-size: 22px;
		color: #222222e0;
}

.flexslider .flex-direction-nav {
	position: absolute;
	top: 35%;
	width: 100%;
	transform: translateY(-35%);
	z-index: 10;
}

#product-detail-tab{margin-top: 25px;}
#product-detail-tab li button{padding: 0 20px 14px 20px; color: #222; font-size: 20px; letter-spacing: .6px; border: none;
font-weight: 600; position: relative;} 

#product-detail-tab li button::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: transparent;
	transition: all .3s ease-in-out;
}
#product-detail-tab li button.active::after, #product-detail-tab li button:hover::after {width: 100%; background: #1aa488;}

#product-detail-tab-Content{margin-top:25px;}
#product-detail-tab-Content p{font-size: 16px; line-height: 20px; color: #4a5568; font-weight: 400; line-height: 1.7;}
#product-detail-tab-Content .product-main-rating {display: flex; margin-bottom: 25px; align-items: center; gap: 14px;}
#product-detail-tab-Content .product-main-rating strong{font-weight: 500; display: flex; align-items: center; justify-content: center;
gap: 5px; font-size:34px; line-height: 40px;}
#product-detail-tab-Content .product-main-rating strong i{font-size:22px; line-height: 24px; font-weight: 400; color: #ffb321;}
#product-detail-tab-Content .product-main-rating span{line-height: 1.4; font-weight: 400; color: #4a5568; font-size: 17px;}
#product-detail-tab-Content .rating-bar-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
#product-detail-tab-Content .rating-container {
	display: flex;
	flex-direction: column;
	gap: 13px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
#product-detail-tab-Content .rating-bar-row .numbers{white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 18px;
	width: 40px;
	font-weight: 600;
}
#product-detail-tab-Content .rating-bar-row .numbers i{font-size: 14px;}
#product-detail-tab-Content .rating-bar-row .progress{width: calc(100% - 55px); height: 9px; border-radius: 100px;}
#product-detail-tab-Content .rating-bar-row > span {white-space: nowrap;
	width: auto;
	color: #4a5568e0;
	font-size: 16px;
	font-weight: 400;
	width: 15px;
	display: block;
}
#product-detail-tab-Content .review-box h4{font-size:17px;color: #222;font-weight: 700;}

.review-people {
	border-left: 1px solid #ececec;
	padding-left: 23px;
	max-height: 421px;
	height: 100%;
	overflow: auto;
}
.review-people .review-list {
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
	list-style: none;
}
.review-people .review-list li .people-box {
	display: flex;
	gap: 15px;
	width: 100%;
	border-radius: 10px;
	padding:20px;
	background: #f8f8f8;
}

.review-people .review-list li .people-box .people-image {
	width: 70px;
	height: 70px;
	margin: 0 auto 8px;
}
.review-people .review-list li .people-box .people-image img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.review-people .review-list li .people-box .people-comment {
	width: calc(100% - 85px);
}

.review-people .review-list li .people-box .people-comment .people-name {
	display: flex;
	align-items: center;
	gap: 8px;
}

.review-people .review-list li .people-box .people-comment .people-name a{
	white-space: nowrap;
	display: block;
	font-weight: 600;
	font-size:14px;
	color: #e31c2a;
}
.review-people .review-list li .people-box .people-comment .people-name .date-time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	font-size: 13px;
	color: #777;
}

.review-people .review-list li .people-box .people-comment .people-name .product-rating {
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-people .review-list li .people-box .people-comment .people-name .product-rating i{color: #ffb321;}
.review-people .review-list li .people-box .reply {
	margin-top: 6px;
	line-height: 1.6;
	color: #4a5568;
	position: relative;
}
.review-list li .people-box .reply p {
	margin: 0;
	line-height: 1.6;
	font-size: 14px;
}
.question-answer li {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 19px;
	border-bottom: 1px solid #ececec;
}
.post-question-box {
	margin-bottom: 32px;
}
.post-question-box h4{
	color: #222;
	font-weight: 500;
	font-size:16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.post-question-box h4 a {
	width: auto;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	border: none;
	border-radius: 6px;
	background-color: #f8f8f8;
	color: #222;
	padding: 11px 21px;
}

.question-answer ul {
	list-style: none;
	gap: 5px;
	margin-left: auto;
}
.question-answer ul > li {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.question-answer ul li a{color:#4a5568ab}
.question-answer li .question-box {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom:0;
}

.question-answer li .question-box h5{
	border: 1px solid #eee;
	background-color: #f8f8f8;
	text-transform: capitalize;
	font-size: 16px;
	width: auto;
	height: 30px;
	padding-inline: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.question-answer li h6{
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .6px;
}

.question-answer li .answer-box {
	display: flex;
	gap: 15px;
}


.question-answer li .answer-box h5{
	border: 1px solid transparent;
	background-color:#e31c2a;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	width: auto;
	padding-inline: 7px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 3px;
}
.question-answer li .answer-box p {
	margin: 0;
	width: calc(100% - 45px);
	line-height: 1.5;
	color: #4a5568;
	letter-spacing: .6px;
}


.link-dislike-box{display: flex;}
.product-section .right-sidebar-box {
	position: sticky;
	top: 10px;
	padding-left: 20px;
}

.vendor-box {
	padding:20px;
	background-color: #f8f8f8;
	overflow: hidden;
	margin-bottom: 30px;
}

.vendor-box .vendor-contain {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px;
	background-color: #fff;
	align-items: center;
}

.vendor-box .vendor-contain .vendor-image {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.vendor-box .vendor-contain .vendor-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.vendor-box .vendor-contain .vendor-name a{color: #e31c2a;}
.product-rating i{color: #ffb321;}

.vendor-box .vendor-detail {
	margin-top:25px;
	line-height: 1.7;
	color: #4a5568;
}
.vendor-box .vendor-detail p{font-size: 14px; line-height: 1.7; color: #4a5568;}

.vendor-box .vendor-list {
	margin-top:15px;
	padding-top:15px;
	border-top: 1px solid #ececec;
}
.vendor-box .vendor-list ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.vendor-box .vendor-list ul li {
	display: block;
}

.vendor-box .vendor-list ul li .address-contact {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}

.vendor-box .vendor-list ul li .address-contact i { font-size: 20px; line-height: 1; color:#e31c2a;}

.vendor-box .vendor-list ul li .address-contact h5 {
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 10px;
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	flex-direction: column;
	width: 100%;
}

.vendor-box .vendor-list ul li .address-contact h5 span{color: #4a5568; font-weight: 400;}

.category-menu {
	background-color: #f8f8f8;
	padding: calc(12px + 21 * (100vw - 320px) / 1600);
	border-radius: 5px;
}

.right-sidebar-box .tranding-products {
	padding: 20px;
  background-color: #f8f8f8;
	border-radius: 5px;
	margin-bottom: 30px;
}

.right-sidebar-box .tranding-products h3 {
	margin-bottom: 40px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	font-size: 20px;
}

.right-sidebar-box .tranding-products h3::before{
	content: "";
	position: absolute;
	width:100%;
	height: 2px;
	bottom:-11px;
	left: 0;
	background-color:#e31c2a;
}

.tranding-products .woocommerce .product-list {
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 25px;
}
.tranding-products .woocommerce .product-list li{width: 100%;}
.tranding-products .woocommerce .product-list li .offer-product{width: 100%; display: flex;}
.tranding-products .woocommerce .product-list li .offer-product .offer-image{width: 85px; -webkit-transition: .5s ease; transition: .5s ease;}
.tranding-products .woocommerce .product-list li .offer-product .offer-image img{width: 80px;
	height: 80px;
	object-fit: contain;
	transition: all .3s ease-in-out; position: relative;
}
.woocommerce .product-list li .offer-product .offer-image:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}




.woocommerce .product-list li .offer-product .offer-detail {
	width: calc(100% - (80px + 10 * (100vw - 320px) / 1600) - (12px + 11 * (100vw - 320px) / 1600));
}
.woocommerce .product-list li .offer-product .offer-detail h6{
-webkit-line-clamp: 1;
line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all .3s ease-in-out;
  font-size:16px;
}
.woocommerce .product-list li .offer-product .offer-detail h6 a{color: #000;}
.woocommerce .product-list li .offer-product .offer-detail span {
	font-size: 14px;
	margin-bottom: 5px;
	color: #4a5568;
	font-weight: 400;
	display: block;
}
.woocommerce .product-list li .offer-product .offer-detail .price{display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 5px;
	white-space: nowrap;
}
.woocommerce .product-list li .offer-product .offer-detail .price span {
	font-weight: 600;
	margin: 0;
	color: #e31c2a;
}

.tranding-products .woocommerce .product-list li .offer-detail {
	border-bottom: 1px dashed #4a55684d;
	padding-bottom: 20px;
}
.tranding-products .woocommerce .product-list li:last-child .offer-detail{border-bottom: 0;}

.tranding-products .woocommerce .product-list li:hover h6 a{color: #e31c2a;}
.right-sidebar-box .add-box{width: 100%;}
.right-sidebar-box .add-box img{width: 100%; height: auto; border-radius: 8px;}


.checkout-section { width: 100%; margin-bottom: 40px;}

.left-sidebar-checkout .checkout-detail-box > ul {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	list-style: none;
}
.left-sidebar-checkout .checkout-detail-box > ul > li {
	position: relative;
	width: 100%;
}

.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 6px;
	background-color: #f9f9f6;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#e31c2a;
	box-shadow: 0 0 8px #eee;
}

.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-icon i {
	font-size: 20px;
	color: #4a5568;
}

.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
	padding:25px;
	background-color: #f8f8f8;
	border-radius: 8px;
	box-shadow: 0 0 8px #eee;
	margin-left: 66px;
	position: relative;
}

.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
	content: "";
	position: absolute;
	top: 25px;
	left: -42px;
	width: 0;
	height: 115%;
	border-left: 1px dashed rgba(34,34,34,.18);
	z-index: -1;
}
.left-sidebar-checkout .checkout-detail-box > ul > li:last-child .checkout-box::before {
	content: none;
}
.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
	margin-bottom:15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4{font-size: 18px; line-height: 22px; color:#000; font-weight: 600;}
.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title a{font-weight: 700; color: #e31c2a;}
.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
	border-radius: 8px;
	padding: 20px;
	background-color: #fff;
	display: flex;
	position: relative;
	cursor: pointer;
	margin-bottom: 25px;
}

.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box .form-check{padding: 0;}
.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box .delivery-address-detail {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: 10px;
	width: calc(85% + -.00625*(100vw - 320px));
}

.left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box .delivery-address-detail li{width:100%; display: block;}
.checkout-detail .delivery-address-box ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	list-style: none;
	gap: 10px;
}
.checkout-detail .delivery-address-box ul li{font-size: 16px; line-height: 20px; color:#4a5568; font-weight: 400;}
.checkout-detail .delivery-address-box ul li b{font-weight: 600; color: #222;}
.checkout-detail .delivery-address-box ul li h4{font-size: 17px; line-height: 21px; font-weight: 600; color: #222; margin: 0;}

.form-check-input[type="radio"] {
	border-radius: 50%;
}

.form-check .form-check-input {
	width: calc(15px + .00125*(100vw - 320px));
	height: calc(15px + .00125*(100vw - 320px));
	margin-top: 2px;
	float: unset;
	margin-left: 0;
	background-color: unset;
	position: relative;
	border: unset;
}

 .form-check .form-check-input::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 100%;
	transition: all .3s ease-in-out;
	border: 1px solid #ececec;
}

.form-check .form-check-input::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	width: 11px;
	height: 11px;
	background-color:#e31c2a;
	transition: all .3s ease-in-out;
	border-radius: 100%;
}

.form-check .form-check-input:checked::after {
	transform: translate(-50%,-50%) scale(1);
}

 .form-check .form-check-input::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	width: 11px;
	height: 11px;
	background-color: #e31c2a;
	transition: all .3s ease-in-out;
	border-radius: 100%;
}

.form-check .form-check-input:checked::before {
	border-color: #e31c2a;
}

.checkout-right-box{
position: sticky;
  top: 110px;
  z-index: 1;
  background-color: #f8f8f8;
  margin-bottom: 30px;
  border: none;
  border-radius: 15px;
  padding: 25px;
}

.checkout-right-box .card-body {
	padding: 0;
	background-color: transparent;
}

.checkout-right-box .card-body h5{font-size:22px; line-height: 1.5; font-weight: 700;
	position: relative; text-transform: capitalize; margin-bottom: 20px;
}
.checkout-right-box .card-body > h5::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -28px;
	width: 3px;
	height: 26px;
	background-color: #e31c2a;
}


	.product-details{
		margin-top: 5px;
		display: flex;
		flex-wrap: wrap;
	}

.product-details ul{width: 100%; list-style: none;}
.product-details ul li{padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee; display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	width: 100%;
}
.product-details ul li .cart-content {
	width: calc(100% - 120px);
}
.product-details ul li .cart-content h4{font-weight: 400;
	color: #4a5568;
	width: 80%;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	margin-bottom: 4px; font-size: 15px; line-height: 1.5;
}
.product-details ul li > img{width: 50px; height: 50px;}
.product-details ul li .cart-content h5{font-size:15px; line-height: 1.5; margin: 0; font-weight: 400; color: #e31c2a;}
.product-details ul li .cart-content .price {
	position: absolute;
	right: 0;
	top: 5px;
	font-weight: 500;
	color: #222;
	font-size: 15px;
}


.card-body .summary-total {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-top: 10px;
	position: relative;
}

.card-body .summary-total::after, .card-body .summary-total::before {
	content: "";
	position: absolute;
	left: -15px;
	bottom: 49px;
	width: 30px;
	height: 30px;
	background-color: #f9f9f6;
	border-radius: 100%;
}
.card-body .summary-total::before {
	left: unset;
	right: -15px;
}

.card-body .summary-total li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.card-body .summary-total li h4{
	font-size:16px;
	color: #222;
	line-height: 1.5; margin: 0;
}

.card-body .summary-total li h4.price{
	margin-left: auto;
}

.card-body .summary-total li.coupon-sec{padding:15px 0;}

.card-body .summary-total li.coupon-sec .coupon-box {
	position: relative;
	padding:15px;
	background: #f8f8f8;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.coupon-sec .coupon-box input {
	padding: 10px;
}

.coupon-sec .coupon-box .btn-apply {
	outline: 0;
	box-shadow: none;
	border: 1px solid #e31c2a;
	background-color: #e31c2a;
	color: #fff;
	padding: 15px 25px;
	border-radius: 0 5px 5px 0;
	height: 100%;
	font-weight: 600;
}

.card-body .summary-total li.list-total {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
	margin-top: 12px;
}

.place-order{margin-top: 30px; font-weight: 600;}
.card-body .summary-total li label {
	font-size: 14px;
	color: #777;
	padding-top: 2px;
}
.card-body .summary-total li + li{padding-top: 15px;}

.card-body .summary-total li.border-cls{padding: 0;}
.card-body .summary-total li.list-total h4{font-weight: 600;}


.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.contact-box-section {width: 100%; margin-bottom: 40px;}
.contact-box-section .left-sidebar-box{width: 100%;}

.contact-box-section .left-sidebar-box .contact-image {text-align: center; margin-bottom:30px;}
.contact-box-section .left-sidebar-box .contact-image img {width:100%; height: auto;}
.contact-box-section .left-sidebar-box .contact-title {margin-bottom:30px;}
.contact-box-section .left-sidebar-box .contact-title h3::after{
	content: "";
	position: absolute;
	width: 70%;
	height: 2px;
	bottom: -5px;
	left: 0;
	background: #e31c2a;
}
.contact-box-section .left-sidebar-box .contact-title h3{
	position: relative;
	display: inline-block;
	font-size: calc(23px + 5 * (100vw - 320px) / 1600);
	font-weight: 600;
}


.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box {
	display: flex;
	flex-wrap: wrap;
	gap: calc(2px + 3 * (100vw - 320px) / 1600);
	align-items: center;
	background-color: #f8f8f8;
	padding: 18px 15px 18px 35px;
	position: relative;
	border-radius: 10px;
	margin-left: 22px;
	margin-bottom:15px;
}

.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -21px;
	background-color: #e31c2a;
	border-radius: 7px;
	display: inherit;
	color: #fff;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-icon i {
	line-height: 1;
	font-size: 18px;
}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title{width: 100%;}
.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-title h4{
	font-weight: 600;
	font-size: calc(16px + .00125*(100vw - 320px));
	margin-top: -2px;
}

.contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain {
	width: 100%;
  }
  .contact-box-section .left-sidebar-box .contact-detail .contact-detail-box .contact-detail-contain p {
	margin: 0 0 -5px;
	font-size: calc(14px + 1 * (100vw - 320px) / 1600);
	line-height: 1.5;
	color: #4a5568;
}

.contact-box-section .right-sidebar-box {
	padding:40px;
	border-radius: 10px;
	background-color: #f8f8f8;
}
.contact-box-section .right-sidebar-box p .send-message + .wpcf7-spinner{position:absolute;}

.wpcf7-form.failed .wpcf7-response-output{margin:10px 0 0 0; padding: 0; border: 0; color: #e31c2a; text-align: center;}




.contact-box-section .right-sidebar-box .custom-form label {
	color: #4a5568;
	display: block;
	font-size: 16px;
	margin-bottom:10px;
}
.contact-box-section .right-sidebar-box .custom-form .custom-input {
	position: relative;
}

.contact-box-section .right-sidebar-box .custom-form .custom-input .form-control {padding:15px 15px 15px 45px; border: none;}
.contact-box-section .right-sidebar-box p{margin: 0;}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea .form-control {
	border: none;
	resize: none;
	padding: 15px 15px 15px 45px;
	height: 174px;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea {position: relative;}
.contact-box-section .right-sidebar-box .custom-form .custom-input i {
	position: absolute;
	top:17px;
	left: 0;
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-size:18px;
	color: #4a5568;
	line-height: 1;
}
.contact-box-section .right-sidebar-box .custom-form .custom-textarea i {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 18px 16px;
	line-height: 1;
	display: flex;
	font-size: 18px;
	color: #4a5568;
}
.send-message {font-weight: 700;width: auto;margin-left: auto;}





footer{width: 100%; background: url(../images/footer-bg.png) no-repeat top left #f8f8f8; padding:40px 0;}
footer .box{width: 100%;}
footer .box .widget_media_image a {max-width: 150px;display: block; margin-bottom: 15px;}
footer .box .widget_media_image a img{max-width:120px;}
footer .box p{font-size: 16px; line-height: 27px; color: #4a5568; margin: 0;}
footer .box p a{color: #4a5568;}
footer .box p a:hover{color: #e31c2a;}
footer .box .bottom-space{margin-top: 35px;}
footer .box h4{font-size: 20px; line-height: 25px; font-weight: 600; margin-bottom: 15px; text-transform: capitalize;}
footer .box ul{width:100%; list-style: none;}
footer .box ul li {display: block;font-size: 16px; margin-bottom: 18px;}
footer .box ul li a {display: inline-block; position: relative; color: #4a5568; -webkit-transition: .5s ease; transition: .5s ease; }
footer .box ul li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: -4px;
	background-color: #e31c2a;
	transition: all .3s ease-in-out;
}

footer .box ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	left: -13px;
	background-color: #e31c2a;
	border-radius: 100%;
	opacity: 0;
	transition: all .3s ease-in-out;
}

footer .box ul li a:hover::after {opacity: 1;}
footer .box ul li a:hover::before {width: 100%;}
footer .box ul li a:hover {color: #e31c2a; margin-left: 13px;}
footer .box .contact-row {display: flex;flex-direction: column;position: relative; padding-left: 40px; margin-bottom: 40px;}
footer .box .contact-row i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 25px;
	color: #4a5568;
}
footer .box .contact-row span{display: block; font-size: 14px; line-height: 18px; color: #4a5568; margin-bottom: 5px;}
footer .box .contact-row strong{display: block; font-size: 16px; line-height: 18px; font-weight: 600; color: #222;}
footer .box .contact-row strong a{color: #222;}
footer .box .contact-row::before {
	position: absolute;
	right: 0;
	bottom: -20px;
	content: "";
	border-bottom: 1px dashed #4a55684d;
	width: 100%;
	max-width: 260px;
}
footer .box .store h5{font-size: 16px; line-height: 20px; font-weight: 400;}
footer .box .store .store-image{display: flex; gap: 10px;}
footer .box .store .store-image a {max-width: 133px;width: 100%;}
footer .box .store .store-image a img {max-width: 100%; width: 100%;}
.bottom-footer {margin-top: 70px;position: relative;}
.bottom-footer .footer-widget, .bottom-footer .footer-widget .textwidget{height: 100%;}
.bottom-footer::before {
	position: absolute;
	right: 0;
	top: -35px;
	content: "";
	border-bottom: 1px dashed #4a55684d;
	width: 100%;
	max-width: 100%;
}
.bottom-footer p {
	font-size: 16px;
	line-height: 27px;
	color: #4a5568;
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.social-media {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.social-media p{margin: 0;}
.social-media ul{display: flex; list-style: none;}
.social-media ul li a i{font-size: 25px; color: #4a5568;} 

.footer .box .widget_media_image img{max-width: 120px !important; width: 100% !important; height: auto !important;}


.breadcrumb-section .breadcrumb-contain .woocommerce-breadcrumb {
	display: flex; margin: 0;
}
.breadcrumb-section .breadcrumb-contain .woocommerce-breadcrumb a{color: #e31c2a;}
.breadcrumb-section .breadcrumb-contain .woocommerce-breadcrumb i{font-size: 20px;}

.entry-summary .woocommerce-product-details__short-description p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.woocommerce div.product .product_title {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.entry-summary .price{
	display: block;
	width: 100%;
	margin: 0;
	font-weight: 600;
	color: #e31c2a !important;
	font-size:20px; line-height: 22px;
	margin-bottom: 15px;

}
form.variations_form .variations{display: flex;}
form.variations_form .variations tr{margin: 10px 0;}
form.variations_form .variations tr th label{margin:0 10px 10px 0 !important; line-height: 40px;}
form.variations_form .woocommerce-variation-add-to-cart button{background: #e31c2a !important;
	border: 0 !important;
	color: #fff !important;
	font-weight: 500 !important;
	padding: 8px 15px !important;
	border-radius: 5px !important;
	transition: all .3s ease-in-out;
}
form.variations_form .woocommerce-variation-add-to-cart button:hover{background: #222 !important;}
.woocommerce .star-rating {
    color: #FFA500; /* Star color */
    font-size: 16px;
    margin-top: 5px;
}


form.variations_form .variations tr td select{display: block;
	width: 100%;
	padding:10px;
	font-size:14px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius:5px ;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; cursor: pointer;}



.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	color: #222;
	font-weight: 400;
}

#site-content .woocommerce span.onsale {
	background: #e31c2a;
	color: #fff ;
	height: 45px ;
	width: 45px ;
	border-radius: 100% ;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0 ;
}


.woocommerce ul.products li .inner-wrap .onsale {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #e31c2a;
	margin: 0;
	font-size: 14px;
	line-height: 16px !important;
}


.woocommerce ul.products li .inner-wrap{width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 20px 10px;
	background: #f8f8f8;
	transition: all .5s ease-in-out;
  position: relative;
}
.woocommerce ul.products li .inner-wrap:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.woocommerce ul.products li .inner-wrap:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.woocommerce ul.products li .inner-wrap .size-woocommerce_thumbnail {
	max-height: 180px;
	width: auto;
	margin: 0 auto;
	width: 100%;
  object-fit: contain;
  transition: opacity .5s,transform 1.25s cubic-bezier(0,0,.44,1.18);
  margin: 0;
}
.woocommerce ul.products li .inner-wrap .offer-detail h2 {
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	text-transform: capitalize;
	min-height: 45px; font-weight: 500;
}
.woocommerce ul.products li .inner-wrap .offer-detail .price {
	color: #e31c2a;
	font-size: 16px;
}

.woocommerce ul.products li .inner-wrap  .add_to_cart_button:hover{background: #e31c2a; color: #fff;}


.woocommerce ul.products li .inner-wrap  .add_to_cart_button {
	width: 100%;
	background: #e31c2a;
	border: 0;
	padding: 14px;
	border-radius: 30px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.woocommerce ul.products li .inner-wrap  .add_to_cart_button:hover{background:#222;}

.woocommerce ul.products li .inner-wrap  .add_to_cart_button .add-icon {
	width: 35px;
	height: 35px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	right: 0;
	position: absolute;
	right: 3px;
}
.woocommerce ul.products li .inner-wrap  .add_to_cart_button .add-icon i{font-size: 20px; color: #e31c2a;}

.woocommerce-product-gallery .flex-viewport{background:#f8f8f8;}
.woocommerce div.product div.images .woocommerce-product-gallery__image a .wp-post-image{max-width:415px; margin: 0 auto;}
.woocommerce-product-gallery .flex-control-nav {
	display: flex;
	gap: 20px;
	margin-top: 20px !important;
}
.woocommerce-product-gallery .flex-control-nav li{background:#f8f8f8; padding: 15px;}
.pagination-single-inner{display: flex; justify-content: space-between;}
.pagination-single-inner a{font-size: 16px; font-weight: 500; color: #e31c2a;}

/************Wordpress Default None************/

.post-meta-wrapper, .comments-wrapper, .footer-nav-widgets-wrapper, .woocommerce-message, .woocommerce-error, .woocommerce-info {display: none !important;}
#site-content .entry-header{display: none !important;}

.woocommerce div.product form.cart {margin-bottom: 20px;}
.entry-summary .yith-wcwl-add-to-wishlist {
	margin-bottom: 15px;
	background: #f8f8f8;
	padding: 10px;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	background: #f9e7e8;
	color: #e31c2a;
	padding: 5px 15px;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover{background: #e31c2a; color: #fff;}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i{font-size: 16px !important; color: #e31c2a !important;}


.woocommerce-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.woocommerce-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	max-width: 600px;
	width: 100%;
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.woocommerce-popup-close {
	position: absolute;
	top: -15px;
	right: -15px;
	font-size: 18px;
	cursor: pointer;
	background: #222;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	opacity: 0.8;
}

.woocommerce-popup-content p {
	margin: 0;
	display: flex;
	flex-direction: column-reverse;
	line-height: 40px;
	font-size: 20px;
	font-weight: 500;
}

.woocommerce-popup-content a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	background: #e31c2a;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 17px;
	font-weight: 600;
	width: auto;
	max-width: max-content;
	margin: 10px auto 0;
}

.vi-wcaio-sidebar-cart-products li {
	margin: 0 !important;
	border-bottom: 1px dashed #4a55684d;
	padding: 20px 0;
}
.vi-wcaio-sidebar-cart-products li:last-child{border-bottom: 0;}
.vi-wcaio-sidebar-cart-products li .vi-wcaio-sidebar-cart-pd-img-wrap{margin-right: 10px; }
.vi-wcaio-sidebar-cart-products li .vi-wcaio-sidebar-cart-pd-img-wrap a {
	padding: 8px;
	background: #f8f8f8;
}
.vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-name{font-weight: 500;}

.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-name-wrap .vi-wcaio-sidebar-cart-pd-name:hover, .vi-wcaio-sidebar-cart-footer-pd-name :hover {
	color: #e31c2a !important;
}
.vi-wcaio-sidebar-cart-icon-wrap .vi-wcaio-sidebar-cart-count-wrap {
	background: #222 !important;
	color: #fff !important;
	border-radius: 10px;
}
.vi-wcaio-sidebar-cart-pd-desc .woocommerce-Price-amount.amount{color: #e31c2a !important; font-size:16px; font-weight: 600;}

.vi-wcaio-sidebar-cart-pd-desc .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{color: #e31c2a !important;}
.vi-wcaio-sidebar-cart-icon-wrap .vi-wcaio-sidebar-cart-icon i {
	color: #fff !important;
}


.vi-wcaio-sidebar-cart-icon-wrap{background-color:#e31c2a !important;}


.vi-wcaio-sidebar-cart-header-wrap .vi-wcaio-sidebar-cart-header-coupon-wrap input[type="text"] {
	display: block;
	width: 100%;
	padding: 5px;
	font-weight: 400;
	color: #212529;
	background-color: #fff;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: none;
	max-width: 100% !important;
	border-radius: 4px 0 0 4px !important;
}
.vi-wcaio-sidebar-cart-header-coupon-wrap{display: flex !important; flex-wrap: nowrap !important;}
.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-header-wrap .vi-wcaio-sidebar-cart-header-coupon-wrap button.vi-wcaio-bt-coupon-code, .vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-header-wrap .vi-wcaio-sidebar-cart-header-coupon-wrap .vi-wcaio-bt-coupon-code.button {
	background: #e31c2a !important;
	color: #fff !important;
	border-radius: 0px;
}

.vi-wcaio-sidebar-cart-footer-cart_total-wrap > div {
	display: inline-flex;
	align-items: center;
	float: left;
	color: #181818;
	width: 100%;
	font-size: 20px;
}
.vi-wcaio-sidebar-cart-footer-cart_total-wrap .woocommerce-Price-amount.amount{color: #e31c2a;}

.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap button.vi-wcaio-sidebar-cart-bt-nav, .vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-bt-nav.button {
	background: #e31c2a !important;
	color: #fff !important;
	border-radius:4px !important;
	font-weight: 600 !important;
}
.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap button.vi-wcaio-sidebar-cart-bt-nav:hover, .vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-bt-nav.button:hover {
	background: #222 !important;
	color: #fff !important;
}
.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap button.vi-wcaio-sidebar-cart-bt-update, .vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-bt-update.button {
	background: #f9e7e8 !important;
	color: #e31c2a !important;
	border-radius: 4px !important;
	font-weight: 600 !important;
}

.cart-fix-wrapper{width: 100%; display: flex; gap: 60px;}
.wc-block-components-sidebar-layout .wc-block-components-main{
	background: #f8f8f8 !important;
	padding:0 !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main table th {
	font-size: 18px;
	padding:20px 15px !important; text-transform: capitalize !important; background: #f9e7e8 !important; visibility: visible !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}
.cart-fix-wrapper .wc-block-components-sidebar .cart-total-inner {
	background: #f8f8f8;
	padding:0 !important;
}
.cart-fix-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility: visible !important;}

.cart-fix-wrapper .wc-block-components-sidebar .wc-block-cart__totals-title{font-size: 18px !important; padding:20px 15px !important; text-transform: capitalize !important; background: #f9e7e8 !important; display: block !important;}
.cart-fix-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-size: 20px;
	line-height: 20px;
	color: #222;
	font-weight: 500;
}

.cart-fix-wrapper .wc-block-components-formatted-money-amount{font-size:16px; color: #e31c2a; font-weight: 500;}
.cart-fix-wrapper .wc-block-components-product-metadata p{font-size: 14px; line-height: 20px;}

.cart-fix-wrapper .wc-block-cart-item__quantity{display: flex; gap: 20px;}
.cart-fix-wrapper .wc-block-cart-item__quantity .wc-block-components-quantity-selector{margin-bottom: 0 !important;}
.cart-fix-wrapper .wc-block-cart-item__quantity .wc-block-components-quantity-selector{max-width: 125px;
	width: auto;
	display: flex;
	background: linear-gradient(187.77deg, rgb(250, 250, 250) 5.52%, rgb(248, 248, 248) 94%);
	border-radius: 7px;
	padding: 5px 4px;
	text-align: center;
	z-index: 0;
	border: 1px solid rgb(238, 238, 238);
}

.cart-fix-wrapper .wc-block-cart-item__quantity .wc-block-components-quantity-selector button{width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	background-color: #fff;
	border-radius: 4px !important;
	flex-shrink: 0;  font-size: 0;
}
.cart-fix-wrapper .wc-block-cart-item__quantity .wc-block-components-quantity-selector button i{color: #e31c2a; font-size: 20px;}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow:none !important;
	outline: none;
}

.cart-fix-wrapper .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	font-size: 14px !important;
	line-height: 16px !important;
	text-decoration: none !important;
	background: #e31c2a !important;
	color: #fff !important;
	font-weight: 500 !important;
	padding: 10px !important;
	border-radius: 5px !important;
}
.wc-block-components-product-badge {
	border-radius: 4px;
	font-weight: 600;
	white-space: nowrap;
	padding: 5px !important;
	background: #f9e7e8;
	border: 1px solid #f9e7e8 !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
	gap: 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.cart-fix-wrapper .wc-block-components-sidebar .wc-block-cart__submit-container{padding:20px;}
.cart-fix-wrapper .wc-block-components-sidebar .wc-block-cart__submit-button{background: #e31c2a !important;
	border: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 22px !important;
	color: #fff !important;
	width: 100% !important;
	font-size: 16px !important;
	font-weight:600 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.cart-fix-wrapper .wc-block-components-sidebar .wc-block-cart__submit-button:hover{background: #222 !important;}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
	box-shadow:none !important;
	outline: none !important;
}

.vi-wcaio-sidebar-cart-footer-action {
	float: right;
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}
.yith-wcwl-add-button a i, .yith-wcwl-add-button a span {
	color: #e31c2a;
	font-weight: 500;
	font-size: 16px;
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-step__heading{
	padding: 20px 15px !important;
	background: #f9e7e8 !important; margin: 0 0 10px 0;
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-step__heading h2{font-size: 18px;
	text-transform: capitalize !important;
	font-weight: 600; position:static !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-step__container {
	padding: 0 15px 15px !important;
}
.wc-block-components-checkout-step__container input[type="text"],.wc-block-components-checkout-step__container input[type="email"], .wc-block-components-checkout-step__container input[type="tel"]{border: 1px solid #ced4da !important;}
.wc-block-components-form .wc-block-components-checkout-step {margin: 0 0 10px !important;}
.wc-block-components-text-input{position: relative !important;}
.wc-block-components-text-input .wc-block-components-validation-error {
	position: absolute;
	left: 0;
	bottom: -19px;
	font-size: 14px;
}
.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
	margin-top: 25px !important;

}
#wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{margin-top: 0 !important;}
#payment-method .wc-block-components-checkout-step__container{padding-top: 0 !important;}
.wc-block-components-textarea {
	border: 1px solid #ced4da !important;
	font-size: 14px !important;
	height: 120px;
	resize: none;
}

.wc-block-components-checkbox label {
	font-size: 14px !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
	outline:none !important;
	outline-offset:0 !important;
}
.wc-block-components-checkout-step__description {
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0 0 16px;
	font-weight: 500 !important;
}

.wc-block-components-radio-control{background:#fff !important;}
.wc-block-checkout__terms, .wc-block-checkout__actions{
	margin: 0 0 20px 0 !important;
	padding: 25px 15px !important;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button{background:#f9e7e8 !important; color: #e31c2a !important;}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
	background: #f9e7e8 !important;
	color: #e31c2a !important;
	padding: 10px 15px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover{background:#e31c2a !important; color:#fff !important;}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg{position:static !important; transform: none !important;}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{background: #e31c2a !important;
	border: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 22px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{background:#222 !important;}
.wc-block-components-sidebar {margin-top: 0 !important;}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
	border:1px solid transparent!important;
	border-radius: 0 !important;
	background: #f8f8f8 !important;
}



.wc-block-components-order-summary .wc-block-components-order-summary-item {
	display: flex !important;
	font-size: 14px !important;
	width: 100%;
	background: #fff !important;
	padding: 15px !important;
	border-radius: 5px;
	margin: 5px 0 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image{padding-bottom:0 !important;}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description{padding-bottom: 0 !important;}
.wc-block-components-product-price {color:#e31c2a !important;}
.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
	font-weight: 600 !important;
	font-size: 18px !important;
}

.wc-block-components-totals-item__label, .wc-block-components-panel__button {
	font-weight: 600 !important;
}
.wc-block-components-totals-wrapper:last-child{background:#f9e7e8;}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{margin: 0 !important;}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input[type="text"] {
	border: 1px solid #ced4da !important;
	padding: 15px 10px; position: relative;
}
input:focus-visible + label{outline: none !important; border-radius: 0 !important;}
.wc-block-components-totals-coupon__form button{background: #e31c2a !important;
	border: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 22px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important; cursor: pointer !important; pointer-events: all !important;
}

.wc-block-components-totals-coupon__form button:hover{background:#222 !important;}

/*body.logged-in .woocommerce .inner-bg {
	background: #f8f8f8 !important;
	padding: 20px !important;
	margin-bottom: 30px;
	border-radius: 10px;
}*/
.woocommerce-page-container{margin-bottom:50px;}
.woocommerce-thankyou-order-received {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500 !important;
	background: #50c650;
	padding: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.woocommerce-thankyou-order-received .print-button {
	margin-left: auto !important;
	font-size: 14px !important;
	background: #f9e7e8 !important;
	color: #e31c2a !important;
	max-width: 100%;
	width: 125px;
	text-align: center;
}
.woocommerce-thankyou-order-received::before {
    content: "\eb80"; 
    font-family: "Remixicon"; 
    margin-right: 5px; font-size:30px;
}
.woocommerce .inner-bg ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	background: #f9e7e8;
}
.woocommerce .inner-bg ul li {
	margin: 0 !important;
	padding: 20px !important;
	font-size: 16px !important;
	font-weight: 600 !important; text-transform: capitalize !important;
}


.woocommerce .inner-bg ul li strong {
	font-weight: 400 !important;
	font-size: 15px !important;
	margin-top: 10px;
}

.woocommerce-order-details table{background:#fff !important;}
.woocommerce .inner-bg address {
	background: #fff !important;
	padding: 15px !important;
	line-height: 24px;
	font-size: 14px;
	border: 1px solid #0000001a !important; border-radius: 5px !important; 
}

.woocommerce-order p{font-size: 16px !important; line-height: 20px !important;}

#btn-razorpay{background: #e31c2a !important;
	border: 0 !important;
	padding: 13px 22px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
#btn-razorpay:hover{background:#f9e7e8 !important; color: #e31c2a !important;}

#btn-razorpay-cancel {
	background: #9c9c9c !important;
	border: 0 !important;
	padding: 13px 22px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
	border: 1px solid #a8a8a8 !important;
}
#btn-razorpay-cancel:hover{background:#504c4c !important;}
.edit-address-fix {display: flex; gap: 40px;}
.woocommerce .edit-address-fix nav ul{list-style: none; display: flex; flex-direction: column; gap: 5px;}
.woocommerce .edit-address-fix nav ul li{padding: 0 !important;}
.woocommerce .edit-address-fix nav ul li a{color: #e31c2a; padding: 10px !important; font-weight: 400 !important; display: block; transition: all 0.3s;}
.woocommerce .edit-address-fix nav ul li a:hover{background: #e31c2a !important; color: #fff !important; }

.woocommerce .edit-address-fix nav.woocommerce-MyAccount-navigation ul li.is-active a{background: #e31c2a !important; color: #fff !important; }

.woocommerce table.shop_table{background:#fff !important;}
.woocommerce table.shop_table tr th{font-size: 16px !important; line-height: 20px !important; padding: 10px;}
.woocommerce table.shop_table tr td{font-size: 14px; line-height: 20px;}
.woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-actions{display: flex; gap: 10px;}
.woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-actions .pay{background: #e31c2a;
	border: 0;
	color: #fff;
	font-weight: 500;
	padding: 8px 15px;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}
.woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-actions .pay:hover {
	background: #f9e7e8;
	color: #e31c2a;
}

.woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-actions .view{background: #0d6efd;
	border: 0;
	color: #fff;
	font-weight: 500;
	padding: 8px 15px;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}
.woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-actions .view:hover {
	background: #0254d0;
}

.woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-actions .cancel{background:#838383;
	border: 0;
	color: #fff;
	font-weight: 500;
	padding: 8px 15px;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}
.woocommerce table.shop_table tr td.woocommerce-orders-table__cell-order-actions .cancel:hover {
	background: #595656;
}

.woocommerce-Pagination .woocommerce-button--next{
	background: #e31c2a !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
  padding: 8px 15px !important;
  border-radius: 5px !important;
  transition: all .3s ease-in-out;
}

.woocommerce-Pagination .woocommerce-button--next:hover {
	background: #222 !important;
	color: #fff !important;
}


.woocommerce-Pagination .woocommerce-button--previous{
	background: #838383 !important;
  border: 0 !important;
  color: #fff  !important;
  font-weight: 500 !important;
  padding: 8px 15px !important;
  border-radius: 5px !important;
  transition: all .3s ease-in-out;
}

.woocommerce-Pagination .woocommerce-button--previous:hover {
	background: #222 !important;
	color: #fff !important;
}




.edit-address-fix nav{width: 100%; max-width:170px;}
.edit-address-fix .woocommerce-MyAccount-content {
	width: 100% !important;
	background: #f8f8f8;
	padding: 25px;
}
.woocommerce-Address header {
	padding-bottom: 10px;
}
.woocommerce-Address header h3 {font-size: 22px;font-weight: 500;}
.woocommerce-Address header a.edit{border: 0;
	background: #818181;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px
}

.edit-address-fix .woocommerce-MyAccount-content h3 {font-size: 22px;font-weight: 500;}
.woocommerce-MyAccount-content input[type="text"], 
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"] {
	background: #fff;
	border: 1px solid #ced4da;
	padding: 12px;
	border-radius: 5px;
}
.password-input .show-password-input{top:14px !important;}

.woocommerce-MyAccount-content button[type="submit"]{
	background: #e31c2a !important;
	border: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 22px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;

}
.woocommerce-MyAccount-content button[type="submit"]:hover{
	background: #f9e7e8 !important;
  color: #e31c2a !important;
}
.woocommerce-MyAccount-content .edit-account{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce .woocommerce-MyAccount-content .edit-account p{width: 48% !important;}
.woocommerce .woocommerce-MyAccount-content .edit-account .clear{display: none;}
.woocommerce-MyAccount-content .edit-account fieldset {
	width: 100%;
	margin: 30px 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.woocommerce .woocommerce-MyAccount-content .edit-account fieldset p{width: 33% !important;}




.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 4px;
	height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px !important;
	position: absolute;
	top: 1px;
	right: 0px;
	width: 40px !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last{width: 100% !important;}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p{width:48% !important;}

.woocommerce-address-fields button{
	background: #e31c2a !important;
	border: 0 !important;
	padding: 13px 22px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	-webkit-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important; margin-top: 20px !important;
}
.woocommerce-address-fields button:hover{background:#222 !important; color: #fff !important;}

.woocommerce .inner-bg .login, .woocommerce .inner-bg .register{background:#f8f8f8; min-height: 310px;}
.woocommerce .inner-bg .login .form-row input[type="text"], 
.woocommerce .inner-bg .login .form-row input[type="email"],  
.woocommerce .inner-bg .login .form-row input[type="password"], 
.woocommerce .inner-bg .register .form-row input[type="email"],
.woocommerce .inner-bg .register .form-row input[type="text"], 
.woocommerce .inner-bg .register .form-row input[type="password"] {
    border: 1px solid #f8f8f8;
    padding:12px;
    background: #fff;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; border-radius: 5px;
}

.woocommerce .inner-bg .login .form-row .password-input .show-password-input {
    top: 18px !important;
    right: 18px !important;
}

.woocommerce form .form-row button[type="submit"]{
	background: #e31c2a !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 13px 22px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    -webkit-transition: all .3sease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    transition: all .3sease-in-out !important;
}
.woocommerce form .form-row button[type="submit"]:hover {
    background: #f9e7e8!important;
    color: #e31c2a !important;
}
.woocommerce form .form-row .woocommerce-form__label-for-checkbox{position: relative; top:10px;}

.woocommerce-ordering select {
	padding: 10px;
	background: #fff;
	border: 1px solid #e9e9ed;
	border-radius: 5px;
	cursor: pointer;
	font-family: "Public Sans", serif;
}
.woocommerce-ordering select option{font-family: "Public Sans", serif;}

.featured-post {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.featured-post img {
    max-width: 100%;
    border-radius: 5px;
}
.featured-post h2 {
    font-size: 24px;
    margin-top: 10px;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.read-more:hover {
    background: #005177;
}

.blog .post-item{width: 100%;
	background: #fff;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	border-radius: 10px;
}

.post-grid {
	display: flex;
	gap:20px;
	margin: 50px 0;
	flex-wrap: wrap;
}
.post-grid .post-item {
flex: 0 0 calc(25% - 15px); 
  max-width: calc(25% - 15px);
  box-sizing: border-box;
  padding: 10px;
}
.post-grid .post-item .blog-detail h4 a{color: #e31c2a;}
.post-grid .post-item .blog-detail .post-meta {
	color: #222;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}
.post-grid .post-item .blog-detail p{color: #4a5568; font-size: 14px; line-height: 22px;}
.post-grid .post-item .blog-detail .read-more{background:#e31c2a; color: #fff; transition: all 0.3s; margin: 0;}
.post-grid .post-item .blog-detail .read-more:hover{background:#222; color: #fff;}
.wishlist-icon{height: 0 !important;}
.wishlist-icon .yith-wcwl-add-to-wishlist{margin: 0 !important;}
.wishlist-icon span.feedback{font-size: 0 !important;}
.wishlist-icon span.feedback i{color: #e31c2a !important; font-size: 16px !important;}
.yith-wcwl-wishlistexistsbrowse > a{display: none !important;}
.yith-wcwl-wishlistaddedbrowse a{display: none !important;}
.yith-wcwl-add-button .single_add_to_wishlist span{font-size: 0 !important;}
.entry-summary .yith-wcwl-add-button .single_add_to_wishlist i + span{font-size:14px!important; font-weight: 400 !important;}
.wishlist-icon i{margin: 0 !important; width:35px; height: 35px; border-radius: 100%; display: flex; justify-content: center; align-items: center; background: #fff; box-shadow: 0 0 8px #2222221f; position: relative; z-index: 9;}



/*
.woocommerce ul.products li .inner-wrap{
	padding: 15px;
  background: #f8f8f8;
  border-radius: 5px;
  position: relative;
  transition: all .5s ease-in-out;
  position: relative;
}

.woocommerce ul.products li .inner-wrap a {
	margin: 0;
	text-align: center;
	padding: 10px; display: block;
}

.woocommerce ul.products li .inner-wrap a img {
	width: 100%;
	object-fit: contain;
	transition: opacity .5s,transform 1.25s cubic-bezier(0,0,.44,1.18);
	margin: 0;
}


.woocommerce ul.products li .inner-wrap a .offer-detail{text-align: left;}

.woocommerce ul.products li .inner-wrap a .offer-detail h2 {
	font-weight: 600;
	font-size: 16px;
	color: #222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.woocommerce ul.products li .inner-wrap a .offer-detail .price {
	font-size: 14px;
	line-height: 20px;
	color: #4a5568;
	display: flex;
	gap: 5px;
	margin-bottom: 5px;
}

.woocommerce ul.products li .inner-wrap a .offer-detail .price bdi {
	color: #e31c2a;
	font-weight: 600;
}

.woocommerce ul.products li .inner-wrap .button {
	width: 100%;
	background: #e31c2a;
	border: 0;
	padding: 14px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-weight: 600;
}

.woocommerce ul.products li .inner-wrap .button .add-icon {
	width: 35px;
	height: 35px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	position: absolute;
	right: 3px;
	top: 4px;
}

.woocommerce ul.products li .inner-wrap .button .add-icon i {
	font-size: 20px;
	color: #e31c2a;
}

.woocommerce ul.products li:hover .inner-wrap img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.woocommerce ul.products li .inner-wrap:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.woocommerce ul.products li .inner-wrap .added_to_cart {
	max-width: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #e31c2a;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 5px;
}



*/



/***********************Company Page*****************************/
.about_section{margin:50px 0;}
.about_section .about-image{width: 100%; overflow: hidden; border-radius: 80px 0 80px 0; margin: 0;}
.about_section .about-image img{width: 100%; max-width: 100%; position: relative; transition: all .3s ease-in-out;}
.about_section .about-image:hover img {transform: scale(1.05);}
.about_section .about-text{padding-left:30px;}
.about_section .about-text p {font-size: 14px;line-height: 23px;color: #4a5568;}
h5{font-size: 20px; line-height: 25px; color: #e31c2a; font-weight: 500;}
.what-we-do{background:#f8f8f8; padding:60px 0;}
.what-we-do .top-head{text-align: center; margin-bottom: 30px;}
.what-we-do .text-box{background:#fff; padding: 30px; border-radius:20px; position: relative;}
.what-we-do .text-box .icon {
	font-size: 50px;
	background: #f9e7e8;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 15px;
}
.what-we-do .text-box .icon i{color: #e31c2a; font-size:40px;}
.what-we-do .text-box strong {
	position: absolute;
	top: 45px;
	right: 20px;
	color: #4a5568;
	opacity: .05;
	font-size: 60px;
	font-weight: 800;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.what-we-do .text-box:hover strong{opacity: .09; margin-right: 9px;}
.what-we-do .text-box h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 15px 0;
	position: relative;
	transition: all .3s ease-in-out;
}
.what-we-do .text-box:hover h4{color: #e31c2a;}

.what-we-do .text-box p {
	color: #4a5568;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}
.we-do-slider .slick-slide{margin:0 15px;}


.our-team{padding:60px 0;}
.our-team .top-head{text-align: center; margin-bottom: 30px;}
.our-team .team-box {
	border: 1px solid #f8f8f8;
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.our-team .team-box .profile-img {max-width:180px;margin: 0 auto 25px;}
.our-team .team-box .profile-img img {max-width: 100%; border-radius: 100%;}
.our-team .team-box h4{font-size: 18px; line-height: 25px; font-weight: 700; margin-bottom:5px;}
.our-team .team-box span {
	margin-bottom: 10px;
	letter-spacing: .5px;
	color: #4a5568;
	font-weight: 500;
}
.our-team .team-box p {
    font-size: 14px;
    line-height: 20px;
    color: #4a5568;
    margin: 9px auto 14px;
    width: 100%; /* or a fixed width */
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits text to 2 lines */
	line-clamp: 2;
    overflow: hidden;
}


.team-slider .slick-slide{margin:0 15px; padding: 20px 0;}
.our-team .social-links {
	list-style: none;
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.our-team .social-links li a {
	width: 35px;
	height: 35px;
	display: flex;
	background: #ededed;
	border-radius: 5px;
	justify-content: center;
	align-items: center; transition: all 0.3s;
}
.our-team .social-links li a i{font-size:18px;}

.our-team .social-links li a.facebook i{color: #4267b2;}
.our-team .social-links li a.twitter i{color:#00acee;}
.our-team .social-links li a.linkedin i{color:#0077b5;}
.our-team .social-links li a.insta i{color: #fe005f;}
.our-team .social-links li a.youtube i{color:#c21d2a;}

.our-team .social-links li a.facebook:hover{background: #4267b2;}
.our-team .social-links li a.facebook:hover i{color: #fff;}

.our-team .social-links li a.twitter:hover{background: #00acee;}
.our-team .social-links li a.twitter:hover i{color: #fff;}

.our-team .social-links li a.linkedin:hover{background: #0077b5;}
.our-team .social-links li a.linkedin:hover i{color: #fff;}

.our-team .social-links li a.insta:hover{background: #fe005f;}
.our-team .social-links li a.insta:hover i{color: #fff;}

.our-team .social-links li a.youtube:hover{background:#c21d2a;}
.our-team .social-links li a.youtube:hover i{color: #fff;}


.our-team .slick-dots {
    position: absolute;
    bottom:-20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-team .slick-dots li {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    transition: all 0.3s ease;
}

.our-team .slick-dots li button {
    display: none; /* Hide the default button */
}

.our-team .slick-dots li.slick-active {
    background:#e31c2a; /* Change active dot color */
    width: 14px;
    height: 14px;
    box-shadow: 0 0 5px rgba(255, 102, 0, 0.5);
}
.testimonial{padding:60px 0; background: #f8f8f8;}
.testimonial .top-head{text-align: center; margin-bottom: 30px;}
.testimonial .testimonial-box {
	border: 1px solid #f8f8f8;
	padding:25px;
	border-radius: 15px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background-color: #fff; text-align: left;
	position: relative; overflow: hidden;
}
.testimonial .testimonial-box p {
	text-align: left;
	margin: 0 0 20px 0 !important;
}
.testimonial .testimonial-box h3{font-size: 20px; line-height: 30px; margin-bottom: 15px;}
.testimonial .testimonial-box .reviewer-profile {
	width: 100%;
	display: flex;
	gap:5px;
}

.testimonial .testimonial-box .quotes{position: absolute;  transform: rotate(9deg);
  bottom:-27px;
  right: -20px;
  transition: all .3s ease-in-out;
  line-height: 1;
}

.testimonial .testimonial-box .quotes i{color: #f3f3f3; font-size:115px; transform: rotate(9deg); transition: all .3s ease-in-out;}

.testimonial .testimonial-box:hover i {
	opacity: .15;
	transform: rotate(7deg);
	bottom: calc(-20px + -.00375*(100vw - 320px));
	right: calc(-13px + .00125*(100vw - 320px));
	color: #e31c2a;
	font-size:130px;
}


.testimonial .testimonial-box .reviewer-profile .reviewer-image{max-width:70px;}
.testimonial .testimonial-box .reviewer-profile .reviewer-image img{max-width: 100%;}
.testimonial .testimonial-box .reviewer-profile .reviewer-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.testimonial .testimonial-box .reviewer-profile .reviewer-name h4{text-align: left; font-size: 18px; line-height: 20px; text-transform: capitalize; color: #e31c2a; font-weight: 500;}
.testimonial .testimonial-box .reviewer-profile .reviewer-name h6 {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.testimonial .testimonial-box .profile-img {max-width:180px;margin: 0 auto 25px;}
.testimonial .testimonial-box .profile-img img {max-width: 100%; border-radius: 100%;}
.testimonial .testimonial-box h4{font-size: 18px; line-height: 25px; font-weight: 700; margin-bottom:5px;}
.testimonial .testimonial-box span {
	margin-bottom: 10px;
	letter-spacing: .5px;
	color: #4a5568;
	font-weight: 500;
}
.testimonial .testimonial-box p {
	font-size: 14px;
	line-height:20px;
	color: #4a5568;
	margin: 9px auto 14px;
}

.testimonial-slider .slick-slide{margin:0 15px;}
.feature-blog.company{padding: 60px 0; margin: 0;}
.feature-blog.company .top-head{text-align: center; margin-bottom: 30px;}

.wishlist-title-container{display: none !important;}
table.wishlist_table{border-spacing:0 !important; overflow: hidden;}
table.wishlist_table tr th{border: 0 !important;}
table.wishlist_table tr td{text-align: left !important;}
table.wishlist_table thead tr:first-child{background: #f9e7e8 !important;}
table.wishlist_table tr td{ font-size: 16px !important;}
table.wishlist_table tr td a{color: #222; font-weight: 500;}
table.wishlist_table tr td.product-add-to-cart a.add_to_cart {
	width: 100%;
	background: #e31c2a;
	border: 0;
	padding: 14px;
	border-radius: 30px;
	display: flex !important;
	align-items: center;
	/* justify-content: center; */
	position: relative;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s;
	max-width: 180px;
}

table.wishlist_table tr td.product-add-to-cart a.add_to_cart .add-icon {
	width: 35px;
	height: 35px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	right: 0;
	position: absolute;
	right: 3px;
}

table.wishlist_table tr td.product-add-to-cart a.add_to_cart .add-icon i {
	font-size: 20px;
	color: #e31c2a;
}

table.wishlist_table tr td.product-add-to-cart a.add_to_cart:hover {
	background: #222;
	color: #fff;
}

.filter-Products{width: 100%;}
.filter-Products .filters-container h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	border-bottom: 4px solid #e31c2a;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.filters-container .filter-items li a {font-size: 16px;line-height: 35px;margin-left: 8px;}



.woof-front-builder-container .woof_container h4, .chosen-container-single .chosen-single {
	margin-bottom: 11px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	background: #f9e7e8 !important;
	padding: 5px !important;
	color: #222 !important;
	font-weight: 500;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	cursor: pointer;
	border: 0 !important;
	border-radius: 0 !important;
}

.filter-inner-box {
	max-width: 285px;
	position: relative;
}
.filter-inner-box h4{background: #f8f8f8;
	padding: 10px;
	font-size: 18px;
	font-weight: 500; margin: 0 !important;
}
.woof_block_html_items ul {
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #07070763 #f1f1f1;
	max-height: 150px;
}
.woof_reset_search_form {
    display: block;  /* Ensures it appears in normal flow */
    position: relative; /* Resets positioning */
    margin-top: 10px; /* Adjust spacing */
}

.woof_sid_flat_white {
	background: #fff;
	border-top: 0!important;
	border: solid 1px #eee !important;
	
	padding: 20px 20px 9px 20px !important;
}
.chosen-container-single .chosen-single span {
	font-size: 14px !important;
	line-height: 20px !important;
	/* background: linear-gradient(to bottom, #ffeb3b, #ff9800); */
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	background-clip: text;
	font-weight: 500 !important;
	color: #222 !important;
}
.woof_submit_search_form_container:last-of-type{display: none;}

.woof_submit_search_form_container {
	justify-content: flex-end !important;
	position: absolute;
	top: 14px;
	right: 12px;
	margin: 0 !important;
}
.woof_submit_search_form_container button {
	background: none !important;
	padding: 0 !important;
	font-size: 14px !important;
	color: #e31b2a !important;
	font-weight: 500 !important;
}

.woof_star_font, .woof_star_selected select {
	font-family: 'star';
	color: #ff9800 !important;
}

.chosen-container .chosen-drop{border: 0 !important; position: relative !important;}

.chosen-container-single .chosen-single b{background: none !important;}
.chosen-container-single .chosen-single b::before{content: "\ea4e"; font-family: remixicon !important;
	font-style: normal;}


	.chosen-container .chosen-results li.highlighted {
		background-color:#f9e7e8 !important;
		background-image: none !important;
		color:#222 !important;
	}

	.chosen-container .chosen-results > li.result-selected {
		color:#222 !important;
	}
	
	.chosen-container .chosen-drop {
		position: absolute;
		top: 100%;
		z-index: 1010;
		width: 100%;
		border: 1px solid #aaa;
		border-top: 0;
		background: #fff;
		clip: auto !important; /* Allow visibility */
		clip-path: none !important; /* Allow visibility */
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow */
	}
	
.woof-front-builder-container .woof_container h4 i {
    font-size:20px; /* Adjust icon size */
    transition: transform 0.3s ease;
}

.woof_container_inner h4.active .woof-toggle-arrow i {
    transform: rotate(180deg);
}


.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #e31c2a !important;
	color: white;
	border-radius: 4px;
}

.irs--round .irs-handle {
	border: 4px solid #e31c2a !important;
}
.irs--round .irs-bar {
	background-color: #e31c2a !important;
}

.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before {
	border-top-color: #e31c2a !important;
}


 @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(../images/red@2x.png) !important;
    }
}

.icheckbox_square-blue,
.iradio_square-blue {
    background: url(../images/red.png) no-repeat;
}
.icheckbox_square-blue.checked {
	background-position: -48px 0 !important;
} 

.iradio_square-blue.checked {
	background-position: -168px 0 !important;
}

.iradio_square-blue {
	background-position: -120px 0 !important;
}



.blog-post {
	border-bottom: 1px dashed #ddd;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: column;
}

.blog-post figure{width:100%; margin: 0;}
.blog-post figure a{display: block;}
.blog-post figure img{width:100%; height: auto;}
.top-row-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
}
.top-row-date p, .top-row-date .post-author{margin: 0;}

.blog-post h2{font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #222;
	position: relative;
	margin-bottom:20px;
}

.post-content p{font-size: 16px; line-height: 25px;}

.blog-details {
    flex-grow: 1;
}

.post-date {
    color: #888;
    font-size: 14px;
}

.post-title a {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.post-author a{color: #e31c2a; text-transform: capitalize;}

.author-avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.author-name {
    font-weight: bold;
}

.blog-sidebar{width: 100%; padding-left:20px;}
.blog-sidebar .widget {
	width: 100%;
	margin-bottom: 24px;
}
.blog-sidebar .widget h3{font-size:20px; line-height: 25px;}
.blog-sidebar .widget h3 span {
	position: relative;
	border-bottom: 3px solid #e31c2a;
	padding: 0 0 2px 0;
}
.blog-sidebar .widget ul.recent-posts-list {
	list-style: none;
	width: 100%;
	border-radius: 5px;
	margin: 23px 0 15px 0;
	padding: 0;
}
.blog-sidebar .widget ul.recent-posts-list li{ width: 100%;}
.blog-sidebar .widget ul.recent-posts-list li .recent-post-info {
	width: 100%;
	display: flex;
	gap: 15px;
	background: #f8f8f8;
	padding: 10px 10px 0 10px;
	/* border-radius: 5px; */
	margin-bottom: 7px;
	margin: 0;
}
.blog-sidebar .widget ul.recent-posts-list li:last-child .recent-post-info{padding-bottom: 10px;}
.blog-sidebar .widget ul{
	width: 100%;
	margin-bottom: 7px;
	list-style: none;
}
.blog-sidebar .widget ul li.cat-item {
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
	text-transform: capitalize;
}
.blog-sidebar .widget ul li.cat-item a{color: #4a5568;}


.blog-sidebar .widget ul li > a img{width: 100%; height: auto;}
.blog-sidebar .widget ul li .recent-post-info .thumbanil {
	max-width: 145px;
	width: 100%;
	margin: 0; overflow: hidden;
}
.blog-sidebar .widget ul li .recent-post-info .thumbanil img{width: 100%; height: auto; transition: opacity .5s,transform 1.25s cubic-bezier(0,0,.44,1.18);}
.blog-sidebar .widget ul.recent-posts-list li .recent-post-info:hover img{-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.blog-sidebar .widget ul li .recent-post-info .text-box h4{font-size: 18px; line-height: 22px; color: #e31c2a;}
.blog-sidebar .widget ul li .recent-post-info .text-box .recent-post-date {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 16px;
	color: #222;
	font-weight: 500;
}

.blog-sidebar .widget ul li .recent-post-info .text-box .recent-post-excerpt{margin: 0; color: #888;}
.recent-posts-list{padding-top: 17px;}
.widget .tag-cloud{margin-top: 15px;}
.widget .tag-cloud a {
	padding: 4px 9px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
	overflow: hidden;
	position: relative;
	background-color: #f9e7e8;
	color: #e31c2a;
}
.widget .tag-cloud a:hover{background:#e31c2a; color: #fff;}

.blog-details .post-meta p a{color: #e31c2a;}
.blog-details .post-meta p a:hover{text-decoration: underline;}

.custom-attributes{margin: 15px 0 0 0;}
.custom-attributes h3{font-size:20px; line-height:25px; font-weight: 500;}
.custom-attributes ul {
	width: 100%;
	padding: 0 0 0 15px;
}
.custom-attributes ul li {
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0;
}
.custom-attributes ul li strong {
	font-weight: 500;
	color: #878787;
	text-transform: capitalize;
}

.woocommerce nav.woocommerce-pagination {
	text-align: center;
	padding-bottom: 30px;
}


.wc-block-components-checkout-order-summary__title-text{font-weight: 600 !important;
  font-size: 18px !important;}
#wc-guest-checkout-notice{position: absolute; top: 20px; color: #f00; font-size: 14px;}

.woocommerce-popup-content p.view-card-data{display: flex; flex-direction: column; justify-content: center; align-items: center;  font-size: 16px; line-height: 20px; text-transform: capitalize;}
.woocommerce-popup-content p.view-card-data a{display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 27px;
  background: #f9e7e8;
  color: #e31c2a;
  border-radius: 5px;
  border: none;
  font-size:14px;
  font-weight:500; margin-top:10px;
	
}



.blog-slider {
  display: block;
}

.blog-slider .blog-box {
  padding: 10px;
  box-sizing: border-box;
}

.blog-box img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

.post-grid.tag, .post-grid.section-inner{margin-top: 0;}
.post-grid.section-inner .post-item img{margin-bottom: 15px;}
.post-grid.section-inner .post-item h2{margin-bottom: 10px;}
.post-grid .post-item img {
	max-width: 100%;
	width: 100%;
	margin: 0 0 15px 0;
}

.slick-related-products{width: 100%;}
.slick-related-products .slick-track{margin: 0 !important;}
.slick-related-products .slick-track .slick-slide .product{padding: 15px !important; margin-bottom: 0 !important;}
.related.products ul.products{margin: 0 -15px;}

.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th{margin-bottom: 0 !important;}

.wc-block-cart-item__total{padding: 0 15px !important;}
.woocommerce-table__line-item.order_item .product-name a{font-size: 16px; color: #222;}

.overlay{
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9;
	display: none;
}

.overlay-active{display: block;}
.accordion-title.no-accordion::after {
  content: none !important;
}


/*.wp-block-group__inner-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}
*/



/*
.product .entry-header{padding: 25px 0;}
.product .entry-header .entry-header-inner {
	display: flex;
	justify-content: start;
	gap: 20px;
}
.product .entry-header .entry-header-inner .intro-text{font-size: 100% !important;}
.product .entry-header .entry-header-inner .intro-text p{margin: 0 !important;}
.product .entry-header .entry-header-inner .post-meta-wrapper{margin-left: auto;}
.product .entry-header .entry-header-inner .post-meta {
	list-style: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.product .entry-header .entry-header-inner .post-meta li {
	display: flex;
	gap: 5px;
	align-items: center;
}
.product .entry-header .entry-header-inner .post-meta li a{color:#222;}
.product .entry-header .entry-header-inner h1.entry-title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	margin: 0;
}

#site-content .entry-header{background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;}

*/




