/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
/* Overall */
body {
	background-color: #1B1B1B;
}

p {
	margin: 0;
}

/* Header */
@media (max-width: 767px) {
	.header-row {
		display: none;
	}
}

.mobile-logo .hfe-site-logo-container {
	display: flex;
}
	
.phone-icon img{
	max-width: 35px;	
}

.right-menu a {
	border-radius: 12px;
}

.responsive-menu .hfe-nav-menu > li:nth-child(-n+3) > a.hfe-menu-item {
  background: #E51213;
  border-radius: 4px;
  padding: 0 8px !important;
}

.responsive-menu .hfe-nav-menu > li:nth-child(-n+3) > a.hfe-menu-item:hover {
  background: #ECEBF2; /* change background on hover */
  color: #E51213; /* change text color on hover */
}

/* Active state */
.responsive-menu .hfe-nav-menu > li.current_page_item:nth-child(-n+3) > a{
  background: #ECEBF2; /* change background when active */
  color: #E51213; /* change text color when active */
}

/* reset submenu links */
.responsive-menu .hfe-nav-menu .sub-menu a.hfe-sub-menu-item {
  background: none !important;
  padding: 10px !important;
}

/* Home Page */
.call-to-action .eael-call-to-action .sub-title,
.call-to-action .eael-call-to-action .title span {
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}

/* Product Detail Page */
.product-detail-page-images .woocommerce-product-gallery{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.product-detail-page-images .flex-viewport {
	width: 85%;
}

.product-detail-page-images .flex-control-thumbs {
	width: 13%;
	display: flex;
	flex-direction: column;
}

.product-detail-page-images .flex-control-thumbs li {
	width: 100% !important;
}

.product-detail-page-images .flex-control-thumbs li:not(:last-child) {
    margin-bottom: 20px !important;
}

.pdp-add-to-cart tr {
	background: none;
}

.pdp-add-to-cart .single_variation_wrap {
	max-width: 100%;
}

.pdp-add-to-cart th {
	border: none;
	background-color: transparent !important;
	vertical-align: middle !important;
	text-align: start;
	padding: 0;
}

.pdp-add-to-cart td {
	background-color: transparent !important;
	border: none;
	padding: 0;
}

.pdp-add-to-cart a {
	display: none !important;
}

.premium-sport-upload-field {
	width: 100%;
}

.premium-sport-upload-field .preview-group{
	display: flex;
	align-items: center;
	min-height: 120px;
	background: #ECEBF2;
	border-radius: 5px;
	padding: 10px 8px;
	justify-content: space-between;	
	font-family: roboto;
}

.premium-sport-upload-field .input-group{
	width: 210px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 365px) {
	.premium-sport-upload-field .preview-group {
		flex-direction: column;
		align-items: start;
	}
	
	.premium-sport-upload-field .input-group {
		margin-bottom: 20px;
	}
}

.premium-sport-upload-field label {
	margin-bottom: 10px;
}

.pdp-add-to-cart .variations label {
	font-size: 18px;
	font-family: roboto;
	color: #ECEBF2;
}

.pdp-add-to-cart .variations select {
	font-size: 18px;
	font-family: roboto;
	border-radius: 12px;
	background-color: #ECEBF2 !important;
}

.premium-sport-personalization {
	width: 100%;
	color: #ECEBF2;
    font-family: 'Roboto';
    font-size: 18px;
}

.custom-product-video iframe {
	min-height: 600px;
	border-radius: 12px;
}

.woocommerce-message {
	background: #1B1B1B;
    margin-bottom: 0;
    color: #ECEBF2;
	font-family: roboto;
}

.napravi-rukavice-link{
	color: #E51213 !important;
	transition: all 0.3s ease;
}

.napravi-rukavice-link:hover {
	color:#ECEBF2 !important;
}
/* product listing page */

.product-listing .ht-product-inner {
	border-radius: 12px;
	background: #262626;
}

/* Cart */
.wp-block-woocommerce-cart {
	color: #ECEBF2;;
	padding: 80px 10px 0;
	font-family: roboto;
	font-size: 22px;
}

@media (max-width: 1300px) {
	.wp-block-woocommerce-cart {
		margin-inline: -50px
	}
}


.wp-block-woocommerce-cart img {
	border-radius: 12px;
}

.wp-block-woocommerce-cart a{
	color: #ECEBF2;
	text-decoration: none;
}

.wp-block-woocommerce-cart a:hover{
	color: #E51213;
}
.wp-block-woocommerce-cart .wc-block-components-button {
	border-radius:12px;
	background-color: #ECEBF2;
	color: #1B1B1B;
	padding: 10px;
}

.wp-block-woocommerce-cart .wc-block-components-button:hover {
	background-color: #E51213;
	color: #ECEBF2;
}

@media (max-width: 687px) {
	.wp-block-woocommerce-cart {
		max-width: 100%;
		margin: 0;
	}
	
	.wp-block-woocommerce-cart .wc-block-cart-item__total {
		display: none;
	}
	
	.wp-block-woocommerce-cart .wc-block-components-totals-wrapper {
		font-size: 16px;
	}
}

.wp-block-woocommerce-cart:has(.wp-block-woocommerce-empty-cart-block) {
	margin: 0;
}

/* Checkout */
.woocommerce-checkout-payment {
	background-color: #262626 !important;
	border-radius: 12px !important;
}

button#place_order {
	color: #1B1B1B;
	background-color: #ECEBF2;
	border-radius: 12px;
}

button#place_order:hover {
	background-color: #E51213;
}

/* Footer */
.footer-right-menu a {
	border-radius: 12px;
}

@media (max-width: 1024px) {
	.footer-right-menu li {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 768px) {
	.youtube-footer .elementor-image-box-wrapper {
		display: flex;
		gap: 15px;
	}
}