/*
Theme Name: Eskil Child
Theme URI: https://eskil.qodeinteractive.com
Description: A child theme of Eskil
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: eskil
Template: eskil
*/

.custom-shipping-info p {
    font-size: 16px;
}
.custom-shipping-info span {
    font-weight: 500;
    color: #000;
}
.tax-product_cat div#qodef-page-inner {
    margin-top: 50px;
    margin-bottom: 130px;
}
.qodef-woo-product-list .qodef-woo-product-image img {
    border: 1px solid #dedede;
}
.elementor-widget:not(:last-child) {
    margin-block-end:10px;
}

.qodef-woo-product-image-inner {
    /*border: 1px solid #ccc;*/
}
.qwfw-add-to-wishlist-wrapper {
    border: 0 !important;
}
.qodef-quick-view-holder {
    display: none !important;
}

.qodef-woo-product-image-inner {
    display: none !important;
}
.tax-product_cat .product.type-product .attachment-woocommerce_thumbnail {
	height: 380px;
	object-fit: contain;
	object-position: center;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
	padding-left: 10px !important;
}

.qodef-widget-side-area-cart-content .qodef-m-action .qodef-m-action-link.qodef--cart .qodef-e-text {
	color: #fff;
}
.related.products .qodef-woo-product-image img {
	min-height: 300px;
	height: 400px;
	object-fit: cover;
}
.woocommerce-cart .wc-block-cart__submit-container {
	border: 0;
	background: #000;
	color: #fff;
	border-radius: 5px;
}
.woocommerce-cart .wc-block-components-button__text {
	color: #fff;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
	opacity: .6;
}