/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771526037
Updated: 2026-02-19 21:33:57

*/

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Ubuntu/Ubuntu-Light.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/fonts/Ubuntu/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Ubuntu/Ubuntu-Regular.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/fonts/Ubuntu/Ubuntu-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Ubuntu/Ubuntu-Medium.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/fonts/Ubuntu/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Ubuntu/Ubuntu-Bold.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/fonts/Ubuntu/Ubuntu-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaDemiC';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Futurademic/futurademic.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Futurademic/futurademic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Main */
body {
    font-family: 'Ubuntu', sans-serif;
	color: #252525;
}	
h1, h2, h3, h4, h5, h6 {
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
	color: #252525;
}
nav a, .elementor-button {
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
}
nav.woocommerce-breadcrumb {
	font-family: 'Ubuntu', sans-serif;
	opacity: 0.8;
}
nav.woocommerce-breadcrumb > a {
	font-family: 'Ubuntu', sans-serif;
	color: #b35656 !important;
}

/* Home */
#categories .product-category a {
	position: relative;
	display: block;
	border: 1px solid #d2dcb6;
    border-radius: 12px;
    overflow: hidden;
}
#categories .product-category a img {margin: 0;}
#categories .product-category a h2 {
	position: absolute;
	top: 10px;
    right: 10px;
	padding: 6px 10px;
	background-color: #d2dcb6;
	border-radius: 2px;
}
#categories .product-category a:hover, #categories .product-category a:focus  {
	border: 1px solid #B35656;
}
#categories .product-category a:hover h2, #categories .product-category a:focus h2 {
	color: #ffffff;
	background-color: #B35656;
}
#categories .product-category a:hover h2 .count, #categories .product-category a:focus h2 .count {
	color: #ffffff;
}
#o-nas h3 {
	color: #ffffff;
}
#o-nas h3, #dostavka h3 {
    font-size: 40px;
    margin-bottom: 25px;
}
#desc-tabs ul {
	padding: 0;
}
#desc-tabs .panel {
	padding: 10px 0 0;
	border: none;
}
#desc-tabs ul li {
	margin: 0 5px 0 0;
	border: none;
	border-radius: 4px;
	background-color: rgba(138, 154, 91, 0.6);
}
#desc-tabs ul li.active {
	background: #8a9a5b;
    color: #ffffff;
}
#desc-tabs ul li a {
	color: #ffffff;
}
#desc-tabs table.shop_attributes {}
#desc-tabs table.shop_attributes th {text-align: right;}
#desc-tabs table.shop_attributes td {padding-left: 15px;}

@media (max-width: 767px) {
	#o-nas h3, #dostavka h3 {
		font-size: 28px;
        line-height: 110%;
        margin-bottom: 20px;
	}
}

/* Category */
.category-title h1 {
	color: #ffffff;
    background-color: #b35656;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
}
#category-item .onsale {
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
	font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
	letter-spacing: 1px;
    border-radius: 2px;
    padding: 10px 10px;
    min-height: unset;
	background-color: #8A9A5B;
}
#category-item h2.woocommerce-loop-product__title {
	color: #252525;
    font-size: 18px;
    line-height: 110%;
}
#category-item .order-button-popup {
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	background-color: #8a9a5b;
	border-radius: 3px;
    padding: 12px 24px;
    transition: 0.3s;
}
#category-item .order-button-popup:hover, #category-item .order-button-popup:focus {
	background-color: #7c8b51;
}
#category-item .price {
	margin-bottom: 30px;
}
#category-item .price del {
	color: #555555;
}
#category-item .price ins, #category-item .price {
	color: #252525;
    font-size: 18px;
	text-decoration: none;
}

@media (max-width: 767px) {
	#category-item .order-button-popup {
		font-size: 17px;
		padding: 8px 20px;
		margin-top: -15px;
	}
}

/* Product */
#single-product .product_meta .detail-label {
	color: #767676;
	font-size: 15px;
	font-weight: 300;
}
#single-product .product_meta .detail-content a {
	color: #b35656;
}
#single-product .onsale, #single-product-related .onsale {
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
	font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
	letter-spacing: 1px;
    border-radius: 2px;
    padding: 10px 10px;
    min-height: unset;
	background-color: #8A9A5B;
}
#single-product .order-button-popup, #single-product-related .order-button-popup {
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	background-color: #8a9a5b;
	border-radius: 3px;
    padding: 12px 24px;
    transition: 0.3s;
}
#single-product .order-button-popup:hover, 
#single-product .order-button-popup:focus,
#single-product-related .order-button-popup:hover, 
#single-product-related .order-button-popup:focus {
	background-color: #7c8b51;
}
#single-product .price del {
	color: #555555;
}
#single-product .price ins, #single-product .price {
	color: #252525;
    font-size: 22px;
	text-decoration: none;
}
#single-product-related .price del {
	color: #555555;
}
#single-product-related .price ins, #single-product-related .price {
	color: #252525;
    font-size: 18px;
	text-decoration: none;
}

@media (max-width: 767px) {
	#single-product .order-button-popup, #single-product-related .order-button-popup {
		font-size: 17px;
		padding: 8px 20px;
	}
	#single-product .price ins, #single-product .price {
		/*font-size: 18px;*/
	}
}

/* Popup Order */
#popup-zakaz h1 {
	color: #8a9a5b;
    font-size: 32px;
    text-align: center;
	margin: 0;
}
#popup-zakaz a {
	color: #B35656;
    font-size: 26px;
    font-weight: 700;
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
    text-decoration: none;
    text-align: center;
    display: block;
	margin: 10px 0;
}
#popup-zakaz p {
	font-size: 26px;
    text-align: center;
}
#popup-zakaz .call-button {
	width: 150px;
    color: #ffffff;
    background-color: #B35656;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    margin: auto;
    margin-left: calc(50% - 70px);
}
#popup-zakaz .call-button:hover, #popup-zakaz .call-button:focus {
	background-color: #C96060;
}

/* Footer */
.footer-content {
	padding: 10px 0;
    color: #ffffff;
	text-align: center;
}
.footer-content p {
	margin-bottom: 5px;
}
.footer-content p:first-child {
	font-size: 18px;
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
}
.footer-content p:nth-child(2) a {
	color: #ffffff;
	font-size: 24px;
	font-family: 'FuturaDemiC', 'Ubuntu', sans-serif;
	text-decoration: none;
}
.footer-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.footer-content p {margin-bottom: 0;}
}