.products .product .product-wrapper.product-custom-type3 .product-thumbnail-wrapper {
    border: 1px solid #eceef0;
    border-radius: 6px;
    overflow: hidden;
}
@media screen and (min-width: 1024.1px) {
	.product .product-custom-type3 .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-type3 .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-type3 .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots .dot.active {
    background-color: #facc15;
}
.products .product .product-wrapper.product-custom-type3 .price {
    font-size: 22px;
}
.products .product .product-wrapper.product-custom-type3 .product-cart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width:100%;
}
.products .product-custom-type3 .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;
    margin-top: 0.4375rem;
}
.products .product .product-wrapper.product-custom-type3 .product-cart-button .product-quickview {
    height: 2.1875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}
.products .product .product-wrapper.product-custom-type3 .product-cart-button > * {
    font-size: 0.8125rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.products .product .product-wrapper.product-custom-type3 .product-cart-button .product-quickview  .quickview-title {
    display: block;
    color: #2f9e44;
}
.products .product .product-wrapper.product-custom-type3 .product-cart-button .product-quickview i {
    display: none;
}
.products .product .product-wrapper.product-custom-type3 .product-cart-button .product-quickview {
    border: 1px solid #2f9e44;
	width:100%;
}
.products .product .product-wrapper.product-custom-type3 .product-cart-button .product-quickview:hover {
    color: #FFF !important;
    background-color: #2f9e44;
}
.products .product .product-wrapper.product-custom-type3 .product-cart-button .product-quickview:hover .quickview-title {
    color: #fff;
}
.product-custom-type3 .product-cart-button.only-icon a.button {
    height: 2.1875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
	width: 2.25rem;
}
.product-custom-type3 .product-cart-button.only-icon a.button {
    color: #fff;
    background-color: rgb(var(--site-primary-color));
    border: 1px solid rgb(var(--site-primary-color));
}

.product-custom-type3 .product-cart-button.only-icon a.button:hover {
    background-color: rgba(var(--site-primary-color), 0.9) !important;
}
.product-custom-type3 a.added_to_cart {
    flex: 1 0 100% !important;
    margin-left: 0;
    color: #fff;
    background-color: rgb(var(--site-primary-color));
    border: 1px solid rgb(var(--site-primary-color));
    line-height: 1;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: inline-flex;
    text-decoration: none;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
	font-weight: 600;
}
.product-custom-type3 a.added_to_cart:hover {
    background-color: rgba(var(--site-primary-color), 0.9) !important;
}

.product-custom-type3 .quickview-loading .quickview-title {
    font-size: 0 !important;
}
@media screen and (max-width: 575.98px) {
    .products .product .product-wrapper.product-custom-type3 .product-cart-button > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

.product-custom-type3 .product-quickview a.quickview-button {
    width: 100%;
    text-align: center;
}

.product-custom-type3 .product-cart-button.only-icon a.quickview-button {
    color: #2f9e44;
    border: none;
    background: transparent;
	width:100%;
}
.product-custom-type3 .product-cart-button.only-icon .product-quickview:hover a.quickview-button {
    color: #fff;
}

.product-custom-type3 .product-cart-button.only-icon a.quickview-button:hover {
    background: #2f9e44 !important;
}
.products .product-custom-type3 .product-title{
	min-height:auto;
}
.product .product-custom-type3 .product-content-wrapper {
    gap: 0.5rem;
}