.fs-20 {
	font-size: 20px !important;
}

/*override default bootstrap success btn*/

.btn-success {
	background-color: rgb(122 202 54)!important;
	border: none;
}

.btn-default {
	border: 1px solid #DDDDDD;
}

.ajax-search .ajax-search-form {
	position: relative;
}

.ajax-search .ajax-search-form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	height: 43px;
	padding: 2px 55px 2px 18px;
}

.ajax-search .ajax-search-form button {
	background: transparent none repeat scroll 0 0;
	border-color: #a1a5aa;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	padding: 3px 15px 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: #000;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	font-size: 16px;
}

.pro-pagination-style ul li span {
	display: inline-block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-size: 16px;
	color: #333;
	-webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}

.pro-pagination-style ul li.active span {
	background-color: #ff3535;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.checked {
	background-color: #ff3535;
	border: 2px solid #ff3535;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.checked::after {
	display: block;
}

.results_dd_mobile {
	position: absolute;
	z-index: 9;
	background: #fff;
	border-bottom: 1px solid #ccc;
	/* padding-right: 5px; */
	width: 85%;
}

.product-details-content h1 {
	font-size: 24px;
	margin: 0 0 0px;
	line-height: 1;
	font-weight: 500;
}

.modal-dialog.modal-sm {
	max-width: 600px!important;
}

.uk-hidden {
	/* uikit library conflicts */
	display: none;
}

.rate-hover-layer, .rate-select-layer {
	color: #FFD700;
}

.rating {
	border: 0;
	float: left;
	/*font-size: 14px;*/
	margin: 0;
	padding: 0;
	line-height: 10px;
}

.rating>input {
	display: none !important
}

.rating>label {
	color: #666;
	float: right;
	cursor: pointer;
}

.rating-inactive {
	color: gray
}

.rating>input:checked~label, .rating:not(:checked)>label:hover, .rating:not(:checked)>label:hover~label, .rating-active {
	color: #666
}

.rating>input:checked~label {
	color: gold
}

.rating>input:checked+label:hover, .rating>input:checked~label:hover, .rating>label:hover~input:checked~label, .rating>input:checked~label:hover~label, .rating-hover {
	color: gold
}

.img {
	display: flex;
	justify-content: center;
	/* width: 100%;
	height: 268px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover; */
}

.img img {
	width: auto;
	height: auto;
	max-height: 250px;
}

.shop-list-wrap .img {
	width: 100%;
	height: 269px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.shop-list-wrap .product-list-img a .img img {
	/* position: absolute;
	display: none;
	width: 0px;
	height: 0px; */
	width: auto;
	height: auto;
	max-height: 250px;
	max-width: 270px;
}

/*delivery types styling*/

td.checks {
	padding: 15px
}

td[name=delivery_type] {
	padding-right: 10px;
}

.theme-select {
	border: 1px solid #e8e8e8;
	height: 50px;
	background-color: transparent;
	padding: 2px 20px;
	color: #1f2226;
	font-size: 13px;
	border-radius: 0px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-append button {
	border-radius: 0px;
	height: 50px;
}

.order-details-product {
	max-width: 85%;
}

.checkout-btn {
	background-color: #ff3535;
	font-size: 12px;
	display: block;
	cursor: pointer;
	padding: 10px 50px 10px;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: 600l;
	text-align: center;
	border: none;
}

.checkout-btn:hover {
	background-color: #212529;
}

hr.divider-icon {
	position: relative;
	height: 20px;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-top: 0px;
	margin: 0px auto;
}

hr.divider-icon::before {
	right: calc(50% + (50px / 2));
	width: 100%;
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - (50px / 2));
	border-bottom: 1px solid #e5e5e5;
}

hr.divider-icon::after {
	left: calc(50% + (50px / 2));
	width: 100%;
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - (50px / 2));
	border-bottom: 1px solid #e5e5e5;
}

.banner-image {
	background: url("/assets/gfx/home/floor-finishing-banner-1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-details-img .zoompro-span {
	display: flex;
	justify-content: center;
}

.product-details-img .zoompro-span .zoompro {
	width: auto !important;
	max-width: 100%;
}

.slick-slide img {
	width: auto;
	max-width: 100%;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span.price-detail, .shop-list-wrap .shop-list-content .ht-product-list-price span.price-detail {
	font-weight: 300;
	text-transform: uppercase;
}

.product-details-content .product-details-price span.price-detail {
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	text-transform: uppercase;
}

.product-slider-active.owl-carousel .owl-stage {
	display: flex;
}

.product-slider-active .prd-item {
	display: flex;
	flex: 1 0 auto;
	height: 100%;
}

.page-description-box {
	/*padding: 1rem;*/
	margin-right: 0;
	margin-left: 0;
/*	border-width: .2rem;
	border: solid #f7f7f9;*/
}


.product-slider-active .prd-item .prd-item-box {
	position: relative;
	overflow: hidden;
	/* margin-bottom: 80px; */
	/*This is optional*/
	display: flex;
	flex-direction: column;
	align-items: stretch;

	justify-content: space-between;
}

.product-slider-active .prd-item .prd-item-box .ht-product-content {
	/* flex-grow: 1; */
}

.product-slider-active .prd-item .prd-item-box .ht-product-image-wrap {
	display: flex;
	min-height: 250px;
	justify-content: center;
	align-items: center;
}

.product-slider-active .prd-item .prd-item-box .ht-product-image-wrap .ht-product-image img {
	width: 100%;
}

/* .tw-outview{
    opacity: 0;
    visibility: hidden;
}
.tw-carousel .owl-theme .owl-dots {
  bottom: 70px;
}
.tw-carousel-post .owl-carousel,
.tw-carousel-shop .owl-carousel,
.tw-carousel-portfolio .owl-carousel,
.tw-carousel-testimonial .owl-carousel,
.tw-carousel-testimonials .owl-carousel {
  padding-bottom: 30px;
}
.tw-carousel-post .owl-carousel .owl-dots,
.tw-carousel-shop .owl-carousel .owl-dots,
.tw-carousel-portfolio .owl-carousel .owl-dots,
.tw-carousel-testimonial .owl-carousel .owl-dots,
.tw-carousel-testimonials .owl-carousel .owl-dots {
  bottom: -55px;
}
.tw-carousel-post .owl-carousel[data-bullet="false"],
.tw-carousel-portfolio .owl-carousel[data-bullet="false"],
.tw-carousel-testimonial .owl-carousel[data-bullet="false"],
.tw-carousel-testimonials .owl-carousel[data-bullet="false"] {
  padding-bottom: 0;
}
.tw-carousel-post div.portfolio-item {
  margin-bottom: 0;
}
.tw-carousel-post .entry-media {
  margin-bottom: 0;
}
.tw-carousel-post.grid-blog.tw-blog .entry-media {
  margin-bottom: 29px;
}
.tw-carousel-post .post-content {
  padding: 25px 30px;
  background-color: #fff;
}
.tw-carousel-post .post-content .tw-meta:first-child {
  font-size: 12px;
  margin-bottom: 15px;
}
.tw-carousel-post .post-content .tw-meta:last-child {
  padding-top: 20px;
  margin-top: 60px;
  border-top: 1px solid #e6e6e6;
}
.tw-carousel-post .post-content a,
.tw-carousel-event .event-content a {
  color: inherit;
}
.tw-carousel-post .post-title {
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
}
.tw-carousel-post .post-title a:hover {
  color: #999;
}
.tw-carousel-post.style-2 .post-content {
  padding: 55px;
}
.tw-carousel-post.style-2 .post-content .tw-meta:last-child {
  border: none;
}
.tw-carousel-post.style-2 .post-content .tw-meta:first-child a {
  color: #151515;
}
.tw-carousel-post.style-2 .post-content .post-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
} */


#more {

}
#more #exerpt {
  position: relative;
  overflow: hidden;
  transition: 0.35s;

}

#more #exerpt.closed {

}
#more #exerpt.opened {

}

#more  .show-more-btn {
  border: none;
  background: none;
  color: #666;
  cursor: pointer;
  outline:none;
}


#more #exerpt.closed:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 10px;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.5) 47%, rgba(237,237,237,0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(47%, rgba(246,246,246,0.5)), color-stop(100%, rgba(237,237,237,0.5)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.5) 47%, rgba(237,237,237,0.5) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.5) 47%, rgba(237,237,237,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.5) 47%, rgba(237,237,237,0.5) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.5) 47%, rgba(237,237,237,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.single-input-item {
	margin-bottom: 20px;
}

.single-input-item label {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	margin: 0 0 5px;
}

.single-input-item input {
	border: 1px solid #e8e8e8;
	height: 50px;
	background-color: transparent;
	padding: 2px 20px;
	color: #1f2226;
	font-size: 13px;
}

.single-input-item input:focus {
	border: 1px solid #343538;
}

.single-input-item button {
	border: none;
	background-color: #ff3535;
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 25px;
	color: #fff;
	font-size: 13px;
}

.single-input-item button:hover {
	background-color: #1f2226;
}
.blog-details-top p {
    margin-bottom:20px!important;
}

/* lightbox */
.lightbox {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}
/* Slick Slider */
.slick-track {
    margin-left: 0!important; 
}
.slick-track { 	display: flex !important; }  
.slick-slide { 	
    height: inherit !important; 	
    display: flex !important; 	
    justify-content: center; 	
    align-items: center; 
    max-height: 500px;
}
.product-details-thumbs .slick-slide {
    max-height: 200px;
    margin: 0 10px;
}
.product-details-thumbs .slick-list {
    margin: 0 -10px;
}
.slick-next {
    right: 16px!important;
    z-index: 3!important;
    background: url(images/next.png) right 48% no-repeat!important;
    background-size: 25px!important;
    width: 30px!important;
    height: 30px!important;
}
.slick-prev:before {
    color: #fff;    
    content: " "!important;
}
.slick-next::before {
    color: #fff;    
    content: " "!important;
}
.slick-prev {
    left: 16px!important;
    z-index: 3!important;
    background: url(images/prev.png) right 48% no-repeat!important;
    background-size: 25px!important;
    width: 30px!important;
    height: 30px!important;
}
.hide_for_refresh:disabled ~ .disabled-buttons-notify {
    display: inline-block;
}
button:not(:disabled) ~ div.disabled-buttons-notify  {
    display: none;
    width: 100%;
}
.vat-status {
	font-size: 12px;
	font-weight: 400;
	position: relative;
	bottom: 3px;
}
.header-right-wrap .search-wrap {
	margin-left: 15px; 
}
.shop-list-wrap .shop-list-content .ht-product-list-action a.product-bookmarked:hover {
	color: #ffffff;
	border: 1px solid #ff3535;
	background-color: #ffffff; 
}
.wishlist-button {
    color: #ee7a13 !important;
    margin-right:10px;
    border: 1px solid #ee7a13 !important;
}
.product-description ul {
	padding-left: 30px;
	list-style: initial;
}
/**
 * MAX WIDTH 767
 */
@media only screen and (max-width: 767px) {
	.product-details-content h1 {
		font-size: 20px;
	}
	.promo-code-heading {
		line-height: 20px;
	}
}

/** SLIDER HOME */

.slider-height-home {
	height: 540px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cart-wrap .shopping-cart-content .shopping-cart-bottom .shopping-cart-subtotal-details,
.header-small-mobile .header-right-wrap .cart-wrap .shopping-cart-content .shopping-cart-bottom .shopping-cart-subtotal-details {
	border: none;
	margin-bottom: -10px;
	padding: 10px 0 0 ;
	margin-top: 5px
}
.shopping-cart-content .shopping-cart-bottom .shopping-cart-subtotal-details:first-of-type {
	border-top: 1px solid #ccc;
}
.cart-wrap .shopping-cart-content .shopping-cart-bottom .shopping-cart-subtotal-details h4 {
	font-size: 14px;
	font-weight: 500;
}
.cart-wrap .shopping-cart-content .shopping-cart-bottom .shopping-cart-subtotal-details h4 span { 
	float: right;
	font-weight: 400;
	/* font-size: 13px; */
}
.cart-wrap .shopping-cart-content.no-items .shopping-cart-subtotal-details {
	display: none;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
	.slider-height-3 {
		height: 440px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
	.slider-height-3 {
		height: 340px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-height-3 {
		height: 340px;
	}
	.main-menu > nav > ul > li {
		margin: 0 4px;
	}
	.logo img {
		width: 93px;
	}
	.main-menu > nav > ul > li.phone-nav {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height-3 {
		height: 340px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-height-3 {
		height: auto;
		display: block;
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
		padding: 40px 0 40px;
	}
	fieldset.rating  {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height-3 {
		height: 340px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0px 0 0px;
	}
}

/** SLIDER HOME END*/

/* ========================================
   Core Web Vitals - CLS Prevention
   ======================================== */

/* Reserve space for images to prevent layout shift */
.product-area img,
.ht-product-image img,
.slider-single-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
    height: auto;
}

/* Banner/slider images - maintain aspect ratio */
.slider-single-img img {
    aspect-ratio: 616 / 471;
    max-width: 100%;
    height: auto;
}

/* Product grid images - prevent CLS */
.ht-products .ht-product .ht-product-inner .ht-product-image-wrap {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reserve height for the product area skeleton */
.product-area {
    min-height: 500px;
}

/* Brand logos - reserve space */
.logos-carousel img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* Feature icons - reserve space */
.feature-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Prevent font-related CLS */
body {
    font-display: swap;
}

/* Content visibility for below-the-fold sections */
.testimonial-area,
.banner-area,
.blog-area {
    content-visibility: auto;
    contain-intrinsic-size: 0 400px;
}

/* ========================================
   Performance Optimizations
   ======================================== */

/* GPU acceleration for animations */
.slider-animated-1,
.scroll-zoom,
.owl-carousel {
    will-change: transform;
    transform: translateZ(0);
}

/* Reduce paint complexity */
.ht-product-action,
.shopping-cart-content {
    contain: layout style paint;
}

/* Optimize carousel performance */
.owl-stage {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* Lazy load optimization hint */
img[loading="lazy"] {
    content-visibility: auto;
}