/*
Theme Name: Ecotech Child
Theme URI: https://ecotech.kutethemes.net/
Template: ecotech
Author: Kutethemes
Author URI: https://kutethemes.com/
Description: Ecotech theme Shop is a simple but modern responsive WordPress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Tags: two-columns,left-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,translation-ready
Version: 1.1.8.1701417860
Updated: 2023-12-01 03:04:20

*/
/* hello */
/* For making product images 352x352 square w/o stretching them in shop page*/
.slick-list.draggable>.slick-track>.product-item.slick-slide .primary-thumb>.wp-post-image, .products>.product-item>.product-inner>.product-thumb>.thumb-wrapper .primary-thumb>.wp-post-image {
    width: 352px;
    height: 352px;
    object-fit: cover;
}

body {
    --main-color: #00b22d !important;
    --main-color-bb: #94b039bb;
}
.header.style-08 .header-bot, .header.style-04 .header-bot{
	background-color: #94b039;
}
.cart-collaterals .wc-proceed-to-checkout .button, a.button.wc-forward,
.product-item.style-17 .add-to-cart > a,
.place-order #place_order {
/* 	background-color: #00b22d; */
	color: #ffffff;
	background-color: var(--main-color);
}
.added_to_cart:hover, .added_to_cart:focus, .button:hover, .button:focus, button:hover, input[type="button"]:hover, input[type="submit"]:hover,
.cart-collaterals .wc-proceed-to-checkout .button:hover, a.button.wc-forward:hover,
.product-item.style-17 .add-to-cart > a:hover,
.place-order #place_order:hover{
	background-color: #ff7400;
}
.woocommerce-cart-form .shop_table .actions .coupon button,
.shop_table .actions > .button,
.widget_shopping_cart .buttons .button:not(.checkout){
    background-color: #e4e4e4;
    color: #000000;
}

.woocommerce-cart-form .shop_table .actions .coupon button:hover,
.shop_table .actions > .button:hover,
.widget_shopping_cart .buttons .button:not(.checkout):hover{
    color: #ffffff;
    background-color: #ff7400;
    box-shadow: none;
}
/* Styling for Yith Gift Card Button Color*/
button.ywgc-predefined-amount-button.ywgc-amount-buttons.selected_button, button.ywgc-predefined-amount-button.ywgc-amount-buttons:hover {
    background-color: #ff7400;
    border: 1px solid #ff7400;
}

button.ywgc-predefined-amount-button.ywgc-amount-buttons {
    background-color: #00b22d;
    border: 1px solid #00b22d;
}

.gift-cards-list button.ywgc-predefined-amount-button span.woocommerce-Price-amount.amount{
    color: white;
}


button.button.ywgc_apply_gift_card_button {
    background-color: #00b22d !important;
}

button.button.ywgc_apply_gift_card_button:hover {
    background-color: #ff7400 !important;
}

/*.woocommerce-form-login .lost_password {*/
/*    position: absolute;*/
/*    bottom: 130px;*/
/*    left: 0;*/
/*    padding: 5px 0;*/
/*    font-weight: 400;*/
/*    margin: 0;*/
/*}*/
.dokan-stock-management-wrapper .last-child {
	display:none;
}