/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
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
*/

/*
    Add your custom styles here
*/

.hide-link {
    display: none !important;
}

@media screen and (max-width: 1024px) {
	.hide-link {
		display: block !important;
	}
}

/********************************
 Make Gallery 25% width and place it beside the image 
*******************************/
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 50%;
    float: left;
}

/********************************
 Style Woocommerce Price Total - Single Product
*******************************/
.woocommerce-variation-price .price {
    color: #2c365d !important;
    font-size: 40px !important;
    margin-bottom: 20px !important;
    display: inline-block !important;
}
/********************************
 Remove Alternating Color on Variations Table - Single Product
*******************************/

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(220deg 33% 96%);
}

.variations tr {
    border-bottom: 1px solid #d0d2dd !important;
}

a.reset_variations {
    display: none !important;
}