.products .product-custom-type2 .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: 15px;
margin-bottom: 0.4375rem;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.products .product .product-wrapper.product-custom-type2 .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;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button .quickview-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;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button .quickview-button {
display: block;
color: #2f9e44;
background-color: transparent;
border: 1px solid #2f9e44;
line-height: 1;
text-align: center;
display: flex;
justify-content: center;
}
.product-custom-type2 .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;
line-height: 1;
}
.product-custom-type2 .product-cart-button.only-icon a.button {
color: #fff;
background-color: var(--theme-primary-color);
border: 1px solid var(--theme-primary-color);
}
.product-custom-type2 .product-cart-button.only-icon a.button i {
display: none;
}
.product-custom-type2 a.added_to_cart {
flex: 1 0 100% !important;
margin-left: 0;
color: #fff;
background-color:  var(--theme-primary-color);
border: 1px solid  var(--theme-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-type2 a.added_to_cart:hover {
opacity: 0.9 !important;
}
a.quickview-button {
position: relative;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button .quickview-button:hover {
color: #FFF;
background-color: #2f9e44;
}
.product-custom-type2 .product-cart-button.only-icon a.button:hover {
opacity: 0.9;
}