*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
  .container {
  max-width: 540px; } }
  @media (min-width: 768px) {
  .container {
  max-width: 720px; } }
  @media (min-width: 992px) {
  .container {
  max-width: 960px; } }
  @media (min-width: 1200px) {
  .container {
  max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-xl-6, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }




.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
  border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
  border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
  border-top-color: #ececf6; }
  .alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
  border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
  background-position: 1rem 0; }
  to {
  background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
  background-position: 1rem 0; }
  to {
  background-position: 0 0; } }



.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }






.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }



.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%; }































.download-options {
    width: 100%;
    margin-top: 10px;
    display: flex;
    gap: 30px;
}
.download-options-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.download-options-item img {
    width: 15px;
}
.download-options-item img {
    margin-right: 5px;
}
.menus.d-flex.ftco-animate {
    flex-wrap: wrap;
}




















































@media (min-width: 576px) {
  
  
   }

@media (min-width: 768px) {
  
  .col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%; }
   }

@media (min-width: 992px) {
  
  .col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%; }
   }

@media (min-width: 1200px) {
 
  .col-xl-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%; }
   }


.dish-menu .menus {
  width: 100%;
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 18px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 18px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dish-menu .menus .text {
  width: calc(100% - 100px); }
  .dish-menu .menus .text .one-half {
  width: calc(100%); }
  .dish-menu .menus .text .one-half h3 {
  font-size: 18px; }
  .dish-menu .menus .text .one-half p {
  margin-bottom: 0; }
.dish-menu .menus .text .one-forth {
    width: 150px;
    text-align: right;
}
  .dish-menu .menus .text .one-forth .price {
  font-size: 24px;
  color: #404044;
  line-height: 1.4;
  font-weight:bold; }
  .dish-menu .menus .menu-img {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 5%; 
  background-size: cover;}
  .dish-menu .menus:hover {
  background: -moz-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background: -webkit-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background: -ms-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%); }
  .dish-menu .menus:hover .text .one-half p {
  margin-bottom: 0;
  color: #fff; }



  .one-forth.withold {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

span.priceold {
    font-size: 19px;
    color: #b6b6b6;
    line-height: 1;
    text-decoration: line-through;
    display: flex;
    height: auto;
    align-items: flex-start;
    justify-content: flex-end;
}
.dish-menu .menus:hover span.priceold {
    color: #fff;
}
.one-forth.withold .price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3px;
}

.one-forth.withold .price {
    height: 34px;
}

.one-forth.withold {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}



  @media screen and (min-width:1701px) {
	aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		flex: 0 0 24%;
		max-width: 24%;
	}
	.site-content.col-lg-10.col-12.col-md-9 {
		max-width: 76%;
		left: 0;
	}
	.single_product .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.tabs.warningblue.widthno {
		width: 100%;
		left: 0;
		transform: unset !important;
	}
	header.entry-header {
		padding-left: 30px;
	}
	div#contentproducthelp {
		left: 0;
		transform: none;
		width: 100%;
	}
	div#comm.tabs {
		width: 100%;
		left: 0;
		transform: none;
	}
	.otzivitem {
		height: 254px;
	}
	section.features-area.section-gap.related-products {
		width: 100%;
	}
	section.features-area.section-gap.related-products .container {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.related-products .col-lg-3.col-md-6.mb-30 {
		flex: 0 0 23.6% !important;
		padding: 0 0.4%;
		margin: 0 0.5%;
	}
	section.features-area.section-gap.related-products .row {
		display: flex;
		justify-content: space-between;
		margin: 0 -0.5%;
	}
	div#custom_html-5, .woodmart-widget {
		max-width: 238px;
	}
	.container.nopadcontainer {
		width: 100%;
		padding: 0;
	}
	.nopadcontainer .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	}
	
	@media screen and (min-width:1025px) and (max-width:1700px){
	span.menu-opener.color-scheme-light {
		min-width: 20.5vw !important;
		position:relative;
	}
	div#custom_html-5, .woodmart-widget{
		max-width: 258px;
	}
	aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		flex: 0 0 24%;
		max-width: 24%;margin-top: 0px;
	}
	.site-content.col-lg-10.col-12.col-md-9 {
		max-width: calc(100% - 300px);
    left: 0;
    flex: initial;
    padding: 0;
	}
	.single_product .container {
		padding: 0;
		margin: 0;
		width: 100%;   
	}
	.tabs.warningblue.widthno {
		width: 100%;
		left: 0;
		transform: unset !important;
	}
	header.entry-header {
		padding-left: 30px;
	}
	div#contentproducthelp {
		left: 0;
		transform: none;
		width: 100%;
	}
	div#comm.tabs {
		width: 100%;
		left: 0;
		transform: none;
	}
	.otzivitem {
		height: 254px;
	}
	section.features-area.section-gap.related-products {
		width: 100%;
	}
	section.features-area.section-gap.related-products .container {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.related-products .col-lg-3.col-md-6.mb-30 {
		flex: 0 0 23.6% !important;
		padding: 0 0.4%;
		margin: 0 0.5%;
	}
	section.features-area.section-gap.related-products .row {
		display: flex;
		justify-content: space-between;
		margin: 0 -0.5%;
	}
	.container.nopadcontainer {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	div.container {
		max-width: 1600px !important;
	}
	.container.nopadcontainer .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0px;
	}
	.container.nopadcontainer .py-5 {
		padding-bottom: 0px !important;
	}
	}
	@media screen and (min-width: 1300px) {
	  .payment-list {
		margin: 7px auto 0 !important;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	span.menu-opener.color-scheme-light {
		min-width: 270px !important;
		width: 270px !important;
		position: relative;
	}.moment_borderblock {
		max-width: inherit;
	}aside.sidebar-container .widget-area {
		width: 270px;
		margin-top: 200px !important;
	}
	}
	@media screen and (min-width: 1400px) and (max-width: 1700px){
		div#custom_html-5, .woodmart-widget {
		width: 69%;
	}  
	.payment-list {
		margin: 7px auto 0 !important;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	}
	@media screen and (min-width:769px) and (max-width:1024px){
	.container.nopadcontainer {
		width: 100%;
		padding: 0;
	}
	.nopadcontainer .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	}
	@media screen and (min-width:1025px) {
	div#contenttop .row1.homepage.nopadding .col-lg-6, .row1.homepage.nopadding {
		max-width: 100% !important;
		padding: 0;
		margin: 0;
		}
	}
	
	@media screen and (min-width:769px) and (max-width:1025px){
	.row1.homepage.nopadding {
		max-width: 100% !important;
		padding: 0;
		margin: 0;
	}
	.homepage .code {
		max-width:150px;
	}
	}


	@media screen and (min-width: 1201px) and (max-width: 1350px){
	aside.sidebar-container .widget-area {
		width: 270px;
		margin-top: 200px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px){
aside.sidebar-container .widget-area {
    margin-top: 200px!important;
}
}



@media screen and (min-width:1701px) {
	.whb-row.whb-top-bar.whb-not-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-flex-middle {
		height: 0;
	}
	
	.row1.homepage.nopadding .col-lg-6 {
		margin-top: 20px;
	}
	
	.row1.homepage.nopadding .col-lg-6 {
	}
	
	.row1.homepage.nopadding .banner-code {
		max-width: 600px !important;
	}
	
	.menus.d-flex.ftco-animate {
		padding: 20px;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
	}
	
	div#spis {
		margin-top: 20px;
	}
	.site-content.col-lg-10.col-12.col-md-9 {
		flex: initial;
		max-width: calc(100% - 300px);
	}
	
	.row.content-layout-wrapper.align-items-start {
		display: flex;
		justify-content: space-between;
	}
		aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		max-width: 250px;
	}
	
	
	aside.sidebar-container .widget-area {
		width: 100%;
	}
	
	div#custom_html-5, .woodmart-widget {
		width: auto;
	}
		
	div#custom_html-5, .wd-widget {
		width: auto;
	}
	
	}
	
	@media screen and (min-width:1201px) and (max-width:1700px){
	.whb-row.whb-top-bar.whb-not-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-flex-middle {
		height: 0;
	}
	
	.row1.homepage.nopadding .col-lg-6 {
		background-size: 300px !important;
		background-position: right 50%;
	}
	
	.row1.homepage.nopadding .banner-code {
		max-width: 600px !important;
	}
	
	.menus.d-flex.ftco-animate {
		padding: 20px;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
	}
	
	div#spis {
		margin-top: 20px;
	}
	.site-content.col-lg-10.col-12.col-md-9 {
		flex: initial;
		max-width: calc(100% - 300px);
	}
	
	.row.content-layout-wrapper.align-items-start {
		display: flex;
		justify-content: space-between;
	}
		aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		max-width: 250px;
	}
	
	
	aside.sidebar-container .widget-area {
		width: 100%;
	}
	
	div#custom_html-5, .woodmart-widget {
		width: auto;
	}
	}
	@media screen and (min-width:1025px) and (max-width:1200px){
	.whb-row.whb-top-bar.whb-not-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-flex-middle {
		height: 0;
	}
	
	.row1.homepage.nopadding .col-lg-6 {
		background-size: 300px !important;
		background-position: right 50%;
	}
	
	.row1.homepage.nopadding .banner-code {
		max-width: 400px !important;
	}
	
	.menus.d-flex.ftco-animate {
		padding: 20px;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
	}
	
	div#spis {
		margin-top: 20px;
	}
		
	}
	
	@media screen and (min-width:769px) and (max-width:1024px){
		aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		padding: 0;
	}
	
	.homepage .banner-title, .homepage .banner-title span {
		text-align: left;
	}
	
	.row1.homepage.nopadding .banner-cat {
		padding-bottom: 29px;
		display: flex;
		justify-content: flex-start;
	}
	
	.row1.homepage.nopadding .col-lg-6 {
		background-position: center right;
	}
	
	.menus.d-flex.ftco-animate {
		padding: 15px !important;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
	}
	
	div#v-pills-tabContent {
		padding-bottom: 20px !important;
	}
		
	}
	
	@media screen and (min-width:641px) and (max-width:768px){
		.site-content.col-lg-10.col-12.col-md-9 {
		left: 0;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
		line-height: 24px;
	}
	.menus.d-flex.ftco-animate {
		position: relative;
		padding: 10px !important;
	}
	p#mobile {
		width: 100% !important;
	}div#v-pills-tabContent {
		padding-bottom: 20px !important;
	}
	.homepage .banner-code > span {
		width: 200px !important;
	}
	
	.banner-code {
		max-width: 100%;
	}
	
	.row1.homepage.nopadding .banner-cat {
		width: 100% !important;
	}
	
	.row1.homepage.nopadding .banner-code {
		width: 500px;
		display: flex;
		justify-content: center;
	}
	
	.homepage .code {
		width: 200px;
	}
	.row1.homepage.nopadding .col-lg-6 {
		left: 0;
		transform: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.col-md-12.dish-menu {
		padding: 0;
	}
	}
	@media screen and (min-width:481px) and (max-width:640px){
		.site-content.col-lg-10.col-12.col-md-9 {
		left: 0;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
		line-height: 24px;
	}
	.menus.d-flex.ftco-animate {
		position: relative;
		padding: 10px !important;
	}
	p#mobile {
		width: 100% !important;
	}div#v-pills-tabContent {
		padding-bottom: 20px !important;
	}
	.row1.homepage.nopadding .col-lg-6 {
		left: 0;
		transform: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.col-md-12.dish-menu {
		padding: 0;
	}
	}
	@media screen and (min-width:320px) and (max-width:480px){
		.site-content.col-lg-10.col-12.col-md-9 {
		left: 0;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 10px;
		line-height: 24px;
	}
	
	div.dish-menu .menus .menu-img {
		position: absolute;
	}
	
	.dish-menu .menus .text {
		width: 100% !important;
		padding-top: 100px;
		position: relative;
		margin-left: 0px;
	}
	
	div.dish-menu .menus .text .one-forth {
		position: absolute;
		top: 0px;
		right: 5px;
	}
	
	.menus.d-flex.ftco-animate {
		position: relative;
		padding: 10px !important;
	}
	
	.dish-menu .menus .text .one-half {
		width: 100% !important;
	}
	
	p#mobile {
		width: 100% !important;
	}div#v-pills-tabContent {
		padding-bottom: 20px !important;
	}
	.row1.homepage.nopadding .col-lg-6 {
		left: 0;
		transform: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.col-md-12.dish-menu {
		padding: 0;
	}
	}
	
	
    @media screen and (min-width:320px) and (max-width:768px){
	.one-forth.withold {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    div.dish-menu .menus .text .one-forth {
        width: 85px;
    }
}
	
	
	
	
	




	
.hide-menu {
    display:none;
}
.active-flag {
    display:block !important;
}

.search-sort-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-box {
    flex: 1;
}

.search-box input {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.sort-controls {
    min-width: 200px;
}

.sort-controls select {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}

.menus.d-flex.ftco-animate {
    transition: all 0.3s ease;
}

.menus.d-flex.ftco-animate.hidden {
    display: none !important;
}
	
section.ftco-section.bg-light + section.ftco-section.bg-light {
    margin-top: 23px !important;
}
.dish-menu .menus:hover {
    background: #fff;
}
.dish-menu .menus:hover .text .one-half p {
  color: #0070C0;
}

.one-half {

	cursor: pointer;
}







