.single_product_box {
background-color: #FFF;
border-radius: 10px;
text-align: center;
}
.single_product_box a {
text-decoration: none;
position: relative;
display: block;
width: 100%;
}
.single_product_box a .badge {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
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;
gap: 5px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.single_product_box a .badge .promotion_badge {
background-color: #ac4b39;
color: #fff;
padding: 6px 10px;
text-transform: uppercase;
min-width: 169px;
}
@media (max-width: 992px) {
.single_product_box a .badge .promotion_badge {
min-width: 100px;
padding: 3px 10px;
}
}
.single_product_box a .badge .promotion_badge p {
margin-top: 0px;
margin-bottom: 0px;
font-size: 18px;
font-weight: 700;
}
@media (max-width: 992px) {
.single_product_box a .badge .promotion_badge p {
font-size: 14px;
}
}
.single_product_box a .badge .news_badge {
background-color: #3f8a7a;
color: #fff;
padding: 6px 10px;
text-transform: uppercase;
min-width: 169px;
}
@media (max-width: 992px) {
.single_product_box a .badge .news_badge {
min-width: 100px;
padding: 3px 10px;
}
}
.single_product_box a .badge .news_badge p {
margin-top: 0px;
margin-bottom: 0px;
font-size: 18px;
font-weight: 700;
}
@media (max-width: 992px) {
.single_product_box a .badge .news_badge p {
font-size: 14px;
}
}
.single_product_box a:hover .title h3 {
text-decoration: underline;
}
.single_product_box .thumbnail {
height: 320px;
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;
padding: 30px 20px;
}
@media (max-width: 1300px) {
.single_product_box .thumbnail {
height: 280px;
}
}
@media (max-width: 992px) {
.single_product_box .thumbnail {
height: 250px;
padding: 20px 10px;
}
}
.single_product_box .thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.single_product_box .category {
font-size: 14px;
color: #636f56;
}
.single_product_box .title h3 {
font-size: 2.4rem;
font-weight: 700;
margin-top: 5px;
margin-bottom: 25px;
color: #636f56;
}
@media (max-width: 1300px) {
.single_product_box .title h3 {
margin-bottom: 15px;
}
}
.single_product_box .single_product_box__price {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
margin: 0 0 12px;
line-height: 1.15;
text-align: left;
text-align: center;
min-height: 60px;
}
@media (max-width: 1300px) {
.single_product_box .single_product_box__price {
min-height: 40px;
}
}
.single_product_box .single_product_box__price .promotion_price {
margin: 0;
padding: 0;
font-size: 22px;
font-weight: 700;
color: #ac4b39;
}
.single_product_box .single_product_box__price .promotion_price .woocommerce-Price-amount,
.single_product_box .single_product_box__price .promotion_price bdi {
color: #ac4b39 !important;
}
.single_product_box .single_product_box__price .regular_price {
margin: 0;
padding: 0;
font-size: 22px;
font-weight: 700;
color: #3f8a7a;
}
.single_product_box .single_product_box__price .regular_price .woocommerce-Price-amount,
.single_product_box .single_product_box__price .regular_price bdi {
color: #3f8a7a !important;
}
.single_product_box .single_product_box__price .regular_price--compare {
font-size: 14px;
font-weight: 400;
color: #636f56;
text-decoration: line-through;
}
.single_product_box .single_product_box__price .regular_price--compare .woocommerce-Price-amount,
.single_product_box .single_product_box__price .regular_price--compare bdi {
color: #636f56 !important;
text-decoration: line-through;
}
.single_product_box .add_to_cart .add_to_cart_inline {
border: none !important;
padding: 0px !important;
margin: 0px;
}
.single_product_box .add_to_cart a {
background-color: transparent !important;
border: none !important;
border-top: 1px solid #eff0ee !important;
border-radius: 0px;
font-size: 15px;
color: #ac4b39 !important;
text-decoration: none;
width: 100%;
padding: 15px 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-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;
gap: 10px;
}
.single_product_box .add_to_cart a:hover:before {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.single_product_box .add_to_cart a:before {
content: "";
display: block;
width: 14px;
height: 18px;
background-image: url(//zielonezlozone.pl/wp-content/themes/kodios/img/ikona-koszyk-2@2.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 14px;
margin-top: -3px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.single_product_box .add_to_cart a:hover {
background-color: #ac4b39 !important;
color: #ffffff !important;
}