.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;
}
.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
}
.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; */
}
.shopping-cart-content.no-items .shopping-cart-total {
	display: none;
}

.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;
}
.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;
}
@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;
	}
	
}

@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;
	}
	.header-right-wrap {
		justify-content: flex-end;
	}
}

@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*/

/* =====================================================
   PERFORMANCE OPTIMIZATIONS - CLS Prevention
   ===================================================== */

/* Reserve space for images to prevent CLS */
img {
    max-width: 100%;
    height: auto;
}

/* Logo dimensions to prevent layout shift - actual logo is 121x36 (3.36:1) */
.logo img,
.mobile-logo img {
    aspect-ratio: 121 / 36;
}

/* Slider image dimensions */
.slider-single-img img {
    aspect-ratio: 685 / 477;
    object-fit: contain;
}

/* Product images placeholder */
.ht-product-image img,
.product-list-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background-color: #f8f8f8;
}

/* Brand logos */
.logos-carousel img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

/* Feature icons */
.feature-icon img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

/* Banner images */
.single-banner img {
    aspect-ratio: 555 / 300;
    object-fit: cover;
}

/* Cart counter - reserve space */
.count-style {
    min-width: 18px;
    min-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Search results dropdown - solid background to prevent transparency */
.results_dd,
.results_dd_mobile {
    min-height: 0;
    background-color: #fff;
}

/* Ensure search content has solid background */
.header-right-wrap .search-wrap .search-content {
    background-color: #fff !important;
}

.results_dd ul,
.results_dd_mobile ul {
    background-color: #fff;
}

/* Font loading - prevent FOIT */
body {
    font-display: swap;
}

/* Skeleton loading states for dynamic content */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Ensure buttons have consistent dimensions */
.search-active,
.icon-cart-active,
.setting-active {
    min-width: 44px;
    min-height: 44px;
}

/* Product grid item - maintain consistent height */
.ht-product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ht-product-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Smooth font loading transition */
.no-js body,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =====================================================
   ACCESSIBILITY IMPROVEMENTS
   ===================================================== */

/* Focus visible states for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #ff3535;
    outline-offset: 2px;
}

/* Skip to main content link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #ff3535;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}

/* Ensure sufficient color contrast */
.ht-product-price .new {
    color: #1f2226;
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}