/* 
Theme Name: hellooodesign
Theme URI: https://github.com/elementor/hello-theme/
Description: hellooodesign Child is a child theme, created by the hellooodesign team 
Author: hellooodesign
Author URI: https://hellooodesign.com/
Template: hello-elementor
Version: 4.0.0
Text Domain: hellooodesign
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* WooCommerce Buttons */
.checkout-button.button:hover,
.woocommerce-page input.button:hover,
.button.single_add_to_cart_button:hover,
button#place_order:hover{
    background: #9FA995 !important;
    background-color: #9FA995 !important;
	color: #000B0E !important;
    border-color: #9FA995 !important;
	transition-duration: 0.4s;
}

.checkout-button.button,
.woocommerce-page input.button,
.button.single_add_to_cart_button,
.button#place_order{
    background: #C7CDC1 !important;
	font-size: 16px !important;
	letter-spacing: 1.8px !important;
    color: #000B0E !important;
	text-transform: uppercase !important;
    padding: 12px 24px !important;
    text-shadow: transparent !important;
	border-style: solid !important;
	border-width: 2px !important;
	border-radius: 8px !important;
    border-color: #C7CDC1  !important;
}



button#wc_gc_cart_redeem_send:hover {
    background-color: #9FA995 !important;
}


/* WooCommerce Quick-View Checkout On Single Lines  */
.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons {
    grid-template-columns: 1fr !important;
}

/*  WooCommerce Single Product Thumbnail Size */
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 16.666666666666667%;
    padding-top: 0;
}
@media (max-width: 1024px) {
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
    padding-top: 0;
	}
}
@media (max-width: 768px) {
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    padding-top: 0;
	}
}

.woocommerce div.product div.images {
	margin-bottom: 0;
}
.flex-viewport {
    margin-bottom: 1rem;
}


/* RRP and Sale Price  */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
    font-size: 1rem;
}

/* WooCommerce - Quick Basket */
.elementor-menu-cart__product-price {
    color:  unset !important;
}
.elementor-menu-cart__product {
    grid-template-columns: 25% auto 50px !important;
    grid-template-rows: 26% auto !important;
}
.elementor-menu-cart__product-name.product-name a {
    text-decoration: none !important;
}
.elementor-menu-cart__container .elementor-menu-cart__main {
    background-color: #F9F9F9 !important;
}


.quantity.hidden {
    display: none !important;
}

.wc_gc_field label {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.wc_gc_field:first-child label:first-child {
    margin-top: 0rem;
}

.wc_gc_field input[type="text"],
.wc_gc_field textarea {
    border: solid 1px #DCDCDC;
    border-radius: 0;
}


/* WooCommerce - Notice Wrapper */
.woocommerce-notices-wrapper {
    max-width: 1140px;
	margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}