/**
* Theme Name: Djewno Child
* Description: This is a child theme of Djewno, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: djewno
* Version: 1.2.5
*/

/* 1. Hide category labels */
.product-wrapper .product-brand {
    display: none !important;
}

/* 2. Tighten price gap */
.product-wrapper .content-wrapper {
    padding-top: 0px !important;
}
.product-wrapper .product-title {
    margin-bottom: 0px !important;
}
.product-wrapper .content-wrapper .price {
    margin-top: 0px !important;
}

/* Close the gap between image and product name */
.product-wrapper .product-image-wrapper,
.product-wrapper .product-thumbnail,
.product-wrapper figure,
.product-wrapper .wp-post-image {
    margin-bottom: 6px !important;
}

/* Limit product title to one line */
.product-wrapper .product-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-bottom: 0px !important;
}

/* Remove Add to Cart button from product cards - mobile and desktop */
.product-wrapper .thumbnail-footer,
.product-wrapper .product-btn,
.product-wrapper .loop-add-to-cart,
.product-wrapper .button.add_to_cart_button,
.product-wrapper .added_to_cart {
    display: none !important;
}

/* Discounted (sale) price color — sitewide */
.price ins,
.price ins .woocommerce-Price-amount,
.price ins bdi,
.woocommerce-cart-form .price ins .woocommerce-Price-amount,
.cart_totals .woocommerce-Price-amount,
.widget_shopping_cart .woocommerce-Price-amount {
    color: #89171a !important;
}

/* Cart drawer item price */
.site-cart-drawer .product .content-wrapper .price,
.site-cart-drawer .product .content-wrapper .price .woocommerce-Price-amount,
.site-cart-drawer .product .content-wrapper .price bdi {
    color: #89171a !important;
}

/* Kill the reserved min-height on the title */
.products .product .product-title {
    min-height: 0 !important;
}

/* Remove the theme's product-space margin from content children */
.product-wrapper .content-wrapper > * {
    margin-bottom: 0 !important;
}

/* Pagination active page color */
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    color: #89171a !important;
}

.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover {
    background-color: #89171a !important;
    border-color: #89171a !important;
    color: #fff !important;
}