.woocommerce-loop-product__title {
line-height: 1.5;
}
.add_to_cart_button {
bottom: 40px !important;
}
.woocommerce-loop-product__link img {
height: 250px !important;
}
.woocommerce-loop-product__link h2 {
height: 80px;
}
@media ( max-width: 1024px ) {
.woocommerce-loop-product__link img {
height: 210px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
min-height: 500px !important;
width: 200px !important;
}
a.add_to_cart_button{
font-size: 12px !important;
}
}
@media ( max-width: 768px ) {
.woocommerce-loop-product__link img {
height: 250px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
min-height: 500px !important;
width: 250px !important;
}
a.add_to_cart_button{
font-size: 14px !important;
}
}
@media screen and ( max-width: 732px ) {
.woocommerce-loop-product__link img {
height: 240px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
min-height: 500px !important;
width: 230px !important;
}
}
@media screen and ( max-width: 414px ) {
.woocommerce-loop-product__link img {
height: 170px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
min-height: 450px !important;
width: 170px !important;
}
a.add_to_cart_button{
font-size: 10px !important;
}
}
@media screen and ( max-width: 360px ) {
.woocommerce-loop-product__link img {
height: 170px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
min-height: 450px !important;
width: 160px !important;
}
a.add_to_cart_button{
font-size: 9px !important;
}
}
@media screen and ( max-width: 320px ) {
.woocommerce-loop-product__link img {
height: 150px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
min-height: 450px !important;
width: 140px !important;
}
.woocommerce-loop-product__link h2 {
height: 110px;
}
a.add_to_cart_button{
padding: 18px !important;
font-size: 8px !important;
}
}
input#createaccount,
input#terms,
input#ship-to-different-address-checkbox {
position: relative;
}