/* Header CSS Start */
.col-1 {width: 8.33%;}
.col-2 {width: 20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container-fluid{
    width:100%;
    height:auto;
    position:relative;
	max-width:100%;
}
.container{
    width: 100%;
    max-width: 1320px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}
html {
  scroll-behavior: smooth;
}
a{
	transition:all 0.4s ease-in-out;
	text-decoration:none;
	color:#128E15;
}
strong{
	font-weight: 400;
    font-family: 'Poppins-Medium';
}
p{
	margin:0;
	margin-bottom:15px;
}
.page .post-thumbnail{
	display:none;
}
.main-header{
	box-shadow: 
  0px 6px 13px 0px #0000000D,
  0px 23px 23px 0px #0000000A,
  0px 52px 32px 0px #00000008,
  0px 93px 37px 0px #00000003,
  0px 146px 41px 0px #00000000;
}
.main-header-inner .row{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 20px 0;
}
.main-header-inner .row .header-logo a{
	display:flex;
}
.main-header-inner .navbar ul#primary-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-header-inner .navbar ul#primary-menu>li a {
    padding: 10px 20px;
    line-height: 23px;
    font-style: normal;
    font-size: 14px;
    color: #000;
    position: relative;
    display: inline-block;
}
.main-header-inner .row .right{
	display: flex;
    align-items: center;
    gap: 40px;
    justify-content: end;
    width: 10%;
}
.main-header-inner .row .right img,.main-header-inner .row .right a{
	display:flex;
	color:#000;
	font-family: 'Poppins-Regular' !important;
}
.header-nav{
	display: flex;
    align-items: center;
}
.header-nav .navbar{
	padding-left: 40px;
	width:80%;
}
.header-nav .brows-categories{
    width: 20%;
    height: 72px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #128E15A6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
}
.header-nav .brows-categories .text{
	margin-bottom:-2px;
}
.header-nav .brows-categories .icon img{
	display:flex;
}
.header-nav .brows-categories a{
	color:#fff;
}
.woodmart-like-search {
    max-width: 600px;
    margin: 0 auto;
}
.search-category-wrap {
    background: #f7f7f7;
}
.search-category {
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    outline: none;
	cursor:pointer;
}
.search-field {
    flex: 1;
    border: none !important;
    padding: 10px 15px !important;
    outline: none;
    font-size: 14px;
}
.search-submit {
	background: #128E15;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 0 !important;
}
.search-submit:hover {
    background: #000;
}
.search-icon {
    font-size: 16px;
}
.goTop {
    height: 9px;
    opacity: 0;
    position: fixed;
    right: -60px;
	width: 45px;
	height:45px;
	line-height:45;
    z-index: 999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #65b567;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    transition: all .2s ease-out;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:5px;
	cursor:pointer;
	border-radius:50%;
	box-shadow: 0px 8px 17px 0px #0000001A, 0px 30px 30px 0px #00000017, 0px 69px 41px 0px #0000000D, 0px 122px 49px 0px #00000003, 0px 191px 53px 0px #00000000;
	border:0 !important;
}
.goTop:hover{
	opacity:1;
	background:#000;
}
.goTop img{
	width:20px;
}
.go-top-show{
	right: 20px;
	opacity: 1;
}
.topbar .row{
	display:flex;
	align-items:center;
}

/* Header CSS End */

/* Home Page Css Start */
.heading{
	color: #111;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
	margin-bottom:10px;
}
.home-slider-heading {
  background: linear-gradient(180deg, #128E15 0%, #FFFFFF 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.sponsor-logos-sec{
	padding:40px 0;
}
.sponsor-logos-sec h2{
	font-size:48px;
	line-height:50px;
	color:#2F2F2F;
	text-align:center;
	margin:0;
	margin-bottom:40px;
}
.sponsor-logos-sec .splide__slide{
	display:flex;
	justify-content:center;
	align-items:center;
}
.sponsor-logos-sec img{
	max-width:160px;
	opacity:.5;
	transition:.3s ease;
}
.sponsor-logos-sec .splide__slide:hover img{
	opacity:1;
}
.heading-style{
	font-size:33px;
	line-height:35px;
	color:#000;
	margin:0;
}
.heading-style strong{
	color:#128E15;
}
.blogs-sec{
	padding:70px 0 100px;
}
.blogs-sec .content{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.blogs-sec .flex-blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
}
.blogs-sec .flex-blog-card {
  flex: 1 1 calc(33.333% - 30px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.blogs-sec .flex-blog-card .blog-image a:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.blogs-sec .flex-blog-card:hover .blog-image a:before{
	opacity:.7;
	border-radius: 10px;
}
.blogs-sec .blog-image {
	position: relative;
	margin-bottom: 15px;
	overflow:hidden;
}
.blogs-sec .blog-image img {
	width: 100%;
	height: 282.22px;
	object-fit:cover;
	border-radius: 10px;
	transition: transform 1s ease;
}
.blogs-sec .flex-blog-card:hover .blog-image img{
	transform: scale(1.1);
}
.blogs-sec .blog-image a{
	display:flex;
	overflow: hidden;
    border-radius: 10px;
}
.blogs-sec .blog-date {
	position: absolute;
	bottom: 0px;
    right: 0px;
    border-top-left-radius: 20px;
    background: #fff;
    border-top: 5px solid #fff;
    border-left: 6px solid #fff;
	z-index:2;
}
.blogs-sec .blog-date .date{
	background: #128E15;
    color: #fff;
    padding: 8px;
    font-size: 10px;
    border-radius: 20px;
}
.blogs-sec .blog-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Poppins-SemiBold';
    color: #000000;
}
.blogs-sec .blog-excerpt {
	font-size: 13px;
	flex-grow: 1;
	margin-bottom: 0;
}
.blogs-sec .read-more {
	margin-top: 10px;
	color: #128E15;
	text-decoration: underline;
}
.blogs-sec .read-more:hover{
	color: #000;
}
@media (max-width: 768px) {
  .blogs-sec .flex-blog-card {
    flex: 1 1 100%;
  }
}
/* Testimonial Slider Styles */
.testimonial-sec .container{
	max-width:1350px !important;
}
.testimonial-sec .title{
	padding-left:15px;
	max-width:372px;
}
#testimonial-slider {
	margin: 20px 0;
}
#testimonial-slider .splide__slide{
	padding:15px !important;
}
#testimonial-slider .testimonial-card {
	background: #F2F2F2;
	border-radius: 12px;
	padding: 30px 30px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#testimonial-slider .testimonial-card .img img{
	width:55px;
	height:55px;
	object-fit:cover;
	border-radius:50%;
}
#testimonial-slider .testimonial-card h3 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top:0;
	text-align:left;
	color:#363539;
}
#testimonial-slider .name{
	width: 55%;
}
#testimonial-slider .name p{
	margin:0;
}
#testimonial-slider .testimonial-card .testi {
	font-size: 16px;
	line-height: 1.6;
	color: #747474;
	text-align: left;
	max-height: 120px;
	overflow-y: auto;
	padding-right: 6px;
}
/* Chrome, Edge, Safari */
#testimonial-slider .testimonial-card .testi::-webkit-scrollbar {
	width: 6px; /* slim */
}
#testimonial-slider .testimonial-card .testi::-webkit-scrollbar-track {
	background: #f5f5f5; /* light track */
	border-radius: 4px;
}
#testimonial-slider .testimonial-card .testi::-webkit-scrollbar-thumb {
	background: #ccc; /* light grey handle */
	border-radius: 4px;
}
#testimonial-slider .testimonial-card .testi::-webkit-scrollbar-thumb:hover {
	background: #aaa; /* slightly darker on hover */
}
/* Firefox */
#testimonial-slider .testimonial-card .testi {
	scrollbar-width: thin;          /* slim */
	scrollbar-color: #ccc #f5f5f5;  /* thumb color | track color */
}
#testimonial-slider .testimonial-card .bottom {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#testimonial-slider .testimonial-card .stars {
	color: #FF9900;
	font-size: 16px;
}
#testimonial-slider .testimonial-card .date {
	font-size: 14px;
	color: #666;
}
#testimonial-slider .splide__pagination {
	display: flex;
	justify-content: center;
	align-items:center;
	margin-top: 20px;
	gap: 0px;
	bottom: -40px !important;
}
#testimonial-slider .splide__pagination__page {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F1F5EB;
	border: 1px solid #4a5d23;
	opacity: 1;
	transition: all 0.3s ease;
	margin: 3px;
}
#testimonial-slider .splide__pagination__page.is-active {
	background: #4a5d23;
	transform: scale(1);
	border: 2px solid #fff;
	outline:1px solid #4a5d23;
}
.custom-arrows .splide__arrow {
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    top: -50px;
    transform: translateY(-50%);
    z-index: 10;
    background: #F2F2F2;
}
.custom-arrows .splide__arrow--next {
    right: 10px;
	background: #128E15;
}
.custom-arrows .splide__arrow--prev {
    right: 80px;
    background: #F2F2F2;
    left: unset;
}
.custom-arrows .splide__arrow img {
    height: auto;
    display: block;
}
.product-category-sec .section-header .title{
	width:25%;
}
.product-category-sec .section-header #category-slider{
	width:50%;
}
.aboout-us-sec{
	padding-bottom:80px;
}
.aboout-us-sec .row-1{
	display:flex;
	align-items: center;
	gap:70px;
}
.aboout-us-sec .row-1 .btn-style{
	display:flex;
	justify-content:end;
}
.aboout-us-sec .row-1 .heading-style,.aboout-us-sec .row-2 .heading-style{
	margin-bottom:10px;
}
.aboout-us-sec .row-2{
	display:flex;
	gap:70px;
/* 	align-items:center; */
}
.aboout-us-sec .row-2 .list{
	margin-bottom:25px;
}
.aboout-us-sec .row-2 .list a{
	display:flex;
	gap:20px;
	align-items:center;
	color:#000;
}
.aboout-us-sec .row-2 .list a:hover{
	color:#128E15;
}
.aboout-us-sec .row-2 .label{
	margin-bottom:30px;
	color: #000000;
    font-family: 'Poppins-SemiBold';
}
.aboout-us-sec .row-2 .list .icon{
	min-width:45px;
	height:45px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#128E15;
	border-radius:50%;
}
.aboout-us-sec .row-2 .list .icon img{
	width:20px;
}
.aboout-us-sec .desc{
	margin-bottom:30px;
}
.aboout-us-sec .row-2 .desc{
	max-width:530px;
}
.aboout-us-sec .row-2 .note{
	margin-top:10px;
}
.aboout-us-sec .row-2 .note {
	margin-top:10px;
}
.aboout-us-sec .row-2 .note strong{
	color:#B30000;
}
.tp-cart-img{
    background: #128E15;
    width: 43px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
/* Home Page Css End */

/* Contact page Css Start */
.contact-sec-1{
	padding-top:80px;
}
.contact-sec-1 .row-2{
	align-items:center;
}
.contact-sec-2{
	padding-bottom:30px;
}
.contact-sec-2 .row{
	display:flex;
	gap:40px;
}
.contact-sec-2 .top{
	display:flex;
	gap: 15px;
	align-items:center;
}
.contact-sec-2 .top img{
	max-width:40px;
	display:flex;
}
.contact-sec-2 .top h4{
	color: #000000;
	font-family: 'Poppins-SemiBold';
	font-size:18px;
}
.contact-sec-2 .bottom{
	font-size:13px;
	border-bottom: 1px solid #F2F2F2;
}
/* Contact page Css End */

/* 404 Page Css */
.error-404{
	display:flex;
	justify-content:center;
	text-align:center;
	padding:80px 0;
}
.error-404 h2 {
    font-size: 240px;
    color: #2F2F2F;
    margin: 0;
    line-height: 200px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.error-404 .entry-content p:first-child {
    font-size: 3.071em;
    line-height: 1em;
    margin: 20px 0 0;
    color: #65B567;
}
.error-404 .entry-content p:nth-child(2) {
    font-size: 20px;
    margin: 20px 0 40px;
}

/* 404 Page Css End */

/* Product Category Slider CSS*/


/* Product Category Slider CSS End*/

/* Contact Form Css Start */
.tonymitchel-contact-us-form{
	background:#F2F2F2;
	padding:40px 40px 30px;
	border-radius:20px;
}
.tonymitchel-contact-us-form .form-group{
	display:flex;
	gap:25px;
/* 	margin-bottom: 10px; */
}
.tonymitchel-contact-us-form .form-group input,.tonymitchel-contact-us-form .form-group select,.tonymitchel-contact-us-form textarea{
	width: 100%;
    background: #00000012;
    border: 0;
    border-radius: 27px;
    font-size: 14px;
    padding: 10px 20px;
    outline: none;
}
.tonymitchel-contact-us-form textarea{
	border-radius: 20px;
	padding: 15px 20px;
	height:145px;
}
.tonymitchel-contact-us-form .select select{
	appearance:none;
	cursor:pointer;
}
.tonymitchel-contact-us-form .select{
	position:relative;
}
.tonymitchel-contact-us-form .select img{
    position: absolute;
    right: 20px;
    top: 47px;
    width: 13px;
    pointer-events: none;
}
.tonymitchel-contact-us-form .form-group label,.tonymitchel-contact-us-form .row label{
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-bottom: 7px;
}
.tonymitchel-contact-us-form .form-group label span,.tonymitchel-contact-us-form .row label span{
	color:#B30000;
}
.tonymitchel-contact-us-form .submit-btn input{
	border: 0;
    background: #128E15;
    border-radius: 25px;
    padding: 14px 30px;
    color: #fff;
	cursor:pointer;
	box-shadow: 0px 8px 17px 0px #0000001A, 0px 30px 30px 0px #00000017, 0px 69px 41px 0px #0000000D, 0px 122px 49px 0px #00000003, 0px 191px 53px 0px #00000000;
	transition:.3s ease;
}
.tonymitchel-contact-us-form .submit-btn{
	margin-top:10px;
}
.tonymitchel-contact-us-form .submit-btn input:hover{
	background:#27B029;
}
/* Contact Form Css End */
/* Footer CSS Start */
.pre-footer{
	background:#F2F2F2;
	padding:40px 0;
}
.pre-footer .row{ 
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.pre-footer .header h4{
    font-size: 23px;
    margin-top: 0;
    font-family: 'Poppins-Medium';
    margin-bottom: 20px;
    color: #000000;
}
.footer-social-icon {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.footer-social-icon a {
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #128E151A;;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social-icon a:hover{
	transform:rotate(360deg);
}
#mc4wp-form-1{
	display: flex;
    justify-content: end;
}
#mc4wp-form-1 .email-subcribe>label{
	display:flex;
}
.email-subcribe{
	position:relative;
	text-align:center;
}
.email-subcribe label{
	position:relative;
}
.email-subcribe input[type='email']{
	line-height: 57px;
    width: 323px;
    border-radius: 53px;
    padding: 0px 30px;
    outline: none;
    border: none;
	color:#747474;
}
.email-subcribe input[type='email']::placeholder{
	color:#747474;
}
.email-subcribe input[type='submit']{
	border: none;
    line-height: 57px;
    border-radius: 53px;
    padding: 0 29px;
    font-family: 'poppins-bold';
    background: #128E15;
    color: #fff;
    margin-left: 10px;
	cursor:pointer;
}
.main-footer .row{
	display:flex;
	padding:50px 0;
}
.main-footer .row h4{
	font-size:19px;
	margin-top:0;
	color:#000;
	font-family: 'poppins-bold';
}
.main-footer .row ul{
	margin:0;
	padding:0;
	list-style:none;
}
.main-footer .row ul li{
	margin-bottom:10px;
}
.main-footer .row ul li a:hover{
	color:#128E15;
}
.main-footer .row ul li a{
	color:#747474;
}
.main-footer .list{
	margin-bottom:20px;
}
.main-footer .list a{
	display:flex;
	gap:15px;
	align-items:center;
	color:#000;
}
.main-footer .address a{
	color:#128E15;
}
.main-footer .list a:hover,.main-footer a:hover,.footer-credit a:hover{
	color:#128E15;
}
.main-footer .address a:hover{
	color:#000;
}
.main-footer .list img{
	width:18px;
	min-width:18px;
	display:flex;
}
.main-footer .sub-title{
	color:#000;
	margin-bottom:20px;
	font-size:19px;
}
.main-footer .full-address{
	margin-top:-10px;
	margin-bottom:20px;
}
.footer-credit{
	background:#000;
	padding:30px 0;
}
.footer-credit p{
	margin:0;
	color:#fff;
	font-family: 'poppins-bold';
	font-size:13px;
}
.footer-credit a{
	color:#fff;
}
.footer-credit .container{
	display:flex;
	justify-content:space-between;
}
.footer-credit .right-sec{
	display:flex;
	gap:30px;
}
/* Footer CSS End */

/* Woocommerce CSS Start */
.woocommerce main,.woocommerce-page main{
	width: 100%;
    max-width: 1320px !important;
    padding: 50px 15px !important;
    margin: 0 auto !important;
}
.custom-product-card {
  list-style: none;
}

.product-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.product-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.wishlist-btn img {
  width: 18px;
  height: 18px;
}

.product-info {
  margin-top: 12px;
}

.product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  color: #777;
}

.rating-star {
  width: 14px;
  height: 14px;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 8px 0;
}

.product-desc {
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-footer .price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #1cc44b;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.add-to-cart-btn:hover {
  background: #17a43d;
}
.add-to-cart-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1); /* makes white icon if SVG is dark */
}
.custom-product-card .tp-img{
	position: relative;
    background: #fff;
    padding: 10px;
    text-align: center;
	border:1px solid #e4e4e7;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.custom-product-card .tp-card-inner .tp-meta{
	padding: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
	transition:.5s ease;
}
.custom-product-card .tp-card-inner:hover .tp-meta{
	background: #65B667;
}
.custom-product-card .tp-card-inner:hover .tp-img {
	border-color:#65B667;
}
.custom-product-card .tp-card-inner:hover .tp-title,.custom-product-card .tp-card-inner:hover .tp-desc{
	color:#fff;
}
.custom-product-card .tp-img img{
    max-height: 230px;
    object-fit: contain;
    width: auto;
    min-height: 230px;
}
.custom-product-card .tp-cart{
	position: absolute;
    right: 0px;
    bottom: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #128E15;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(10px);
    opacity: 1;
    transition: all .25s ease;
    padding: 0;
}
.custom-product-card .tp-cart-img{
	background: #128E15;
    width: 43px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.custom-product-card .tp-rating{
	font-size: 12px;
    margin-bottom: 0px;
	margin-top:10px;
	display: flex;
    align-items:baseline;
    gap: 5px;
}
.custom-product-card .tp-rating img{
	width: 12px;
}
.custom-product-card .tp-bottom{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.custom-product-card .tp-title{
	font-size: 13px !important;
    color: #000;
    font-family: 'Poppins-Bold';
    transition: .5s ease;
    margin: 0;
    padding: .5em 0;
}
.custom-product-card .tp-title a:hover{
	color:#128E15;
}
.custom-product-card .tp-desc{
	font-size: 12px;
    color: #666;
	transition:.5s ease;
}
.custom-product-card .tp-desc p,.custom-product-card .tp-desc p{
	margin-bottom:5px;
}
.custom-product-card .tp-title a{
	color: #000;
}
.custom-product-card .tp-price{
	font-size: 13px;
    color: #000;
    font-family: 'Poppins-Bold';
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin:0 2.8% 1.992em 0;
	width:22.8%;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
.related {
	padding-bottom:50px;
	padding-top:30px;
}
.related .related-title{
	color: #111;
    font-size: 33px;
}
.single-product-container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 50px;
}
.single-product-container span.onsale{
	display:none;
}
.single-product-container .product_title{
	margin: 0;
    margin-bottom: 10px;
    color: #111;
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
}
.single-product-container .price{
	display: flex;
    align-items: center;
    gap: 5px;
}
.single-product-container .price .woocommerce-Price-amount{
	font-size: 36px;
    font-family: 'Poppins-Bold';
    color: #128E15;
}
.single-product-container .price del{
	display:flex;
	align-items:center;
}
.single-product-container .price del .woocommerce-Price-amount{
	font-size: 24px;
    color: #A0A0A0;
}
.single-product-container .price ins{
	background:transparent;
}
.single-product-container .woocommerce-product-details__short-description strong{
	color:#111;
}
.single-product-container .product-summary-wrap .quantity input{
    width: 5em;
    height: 45px;
    outline: none;
    border-radius: 7px;
    border-color: #65B667;
    color: #111;
    font-family: 'Poppins-SemiBold';
    padding: 10px;
}
.single-product-container .product-summary-wrap .cart{
	display:flex;
	gap:15px;
	align-items:center;
}
.single-product-container .product-summary-wrap .cart .single_add_to_cart_button,.single-product-container .product-summary-wrap .cart button{
	background: #128E15 !important;
    border-radius: 10px;
    font-weight: 400;
    padding: 15px 40px !important;
    display: flex;
	opacity:1 !important;
    align-items: center;
}
.single-product-container .product-summary-wrap .cart .single_add_to_cart_button:hover,.single-product-container .product-summary-wrap .cart button:hover{
	background:#2AAF2C !important;
}
.single-product-container .product-summary-wrap .cart .single_add_to_cart_button:before{
	content:'';
	width:20px;
	height:20px;
	background:url('../../assets/images/shopping_cart.png') 0 50% no-repeat;
	background-size:100%;
	display:inline-block;
	margin-right: 8px;
}
.woocommerce-breadcrumb{
	color:#111 !important;
}
.product-gallery-wrap {
    width: 45%;
}
.product-summary-wrap {
    width: 55%;
}
.product-gallery-wrap .product-gallery{
	background: #fff;
    border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding:20px;
	text-align: center;
	border:1px solid #e4e4e7;
	margin-bottom:20px;
}
.product-gallery-wrap .product-gallery img{
	max-width:400px;
	max-height:450px;
}
.product-gallery-wrap .product-thumbs{
	max-width:70% !important;
	margin:auto !important;
}
.product-gallery-wrap .product-thumbs .splide__list{
	justify-content: center;
}
.product-gallery-wrap .product-thumbs li{
	background-color: #fff !important;
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
    align-content: center;
    text-align: center;
	padding:10px;
	border: 1px solid #e4e4e7 !important;
}
.product-gallery-wrap .product-thumbs li.is-active{
/* 	border-color:#128E15 !important; */
}
.product-gallery-wrap .product-thumbs .splide__arrow{
	background:transparent !important;
	border-radius:0 !important;
}
.product-gallery-wrap .product-thumbs .splide__arrow img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7276%) hue-rotate(56deg) brightness(71%) contrast(89%);
}
.product-gallery-wrap .product-thumbs .splide__arrow img:hover{
	filter: brightness(0) saturate(100%) invert(35%) sepia(73%) saturate(6276%) hue-rotate(120deg) brightness(96%) contrast(86%);
}
.product-gallery-wrap .product-thumbs .splide__arrow--prev{
	left: -4em;
}
.product-gallery-wrap .product-thumbs .splide__arrow--next{
	right: -4em;
}
.woocommerce-tabs .tabs{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px solid #65B667;
	padding-left: 30px;
}
.woocommerce-tabs .tabs li{

}
.woocommerce-tabs .tabs li a{
    color: #111;
    padding: 0.8em 2.5em;
    display: inline-block;
    font-family: 'Poppins-Medium';
}
.woocommerce-tabs .tabs li.active{
    border: 1px solid #65B667;
    border-bottom: 0;
    background: #fff;
    margin-bottom: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.woocommerce-tabs .tabs li.active a{
	color:#128E15;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2{
	color:#111;
}
.single-product-container .product-summary-wrap .custom-product-meta {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
	display: flex;
    gap: 10px;
}
.single-product-container .product-summary-wrap .custom-product-meta strong {
  color: #A0A0A0;
}

.single-product-container .product-summary-wrap .custom-product-meta .in-stock {
  color: #2ea44f;
  font-weight: 600;
}
.single-product-container .product-summary-wrap .custom-product-meta .out-of-stock {
  color: #d32f2f;
  font-weight: 600;
}
.single-product-container .product-summary-wrap .stock.in-stock{
	display:none;
}
.single-product-container .product-summary-wrap .product_meta{
	margin-top:20px;
}
.single-product-container .custom-product-content{
	margin-top:10px;
}
.single-product-container .custom-product-content h2{
	display:none;
}
.single-product-container .custom-product-content table.shop_attributes th,.woocommerce table.shop_attributes th{
	text-align: left;
    font-family: 'Poppins-SemiBold';
    color: #111;
}
.single-product-container .custom-product-content table.shop_attributes td,.woocommerce table.shop_attributes td{
	padding: 10px;
	font-style:normal;
}
.comment-form {
	display:flex;
	flex-direction:column;
}
.comment-form .comment-notes{
	order:1;
}
.comment-form .comment-form-rating{
	order:2;
}
.comment-form .comment-form-author{
	order:3;
}
.comment-form .comment-form-author input,.comment-form .comment-form-email input,.comment-form .comment-form-comment textarea{
	width:100%;
    background: #00000012;
    border: 0;
    border-radius: 27px;
    font-size: 14px;
    padding: 10px 20px;
    outline: none;
}
.comment-form .comment-form-comment textarea{
	border-radius: 10px;
}
.comment-form .comment-form-email{
	order:4;
}
.comment-form .comment-form-comment{
	order:5;
}
.comment-form .comment-form-cookies-consent{
	order:6;
}
.comment-form .form-submit{
	order:7;
}
.comment-form label{
	color:#111;
}
.comment-form .form-submit input{
	margin-top:10px !important;
	border: 0 !important;
    background: #128E15 !important;
    border-radius: 25px !important;
    padding: 14px 30px !important;
    color: #fff !important;
    cursor: pointer !important;
    box-shadow: 0px 8px 17px 0px #0000001A, 0px 30px 30px 0px #00000017, 0px 69px 41px 0px #0000000D, 0px 122px 49px 0px #00000003, 0px 191px 53px 0px #00000000 !important;
    transition: .3s ease !important;
}
.comment-form .form-submit input:hover{
	background: #27B029 !important;
}
.po-subcat-links a{
	background: #F3F4F6;
    color: #000;
	font-family:'Poppins-Medium';
    padding: 8px 15px;
    border-radius: 25px;
}
.po-subcat-links strong{
	color: #000;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
}
.woocommerce-products-header__title{
	color: #000;
}
/* Quick Order CSS Start */
.quick-order-us-sec{
	padding:80px 0 30px;
}
.quick-order-us-sec .content p{
	color:#000;
	margin-bottom:20px;
}
.quick-order-wrapper #sm-rows{
    background: #F4F4F4;
    border: 0 !important;
    padding: 30px !important;
}
.sm_row_header_q{
	display: flex;
    gap: 20px;
   flex-wrap:nowrap !important;
}
.sm_row_header_q .stock_header{
	flex: 1;
    min-width: 220px;
	background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    color: #000000;
    font-family: 'Poppins-Medium';
}
.sm_row_header_q .stock_qty{
	width: 140px;
    min-width: 120px;
	background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    color: #000000;
    font-family: 'Poppins-Medium';
	text-align:center;
}
.sm_row_header_q .stock_rem{
	min-width: 140px;
	background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    color: #000000;
    font-family: 'Poppins-Medium';
	text-align:center;
}
.sm-row{
	flex-wrap:nowrap !important;
}
.sm-row input{
	width: 100%;
    padding: 20px !important;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #F4F4F4;
    color: #000;
}
.sm-row input[type="text"]{
	border-radius:0;
}
.sm-row input[type="number"]{
	text-align:center;
	border-radius:0;
}
.sm-row input::placeholder{
	color:#000;
}
.sm-row button{
	height:100%;
	cursor:pointer;
	border:1px solid #DDDDDD;
	background:#F4F4F4;
	border-radius:0;
}
.sm-actions button,.quick-order-wrapper>.woocommerce-info .button{
	background: #128E15;
    color: #fff;
    padding: 15px 40px;
    border: 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 20px;
	cursor:pointer;
	box-shadow: 0px 8px 17px 0px #0000001A, 0px 30px 30px 0px #00000017, 0px 69px 41px 0px #0000000D, 0px 122px 49px 0px #00000003, 0px 191px 53px 0px #00000000;
    transition: .3s ease;
}
.sm-actions button:hover,.quick-order-wrapper>.woocommerce-info .button:hover{
	background:#27B029;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
	background:#27B029 !important;
	color:#fff !important;
}
.quick-order-wrapper>.woocommerce-info .button{
	float:unset;
    display: inline-block;
	margin-top: 15px;
}
.quick-order-wrapper>.woocommerce-info:before{
	display:none;
}
.quick-order-wrapper>.woocommerce-info{
	background:#F4F4F4;
	border-radius:10px;
	border:0;
	padding:30px;
}
.quick-order-wrapper>.woocommerce-info>p>strong{
	font-size: 20px;
	color: #000;
}
.woocommerce-account .woocommerce h2{
	font-size: 36px;
    color: #000000;
    margin: 0;
    font-family: 'Poppins-SemiBold';
}
.woocommerce-account .woocommerce form.login{
	padding: 30px;
    background: #F4F4F4;
    border: 0;
    border-radius: 10px;
	margin-top: 20px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	width: 100%;
    background: #00000012;
    border: 0;
    border-radius: 27px;
    font-size: 14px;
    padding: 10px 20px;
    outline: none;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
	color:#000;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    border: 0;
    background: #128E15;
    border-radius: 50px;
    padding: 17px 35px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 8px 17px 0px #0000001A, 0px 30px 30px 0px #00000017, 0px 69px 41px 0px #0000000D, 0px 122px 49px 0px #00000003, 0px 191px 53px 0px #00000000;
    transition: .3s ease;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
}
.woocommerce-form-login .form-row{
	margin-bottom:15px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	margin-top: 10px;
}
.page-template-quickorder .related{
	display:none;
}
.page-template-quickorder.logged-in .related{
	display:block;
}
/* Quick Order CSS End */

.custom-stock-sku {
    font-size: 16px;
    color: #A0A0A0;
    margin-bottom: 15px;
    display: flex;
    gap: 30px;
    align-items: center;
}
.custom-stock-sku .stock-code strong {
    color: #000;
	font-family: 'Poppins-Regular';
}
.custom-stock-sku .availability {
    color: #A0A0A0;
}
.custom-stock-sku .in-stock {
    color: #128E15;
}

.custom-stock-sku .out-of-stock {
    color: #c62828;
    font-weight: 500;
}
.custom-attributes {
    margin-top: 20px;
	margin-bottom:15px;
}
.attribute-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.attribute-label {
	font-family: 'Poppins-Medium';
    color: #111;
}

/* Woocommerce CSS End */