@media screen and (min-width: 1024.1px) {
	.product .product-custom-type6 .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.125rem;
		bottom: .375rem;
		left: 50%;
		padding: 0.25rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: rgba(0, 0, 0, 0.1);
		border-radius: 2.25rem;
		width: auto;
	}
}
.product .product-custom-type6 .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots .dot {
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #fff;	
}
.product .product-custom-type6 .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots .dot.active {
    background-color: #facc15;
}

.product-custom-type6 .product-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8125rem;
    line-height: 1;
}
.product-custom-type6 .product-rating .product-rating-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff6dc;
    padding: 0.1875rem 0.625rem;
    border-radius: 1.875rem;
}
.product-custom-type6 .product-rating .product-rating-inner i {
    font-size: 0.875rem;
    color: #fcc419;
    margin-left: -0.125rem;
}
.product-custom-type6 .product-rating .product-rating-inner .review-count {
    font-weight: 600;
    margin-left: 0.3125rem;
}
.product-custom-type6 .product-rating .rating-count {
    font-size: 12px;
    font-weight: 500;
    margin-left: 0.375rem;
}
.product-custom-type6 .product-rating .rating-count .count-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-custom-type6 .product-rating .product-rating-inner i::before {
    margin: 0;
}
.products .product .product-wrapper.product-custom-type6 .product-cart-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
	width: 100%;
}
.products .product .product-wrapper.product-custom-type6 .product-cart-button {
    margin-top: 0.625rem;
}
.products .product .product-wrapper.product-custom-type6 .product-cart-button > *.button {
    font-size: 0.8125rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    line-height: 2rem;
    height: 2rem;
	border-radius:6px;
}
.products .product .product-wrapper.product-custom-type6 .product-cart-button .button {
    color: #FFF;
    background-color: rgb(var(--site-primary-color));
    border-color: transparent;
}
.products .product .product-wrapper.product-custom-type6 .product-cart-button .button:hover ,
.product-custom-type6 .product-cart-button a.added_to_cart:hover{
    background-color: rgba(var(--site-primary-color), 0.9);
}

.product-custom-type6 .ajax_add_to_cart.loading:after{
    border-left-color: #fff;	
}

.product-custom-type6 .product-cart-button a.added_to_cart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid;
    color: currentColor;
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25);
    font-size: 0;
}

.product-custom-type6 .product-cart-button a.added_to_cart:before {
    content: '\e85f';
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
}

.product-custom-type6 .product-cart-button a.added_to_cart {
    color: #FFF;
    background-color: rgb(var(--site-primary-color));
    border-color: transparent;
}	

.product .product-custom-type6 .product-button.product-wishlist a::before {
    content: "\e80c";
}
.products .product-custom-type6 .product-title{
	min-height:auto;
}
.product .product-custom-type6 .product-content-wrapper {
    gap: 0.5rem;
}
