@charset "utf-8";
/* CSS Document */

.menu-col1 {
	width: 117px;
	float: left;
	cursor: pointer;
	margin: 0 14px 0 0;
	position: absolute;
	top: 18px;
	left: auto;
    right: 0;
	z-index: 99999999;
	display: none;
}
.menu-col1 .menu-row1 {
	width: 117px;
	float: left;
	cursor: pointer;
	outline: none;
	background-color: #173b21;
	border: 1px solid #173b21;
	border-radius: 40px 0 0 40px;
	pointer-events: initial;
	margin: 0 0 0;
	padding: 16px 24px 13px 18px;
	position: relative;
	z-index: 9999;
}
.toggle-btn1 {
	width: 20px;
	float: left;
	margin: 0 0 0;
}
.toggle-menu .toggle-tex1 {
	float: right;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 0;
}
.toggle-menu .toggle-row1 {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background-color: #fff;
	border-radius: 30px;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	margin: 5px 0 5px;
	position: relative;
}
.toggle-menu .toggle-row1:before, .toggle-menu .toggle-row1:after {
	width: 100%;
	content: "";
	display: block;
	height: 2px;
	background-color: #fff;
	border-radius: 30px;
	position: absolute;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
}
.toggle-menu .toggle-row1:before {
	top: 5px;
}
.toggle-menu .toggle-row1:after {
	top: -5px;
}
.toggle-menu.active .toggle-row1 {
	background-color: transparent;
	transition: background 0.2s ease-out;
}
.toggle-menu.active .toggle-row1:before, .toggle-menu.active .toggle-row1:after {
	background: #fff;
	transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active .toggle-row1:before {
	top: 0;
	transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active .toggle-row1:after {
	width: 100%;
	top: 0;
	transform: rotate3d(0, 0, 1, 45deg);
}
.overlay {
	width: 100%;
	height: 100%;
	background: #FFF8EE;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
	margin: 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999; 
}
.overlay.open {
	opacity: 1;
	visibility: visible;
} 
.overlay.open li:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.overlay.open li:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.overlay.open li:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.overlay.open li:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.overlay.open li:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.overlay.open li:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.overlay.open li:nth-child(7) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.overlay.open li:nth-child(8) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.overlay.open li:nth-child(9) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.overlay.open li:nth-child(10) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.overlay.open li {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 {
	width: 107px;
    margin: 0 0 0;
	position: fixed;
	top: 30px;
	right: 0;
	z-index: 99999999;
}
.menu-col1 .menu-row1 {
	width: 107px;
	padding: 16px 18px 13px 18px;
}
.toggle-menu .toggle-tex1 {
	font-size: 11px;
	line-height: normal;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 {
	width: 107px;
    margin: 0 0 0;
	position: fixed;
	top: 30px;
	left: auto;
    right: 0 !important;
	z-index: 99999999;
}
.menu-col1 .menu-row1 {
	width: 107px;
	padding: 16px 18px 13px 18px;
}
.toggle-menu .toggle-tex1 {
	font-size: 11px;
	line-height: normal;
}
}
@media screen and (max-width:767px) {
	.toggle-menu .toggle-tex1{
		float:left;
	}
	.toggle-btn1 {
		float: right;
	}
}
@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 {
	width: 107px;
    margin: 0 0 0;
	position: fixed;
	top: 30px;
	left: auto;
    right: 0 !important;
	z-index: 99999999;
}
.menu-col1 .menu-row1 {
	width: 107px;
	padding: 16px 18px 13px 18px;
}
.toggle-menu .toggle-tex1 {
	font-size: 11px;
	line-height: normal;

}
.fixed {
	position: absolute !important;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menu-col1 {
	width: 58px;
	
	margin: 0 0 0;
	top: 25px;
}
.menu-col1 .menu-row1 {
	width: 58px;
	padding: 12px 18px 12px 18px;
}
 
.menu-row1.toggle-menu {
    position: fixed;
    right: 0;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menu-col1 {
	width: 58px;
	margin: 0 0 0;
	top: 20px;
}
.menu-col1 .menu-row1 {
	width: 58px;
	padding: 12px 18px 12px 18px;
}
 
.menu-col1 .fixed {
    width: 70% !important;
    background: none;
    box-shadow: none;
    padding:22px 0 10px;
    right: 0 !important;
}
.menu-col1 .fixed {
	width: 70px !important;
	background: none;
	box-shadow: none;
	padding: 22px 0 10px;
	left: auto;
	right: 0 !important;
}
.menu-row1.toggle-menu {
    position: fixed;
    right: 0;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 {
	width: 58px;
	margin: 0 0 0;
}
.menu-col1 .menu-row1 {
	width: 58px;
	padding: 16px 18px 16px 18px;
}
.toggle-menu .toggle-tex1 {
	display: none;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menu-col1 {
	width: 58px;
	margin: 0 0 0;
}
.menu-col1 .menu-row1 {
	width: 58px;
	padding: 16px 18px 16px 18px;
}
.toggle-menu .toggle-tex1 {
	display: none;
}
}

@media screen and (min-width:1341px) and (max-width:1540px) {
.menu-col1 {
	width: 58px;
	margin: 0 0 0;
}
.menu-col1 .menu-row1 {
	width: 58px;
	padding: 16px 18px 16px 18px;
}
.toggle-menu .toggle-tex1 {
	display: none;
}
}


@media(max-width:991px) {
	.menu-col1 {
		display: block;
	}
	.header-wraper .cart-link {
		display: inline-block !important;
    	margin-left: auto !important;
    	margin-right: auto !important;
    	width: 72px;
		margin-top: 5px;

	}
	.cart-link img {
		margin-top: 8px;
	}
	
		
}