/* 
 Theme Name:   KR WooCommerce Theme
 Theme URI:    krisztianrubint.hu
 Description:  Modern & Fast Themes Created by Krisztián Rubint
 Author:       Krisztián Rubint
 Author URI:   krisztianrubint.hu
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/*Árak*/
ins {
    text-decoration: none;
}

.price del {
    order: 2;  
}

.price ins {
    order: 1;
    margin-right: 5px;
}

.woocommerce ul.products li.product .price {
	display: flex;
}

.woocommerce-Price-amount.amount {
	font-weight: 600;
}

.woocommerce a.added_to_cart {
    display: none !important;
}

:root {
	--tf-black: #0C0A09;
	--tf-white: #FFFFFF;
	--tf-gold: #E1A140;
	--tf-gold40: #e7b466;
	--tf-gold20: #edc78c;
	--tf-gold10: #FCF6EC;
	--tf-gray: #999999;
	--tf-light-gray: #F4F4F4;
	--tf-accent: #FF75B8;
	--tf-accent40: #FFDAEC;
	--tf-accent20: #FFF1F8;
	--tf-font: 'TF_Raleway';
}

body {
	font-family: var(--tf-font) !important;
}

* {
font-variant-numeric: lining-nums;
-moz-font-feature-settings:"lnum" 1; 
-moz-font-feature-settings:"lnum=1"; 
-ms-font-feature-settings:"lnum" 1; 
-o-font-feature-settings:"lnum" 1; 
-webkit-font-feature-settings:"lnum" 1; 
font-feature-settings:"lnum" 1;
}

@media (max-width: 385px) {
  :root {
    font-size: 14px !important;
  }
}

.onsale {
	display: none !important;
}