/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.8.19
*/

/* css for login to see prices */
.login-to-see-prices .products .product_after_title .product_after_shop_loop_price {
 transform: none !important;
}
.login-to-see-prices .add_to_cart_button {
 display: none !important;
}
.login-to-see-prices .et-product-detail.et-cart-mixed:not(.sold-individually):not(.product-type-grouped):not(.product-type-external) .summary .yith-wcwl-add-to-wishlist > div {
 margin-left: 0 !important;
 margin-right: 0 !important;
}

.products.show-rating .product_after_shop_loop_price {
    display: flex;
    flex-direction: column;
	align-items:flex-start;
}

/* add to cart */
.custom-add-to-cart{
	display: block;
    margin-top: 5px;
}
.custom-add-to-cart:hover{
	background:#F0F0F0;
	cursor:pointer;
	width:100%;
}

/* product title must be two lines only */
.products .et-listing-style1 .product-title h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: clip;
}

/* css convert mobile image to white */
@media (max-width: 768px) {
   .header-transparent-mobiles.light-title:not(.header_on_scroll) .site-header .logolink.alt-logo-sticky .logoimg.bg--alt {
        filter: invert(1) brightness(2) !important;
        opacity: 1;
        display: block;
    }
}

.no-quantity-btn {
    margin-top: 35px !important;
}

a.one-stock-count{
	margin-top:35px !important;
}

/* make products image same size */
.product_thumbnail img{
    height: 180px !important;
    width: 450px !important;
    object-fit: contain !important;
}

/* hide list sort icon button */
.shop-views.list-1 .list-icon{
	display:none !important;
}
