/*
Theme Name:		 shoptimizer-child
Theme URI:		 http://childtheme-generator.com/
Description:	 shoptimizer-child is a child theme of shoptimizer, created by ChildTheme-Generator.com
Author:			 M S
Author URI:		 http://childtheme-generator.com/
Template:		 shoptimizer
Version:		 1.0.0014
Text Domain:	 shoptimizer-child
*/

.wcpay-upe-element input {
    padding: 10px !important;
}

#billing_country_field {
    display: none;
}

.shoptimizer-plp-image-wrapper {
    width: 260px;
    height: 260px;
    max-width: 100%;
}

.shoptimizer-plp-image-wrapper img {
    height: 100%;
    object-fit: contain;
}

.inspired-title {
    font-size: 12px;
    height: 32px;
    margin-bottom: 10px;
}

.woocommerce-loop-product__title {
    display: -webkit\-box;
    -webkit\-box\-orient: vertical;
    -webkit\-line\-clamp: 2;
    overflow: hidden;
    height: 40px;
}

.woocommerce-card__header .price {
    font-weight: 700;
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2 {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 993px) {
    ul.products li.product:not(.product-category):before {
        all: unset;
    }
}

ul.products li.product img {
transition: unset;
}

.cgkit-fsn-bar.cgkit-fsn-bar-cart {
    text-align: left;
}

.button[name="apply_coupon"] {
    margin-top: 10px !important;
    border: 1px solid #111;
}


