/* 
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
*/


/* padding pri besedi OPIS v prikazu produkta*/
.woocommerce div.product.elementor ul.tabs li a {
	
    padding: 10px !important;
	font-size: 24px !important;
   
}

/*cena pri prikazu košarice v headerju*/
.elementor-menu-cart__toggle .elementor-button {
    
    color: #E9E9E9 !important;
    
}.elementor-menu-cart__toggle .elementor-button:hover {
    
    color: #C68D7A !important;
    
}

/* kategorije v levem bloku trgovine */
.fontikat {
    font-family: oswald
}


.fontikat .cat-item .children {
    margin-left: -15px;
}

.fontikat .cat-item .count {
    font-weight: 400;
    color: black;
}

/* skrij core zalogo na strani produktu */
.woocommerce div.product p.stock {
    display: none;
}

/* core link barve */
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
    color: #7E5A4E !important;
}

.woocommerce-info {
    border-top-color: #7E5A4E !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button {
	border-color: #7E5A4E !important;
}

.woocommerce-info::before {
    color: #7E5A4E !important;
}

.woocommerce-Button {
	background: #7E5A4E !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {
	background: #7E5A4E !important;
}