
	*,
	*::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; }
	
	
	
	.nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none; }
	
	.nav-link {
		display: block;
		padding: 0.5rem 1rem; }
		.nav-link:hover, .nav-link:focus {
		text-decoration: none; }
		.nav-link.disabled {
		color: #6c757d; }
	
	.nav-tabs {
		border-bottom: 1px solid #dee2e6; }
		.nav-tabs .nav-item {
		margin-bottom: -1px; }
		.nav-tabs .nav-link {
		border: 1px solid transparent;
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem; }
		.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
			border-color: #e9ecef #e9ecef #dee2e6; }
		.nav-tabs .nav-link.disabled {
			color: #6c757d;
			background-color: transparent;
			border-color: transparent; }
		.nav-tabs .nav-link.active,
		.nav-tabs .nav-item.show .nav-link {
		color: #495057;
		background-color: #fff;
		border-color: #dee2e6 #dee2e6 #fff; }
		.nav-tabs .dropdown-menu {
		margin-top: -1px;
		border-top-left-radius: 0;
		border-top-right-radius: 0; }
	
	.nav-pills .nav-link {
		border-radius: 0.25rem; }
	
	.nav-pills .nav-link.active,
	.nav-pills .show > .nav-link {
		color: #fff;
		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%); }
	
	.nav-fill .nav-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center; }
	
	
	
	.tab-content > .tab-pane {
		display: none; }
	
	.tab-content > .active {
		display: block; }
	
	.navbar {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0.5rem 1rem; }
		.navbar > .container,
		.navbar > .container-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; }
	
	.navbar-brand {
		display: inline-block;
		padding-top: 0.3125rem;
		padding-bottom: 0.3125rem;
		margin-right: 1rem;
		font-size: 1.25rem;
		line-height: inherit;
		white-space: nowrap; }
		.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none; }
	
	.navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none; }
		.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0; }
		.navbar-nav .dropdown-menu {
		position: static;
		float: none; }
	
	.navbar-text {
		display: inline-block;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem; }
	
	 
	
	.navbar-toggler {
		padding: 0.25rem 0.75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: 0.25rem; }
		.navbar-toggler:hover, .navbar-toggler:focus {
		text-decoration: none; }
		.navbar-toggler:not(:disabled):not(.disabled) {
		cursor: pointer; }
	
	.navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		content: "";
		background: no-repeat center center;
		background-size: 100% 100%; }
	
	@media (max-width: 575.98px) {
		.navbar-expand-sm > .container,
		.navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0; } }
	
	
	@media (max-width: 767.98px) {
		.navbar-expand-md > .container,
		.navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0; } }
	
	 
	
	.navbar-light .navbar-brand {
		color: rgba(0, 0, 0, 0.9); }
		.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
		color: rgba(0, 0, 0, 0.9); }
	
	.navbar-light .navbar-nav .nav-link {
		color: rgba(0, 0, 0, 0.5); }
		.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
		color: rgba(0, 0, 0, 0.7); }
		.navbar-light .navbar-nav .nav-link.disabled {
		color: rgba(0, 0, 0, 0.3); }
	
	.navbar-light .navbar-nav .show > .nav-link,
	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active {
		color: rgba(0, 0, 0, 0.9); }
	
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 0.5);
		border-color: rgba(0, 0, 0, 0.1); }
	
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
	
	.navbar-light .navbar-text {
		color: rgba(0, 0, 0, 0.5); }
		.navbar-light .navbar-text a {
		color: rgba(0, 0, 0, 0.9); }
		.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
			color: rgba(0, 0, 0, 0.9); }
	
	.navbar-dark .navbar-brand {
		color: #fff; }
		.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
		color: #fff; }
	
	.navbar-dark .navbar-nav .nav-link {
		color: rgba(255, 255, 255, 0.5); }
		.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
		color: rgba(255, 255, 255, 0.75); }
		.navbar-dark .navbar-nav .nav-link.disabled {
		color: rgba(255, 255, 255, 0.25); }
	
	.navbar-dark .navbar-nav .show > .nav-link,
	.navbar-dark .navbar-nav .active > .nav-link,
	.navbar-dark .navbar-nav .nav-link.show,
	.navbar-dark .navbar-nav .nav-link.active {
		color: #fff; }
	
	.navbar-dark .navbar-toggler {
		color: rgba(255, 255, 255, 0.5);
		border-color: rgba(255, 255, 255, 0.1); }
	
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
	
	.navbar-dark .navbar-text {
		color: rgba(255, 255, 255, 0.5); }
		.navbar-dark .navbar-text a {
		color: #fff; }
		.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
			color: #fff; }
	
	
	.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%; }
	
	
	
	@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: 125px;
			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%; }
		.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; }
	
			div.menu-img{
			background-size: cover;
			}
	

	
	
	
	
@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;
}
.nopadcontainer .dish-menu .menus .text .one-forth {
    display: none;
}
.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;
    width:24% !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: 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%;
}
.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%;
}
.container.nopadcontainer .dish-menu .menus .text .one-forth {
    display: none;
}
.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;
}
}
@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){
div.dish-menu .menus .text .one-forth {
    display: none !important;
}
.dish-menu .menus .text .one-half {
    width: 100% !important;
}
.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:320px) and (max-width:768px){
div.dish-menu .menus .text .one-forth {
    display: none;
}
.dish-menu .menus .text .one-half {
    width: 100% !important;
}
p#mobile {
    width: 100%;
}
}
	
	



@media screen and (min-width: 1701px){
span.menu-opener.color-scheme-light {
    width: 270px !important;
}

.site-content.col-lg-10.col-12.col-md-9 {
    max-width: calc(100% - 300px);
    flex: initial;
}.dish-menu .menus .text .one-half h3 {
    margin-top: 5px;
    font-size: 17px;
    line-height: 22px;
}


div.dish-menu .menus .menu-img {
    background-size: cover !important;
}
div#v-pills-tabContent {
    padding-top: 0px !important;
}

.descriptiondownloadpage {
    margin-top: 30px;
}
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: 300px;
}aside.sidebar-container .widget-area {
    margin-top: 330px;
}
}@media screen and (min-width: 1025px) and (max-width: 1700px){
span.menu-opener.color-scheme-light {
    width: 270px !important;
}

.site-content.col-lg-10.col-12.col-md-9 {
    max-width: calc(100% - 300px);
    flex: initial;
}.dish-menu .menus .text .one-half h3 {
    margin-top: 5px;
    font-size: 17px;
    line-height: 22px;
}


div.dish-menu .menus .menu-img {
    background-size: cover !important;
}
div#v-pills-tabContent {
    padding-top: 0px !important;
}

.descriptiondownloadpage {
    margin-top: 30px;
}
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: 300px;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px){
    .site-content.col-lg-10.col-12.col-md-9 {
    left: 0;
}

.dish-menu .menus .text .one-half h3 {
    margin-top: 5px;
    font-size: 17px;
    line-height: 22px;
}


div.dish-menu .menus .menu-img {
    background-size: cover !important;
}

.menus.d-flex.ftco-animate {
    padding: 10px !important;
}
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;
    max-width: 23%;
}

.row.content-layout-wrapper.align-items-start {
    display: flex;
    justify-content: space-between;
}

}@media screen and (min-width: 481px) 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: 5px;
    font-size: 17px;
    line-height: 22px;
}


div.dish-menu .menus .menu-img {
    background-size: cover !important;
}

.menus.d-flex.ftco-animate {
    padding: 10px !important;
}

}

@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: 5px;
    max-width: calc(100% - 115px);
    margin-left: 110px;
    font-size: 17px;
    line-height: 22px;
    min-height: 91px;
}

.menu-img.lazyloaded {
    position: absolute;
}

.dish-menu .menus .text {
    width: 100% !important;
    margin: 0;
}

div.dish-menu .menus .menu-img {
    background-size: cover !important;
}

.menus.d-flex.ftco-animate {
    padding: 10px !important;
}

}





