.product__wrapper {
position: relative; }
.product__wrapper:hover .price {
opacity: 0; }
.product__wrapper:hover .ajax_add_to_cart,
.product__wrapper:hover .product_type_simple,
.product__wrapper:hover .product_type_variable {
opacity: 1;
bottom: 0px; }
.product__wrapper .added_to_cart {
color: #004085;
position: relative;
margin-bottom: 0px;
margin: 5px auto;
display: block;
text-align: center;
text-decoration: none;
font-weight: 700;
display: none; }
.product__wrapper .ajax_add_to_cart,
.product__wrapper .product_type_simple,
.product__wrapper .product_type_variable {
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 10;
color: #FFF;
background-color: #173bf5;
padding: 20px 25px;
text-decoration: none;
font-size: 14px;
display: inline-block;
font-weight: 400;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border-radius: 35px;
width: 100%;
text-align: center;
max-width: 185px;
opacity: 0;
transition: all 0.4s; }
@media (max-width: 450px) {
.product__wrapper .ajax_add_to_cart,
.product__wrapper .product_type_simple,
.product__wrapper .product_type_variable {
padding: 17px 15px; } }
.product__wrapper .link {
text-decoration: none;
color: #170947;
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%; }
.product__wrapper .promotion_text {
min-height: 18px; }
.product__wrapper .promotion_text p {
color: #173bf5;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px; }
.product__wrapper h3 {
color: #170947;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 400;
font-size: 14px; }
.product__wrapper .thumb {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 163px; }
.product__wrapper .thumb img {
height: 100%;
width: 100%;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center; }
.product__wrapper .price.sale_product .regular {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
gap: 10px; }
.product__wrapper .price.sale_product .regular p {
color: #a7acd1;
font-size: 11px;
text-decoration: line-through;
font-weight: 400; }
.product__wrapper .price.sale_product .regular .percent p {
background-color: #173bf5;
padding: 0px 5px;
color: #FFF;
min-width: 40px;
border-radius: 15px;
text-decoration: none;
font-weight: 700; }
.product__wrapper .price {
margin-top: 20px;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
min-height: 46px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end; }
.product__wrapper .price p {
margin-top: 0px;
margin-bottom: 0px;
font-size: 18px;
font-weight: 700; }
.product__wrapper .price .sale p {
color: #173bf5; }