﻿@charset "utf-8";
/* =======================General CSS======================= */
:root {
  --green: #144734;
  --orange: #f58c29;
  --darkorange:#c57121;
  --light: #999999;
  --maincolor: #666666;
  --dark: #222222;
  --border: #dddddd;
  --white: #ffffff;
}
html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
* {
  font-weight: normal !important;
  font-style: normal !important;
}
body {
  font-family: 'fontreg';
  color: var(--maincolor);
  line-height: normal;
}
a {
	color: #29aaf5;
}
p{
	line-height: 24px
}
.green-txt{
	color: var(--green);
}
.orange-txt{
	color:var(--orange);
}

section,.sec-space{
	margin: 35px 0;
}
.products-sec-title{
	padding-bottom: 20px;
}
.products-sec-title img{
	margin-right: 20px;

}
.products-sec-title h2{
	font-size: 26px;
	font-family: 'fontmid';
	color: var(--green);
	margin-bottom: 0px;
}
.sec-subtitle{
	font-size: 24px;
	color: var(--green);
	padding-bottom: 15px;
}
.sec-title{
	font-size: 60px;
	font-family: 'fontmid';
	color:var(--orange);
	line-height: normal;
	margin-bottom: 30px;
}
.small-title{
	font-size: 24px;
	font-family: 'fontmid';
	color: var(--green);
	margin-bottom: 5px;
}
.intro-p{
	font-size: 24px;
	color: var(--dark)
}
@media (min-width: 576px) {
  .products-sec-title h2{
	font-size: 34px;
}
	.products-sec-title{
	padding-bottom: 35px;
}
}
.head-img-container{
	overflow: hidden;
	height: 500px;
}
.flyout-cart {
	display: none;
}
@media (min-width: 1001px) {
	.flyout-cart.active {
		display: block;
	}
}
@media (min-width: 1001px) {
	.flyout-cart {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 100;
		width: 300px;
		box-shadow: 0 0 2px rgb(0 0 0 / 25%);
		background-color: #fff;
	}
}
.p-sticy {
	position: sticky;
	top: 150px;
}

@media (min-width: 1200px) {
	.p-sticy {
		top: 170px;
	}
}

@media (min-width: 1400px) {
	.p-sticy {
		top: 200px;
	}
}
@media (min-width: 992px) {
	.col-lg-20 {
		flex: 0 0 auto;
		width: 20%;
	}
}
/*===================page head==========================*/
.page-head {
	background-color: #f8eee4;
	padding: 160px 0 60px;
	margin-bottom: 75px;
}
.breadcrumb{
	margin: 0px;
	
	font-size:16px;
}
.breadcrumb a{
	color: var(--green);
	text-decoration: none
}
.page-title {
	font-family: 'fontmid';
	color: var(--orange);
	margin: 0px;
	text-transform: uppercase;
	word-break: break-word;
	font-size: 40px;
}

.page-head-l2 {
	position: absolute;
	top:16px;
	right: -170px;
}

.page-head-l1 {
	position: absolute;
	top:160px;
	right: -250px;
}

.page-head-bg {
	position: absolute;
	top:139px;
	right: -90px;
	
}

.page-head-pic {
	position: absolute;
	right: 0px;
	top: -20px;
	bottom: -140px;
	left: 0px;
	text-align: right;
	background-image: url(../images/page-hed-bg.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
	.page-head-pic img {
		height: 100%;
		width: auto;
	}
@media (min-width: 992px) {
	.page-title {
		/*font-size: 50px;*/
	}
}
@media (min-width: 1400px) {
	.page-title {
		/*font-size: 60px;*/
	}
}
/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	line-height: 16px;
	color: #fff;
	opacity: 0.95;
}

.bar-notification.success {
	background-color: #4bb07a;
}

.bar-notification.error {
	background-color: #e4444c;
}

.bar-notification.warning {
	background-color: #f39c12;
}

.bar-notification {
	position: relative;
	display: none;
	padding: 15px 25px 15px 10px;
}

	.bar-notification .content {
		margin: 0 10px 0 0;
	}

		.bar-notification .content a {
			color: #fff;
			text-decoration: underline;
		}

	.bar-notification .close {
		position: absolute;
		top: 0;
		right: 0;
		width: 32px;
		height: 32px;
		margin: 7px;
		background: #fff url('../images/close.png') center no-repeat;
		cursor: pointer;
	}

.popup-notification {
	border-radius: 5px;
	padding: 3px;
	margin: 5px 0;
}

	.popup-notification.success {
		border: 2px rgba( 75,176,122,.5) solid;
	}

	.popup-notification.error {
		border: 2px rgba( 228,68,76,.5) solid;
	}

	.popup-notification.warning {
		border: 2px rgba( 243,156,18,.5) solid;
	}

.noscript {
	border-bottom: 1px solid #333;
	background-color: #ff9;
	padding: 30px 15px;
	text-align: center;
	line-height: 22px;
	color: #444;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
	background: url('../images/ajax-loader-small.gif') no-repeat;
	padding-left: 20px;
	font-size: 14px;
}

.ui-dialog {
	max-width: 90%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}

	.ui-dialog:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}

.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background-color: #eee;
	padding: 10px 15px;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background-image: none;
	padding: 10px 15px !important;
	font-weight: normal;
	cursor: auto !important;
}

	.ui-dialog-titlebar > span {
		float: left;
		font-size: 18px;
		color: #444;
		/*override jQuery UI styles, do not delete doubled properties*/
		margin: 0 !important;
	}

	.ui-dialog-titlebar button {
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		height: 42px;
		border: none;
		overflow: hidden;
		background: url('../images/close.png') center no-repeat;
		font-size: 0;
		/*override jQuery UI styles, do not delete doubled properties*/
		top: 0 !important;
		right: 0 !important;
		width: 42px !important;
		height: 42px !important;
		margin: 0 !important;
		border: none !important;
		border-radius: 0;
		background: url('../images/close.png') center no-repeat !important;
		padding: 0 !important;
	}

		.ui-dialog-titlebar button span {
			display: none !important;
		}

.ui-dialog-content {
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px 15px 20px 15px !important;
	color: #777;
}

	.ui-dialog-content .page {
		min-height: 0;
	}

	.ui-dialog-content .page-title {
		min-height: 0;
		margin: 0 0 15px;
		padding: 0px 10px 10px 10px;
		text-align: center;
	}

		.ui-dialog-content .page-title h1 {
			font-size: 24px;
			line-height: 30px;
		}

	.ui-dialog-content .back-in-stock-subscription-page {
		text-align: center;
	}

		.ui-dialog-content .back-in-stock-subscription-page .tooltip {
			margin-bottom: 10px;
		}

		.ui-dialog-content .back-in-stock-subscription-page .button-1 {
			border: none;
			background-color: #4ab2f1;
			padding: 10px 15px;
			font-size: 15px;
			color: #fff;
			text-transform: uppercase;
		}

			.ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
			.ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
				background-color: #248ece;
			}

.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
	margin: -90px 0 0 -160px;
	border: 1px solid #ccc;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

	.eu-cookie-bar-notification .text {
		margin-bottom: 20px;
		line-height: 20px;
	}

	.eu-cookie-bar-notification button {
		min-width: 60px;
		margin: 5px 0 10px;
		border: none;
		background-color: #4ab2f1;
		padding: 8px 12px;
		font-size: 14px;
		color: #fff;
	}

		.eu-cookie-bar-notification button:hover,
		.eu-cookie-bar-notification button:focus {
			background-color: #248ece;
		}

	.eu-cookie-bar-notification a {
		display: block;
		color: #4ab2f1;
	}

		.eu-cookie-bar-notification a:hover,
		.eu-cookie-bar-notification a:focus {
			text-decoration: underline;
		}
/*======================mini-shopping-cart==============================*/
.mini-shopping-cart {
	padding: 12px;
	text-align: left;
	font-size: 12px;
}
	.mini-shopping-cart .count {
		padding: 5px 0 15px;
		color: #444;
	}
		.mini-shopping-cart .count a {
			margin: 0 2px;
			font-weight: bold;
			color: #444;
		}
	.mini-shopping-cart .items {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin: 0 0 20px;
	}
	.mini-shopping-cart .item {
		overflow: hidden;
		padding: 10px 0;
	}
	.mini-shopping-cart .picture {
		float: left;
		width: 70px;
		text-align: center;
	}
		.mini-shopping-cart .picture a {
			display: block;
			position: relative;
			overflow: hidden;
		}
		.mini-shopping-cart .picture img {
		
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			max-width: 100%;
		}
		.mini-shopping-cart .picture + .product {
			margin: 0 0 0 80px;
		}
	.mini-shopping-cart .name {
		margin: 0 0 10px;
		font-size: 14px;
	}
		.mini-shopping-cart .name a {
			color: #4ab2f1;
		}
	.mini-shopping-cart .totals {
		margin: 0 0 12px;
		font-size: 14px;
	}
		.mini-shopping-cart .totals strong {
			font-size: 16px;
			color: #444;
		}
/*======================Site Buttons=========================*/
.light-green-bt, .light-orange-bt {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 4px;
	color: var(--dark);
	font-size: 16px;
	font-family: 'fontmid';
	padding: 10px 12px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	-webkit-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	-o-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

	.light-green-bt a, .light-orange-bt a {
		color: var(--dark);
		text-decoration: none;
	}

.dark-orange-bt {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 4px;
	color: var(--white);
	font-size: 18px;
	font-family: 'fontbold';
	padding: 10px 25px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	background-color: var(--orange);
	border: 0px;
	-webkit-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	-o-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

	.dark-orange-bt a {
		color: var(--white);
		text-decoration: none;
	}

.light-orange-bt {
	border: 2px solid var(--orange);
}

.light-green-bt {
	border: 2px solid var(--green);
}

	.light-green-bt::before, .light-orange-bt::before, .dark-orange-bt::before {
		content: '';
		position: absolute;
		z-index: 2;
		width: 150%;
		height: 100%;
		left: 100%;
		top: 0;
		-webkit-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
		-o-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
		transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
		-webkit-transform: translateX(-17px) skewX(-45deg);
		-ms-transform: translateX(-17px) skewX(-45deg);
		transform: translateX(-17px) skewX(-45deg);
		-webkit-transform-origin: bottom;
		-ms-transform-origin: bottom;
		transform-origin: bottom;
		display:none;
	}

	.light-green-bt::before {
		background-color: var(--green);
	}

.light-orange-bt::before {
	background-color: var(--orange);
}

.dark-orange-bt::before {
	background-color: var(--darkorange);
}

.light-orange-bt:hover::before, .light-orange-bt:focus::before, .light-green-bt:hover::before, .light-green-bt:focus::before, .dark-orange-bt:hover::before, .dark-orange-bt:focus::before {
	-webkit-transform: translateX(calc(-100% - 17px)) skewX(-45deg);
	-ms-transform: translateX(calc(-100% - 17px)) skewX(-45deg);
	transform: translateX(calc(-100% - 17px)) skewX(-45deg);
}

.light-green-bt:hover, .light-orange-bt:hover, .dark-orange-bt:hover {
	color: var(--white);
	z-index: 3;
	
}
.light-green-bt:hover {
	background-color: var(--green);
}
.light-orange-bt:hover {
	background-color: var(--orange);
}
.dark-orange-bt:hover {
	background-color: var(--darkorange);
}
	.light-green-bt:hover a, .light-orange-bt:hover a, .dark-orange-bt:hover a {
	color: var(--white);
	z-index: 3
}

.light-green-bt span, .light-orange-bt span, .dark-orange-bt span {
	-webkit-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	-o-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 2;
	position: relative
}

.light-green-bt a, .light-orange-bt a, .dark-orange-bt a {
	-webkit-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	-o-transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 2;
	position: relative
}

.dark-orange-bt img {
	margin-right: 12px;
	vertical-align: bottom;
}
.sm-bt{
	padding:10px 30px !important;
}
/*========================== Slider=============================*/
.home-slider {
	width: 100vw;
	min-height: 100vh;
	overflow: hidden;
	margin-bottom: 35px;
	direction: ltr !important;
}

	.hero-slide-layers {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height: 100%;*/
  /*overflow-x: clip;
  overflow-y: clip;*/
  overflow: hidden;
}
.hero-slide {
	width: 100vw !important;
	background-color: #f6e1cd;
	position: relative;
}
.h-main-img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero-slide-text {
  padding-top: 100px;
  padding-top: 140px;
  padding-bottom: 30px;
  min-height: 100vh !important;
  position: relative;
}
.hero-green-title {
  font-size: 36px;
  font-size: 3.84205vmin;
  font-size: 6.25vmin;
  color: var(--green);
  font-family: 'fontmid';
  margin-bottom: 5px;
}
.hero-orange-title {
  font-family: 'fontbold';
  font-size: 72px;
  font-size: 9.375vmin;
  color: var(--orange);
  line-height: 72px;
  line-height: normal;
  margin-bottom: 10px;
}
.hero-slide-ul {
  font-size: 26px;
  font-size: 5.625vmin;
  color: var(--dark);
  padding-left: 15px;
  margin-bottom: 0px;
}
.hero-slide-ul li {
  margin-bottom: 6px;
}
.hero-slide-ul li img {
  margin-right: 5px;
  width: 20px;
  height: auto;
}
.hero-slide-bts .light-green-bt {
  margin-right: 27px;
}
.hero-slide-bts {
  margin-top: 20px;
  padding-left: 15px;
}

@keyframes fade-to-edge {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
@keyframes fade-to-top {
  0% {
    -webkit-transform: translatey(100px);
    transform: translatey(100px);
    opacity: 0
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    opacity: 1
  }
}
@keyframes fade-to-down {
  0% {
    -webkit-transform: translatey(-100px);
    transform: translatey(-100px);
    opacity: 0
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    opacity: 1
  }
}
.slick-active .hero-orange-title, .slick-active .hero-slide-bts>div {
  -webkit-animation-name: fade-to-top;
  animation-name: fade-to-top;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active .hero-green-title {
  -webkit-animation-name: fade-to-down;
  animation-name: fade-to-down;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active .hero-slide-ul li {
  -webkit-animation-name: fade-to-edge;
  animation-name: fade-to-edge;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active .hero-slide-ul li:nth-child(1) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.slick-active .hero-slide-ul li:nth-child(2) {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}
.slick-active .hero-slide-ul li:nth-child(3) {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}
.slick-active .hero-slide-bts>div:first-child {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.slick-active .hero-slide-bts>div:last-child {
  -webkit-animation-duration: 2.3s;
  animation-duration: 2.3s;
}
.prevBt {
  position: absolute;
  top: 50vh;
  left: 15px;
  margin-top: -27px;
  cursor: pointer;
  width: 35px;
  height: auto;
  margin-left: -10px;
}
.nextBt {
  position: absolute;
  top: 50vh;
  right: 15px;
  margin-top: -27px;
  cursor: pointer;
  width: 35px;
  height: auto;
  margin-right: -10px;
}
@media (max-height: 479.98px) {
  .hero-slide-ul {
    display: none;
  }
  .hero-slide-bts {
    padding-left: 0
  }
}
@media (min-width: 576px) {
  .hero-slide-ul {
    font-size: 26px;
  }
  .hero-slide-ul li img {
    width: 30px;
  }
  .hero-orange-title {
    line-height: 50px;
  }
  .hero-green-title {
    font-size: 30px;
  }
  .light-green-bt, .light-orange-bt {
    font-size: 18px;
    padding: 15px 30px;
  }
}
@media (min-width: 768px) {
  .hero-orange-title {
    font-size: 3.5vw;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  .hero-slide-text.container {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .hero-green-title {
    font-size: 36px;
  }
  .hero-orange-title {
    font-size: 3.5vw;
    line-height: 55px;
    margin-bottom: 25px;
  }
  .hero-slide-ul li img {
    width: auto;
    margin-right: 15px;
  }
  .hero-slide-ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .hero-orange-title {
    font-size: 3.1vw;
    line-height: 72px;
  }
}
@media (max-width: 991.98px) {
  .hero-slide-text > div {
    background-color: rgb(255 255 255 / 50%);
    padding: 10px;
    border-radius: 7px;
  }
}
/*===============================header===========================*/
img.logo.img-fluid {
	margin-top: 10px;
}
.admin-header-links {
	position: fixed;
	z-index: 10000;
	width: 100%;
	text-align: center;
	background-color: var(--dark);
}
	.admin-header-links a {
		font-size: 14px;
		display: inline-block;
		text-decoration: none;
		background-color: var(--dark);
		color: var(--white);
		padding: 4px 12px;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
	
}
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding-top: 0px;
}
.admin-header-links + header {
	padding-top: 24px;
backdrop-filter: saturate(150%) blur(10px);
    padding-bottom: 15px;
    background-color: rgba(255,255,255,0.70);
    -webkit-box-shadow: 0 1px 8px 0px rgb(0 0 0 / 14%);
    box-shadow: 0 1px 8px 0px rgb(0 0 0 / 14%);
}
.header-bg {
	-webkit-backdrop-filter: saturate(150%) blur(10px);
	backdrop-filter: saturate(150%) blur(10px);
	padding-bottom:15px;
	background-color: rgba(255,255,255,0.70);
	-webkit-box-shadow: 0 1px 8px 0px rgb(0 0 0 / 14%);
	box-shadow: 0 1px 8px 0px rgb(0 0 0 / 14%);
}

.navbar-collapse {

	z-index: 100;
}
.navbar {
  padding: 0px;
	
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
    box-shadow: none;
    background-color: var(--white);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.nav-item a {
 
  font-size: 16px;
  color: var(--dark);
  text-decoration: none;
  padding: 12px 16px;
  display: inline-block;
}
.nav-item a:hover, .nav-item a.active {
  color: var(--orange)
}
.header-bottom {
	padding-left: 0px;
	/*position: absolute;
  left: 12px;
  right: 12px;
  padding-top: 45px;*/
}
.header-link, .header-link:hover {
  color: var(--green);
  text-decoration: none;
  padding: 10px 0;
  font-size:14px;
}
.header-links .dropdown-menu, .header-links .option-dropDown select {
	font-size: 14px;
	text-align: left;
}
.dropdown-item.active, .dropdown-item:active {

	background-color: #f58c29;
}
	.header-link::after {
		margin-left: 0.5em;
		border-top: .35em solid;
		border-right: .35em solid transparent;
		border-left: .35em solid transparent;
	}
.header-link img {
  margin-right: 10px;
}
.account-dropDown {
 
  padding-right: 25px;
}
	.account-dropDown .dropdown-menu {
		border-radius: 7px;
		border: 0px;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	}
.option-dropDown .dropdown-menu {
	padding: 10px;
	border-radius: 7px;
	border: 0px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.option-dropDown .dropdown-menu span {
  font-size: 14px;
  color: var(--light);
  padding-bottom: 5px;
  display: block
}
.option-dropDown select {
  padding: 3px 6px;
  font-size: 16px;
  color: var(--dark);
  border-color: var(--border);
  margin-bottom: 15px;
}
.option-dropDown select:focus, .option-dropDown select:focus-visible {
  border-color: var(--border);
  outline: 0;
  box-shadow: 0 0 0 0.02rem rgb(20 71 52 / 25%);
}
.search-bar {
  border: 2px solid var(--orange);
  border-radius: 4px;
  overflow: hidden;
  height: 42px;
  max-width:450px;
}
.search-bt {

  width: 50px;
  height: 100%;
  background-color: var(--orange);
  background-image: url("../images/search-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: 0px;
}
.search-box {

  width: calc(100% - 50px);
  border: 0px;
  padding: 7px 7px 7px 24px;
  font-size: 18px;
}
.search-box:focus, .search-box:focus-visible {
  border: 0px;
  outline: none;
}
.search-bar ul {
	margin-left: 20px !important;
}
	.search-bar ul li a {
		display: block;
		text-decoration: none;
		padding: 15px !important;
	}
.ui-menu-item-wrapper:hover {
	border: 0px;
	background-color: #eee;
	color:var(--dark)
}
.headr-cart {
	padding-left: 15px;
	position: relative;
}
.headr-cart a {
	text-decoration:none;
}
.headr-cart img {
  max-width: 30px;
  height: auto;
}
.header-cartName {
  font-family: 'fontmid';
  color: var(--dark);
  display: block;
}
.header-cartItems {
 
 
  color: var(--light);
  display: block;
}
.headr-cart img {
  margin-right: 12px;
}


span.cart_count.cart-qty {
	background: #f58c29;
	border-radius: 100%;
	color: #fff;
	padding: 2px 7px;
}


@media (min-width: 450px) {
	.header-bottom {
		position: static;
		padding-top: 0px;
	}
	
}
@media (max-width: 600px) {
	.headr-cart {
		position: absolute;
		top: 10px;
		right: 0px;
	}

	/*.header_configure_area.header-links {
		display: none;
	}*/

	.headr-cart img {
		max-width: 22px;
	}
}
	@media (max-width: 450px) {
		

		.header-link img {
			margin-right: 0px;
		}

		.account-dropDown {
			padding-right: 20px;
		}
	}

	@media (min-width: 768px) {


		.header-bg {
			padding-bottom: 20px;
		}
	}

	@media (min-width: 992px) {
		.header-top {
			padding-left: 75px;
		}

		.header-bottom {
		}

		.headr-cart img {
			max-width: none;
		}

		.headr-cart {
			padding-left: 50px;
		}


		.search-box {
			width: calc(100% - 88px);
		}

		.search-bt {
			width: 88px;
		}
	}

	@media (min-width: 1200px) {
		.header-top {
			padding-bottom: 10px;
		}
	}

	@media (max-width: 991.98px) {
		.navbar-collapse {
			position: absolute;
			width: 185px;
			background-color: var(--white);
			right: 0px;
			top: 40px;
			border-radius: 7px;
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
		}
	}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0% !important;
	}
}
	/*============cutom forms===============================*/
	input[type="checkbox"] + label {
		padding-left: 30px;
		padding-bottom: 0px;
		position: relative;
		line-height: 20px;
		cursor: pointer;
	}

		input[type="checkbox"] + label::before {
			content: "";
			width: 20px;
			height: 20px;
			border: 2px solid var(--orange);
			border-radius: 2px;
			position: absolute;
			top: 0px;
			left: 0px;
		}

	input[type="checkbox"]:checked + label::before {
		background-color: var(--orange);
		background-image: url(../images/white-check.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
	/*=====================product-box=========================*/
	.product-box {
		/*border: 1px solid var(--border);*/
		border-radius: 4px;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.product-box-img {
		display: block;
		text-align: center;
		padding: 15px;
	}

	.product-box-rating {
		width: 70px;
		height: 14px;
		background-image: url("../images/star-dim.png");
	}

		.product-box-rating .rating {
			width: 70px;
			height: 14px;
			background-image: url("../images/star-solid.png");
		}

	.product-box-name {
		font-size: 18px;
		font-family: 'fontbold';
		color: var(--dark);
		padding: 10px 0;
		display: block;
		text-decoration: none;
		overflow: hidden;
	}


	.product-box-name:hover {
		color: var(--green);
	}

	.product-box-price {
		color: var(--green);
		font-size: 22px;
	}

	.product-box-price span {
		white-space: nowrap;
	}

			.product-box-price span.old-price {
				color: var(--light);
				font-size: 14px;
				text-decoration: line-through;
				padding-right: 12px;
			}

	.product-box-addtocart {
		padding-top: 20px;
		opacity: 1;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.product-box-rating-add {
		min-width: 100%;
		text-align: center;
	}

	.product-box-info {
		padding: 15px;
		-webkit-backdrop-filter: saturate(150%) blur(10px);
		backdrop-filter: saturate(150%) blur(10px);
		background-color: rgba(255,255,255,0.50);
		margin-top: -75px;
	}

	.product-box:hover .product-box-info {
		-webkit-transform: translate(0,0px);
		transform: translate(0,0px);
	}

	.product-box:hover .product-box-addtocart {
		opacity: 1;
	}

	.prouduct-slider {
		overflow: hidden;
	}

	@media (min-width: 992px) {
		.product-box-addtocart {
			opacity: 0;
		}

		.product-box-info {
			-webkit-transform: translate(0,75px);
			transform: translate(0,75px);
			-webkit-transition: all .4s ease-in-out;
			-moz-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		}
	}

	/*================================ADDS=======================*/
	.adds {
		text-align: center;
	}

		.adds img {
			margin-bottom: 24px;
		}

	@media (min-width: 768px) {
		.adds img {
			margin-bottom: 0px;
		}
	}
	/*=======================home about======================*/
	.about-img {
		margin-top: -120px;
		z-index: -1;
		position: relative;
		margin-bottom: 30px;
	}

	.about-special {
		font-size: 24px;
		color: var(--light);
		font-family: 'fontbold';
	}

		.about-special > div {
			padding-bottom: 30px;
		}

		.about-special img {
			margin-right: 10px;
		}

	.about-txt-block p {
		margin-bottom: 30px;
	}

	@media (min-width: 576px) {
		.about-img {
			margin-left: 50px;
		}
	}

	@media (min-width: 768px) {
		.about-img {
			margin-bottom: 0px;
			margin-left: 50px;
		}
	}

	@media (min-width: 992px) {
		.about-special img {
			margin-right: 20px;
		}
	}
	/*======================home test===============================*/
	.test-sec {
		background-color: #f8f4f3;
		padding: 120px 0;
		background-image: url("../images/tist-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.test-slider {
		overflow: hidden;
		direction: ltr;
	}

	.test-av-img {
		border-radius: 100%;
		border: 5px solid #39b54a;
		margin-right: 24px;
		margin-left: 40px;
		margin-top: 50px;
	}

	.top-qoute {
		margin-bottom: 10px;
	}

	.clinet-name {
		font-family: 'fontmid';
		font-size: 20px;
		color: var(--dark);
		margin-bottom: 0px;
	}

	.clinet-titel {
		color: var(--light);
	}

	.reviw-txt {
		font-size: 16px;
		color: var(--dark);
		line-height: normal;
		margin-bottom: 10px;
	}

	.bottom-qoute {
		-webkit-transform: scale(-1,-1);
		transform: scale(-1,-1);
		float: right;
	}

	.tnextBt {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		margin-left: 20px;
	}

	.tnextBt, .tprevBt {
		cursor: pointer;
	}
	/*=============home Certificates ========================*/

	.csertiti-sec {
		text-align: center;
	}

	.logos-row {
		padding: 70px 0;
	}

		.logos-row img {
			margin: 15px;
		}
	/*=============subscribe========================*/
	.subscribe-sec {
		background-color: var(--green);
		padding: 50px 0;
		min-height: 272px;
	}

	.subsec-title {
		font-size: 42px;
		color: var(--white);
	}

	.subsec-txt {
		font-size: 18px;
		color: var(--white);
		margin-bottom: 20px
	}

	.subsec-mail-block {
		max-width: 550px;
		background-color: var(--white);
		padding: 8px;
		border-radius: 50px;
	}

	.sub-sec-txtfield {
		margin-left: 10px;
		border: 0px;
		height: 44px;
		line-height: 44px;
		padding: 0 10px;
	}

		.sub-sec-txtfield:focus, .sub-sec-txtfield:focus-visible {
			outline: none;
			border: 0px;
		}

	.sub-sec-bt {
		width: 137px;
		height: 44px;
		border-radius: 50px;
		background-color: var(--orange);
		color: var(--white);
		font-size: 18px;
		text-transform: uppercase;
		border: 0px;
		-webkit-appearance: none;
	}

	.subsec-img-holder {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.newsletter-validation {
		padding: 10px 15px;
	}

	.newsletter-result {
		color: var(--white);
		font-size: 18px;
		padding-top: 25px;
	}
	/*=======================footer====================*/
	footer {
		padding-top: 10px;
	}

	.footer-sub-block {
		padding-left: 10px;
	}

	.footer-sub-title {
		font-size: 20px;
		font-family: 'fontmid';
		color: var(--dark);
	}

	.footer-phone a {
		font-size: 24px;
		text-decoration: none;
		color: var(--green);
	}

	.social-links {
		max-width: 200px;
	}

	.foore-title {
		font-family: 'fontmid';
		font-size: 24px;
		color: var(--dark);
		padding: 30px 0;
	}

	.footer-menu {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}

		.footer-menu a {
			color: var(--light);
			text-decoration: none;
			margin-bottom: 24px;
			display: inline-block;
			-webkit-transition: all 300ms ease-out;
			-o-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
		}

			.footer-menu a:hover {
				color: var(--orange);
				padding-left: 15px;
			}

	.copyright {
		padding: 10px 0;
		margin-top: 30px;
		border-top: 1px solid var(--border);
		text-transform: uppercase
	}

		.copyright p {
			margin: 0px;
		}

		.copyright span {
			color: var(--green);
		}
.footer-mail a {
	text-decoration: none;
	color: #144734;
}s
	/*===============product-selectors=======================*/

	.product-sorting .form-select, .product-page-size .form-select {
		margin: 0px 10px;
	}

	.product-sorting, .product-page-size {
		padding-bottom: 10px;
	}
	/*===============pager=======================*/
	.pager {
		text-align: center;
		padding: 15px 0;
	}

		.pager ul {
			list-style-type: none;
			padding: 0px;
			margin: 0PX;
			display: inline-block;
		}

			.pager ul li {
				display: inline-block;
				padding: 0 12px;
			}

				.pager ul li a {
					text-decoration: none;
				}
	/*=======================product-overview=====================*/
	.product-overview {
		border: 1px solid var(--border);
		border-radius: 12px;
		padding: 25px;
	}

	.product-review-links, .product-no-reviews {
		padding-left: 10px;
		color: var(--orange)
	}

		.product-review-links a, .product-no-reviews a {
			text-decoration: none;
			color: var(--orange)
		}

	.product-price {
		font-family: 'fontmid';
		font-size: 48px;
		color: var(--green);
		padding: 10px 0 0;
	}

	.old-product-price, .non-discounted-price {
		color: var(--light);
		text-decoration: line-through;
		font-size: 18px;
	}

	.short-description, .product-specs-box, .product-bts, .product-share-button {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid var(--border)
	}

	.p-spec-name {
		font-family: 'fontbold';
		color: var(--dark);
	}

	.p-spec-value {
		color: var(--light);
	}

	.p-spec-row {
		padding: 5px 0
	}

	.add-number {
		border: 1px solid var(--border);
		border-radius: 4px;
		font-size: 18px;
		font-family: 'fontbold';
		color: var(--dark);
		min-height: 45px;
	}

		.add-number span {
			width: 30px;
			height: 100%;
			text-align: center;
			display: inline-block;
			cursor: pointer;
		}

	.qty-input {
		width: 60px;
		height: 100%;
		border: 0px;
		text-align: center;
	}

	.add-number {
		margin-right: 10px
	}

	.overview-buttons {
		margin-top: 30px;
	}

	.add-to-button {
		text-decoration: none;
		color: var(--light);
		font-size: 18px;
		margin-right: 25px;
	}

		.add-to-button:hover {
			color: var(--orange);
		}

		.add-to-button img {
			padding-right: 10px;
		}

	.type-name {
		color: var(--dark);
		font-family: 'fontmid';
		padding-bottom: 25px;
	}

.typs-value > div {
	padding: 60px 12px 15px 12px;
	;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: var(--green);
	text-transform: capitalize;
}

		.typs-value > div[pictype="#fb8d8f"] {
			background-image: url(../images/glutin-icon.jpg)
		}

		.typs-value > div[pictype="#56c778"] {
			background-image: url(../images/orgaic-icon.jpg)
		}

		.typs-value > div[pictype="#6882ca"] {
			background-image: url(../images/vegan-icon.jpg)
		}

		.typs-value > div[pictype="#faf924"] {
			background-image: url(../images/non-icon.jpg)
		}
		.typs-value > div[pictype="#ffffff"] {
			background-image: url(../images/milk-free.jpg)
		}
		.typs-value > div[pictype="#000000"] {
			background-image: url(../images/sugar-free.jpg)
		}

	/*==========prodact details==================*/
.dis-subtitle {
	font-size: 20px;
	padding-bottom: 7px;
	color: #333;
}
	.fact-table th {
		font-family: 'fontbold';
		color: var(--dark);
	}

	.fact-table td {
		font-family: 'fontreg';
		color: var(--maincolor);
		text-align: right
	}

	.fact-table th.sub-th {
		font-family: 'fontreg';
		padding-left: 25px;
	}

	.Calories th {
		font-size: 20px;
	}

	.Calories td {
		font-family: 'fontbold';
		font-size: 20px;
	}

	.fact-titel {
		font-size: 36px;
		font-family: 'fontmid';
		color: var(--dark);
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}
.fact-titel strong {
	display: block;
	font-size: 20px;
	font-family: 'fontmid';
	font-weight: normal;
}

	.light-border {
		border-bottom: 1px solid #999
	}

	.light-border {
		border-bottom: 2px solid #999
	}

	.dark-border {
		border-bottom: 4px solid #000
	}

.ingredients-box {
	background-color: #f8f8f8;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

		.ingredients-box ul {
			margin: 15px 0 0 0;
			padding: 0px;
			list-style-type: none;
			
		}

			.ingredients-box ul li + li {
				padding-top: 10px;
			}

	.full-description {
		padding: 100px 0;
	}

	.prodact-sec {
		border-top: 1px solid var(--border);
		padding-top: 50px;
		margin-top: 50px;
	}

	span.separator {
		padding: 0 5px;
	}

	a.addthis_counter {
		display: none !important;
	}

	.product-share-button span.at-icon-wrapper {
		width: 24px !important;
		height: 24px !important;
	}

		.product-share-button span.at-icon-wrapper svg {
			width: 24px !important;
			height: 24px !important;
		}

	/*=====================order-summary-table==========================**/
	.order-summary-table {
		border-top: solid 1px var(--border);
		margin-top: 40px;
		margin-bottom: 40px;
	}

		.order-summary-table th {
			font-family: 'fontbold';
			font-size: 18px;
			color: var(--green);
			text-transform: uppercase;
			padding-top: 15px;
			padding-bottom: 15px;
		}

		.order-summary-table td {
			vertical-align: middle;
			font-size: 18px;
		}

	.remove-btn {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		border: 0px;
		background-color: transparent;
		font-size: 24px;
		font-family: 'fontbold';
		color: var(--dark)
	}

	.order-summary-table .product-picture img {
		border: solid 1px var(--border);
		border-radius: 7px;
		padding: 3px;
		max-width: 70px;
	}

	.order-summary-table .product-name {
		font-family: 'fontbold';
		font-size: 18px;
		color: var(--dark);
		text-decoration: none
	}

	.order-summary-table .add-number {
		display: inline-block;
		height: 45px;
		line-height: 45px;
	}

	.remove-from-cart input[type="checkbox"] {
		display: none;
	}

	.coupon-box {
		margin-bottom: 30px;
	}

		.coupon-box .title {
			font-family: 'fontbold';
			font-size: 24px;
			color: var(--dark);
		}

		.coupon-box .hint {
			font-family: 'fontreg';
			font-size: 16px;
			color: var(--light);
		}

	.coupon-code {
		padding-top: 12px;
	}

.discount-coupon-code {
	border-radius: 4px;
	border: 1px solid var(--border);
	line-height: 46px;
	height: 46px;
	margin-right: 20px;
	width: 100%;
}

.deals .coupon-box .coupon-code.d-flex.flex-wrap .light-green-bt.sm-bt {
	width: 33%;
	font-size: 14px;
	padding: 8px !important;
}



.page.checkout-page table.table.table-borderless.side-order-summery tr.order-total td.cart-total-right span.value-summary {
	font-size: 19px !important;
}

	.order-summary-content .totals {
		background-color: #fff;
		border-radius: 10px;
		padding: 15px;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
		margin-bottom: 50px;
	}

	.checkout-buttons {
		padding: 30px 0;
	}

	.terms-of-service input[type="checkbox"] {
		margin: 3px 10px 0 0;
	}

	.terms-of-service label {
		display: inline;
	}

	.cart-total {
		font-family: 'fontbold';
		font-size: 24px;
		color: var(--dark);
		border-bottom: 1px solid var(--dark);
		padding-bottom: 7px;
	}

	.total-info table.table {
		color: var(--maincolor);
	}

	.order-total {
		font-size: 18px;
		font-family: 'fontbold';
		color: var(--dark);
	}

	@media (max-width: 575.98px) {

		.discount-coupon-code {
			width: 100%;
			margin: 0 0 12px 0;
		}

		.coupon-code .light-green-bt {
			width: 100%;
		}
	}
	/*======================================OPC=================================*/
	.checkout-page {
		padding-top: 5px;
	}

	ul.opc {
		list-style-type: none;
		padding: 0px;
	}

	.tab-section .step-title {
		border: 1px solid var(--border);
		border-radius: 7px;
		margin-bottom: 12px;
		padding: 10px;
	}

	.tab-section.allow .step-title {
		cursor: pointer;
		background-color: var(--green);
		border: 1px solid var(--green);
	}

		.tab-section.allow .step-title h2.title {
			color: var(--white);
		}


	.tab-section .step-title h2.title {
		font-family: 'fontmid';
		font-weight: normal;
		margin: 0px;
		font-size: 22px;
		color: var(--dark);
	}

	.tab-section.active .step-title {
		border: 0px;
		padding: 0px;
		background-color: transparent;
	}

		.tab-section.active .step-title h2.title {
			font-family: 'fontmid';
			color: var(--green);
			font-weight: normal;
			font-size: 36px;
			margin-bottom: 30px;
		}

	.section.select-shipping-address {
		background-color: #f8eee4;
		padding: 10px;
		margin-bottom: 25px;
		border-radius: 4px;
	}

	.side-total {
		background-color: #fff;
		border-radius: 10px;
		padding: 15px;
		-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
		box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
		margin-bottom: 50px;
	}

	.tab-section label {
		color: var(--dark);
		margin-bottom: 5px;
	}

	.step.a-item {
		padding-bottom: 30px;
	}

	span.required {
		padding: 3px;
		color: #f00;
	}

	.inputs {
		padding-bottom: 20px;
	}

	.back-link-bt {
		background-image: url(../images/back-button.png);
		background-repeat: no-repeat;
		background-position: 12px 15px;
	}

	.message-error.validation-summary-errors ul {
		padding-bottom: 30px;
		color: red;
	}

	.method-list {
		list-style-type: none;
		padding: 0;
	}

		.method-list li {
			margin-bottom: 15px;
		}

	.method-name > label {
		height: 100%;
		width: 100%;
		border: 1px solid var(--border);
		border-radius: 7px;
		padding: 5px 0;
		text-align: center;
		cursor: pointer;
	}

	.payment-logo {
		display: block;
		padding: 10px 0;
		cursor: pointer;
		width: 100%
	}

	.payment-details {
		display: block;
		font-size: 20px;
		font-family: 'fontbold';
		color: var(--dark)
	}

	.payment-description {
		font-size: 14px;
		color: var(--light);
		font-family: 'fontreg';
	}

	.payment-method {
		padding-bottom: 30px;
	}

	.method-list input[type="radio"]:checked + label {
		/*border: 2px solid var(--orange);
		padding: 4px;
		-webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
		box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);*/
	}

	.section.payment-method.ng-scope {
		background-color: #f8f8f8;
		padding: 15px;
		border-radius: 10px;
	}

	.payment-info .info tr {
		display: block;
		margin: 0 0 15px;
	}

	.payment-info .info td {
		display: inline-block;
		width: 100% !important;
	}

	.payment-info select {
		display: block;
		width: 100%;
		padding: .375rem 2.25rem .375rem .75rem;
		-moz-padding-start: calc(0.75rem - 3px);
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: right .75rem center;
		background-size: 16px 12px;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		max-width: 300px !important;
	}

	.payment-info input[type="text"] {
		display: block;
		width: 100% !important;
		padding: .375rem .75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		max-width: 300px !important;
	}

		.payment-info select:focus, .payment-info select:focus-visible, .form-select:focus, .form-control:focus, .payment-info input[type="text"]:focus, .payment-info input[type="text"]:focus-visible {
			border-color: var(--orange);
			box-shadow: none;
			outline: 0;
		}

	.payment-info select[name="ExpireMonth"], .payment-info select[name="ExpireYear"] {
		max-width: 140px !important;
		display: inline-block;
	}

	.side-order .cart-total {
		display: none;
	}

	.side-order-summery {
		margin: 0px;
	}

	.side-order .order-summary-content {
		display: none;
	}

	.side-order .d-none {
		display: block !important;
	}

	.side-order-title {
		font-family: 'fontmid';
		color: var(--green);
		font-weight: normal;
		font-size: 36px;
		margin-bottom: 30px;
	}

	.side-order-summery thead {
		border-bottom: 1px solid var(--dark);
		font-size: 18px;
		font-family: 'fontbold';
		color: var(--dark)
	}

	.side-order-summery {
		color: var(--maincolor);
		border-bottom: 1px solid var(--dark);
	}

		.side-order-summery a {
			color: var(--green);
			text-decoration: none;
			font-family: 'fontbold'
		}

		.side-order-summery .product-subtotal, .table-checkout-total .value-summary {
			color: var(--orange);
			white-space: nowrap;
		}

		.side-order-summery tr td:first-child, .table-checkout-total th {
			width: 75%;
		}

		.side-order-summery tr td:last-child, .table-checkout-total td {
			width: 26%;
			text-align: right
		}

	.table-checkout-total .order-total th, .table-checkout-total .order-total td {
		border: 0px;
	}

	.table-checkout-total {
		margin-bottom: 0px
	}

	.side-order .total-info .table {
		margin: 0px;
	}

	span.field-validation-error {
		color: #ff0018;
	}

	@media (min-width: 768px) {
		.checkout-data .totals {
			width: 50% !important;
		}
	}

	.payment-description {
		display: none;
	}
	/*===========login ====================*/
	.info-side-log {
		min-height: 100vh;
		margin: 0 -12px;
		background-image: url(../images/login-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

		.info-side-log > div {
			max-width: 580px;
			padding: 200px 20px 20px 20px
		}

	.log-subtitle {
		font-size: 48px;
		color: var(--dark);
		font-weight: 300 !important;
		font-family: var(--bs-font-sans-serif);
		padding: 20px 0;
	}

	.log-txt-block {
		font-size: 22px;
		padding-bottom: 30px;
	}

		.log-txt-block p {
			margin: 0px
		}

	a.log-home-link {
		color: var(--green);
		font-size: 24px;
		text-decoration: none;
		background-image: url(../images/g-arrow.png);
		background-repeat: no-repeat;
		background-position: right 12px;
		padding-right: 40px;
	}

	.log-block {
		width: 100%;
		max-width: 475px;
	}

	.login-title {
		font-size: 30px;
		padding-bottom: 7px;
		color: var(--orange);
		font-family: 'fontmid';
	}

	.login-sub-title {
		font-size: 18px;
		padding-bottom: 30px;
		color: var(--green);
		font-family: 'fontmid';
	}

	.customer-blocks label {
		color: var(--light);
		padding-bottom: 5px;
	}

	input[type="checkbox"] {
		display: none
	}

	.forgot-password a, a.new-account {
		color: var(--green);
		text-decoration: none;
		display: inline-block;
	}

	.mobil-logo {
		text-align: center;
		padding: 30px 0
	}

	.read {
		cursor: pointer;
		color: var(--orange)
	}

	@media (max-width: 430px) {
		.log-block .light-green-bt {
			width: 100% !important;
			margin-bottom: 12px;
		}

		.log-block .light-orange-bt {
			width: 100% !important;
			text-align: center
		}
	}

	@media (min-width: 768px) and (max-width: 1380px) {
		.log-block .light-green-bt {
			width: 100% !important;
			margin-bottom: 12px;
		}

		.log-block .light-orange-bt {
			width: 100% !important;
			text-align: center
		}
	}

	.password-recovery-page {
		max-width: 500px;
		padding-bottom: 50px;
	}

		.password-recovery-page label {
			padding-bottom: 10px;
		}

		.password-recovery-page p {
			color: var(--dark)
		}

		.password-recovery-page .page-body {
			-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
			box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
			padding: 20px;
			border-radius: 7px;
		}

		.password-recovery-page .result, .registration-result-page .result {
			padding-bottom: 10px;
		}

	/*==============Account=======================*/
	.accout-list {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		border: 1px solid var(--border);
		border-radius: 4px;
		overflow: hidden;
		margin-bottom: 50px;
	}

		.accout-list li a {
			font-family: 'fontmid';
			color: var(--dark);
			text-decoration: none;
			padding: 15px 0px;
			margin: 0 10px;
			border-bottom: 1px solid var(--border);
			display: block;
		}

		.accout-list li:last-child a {
			border-bottom: 0px
		}

		.accout-list li.active {
			background-color: var(--green);
		}

			.accout-list li.active a {
				color: var(--white);
				border-bottom: 0px
			}

		.accout-list li {
			background-repeat: no-repeat;
			background-position: right 10px center;
		}

	li.customer-info {
		background-image: url(../images/accout-icon-black.png)
	}

		li.customer-info.active {
			background-image: url(../images/accout-icon-white.png)
		}

	li.customer-addresses {
		background-image: url(../images/address-icon-black.png)
	}

		li.customer-addresses.active {
			background-image: url(../images/address-icon-white.png)
		}

	li.customer-orders {
		background-image: url(../images/order-icon-black.png)
	}

		li.customer-orders.active {
			background-image: url(../images/order-icon-white.png)
		}

	li.change-password {
		background-image: url(../images/password-icon-black.png)
	}

		li.change-password.active {
			background-image: url(../images/password-icon-white.png)
		}

	li.customer-reviews {
		background-image: url(../images/star-icon-black.png)
	}

		li.customer-reviews.active {
			background-image: url(../images/star-icon-white.png)
		}

	li.return-requests {
		background-image: url(../images/retern-icon-black.png);
	}

		li.return-requests.active {
			background-image: url("../images/retern-icon-black.png")
		}

	.account-title {
		font-family: 'fontmid';
		font-size: 30px;
		color: var(--green);
		border-bottom: 1px solid var(--border);
		margin-bottom: 40px;
		padding-bottom: 10px;
	}

	.address-item {
		border: 1px solid var(--border);
		border-radius: 5px;
		padding: 10px;
		margin-bottom: 20px;
	}

		.address-item .title {
			font-family: 'fontbold';
			font-size: 18px;
			;
			color: var(--dark);
			padding-bottom: 5px;
		}

		.address-item label {
			color: var(--dark)
		}

		.address-item .info {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
		}

			.address-item .info li {
				padding-bottom: 10px;
			}

	.edit-address-button, .delete-address-button, .return-items-button, .order-details-button {
		border: 0px;
		background-color: transparent;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		padding: 5px 15px;
		text-align: left;
	}

	.edit-address-button {
		color: var(--green);
	}

	.delete-address-button {
		color: var(--orange);
	}

		.edit-address-button img, .delete-address-button img {
			margin-right: 5px
		}

	.s-dot {
		width: 10px;
		height: 10px;
		border-radius: 100%;
		display: inline-block;
		margin: 0 4px;
	}

	.order-status {
		background-color: transparent !important;
	}

	.pending {
		color: #f5c329;
		background-color: #f5c329;
	}

	.complete {
		color: #30b578;
		background-color: #30b578;
	}

	.processing {
		color: #30afb5;
		background-color: #30afb5;
	}

	.cancelled {
		color: #f52929;
		background-color: #f52929;
	}

	.order-details-button {
		color: var(--orange);
		padding: 0px;
	}

	.return-items-button {
		color: #30b578;
		padding: 0px;
	}

	.orders-table th {
		color: var(--green);
		font-family: 'fontmid';
		border-top: 1px solid var(--border);
	}

	.orders-table td {
		vertical-align: middle;
	}

	.orders-table .order-total {
		font-family: 'fontreg';
		font-size: 16px;
	}

	.orders-table tr td:last-child {
		width: 1px;
		white-space: nowrap;
	}

	.order-detail-number {
		font-size: 30px;
		font-family: 'fontmid';
		color: var(--green);
		padding-bottom: 10px;
		text-transform: uppercase
	}

	ul.order-overview-content {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

	.order-details-head {
		padding: 50px 0;
	}

	.shipping-info-wrap, .payment-method-info, .shipping-method-info {
		background-color: #fff;
		border-radius: 10px;
		padding: 15px;
		-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
		box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
		/*height: 100%*/
	}

		.shipping-info-wrap .title, .payment-method-info .title, .shipping-method-info .title {
			color: var(--dark);
			font-family: "fontmid";
			font-size: 24px;
			padding-bottom: 10px;
		}

	ul.info-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		ul.info-list .name, ul.info-list strong, ul.info-list span.label, .order-overview-content strong {
			color: var(--dark);
			font-family: "fontmid";
		}

		.order-overview-content li, ul.info-list li {
			padding-bottom: 7px;
		}

	.order-details-body .row > div {
		margin-bottom: 12px;
	}

	.order-page-table {
		margin-top: 30px
	}

		.order-page-table th {
			color: var(--green);
			font-size: 18px;
			font-family: 'fontbold';
			border-top: 1px solid var(--border);
			text-transform: uppercase;
		}

		.order-page-table .product a {
			color: var(--dark);
			font-size: 18px;
			font-family: 'fontbold';
			text-decoration: none;
		}

	.order-total-info {
		background-color: #fff;
		border-radius: 10px;
		padding: 15px;
		-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
		box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
		margin: 30px 0;
	}

	.return-request-page {
		padding-top: 50px;
	}

	.order-page-table .retern-quantity, .order-page-table .total {
		width: 1px;
		white-space: nowrap;
	}

	.order-page-table td {
		vertical-align: middle
	}

	.return-title {
		font-size: 22px;
		color: var(--dark);
		padding-bottom: 10px;
	}

	.retern-qy label {
		color: var(--dark);
	}

	.return-request-list-page .title {
		font-size: 18px;
		color: var(--dark);
		padding-bottom: 5px;
	}

	.request-item li span {
		color: var(--light);
	}

	.request-item li {
		color: var(--dark);
	}

	.section.request-item {
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.change-password-page label {
		color: var(--dark);
		padding-bottom: 10px;
	}

	.review-title {
		color: var(--dark);
		font-size: 24px;
		text-transform: capitalize;
		padding-bottom: 10px;
	}

	.review-item-head {
	}

	.product-review-item {
		border-bottom: 1px solid var(--border);
		margin-bottom: 20px;
		padding-bottom: 50px;
	}

	.review-text {
		padding-bottom: 10px;
	}

	.review-info {
		font-size: 18px;
	}

		.review-info label {
			color: var(--dark);
			font-family: 'fontmid';
		}

		.review-info a {
			color: var(--orange);
			text-decoration: none;
		}
	/*============================contact page=========================*/
	.topic-page {
		padding-top: 50px;
	}

	.contact-page {
		padding-top: 50px;
		text-align: center;
	}

	.contact-title {
		font-family: 'fontmid';
		font-size: 36px;
		color: var(--green);
		padding-bottom: 10px;
	}

	.contant-block {
		border: 1px solid var(--border);
		border-radius: 5px;
		padding: 20px;
		height: 100%;
	}

		.contant-block img {
			margin-bottom: 20px
		}

	.contant-block-row > div {
		margin: 12px 0
	}

	.contant-block-tite {
		font-family: 'fontmid';
		font-size: 22px;
		color: var(--dark);
		padding-bottom: 7px;
	}

	.contant-block p, .contant-block a {
		font-size: 22px;
		color: var(--light);
		margin: 0px;
		text-decoration: none;
	}

	.contact-form-block {
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
		padding: 50px 15px;
		margin-top: 50px;
		text-align: start;
		margin-bottom: 100px;
	}

		.contact-form-block textarea {
			min-height: 250px !important;
		}

	.about-artical {
		padding-bottom: 130px;
	}

	ul.why-ul {
		margin: 0px;
		list-style-type: none;
		padding-top: 25px;
	}

		ul.why-ul li {
			padding-bottom: 20px;
			font-size: 21px;
		}

	.right-ul li {
		list-style-image: url("../images/s-check.png")
	}

	.no-ul li {
		list-style-image: url("../images/x-icon.png")
	}

	ul.why-ul.no-ul.p-18 li {
		font-size: 18px;
	}

	p.intro-p.p-18 {
		font-size: 18px;
	}

	.benefits {
		background-color: #fbedeb;
		padding-top: 100px;
		padding-bottom: 100px;
		margin-bottom: 100px;
		width: 100vw;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: 50%;
		z-index: -1;
		position: relative;
	}

		.benefits h3 {
			color: var(--dark);
			font-family: 'fontmid';
			font-size: 24px;
			margin-bottom: 10px;
		}

		.benefits p {
			font-size: 18px;
			margin-bottom: 50px;
			text-align: justify
		}

	.cert-txt {
		color: var(--light);
		font-size: 20px;
	}

	@media (min-width: 768px) {
		.w-50-vw {
			width: 50vw
		}

		.md-2-col {
			column-count: 2;
			column-gap: 24px;
		}

		.about-page-down-img {
			-webkit-transform: translateY(50px);
			-ms-transform: translateY(50px);
			transform: translateY(50px);
		}

		.about-page-img-up {
			margin-top: -200px;
		}
	}
	/*========================reviw============================*/

	.product-reviews-page {
		padding-top: 50px
	}

	.total-review-box {
		padding: 15px;
		border: 1px solid var(--border);
		border-radius: 12px;
		margin-bottom: 25px;
	}

	.total-overview {
		max-width: 500px;
	}

	.total-score {
		text-align: center;
		padding: 0 15px;
	}

	.total-num {
		width: 95px;
		height: 95px;
		border: 2px solid var(--green);
		color: var(--green);
		font-family: 'fontmid';
		font-size: 36px;
		border-radius: 100%;
		text-align: center;
		line-height: 90px;
		margin: auto;
		margin-bottom: 12px;
	}

	.total-dec {
		color: var(--dark);
		font-size: 18px;
		font-family: 'fontbold';
		text-align: center;
		padding-top: 5px;
	}

	.rating-row + .rating-row {
		padding-top: 10px;
	}

	.star-num {
		width: 50px;
		color: var(--dark);
	}

	.rev-line-num {
		width: 50px
	}

	.rev-line {
		margin: 0 15px;
		height: 10px;
		background-color: #eee;
		border-radius: 5px;
		position: relative;
		overflow: hidden;
	}

	.rev-line-orange {
		position: absolute;
		background-color: var(--orange);
		top: 0px;
		bottom: 0px;
		left: 0px;
		border-radius: 5px;
	}

	.review-info .user label, .review-info .user span {
		font-size: 16px;
		color: var(--orange);
		font-family: 'fontreg';
	}

	.review-info .user {
		padding-bottom: 20px;
		display: block;
	}

	.product-review-helpfulness {
		font-size: 18px;
		color: var(--green)
	}

	.vote {
		cursor: pointer;
	}

	.write-review-box {
		border-radius: 10px;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
		padding: 20px;
		margin-bottom: 50px;
	}

	.write-review .title {
		color: var(--green);
		font-family: 'fontmid';
		font-size: 30px;
		padding-bottom: 24px;
	}

	.review-txt-aria {
		min-height: 200px !important;
	}

	.rating-options {
		padding: 0 10px;
	}

	.rating-wrapper {
		padding: 0 10px;
	}

	.write-review .review-rating div.first {
		color: #e4444c;
		font-size: 14px;
	}

	.write-review .review-rating div.last {
		color: #4cb17c;
		font-size: 14px;
	}

	.name-description {
		color: var(--dark);
		font-family: 'fontmid';
	}

	.review-rating {
		margin-bottom: 15px;
	}

	@media (min-width: 768px) {
		.write-review-box {
			max-width: 440px;
		}
	}
	/*=============================*/

	.topic-page strong {
		font-family: 'fontbold';
		color: var(--dark)
	}

	.search-input {
		padding: 15px;
		border-radius: 4px;
		background-color: #f8f4f3;
		margin-bottom: 30px;
	}

		.search-input .fieldset {
			max-width: 800px;
		}

	.new-payment label {
		color: var(--dark);
		margin-bottom: 5px;
	}

	.new-payment h2.title {
		font-family: 'fontmid';
		color: var(--green);
		font-weight: normal;
		font-size: 36px;
		margin-bottom: 30px;
	}

	hr.payment-hr {
		margin-bottom: 32px;
	}

	.mini_cart_wrapper p {
		margin-bottom: 0px
	}

	.checkout-title {
		font-size: 28px;
		font-family: 'fontmid';
		color: var(--green);
		line-height: normal;
		padding-bottom: 25px;
		text-transform: capitalize;
	}

	.c-address label {
		display: inline-block !important;
	}

	@media (min-width: 768px) {

		.c-row > div:nth-last-child(-n+3) {
			flex: 0 0 auto !important;
			width: 33.33333333% !important;
		}
	}
.pm-m{
	margin:0 5px
}
.ben-stic {
	position: sticky;
	top: 200px;
}
#opc-shipping, .ship-to-same-address {
	display: none;
}
#opc-shipping.active {
		display:block
	}


#payment-method-block li label:hover, #payment-method-block li label:active:after {
	background-color: #f3efef;
}
}

.page.checkout-page.order-completed-page {
	text-align: center;
	padding: 5%;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17);
	border-radius: 15px;
}

	.page.checkout-page.order-completed-page ul {
		list-style: none;
	}

.page.checkout-page.order-completed-page {
}

	.page.checkout-page.order-completed-page input.button-1.order-completed-continue-button {
		background: #144734;
		color: #fff;
		border: none;
		padding: 10px 32px;
		border-radius: 8px;
	}
p.hero-orange-title {
	color: white;
}

ul.hero-slide-ul li.d-flex.align-items-center {
	color: white;
}





.side-order-summery tr td:first-child {
	width: 70%;
}

.side-order-summery tr td:last-child {
	width: 35%;
	text-align: right;
	font-size: 20px;
}

tr.order-subtotal th.cart-total-left label {
	font-size: 1rem;
}

tr.order-subtotal td.cart-total-right {
	text-align: right;
}

	tr.order-subtotal td.cart-total-right span.value-summary {
		padding: 0 1.1rem;
	}


.c-row > div:nth-last-child(-n+3) {
	flex: 1 0 auto !important;
}



.h-100.w-100.d-flex.justify-content-center.align-items-center {
	transform: none !important;
}
div#home-scene5 {
	background: #fdc661;
}

div#home-scene6 {
	background: #f07d79;
}



@media (max-width: 1280px) {
	.hero-slide-text {
		min-height: 70vh !important;
		max-height:50px
	}
}






div#checkout-step-shipping-method ul.method-list.col-6 .method-name.form-check.md-4 .form-check-input:checked {
	background-color: #0d6efd;
	border-color: #ffffff;
	outline: #0d6efd 2px solid;
	border: 2px #fff solid;
	background-image: none !important;
}


.payment-method-info, .shipping-method-info {
	height: 25vh;
}




.page.checkout-page table.table.table-borderless.side-order-summery tr.order-total td.cart-total-right span.value-summary strong {
	font-size: 20px;
}

table.table.table-borderless.side-order-summery tbody tr td:last-child .product-subtotal {
	font-size: 20px;
}


.product-box img {
	image-rendering: -webkit-optimize-contrast;
	max-width: 20vw;
}


@media screen and (min-width:2048px) {

	.hero-slide-layers {
		height: 100%;
	}
}

	/*@media only screen and (max-width: 1728px) {

		.hero-slide-layers {
			height: 100%;
		}
	}*/

	@media only screen and (max-width: 1280px) {
		.hero-slide {
			height: 70vh;
		}
		.home-slider {
			min-height: 80vh;
		}
	}





form#co-shipping-method-form .method-name.form-check.md-4 input[type="checkbox"]:checked + label {
	background: #f58c29;
	color: #fff;
	padding: 5px;
}

	form#co-shipping-method-form .method-name.form-check.md-4 input[type="checkbox"]:checked + label::before {
		visibility: hidden;
	}

form#co-shipping-method-form .method-name.form-check.md-4 input[type="checkbox"] + label::before {
	visibility: hidden
}


form#co-shipping-method-form .method-name.form-check.md-4 input[type="checkbox"]:checked + label strong {
	color: #fff !important;
}



form#co-shipping-method-form .method-name.form-check.md-4 input[type="checkbox"] + label {
	padding: 5px;
}


.total-review-box.d-flex.align-items-center {
	display: none !important;
}


@media only screen and (max-width: 767px) {
	.hero-slide {
		height: 25vh;
		background: none;
	}

	.hero-slide-layers {
		
		top: 15vh;
width: 115%;
	}

	.home-slider {
		min-height: 55vh
	}

	p.hero-orange-title {
		font-size: 13px;
	}

	li.d-flex.align-items-center {
		font-size: 12px;
	}

	.hero-slide-text > div {
		width: 100%;
		/*height: 25vh;*/
		box-shadow: 0 1px 8px 0px rgb(0 0 0 / 14%);
	}

	.hero-slide-text {
		padding-top: 0;
		min-height: 73vh !important;
	}

	.hero-slide-bts {
		margin-top: 30px;
		padding-left: 15px;
	}
	.product-box-info {
	
		margin-top: 10px;
	}
	.product-box img {
		max-width: 35vw;
	}
	.hero-slide-text > div p {
		color: #000;
	}

	.hero-slide-text > div ul li {
		color: #000 !important;
	}
		.header-links .dropdown-menu, .header-links .option-dropDown select {
    text-align: left ;
}
	.order-summary-table .product-name {
		font-size: 14px;
	}

	.order-summary-table td {
		vertical-align: middle;
		font-size: 14px;
	}

	.h-100.w-100.d-flex.justify-content-center.align-items-center img {
		width: 100vw !important;
		position: relative;
		right: 30px;
	}
	.d-flex.hero-slide-bts .light-green-bt, .d-flex.hero-slide-bts .light-orange-bt {
		margin: 0 20px;
	}
	.search-box {
		text-align: left;
		padding: 7px 24px 7px 7px;
	}
	.cart-options {
		padding: 10px 0;
	}
	.discount-coupon-code {
		margin: 0px 10px 0 0;
	}

	.coupon-code {
		padding: 15px;
	}

	ul.method-list.col-6 {
		width: 100%;
	}
.header-links .option-dropDown select option {
    text-align: left;
    direction: ltr;
}
	.header-links .option-dropDown select {
		direction: ltr;
	}
	a#option-dropDown-Link img {
		margin-left: 5px;
	}

	a#account-dropDown-Link img {
		margin-left: 5px;
	}
}





@media screen and ( max-device-aspect-ratio: 16/9 ) {
	/*.container-lg {
		max-width: 80%;
	}*/
	img.logo.img-fluid {
    margin-top: 10px;
    width: 50%;
}
}

/*
@media only screen and (min-width: 1366px) {

	.hero-slide-layers {
		height: 90vh;
	}
}

*/



@media only screen and (max-width: 600px) {

	.col-8.col-md-9.col-lg.col-lg-fix.position-relative {
		direction: rtl;
	}

	img.logo.img-fluid {
		width: 70%;
	}

	.option-dropDown {
		padding: 0 10px;
	}

	.account-dropDown {
		padding: 0px 10px;
	}

	.headr-cart {
		padding: 0px 10px;
	}


	.header-links.d-flex {
		position: relative;
		right: 45px;
	}
}




@media (device-width: 100vw) and (device-height: 100vh) {
	.hero-slide-layers {
		width: 115%
	}
}

@media only screen and (max-width: 767px){

.container-lg .col-8.col-md-9.col-lg.col-lg-fix.position-relative .header-top.d-flex.justify-content-between.flex-lg-row-reverse .header-links.d-flex {
  
  right: 50%;

   }

}

.header-links .option-dropDown select option {
	text-align: left
}



.order-details-page .order-details-head .col-sm-4.col-lg-3 {
    display: none;
}





.inputs.phns-mber input#Phone {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.order-summary-content .min-amount-warning {
     background: #f58c29;    color: #fff;    font-size: 17px;    font-weight: 600 !important;    padding: 10px;    border: 2px solid #f58c29;    margin: 25px 0;}
.message-error {
    color: red;
}
.registration-result-page .page-body .result span {
    font-size: 13px;
    color: #144734;
}

.registration-result-page .page-body .result span:nth-child(3) {
    color: #f58c29;
    font-size: 18px;
    font-weight: 800 !important;

}

.registration-result-page .page-body .result span {
    display: block;
}

.page.blog-page .page-title a.link-rss {
    display: none;
}


.page.blog-page .page-body .blog-posts .post {
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 10px;
    margin: 10px 0;
}



.page.blog-page .page-body .blog-posts .post .post-body {
    display: none;
}

.page.blog-page .page-body .blog-posts .post a.post-title {
    font-size: 30px;
    color: #f58c29;
    text-decoration: none;
    font-weight: 600 !important;
}
.page.blog-page .page-body .blog-posts .post .buttons a{
    text-decoration: none;
    color: #333;
}
.flyout-cart.active .buttons {
    display: block !important;
}

footer .col-md-5 .d-flex.align-items-center.pb-4:nth-child(2) {
    display: none !important;
}