/*** Variable Setup ***/
:root {
	--c-white: #ffffff;
	--c-black: #000000;
	--c-brown:#fefefe;
	--c-grey:#33774d;
	--c-light-brown:#fcf8f6;
	--c-mid-brown:#F7F1EB;
	--c-primary-dark:#2d2d2d;
	


	--fw-xl: 100;
	--fw-l: 300;
	--fw-r: 400;
	--fw-m: 500;
	--fw-sb: 600;
	--fw-b: 700;
	--fw-eb: 800;
	--fw-blk: 900;
}
/*** Variable Setup ***/

/** Font Family **/

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../assets/fonts/TeXGyreAdventor-Bold.woff2') format('woff2'),
        url('../assets/fonts/TeXGyreAdventor-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../assets/fonts/TeXGyreAdventor-BoldItalic.woff2') format('woff2'),
        url('../assets/fonts/TeXGyreAdventor-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../assets/fonts/TeXGyreAdventor-Italic.woff2') format('woff2'),
        url('../assets/fonts/TeXGyreAdventor-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../assets/fonts/TeXGyreAdventor-Regular.woff2') format('woff2'),
        url('../assets/fonts/TeXGyreAdventor-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvantGardeBold';
    src: url('../assets/fonts/AvantGardeBold.woff2') format('woff2'),
        url('../assets/fonts/AvantGardeBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Daniel';
    src: url('../assets/fonts/DanielBold.woff2') format('woff2'),
        url('../assets/fonts/DanielBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	font-family: 'TeXGyreAdventor';
	height: auto;
	max-width:100%;
	min-width:100%;
	color:#707070;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	letter-spacing:0;
	line-height:23px;
	}
 
p {
	font-size: 15px;
	font-family: 'TeXGyreAdventor';
	font-weight: normal;
}
	
h1,h2,h3,h4,h5,h6{
    margin:0;
	/* color:#fefefe; */
	font-family: 'AvantGardeBold';
}
	 
h1 { font-size:50px; }	 
h2 { font-size:40px; }	 
h3 { font-size:30px; }	 
h4 { font-size:27px; }	 
h5 { font-size:24px; }	 
h6 { font-size:18px; }	 
	 
ul, ol{
	/* list-style:none; */
	margin:0;
	padding:0;}

a {
	/* color: #fefefe; */
	text-decoration:none;
	outline: none;}

		
a:hover, a:focus {outline: none;
	text-decoration: none;}
		

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,0);
}

button {
	cursor: pointer;
}

 
a, input, select, textarea, img, button, button:hover, .btn {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}
		
img { max-width:100%; }	


.white h4
{
	background: #fff;
	color: #232323;
}
.bg_foo_dark {
	background: var(--c-primary-dark);
	color: #fff;
}

.bg_brown {
	background: #fefefe;
}

.bg_light_brown {
	background: #fcf8f6;
}

.bg_mid_brown {
	 
}

.btn_square {
	background: var(--c-primary-dark);
	min-width: 115px;
	height: 46px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	padding: 0 20px;
	border-radius: 0;
	max-width: max-content;
}

.btn_square:hover {
	background: var(--c-primary-dark);
	color: #fff;
}

.btn_black {
	background: #fefefe;
	color: #fff;
}

.bold
{
	font-weight: bold !important;
}


.fs-12{ font-size: 12px; }
.fs-13{ font-size: 13px; }
.fs-14{ font-size: 14px; }
.fs-15{ font-size: 15px; }
.fs-16{ font-size: 16px; }
.fs-17{ font-size: 17px; }
.fs-18{ font-size: 18px; }
.fs-19{ font-size: 19px; }
.fs-20{ font-size: 20px; }
.fs-24{ font-size: 24px; }
.fs-30{ font-size: 30px; }


.text-primary {
    color: var(--c-primary-dark) !important;
}
.bg-primary {
    background-color: var(--c-primary-dark) !important;
	color: white;
}

button.bg-primary :hover{
    background-color: #98dcb2 !important;
	color: black;
}

/** Basic css end here **/ 
@media only screen and (min-width: 769px) {
	#mega-menu-wrap-primary-menu {
	  background: #000;
	}
  }

  
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background-color: #e6a4b4;
  }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus {
	background-color: #e6a4b4;
  }


header {
	 
	padding-top: 0;
	 
	width: 100%; 
	z-index: 999;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header.sticky {
	/* padding: 10px 0; */
}

.header .row {
	display: flex;
	flex-wrap: inherit;
	align-content: center;
	align-items: center;
}


.header__logo {
	 display: flex;
	 padding: 10px;
}

.logo-main
{   
	height: auto;
    max-width: 200px;
}

.header__logo a {
	max-width: 200px;
	margin: auto;
	display: inline-block;
}

header.sticky .header__logo a {
	max-width: 100px;
}

.navbar {
	padding: 0;
}

.nav-bar {
	 
}

button.navbar-toggler {
  display: none;
}

.navbar-toggler {
    display: none;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    border-radius: 0!important;
    outline: none!important;
}

.menuright {
	max-width: 100%;
	flex: 89%;
}

.main-nav-header {
	float: right;
	width: 100%;
}

.main-menu {
	/* width: 100%;
	float: left; */
	text-align: right;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
}

.main-menu nav.navbar {
	padding: 0;
	/* float: left;
	width: 100%; */
}

.main-nav-header ul {
  display: inline-block;
}

.main-nav-header ul li {
	display: inline-block;
    float: left;
    margin: 0 6px;
    width: auto;
}

.main-nav-header ul li:last-child {
	margin-right: 0;
}

.main-nav-header ul li a {
	display: inline-block;
    padding: 15px 0;
    position: relative;
    color: #343434;
    font-size: 13.5px;
    font-weight: 100;
    line-height: 18px;
    text-transform: uppercase;
}

.main-nav-header ul li:hover a, .main-nav-header ul li a.active {
  text-decoration:none;
  opacity:1;
  color:#343434;
  
}

.main-nav-header ul li a::before {
	content: "";
	width: 0;
	height: 2px;
	background: var(--c-grey);
	position: absolute;
	bottom:5.1px;
	left: 0;
	margin: 0;
	transition: width .2s ease;
	-webkit-transition: width .2s ease;
	z-index: 9999;
}

.main-nav-header ul li a.active::before, .main-nav-header ul li:hover a::before {
  width:34px;
  left: 0;
}

.contact_btn {
	margin: 0 0 0 45px;
}






/********Header End***********/

.hero_section {
	/* padding: 110px 0 0; */
	width: 100%;
	overflow: hidden;
}

.hero_slider {
	width: 100%;
	float: left;
	margin: 0;
	position: relative;
}

.hero_img {
	width: 100%;
	float: left;
}

.hero_text_block {
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	padding-bottom: 67px;
	padding-top:50px;
	/* min-height: 557px; */
	
}

.hero_slider .slick-slide .item {
	position: relative;
	min-height: 426px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero_text_block::before {
	/* background: rgba(63, 32, 22, 0.40); */
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero_text {
	max-width: 1145px;
	margin: 0 auto;
	width: 100%;
	/* display: flex;
	flex-wrap: wrap; */
	position: relative;
	z-index: 9;
	text-align: end;

}

.hero_text h1 {
	width: 100%;
	color: #fff;
	margin: 0 0 0;
	float: left;
}

.hero_text h4 {
	width: 100%;
	color: #fff;
	margin:7px 0 23px;
	float: left;
	text-transform: uppercase;
	font-family: 'TeXGyreAdventor';
}

.hero_slider .slick-dots {
	bottom: 21px;
}

.hero_slider .slick-dots li {
	margin: 0 6px;
	width: auto;
	padding: 10px 0;
}

.hero_slider .slick-dots li button::before {
	display: none;
}

.hero_slider .slick-dots li button {
	background: #FFFFFF;
	width: 60px;
	height: 1px;
	border-radius: 0;
	padding: 0;
}

.slick-dots li.slick-active button {
	height:3px;
}

.about_sec {
	width: 100%;
	padding: 115px 0;
	position: relative;
	overflow: hidden;
	min-height: 477px;
}

.about_left_img {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	max-width: 50%;
	height: 100%;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.about_text {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.about_text h5 {
	margin: 0 0 15px;
}

.about_text p:nth-child(3) {
	margin: 0;
}

.about_text p:last-child {
	margin: 0;
}

.about_text ul {
	margin: 0 0 15px;
	position: relative;
	padding: 0 0 0 16px;
}

.about_text ul li {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	list-style: disc;
	margin: 0 0 2px;
}

.current_info_sec {
	width: 100%;
	padding:50px 0 50px;
	position: relative;
}


.current_info_text {
	margin: 0 auto;
}

.current_info_text h2 {
	margin: 0 0 33px;
}

.current_info_text p {
	line-height: 29px;
}

.info_block {
	width: 100%;
	margin: 30px 0 0;
	float: left;
}

.info_block h6 {
	font-size: 26px;
	margin: 0 0 25px;
}

.info_block ul li {
	display: inline-block;
	margin: 0 8px;
}

.info_block ul li a:hover {
	opacity:0.7;
}

.enjoy_sec {
	padding:40px 0 30px;
	position: relative;
}

.enjoy_sec::after {
	background: #fff;
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.product_slider{
	margin: 0;
}

.product_text_block {
	display: flex;
	align-content: center;
	align-items: center;
}

.product_atmosphere_img {
	max-width: 270px;
	position: relative;
	margin: 0;
	width: 100%;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.product_slider .slick-dots {
	bottom: 21px;
	width: 14px;
	text-align: center;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	right: 7px;
	flex-wrap: wrap;
}

.product_slider .slick-dots li {
	margin: 5px 0px;
	width: 100%;
	padding: 0;
	display: block;
	height: auto;
}

.product_slider .slick-dots li button::before {
	display: none;
}

.product_slider .slick-dots li button {
	background: #707070;
	width: 1px;
	height: 60px;
	border-radius: 0;
	padding: 0;
}

.product_slider .slick-dots li.slick-active button {
	width: 3px;
}


.product_text {
	width: 52%;
	position: relative;
	z-index: 9;
}

.product_text h5 {
	color: #EB0527;
	font-family: 'Avant Garde';
	font-size: 12px;
	letter-spacing: 5px;
	margin: 0 0 15px;
}

.product_text p {
	margin:0 0 2px;
}

.product_text .btn {
	margin: 20px 0 0;
}

.enjoy_text_right {
	position: relative;
	z-index: 9;
	padding: 0px 0 40px 90px;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.enjoy_text_right p {
	line-height: 29px;
	max-width: 450px;
	margin: 20px 0 30px;
}

.more_offer_sec {
    width: 100%;
    padding: 115px 0 105px;
}

.more_offer_text h4 {
	color: #fff;
	margin: 0 0 20px;
}

.more_offer_text p {
	color: #fff;
	line-height: 29px;
	max-width: 470px;
	margin: 0;
}

.more_offer_types ul {
	text-align: center;
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.more_offer_types ul li {
	padding: 0 17px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.more_offer_types ul li i {
	min-height: 58px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	margin:2px 0 8px;
}

.more_offer_types ul li h6 {
	color: #fff;
	line-height: 23px;
	margin: 15px 0 0;
	font-size: 17px;
}


.welcome_sec {
	width: 100%;
	padding: 100px 0;
}

.welcome_block h5 {
	margin: 0 0 25px;
}

.welcome_block p {
	color: #fefefe;
	font-size: 17px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.map {
	margin: 60px 0 0;
}


/***** Footer Start*****/

footer {
	width: 100%;
	float: left;
	background:#fefefe;
}

.footer-top {
	width: 100%;
	float: left;
	padding: 80px 0 0;
}

.footer-title {
	color: #343434;
	margin:38px 0 15px;
	font-size: 24px;
}

.footer-top p {
	font-size: 15px;
	color: #e3e3e3;
	line-height: 27px;
	margin: 0 0 4px;
	font-weight: normal;
}

.footer-top p a {
	font-size: 15px;
	color: #343434;
}


.footer_logo_block {
	text-align: center;
}

.footer_social_icons {
	margin:28px 0 0;
}

.footer_social_icons a {
	margin: 0 4px;
}


.copy_right {
	float: left;
	width: 100%;
	padding: 35px 0px;
	text-align: center;
	border-top: 1px solid #D3B9A0;
	margin: 50px 0 0;
}

.copy_right p {
	color: #e3e3e3;
	font-size: 15px;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 0;
}

.scroll-to-top {
	background: #2f7ed8;
	color: #fff;
	bottom: 10px;
	display: block;
	height: 37px;
	min-width: 37px;
	padding: 0;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	z-index: 1040;
	opacity: 0;
	line-height: 27px;
}

.scroll-to-top img {
	max-width: 17px;
}

.scroll-to-top:hover, .scroll-to-top:focus {
	opacity:0.7;
	color:#fff;
	background:#2f7ed8;
}

.scroll-to-top.visible {
  opacity:1;
}


/***** Marktplatz Start*****/


.inner__hero__section {
	/* margin: 104px 0 0; */
	width: 100%;
	overflow: hidden;
	height: 160px;
	display: flex;
	align-content: center;
	align-items: center;
	/* float: left; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
}

.inner__hero__section::before {
	background: rgba(63, 32, 22, 0.40);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.inner__hero__section h3 {
	width: 100%;
	color: #fff;
	margin:70px 0 0;
	float: left;
	position:relative;
	z-index:11;
}

.product__lisiting_and__sidebar {
	width: 100%;
	float: left;
	padding: 120px 0 100px;
}

.product_lisiting_sidebar {
	padding: 60px 60px;
	height:100%;
}

.product_lisiting_sidebar h6 {
	color: #fefefe;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-family: 'TeXGyreAdventor';
}

.product_lisiting_sidebar ul li {
	margin: 0 0 15px;
}

.product_lisiting_sidebar ul li a {
	font-size: 15px;
	margin: 0 0 0;
	color:#fefefe;
}

.product_lisiting_sidebar ul li a:hover {
	color:#fefefe;
	opacity:0.6;
}

.product_lisiting_products .row {
	display: grid;
	grid-template-columns: 4fr 4fr 4fr;
	grid-row-gap: 70px;
	grid-column-gap: 75px;
}

.product_lisiting_products__inner {
	padding: 0;
	width: auto;
	max-width: none;
}



.product_lisiting_products__inner figure {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	margin: 0 0 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 200px;
	padding: 10px;
}

.product_lisiting_products__inner figure img {
	max-width: 180px;
	width: 100%;
}

.product_lisiting_products__inner h6 {
	font-family: 'TeXGyreAdventor';
	font-size: 15px;
	color: #fefefe;
	margin: 20px 0 5px;
	font-weight: 600;
}

.product_lisiting_products__inner p {
	font-size: 15px;
	color: #707070;
	margin: 0 0 15px;
	line-height: 23px;
}

.product_lisiting_products__inner .btn_square {
	height: 34px;
	width: 115px;
	line-height: 34px;
}

.product_lisiting_sidebar__filter__icon {
	color: #fefefe;
	font-size: 17px;
	margin: 0 0 30px;
	display: none;
}

.filter__bar {
	float: left;
	width: 25px;
	margin: 2px 10px 0 0;
	cursor: pointer;
}

.filter__bar span {
	background-color: #2f7ed8;
	height: 3px;
	margin: 1.7px 0;
	transition: all 0.4s ease 0s;
	width: 100%;
	border-radius: 6px;
	display: inline-block;
	float: left;
}

.product_lisiting_sidebar_close {
	font-size: 15px;
	color: #fefefe;
	margin: 0 0 38px 0;
	display:none;
}

.product_lisiting_sidebar_close .filter__bar span {
	background-color:#fefefe;
	height: 3px;
	margin: 1.7px 0;
	transition: all 0.4s ease 0s;
	width: 100%;
	border-radius: 6px;
	display: inline-block;
	float: left;
}

.product_lisiting_sidebar_close .filter__bar {
	float: left;
	width: 18px;
	margin:6px 10px 0 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
	
	
}

.product_lisiting_sidebar_close .filter__bar .close_filter_bar1 {
	-webkit-transform:rotate(-45deg) translate(0px, 3px);
	transform: rotate(-45deg) translate(0px, 3px);
}

.product_lisiting_sidebar_close .filter__bar .close_filter_bar2 {
    -webkit-transform: rotate(45deg) translate(-1.5px, -4.2px);
    transform: rotate(45deg) translate(-1.5px, -4.2px);
}

.product_lisiting_sidebar_close:hover .filter__bar span { background-color: #2f7ed8; } 

/***** Marktplatz – Produkt Detail Start*****/

.product__detail__block {
	width: 100%;
	padding-top: 240px;
	padding-bottom: 70px;
}

.product_image__slider__big__image {
	margin: 0 0 20px;
	float: left;
	width: 100%;
}

.product_image__slider__big__image figure {
	width: 100%;
	float: left;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	min-height: 370px;
}

.product_image__slider__big__image figure img {
	max-width:300px;
}

.product_image__slider__small__image {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	grid-column-gap: 35px;
}

.product_image__slider__small__image figure {
	max-width: 100%;
	border: 1px solid #707070;
	float: left;
	height: 120px;
	overflow: hidden;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.product_image__slider__small__image figure img {
	max-width: 120px;
	width: 100%;
}

.product__detail_right__text {
	padding: 70px 0 0 70px;
	max-width: 530px;
}

.product__detail_right__text h5 {
	font-size: 31px;
	margin: 0 0 18px;
	font-family: 'TeXGyreAdventor';
}

.product__detail_right__text h6 {
	font-size: 20px;
	margin: 0 0 9px;
	font-family: 'TeXGyreAdventor';
}

.product__detail_right__text p {
	font-size: 16px;
	margin: 4px 0 40px;
	float: left;
}

.product__detail__right--btn .btn {
	margin-right: 20px;
}

.product__detail__right--btn .btn:last-child {
	margin-right: 0;
}

.product__detail__tabs {
	padding:80px 0 60px;
}


.product__detail__tabs__inner .nav-tabs {
	border-bottom: 1px solid #D3B9A0;
	padding: 0 0 14px;
}

.product__detail__tabs__inner .nav li {
	margin-right: 80px;
}

.product__detail__tabs__inner .nav li:last-child {
	margin-right: 0;
}

.product__detail__tabs__inner .nav li a {
	font-size: 15px;
	color: #fefefe;
	text-transform: uppercase;
}

.product__detail__tabs__inner .nav li a.active {
	color: #2f7ed8;
}

.product__detail__tabs__inner .tab-pane {
	padding: 30px 0 0;
}

.product__detail__tabs__inner .tab-pane h6 {
	color: #707070;
	font-size: 15px;
	margin: 0 0 20px;
	font-family: 'TeXGyreAdventor';
}

.product__detail__tabs__inner .tab-pane p {
	margin: 0 0 35px;
}

.Weitere_products_slider {
	padding: 100px 0 90px;
}

.Weitere_products_slider h4 {
	text-align: center;
	width: 100%;
	font-size: 40px;
	margin: 0 0 15px;
}

.Weitere_products_slider__inner {
	width: 100%;
	float: left;
	margin: 20px 0 0;
	padding:0;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner {
	padding: 20px 25px 0 55px;
	max-width: 275px;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner p {
	font-size: 14px;
	margin: 0 0 9px;
	line-height: 22px;
}

.Weitere_products_slider__inner .slick-prev, .Weitere_products_slider__inner .slick-next {
	top: 44%;
}

.Weitere_products_slider__inner .slick-next {
	background: url("../assets/img/slider_arrow.svg");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
	right:-30px;
}

.Weitere_products_slider__inner .slick-prev {
	background: url("../assets/img/slider_arrow.svg");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
	left:-30px;
	z-index: 99;
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}



.Weitere_products_slider__inner .slick-next::before, .Weitere_products_slider__inner .slick-prev::before {
	display:none;
}


/***** Lieferung und Beratung page Start*****/

.lieferung__und__beratung__section {
	width: 100%;
	float: left;
	padding: 70px 0 100px;
}

.lieferung__und__beratung__title {
	text-align: center;
	margin: 0 auto 50px;
	max-width: 670px;
}

.lieferung__und__beratung__title h6 {
	font-size: 18px;
	font-family: 'TeXGyreAdventor';
	color: #707070;
	line-height: 29px;
	font-weight: normal;
}

.pricing__boxes {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	padding: 40px 20px 30px;
	height: 100%;
}

.pricing__boxes__header h6 {
	color: #707070;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'TeXGyreAdventor';
	letter-spacing: 0.8px;
	margin: 0 0 11px;
}

.pricing__boxes__header h5 {
	color:#fefefe;
	font-size:22px;
	font-family: 'TeXGyreAdventor';
	margin: 0 0 8px;
}


.pricing__boxes__price {
	color:#fefefe;
	font-size:17px;
}

.pricing__boxes__price span {
	font-weight: bold;
	margin: 0 0 0 2px;
}

.pricing__boxes__header {
	border-bottom: 0.5px solid #3B2118;
	padding: 0 0 28px;
	margin: 0 0 30px;
}

.pricing__boxes__discription ul {
	margin: 0 0 50px;
}

.pricing__boxes__discription ul:last-child {
	margin: 0;
}

.pricing__boxes__discription ul li {
	font-size: 13px;
	line-height: 23px;
	list-style: inside;
	margin: 0 0 9px;
}

.pricing__boxes__discription h6 {
	font-size: 14px;
	font-family: 'TeXGyreAdventor';
	margin: 0 0 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.pricing__boxes:hover { 
	background: #fefefe;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
 }
 
.pricing__boxes:hover .pricing__boxes__header h6, .pricing__boxes:hover .pricing__boxes__header h5, .pricing__boxes:hover .pricing__boxes__header .pricing__boxes__price, .pricing__boxes:hover .pricing__boxes__discription ul li, .pricing__boxes:hover .pricing__boxes__discription h6 { 
	color: #fff;
	
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
 } 

.pricing__boxes:hover .pricing__boxes__header {
	border-bottom: 0.5px solid #fff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.verfugbarkeit__and__beratungstermin__section {
	float: left;
	width: 100%;
	background: #fefefe;
	border-bottom: 1px solid #5B3326;
	position: relative;
	overflow: hidden;
}

.verfugbarkeit__and__beratungstermin__section::after {
	width: 50%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #F7F1EB;
}

.verfugbarkeit__left h5 {
	background: var(--c-primary-dark);
	color: #fff;
	font-size: 23px;
	font-family: 'TeXGyreAdventor';
	padding: 17px 0;
	position: relative;
	height: 65px;
	text-transform: uppercase;
}

.verfugbarkeit__left::before {
	width: 200%;
	content: "";
	position: absolute;
	left: -200%;
	top: 0;
	height:65px;
	background: var(--c-primary-dark);
}

.verfugbarkeit__left form {
	margin: 70px 0 0;
	padding: 0 50px 0 0;
}

.verfugbarkeit__left form .form-control {
	border-radius: 0;
	border: none;
	font-size: 15px;
	height: 45px;
}

.verfugbarkeit--btn {
	height: 37px;
	font-size: 15px;
	line-height: 37px;
	padding: 0 10px;
	max-width: 100%;
	width: 100%;
}



.beratungstermin__right {
	padding:135px 15px 100px 70px;
	position: relative;
	z-index: 9;
}

.beratungstermin__right h5 {
	font-size: 32px;
	margin: 0 0 13px;
}

.beratungstermin__right p {
	line-height: 29px;
	margin: 0;
}


/***** Workshops page Start*****/


.kurse__fur__den__text__img {
	width: 100%;
	float: left;
	padding: 90px 0 80px;
}

.kurse__fur__den__text h5 {
	font-size: 30px;
	margin: 0 0 12px;
}

.kurse__fur__den__text p {
	line-height: 26px;
	margin: 0 0 25px;
}

.kurse__fur__den__img {
	padding-left: 30px;
}

.baristakurs__img__text {
	width: 100%;
	float: left;
	padding: 50px 0 50px;
}

.baristakurs__img__text__block .row {
	align-content: center;
	align-items: center;
}

.baristakurs__img__text__block {
	display: flex;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	margin: 0 0 80px;
}

.baristakurs__img {
	display: flex;
}

.baristakurs____text {
	padding: 20px 80px 20px 60px;
}

.baristakurs____text h5 {
	font-size: 31px;
	font-family: 'TeXGyreAdventor';
	margin: 0 0 22px;
}

.baristakurs____text p {
	line-height: 26px;
	margin: 0 0 25px;
}

.verfugbarkeit--btn {
	height: 44px;
	line-height: 44px;
	max-width: 100%;
	padding: 0 9px;
}



/***** Katharina Stiefel page Start*****/


.katharina__stiefel__slider__and__text {
	width: 100%;
	float: left;
	padding:100px 0 100px;
}

.katharina__stiefel__slider {
	padding: 0 40px 0 0;
}

.katharina_img img {
	width: 100%;
}

.katharina__stiefel__slider .slick-dots {
	right: 17px;
}

.katharina__stiefel__text {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	padding-right: 0;
}

.katharina__stiefel__text h4 {
	font-size: 40px;
	margin: 0 0 3px;
}

.katharina__stiefel__text p {
	font-size: 13px;
	margin: 0 0 18px;
}

.katharina__stiefel__slider .slider__arrow__left__align .slick-dots {
	right: auto;
	left: 30px;
}

.besuchen__sie__address {
	width: 100%;
	float: left;
	padding: 90px 0 70px;
}

.besuchen__sie__address h5, .besuchen__sie__address p {
	color:#fff;
}

.map__section {
	float: left;
	width: 100%;
}

.map__section .map {
	margin:0;
}


/***** Kontakt Start*****/


.kontakt__address__form {
	width: 100%;
	float: left;
	padding: 120px 0 0;
	position: relative;
	overflow: hidden;
}

.kontakt__address__form::before {
	width:30%;
	content: "";
	position: absolute;
	left: 0;
	top:104px;
	height: 100%;
	background: var(--c-primary-dark);
}

.kontakt__left__address {
	padding: 60px 20px 60px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.kontakt__left__icon__text {
	width: 100%;
	text-align: center;
	margin: 35px 0;
}

.kontakt__left__icon__text i {
	max-width: 40px;
	display: inline-block;
	margin: 0 auto;
}

.kontakt__left__icon__text a, .kontakt__left__icon__text p {
	color: #fefefe;
	font-size: 17px;
	width: 100%;
	display: block;
	max-width: max-content;
	margin: 15px auto 0;
}

.kontakt__left__icon__text a:hover {
	color: #2f7ed8;
}

.kontakt__right__form {
	padding: 90px 0 110px 70px;
	height: 100%;
}

.kontakt__form__inner__block {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.kontakt__form__left__fields {
	max-width:48%;
	padding:15px 40px 0 0;
}

.kontakt__form__inner__block .form-group {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}

.kontakt__form__inner__block .form-group label {
	font-size: 12px;
	color: #777777;
	text-transform: uppercase;
	margin: 0 0 0;
}

.kontakt__form__inner__block .form-group .form-control {
	font-size: 12px;
	color: #000000;
	margin: 0 0 0;
	width: 100%;
	float: left;
	border-radius: 0;
	border-width: 0 0 1px;
	border-color: #D3B9A0;
	height: 53px;
	padding: 0;
}

.kontakt__form__inner__block .form-group .form-control:focus {
	box-shadow: 0 0 0 0rem rgba(0,123,255,0);
}

.kontakt__form__right__field {
	float: right;
	width: 52%;
	border-left: 1px solid #D3B9A0;
	padding:16px 0 0 35px;
}

.kontakt__form__right__field .form-group {
	margin:0;
}

.kontakt__form__inner__block .form-group textarea.form-control {
	margin: 36px 0 0;
	border: none;
	min-height: 254px;
	max-height: 254px;
	width: 100%;
}


.kontakt__form__bottom {
	display: flex;
}

.kontakt__form__bottom .checkbox {
	width: 48%;
	padding-right: 33px;
}

.checkbox label {
	font-size: 12px;
	line-height: 18px;
	color: #707070;
	margin: 0;
	position: relative;
	padding: 0 0 0 20px;
}

.checkbox label input {
	position: absolute;
	left: 0;
	top: 3px;
}

.form__submit__btn {
	width: 52%;
}

.form__submit__btn .btn {
	width: 100%;
	max-width: 100%;
	height: 55px;
	font-size: 12px;
}




/***** Responsive Start*****/



@media(max-width:1200px){	


h1 { font-size:50px; }	 
h2 { font-size:46px; }	 
h3 { font-size:40px; }	 
h4 { font-size:37px; }	 
h5 { font-size: 27px;}

p {
	font-size: 14px;
}

.main-nav-header ul li {
	margin: 0 12px;
}

.main-nav-header ul li a {
	font-size: 13px;
}


.hero_text {
	max-width: 965px;
}

.more_offer_types ul li h6 {
	line-height: 20px;
	font-size: 14px;
	margin: 11px 0 0;
}

.footer-title {
	margin: 32px 0 15px;
	font-size: 21px;
}

.footer-top p {
	font-size: 14px;
	line-height: 25px;
}

.inner__hero__section {
	margin: 120px 0 0;
}

.product__detail_right__text {
	padding: 70px 0 0 30px;
}

.Weitere_products_slider__inner .slick-list {
	padding: 0;
	margin: 0 auto;
	max-width: 85%;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner {
	padding: 20px 29px 0;
	max-width: 274px;
}

.Weitere_products_slider__inner .slick-prev {
	left: 0;
}

.Weitere_products_slider__inner .slick-next {
	right:0;
}

}

@media(max-width:1024px){	

.product_lisiting_products .row {
	grid-column-gap: 35px;
}

}

@media(max-width:991px){	
	.category-sidebar {
		display: none;
	}
header {
	padding: 10px 0;
}

.header-bottom .row {
	position: relative;
}
.header__logo {
	width: 100%;
	padding: 0; 
}
.header__logo a {
 
	padding: 0;
	margin:auto;
}

.contact_btn {
	margin: 0;
	position: relative;
	right: 41px;
}

.btn_square {
	min-width: 95px;
	height: 36px;
	font-size: 13px;
	line-height: 36px;
}

.nav-bar {
	display: inline-block;
	width: 98%;
	height: 0;
}


.hero_slider .slick-slide .item {
	min-height: auto !important;
  }

.main-menu {
	display: inline-block;
	padding: 0;
}

.sticky .main-menu {
	padding: 0;
}

.navbar-toggler.second-button {
	width: 24px;
	position: absolute;
	z-index: 99;
	top: -48px;
	/* right: -102px; */
	right: 0;
	cursor: pointer;
	display: block;
	padding: 0;
}

.navbar-toggler.second-button:hover .bar1, .navbar-toggler.second-button:hover .bar2, .navbar-toggler.second-button:hover .bar3 { 
	background-color:#2f7ed8; 
}

button.navbar-toggler {
  background: #558144 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-family: "alwynregular";
  font-size: 18px;
  padding: 6px 12px;
  position: absolute;
  right: 66px;
  text-align: center;
  top: -28px;
}

button.navbar-toggler:hover {
  background: #2f7ed8;
}

.bar1, .bar2, .bar3 {
  background-color:var(--c-primary-dark);
  height: 3px;
  margin:5px 0;
  transition: all 0.4s ease 0s;
  width: 100%;
   border-radius: 6px;
}

.change .bar1 {
  -webkit-transform:rotate(-45deg) translate(-6px, 3px);
  transform:rotate(-45deg) translate(-6px, 3px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform:rotate(45deg) translate(-8px, -5px);
  transform:rotate(45deg) translate(-8px, -5px);
}


.main-nav-header {
    position: fixed;
     left:0;
    top: 0;
    width: 100%;
    
    height: auto;
    z-index: 99;
  }

  .logo-main{
	/*height: 100px;*/
  }

.main-nav-header ul {
	width: 100%;
}

.main-nav-header ul li {
	margin: 0;
	width: 100%;
	float: left;
	text-align: left;
}

.main-nav-header ul li a, .sticky .main-nav-header ul li a {
	font-size: 16px;
	padding: 15px 20px;
	width: 100%;
	border-top:1px solid #663728;
}

.main-nav-header ul li a.active::before, .main-nav-header ul li:hover a::before {
	display: none;
}

.main-nav-header ul li:hover a, .main-nav-header ul li a.active {
	background: #2f7ed8;
}

.hero_section {
	/*padding: 82px 0 0;*/
}

.hero_text_block {
	padding: 150px 0;
	min-height: auto;
}

.hero_text {
	max-width: 745px;
}

.enjoy_text_right {
	padding: 0px 0 40px 40px;
}

.cafe_product_slider {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.product_atmosphere_img {
	max-width: 160px;
}

.product_text {
	width: 45%;
}

.more_offer_types ul li {
	padding: 0 12px;
}

.more_offer_types ul li h6 {
	line-height: 15px;
	font-size: 12px;
}

.footer-title {
	font-size: 18px;
}

.product_lisiting_sidebar_outer {
	padding-right: 0px !important;
}

.product_lisiting_sidebar {
	padding: 60px 30px;
}

.product_lisiting_products .row {
	grid-template-columns: 4fr 4fr;
	grid-column-gap: 50px;
}

.inner__hero__section {
	margin: 80px 0 0;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner {
	padding: 20px 24px 0;
	max-width: 298px;
}


.product__detail__right--btn .btn {
	margin-right: 6px;
	padding: 0 10px;
	font-size: 12px;
}

.lieferung__und__beratung__section {
	padding-bottom:60px;
}

.lieferung__und__beratung__section .row .col-lg-3.col-md-6 {
	margin-bottom: 30px;
}

.baristakurs__img__text__block {
	display: inline-block;
}

.baristakurs____text {
	padding: 20px 15px 30px 15px;
	width: 100%;
	max-width: 100%;
}

.kontakt__right__form {
	padding: 90px 0 110px 40px;
}

.kontakt__address__form {
	padding: 65px 0 0;
}

.kontakt__address__form::before {
	top: 65px;
}
	
}	


@media(max-width:767px){

h1 {
    font-size: 37px;
}

h3 {
	font-size: 29px;
}
h4 {
    font-size: 23px;
}

p {
	font-size: 13px;
}



.hero_text_block {
	padding: 120px 0;
}


.header .row {
	margin: 0;
}

.hero_text {
	text-align: center;
	padding: 0 15px;
	float: left;
}

.hero_text .btn {
	display: inline-block;
	float: none;
	margin: 0 auto;
}

.about_sec {
	padding: 85px 0;
}

.about_text {
	padding: 0 15px !important;
}

.about_left_img {
	position: relative;
	top: auto;
	right: auto;
	transform: none;
	min-height: 250px;
	width: 94%;
	max-width: 100%;
	margin: 22px auto 0;
}


.enjoy_sec::after {
	width: 100%;
	height: 40%;
	right: 0;
	top: auto;
	bottom: 0;
}

.product_atmosphere_img {
	max-width: 220px;
}

.cafe_product_slider {
	padding-bottom: 90px;
}

.enjoy_text_right {
	padding: 0px 15px;
}

.more_offer_text {
	padding: 0 15px 30px !important;
}

.footer_logo_block {
	text-align: center;
	order: 1;
}

.first_footer_block {
	order: 2;
}

.last_footer_block {
	order: 3;
}

.copy_right {
	order: 4;
}

.footer-title {
	margin: 52px 0 15px;
}

.footer-top p {
	font-size: 13px;
	line-height: 21px;
}

.copy_right p {
	font-size: 13px;
	padding: 0 14px;
}

.inner__hero__section {
	min-height: 238px;
}

.inner__hero__section .row {
	margin: 0;
}

.product__lisiting_and__sidebar {
	padding: 40px 0 80px;
}

.product_lisiting_products .row {
	grid-column-gap: 20px;
	margin: 0;
	grid-row-gap: 50px;
}

.product_lisiting_products {
	padding: 0 15px !important;
}

.product_lisiting_sidebar ul li {
	margin: 0 0 5px;
}

.product_lisiting_sidebar ul li a {
	font-size: 13px;
}

.product_lisiting_sidebar__filter__icon {
	display: block;
	padding: 0 15px;
}

.product_lisiting_sidebar {
	padding: 21px 30px;
	position: fixed;
	top: 0;
	z-index: 999;
	max-width: 250px;
	width: 100%;
	left: -100%;
}

.product_lisiting_sidebar_close {
	display: block;
	cursor: pointer;
	max-width: max-content;
}

.product_lisiting_sidebar_close:hover {
	color: #2f7ed8;
}

.product_lisiting_products__inner h6 {
	font-size: 13px;
}

.product_lisiting_products__inner p {
	font-size: 13px;
	line-height: 20px;
}

.product_lisiting_sidebar ul {
	max-width: 100%;
	overflow: auto;
	height: 100%;
}

.Weitere_products_slider__inner .item .product_lisiting_products__inner {
	padding: 20px 18px 0;
	max-width: none;
}

.product__detail__block {
	padding-top: 150px;
}

.product__detail__tabs__inner .nav li a {
	font-size: 14px;
}

.product__detail__tabs__inner .nav li {
	margin-right: 40px;
}

.Weitere_products_slider {
	padding: 70px 0 90px;
}

.Weitere_products_slider h4 {
	font-size: 30px;
	margin: 0 0 5px;
}

.product__detail_right__text {
	padding: 40px 15px;
}

.product__detail_right__text h5 {
	font-size: 27px;
	margin: 0 0 15px;
}

.product__detail_right__text h6 {
	font-size: 17px;
}

.product__detail_right__text p {
	font-size: 13px;
	margin: 4px 0 25px;
}

.product__detail__tabs__inner .nav li {
	margin-right: 17px;
}

.product__detail__tabs__inner .nav li a {
	font-size: 13px;
}

.verfugbarkeit__left h5 {
	padding: 17px 15px;
}

.verfugbarkeit__and__beratungstermin__section::after {
	width: 100%;
	right: 0;
	top: auto;
	height: 45%;
	bottom: 0;
}

.verfugbarkeit__left form {
	margin: 60px 0 0;
	padding:0 15px;
}

.beratungstermin__right {
	padding: 25px 15px 55px;
	margin-top: 50px;
}

.baristakurs__img__text__block {
	margin: 0 0 50px;
}

.baristakurs____text h5 {
	font-size: 27px;
	margin: 0 0 10px;
}

.kurse__fur__den__img {
	padding-left: 15px;
}

.kurse__fur__den__text {
	padding-left: 15px !important;
}

.baristakurs__img__text {
	padding: 20px 15px 30px;
}

.katharina__stiefel__slider {
	padding:30px 15px 0!important;
	order: 2;
}

.katharina__stiefel__text {
	padding: 0 15px 0 !important;
}

.katharina__stiefel__slider .product_slider .slick-dots {
	right: 10px;
}

.katharina__stiefel__text h4 {
	font-size: 30px;
}


.kontakt__left__address {
	order: 2;
}

.kontakt__right__form {
	padding: 80px 15px 60px;
}

.kontakt__form__left__fields {
	max-width: 100%;
	padding: 0 0;
}

.kontakt__form__right__field {
	float: right;
	width: 100%;
	border-left: none;
	padding: 0;
}

.kontakt__form__bottom {
	flex-wrap: wrap;
}

.kontakt__form__bottom .checkbox {
	width: 100%;
	padding-right: 0;
	margin: 0 0 17px;
}

.kontakt__form__inner__block .form-group textarea.form-control {
	margin: 36px 0 24px;
	border-bottom: 1px solid #D3B9A0;
	min-height: 115px;
	max-height: 115px;
	width: 100%;
}

.kontakt__left__address {
	flex-wrap: initial;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	padding:60px 15px;
}

.kontakt__left__icon__text {
	margin: 0;
	padding: 0 10px;
}

.kontakt__left__icon__text a, .kontakt__left__icon__text p {
	font-size: 12px;
	width: 100%;
	max-width: none;
	margin: 0;
	line-height: 17px;
}

.kontakt__left__icon__text i {
	max-width: 30px;
	display: flex;
	margin: 0 auto 10px;
	width: 40px;
	min-height: 45px;
	align-content: flex-end;
	align-items: flex-end;
}

.kontakt__address__form::before {
	top: auto;
	bottom: 0;
	height: 15%;
	width: 100%;
}

	
}



@media(max-width:575px){
	
.btn_square {
	padding: 0 10px;
}

.product_text_block {
	justify-content: center;
}

.product_atmosphere_img {
	max-width: 140px;
}

.product_slider .slick-dots {
	right: -10px;
}

.product__detail__tabs__inner {
	padding: 0 15px;
}

.product_image__slider {
	padding: 0 15px !important;
}

.product__detail__right--btn .btn {
	margin: 0 5px 12px 0;
	padding: 0 10px;
	font-size: 12px;
}

.verfugbarkeit__and__beratungstermin__section::after {
	display:none;
}

.beratungstermin__right {
	background: #F7F1EB;
	padding: 45px 15px 55px;
}

.beratungstermin__right h5 {
	font-size: 26px;
}

.kurse__fur__den__text h5 {
	font-size: 28px;
}


}


@media(max-width:420px){


.more_offer_types {
	padding: 0;
}
	
.more_offer_types ul {
	display: inline-block;
	width: 100%;
}

.more_offer_types ul li {
	padding:12px 12px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.more_offer_types ul li i {
	display: inline-block;
}

.more_offer_text {
	text-align: center;
}

.kontakt__left__address {
	flex-wrap: wrap;
	padding: 30px 15px 50px;
}

.kontakt__left__icon__text {
	padding: 15px 0;
}

.cafe_product_slider {
	padding-bottom: 20px;
}

.enjoy_text_right {
	padding: 50px 15px 0;
}

.enjoy_sec::after {
	height: 47%;
}

.inner-hero-title
{
	width: 100%;
    color: #fff;
    margin: 70px 0 0;
    float: left;
    position: relative;
    z-index: 11;
}



}

.logo-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f8f9fa;
    padding: 20px 0;
}

.marquee-content {
    display: flex;
    animation: scroll 15s linear infinite;
    will-change: transform;
}

.marquee-content img {
    height: 80px;
    object-fit: contain;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}



.feature-item {
	text-align: center;
}
.feature-item img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
.feature-title {
	color: var(--c-grey);
	font-weight: bold;
	font-size: 1.2rem;
}
.search-bar {
	display: flex;
	align-items: center;
	border: 2px solid var(--c-grey);
	padding: 5px 10px;
	border-radius: 5px;
}
.search-bar input {
	border: none;
	outline: none;
	width: 100%;
}
.search-bar button {
	background: none;
	border: none;
	color: var(--c-grey);
	cursor: pointer;
}

/* .pagination-product
{
    text-align: center;
} */
.pagination-product ul > li
{
   display:inline-block;
   /* padding:0px 10px; */
}

.pagination-product {
    text-align: center;
    margin: 20px 0;
}

.pagination-product ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    /* gap: 10px; */
}

.pagination-product .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #555;
    border: 1px solid #ddd;
    /* border-radius: 5px; */
    transition: background-color 0.3s, color 0.3s;
}

.product-meta a
{
	font-size: 15px;
	color: #222;
}

.pagination-product .page-numbers:hover {
    /* background-color: #007bff; */
    /* color: #fff; */
    border-color: #3a7e3c;
}

.pagination-product .page-numbers.current {
    background-color: #3a7e3c;
    color: #fff;
    border-color: #3a7e3c;
    pointer-events: none;
}

.pagination-product .prev.page-numbers {
    border-radius: 5px 0 0 5px;
}

.pagination-product .next.page-numbers {
    border-radius: 0 5px 5px 0;
}

.topic header 
{
	position: absolute;
	z-index: 0;
	width: 50%;
}
.topic header h1
{
	color: #222;
}
.product-archive-image
{
	width: 100%; /* Ensures the image fits the container */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes extra spacing */
}

/*Related Products*/
.related-products .products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.related-products .product {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.related-products .product:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.related-products .product img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.related-products .product h2 {
    font-size: 1rem;
    margin: 10px 0;
    font-weight: bold;
}

.related-products .product .price {
    font-size: 1.1rem;
    color: #3a7e3c;
    font-weight: 600;
}

.related-products .product .button {
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 0.9rem;
    background: #3a7e3c;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.related-products .product .button:hover {
    background: #0056b3;
    color: #fff;
}

.related-products {
    margin: 0 auto;
}

.related-products .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.related-products .product {
    flex: 1 1 calc(25% - 1.5rem); /* 4 items per row, adjust spacing */
    max-width: calc(25% - 1.5rem);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .related-products .product {
        flex: 1 1 calc(50% - 1rem); /* 2 items per row on smaller screens */
        max-width: calc(50% - 1rem);
    }
}

@media (max-width: 576px) {
    .related-products .product {
        flex: 1 1 100%; /* 1 item per row on extra-small screens */
        max-width: 100%;
    }
}
.related.products .button {
    display: none;
}
.related.products a {
    text-decoration: none; /* Removes underline */
    color: #333; /* Changes text color to black */
}

/*Related Products*/

/* product Slider */

.product-image-slider {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-image img {
    /* max-width: 100%; */
    height: 60vh;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.thumbnail-slider {
    display: flex;
    overflow-x: scroll;
    gap: 10px;
    max-width: 100%;
}

.thumbnail-slider ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.thumbnail-slider li {
    width: 80px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.thumbnail-slider li:hover {
    opacity: 0.7;
}

.thumbnail-slider img {
    width: 100%;
    height: auto;
}



/* Product Page Styling */
.product-page {
    display: flex;
    gap: 20px;
}

/* Details Section */
.product-details {
    flex: 1;
}

/* Sticky Slider Section */
.sticky-slider {
    flex: 1;
    position: sticky;
    top: 10px; /* Adjust this value based on your layout */
    height: fit-content; /* Ensures it resizes properly */
}

.nivo-slider img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* product Slider */

.product-price {
    font-size: 18px;
    margin: 10px 0;
}

.product-price .regular-price {
    margin-right: 10px;
    font-size: 16px;
    text-decoration: line-through;
    color: #888;
}

.product-price .sale-price {
    font-size: 18px;
    font-weight: bold;
    color: #3a7e3c;
}


.related-title {
    font-size: 28px;
    font-weight: bold;
    color: var(--c-grey);
    margin-bottom: 20px;
    text-align: left;
}

.product-card {
    border-radius: 12px;
    padding: 2px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    transition: 0.3s;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-card img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
	object-fit: cover;
}

.product-title-related {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: var(--c-grey);
    margin: 10px 0;
}

.add-to-cart {
	display: inline-block;
    padding: 8px 15px;
    /* background-color: var(--c-grey); */
    color: var(--c-grey);
    font-size: 14px;
    font-weight: bold;
    /* text-transform: uppercase; */
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.add-to-cart:hover {
    background-color: #4f755b;
}


.add-to-cart-button {
    background-color: var(--c-grey); /* Theme Color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.add-to-cart-button:hover {
    background-color: var(--c-grey); /* Slightly darker shade for hover */
    transform: scale(1.05); /* Adds a small zoom effect */
}

.out-of-stock-message {
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}


/* Style the price section */
.price {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

/* Strikethrough original price */
.price del {
    font-size: 18px;
    color: #888;
    margin-right: 8px;
}

/* Highlight sale price */
.price ins {
    font-size: 22px;
    font-weight: bold;
    color: var(--c-grey);
    text-decoration: none;
    margin-left: 5px;
}

/* Additional text styling */
.original-price-text,
.current-price-text {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 5px;
}
.woocommerce-Price-amount
{
	font-weight: 300;
    font-size: 15px;
}


.shop-header h1
{
	font-size: 30px;
}
.pro-title
{
	background-color: #efefef;
}

.custom-price {
    font-size: 15px;
    
}

.regular-price {
    font-size: 17px;
    color: #888;
    margin-right: 8px;
}

.sale-price {
    font-size: 16px;
    color: var(--c-grey); /* Theme color */
    text-decoration: none;
}

/* custom archive page*/
/* Hide List View by Default */
.product-list {
    display: none;
}
.product-grid {
    display: none;
}

.active-view {
    display: block !important;
}

/* Grid View Styling */
.product-grid-item {
    /* border: 1px solid #ddd; */
    /* padding: 15px; */
    text-align: center;
    background: white;
    border-radius: 10px;
}

/* Table View Styling */
.product-table {
    width: 100%;
    border-collapse: collapse;
}

.product-table th, .product-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.product-image img {
    max-width: 50px;
    border-radius: 5px;
	max-height: 50px;
}

.product-cart .button {
    background-color: var(--c-grey);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
	
}

.view-switcher {
    text-align: right;
    margin-bottom: 20px;
}

.view-switcher button {
    padding: 8px 15px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    background: var(--c-grey);
    color: white;
    border-radius: 5px;
}

.view-switcher button.active {
    background: #456b58;
}

.product-title
{
	font-size: 15px;
	color: #333;
}

.product-title-list a{
	font-size: 15px;
	color: #333;
	
}

.add_to_cart_button
{
	padding: 6px;
    color: var(--c-grey);
    font-size: 12px;
    border-radius: 10px;
	font-weight: bold;
}
.product-grid-item img
{
	 
	object-fit: cover;
}

.product_type_simple
{
	background-color: #fff;
    /* padding: 10px; */
    color: var(--c-grey);
	font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
}

.product_type_simple :hover :focus
{
	background-color: var(--c-grey);
	padding: 10px;
	color: white;
	font-size: 14px;
	border-radius: 10px;
}


.product-title a
{
	color: #444;
}



/* custom archive page*/

.category-sidebar {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.category-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list a {
    text-decoration: none;
    color: var(--c-grey);
    font-size: 16px;
    display: block;
}

.category-list a:hover {
    color: #456b58;
}

/**header cart**/
.header-cart {
    position: relative;
    display: inline-block;
}

.cart-link {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    position: relative;
}

.cart-link i {
    font-size: 22px;
    color: var(--c-grey); /* Your theme color */
}

.cart-count {
	background: #e74c3c;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 0px 7px 1px 4px;
    position: absolute;
    top: -8px;
    right: -13px;
    height: 20px;
    width: 20px;
}

/**header cart**/


.woocommerce-cart-form table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-cart-form th, .woocommerce-cart-form td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.woocommerce-cart-form .product-thumbnail img {
    max-width: 80px;
    height: auto;
    border-radius: 5px;
}

.woocommerce-cart-form .product-name a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.woocommerce-cart-form .product-price, 
.woocommerce-cart-form .product-subtotal {
    font-weight: bold;
    color: var(--c-grey); /* Your theme color */
}

.woocommerce-cart-form .actions {
    text-align: right;
}

.woocommerce-cart-form .button {
    background-color: var(--c-grey);
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.woocommerce-cart-form .button:hover {
    background-color: #4a6a5a;
}

/*Cart**/
.wc-block-components-product-metadata__description p
{
	font-size: 13px;
}
.wc-block-components-product-name
{
	font-size: 14px;
	color: #565656;
	font-weight: bold;
}

.wc-block-cart__submit-container a
{
	background-color: var(--c-primary-dark);
	color: white;
	font-size: 14px;
}

.wc-block-components-checkout-place-order-button
{
	background-color: var(--c-primary-dark);
	color: white;
	font-size: 14px;
}



.woocommerce-MyAccount {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
   
    font-family: 'Arial', sans-serif;
}

/* Sidebar Navigation Styling */
.woocommerce-MyAccount-navigation {
    flex: 0 0 25%; /* Set fixed width for sidebar */
    background: #ffffff; /* Main theme color */
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    background: #edecec; /* Match sidebar background */
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--c-primary-dark); /* Darker shade for hover/active */
    border-color: var(--c-primary-dark);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Content Area Styling */
.woocommerce-MyAccount-content {
    flex: 1; /* Take up remaining space */
    background: #f9f9f9; /* Light background for content */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .woocommerce-MyAccount {
        flex-wrap: wrap; /* Stack sidebar and content vertically */
    }

    .woocommerce-MyAccount-navigation {
        flex: 1 1 100%; /* Full width for sidebar */
        margin-bottom: 20px;
    }

    .woocommerce-MyAccount-content {
        flex: 1 1 100%; /* Full width for content */
    }
}

/* Additional Spacing for Billing/Shipping Addresses */
.woocommerce-MyAccount-content h3 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}

/* Prevent Menu from Shifting on Scroll */
.woocommerce-MyAccount-navigation {
    position: static; /* Ensure the navigation stays in place */
}

/* Ensure Smooth Layout with No Shifting */
.woocommerce-MyAccount {
    align-items: flex-start; /* Keep sidebar and content aligned */
}

/* Optional: Make Menu Always Visible Without Scrolling in Sidebar */
.woocommerce-MyAccount-navigation {
    overflow: auto; /* Enable scrolling within the navigation if content overflows */
    max-height: calc(100vh - 40px); /* Limit height to the viewport */
}

/* Styling both Account Details and Addresses Form */
.woocommerce-Address, .woocommerce-EditAccountForm {
    background-color: #fff; /* White background for both forms */
    border-radius: 10px; /* Rounded corners for a modern look */
    padding: 20px; /* Add padding for space around the forms */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for a lifted effect */
    margin-top: 20px;
    max-width: 800px; /* Limit the width to improve readability */
    margin: 20px auto; /* Center both forms horizontally */
}

/* Form Title */
.woocommerce-Address h2, .woocommerce-EditAccountForm h2 {
    font-size: 24px; /* Increase font size */
    font-weight: 700;
    margin-bottom: 20px; /* Space below title */
    color: var(--c-primary-dark); /* Match theme color */
}

/* Input Fields */
.woocommerce-Address .woocommerce-input-wrapper input,
.woocommerce-EditAccountForm .woocommerce-input-wrapper input {
    width: 100%; /* Make inputs full-width */
    padding: 12px; /* Add padding inside the input */
    margin-bottom: 20px; /* Space between fields */
    border: 2px solid #ddd; /* Light border */
    border-radius: 8px; /* Rounded corners */
    font-size: 16px;
    color: #333; /* Dark text for readability */
}

/* Focus State for Input Fields */
.woocommerce-Address .woocommerce-input-wrapper input:focus,
.woocommerce-EditAccountForm .woocommerce-input-wrapper input:focus {
    border-color: var(--c-primary-dark); /* Highlight border with theme color on focus */
    box-shadow: 0 0 5px rgba(58, 126, 60, 0.3); /* Add subtle shadow */
}

/* Labels for Input Fields */
.woocommerce-Address label,
.woocommerce-EditAccountForm label {
    font-size: 16px; /* Slightly larger label text */
    font-weight: 600;
    margin-bottom: 8px; /* Space between label and input */
    display: block; /* Make labels block to align with inputs */
    color: #555; /* Darker color for readability */
}

/* Submit Button */
.woocommerce-Address button[type="submit"],
.woocommerce-EditAccountForm button[type="submit"] {
    background-color: var(--c-primary-dark); /* Theme color */
    color: #fff; /* White text */
    padding: 15px 25px; /* Space inside the button */
    font-size: 16px;
    border: none;
    border-radius: 8px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

/* Submit Button Hover Effect */
.woocommerce-Address button[type="submit"]:hover,
.woocommerce-EditAccountForm button[type="submit"]:hover {
    background-color: var(--c-primary-dark); /* Darker theme color on hover */
}

/* Responsive Design: Adjusting for Mobile */
@media (max-width: 767px) {
    .woocommerce-Address, .woocommerce-EditAccountForm {
        padding: 15px; /* Reduce padding on mobile */
        margin-top: 10px; /* Reduce margin */
    }
    
    .woocommerce-Address input,
    .woocommerce-EditAccountForm input {
        font-size: 14px; /* Smaller text for mobile */
        padding: 10px; /* Reduced padding for smaller screens */
    }
    
    .woocommerce-Address button[type="submit"],
    .woocommerce-EditAccountForm button[type="submit"] {
        padding: 12px 20px; /* Smaller button size on mobile */
        font-size: 14px;
    }
}



/* Form Fields */
.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-address-fields .form-row {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    position: relative;
}

.woocommerce-address-fields .form-row label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

/* Input Fields */
input.input-text, select.input-text {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

input.input-text:focus, select.input-text:focus {
    border-color: #3a7e3c;
    outline: none;
    background-color: #fff;
}

.woocommerce-input-wrapper {
    position: relative;
    display: block;
}

select.country_select, select.state_select {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

select.country_select:focus, select.state_select:focus {
    background-color: #fff;
    border-color: var(--c-primary-dark);
    outline: none;
}

/* Optional Text Styling */
.optional {
    font-size: 12px;
    color: #888;
}

/* Error and Required Fields */
.woocommerce-address-fields__field-wrapper .validate-required:after {
    content: "*";
    color: red;
}

.woocommerce-address-fields__field-wrapper .form-row .error {
    color: red;
    font-size: 12px;
}

/* Adjustments for small screens */
@media screen and (max-width: 768px) {
    .woocommerce-address-fields .form-row {
        width: 100%;
    }
}

.woocommerce-Address header 
{
	float: left;
    padding: 20px 0;
    width: 100%;
    position: static;
    z-index: 999;
}


.added_to_cart 
{
	color: #666;
    margin-left: 10px;
    font-size: 15px;
}


.half-underline {
    position: relative;
	margin-top: 30px;
	font-weight: 600;
    display: inline-block;
}


.half-underline a {
    position: relative;
    text-decoration: none;
    color: inherit;
	color: #333;
	font-size: 25px;
}

.half-underline a::after {
    content: '';
    position: absolute;
    bottom: -2px; /* Adjust as needed */
    left: 0%;
    width: 75%;
    height: 2px;
    background-color: var(--c-grey); /* Use your theme color */
}


.product-grid-item {
    overflow: hidden;
    position: relative;
}

.product-grid-item .add-to-cart-wrapper {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10;
}

.product-grid-item:hover .add-to-cart-wrapper {
    opacity: 1;
    visibility: visible;
}

.product-grid-item img {
    transition: transform 0.3s;
}

.product-grid-item:hover img {
    transform: scale(1.05);
}
.product_type_grouped
{
	font-size: 12px;
    color: var(--c-grey);
	font-weight: bold;
}

/*******-------- Variable Product ----- ************/
/* General styling for the add-to-cart section */
.add-to-cart-section {
    /* max-width: 600px; */
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    /* background-color: #f9f9f9; */
}

/* Styling for the variations table */
.variations {
    width: 100%;
    margin-bottom: 20px;
}

.variations th.label {
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
    color: #333;
}

.variations td.value {
    padding: 10px 0;
}

/* Styling for the dropdowns */
.variations select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.variations select:focus {
    border-color: #66afe9;
    outline: none;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
}

/* Styling for the quantity input */
.quantity input {
    /* width: 60px; */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

/* Styling for the add to cart button */
.single_add_to_cart_button {
    width: 100%;
    padding: 15px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.single_add_to_cart_button:hover {
    background-color: #218838;
}

.single_add_to_cart_button.disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

/* Styling for the reset variations link */
.reset_variations {
    color: #007bff;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
}

.reset_variations:hover {
    text-decoration: underline;
}

/* Styling for the variation description */
.woocommerce-variation-description {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

/* Styling for the price display */
.woocommerce-variation-price {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .add-to-cart-section {
        padding: 15px;
    }

    .variations select {
        font-size: 12px;
    }

    .single_add_to_cart_button {
        font-size: 14px;
        padding: 12px;
    }
}
/*******-------- Variable Product ----- ************/



/*******-------- Grouped Product ----- ************/
/* Grouped Product Table Styling */
.woocommerce-grouped-product-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-grouped-product-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.woocommerce-grouped-product-list-item:hover {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Quantity Input Styling */
.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
    width: 60px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.woocommerce-grouped-product-list-item__quantity .quantity input.qty:focus {
    border-color: #639176;
    outline: none;
    box-shadow: 0 0 5px rgba(99, 145, 118, 0.5);
}

/* Product Name & Price */
.woocommerce-grouped-product-list-item__label a {
    font-size: 16px;
    color: #1e90ff;
    text-decoration: none;
    transition: color 0.2s ease;
    margin-right: 10px;
}

.woocommerce-grouped-product-list-item__label a:hover {
    color: #0066cc;
}

.woocommerce-grouped-product-list-item__price {
    font-size: 16px;
    color: #639176;
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-grouped-product-list-item__price .regular-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

/* Add to Cart Button */
.single_add_to_cart_button.button.alt {
    width: 100%;
    padding: 12px 20px;
    background-color: var(--c-grey);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
    margin-top: 15px;
}

.single_add_to_cart_button.button.alt:hover {
    background-color: var(--c-primary-dark);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .woocommerce-grouped-product-list-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-grouped-product-list-item__quantity {
        margin-bottom: 10px;
    }

    .single_add_to_cart_button.button.alt {
        font-size: 16px;
    }
}

/*******-------- Grouped Product ----- ************/

.value 
{
	padding : 12px;
}

.single_add_to_cart_button 
{
	background-color: var(--c-grey);
    color: #fff;
    font-size: 17px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 14px;
}

/**************Signup***************/


.custom-signup-form {
    /* max-width: 400px; */
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.custom-signup-form div {
    margin-bottom: 15px;
}

.custom-signup-form label {
    display: block;
    margin-bottom: 5px;
	color: #444;
	font-size: 14px;
    /* font-weight: bold; */
}

.custom-signup-form input[type="text"],
.custom-signup-form input[type="email"],
.custom-signup-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-size: 15px;
}

.custom-signup-form button {
    background-color: var(--c-grey);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.custom-signup-form button:hover {
    background-color: var(--c-grey);
}

/**************Signup***************/



/**************Login***************/
.custom-login-register-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* .form-heading {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
} */

.woocommerce-form-row {
    margin-bottom: 20px;
}

.woocommerce-form-row label {
    display: block;
    /* font-weight: bold; */
    margin-bottom: 5px;
    color: #444;
}

.woocommerce-Input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
    background-color: #f9f9f9;
}

.woocommerce-Input:focus {
    border-color: #639176;
    outline: none;
    background-color: #fff;
}

.password-input {
    position: relative;
}

.show-password-input {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #639176;
}

.woocommerce-button {
    width: 100%;
    padding: 10px;
    background-color: #639176;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.woocommerce-button:hover {
    background-color: #4e7358;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #555;
}

.woocommerce-LostPassword a {
    color: #639176;
    text-decoration: none;
    font-size: 0.9rem;
}

.woocommerce-LostPassword a:hover {
    color: #4e7358;
}

.registration-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.register-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #639176;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.register-button:hover {
    background-color: #4e7358;
}

.woocommerce-form-login__submit-custom
{
	background-color: var(--c-grey);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

/**************Login***************/

.top-padding
{
	height: 132px;
}

/* Highlight the active menu item */
.Navigation .current-menu-item > a,
.Navigation .current_page_item > a,
.Navigation .current-page-ancestor > a,
.Navigation .current-menu-ancestor > a,
.Navigation .current-page-parent > a {
    
    font-weight: bold;
   
}

/* Optional: Add hover effect */
.Navigation a:hover {
    /* font-weight: bold; */
}


/******************SEarch *****************/
/* Full-page overlay */
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: none;
    overflow-y: auto;
    padding: 40px 20px;
    text-align: center;
}

/* Search box styling */
#search-input {
    width: 50%;
    padding: 10px;
    font-size: 2rem;
    border: none;
    border-bottom: 2px solid #000;
    margin: 20px auto;
    outline: none;
    display: block;
}

/* Search results container */
#search-results {
    max-width: 650px;
    margin: 20px auto;
}

/* Individual search result item */
.search-result-item {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 15px;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s;
}

.search-result-item:hover {
    background: #f1f1f1;
}

/* Search result image */
.search-result-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
}

/* Search result title */
.search-result-title {
    font-size: 0.9rem;
    color: #333;
}

/* Close button */
#close-search-overlay {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
}

/* Centering search results */
#search-results div {
    display: flex;
    
    flex-direction: row;
}

/* Adjust link styles */
#search-results a {
    text-decoration: none;
    color: #333;
    display: flex;
    text-align: left;
	
}


/******************SEarch *****************/

.font-white
{
	color: white !important;
}

.wp-block-button__link
{
	background-color: #fff;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title
{
	color: #444;
}
.wc-block-grid__product-title
{
	color: #444 !important; 
}

.wp-block-list
{
	font-size: 15px;
}


/******************Contact Form *******************/
/* Contact Form 7 - Enhanced Styling */
.wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Labels */
.wpcf7-form label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Input & Textarea Fields */
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    /* background: #f9f9f9; */
    transition: border 0.3s, background 0.3s;
    display: block;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: var(--c-grey); /* Your theme color */
    background: #fff;
    outline: none;
    box-shadow: 0px 0px 5px rgba(99, 145, 118, 0.5);
}

/* Textarea */
.wpcf7-form textarea {
    resize: none;
    height: 120px;
}

/* Submit Button */
.wpcf7-submit {
    background: var(--c-grey); /* Your theme color */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.wpcf7-submit:hover {
    background: var(--c-primary-dark);
}

/* Response Messages */
.wpcf7-response-output {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive Design */
@media (max-width: 600px) {
    .wpcf7-form {
        padding: 20px;
    }
}


/******************Contact Form *******************/

/********************Sticky Social Icons*********/
/* Sticky Social Bar */
.social-sticky-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}

.facebook { background: #3b5998; }
.twitter { background: #1da1f2; }
.instagram { background: #e1306c; }
.linkedin { background: #0077b5; }

.social-icon:hover {
    transform: translateX(5px);
    opacity: 0.9;
	color:#fff;
}

/********************Sticky Social Icons*********/

/********************SideBar Login*********/


    #loginform {
        max-width: 300px;
        margin: 0 auto;
    }
    #loginform label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    #loginform input[type="text"],
    #loginform input[type="password"] {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    #loginform input[type="submit"] {
        width: 100%;
        padding: 10px;
        background-color: var(--c-grey);
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    #loginform input[type="submit"]:hover {
        background-color: var(--c-primary-dark);
    }
    .btn-link {
        color: var(--c-grey);
        text-decoration: none;
    }
    .btn-link:hover {
        text-decoration: underline;
    }


/********************SideBar Login*********/
.btn-primary
{
	background-color:  var(--c-grey) !important;
}

.archive-header
{
	min-height: 110px;
}

/********Sub category**********/
.subcategory-section {
    text-align: center;
    margin-bottom: 2px;
	margin-top: 18px;
}

.subcategory-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.subcategory-item {
    text-align: center;
    width: 150px;
}

.subcategory-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.subcategory-item h3 {
    font-size: 16px;
    margin: 10px 0 5px;
	color: #333;
}

.subcategory-item p {
    font-size: 14px;
    color: gray;
}

/********Sub category**********/


/********Sub category**********/

.nav-item.menu-item-has-children {
    position: relative;
}

.nav-item.menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Ensure dropdown is properly positioned */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%; /* Ensure submenu appears below */
    left: 0;
    background: white;
    padding: 10px 0;
    /* min-width: 200px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    z-index: 999; /* Ensure submenu is above other elements */
}

.sub-menu li {
    list-style: none;
}

.sub-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease-in-out;
}

.sub-menu li a:hover {
    background: #f5f5f5;
}
.dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}

.nav-item.menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.navbar-nav .dropdown-menu
{
	position: absolute !important;
}
/********Sub MENU**********/



.navbar{width: 100% !important;}

/*
#mega-menu-wrap-primary-menu{background: none !important ; }
*/ 



/* ==================================== */
/* 🎨 LATEST POSTS SECTION STYLES      */
/* ==================================== */

.latest-posts-section {
    padding-top: 55px;
    padding-bottom: 30px;
}

/* --- 1. Main Feature Post (Left Column) --- */

.main-article-feature {
    position: relative; /* Crucial for positioning the overlay details */
    overflow: hidden;
    border-radius: 8px; /* Assuming rounded corners */
}

.main-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay Details (Title, Author, Date) */
.post-details-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* Adding padding and gradient for better readability over the image */
    padding: 30px 20px 20px;
    color: #fff;
    /* Optional: Fading effect from bottom to top */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.post-tag {
    /* Style for the small category/tag box */
    display: inline-block;
    background-color: #007bff; /* Primary color example */
    color: #fff;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 15px;
}

.overlapping-title a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    /* Optional: Limit lines if needed, but the overlapping effect works better with full title */
    display: block;
    margin-bottom: 10px;
}

.post-meta-bottom {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.post-meta-bottom span:not(:last-child):after {
    content: " | ";
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.5);
}


/* --- 2. Small Article Items (Right Column) --- */

.small-article-item {
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #eee;
}

.small-article-item:last-child {
    border-bottom: none;
}

.small-article-item .col-4 {
    /* Ensure image container maintains aspect ratio or uniform size */
    max-height: 80px; 
    overflow: hidden;
    border-radius: 4px;
}

.small-article-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills container without distortion */
}

.post-tag-small {
    display: inline-block;
    background-color: #f1f1f1;
    color: #333;
    padding: 2px 6px;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 5px;
}

.small-title a {
    color: #333;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
    /* Limit title to 2-3 lines as per diagram */
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px;
}

.small-date {
    font-size: 0.8rem;
    color: #777;
    display: block;
}

/* --- 3. Responsive Adjustments (Optional but Recommended) --- */

@media (max-width: 991.98px) {
    /* Stack columns on tablets/mobile */
    .col-lg-8, .col-lg-4 {
        margin-bottom: 20px;
    }
    
    .overlapping-title a {
        font-size: 1.5rem; /* Reduce font size on smaller screens */
    }
    
    .post-details-overlay {
        padding: 20px 15px 15px;
    }
}



.badge {
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

article .text-muted {
  font-size: 0.9rem;
}

.btn-outline-dark {
  border-radius: 25px;
  padding: 5px 15px;
}

.ad-area img {
  max-width: 100%;
  border-radius: 10px;
}




/* =======================
   "What's New" Section Styling
======================= */
.whats-new-section {
  margin-top: 60px;
  margin-bottom: 80px;
}

/* Section title */
.whats-new-section .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.whats-new-section .section-title::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #ddd;
}

/* Category Filter Buttons */
.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-filter .filter-btn {
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  color: #333;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 14px;
  transition: all 0.25s ease;
  cursor: pointer;
  line-height: 1.4;
}

.category-filter .filter-btn:hover {
  background-color: #e9ecef;
  border-color: #bbb;
}

.category-filter .filter-btn.active {
  background-color: #222;
  color: #fff;
  border-color: #222;
}

/* Article layout */
.post-item {
  transition: all 0.3s ease;
  background-color: #fff;
}

.post-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Post Info */
.post-info h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.post-info .excerpt {
  font-size: 0.95rem;
  color: #666;
}

.post-info small {
  color: #999;
}

/* Buttons */
.post-info .btn {
  border-radius: 50px;
  font-size: 0.9rem;
  padding: 5px 14px;
  transition: all 0.25s ease;
}

.post-info .btn:hover {
  background-color: #000;
  color: #fff;
}

/* Placeholder for missing images */
.placeholder {
  border: 1px dashed #ccc;
  border-radius: 6px;
  color: #aaa;
  font-size: 0.9rem;
}
