/*
Theme Name: ChillBud Child
Theme URI: https://chillbud.qodeinteractive.com
Description: A child theme of ChillBud
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: chillbud
Template: chillbud
*/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@media (max-width: 1140px) {
	/* elementor */
}
@media (max-width: 1024px) {
	/* elementor */
}
@media (max-width: 767px) {
	/* elementor */
}


/* variables */
:root {
	/* colors */
	--main--theme-color: #A97C50;
	--main--theme-color-second: #996633;
}

/*--------------------------------------------------------------
## Gereral stuff - START
--------------------------------------------------------------*/
body * {
	font-family: "Poppins";
}


.qodef-button.qodef-layout--outlined,
.qodef-button.qodef-html--link .qodef-btn-background-holder,
.elementor .qodef-button.qodef-layout--outlined,
.elementor .qodef-woo-shortcode .button .qodef-btn-background-holder,
.elementor .qodef-button.qodef-html--link .qodef-btn-background-holder,
#qodef-woo-page .button .qodef-btn-background-holder,
.woocommerce #qodef-woo-page .added_to_cart .qodef-btn-background-holder {
	-webkit-border-radius: initial;
	-moz-border-radius: initial;
	-ms-border-radius: initial;
	-o-border-radius: initial;
	border-radius: initial;
}

.qodef-button.qodef-layout--outlined:hover {
	border-color: var(--main--theme-color-second);
}

.qodef-woo-shortcode .button .qodef-btn-background,
.qodef-button.qodef-html--link .qodef-btn-background,
.qodef-button.qodef-layout--filled.qodef-html--link .qodef-btn-background {
	background-color: var(--main--theme-color-second);
}

/*--------------------------------------------------------------
## Gereral stuff - END
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Header - START
--------------------------------------------------------------*/
#qodef-page-header {
	display: none;
}


#qodef-page-mobile-header {
	display: block;
	border: none !important;
}

#qodef-page-mobile-header > div {
	justify-content: space-between !important;
}
@media (max-width: 767px) {
	#qodef-page-mobile-header > div {
		gap: 10px;
  		padding: 0 10px;
	}
}


/* burger */
header .qodef-opener-icon {
	color: var(--qode-main-color);
}
header .qodef-opener-icon:hover {
	color: #282e26;
}


#qodef-page-mobile-header .qodef-opener-icon .qodef-m-lines {
	height: 25px;
}
@media (max-width: 767px) {
	#qodef-page-mobile-header .qodef-opener-icon .qodef-m-lines {
		height: 20px;
	}
}

.qodef-opener-icon .qodef-m-lines .qodef-m-line.qodef--2 {
	top: 10px;
}
.qodef-opener-icon.qodef--opened .qodef-m-line.qodef--2 {
	top: 20px;
}

.qodef-opener-icon .qodef-m-lines .qodef-m-line.qodef--3 {
	top: 20px;
}

@media (max-width: 767px) {
	#qodef-page-mobile-header .qodef-opener-icon {
		margin-left: 0;
		width: 100px;
	}


	#qodef-page-mobile-header .qodef-opener-icon .qodef-m-lines,
	#qodef-page-mobile-header .qodef-opener-icon .qodef-m-lines .qodef-m-line {
		width: 30px;
	}

	.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
		height: 15px;
	}

	.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
		top: 8px;
	}

	.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
		top: 16px;
	}
}


/* logo */
@media (min-width: 768px) {
	 #qodef-page-mobile-header.mw-mobile-header .qodef-mobile-header-logo-link {
		position: absolute;
		left: 50%;
		margin: 0 !important;
		height: 80px;
    	max-height: initial;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (max-width: 767px) {
	#qodef-page-mobile-header.mw-mobile-header .qodef-mobile-header-logo-link {
		margin: 0; 
		height: 50px;
	}
}


/* sidebar */
header .mw-child-mobile-header {
	display: flex;
	flex-shrink: 0;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 767px) {
	header .mw-child-mobile-header {
		width: 100px;
	}
}
  

header .mw-child-mobile-header .widget_icl_lang_sel_widget {
	width: auto;
}


header .mw-child-mobile-header .widget {
	margin: 0;
}
header .mw-child-mobile-header .widget + .widget {
	margin-left: 10px;
}
@media (max-width: 767px) {
	header .mw-child-mobile-header .widget + .widget {
		margin-left: 5px;
	}
}
@media (max-width: 480px) {
	header .mw-child-mobile-header .widget + .widget {
		margin-left: 0;
	}
}


header .mw-child-mobile-header .widget a {
	padding: 0;
}
header .mw-child-mobile-header .widget a:hover {
	text-decoration: initial !important;
	color: var(--qode-main-color) !important;
}


header .mw-child-mobile-header .widget a span {
	display: none;
}


@media (max-width: 767px) {
	header .mw-child-mobile-header .widget .wc-block-mini-cart__button {
		padding: 0;
	}
}


/* menu */
.qodef-mobile-header-navigation > ul > li > a {
	color: var(--qode-main-color);
}
.qodef-mobile-header-navigation > ul > li > a:hover {
	color: #282e26;
}
/*--------------------------------------------------------------
## Header - END
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## Footer - START
--------------------------------------------------------------*/
/* #fkcart-floating-toggler.fkcart-toggler {
	bottom: 160px;
  	right: 20px;
	width: 45px;
	height: 45px;
}


#fkcart-floating-toggler.fkcart-toggler .fkcart-item-count {
	top: -15px;
	left: auto;
  	right: -5px;
	min-width: 20px;
    height: 21px;
    font-size: 11px;
} */
/*--------------------------------------------------------------
## Footer - END
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Blog - START
--------------------------------------------------------------*/
[class*="blog"] *,
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-inner .qodef-e-bottom-holder .qodef-e-left a {
	font-family: "Poppins";
}


/* single */
#qodef-single-post-navigation {
	display: none;
}
/*--------------------------------------------------------------
## Blog - END
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Elements - START
--------------------------------------------------------------*/
.elementor .qodef-shortcode.qodef-banner .qodef-m-subtitle,
.elementor .qodef-shortcode.qodef-banner .qodef-m-text {
	font-family: "Poppins";
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.elementor .qodef-shortcode.qodef-banner .qodef-m-text {
		max-width: 50%;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.elementor .qodef-shortcode.qodef-banner .qodef-m-text {
		max-width: 50%;
  		font-weight: 400;
  		font-size: 15px;
		-webkit-text-shadow: 0 0 10px #fff;
		-moz-text-shadow: 0 0 10px #fff;
		-ms-text-shadow: 0 0 10px #fff;
		-o-text-shadow: 0 0 10px #fff;
		text-shadow: 0 0 10px #fff;
	}
}

.elementor .qodef-shortcode.qodef-banner .qodef-m-title {
	font-family: "Noto Serif", serif;
	text-transform: uppercase;
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.elementor .qodef-shortcode.qodef-banner .qodef-m-title {
		font-size: 50px;
	}
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.elementor .qodef-shortcode.qodef-banner .qodef-m-title {
		font-size: 46px;
	}
}
@media (max-width: 1024px) {
	.elementor .qodef-shortcode.qodef-banner .qodef-m-title {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.elementor .qodef-shortcode.qodef-banner .qodef-m-title {
		font-size: 50px;
		-webkit-text-shadow: 0 0 10px #fff;
		-moz-text-shadow: 0 0 10px #fff;
		-ms-text-shadow: 0 0 10px #fff;
		-o-text-shadow: 0 0 10px #fff;
		text-shadow: 0 0 10px #fff;
	}
}
/*--------------------------------------------------------------
## Elements - END
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Rev. Slider - START
--------------------------------------------------------------*/
@media (max-width: 480px) {
	.elementor-widget-slider_revolution .qodef-button.qodef-html--link {
		font-size: 12px;
	}
}
/*--------------------------------------------------------------
## Rev. Slider - END
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Single product - START
--------------------------------------------------------------*/
.single-product .woocommerce-product-details__short-description .wp-caption {
	display: inline-block;
}


/* title */
@media (max-width: 1600px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .qodef-woo-product-title {
		font-size: 54px;
	}
}
@media (max-width: 1368px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .qodef-woo-product-title {
		font-size: 48px;
	}
}
@media (max-width: 1140px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .qodef-woo-product-title {
		font-size: 36px;
	}
}
@media (max-width: 1024px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .qodef-woo-product-title {
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .qodef-woo-product-title {
		font-size: 30px;
	}
}


/* price */
@media (max-width: 1600px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .price {
		font-size: 30px;
	}
}
@media (max-width: 1368px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .price {
		font-size: 28px;
	}
}
@media (max-width: 1140px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .price {
		font-size: 26px;
	}
}
@media (max-width: 1024px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .price {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary .price {
		font-size: 22px;
	}
}


/* description */
@media (max-width: 1600px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary [class*="short-description"],
	body.single-product #qodef-woo-page.qodef--single .product .summary .product_meta,
	body.single-product #qodef-woo-page.qodef--single .product .summary [class*="social"],
	body.single-product #qodef-woo-page.qodef--single .product .woocommerce-tabs .wc-tab {
		font-size: 16px;
	}
}
@media (max-width: 1140px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary [class*="short-description"],
	body.single-product #qodef-woo-page.qodef--single .product .summary .product_meta,
	body.single-product #qodef-woo-page.qodef--single .product .summary [class*="social"],
	body.single-product #qodef-woo-page.qodef--single .product .woocommerce-tabs .wc-tab {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	body.single-product #qodef-woo-page.qodef--single .product .summary [class*="short-description"],
	body.single-product #qodef-woo-page.qodef--single .product .summary .product_meta,
	body.single-product #qodef-woo-page.qodef--single .product .summary [class*="social"],
	body.single-product #qodef-woo-page.qodef--single .product .woocommerce-tabs .wc-tab {
		font-size: 14px;
	}
}


body.single-product:has(.select2-container)  {
	position: relative;
}


/* tabs */
@media (max-width: 1600px) {
	body.single-product #qodef-woo-page.qodef--single .product .woocommerce-tabs .wc-tabs li a {
		font-size: 24px;
	}
}
@media (max-width: 1368px) {
	body.single-product #qodef-woo-page.qodef--single .product .woocommerce-tabs .wc-tabs li a {
		font-size: 22px;
	}
}
@media (max-width: 1140px) {
	body.single-product #qodef-woo-page.qodef--single .product .woocommerce-tabs .wc-tabs li a {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	body.single-product #qodef-woo-page.qodef--single .product .woocommerce-tabs .wc-tabs li a {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	body.single-product #qodef-woo-page.qodef--single .product .woocommerce-tabs .wc-tabs li a {
		font-size: 16px;
	}
}


/* related */
@media (max-width: 1600px) {
	body.single-product #qodef-woo-page.qodef--single .product .related > h2 {
		font-size: 42px !important;
	}
}
@media (max-width: 1368px) {
	body.single-product #qodef-woo-page.qodef--single .product .related > h2 {
		font-size: 38px !important;
	}
}
@media (max-width: 1140px) {
	body.single-product #qodef-woo-page.qodef--single .product .related > h2 {
		font-size: 34px !important;
	}
}
@media (max-width: 1024px) {
	body.single-product #qodef-woo-page.qodef--single .product .related > h2 {
		font-size: 30px !important;
	}
}
@media (max-width: 767px) {
	body.single-product #qodef-woo-page.qodef--single .product .related > h2 {
		font-size: 26px !important;
	}
}


body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content .qodef-woo-left,
body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content .qodef-woo-right {
	max-width: none;
}
@media (min-width: 1025px) and (max-width: 1440px) {
	body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content .qodef-woo-left {
		width: 100%;
	}
}


@media (max-width: 1600px) {
	body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content h5 {
		font-size: 22px;
	}
}
@media (max-width: 1368px) {
	body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content h5 {
		font-size: 20px;
	}
}
@media (max-width: 1140px) {
	body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content h5 {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content h5 {
		font-size: 16px;
	}
}


@media (max-width: 1600px) {
	body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content .price {
		font-size: 16px;
	}
}
@media (max-width: 1140px) {
	body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content .price {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	body.single-product #qodef-woo-page.qodef--single .product .related .qodef-woo-product-content .price {
		font-size: 14px;
	}
}
/*--------------------------------------------------------------
## Single product - END
--------------------------------------------------------------*/