/* 
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 price on product page   
.woocommerce div.product p.price, .woocommerce div.product span.price {
    display: none !important;
}

.woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
      display: none !important;
}


 .woocommerce ul.products li.product .price {
	display: none !important;} 

.woocommerce ul.products li.product .button {
    display: none !important;
}

/*

/* Hide title, price, and options on archives and lists 



/* Price Size, font, and color on Product Page 
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: 'Ubuntu'!important;
    color: #57AACF !important;
	font-size: 2em !important;}

/*  */

/* Change Woocommerce base colors */
:root {
    --woocommerce: #57AACF !important;
    --wc-green: #57AACF !important;
    --wc-red: #ff3300 !important;
    --wc-orange: #ff3300 !important;
    --wc-blue: #57AACF !important;
    --wc-primary: #57AACF !important;
    --wc-primary-text: white;
    --wc-secondary: #57AACF !important;
    --wc-secondary-text: #515151;
    --wc-highlight: #ff3300 !important;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
}

/* Change Woocommerce download link colors */
.woocommerce #respond input#submit.alt {
    background-color: #57AACF !important;
	width:100% !important;
    color: #fff; }

/* Change background on variation dropdown */
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #FFFFFF !important;
}

/* Variation width */
.woocommerce .elementor-282923 .elementor-element.elementor-element-414b7246 form.cart .variations {
    width: 100% !important;
  
}
/*  */
.woocommerce div.product form.cart table td {
      padding-bottom: 66px !important;
}

/* Change size and price of variable items on Product page */
.woocommerce div.product p.price, .woocommerce div.product span.price {
float: left !important;
padding-right: 12px !important;
	color: #57AACF !important;;
    font-size: 2.5em !important;
   
}

/*Create space between main image and thumbs on Product page  */
.woocommerce div.product div.images .flex-control-thumbs {
    padding-top: 20px !important;
	
	/*button size on Cart popup  */
	.elementor-kit-282679 button, .elementor-kit-282679 input[type="button"], .elementor-kit-282679 input[type="submit"], .elementor-kit-282679 .elementor-button {
    text-shadow: 0px 0px 0px 0px;
       box-shadow: 0px 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0x !important;
}

/* Price FiX for Variable Books with NO digital edition */
.woocommerce div.product form.cart .woocommerce-variation-description p {
    /* margin-bottom: 1em; */
    float: left !important;
    padding-right: 12px !important;
    color: #57AACF !important;
    font-size: 2.5em !important;
}
	
	
/* label fix for my account page */
	.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    color: #444444 !important;
}
	
	/* Hide options box  */
.woocommerce ul.products li.product .button {
    display: none !important;
}
	
	
	/*  */
