
text/css style.min.css ( UTF-8 Unicode text, with very long lines, with CRLF line terminators )
@charset "UTF-8";
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: inherit;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: #888;
	background-color: #fff
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #1d1d1d;
	margin: 0
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: inherit;
	margin: 0
}
button, input {
	overflow: visible;
	border: 0;
	outline: 0;
	background: 0 0;
	padding: 0
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: inherit;
	line-height: inherit;
	transition: all .5s ease 0s;
	background-image: none!important
}
button:focus {
	outline: 0 dotted;
	outline: 0 auto -webkit-focus-ring-color
}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
	outline: 0 dotted;
	outline: 0 auto -webkit-focus-ring-color
}
a:hover {
	text-decoration: none
}
a {
	transition: all .3s linear
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
li {
	display: inline-block
}
p {
	margin: 0
}
.img-responsive {
	max-width: 100%;
	display: block
}
.mb-0px {
	margin-bottom: 0!important
}
.ptb-30px {
	padding: 30px 0
}
.mtb-60px {
	margin: 60px 0
}
.ptb-60px {
	padding: 60px 0
}
.ptb-40px {
	padding: 40px 0
}
.ptb-10px {
	padding: 10px 0
}
.mt-30px {
	margin-top: 30px
}
.mt-40px {
	margin-top: 40px
}
.mt-60px {
	margin-top: 60px
}
.pt-60px {
	padding-top: 60px
}
.pb-30px {
	padding-bottom: 30px
}
.mb-30px {
	margin-bottom: 30px
}
.mb-20px {
	margin-bottom: 20px
}
.mb-15px {
	margin-bottom: 15px
}
.mb-40px {
	margin-bottom: 40px
}
.mb-50px {
	margin-bottom: 50px
}
.mb-60px {
	margin-bottom: 60px
}
.bg-blue {
	background-color: #ce0000
}
.bg-blue-deep {
	background-color: #0562d6
}
.bg-blue-light {
	background-color: #1e8736
}
.border-top {
	border-top: 1px solid rgba(255,255,255,.1)!important
}
.bg-white {
	background-color: #fff
}
.bg-light-gray {
	background-color: #f9f9f9
}
.bg-light-gray-2 {
	background-color: #f7f7f7
}
.color-gray {
	color: #47494a
}
.color-black {
	color: #1d1d1d
}
.color-white {
	color: #fff
}
.mr-30px {
	margin-right: 30px!important
}
.custom-col {
	padding: 0
}
.pl-60px {
	padding-left: 60px
}

@media only screen and (max-width:767px) {
.pl-60px {
	padding-left: 30px
}
}
.padding-30px {
	padding: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.padding-30px {
	padding: 20px
}
}
.mr-120px {
	margin-right: 120px
}
.swiper-slide .slider-content-1 * {
	animation-duration: 1.3s;
	animation-fill-mode: both
}
.swiper-slide-active .slider-animated-1 h1 {
	animation-delay: 1.3s;
	animation-name: fadeInUp
}
.swiper-slide-active .slider-animated-1 a {
	animation-delay: 1.6s;
	animation-name: fadeInUp
}
.swiper-slide-active .slider-animated-1 span {
	animation-delay: 1s;
	animation-name: fadeInUp
}
.swiper-slide-active .slider-animated-1 p {
	animation-delay: 1s;
	animation-name: fadeInUp
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
	margin: 0 5px;
	transition: all .3s linear
}
.swiper-pagination-bullet:hover {
	background-color: #1e8736
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #1e8736
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 25px
}
.section-title {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px
}
.section-title h2 {
	margin: 0;
	position: relative;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	font-size: 24px;
	color: #1d1d1d
}
.section-title h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	bottom: -1px;
	background: #1e8736
}
.sticky-nav.menu_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	animation: sticky 1s;
	box-shadow: 2px 4px 8px rgba(51,51,51,.25);
	padding: 10px 0
}
.sticky-nav.menu_fixed.padding-0px {
	padding: 0
}
@keyframes sticky {
0% {
transform:translateY(-100%)
}
100% {
transform:translateY(0)
}
}
#scrollUp {
	width: 50px;
	height: 50px;
	background-color: #1e8736;
	color: #fff;
	right: 20px;
	bottom: 60px;
	text-align: center;
	overflow: hidden;
	border-radius: 50px;
	z-index: 9811!important;
	font-size: 32px;
	line-height: 50px
}
#scrollUp:hover {
	background: #333;
	color: #fff;
	box-shadow: 0 0 20px #fff
}

@media only screen and (min-width:1200px) {
.container {
	max-width: 1440px
}
}
.tab-content .tab-pane {
	display: block;
	overflow: hidden;
	height: 0;
	visibility: hidden;
	max-width: 100%;
	opacity: 0
}
.tab-content .tab-pane.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	overflow: visible
}
.animation {
	animation-duration: .3s;
	animation-fill-mode: both
}
@keyframes slideDownIn {
0% {
transform:translateY(-20px)
}
100% {
transform:translateY(0)
}
0% {
transform:translateY(-20px)
}
}
.slideDownIn {
	animation-name: slideDownIn
}
@keyframes slideUpIn {
0% {
transform:translateY(20px)
}
100% {
transform:translateY(0)
}
0% {
transform:translateY(20px)
}
}
.slideUpIn {
	animation-name: slideUpIn
}
.header-nav {
	padding: 15px 0;
	line-height: 12px;
	font-size: 13px;
	color: #fff; background-color:#232f3e;
}
.header-nav li {
	padding: 0 15px;
	border-right: 1px solid #47494a
}
.header-nav li.pr-0 {
	padding-right: 0;
	border: 0
}
.header-nav ul li ul.dropdown-menu {
	margin: 0;
	top: 29px;
	left: auto;
	right: 0;
	min-width: 130px;
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #ebebeb;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 7px -2px rgba(0,0,0,.3);
	transform: rotateX(90deg);
	transform-origin: center top 0
}
.header-nav ul li ul.dropdown-menu {
	top: 28px!important;
	right: 0;
	left: auto!important;
	transform: rotateX(0)
}
.header-nav ul li ul.dropdown-menu li {
	display: block;
	padding: 0 18px;
	border: 0
}
.header-nav ul li ul.dropdown-menu li a {
	display: block;
	width: 100%;
	padding: 12px 10px;
	color: #47494a;
	font-size: 13px;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border-bottom: 1px solid #ebebeb
}
.header-nav ul li ul.dropdown-menu li:hover>a {
	color: #1e8736
}
.header-nav ul li ul.dropdown-menu li:last-child a {
	border-bottom: 0 solid #ebebeb
}
.header-nav ul li button:hover {
	color: #1e8736
}

@media only screen and (max-width:575px) {
.header-nav .header-static-nav {
	text-align: center;
	margin: 0 0 15px
}
.header-nav .header-menu-nav {
	text-align: center;line-height: 24px;
}
}
.header-nav-2 {
	border-bottom: 0 solid #ebebeb;
	color: #fff
}
.header-nav-2 li {
	border-right: 1px solid #fff
}
.header-nav-2 li button {
	color: #fff
}
.header-nav-2 li button:hover {
	color: #1d1d1d!important
}
.header-top .header-right-element .contact-link {
	float: right;
	padding-left: 45px;
	line-height: 17px;
	position: relative;
	color: #47494a;
	text-transform: capitalize;
	margin-top: 6px;
	margin-right: 50px;
	margin-left: 100px
}
.header-top .header-right-element .contact-link a {
	color: #1d1d1d;
	font-weight: 700
}
.header-top .header-right-element .contact-link a:hover {
	color: #1e8736
}
.header-top .header-right-element .contact-link:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkMzQjg0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkMzQjk0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyQzNCNjQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyQzNCNzQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbE2QIAAATgSURBVHjatJhpbFRVGIZnhrYoNiDVGK1xhSJoXFERVFC0WAMRBI0K/pAQBRuNC3WJYsQFIj8U1KAExcQoBaFxS6xYSkYFIgUVUQEVR1wSbYJURShoW/X9kueYw/XcuTOAX/Jklnvnnvd+59vupKvOGpT6n+1JMUWU5Tlnp5hesh+LlIoqcZSoEHvENrFZ/MY5xyDkbLErz7UGiIZixdiiE8QYMVj8Lb4Vu0UPcZg4XGwS14oMxz4T74rywDU/EQ+LgwoV01s8ICaLj8RiUSu+QpBvh4rzxdein/f9HLwZtZ/dm0LEmBfmI+ICsT7h/F/FW4Hvz7C79z6bp1rFeSKXJCaN+24RN+ON0LaZF44U7eJTtmSfLJ+Y2WI0sfFF5NgJYhZes/jYKnoRqD9ZZohFvD9Y3CA28tvV4kfeXyS2i+tFW5yYO8U4cSEB6tsw8aZ4VfQV33vHuhPgs1loCnE2mXgZKM4kzZ8WQ7gRy7QJ6UCdOUdkxXCxNnKsj/hQ3CWez+PVSvGeWIiXzI5l4QfFPWy7vbbFbZOl4rNiZkCIy4iXE4Sk2IaxogVBW8TJXP86cblYlQos7tvV1IrHAwucJEZ4d5pkFshLxa18ti2dxjY5IROpS3uJSfN6O0L+CFx8GBfZHjh2aSRtnb3B78zmiRniTz5bvCygVlnNypiYoaKJ0m6qX4rJsqPZ82j62w0s4xpHRI5vJX7MOr3vu4m5FDyrMXdYLGUISBPyovjOeoS4PyCmjLuyatxfTBJryLwafvuleIy7rkRsqOoOJ+Ut23qKU8QTJRQru7vXUP82nTZkfbiTMgpcPdXZ+k8zXrYFluDJV2Kus5w0L6NllPt15nX2cwmLxNkloovXVYHj70OK64zk/JDtglbSvs3PpmkJQlJU1dYiKvxTBZyzzWVUJiY2QraRRllehJiaAs7pZPz4jxjbqnfcwYjVU/C60xiTrJIgTbIexNxeYmbQ0EoYAaKC/mKmWUAFzWfnIvq2SEqHiu5xZOK/Yu4j1ztoajYwNcZ46BmmOL+pjeQ3jha2symhdQxAbM6JqaKuDKZiNlLCu0jzqCCrJXUUuvEUsCxpX8MM3ELK2nbem0fMCEaKLtcozeUrxAbqTYptaqWjhlLTmukOmuAcSnoFxbCZJrmzgHixpvmC37VLvV5kLp7KxdoYnlwvOZ07t/HxNG++bcSDFcRdNW7fAB/gxfaIkCGIX+gH0Eou4PpKP96PQ0g3gnYlk5wtcLc4kVQfQ0euo0v3ZEJsYIsfYVI8NdLTZjJg/e57Zi0VeBndN0eDs4J1EwPQIERGC94PBG8jqV+Ld9eAW3g602F/dmESsXpFaJ65UXzDfpcjylr/cwRzXURIL+/9ajxWG3hscVv/EJnqFh9LGdkREtNBMOVoYrvprEMR1+zd5SwevI73rrMlRohfo8xz13ilYHm+Sa+DVM2xuAm6mAl/HkXMxoyrmG+z1IneBbKCzD0kTnh0iHKC6hFUjaAmXPoLQf0oz9Ob9uHxaFTcaBGa6NyWLcKV1cwefb3hKYvIUvb/ssgjSz7bU+xDXCeCnIcsoD/n2FTcnMVT64iZ9v397yST0NrHU12b+evD2Xwy6mNx5YEQkiTG99A6ClcDI8Z6CtbEhK5clKWL+OdqII+snQT05gP9F9c/AgwA86I/LUAPDuoAAAAASUVORK5CYII=) no-repeat;
	position: absolute;
	left: 0;
	top: 0
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
.header-top .header-right-element .contact-link {
	margin-right: 50px;
	margin-left: 50px
}
}
.header-menu .header-menu-vertical {
	position: relative;
	z-index: 2
}
.header-menu .header-menu-vertical .menu-title {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
	margin: 0;
	padding-right: 10px
}
.header-menu .header-menu-vertical .menu-title:before {
	content: "";
	display: inline-block;
	font-size: 18px;
	font-family: simple-line-icons;
	font-weight: 400;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #247cea;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;
	vertical-align: -3px
}
.header-menu .header-menu-vertical .menu-title:after {
	content: "";
	display: inline-block;
	font-size: 12px;
	font-family: Ionicons;
	font-weight: 400;
	margin-left: 7px;
	float: right
}
.header-menu .header-menu-vertical .be-af-none {
	padding-left: 20px
}
.header-menu .header-menu-vertical .be-af-none:after {
	display: none
}
.header-menu .header-menu-vertical .be-af-none:before {
	display: none
}
.header-menu .header-menu-vertical .display-block {
	display: block
}
.header-menu .header-menu-vertical .display-none {
	display: none
}
.header-menu .header-menu-vertical .menu-content {
	width: 100%;
	background: #fff;
	border: 1px solid #eaeaea;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 270px
}
.header-menu .header-menu-vertical .menu-content.display-block {
	min-width: inherit
}
.header-menu .header-menu-vertical .menu-content li.expand a {
	padding-left: 45px;
	font-weight: 700
}
.header-menu .header-menu-vertical .menu-content li.expand a i {
	right: auto;
	left: 20px
}
.header-menu .header-menu-vertical .menu-content li {
	display: block;
	position: relative
}
.header-menu .header-menu-vertical .menu-content li a {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 24px;
	text-transform: capitalize;
	word-wrap: break-word;
	background: #fff;
	color: #47494a;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 400;
	transition: all .3s linear
}
.header-menu .header-menu-vertical .menu-content li .sub-menu {
	position: absolute;
	z-index: 9;
	text-align: left;
	top: 0;
	left: 100%;
	background: #fff;
	padding: 15px 10px 15px 10px;
	display: inline-block;
	width: 900px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
	border: 1px solid #eaeaea
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li {
	width: 33.33%
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li a {
	margin: 5px 0 5px 0
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li a:hover {
	background: #fff
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li {
	width: 100%
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a {
	padding: 2px 20px 2px 20px
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a:hover {
	padding-left: 30px;
	background: #fff
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li img {
	width: 100%;
	transition: all .3s linear;
	margin-top: 10px
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li img:hover {
	transform: scale(1.05) rotate(.05deg);
	transition: all .3s linear
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 {
	padding: 0;
	width: 240px;
	border: 1px solid #eaeaea;
	background: #fff
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li {
	width: 100%;
	padding: 0;
	line-height: 20px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	display: block
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li a {
	padding: 3px 20px
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li:last-child {
	border-bottom: 0
}
.header-menu .header-menu-vertical .menu-content li:hover .sub-menu {
	opacity: 1;
	visibility: visible
}
.header-menu .header-menu-vertical .menu-content li a {
	transition: all .3s linear
}
.header-menu .header-menu-vertical .menu-content li a:hover {
	background: #f9f9f9
}
.header-menu .header-menu-vertical .menu-content li a i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}
.header-menu .header-menu-vertical li:hover>a {
	color: #1e8736
}
.header-menu .header-horizontal-menu li {
	float: left;
	margin-left: 38px;
	padding: 15px 0;
	position: relative
}
.header-menu .header-horizontal-menu li:first-child {
	margin-left: 0
}
.header-menu .header-horizontal-menu li a {
	display: block;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: 0 0;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	border-bottom: 2px solid transparent;
	position: relative
}
.header-menu .header-horizontal-menu li.menu-dropdown {
	position: relative
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu {
	position: absolute;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	min-width: 205px;
	left: auto!important;
	background: #fff;
	box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);
	top: 54px
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #eaeaea
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:last-child {
	border: 0
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a {
	color: #47494a;
	font-weight: 400;
	text-transform: capitalize
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:hover>a {
	color: #1e8736;
	padding-left: 10px
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static {
	position: relative!important
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static:hover .main-sub-menu.main-sub-menu-2 {
	transform: translateY(-54px);
	opacity: 1;
	visibility: visible
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu.main-sub-menu-2 {
	left: 100%!important;
	transform: translateY(-30px);
	opacity: 0;
	visibility: hidden
}
.header-menu .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-o-transition: -o-transform .3s, opacity .3s;
	-ms-transition: -ms-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	padding: 0!important
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap {
	background-color: #fff;
	display: block;
	left: -100px;
	padding: 30px 30px 30px 30px;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 1010px;
	z-index: 9999;
	box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg)
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li {
	margin: 0;
	width: 25%;
	padding: 0 0
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li a {
	color: #47494a
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title {
	padding: 0 0;
	margin: 0 0 5px
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a {
	color: #47494a;
	text-transform: uppercase;
	font-weight: 700
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a:hover {
	padding: 0 0;
	color: #1e8736
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li {
	width: 100%;
	padding: 0 0;
	overflow: hidden
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a {
	color: #47494a;
	font-weight: 400;
	text-transform: capitalize;
	margin: 3px 0
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a:hover {
	padding-left: 10px
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li:hover>a {
	color: #1e8736
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 {
	width: 100%;
	margin-top: 20px
}


.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a {
	display: inline
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a:hover {
	padding: 0
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img {
	max-width: 100%;
	transition: all .3s linear
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img:hover {
	transform: scale(1.05) rotate(.05deg);
	transition: all .3s linear
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap {
	left: -200px;
	width: 920px
}
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.left-0px {
	left: 0
}
}
.header-menu .header-horizontal-menu li.menu-dropdown:hover .mega-menu-wrap {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-o-transition: -o-transform .3s, opacity .3s;
	-ms-transition: -ms-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	-webkit-transition: -webkit-transform .3s, opacity .3s
}
.header-menu .free-ship {
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	padding: 15px 0
}
.header-menu.header-menu-2 .header-horizontal-menu li {
	margin: 0;
	padding: 15px 40px;
	border-left: 1px solid #257dea
}
.header-menu.header-menu-2 .header-horizontal-menu li:hover {
	background: #257dea
}
.header-menu.header-menu-2 .header-horizontal-menu li:first-child {
	margin-left: 0;
	border: 0
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li {
	border-bottom: 0 solid #ebebeb;
	border-left: 0 solid #257dea
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li:hover {
	background: 0 0
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li li {
	border: 0
}
.header-menu.header-menu-2 .header-horizontal-menu li a i.icon {
	margin-right: 5px;
	font-size: 16px
}
.header-menu.header-menu-2 .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu {
	left: 0!important
}
.header-menu.header-menu-2 .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu-2 {
	left: 100%!important
}
.header-menu-style-2 {
	padding: 21px 0;
	line-height: 12px;
	font-size: 13px
}
.header-menu-style-2 li {
	padding: 0 15px;
	border-right: 1px solid #47494a
}
.header-menu-style-2 li button {
	color: 1d1d1d
}
.header-menu-style-2 li button:hover {
	color: #1e8736
}
.header-menu-style-2 .pr-0 {
	padding-right: 0;
	border: 0
}
.header-menu-style-2 ul.dropdown-menu {
	margin: 0;
	top: 28px!important;
	left: auto!important;
	right: 0!important;
	min-width: 130px;
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #ebebeb;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 7px -2px rgba(0,0,0,.3);
	transform: rotateX(90deg);
	transform-origin: center top 0
}
.header-menu-style-2 ul.dropdown-menu li {
	display: block;
	padding: 0 18px;
	border: 0
}
.header-menu-style-2 ul.dropdown-menu li a {
	display: block;
	width: 100%;
	padding: 12px 10px;
	color: #47494a;
	font-size: 13px;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border-bottom: 1px solid #ebebeb
}
.header-menu-style-2 ul.dropdown-menu li a:hover {
	color: #1e8736
}
.header-menu-style-2 ul.dropdown-menu li:last-child a {
	border-bottom: 0 solid #ebebeb
}
.header-menu-3 {
	box-shadow: 0 3px 2.55px .45px rgba(0,0,0,.06)
}
.header-menu-3 .header-menu-vertical .menu-title {
	color: #1d1d1d
}
.header-menu-3 .header-menu-vertical .menu-title:before {
	background: #fff;
	width: auto
}
.header-menu-3 .header-horizontal-menu li a {
	color: #1d1d1d
}
.header-menu-3 .header-horizontal-menu li:hover a {
	color: #1e8736
}
.header-menu .col-lg-3.custom-col-2 {
	ms-flex: 0 0 16.7%;
	flex: 0 0 16.7%;
	max-width: 16.7%
}

@media only screen and (min-width:1200px) and (max-width:1342px) {
.header-menu .col-lg-3.custom-col-2 {
	ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
}
.header-menu .col-lg-9.custom-col-2 {
	ms-flex: 0 0 83.3%;
	flex: 0 0 83.3%;
	max-width: 83.3%
}

@media only screen and (min-width:1200px) and (max-width:1342px) {
.header-menu .col-lg-9.custom-col-2 {
	ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%
}
}
.header-menu .col-lg-2.custom-col-3 {
	ms-flex: 0 0 20.666667%;
	flex: 0 0 20.666667%;
	max-width: 20.666667%
}
.header-menu .col-lg-7.custom-col-3 {
	ms-flex: 0 0 54.3%;
	flex: 0 0 54.3%;
	max-width: 54.3%
}
.swiper-container {
	width: 100%;
	height: 100%
}
.slider-height-1 {
	height: 530px
}

@media only screen and (min-width:768px) and (max-width:991px) {
.slider-height-1 {
	height: 430px
}
}

@media only screen and (max-width:767px) {
.slider-height-1 {
	height: 400px
}
}
.slider-height-2 {
	height: 437px
}

@media only screen and (min-width:768px) and (max-width:991px) {
.slider-height-2 {
	height: 350px
}
}

@media only screen and (max-width:767px) {
.slider-height-2 {
	height: 300px
}
}
.slider-height-3 {
	height: 530px
}

@media only screen and (min-width:768px) and (max-width:991px) {
.slider-height-3 {
	height: 430px
}
}

@media only screen and (max-width:767px) {
.slider-height-3 {
	height: 300px
}
}
.slider-height-4 {
	height: 530px
}

@media only screen and (min-width:768px) and (max-width:991px) {
.slider-height-4 {
	height: 430px
}
}

@media only screen and (max-width:767px) {
.slider-height-4 {
	height: 300px
}
}
.slider-area .bg-img {
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-color: #bebebe;
	transition: all .3s ease-in-out!important
}
.slider-area .bg-img:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	z-index: -1;
	opacity: .2
}
.slider-area .bg-img .slider-content-1 span {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 10px;
	line-height: 1;
	display: block
}
.slider-area .bg-img .slider-content-1 h1 {
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 50px;
	line-height: 1
}
.slider-area .bg-img .slider-content-1 h1 strong {
	font-weight: 700
}

@media only screen and (max-width:767px) {
.slider-area .bg-img .slider-content-1 h1 {
	font-size: 32px;
	margin-bottom: 30px
}
}
.slider-area .bg-img .slider-content-1 a {
	width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	background-color: #1e8736;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	font-size: 14px
}
.slider-area .bg-img .slider-content-1 a:hover {
	background-color: #1d1d1d
}
.slider-nav-style-1 {
	position: relative;
	overflow: hidden;
	transition: all .3s linear
}
.slider-nav-style-1 .swiper-button-next:after, .slider-nav-style-1 .swiper-button-prev:after {
	font-family: Ionicons;
	font-size: 32px;
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	outline: 0
}
.slider-nav-style-1 .swiper-button-next {
	outline: 0;
	right: -20px;
	left: auto
}
.slider-nav-style-1 .swiper-button-prev {
	outline: 0;
	right: auto;
	left: -20px
}
.slider-nav-style-1 .swiper-button-next:after {
	content: ""
}
.slider-nav-style-1 .swiper-button-next:after:hover {
color:#1e8736
}
.slider-nav-style-1 .swiper-button-prev:after {
	content: ""
}
.slider-nav-style-1 .swiper-button-prev:after:hover {
color:#1e8736
}
.slider-nav-style-1:hover .swiper-button-next {
	right: 10px
}
.slider-nav-style-1:hover .swiper-button-prev {
	left: 10px
}
.slider-nav-style-1 .swiper-button-next, .slider-nav-style-1 .swiper-button-prev {
	color: #1d1d1d
}
.slider-nav-style-1 .swiper-button-next:hover, .slider-nav-style-1 .swiper-button-prev:hover {
	color: #1e8736
}
.slider-nav-style-1 .swiper-buttons .swiper-button-next, .slider-nav-style-1 .swiper-buttons .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	width: 30px;
	height: 30px;
	line-height: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	margin: auto
}
.slider-nav-style-1:hover .swiper-button-next, .slider-nav-style-1:hover .swiper-button-prev {
	opacity: 1;
	visibility: visible
}
.static-area .single-static {
	position: relative;
	display: flex;
	align-items: flex-start
}
.static-area .single-static img {
	flex: 0 0 auto;
	margin: 0;
	margin-right: 15px
}
.static-area .single-static .single-static-meta h4 {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 25px;
	margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.static-area .single-static .single-static-meta h4 {
	font-size: 15px
}
}
.static-area .single-static .single-static-meta p {
	line-height: 20px;
	color: #888;
	font-size: 13px;
	margin: 0
}
.banner-area .banner-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
.banner-area .banner-wrapper img {
	width: 100%;
	transition: all .3s linear
}
.banner-area .banner-wrapper:hover img {
	transition: all .3s linear;
	transform: scale(1.035) rotate(.05deg)
}
.banner-area.banner-area-2 .banner-wrapper {
	margin: 0
}
.banner-area.banner-area-2 .banner-wrapper:first-child {
	margin-bottom: 15px
}
.popular-categories-area .category-slider .category-slider-bg {
	background-color: #fff
}
.popular-categories-area .category-slider .category-slider-bg .category-discript {
	padding: 30px 25px
}
.popular-categories-area .category-slider .thumb-category {
	position: relative;
	overflow: hidden
}
.popular-categories-area .category-slider .thumb-category img {
	width: 100%;
	transition: all .3s linear
}
.popular-categories-area .category-slider .thumb-category:hover img {
	transition: all .3s linear;
	transform: scale(1.035) rotate(.05deg)
}
.popular-categories-area .category-slider .category-discript {
	padding-top: 20px
}
.popular-categories-area .category-slider .category-discript h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: #47494a;
	display: block;
	line-height: 1;
	margin-bottom: 12px
}
.popular-categories-area .category-slider .category-discript li {
	display: block
}
.popular-categories-area .category-slider .category-discript a {
	color: #888;
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-transform: capitalize
}
.popular-categories-area .category-slider .category-discript a:hover {
	color: #1e8736
}
.popular-categories-area .category-slider .category-discript a.view-all-btn {
	display: inline-block;
	margin-top: 20px;
	font-size: 13px;
	line-height: 32px;
	height: 32px;
	color: #253237;
	background: #f5f5f5;
	padding: 0 15px;
	border-radius: 5px;
	text-transform: uppercase
}
.popular-categories-area .category-slider .category-discript a.view-all-btn:hover {
	background-color: #1e8736;
	color: #fff
}
.list-product {
	position: relative;
	background: #fff;
	z-index: 1;
	border: 1px solid transparent;
	border-radius: 5px;
	margin-bottom: 30px;
	transition: all .3s linear
}
.list-product .img-block {
	position: relative
}
.list-product .img-block img {
	width: 100%;
	margin: 0;
	transition: all .3s linear
}
.list-product .img-block .second-img {
	position: absolute;
	opacity: 0;
	transition: all .3s linear;
	left: 0;
	max-width: 100%;
	opacity: 0;
	position: absolute;
	top: 0
}
.list-product .img-block .quick-view {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	pointer-events: none;
	z-index: 1;
	line-height: 1
}
.list-product .img-block .quick-view a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: 0 0;
	color: #47494a;
	padding: 0;
	border: none;
	padding: 0;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	pointer-events: visible;
	opacity: 0;
	transform: scale3d(0, 0, 0)
}
.list-product:hover {
	border: 1px solid #ebebeb
}
.list-product:hover .second-img {
	opacity: 1;
	visibility: visible
}
.list-product:hover .quick-view a {
	opacity: 1;
	transform: scale3d(1, 1, 1)
}
.list-product:hover .pricing-meta {
	opacity: 0;
	transform: translateY(15px);
	transition: all .3s linear
}
.list-product:hover .add-to-link {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) translateZ(0)
}
.list-product .new {
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 5px;
	text-transform: capitalize;
	text-align: center;
	z-index: 1;
	background: #1e8736
}
.list-product .product-decs {
	padding: 15px;
}
.list-product .product-decs a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
	color: #1e8736
}
.shop-sidebar-wrap .category-menu li a{ display:block; padding-bottom:10px; color:#333;}
.list-product .product-decs h2 {
	font-weight: 400;
	margin: 0;
	line-height: 1;display: none;
}
.list-product .product-decs h2 a {
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
	color: #47494a;
	font-size: 14px;
	text-transform: capitalize
}
.list-product .product-decs h2 a:hover {
	color: #1e8736
}
.list-product .product-decs .rating-product {
	margin-bottom: 10px
}
.list-product .product-decs .rating-product i {
	overflow: hidden;
	margin: 0 1px 0 0;
	display: inline-block;
	color: #fdd835;
	font-weight: 400;
	line-height: 1;
	vertical-align: top;
	font-size: 18px
}
.list-product .product-decs .pricing-meta {
	line-height: 20px;
	transition: all .3s linear
}
.list-product .product-decs .pricing-meta li {
	color: #9b9b9b;
	font-weight: 400;
	margin-right: 2px;
	font-size: 14px
}
.list-product .product-decs .pricing-meta li.old-price {
	text-decoration: line-through
}
.list-product .product-decs .pricing-meta li.old-price.not-cut {
	text-decoration: none;
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 600
}
.list-product .product-decs .pricing-meta li.current-price {
	color: #eb2606;
	font-weight: 600;
	font-size: 16px
}
.list-product .product-decs .pricing-meta li.discount-price {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #eb2606;
	padding: 0 4px;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	z-index: 4;
	margin-left: 2px
}
.list-product .add-to-link {
	margin-top: -30px;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	background: #fff;
	padding: 0 15px 15px 15px;
	border: 1px solid #ebebeb;
	border-top: transparent;
	border-radius: 0 0 5px 5px;
	font-size: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(15px) translateZ(0);
	-webkit-transform: translateY(15px) translateZ(0);
	perspective: 800px;
	-webkit-perspective: 800px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}
.list-product .add-to-link li {
	display: inline-flex;
	line-height: 1;
	margin-right: 3px;
	transition: all .3s linear
}
.list-product .add-to-link a {
	display: inline-block;
	color: #fff;
	border: none;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	background: #1e8736
}
.list-product .add-to-link a:hover {
	background: #1d1d1d
}
.list-product .add-to-link a.cart-btn {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: 0 10px;
	border: none;
	line-height: 40px;
	height: 40px;
	width: auto;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	letter-spacing: -.08em;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 105px
}

@media only screen and (max-width:575px) {
.list-product .add-to-link a.cart-btn {
	padding: 0 7px
}
}
.feature-tab-area .nav-tabs {
	position: relative;
	display: block;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px
}
.feature-tab-area .nav-tabs li a {
	margin: 0;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	color: #888;
	cursor: pointer;
	margin-right: 35px;
	transition: all .3s linear
}
.feature-tab-area .nav-tabs li a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	bottom: -1px;
	background: 0 0
}
.feature-tab-area .nav-tabs li a.active {
	color: #1d1d1d
}
.feature-tab-area .nav-tabs li a.active:after {
	background: #1e8736
}
.feature-tab-area .nav-tabs li a:hover {
	color: #1d1d1d
}
.feature-tab-area .nav-tabs li a:hover:after {
	background: #1e8736
}

@media only screen and (max-width:767px) {
.feature-tab-area .nav-tabs li a {
	font-size: 16px;
	margin-right: 20px
}
}

@media only screen and (max-width:360px) {
.feature-tab-area .nav-tabs li a {
	font-size: 14px
}
}

@media only screen and (min-width:1300px) and (max-width:1380px) {
.single-product-responsive .list-product .add-to-link {
	padding: 0 7px 15px 10px
}
}
.deal-slider .list-product {
	display: flex
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
.deal-slider .list-product {
	padding-bottom: 30px
}
}

@media only screen and (max-width:767px) {
.deal-slider .list-product {
	display: block;
	padding-bottom: 20px
}
}
.deal-slider .list-product .img-block {
	flex: 0 0 310px;
	margin-right: 25px
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
.deal-slider .list-product .img-block {
	flex: 0 0 243px
}
}
.deal-slider .list-product .product-decs {
	padding-top: 20px
}
.deal-slider .list-product .product-decs h2 a {
	font-size: 16px;
	line-height: 20px
}
.deal-slider .list-product .product-decs .in-stock {
	font-size: 14px;
	text-transform: capitalize;
	color: #888;
	line-height: 1;
	display: block;
	margin: 25px 0
}
.deal-slider .list-product .product-decs .in-stock span {
	color: #1e8736;
	margin-left: 5px
}
.deal-slider .list-product .product-decs .clockdiv {
	background: #f9f9f9;
	border-radius: 5px;
	line-height: 1;
	padding: 10px 15px;
	font-size: 22px
}
.deal-slider .list-product .product-decs .clockdiv span {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	color: #47494a;
	position: relative
}
.deal-slider .list-product .product-decs .clockdiv span p {
	font-size: 14px;
	margin: 5px 0 0
}
.deal-slider .list-product .product-decs .clockdiv span:after {
	position: absolute;
	top: 0;
	left: -4px;
	content: ":"
}
.deal-slider .list-product .product-decs .clockdiv span:first-child:after {
	display: none
}

@media only screen and (max-width:767px) {
.deal-slider .list-product .product-decs .clockdiv {
	display: inline-block;
	margin-bottom: 20px
}
}
.deal-slider .list-product:hover .pricing-meta {
	opacity: 1;
	transform: translateY(0);
	transition: all .3s linear
}

@media only screen and (max-width:767px) {
.category-tab-area .section-title.d-flex {
	display: block!important;
	position: relative
}
.category-tab-area .section-title.d-flex .justify-content-end {
	justify-content: flex-start!important;
	position: absolute;
	left: 0;
	padding: 30px 0
}
}
.category-tab-area .nav-tabs {
	border: 0
}
.category-tab-area .nav-tabs .nav-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	padding: 0 17px;
	cursor: pointer;
	color: #7e8081;
	line-height: 26px;
	border: 2px solid transparent;
	margin-right: 2px;
	margin-top: -2px;
	border-radius: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
.category-tab-area .nav-tabs .nav-link {
	padding: 0 5px;
	font-size: 13px
}
}

@media only screen and (max-width:575px) {
.category-tab-area .nav-tabs .nav-link {
	font-size: 13px;
	padding: 0 5px
}
}

@media only screen and (max-width:767px) {
.category-tab-area .nav-tabs .nav-link {
	font-size: 13px;
	padding: 0 5px
}
}
.category-tab-area .nav-tabs .nav-link .active {
	border: 0;
	color: #1e8736
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #1e8736;
	background-color: #fff;
	border-color: #1e8736
}
.brand-slider {
	border: 1px solid #ebebeb;
	text-align: center;
	padding: 18px 0
}
.brand-slider .brand-slider-item img {
	filter: gray;
	-webkit-filter: grayscale(1);
	transition: all .3s linear
}
.brand-slider .brand-slider-item:hover img {
	filter: none;
	-webkit-filter: grayscale(0)
}
.recent-add-area .multi-row .list-product {
	padding: 15px;
	margin-bottom: 30px;
	position: static;
	display: inline-block;
	width: 100%;
	padding-bottom: 0;
	position: static
}
.recent-add-area .multi-row .list-product .img-block {
	float: left;
	width: 210px;
	margin-right: 20px
}

@media only screen and (max-width:575px) {
.recent-add-area .multi-row .list-product .img-block {
	width: 130px
}
}

@media only screen and (max-width:360px) {
.recent-add-area .multi-row .list-product .img-block {
	float: none;
	width: 100%;
	margin-right: 0
}
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
.recent-add-area .multi-row .list-product .img-block {
	width: 180px
}
}
.recent-add-area .multi-row .list-product .product-decs {
	padding: 25px 0 0 0
}
.recent-add-area .multi-row-2 .list-product {
	margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
.recent-add-area .multi-row-2 .list-product .img-block {
	width: 110px;
	margin-right: 10px
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.recent-add-area .multi-row-2 .list-product .img-block {
	width: 100px
}
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
.recent-add-area .multi-row-2 .list-product {
	padding: 0 0 15px 0
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.recent-add-area .multi-row-2 .list-product {
	padding: 0 0 15px 0
}
}
.recent-add-area .list-product {
	border: 0 solid transparent;
	border-radius: 5px;
	padding: 0 15px 15px 15px;
	margin-bottom: 0;
	display: inline-block;
	width: 100%
}
.recent-add-area .list-product .img-block {
	float: left;
	width: 120px;
	margin-right: 20px
}

@media only screen and (max-width:360px) {
.recent-add-area .list-product .img-block {
	float: none;
	width: 100%;
	margin-right: 0
}
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
.recent-add-area .list-product .img-block {
	width: 110px;
	margin-right: 10px
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.recent-add-area .list-product .img-block {
	width: 100px
}
}
.recent-add-area .list-product .product-decs {
	padding: 0
}
.recent-add-area .list-product:hover .pricing-meta {
	opacity: 1;
	transform: translateY(0);
	transition: all .3s linear
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
.recent-add-area .list-product {
	padding: 0 0 15px 0
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.recent-add-area .list-product {
	padding: 0 0 15px 0
}
}
.footer-area {
	background-color: #00368a;
	border-top: 3px solid #86b200;
	color: #fff
}
.footer-area .footer-top {
	padding: 60px 0
}
.footer-area .footer-top .single-wedge h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	color: #fff
}
.footer-area .footer-top .single-wedge p {
	line-height: 24px
}
.footer-area .footer-top .single-wedge p.text-infor {
	width: 90%
}

@media only screen and (max-width:767px) {
.footer-area .footer-top .single-wedge p.text-infor {
	width: 100%
}
}
.footer-area .footer-top .single-wedge .need-help {
	margin-top: 30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEzNkUwREE2NjZCMTFFQTg4Mzk4RjVGMDAzMDU3RDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEzNkUwREI2NjZCMTFFQTg4Mzk4RjVGMDAzMDU3RDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTM2RTBEODY2NkIxMUVBODgzOThGNUYwMDMwNTdEMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTM2RTBEOTY2NkIxMUVBODgzOThGNUYwMDMwNTdEMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmeHKXQAAATkSURBVHjaxJpbbBVFHIeXUg8U2oLIScNFDiItUrRC4IEiCbcESI2YGDRoKVJCwIdCm8YmlaQQ4IEQwqORi5AQCDxwE2MLCRdRg2mDDRClApaqhQIpRSK3WoEeflN+m0yH3XN2duf0TPL1tLM7899vz851a0WjUcuFqaAOdIC/QAXoHeP8eIwEk8FbYGCAerrhdqAQPAW/gY3gMOgENaCvz2C10e7pFvgWlIJXTQrM5F0/AvpI+QvBE3DUp8RQMAvMAyvBV7xBnbxZx8HsoAJDeGdEOgRCyvFPAko4MQyUgybG/RHk+RU4AO6D1bwzPSUhSAWfghvgMVgFUnQEZvEOlPLvJR4kjhmWEGSAHbyW70B/rwI/gEbwkpRnSxx2kPhYU2IXuMqebS9YAUbFOH8x26Jo/APiCYyn8XKHk5awkQWVEI/HNvY8VxivkzeuwKXMXPAfOOkQu5vAZvCAX5+VQAm1V1opydS4dKfzWP+WWAINvLhYAb1IHPHS8BTE+cvAXdDGblw9p4qS850EsniwxEOwYkp84yBRzHo+9Nl4I+AcH5k5yjExA/gJtIBMVWAmA+d7DBRLQowh213KfQTW8ZvMdjknk432IXhbOTae3et6VWApBbI07lYxHxlZohfv0FaXMvtBuzSVqHUZecPgT3AJpCnH9vBRy5QFKlih7rOrSpSznvfjlHudXWgjz/+Sg5h8zjvsodYq+Xkss0wWqGSmn+fWlqhnwH38JryUFdIbWG6Xw/Hd4F+HmatoJ6dlgTIKpPmU2MLyB9z66jiUuHQiuS75q9gWMmyBIp4Y8RE8V5q5hgJMH0TXfA8MUvLrONCp65So3VOlWJZ1xXqexlj66XNwHxSB/y3/6QuQDgqV/GNgMkiT8s7zc5z4IQR+BY95om6aDqrBPStYugTOgneV/HoQAtlS3gNww84TAo9YeI6PwANAq2UmXQBjlbxmfg5X8u8wdpeASAdBPohoBhUBcg0JNNsXJaU2foYc8vt2/SZNrDq4/tVpfFUclScZWAeks1NQ8yc6jBMRruS6rQd2cjUW1ggqRsQ/wHWQY3hho72kHMWhfqdmJaMp0JIMCTVjDUfG9zQrykmWhJohlpM/gzs+LiQpEk6Zw8E1orvhlC1JjNEsm8UGO9jEzpzY/rvNRXiiJTI4cXvKKcITTsnTgghYXFDYEiN8SFzzICF6sTNchVVxEb+JkzWxU9cviIAt0WpA4g2H4wN58U5riPleJbxcSFCJv7mKquBAJbrrRRw/2vnIVDvMZj1JeL2QIBJDuGpT0y9stIs8SJxwk9C5EFuiyYeExc7gA7AAvKkc8y2hexF5ASViUUSJGh0JP4GSLXFSlvAbqKck+sSTCBJIlogYlljoQeJQUAF7xE6GhL2Tkm8iUCIlCl0kMilQZipQT0gclSQmUKDIZCBbQuxrvpZAiTD3i/4R+0im5+fj+JLuJl9qm6zbfi/3iBTYG1sm00UwBdwFp0ElSDVYv9gCeghmgxp5V8I06Vxbi3SRLz1SfNQjNopngO9Z1yl7NyLoQOaV6eA8g1/ly4mJHv7nYjS3639n2WZ2qy/sfHdlJDj1AgXgM371IW5FNoAmbhWKiwiDV7hRFmbeGfA12Oe299oTAnJ6GUwDU7mNKHYC+4HefL5bwGVQC07x75jpmQADAO3h2gZPouxlAAAAAElFTkSuQmCC) 0 5px no-repeat;
	padding-left: 60px;
	padding-bottom: 5px
}
.footer-area .footer-top .single-wedge .need-help p {
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase
}
.footer-area .footer-top .single-wedge .need-help p span {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	display: block;
	line-height: 30px
}
.footer-area .footer-top .single-wedge .footer-links li {
	display: block;
	margin: 0;
	line-height: 1;
	border: 0;
	padding: 0;
	font-weight: 400;
	margin-bottom: 8px
}
.footer-area .footer-top .single-wedge .footer-links a {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	display: block;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0;
	display: block;
	position: relative;
	transition: all .3s linear
}
.footer-area .footer-top .single-wedge .footer-links a:hover {
	padding-left: 10px;
	color: #fff;
	opacity: .8
}
.footer-area .footer-top .single-wedge .subscribe-form {
	position: relative;
	overflow: hidden;
	margin-top: 10px
}
.footer-area .footer-top .single-wedge .subscribe-form .validate {
	height: 47px;
	background: #fff;
	border: 0;
	color: #b1b1b1;
	padding: 15px 120px 0 20px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	border: none;
	border-radius: 5px
}
.footer-area .footer-top .single-wedge .subscribe-form .validate input.email {
	width: 100%
}
.footer-area .footer-top .single-wedge .subscribe-form .validate .button {
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 0;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: #1d1d1d;
	border: 0;
	box-shadow: none;
	padding: 0 20px;
	line-height: 47px;
	height: 47px;
	border-radius: 0 5px 5px 0;
	transition: all .3s linear
}
.footer-area .footer-top .single-wedge .subscribe-form .validate .button:hover {
	background: #292929
}
.footer-area .footer-top .single-wedge .social-info {
	margin-top: 30px
}
.footer-area .footer-top .single-wedge .social-info li {
	display: inline-block;
	margin: 0 10px 10px 0;
	line-height: 40px;
	padding: 0
}
.footer-area .footer-top .single-wedge .social-info a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	background: #8ceb8d;
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	border: none;
	z-index: 1;
	transition: all .3s linear
}
.footer-area .footer-top .single-wedge .social-info a:hover {
	background: #fff;
	Color: #1e8736
}
.footer-area .footer-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.1)
}
.footer-area .footer-bottom p {
	font-size: 14px;
	color: #fff;
	margin-top: 3px
}
.footer-area .footer-bottom p a {
	color: #fff
}
.footer-area .footer-bottom p a:hover {
	opacity: .7
}

@media only screen and (max-width:767px) {
.footer-area .footer-bottom p {
	margin-bottom: 20px
}
}

@media only screen and (max-width:767px) {
.footer-area .footer-bottom {
	text-align: center
}
.footer-area .footer-bottom .text-right {
	text-align: center!important
}
}
body.offcanvas-open {
	overflow: hidden;
	padding-right: 17px
}
.offcanvas {
	font-size: 14px;
	font-weight: 400;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: auto;
	display: block;
	overflow: hidden;
	width: 400px;
	height: 100vh;
	padding: 20px;
	transition: all .5s ease 0s;
	transform: translateX(100%);
	background-color: #fff;
	box-shadow: none
}

@media only screen and (max-width:479px) {
.offcanvas {
	width: 300px
}
}
.offcanvas .inner {
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	height: 100%
}
.offcanvas .inner .head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee
}
.offcanvas .inner .head .title {
	color: #1d1d1d;
	font-weight: 700
}
.offcanvas .inner .head .offcanvas-close {
	position: relative;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	border: 0;
	background-color: transparent
}
.offcanvas .inner .head .offcanvas-close::after {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	content: "";
	transition: all .5s ease 0s;
	transform: rotate(-45deg);
	background-color: #333
}
.offcanvas .inner .head .offcanvas-close::before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	content: "";
	transition: all .5s ease 0s;
	transform: rotate(45deg);
	background-color: #333
}
.offcanvas .inner .head .offcanvas-close:hover:before {
	transform: rotate(180deg)
}
.offcanvas .inner .head .offcanvas-close:hover:after {
	transform: rotate(0)
}
.offcanvas .inner .offcanvas-menu-search-form {
	margin-bottom: 30px
}
.offcanvas .inner .offcanvas-menu-search-form form {
	position: relative
}
.offcanvas .inner .offcanvas-menu-search-form form input[type=text] {
	width: 100%;
	padding: 12px 20px;
	padding-right: 50px;
	color: #1d1d1d;
	border: 1px solid #ebebeb;
	display: block;
	font-size: 16px;
	background: 0 0
}
.offcanvas .inner .offcanvas-menu-search-form form input[type=text]:focus {
	border-bottom-color: #1e8736
}
.offcanvas .inner .offcanvas-menu-search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5px 15px;
	border: 0;
	background-color: transparent;
	outline: 0
}
.offcanvas .inner .offcanvas-menu-search-form form button i {
	font-size: 16px
}
.offcanvas .inner .offcanvas-menu-search-form form button:hover {
	color: #1e8736
}
.offcanvas .inner .offcanvas-menu ul li {
	position: relative;
	display: block;
	line-height: 28px
}
.offcanvas .inner .offcanvas-menu ul li a {
	display: block;
	padding: 8px 24px 8px 0;
	text-transform: uppercase;
	color: #7e7e7e
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu {
	position: static;
	top: auto;
	display: none;
	visibility: visible;
	width: 100%;
	min-width: auto;
	padding: 0;
	padding-left: 15px;
	transition: none;
	opacity: 1;
	box-shadow: none
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
	line-height: inherit;
	position: relative
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
	text-transform: capitalize
}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 24px;
	height: 44px;
	cursor: pointer;
	background-color: transparent
}
.offcanvas .inner .offcanvas-menu ul li:hover>a {
	color: #1e8736
}
.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
	background: #1e8736
}
.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
	background: #1e8736
}
.offcanvas .inner .offcanvas-social li {
	display: inline-block;
	margin: 0 10px 10px 0;
	line-height: 40px;
	padding: 0
}
.offcanvas .inner .offcanvas-social li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #247cea;
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	border: none;
	z-index: 1;
	transition: all .3s linear
}
.offcanvas .inner .offcanvas-social li a:hover {
	background: #1d1d1d;
	Color: #fff
}
.offcanvas .inner .foot .buttons a {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	border: none;
	color: #47494a;
	box-shadow: none;
	padding: 10px 15px;
	line-height: 26px;
	border: none;
	background: #ebebeb;
	border-radius: 5px
}
.offcanvas .inner .foot .buttons a:hover {
	background-color: #1e8736;
	color: #fff
}
.offcanvas .inner .foot .buttons .current-btn {
	background-color: #1e8736;
	color: #fff
}
.offcanvas .inner .foot .sub-total {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #eee;
	margin: 30px 0;
	border-bottom: 1px solid #eee
}
.offcanvas .inner .foot .sub-total strong {
	font-weight: 600;
	color: #333
}
.offcanvas .inner .foot .sub-total .amount {
	color: #eb2606;
	font-weight: 600
}
.offcanvas .inner .foot .minicart-message {
	margin-top: 15px
}
offcanvas-menu>ul>li .menu-expand {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 24px;
	height: 44px;
	cursor: pointer;
	background-color: transparent
}
.offcanvas.offcanvas-mobile-menu {
	right: auto;
	left: 0;
	padding: 50px 40px;
	transform: translateX(-100%)
}

@media only screen and (max-width:479px) {
.offcanvas.offcanvas-mobile-menu {
	padding: 50px 17px
}
}
.offcanvas-menu>ul>li .menu-expand::after, .offcanvas-menu>ul>li .menu-expand::before {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 7px);
	width: 14px;
	height: 2px;
	content: "";
	transition: all .5s ease 0s;
	transform: scale(.75);
	background-color: #7e7e7e
}
.offcanvas-menu>ul>li .menu-expand::after {
	transform: rotate(90deg) scale(.75)
}
.offcanvas-menu>ul>li.active>.menu-expand::after {
	transform: rotate(0) scale(.75)
}
.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
	transform: rotate(0) scale(.75)
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open {
	transform: translateX(0)
}
.offcanvas-overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(0,0,0,.5)
}
.offcanvas.offcanvas-open {
	transform: translateX(0)
}
.mobile-menu-toggle.home-2 svg {
	position: initial;
	transform: translate3d(-29%, 0, 0)
}
.mobile-menu-toggle svg {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	margin-top: -2px;
	margin-left: -2px;
	cursor: pointer;
	transform: translate3d(-50%, -50%, 0);
	right: -90px; background:#000;
}
.mobile-menu-toggle svg path {
	transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
	fill: none;
	stroke: #fff;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-width: 30px
}

@media only screen and (max-width:575px) {
.mobile-menu-toggle svg {
	right: -80px
}
}
.mobile-menu-toggle svg path#bottom, .mobile-menu-toggle svg path#top {
	stroke-dasharray: 240px 950px
}
.mobile-menu-toggle svg path#middle {
	stroke-dasharray: 240px 240px
}
.mobile-menu-toggle .close svg path#bottom, .mobile-menu-toggle .close svg path#top {
	stroke-dasharray: -650px;
	stroke-dashoffset: -650px
}
.mobile-menu-toggle .close svg path#middle {
	stroke-dasharray: 1px 220px;
	stroke-dashoffset: -115px
}
.minicart-product-list {
	margin: 0;
	padding-left: 0;
	list-style: none
}
.minicart-product-list li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb
}
.minicart-product-list li .image {
	flex: 1 0 75px
}
.minicart-product-list li .image img {
	max-width: 100%;
	border: 1px solid #ebebeb
}

@media only screen and (max-width:575px) {
.minicart-product-list li .image {
	flex: 1 0 50px
}
}
.minicart-product-list li .content {
	position: relative;
	flex: 1 0 calc(100% - 150px);
	padding-left: 15px
}
.minicart-product-list li .content .title {
	color: #1d1d1d;
	font-weight: 600
}
.minicart-product-list li .content .title:hover {
	color: #1e8736
}
.minicart-product-list li .content .quantity-price {
	font-size: 14px;
	display: block;
	margin-top: 10px
}
.minicart-product-list li .content .quantity-price .amount {
	color: #1d1d1d;
	font-weight: 600
}
.minicart-product-list li .content .remove {
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 3px;
	color: #1d1d1d;
	font-size: 16px
}
.minicart-product-list li .content .remove:hover {
	color: #eb2606
}

@media only screen and (max-width:575px) {
.minicart-product-list li .content {
	flex: 1 0 calc(100% - 75px)
}
}
.minicart-product-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}
.header-tools {
	position: relative
}
.header-tools .cart-info a {
	font-size: 18px;
	position: relative;font-weight: 700; color:#1e8736;
}
.header-tools .cart-info a:hover{ text-decoration:underline;color:#fff !important;}

@media only screen and (max-width:479px) {
.header-tools .cart-info a:before {
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	left: 10px
}
}

@media only screen and (max-width:479px) {
.header-tools .cart-info a {
	font-size: 18px;
	margin-right: 20px
}
}
.header-tools .cart-info a:hover {
	color: #1e8736
}

@media only screen and (max-width:575px) {
.header-tools .cart-info .shuffle {
	display: none
}
}

@media only screen and (max-width:575px) {
.header-tools .cart-info .heart {
	display: none
}
}
.header-tools .cart-info a.bag {
	margin: 0
}
.header-tools .cart-info a.bag span {
	font-size: 14px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 0 15px
}

@media only screen and (max-width:575px) {
.header-tools .cart-info a.bag span {
	margin: 0 0 0 10px
}
}
.header-tools .cart-info a.user {
	margin-right: 15px
}
.header-tools .cart-info a.user:before {
	display: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.header-tools {
	margin-right: 50px
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.header-tools {
	margin-right: 50px
}
}

@media only screen and (max-width:767px) {
.header-tools {
	margin-right: 50px
}
}

@media only screen and (max-width:575px) {
.header-tools {
	margin-right: 40px
}
}
.header-tools .dropdown button {
	font-size: 24px;
	margin-right: 20px
}
.header-tools .dropdown button:hover {
	color: #1d1d1d!important
}
.header-tools .dropdown ul.dropdown-menu {
	margin: 0;
	top: 30px!important;
	right: 0;
	left: auto!important;
	min-width: 130px;
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #ebebeb;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 7px -2px rgba(0,0,0,.3);
	transform: rotateX(90deg);
	transform-origin: center top 0
}
.header-tools .dropdown ul.dropdown-menu li {
	display: block;
	padding: 0 18px;
	border: 0
}
.header-tools .dropdown ul.dropdown-menu li:last-child a {
	border: 0
}
.header-tools .dropdown ul.dropdown-menu li a {
	display: block;
	width: 100%;
	padding: 12px 10px;
	color: #47494a;
	font-size: 13px;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border-bottom: 1px solid #ebebeb
}
.header-tools .dropdown ul.dropdown-menu li a:hover {
	color: #1e8736
}
.tools-style-2 .cart-info a {
	color: #fff
}
.tools-style-2 .cart-info a:before {
	background: #fff;
	color: #1d1d1d
}
.tools-style-2 .cart-info a:hover {
	color: #1d1d1d!important
}
.search-element {
	position: relative
}
.search-element .search-category {
	position: absolute;
	width: 160px
}
.search-element .search-category:before {
	content: "";
	display: inline-block;
	font-size: 12px;
	font-family: Ionicons;
	font-weight: 400;
	float: right;
	position: absolute;
	z-index: 2;
	top: 17px;
	right: 0
}

@media only screen and (max-width:575px) {
.search-element .search-category:before {
	right: 50px
}
}
.search-element .search-category select {
	width: 170px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	border: 0;
	padding: 0 25px;
	color: #1d1d1d;
	font-size: 14px;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	left: 2px;
	top: 2px;
	background: #f3f3f3;
	cursor: pointer
}

@media only screen and (max-width:575px) {
.search-element .search-category select {
	padding: 0 10px;
	width: 118px
}
}
.search-element input {
	width: 100%;
	border: 2px solid #ebebeb;
	height: 46px;
	line-height: 42px;
	padding: 20px 20px 20px 200px
}

@media only screen and (max-width:575px) {
.search-element input {
	padding-left: 125px;
	font-size: 12px;
	width: 88%
}
}
.search-element button {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	line-height: 42px;
	text-align: center;
	width: 65px;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	padding: 0;
	border: 0;
	transition: all .3s linear;
	background: #1e8736
}
.search-element button i {
	font-size: 24px;
	display: block;
	line-height: 46px
}

@media only screen and (max-width:360px) {
.search-element button i {
	font-size: 14px
}
}

@media only screen and (max-width:575px) {
.search-element button i {
	font-size: 16px
}
}
.search-element button:hover {
	background-color: #1d1d1d
}

@media only screen and (max-width:360px) {
.search-element button {
	width: 40px
}
}

@media only screen and (max-width:575px) {
.search-element button {
	width: 45px
}
}
.header-top-2 .search-element input {
	background: #fff;
	border-radius: 5px
}
.header-top-2 .search-element button {
	background: #1d1d1d;
	height: 46px
}
.hero-side-category {
	width: 100%;
	position: relative
}
.hero-side-category .category-toggle-wrap {
	width: 100%
}
.hero-side-category .category-toggle-wrap .category-toggle {
	padding: 10px 25px;
	margin: 0;
	border: none;
	background-color: transparent;
	color: #1d1d1d;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	width: 100%;
	text-align: left;
	outline: 0;
	border: 2px solid #ebebeb;
	margin-bottom: 15px;
	margin-top: 15px
}
.hero-side-category .category-toggle-wrap .category-toggle i {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	font-size: 18px;
	transform: translate(0, 2px)
}
.hero-side-category .category-toggle-wrap .category-toggle:after {
	content: "";
	display: inline-block;
	font-size: 14px;
	font-family: Ionicons;
	font-weight: 400;
	margin-left: 7px;
	float: right;
	transform: translateY(1px)
}
.hero-side-category .category-menu {
	background-color: #fff;
	float: left;
	width: 100%;
	left: 0;
	top: 100%;
	border: 1px solid #ebebeb;
	position: absolute;
	display: none;
	z-index: 2;
	height: 500px;
	overflow-x: auto
}
.hero-side-category .category-menu li {
	display: block
}
.hero-side-category .category-menu li .menu-item-has-children {
	position: relative
}
.hero-side-category .category-menu li a {
	display: block;
	padding: 10px 25px;
	line-height: 30px;
	font-size: 14px;
	color: #253237;
	font-weight: 400;
	position: relative;
	border-bottom: 1px solid #ebebeb
}
.hero-side-category .category-menu li a i {
	position: absolute;
	right: 30px
}
.hero-side-category .category-menu li .category-mega-menu {
	display: none
}
.hero-side-category .category-menu li .category-mega-menu a {
	padding: 10px 25px 10px 35px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #253237;
	position: relative;
	margin: 0;
	text-transform: inherit
}
.hero-side-category .category-menu li #more-btn {
	font-weight: 700;
	padding-left: 45px
}
.hero-side-category .category-menu li #more-btn i {
	right: auto;
	left: 30px
}
.hero-side-category .category-menu li:hover>a {
	color: #1e8736
}

@media only screen and (min-width:768px) and (max-width:991px) {
.mb-md-30px {
	margin-bottom: 30px
}
.mb-md-60px {
	margin-bottom: 60px
}
.mt-md-50px {
	margin-top: 50px
}
.mt-md-30px {
	margin-top: 30px
}
}

@media only screen and (max-width:767px) {
.mb-lm-30px {
	margin-bottom: 30px
}
.mt-lm-55px {
	margin-top: 55px
}
.mt-lm-50px {
	margin-top: 50px
}
.mt-lm-30px {
	margin-top: 30px
}
.mb-lm-60px {
	margin-bottom: 60px
}
.mb-lm-100px {
	margin-bottom: 100px
}
}

@media only screen and (max-width:575px) {
.mb-sm-30px {
	margin-bottom: 30px
}
}
.breadcrumb-area {
	background-color: #f3f3f3;
	padding: 30px 0
}
.breadcrumb-area .breadcrumb-content .nav {
	background: 0 0;
	padding: 0;
	margin: 0;
	font-size: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.breadcrumb-area .breadcrumb-content .nav {
	padding: 0
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.breadcrumb-area .breadcrumb-content .nav {
	padding: 0
}
}

@media only screen and (max-width:767px) {
.breadcrumb-area .breadcrumb-content .nav {
	padding: 0
}
}
.breadcrumb-area .breadcrumb-content .nav li {
	color: #1e8736;
	line-height: 20px
}
.breadcrumb-area .breadcrumb-content .nav li:after {
	color: #47494a;
	margin: 0 10px;
	vertical-align: -1px;
	content: "";
	font-family: Ionicons
}
.breadcrumb-area .breadcrumb-content .nav li a {
	display: inline-block;
	position: relative;
	color: #47494a
}
.breadcrumb-area .breadcrumb-content .nav li a:hover {
	color: #1e8736
}
.breadcrumb-area .breadcrumb-content .nav li:last-child:after {
	display: none
}
.shop-category-area .shop-top-bar {
	padding: 12px 30px;
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px
}
.shop-category-area .shop-top-bar .shop-tab {
	flex: 0 0 60%;
	width: 60%
}
.shop-category-area .shop-top-bar .shop-tab a:first-child {
	margin-right: 20px
}
.shop-category-area .shop-top-bar .shop-tab a.active i {
	color: #1e8736
}
.shop-category-area .shop-top-bar .shop-tab a:hover i {
	color: #1e8736
}
.shop-category-area .shop-top-bar .shop-tab i {
	font-size: 18px;
	line-height: 30px;
	color: #c1c1c1
}
.shop-category-area .shop-top-bar .shop-tab p {
	line-height: 20px;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	float: left;
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
	margin-left: 50px
}

@media only screen and (max-width:575px) {
.shop-category-area .shop-top-bar .shop-tab p {
	margin-left: 20px
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.shop-category-area .shop-top-bar .shop-tab {
	flex: 0 0 50%;
	width: 50%
}
}

@media only screen and (max-width:767px) {
.shop-category-area .shop-top-bar .shop-tab {
	flex: 0 0 100%;
	width: 100%
}
}
.shop-category-area .shop-top-bar .select-shoing-wrap {
	flex: 0 0 40%;
	width: 40%
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
	line-height: 20px;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	float: left;
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
	width: 20%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
	width: 26%
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
	width: 30%
}
}

@media only screen and (max-width:575px) {
.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
	width: 30%;
	padding: 5px 0 0
}
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
	width: 85%
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select select {
	border: 1px solid #ebebeb;
	padding: 2px 15px;
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	background: #f7f7f7;
	border-radius: 30px;
	color: #47494a;
	text-align: left;
	box-shadow: none;
	width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
	width: 80%
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
	width: 70%
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.shop-category-area .shop-top-bar .select-shoing-wrap {
	flex: 0 0 50%;
	width: 50%
}
}

@media only screen and (max-width:767px) {
.shop-category-area .shop-top-bar .select-shoing-wrap {
	flex: 0 0 100%;
	width: 100%;
	margin-top: 15px
}
}

@media only screen and (max-width:767px) {
.shop-category-area .shop-top-bar {
	display: block!important
}
}
.pro-pagination-style a {
	font-weight: 400;
	color: #1d1d1d;
	padding: 0;
	height: 36px;
	line-height: 36px;
	background: #f6f6f6;
	font-size: 14px;
	display: inline-block;
	width: 36px;
	border-radius: 100%;
	text-align: center;
	vertical-align: top;
	font-size: 14px
}
.pro-pagination-style a.active {
	color: #fff;
	background-color: #1e8736
}
.pro-pagination-style a:hover {
	color: #fff;
	background-color: #1e8736
}
.shop-list-wrap .list-product {
	margin-left: 0;
	margin-right: 0
}
.shop-list-wrap .list-product .box-inner {
	position: absolute;
	top: 15px;
	right: 25px;
	bottom: 15px;
	border-left: 1px solid #ebebeb;
	padding-left: 25px;
	padding-top: 20px
}
.shop-list-wrap .list-product .box-inner .in-stock {
	font-size: 14px;
	text-transform: capitalize;
	color: #888;
	line-height: 1;
	display: block;
	margin-bottom: 15px
}
.shop-list-wrap .list-product .box-inner .in-stock span {
	color: #1e8736
}
.shop-list-wrap .list-product .box-inner .pricing-meta {
	opacity: 1;
	transform: none!important;
	margin-bottom: 25px
}
.shop-list-wrap .list-product .box-inner .pricing-meta li {
	color: #1d1d1d;
	font-size: 20px;
	font-weight: 600
}
.shop-list-wrap .list-product .box-inner .add-to-link {
	margin-top: 0;
	position: initial;
	left: -1px;
	right: -1px;
	width: 100%;
	background: #fff;
	padding: 0;
	border: 0 solid #ebebeb;
	border-top: transparent;
	visibility: visible;
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	perspective: 0;
	-webkit-perspective: 0;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}
.shop-list-wrap .list-product .box-inner .add-to-link li {
	display: block;
	margin: 0
}
.shop-list-wrap .list-product .box-inner .add-to-link li a {
	display: block;
	border: none;
	border-radius: 0;
	text-align: left;
	text-transform: capitalize;
	font-size: 14px;
	width: auto;
	border: none;
	background: 0 0;
	line-height: 24px;
	height: auto;
	color: #888
}
.shop-list-wrap .list-product .box-inner .add-to-link li a i {
	font-size: 16px;
	margin-right: 5px;
	display: inline-block;
	transform: translateY(3px)
}
.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn {
	width: 100%;
	text-align: center;
	max-width: 210px;
	line-height: 44px;
	height: auto;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	background: #1e8736;
	margin-bottom: 15px
}
.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn:hover {
	background: #1d1d1d;
	color: #fff
}
.shop-list-wrap .list-product .box-inner .add-to-link li a:hover {
	color: #1e8736
}

@media only screen and (min-width:768px) and (max-width:991px) {
.shop-list-wrap .list-product .box-inner {
	position: static;
	border: 0;
	padding-left: 30px;
	padding-top: 20px
}
}

@media only screen and (max-width:767px) {
.shop-list-wrap .list-product .box-inner {
	position: static;
	border: 0;
	padding: 0
}
}
.shop-list-wrap .list-product .product-decs {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 0;
	text-align: left;
	margin: 0!important;
	padding-right: 300px;
	position: static
}
.shop-list-wrap .list-product .product-decs h2 a {
	min-height: auto;
	font-size: 16px;
	overflow: visible;
	white-space: normal;
	line-height: 20px;
	margin-bottom: 15px
}
.shop-list-wrap .list-product .product-decs .product-intro-info {
	padding: 10px 0
}
.shop-list-wrap .list-product .product-decs .product-intro-info P {
	color: #888;
	font-size: 14px;
	line-height: 24px
}

@media only screen and (min-width:768px) and (max-width:991px) {
.shop-list-wrap .list-product .product-decs {
	padding-right: 0
}
}

@media only screen and (max-width:767px) {
.shop-list-wrap .list-product .product-decs {
	padding: 0
}
}

@media only screen and (max-width:767px) {
.shop-list-wrap .list-product {
	padding: 0 0 15px
}
}

@media only screen and (max-width:767px) {
.shop-list-wrap .list-product .quick-view {
	top: 0
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.shop-list-wrap.shop-list-page .list-product .product-decs {
	padding-right: 170px
}
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
.shop-list-wrap.shop-list-page .list-product .product-decs {
	padding-right: 200px
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.responsive-md-class .list-product .add-to-link a.cart-btn {
	padding: 0 4px
}
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
.responsive-xl-class .list-product .add-to-link a.cart-btn {
	padding: 0 5px;
	width: 91px
}
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
.responsive-xl-class .list-product .add-to-link a {
	width: 30px
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.responsive-lg-class .list-product .add-to-link a.cart-btn {
	padding: 0 5px;
	width: 91px
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.responsive-lg-class .list-product .add-to-link a {
	width: 30px
}
}
.shop-sidebar-wrap h3 {
	font-size: 18px;
	line-height: 1;
	color: #1d1d1d;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	display: block;
	border-bottom: 1px solid #ebebeb;
	text-transform: capitalize!important
}
.shop-sidebar-wrap h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 60px;
	height: 2px;
	background: #1e8736
}
.shop-sidebar-wrap .card {
	border: 0
}
.shop-sidebar-wrap .card .card-header {
	border: 0;
	padding-left: 0
}
.shop-sidebar-wrap .card .card-header a {
	font-weight: 400;
	color: #47494a;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	transition: all .3s linear
}
.shop-sidebar-wrap .card .card-header a:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	font-family: Ionicons;
	transition: all .3s linear;
	transform: rotate(0)
}
.shop-sidebar-wrap .card .card-header a:hover {
	color: #1e8736
}
.shop-sidebar-wrap .card .card-header a.collapsed::before {
	transform: rotate(180deg);
	transition: all .3s linear
}
.shop-sidebar-wrap .card .card-body {
	padding: 0 0 0 15px;
	background: #f7f7f7
}
.shop-sidebar-wrap .card .card-body li {
	display: block
}
.shop-sidebar-wrap .card .card-body li a {
	font-weight: 400;
	color: #47494a;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 35px;
	margin: 0;
	padding: 0;
	border: none
}
.shop-sidebar-wrap .card .card-body li a:hover {
	color: #1e8736
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li {
	align-items: center;
	position: relative;
	padding: 0 0 15px;
	display: block
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left {
	position: relative
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 999;
	width: auto;
	top: 6px;
	left: 1px
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	transition: all .3s linear
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 8px;
	border: solid #1e8736;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	content: "";
	position: absolute;
	display: none
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.grey {
	background: #aab2bd;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2)
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.white {
	background: #fff;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2)
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.black {
	background: #434a54;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2)
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.camel {
	background: #c19a6b;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2)
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a {
	margin-left: 25px;
	display: block;
	color: #555;
	font-size: 14px;
	margin-top: 0;
	line-height: 22px
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a span {
	margin-left: 5px
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover .checkmark {
	border-color: #1e8736
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a {
	color: #1e8736
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a span {
	color: #1e8736
}
.shop-sidebar-wrap .sidebar-widget-group {
	border: 2px solid #f7f7f7
}
.shop-sidebar-wrap .sidebar-widget-group h4 {
	display: block;
	clear: both;

	color: #1d1d1d;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	border: none;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 24px;
	text-transform: capitalize!important
}
.shop-sidebar-wrap .sidebar-widget-group .price-slider-amount {
	color: #47494a;
	font-size: 14px;
	margin: 0 0 15px
}
.shop-sidebar-wrap .sidebar-widget-group .ui-widget-content {
	border: 1px solid #1e8736
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal {
	height: 5px
}
.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header {
	background: #1e8736
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle {
	top: 50%;
	width: 15px;
	height: 15px;
	border: none;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
	outline: 0;
	margin-top: -7.5px
}
.shop-sidebar-wrap .sidebar-widget-tag li {
	line-height: 1;
	float: left;
	list-style: none
}
.shop-sidebar-wrap .sidebar-widget-tag li a {
	display: block;
	float: left;
	padding: 10px 25px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	font-weight: 400;
	border: 1px solid #ebebeb;
	border-radius: 30px;
	background: #fff;
	margin: 4px;
	text-transform: capitalize
}
.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
	background-color: #1e8736;
	border-color: #1e8736;
	color: #fff
}
.shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
	margin-left: 0
}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark::after {
	display: block
}
.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark::after {
	display: none
}
.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
	border: 0
}
.product-details-img.product-details-tab {
	display: flex;
	flex-direction: column
}

@media only screen and (min-width:768px) and (max-width:991px) {
.product-details-img.product-details-tab {
	margin-bottom: 50px
}
}

@media only screen and (max-width:767px) {
.product-details-img.product-details-tab {
	margin-bottom: 50px
}
}
.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 {
	display: inline-block;
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden
}
.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 .zoompro-border.zoompro-span img {
	width: 100%
}
.product-dec-slider-2 {
	display: inline-block;
	float: left
}

@media only screen and (max-width:767px) {
.product-dec-slider-2 {
	margin: 30px 0 0 0
}
}
.product-dec-slider-2 .swiper-slide {
	margin: auto;
	text-align: center;
	transition: all .3s linear;
	outline: 0 none
}
.product-dec-slider-2 .swiper-slide img {
	width: 90px;
	height: 90px;
	margin: auto;
	transition: all .3s linear;
	border: 1px solid #fff
}

@media only screen and (max-width:479px) {
.product-dec-slider-2 .swiper-slide img {
	width: 60px;
	height: 60px
}
}

@media only screen and (max-width:360px) {
.product-dec-slider-2 .swiper-slide img {
	width: 40px;
	height: 40px
}
}
.product-dec-slider-2 .swiper-slide.swiper-slide .active img {
	border: 1px solid #1e8736;
	transition: all .3s linear
}
.product-dec-slider-2 .swiper-slide:hover img {
	border: 1px solid #1e8736
}
.product-details-content h2 {
	color: #47494a;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 25px 0
}
.product-details-content p {
	font-size: 14px;
	color: #1d1d1d;
	font-weight: 700;
	margin: 0 0 12px
}
.product-details-content p span {
	font-weight: 400
}
.product-details-content .pro-details-rating-wrap {
	display: flex
}
.product-details-content .pro-details-rating-wrap .rating-product {
	margin-right: 20px
}
.product-details-content .pro-details-rating-wrap .rating-product i {
	color: #fdd835;
	overflow: hidden;
	width: 16px;
	font-size: 18px
}
.product-details-content .pro-details-rating-wrap .read-review a {
	text-decoration: none;
	color: #1d1d1d;
	position: relative;
	margin-left: 8px;
	line-height: 21px;
	padding: 0;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	color: #253237
}
.product-details-content .pro-details-rating-wrap .read-review a:before {
	display: inline-block;
	font-family: Ionicons;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-right: 6px;
	content: ""
}
.product-details-content .pro-details-rating-wrap .read-review a:hover {
	color: #1e8736
}
.product-details-content .pricing-meta {
	font-size: 24px;
	color: #1d1d1d;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 25px;
	margin-top: 10px
}
.product-details-content .pro-details-list {
	padding: 0 0 30px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ebebeb;
	display: inline-block;
	width: 100%;
	color: #888
}
.product-details-content .pro-details-list p {
	font-weight: 400;
	color: #888;
	line-height: 24px;
	margin: 0
}
.product-details-content .pro-details-list li {
	display: block;
	width: 100%;
	line-height: 24px
}
.product-details-content .pro-details-quality {
	display: inline-flex;
	margin: 30px 0;
	width: 100%
}
.product-details-content .pro-details-quality .cart-plus-minus {
	border: 1px solid #e8e8e8;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 80px
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
	color: #8f8f8f;
	cursor: pointer;
	float: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	position: absolute;
	text-align: center;
	transition: all .3s ease 0s;
	width: 24px
}
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #8f8f8f;
	float: left;
	font-size: 14px;
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 80px;
	outline: 0
}

@media only screen and (max-width:360px) {
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
	width: 65px
}
}
.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
	height: 48px;
	padding-top: 14px;
	right: 0;
	top: 0
}
.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
	height: 48px;
	left: 0;
	padding-top: 14px;
	top: 0
}
.product-details-content .pro-details-quality .pro-details-cart a {
	position: relative;
	padding: 0 55px;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15px;
	background: #1e8736;
	color: #fff
}
.product-details-content .pro-details-quality .pro-details-cart a:hover {
	background-color: #1d1d1d
}

@media only screen and (max-width:767px) {
.product-details-content .pro-details-quality .pro-details-cart a {
	padding: 0 30px
}
}
.product-details-content .pro-details-wish-com {
	display: flex
}
.product-details-content .pro-details-wish-com a {
	line-height: 30px;
	padding: 0;
	border: none;
	color: #555;
	font-size: 14px;
	margin-right: 15px
}
.product-details-content .pro-details-wish-com a i {
	margin-right: 10px
}
.product-details-content .pro-details-wish-com a:hover {
	color: #1e8736
}
.product-details-content .pro-details-social-info {
	display: flex;
	border-bottom: 1px solid #ebebeb;
	margin-top: 10px;
	padding-bottom: 12px
}
.product-details-content .pro-details-social-info span {
	display: inline-block;
	float: left;
	margin-right: 10px;
	line-height: 30px;
	font-weight: 700;
	color: #47494a;
	font-size: 14px
}
.product-details-content .pro-details-social-info .social-info a {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #b4b4b4;
	margin-right: 0;
	white-space: normal;
	text-indent: 0;
	overflow: hidden;
	padding: 0;
	font-size: 18px;
	width: 30px
}
.product-details-content .pro-details-social-info .social-info a:hover {

	color: #1e8736
}
.product-details-content .pro-details-policy {
	margin: 25px 0 0
}
.product-details-content .pro-details-policy li {
	margin-bottom: 20px;
	display: block
}
.product-details-content .pro-details-policy li:last-child {
	margin: 0
}
.product-details-content .pro-details-policy li span {
	font-size: 14px;
	color: #888;
	overflow: hidden;
	font-weight: 400!important
}
.product-details-content .pro-details-policy img {
	margin-right: 15px
}
.description-review-topbar.nav {
	border-bottom: none;
	position: relative;
	display: block;
	margin-bottom: 0;
	margin: auto;
	text-align: center
}
.description-review-topbar.nav a {
	background: 0 0;
	border: 0;
	text-transform: capitalize;
	line-height: 24px;
	color: #888;
	padding: 0 0 15px 0;
	margin: 0 30px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	transition: all .3s linear;
	display: inline-block
}
.description-review-topbar.nav a:hover {
	color: #1d1d1d
}
.description-review-topbar.nav a:hover:after {
	background-color: #1e8736
}
.description-review-topbar.nav a.active {
	color: #1d1d1d
}
.description-review-topbar.nav a.active:after {
	background-color: #1e8736
}
.description-review-topbar.nav a:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background: 0 0;
	transition: all .3s linear
}

@media only screen and (max-width:767px) {
.description-review-topbar.nav a {
	margin: 0 15px
}
}

@media only screen and (max-width:575px) {
.description-review-topbar.nav a {
	margin: 0 15px
}
}

@media only screen and (max-width:479px) {
.description-review-topbar.nav a {
	margin: 0 5px;
	font-size: 14px
}
}

@media only screen and (max-width:360px) {
.description-review-topbar.nav a {
	font-size: 13px
}
}
.description-review-bottom {
	overflow: hidden;
	font-size: 15px;
	background: #fff;
	line-height: 24px;
	text-align: left;
	padding: 40px 30px 30px 30px;
	border: 1px solid #ebebeb
}

@media only screen and (max-width:360px) {
.description-review-bottom {
	padding: 40px 20px 30px 20px
}
}
.description-review-bottom .product-description-wrapper p {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 28px;
	color: #69696c;
	width: 84%
}

@media only screen and (max-width:767px) {
.description-review-bottom .product-description-wrapper p {
	width: 100%
}
}
.description-review-bottom .product-anotherinfo-wrapper li {
	color: #69696c;
	font-size: 14px;
	list-style: outside none none;
	margin: 0 0 13px;
	display: block
}
.description-review-bottom .product-anotherinfo-wrapper li span {
	color: #1d1d1d;
	display: inline-block;
	font-weight: 500;
	margin: 0 26px 0 0;
	min-width: 85px
}
.description-review-bottom .single-review {
	display: flex;
	margin: 0 0 50px
}
.description-review-bottom .single-review .review-img {
	flex: 0 0 90px;
	margin: 0 15px 0 0
}

@media only screen and (max-width:767px) {
.description-review-bottom .single-review .review-img {
	margin: 0 0 20px 0
}
}
.description-review-bottom .single-review .review-top-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
	align-items: center
}
.description-review-bottom .single-review .review-top-wrap .review-left {
	display: flex
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name {
	margin-right: 25px
}

@media only screen and (max-width:360px) {
.description-review-bottom .single-review .review-top-wrap .review-left .review-name {
	margin-right: 10px
}
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
	font-size: 16px;
	margin: 0;
	line-height: 1;
	font-weight: 500
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
	line-height: 1;
	margin-bottom: 6px
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
	overflow: hidden;
	font-size: 18px;
	color: #fdd835
}
.description-review-bottom .single-review .review-top-wrap .review-left a {
	color: #253237
}
.description-review-bottom .single-review .review-top-wrap .review-left a:hover {
	color: #1e8736
}
.description-review-bottom .single-review .review-bottom p {
	margin: 0;
	width: 93%
}
.description-review-bottom .single-review.child-review {
	margin-left: 70px;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
.description-review-bottom .single-review.child-review {
	margin-left: 0
}
}

@media only screen and (max-width:767px) {
.description-review-bottom .single-review {
	display: block
}
}
.description-review-bottom .ratting-form-wrapper {
	padding-left: 50px
}
.description-review-bottom .ratting-form-wrapper h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1
}
.description-review-bottom .ratting-form-wrapper .star-box {
	display: flex;
	margin: 6px 0 20px
}
.description-review-bottom .ratting-form-wrapper .star-box span {
	margin: 0 15px 0 0;
	font-size: 15px;
	color: #1d1d1d
}
.description-review-bottom .ratting-form-wrapper .star-box i {
	overflow: hidden;
	font-size: 18px;
	color: #fdd835
}
.description-review-bottom .ratting-form-wrapper .rating-form-style {
	margin-bottom: 10px
}
.description-review-bottom .ratting-form-wrapper .rating-form-style input {
	height: 45px;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	color: #1d1d1d;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
	padding: 2px 10px 2px 20px;
	background: 0 0;
	border: 1px solid #e6e6e6;
	color: #333;
	padding: 2px 10px 2px 20px
}
.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
	background: 0 0;
	border: 1px solid #e6e6e6;
	color: #333;
	height: 180px;
	padding: 20px 10px 2px 20px;
	margin-bottom: 20px;
	width: 100%;
	outline: 0
}
.description-review-bottom .ratting-form-wrapper .form-submit input {
	padding: 0 55px!important;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	text-transform: uppercase;
	background: #1e8736!important;
	display: block;
	color: #fff!important;
	width: 200px;
	transition: all .3s linear;
	border: 1px solid #e6e6e6
}
.description-review-bottom .ratting-form-wrapper .form-submit input:hover {
	background: #1d1d1d!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
.description-review-bottom .ratting-form-wrapper {
	margin-top: 50px;
	padding: 0
}
}

@media only screen and (max-width:767px) {
.description-review-bottom .ratting-form-wrapper {
	margin-top: 50px;
	padding: 0
}
}
.single-product-slider-item img {
	border: 1px solid #ebebeb;
	transition: all .3s linear;
	margin: auto;
	width: 100%
}
.single-product-slider-item:hover img {
	border-color: #1e8736
}
.pro-details-size-color {
	margin: 0 0 10px
}
.pro-details-size-color .pro-details-color-wrap {
	font-size: 14px;
	font-weight: 700;
	color: #1d1d1d
}
.pro-details-size-color .pro-details-color-wrap span {
	display: block;
	margin: 0 0 10px
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li {
	width: 1.25rem;
	height: 1.25rem;
	display: inline-block;
	margin-right: 15px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.05);
	cursor: pointer;
	background-size: contain;
	background: #fff
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li.active {
	background-color: #434a54
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li:hover {
	border: 2px solid #434a54
}
.pro-details-size-color .product-size {
	margin-left: 20px
}
.pro-details-size-color .product-size span {
	display: block;
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px
}
.product-details-table.pro-details-quality {
	display: block;
	margin: 20px 0
}
.product-details-table .table tbody tr td {
	padding: 10px 15px;
	width: 33.33%;
	text-align: center;
	border: 1px solid #ebebeb;
	vertical-align: middle
}
.product-details-table .table tbody tr td a {
	color: #888
}
.product-details-img.product-details-tab.product-details-tab-2 {
	flex-direction: row
}
.product-details-img.product-details-tab.product-details-tab-2 #gallery {
	flex: 0 0 20%;
	width: 20%
}
.product-details-img.product-details-tab.product-details-tab-2 .zoompro-wrap.zoompro-2 {
	flex: 0 0 80%;
	width: 80%
}
.product-dec-slider-3 {
	display: inline-block;
	float: left
}
.product-dec-slider-3 .swiper-slide {
	margin: 10px 0;
	text-align: center;
	transition: all .3s linear;
	outline: 0 none
}
.product-dec-slider-3 .swiper-slide img {
	width: 90px;
	height: 90px;
	margin: auto;
	transition: all .3s linear;
	border: 1px solid #fff
}

@media only screen and (max-width:479px) {
.product-dec-slider-3 .swiper-slide img {
	width: 60px;
	height: 60px
}
}

@media only screen and (max-width:360px) {
.product-dec-slider-3 .swiper-slide img {
	width: 50px;
	height: 50px
}
}
.product-dec-slider-3 .swiper-slide.swiper-slide .active img {
	border: 1px solid #1e8736;
	transition: all .3s linear
}
.product-dec-slider-3 .swiper-slide:hover img {
	border: 1px solid #1e8736
}
.single-product-gallery .single-product-slider-item {
	width: 50%
}
.single-product-sticky .single-product-slider-item {
	width: 100%;
	text-align: center
}
.product-details-content.sticky {
	position: sticky;
	top: 85px;
	left: 0;
	width: 100%
}
.cart-main-area h3.cart-page-title {
	color: #1d1d1d;
	text-align: left;
	font-size: 24px;
	line-height: 16px;
	font-style: normal;
	text-transform: none;
	margin: 0 0 30px;
	font-weight: 600
}
.cart-main-area .table-content table {
	border: 1px solid #ebebeb;
	width: 100%
}
.cart-main-area .table-content table thead>tr {
	background-color: #f9f9f9;
	border: 1px solid #ebebeb
}
.cart-main-area .table-content table thead>tr>th {
	border-top: medium none;
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 700;
	padding: 21px 45px 22px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap
}
.cart-main-area .table-content table tbody>tr {
	border-bottom: 1px solid #ebebeb
}
.cart-main-area .table-content table tbody>tr td {
	color: #666;
	font-size: 15px;
	padding: 30px 0;
	text-align: center
}
.cart-main-area .table-content table tbody>tr td.product-thumbnail {
	width: 150px
}
.cart-main-area .table-content table tbody>tr td.product-name {
	width: 435px
}
.cart-main-area .table-content table tbody>tr td.product-name a {
	color: #666;
	font-size: 15px;
	font-weight: 500
}
.cart-main-area .table-content table tbody>tr td.product-price-cart {
	width: 435px
}
.cart-main-area .table-content table tbody>tr td.product-quantity {
	width: 435px
}
.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus {
	display: inline-block;
	height: 40px;
	padding: 0;
	position: relative;
	width: 110px
}
.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .dec.qtybutton {
	border-right: 1px solid #e5e5e5;
	height: 40px;
	left: 0;
	padding-top: 8px;
	top: 0
}
.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .inc.qtybutton {
	border-left: 1px solid #e5e5e5;
	height: 40px;
	padding-top: 9px;
	right: 0;
	top: 0
}
.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus .qtybutton {
	color: #666;
	cursor: pointer;
	float: inherit;
	font-size: 16px;
	margin: 0;
	position: absolute;
	transition: all .3s ease 0s;
	width: 20px;
	text-align: center
}
.cart-main-area .table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
	color: #666;
	float: left;
	font-size: 14px;
	height: 40px;
	margin: 0;
	width: 110px;
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	padding: 0;
	text-align: center
}
.cart-main-area .table-content table tbody>tr td.product-remove {
	width: 100px
}
.cart-main-area .table-content table tbody>tr td.product-remove a {
	color: #666;
	font-size: 16px;
	margin: 0 10px
}
.cart-main-area .table-content table tbody>tr td.product-remove a:hover {
	color: #1e8736
}
.prize_dtls_company img{ max-width:250px; margin-top:20px;}
.cart-main-area .table-content table tbody>tr td.product-wishlist-cart>a {
	background-color: #1e8736;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 12px;
	text-transform: uppercase
}
.cart-main-area .table-content table tbody>tr td.product-wishlist-cart>a:hover {
	background-color: #1d1d1d
}
.cart-main-area .cart-shiping-update-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 60px
}
.cart-main-area .cart-shiping-update-wrapper .cart-clear>button {
	border: medium none;
	cursor: pointer;
	margin-right: 27px;
	transition: all .3s ease 0s
}

@media only screen and (max-width:767px) {
.cart-main-area .cart-shiping-update-wrapper {
	display: block;
	padding: 30px 0 15px
}
}
.cart-shiping-update-wrapper .cart-clear>a, .cart-shiping-update-wrapper .cart-clear>button, .cart-shiping-update-wrapper .cart-shiping-update>a {
	background-color: #f2f2f2;
	border-radius: 5px;
	color: #1d1d1d;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 18px 63px 17px;
	text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:991px) {
.cart-shiping-update-wrapper .cart-clear>a, .cart-shiping-update-wrapper .cart-clear>button, .cart-shiping-update-wrapper .cart-shiping-update>a {
	padding: 18px 25px
}
}

@media only screen and (max-width:767px) {
.cart-shiping-update-wrapper .cart-clear>a, .cart-shiping-update-wrapper .cart-clear>button, .cart-shiping-update-wrapper .cart-shiping-update>a {
	padding: 18px 25px;
	margin: 0 0 15px
}
}
.cart-shiping-update-wrapper .cart-clear>button:hover, .cart-shiping-update-wrapper .cart-shiping-update>a:hover {
	background-color: #1e8736;
	color: #fff
}
.cart-shiping-update-wrapper .cart-clear>a {
	background-color: #1e8736;
	color: #fff
}
.cart-shiping-update-wrapper .cart-clear>a:hover {
	background-color: #1d1d1d;
	color: #fff
}
.cart-tax, .discount-code-wrapper, .grand-totall {
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 45px 30px 50px
}
.cart-tax .title-wrap, .discount-code-wrapper .title-wrap, .grand-totall .title-wrap {
	position: relative
}
.cart-tax .title-wrap::before, .discount-code-wrapper .title-wrap::before, .grand-totall .title-wrap::before {
	background-color: #e3e1e1;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 10px;
	transition: all .4s ease 0s;
	width: 100%;
	z-index: 1
}
.cart-tax .title-wrap h4.cart-bottom-title, .discount-code-wrapper .title-wrap h4.cart-bottom-title, .grand-totall .title-wrap h4.cart-bottom-title {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding-right: 18px;
	background-color: #f8f9f9;
	position: relative;
	z-index: 1;
	color: #1d1d1d
}
.cart-tax .tax-wrapper, .discount-code-wrapper .tax-wrapper, .grand-totall .tax-wrapper {
	margin-top: 22px
}
.tax-select-wrapper {
	margin: 15px 0 0
}
.tax-select-wrapper select {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ebebeb;
	background: #fff;
	padding-left: 20px;
	border-radius: 5px
}
.tax-select-wrapper input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ebebeb;
	background: #fff;
	padding-left: 20px;
	border-radius: 5px
}
.tax-select-wrapper .tax-select {
	margin-bottom: 20px
}
.tax-select-wrapper .tax-select label {
	color: #1d1d1d;
	font-size: 14px;
	margin: 0 0 10px
}
.tax-select-wrapper button.cart-btn-2 {
	background: #1e8736;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 18px 58px;
	text-transform: uppercase
}
.tax-select-wrapper button.cart-btn-2:hover {
	color: #fff;
	background: #1d1d1d
}
.discount-code-wrapper .title-wrap {
	margin-bottom: 22px
}
.discount-code-wrapper .discount-code p {
	margin: 0 0 15px
}
.discount-code-wrapper .discount-code input {
	background: #fff;
	border: 1px solid #ebebeb;
	height: 45px;
	margin-bottom: 30px;
	padding-left: 10px;
	outline: 0;
	width: 100%;
	border-radius: 5px
}
.discount-code-wrapper .discount-code button.cart-btn-2 {
	background: #1e8736;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 18px 58px;
	text-transform: uppercase
}
.discount-code-wrapper .discount-code button.cart-btn-2:hover {
	color: #fff;
	background: #1d1d1d
}
.grand-totall h5 {
	font-size: 14px;
	margin: 36px 0 27px;
	font-weight: 400
}
.grand-totall h5 span {
	float: right;
	font-size: 18px;
	font-weight: 700
}
.grand-totall .total-shipping {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin: 0 0 27px;
	padding: 28px 0
}
.grand-totall .total-shipping h5 {
	font-size: 14px;
	margin: 0
}
.grand-totall .total-shipping ul {
	padding: 19px 0 0 0
}
.grand-totall .total-shipping ul li {
	color: #242424;
	list-style: outside none none;
	margin: 0 0 6px;
	display: block
}
.grand-totall .total-shipping ul li input {
	background: #e9e9e9 none repeat scroll 0 0;
	border: 1px solid #d7d7d7;
	border-radius: 5px!important;
	color: #626262;
	cursor: pointer;
	height: 13px;
	margin-right: 10px;
	padding: 0;
	position: relative;
	top: 2px;
	width: 13px
}
.grand-totall .total-shipping ul li span {
	float: right
}
.grand-totall .grand-totall-title {
	color: #1e8736;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 25px
}
.grand-totall .grand-totall-title span {
	float: right
}
.grand-totall a {
	background-color: #1e8736;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 18px 10px 17px;
	text-align: center;
	text-transform: uppercase;
	text-transform: uppercase;
	transition: all .3s ease 0s
}
.grand-totall a:hover {
	background-color: #1d1d1d
}
.billing-info-wrap h3 {
	font-weight: 700;
	color: #1d1d1d;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 16px
}
.billing-info-wrap .billing-info input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	color: #666;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
	width: 100%;
	outline: 0;
	height: 45px
}
.billing-info-wrap .billing-info input.billing-address {
	margin-bottom: 10px
}
.billing-info-wrap .billing-info .checkout-account label {
	color: #666;
	font-weight: 400;
	margin: 0 0 0 12px
}
.billing-info-wrap .billing-info .checkout-account input {
	border: 1px solid #e6e6e6;
	display: inline-block;
	float: left;
	height: 12px;
	width: 12px;
	margin-top: 7px;
	cursor: pointer
}
.billing-info-wrap .billing-select select {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	color: #666;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
	width: 100%;
	outline: 0;
	height: 45px
}
.billing-info-wrap .checkout-account-toggle input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	color: #666;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
	margin: 0 0 20px;
	width: 100%;
	height: 45px;
	outline: 0
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {
	background-color: #1e8736;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 5px;
	z-index: 9
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
	background-color: #1d1d1d
}
.billing-info-wrap .additional-info-wrap {
	margin: 30px 0
}
.billing-info-wrap .additional-info-wrap h4 {
	font-size: 16px;
	font-weight: 700;
	color: #1d1d1d;
	margin: 0 0 10px
}
.billing-info-wrap .additional-info-wrap textarea {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	color: #333;
	font-size: 14px;
	height: 138px;
	padding: 17px 20px;
	width: 100%;
	outline: 0
}
.your-order-area h3 {
	font-weight: 700;
	color: #1d1d1d;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 16px
}
.your-order-area .your-order-wrap {
	padding: 38px 45px 44px;
	background: #f6f6f6
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
	display: flex;
	justify-content: space-between
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
	font-size: 16px;
	font-weight: 700;
	list-style: outside none none;
	color: #1d1d1d
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
	border-bottom: 1px solid #dee0e4;
	border-top: 1px solid #dee0e4;
	margin: 29px 0;
	padding: 19px 0 18px
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle li {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
	align-items: center;
	display: flex;
	justify-content: space-between
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
	font-size: 16px;
	color: #253237;
	font-weight: 600
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
	border-bottom: 1px solid #dee0e4;
	border-top: 1px solid #dee0e4;
	margin: 18px 0 33px;
	padding: 17px 0 19px
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
	align-items: center;
	display: flex;
	justify-content: space-between
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
	font-weight: 700;
	color: #1e8736;
	font-size: 16px;
	list-style: outside none none
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
	font-weight: 700;
	color: #212121;
	font-size: 18px
}

@media only screen and (max-width:767px) {
.your-order-area .your-order-wrap {
	padding: 38px 30px 44px
}
}
.your-order-area .payment-accordion {
	margin: 0 0 16px
}
.your-order-area .payment-accordion:last-child {
	margin: 0 0 0
}
.your-order-area .payment-accordion h4 a {
	color: #1d1d1d;
	font-size: 16px;
	margin: 0;
	font-weight: 600
}
.your-order-area .payment-accordion .panel-body {
	padding: 5px 0 0 0
}
.your-order-area .payment-accordion .panel-body p {
	padding: 0 0 0 10px;
	font-size: 14px;
	color: #888;
	line-height: 24px
}
.your-order-area .Place-order {
	margin-top: 25px
}
.your-order-area .Place-order a {
	background-color: #1e8736;
	color: #fff;
	display: block;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding: 18px 20px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	z-index: 9
}
.your-order-area .Place-order a:hover {
	background-color: #1d1d1d
}
.open-toggle, .open-toggle2 {
	display: none
}
.compare-table .table tbody tr:first-child {
	border-top: 1px solid #eee
}
.compare-table .table tbody tr td {
	text-align: center;
	border: none;
	padding: 25px 30px;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee
}
.compare-table .table tbody tr td.first-column {
	min-width: 180px;
	font-size: 18px;
	font-weight: 700;
	color: #1d1d1d;
	margin: 0;
	line-height: 1
}
.compare-table .table tbody tr td.product-image-title {
	min-width: 310px;
	vertical-align: bottom;
	padding-top: 70px
}
.compare-table .table tbody tr td.product-image-title .image {
	clear: both;
	width: 100%;
	margin-bottom: 40px;
	display: block
}
.compare-table .table tbody tr td.product-image-title .category {
	float: left;
	clear: both;
	font-size: 13px;
	line-height: 15px;
	color: #1d1d1d;
	text-transform: capitalize;
	letter-spacing: .5px
}
.compare-table .table tbody tr td.product-image-title .title {
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: 700;
	color: #1d1d1d;
	line-height: 20px;
	margin-bottom: 10px
}
.compare-table .table tbody tr td.pro-desc p {
	text-align: left;
	margin: 0;
	line-height: 24px
}
.compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-stock {
	font-size: 16px;
	font-weight: 700;
	color: #1d1d1d
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
	position: relative;
	background-color: #1e8736;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	width: 170px;
	padding: 14px 25px 14px 25px;
	transition: all .3s ease-in-out;
	outline: 0;
	font-weight: 700
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
	background-color: #1d1d1d
}
.compare-table .table tbody tr td.pro-remove button {
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	transition: all .3s ease-in-out;
	outline: 0;
	color: #1d1d1d
}
.compare-table .table tbody tr td.pro-remove button i {
	font-size: 22px
}
.compare-table .table tbody tr td.pro-remove button:hover {
	color: #1e8736
}
.compare-table .table tbody tr td.pro-ratting i {
	font-size: 20px;
	color: #fdd835
}
.login-register-wrapper .login-register-tab-list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px
}
.login-register-wrapper .login-register-tab-list a {
	position: relative
}
.login-register-wrapper .login-register-tab-list a:before {
	background-color: #000;
	bottom: 5px;
	content: "";
	height: 18px;
	margin: 0 auto;
	position: absolute;
	right: -2px;
	transition: all .4s ease 0s;
	width: 1px
}
.login-register-wrapper .login-register-tab-list a:hover h4 {
	color: #1e8736!important
}
.login-register-wrapper .login-register-tab-list a h4 {
	font-size: 25px;
	font-weight: 700;
	margin: 0 20px;
	text-transform: capitalize;
	transition: all .3s ease 0s;
	color: #1d1d1d
}
.login-register-wrapper .login-register-tab-list a:last-child:before {
	display: none
}
.login-register-wrapper .login-form-container {
	background: transparent none repeat scroll 0 0;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	padding: 80px;
	text-align: left
}
.login-register-wrapper .login-form-container .login-register-form input {
	background-color: transparent;
	border: 1px solid #ebebeb;
	color: #666;
	font-size: 14px;
	height: 45px;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
	outline: 0
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn {
	padding: 10px 0 19px
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn input[type=checkbox] {
	height: 15px;
	margin: 0;
	position: relative;
	top: 1px;
	width: 17px
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a {
	color: #1d1d1d;
	float: right;
	font-size: 15px;
	transition: all .3s ease 0s
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a.flote-none {
	float: none!important
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a:hover {
	color: #1e8736
}
.login-register-wrapper .login-form-container .login-register-form .button-box button {
	background-color: #f2f2f2;
	border: medium none;
	color: #1d1d1d;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 11px 30px;
	text-transform: uppercase;
	transition: all .3s ease 0s;
	outline: 0;
	border-radius: 5px
}
.login-register-wrapper .login-form-container .login-register-form .button-box button:hover {
	background-color: #1e8736;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.login-register-wrapper .login-form-container {
	padding: 80px 50px
}
}

@media only screen and (max-width:767px) {
.login-register-wrapper .login-form-container {
	padding: 40px 15px
}
}
.login-register-wrapper .login-register-tab-list a.active h4 {
	color: #1e8736
}
.single-my-account {
	margin-bottom: 20px;
	border: 1px solid #ebebeb
}
.single-my-account h3.panel-title {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ebebeb;
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	line-height: 2
}
.single-my-account h3.panel-title span {
	color: #1d1d1d;
	font-size: 14px;
	left: 20px;
	position: absolute;
	top: 16px
}
.single-my-account h3.panel-title a {
	color: #1d1d1d;
	display: block;
	padding: 16px 55px;
	position: relative
}
.single-my-account h3.panel-title a:before {
	content: "";
	display: inline-block;
	font-family: Ionicons;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px
}
.single-my-account h3.panel-title a:hover {
	color: #1e8736
}
.single-my-account .myaccount-info-wrapper {
	padding: 30px 20px;
	background-color: #fff
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 28px;
	padding-bottom: 30px
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	color: #1d1d1d;
	font-weight: 700
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
	font-size: 14px;
	letter-spacing: .2px;
	margin-top: 7px;
	font-weight: 600;
	color: #1d1d1d
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper .account-info-wrapper {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 28px;
	padding-bottom: 30px
}
.single-my-account .myaccount-info-wrapper .billing-info {
	margin-bottom: 20px
}
.single-my-account .myaccount-info-wrapper .billing-info label {
	color: #888;
	font-size: 14px;
	text-transform: capitalize
}
.single-my-account .myaccount-info-wrapper .billing-info input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	color: #888;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	outline: 0
}
.single-my-account .myaccount-info-wrapper .billing-back-btn {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
	align-items: center
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
	color: #1d1d1d;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
	font-size: 15px;
	color: #1e8736
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
	color: #1e8736
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {
	background-color: #f2f2f2;
	border: medium none;
	color: #1d1d1d;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 16px 35px 17px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease 0s;
	outline: 0;
	border-radius: 5px
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover {
	background-color: #1e8736;
	color: #fff
}
.single-my-account .myaccount-info-wrapper .entries-wrapper {
	border: 1px solid #eaeaea;
	position: relative
}

@media only screen and (max-width:767px) {
.single-my-account .myaccount-info-wrapper .entries-wrapper {
	padding: 30px 10px
}
}
.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	background-color: #eaeaea
}

@media only screen and (max-width:767px) {
.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
	display: none
}
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
	padding: 30px 20px
}

@media only screen and (max-width:767px) {
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
	padding: 0 10px 30px
}
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
	color: #888;
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	line-height: 24px
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
	background-color: #f32013;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin: 0 2px;
	padding: 12px 15px;
	text-transform: uppercase;
	font-weight: 700
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
	background-color: #1e8736
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
	background-color: #1d1d1d;
	font-weight: 700
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
	background-color: #1e8736
}
.about-area .about-content h2 {
	font-weight: 600;
	margin: 0 0 15px;
	font-size: 40px
}

@media only screen and (max-width:479px) {
.about-area .about-content h2 {
	font-size: 24px
}
}
.about-area .about-content p {
	line-height: 24px;
	color: #1d1d1d
}
.about-area .single-about h4 {
	font-size: 30px;
	font-weight: 600;
	color: #1d1d1d;
	margin: 0 0 15px
}

@media only screen and (max-width:479px) {
.about-area .single-about h4 {
	font-size: 24px
}
}
.about-area .single-about p {
	line-height: 24px;
	color: #1d1d1d
}
.left-sidebar .search-widget {
	position: relative
}
.left-sidebar input {
	width: 100%;
	border: 1px solid #ebebeb;
	height: 45px;
	padding: 0 55px 0 20px;
	border-radius: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.left-sidebar input {
	font-size: 12px;
	padding-left: 10px
}
}
.left-sidebar button {
	position: absolute;
	width: 50px;
	height: 45px;
	left: auto;
	right: 0;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	border-radius: 0 5px 5px 0;
	background-color: #1e8736;
	color: #fff
}
.left-sidebar button:hover {
	background-color: #1d1d1d
}
.left-sidebar .category-post li {
	margin-bottom: 5px;
	display: block
}
.left-sidebar .category-post li a {
	color: #888;
	line-height: 24px
}
.left-sidebar .category-post li a:hover {
	color: #1e8736
}
.left-sidebar .category-post li:last-child {
	margin: 0
}
.left-sidebar .recent-post-widget .recent-single-post {
	margin: 0 0 30px
}
.left-sidebar .recent-post-widget .recent-single-post .thumb-side img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	object-position: center
}
.left-sidebar .recent-post-widget .recent-single-post .media-side {
	margin: 0 0 0 18px;
	align-self: center;
	align-items: center;
	line-height: 24px
}
.left-sidebar .recent-post-widget .recent-single-post .media-side a {
	font-size: 14px;
	color: #1d1d1d;
	font-weight: 600
}
.left-sidebar .recent-post-widget .recent-single-post .media-side a:hover {
	color: #1e8736
}
.single-blog-post {
	line-height: 24px
}
.single-blog-post .blog-post-media {
	overflow: hidden
}
.single-blog-post .blog-post-media .blog-image img {
	width: 100%;
	object-fit: cover;
	object-position: center
}
.single-blog-post .blog-post-media iframe {
	width: 100%;
	position: relative
}
.single-blog-post .slick-slide:focus {
	outline: 0 none
}
.single-blog-post.blog-list-post .blog-post-media .blog-image img {
	height: 300px
}
.single-blog-post.blog-list-post .blog-post-media iframe {
	width: 100%;
	position: relative;
	height: 300px
}
.single-blog-post.blog-list-post .blog-post-media .blog-gallery .swiper-slide img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center
}
.blog-post-content-inner .blog-title a {
	font-size: 24px;
	font-weight: 600;
	color: #1d1d1d
}
.blog-post-content-inner .blog-title a:hover {
	color: #1e8736
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.blog-post-content-inner .blog-title a {
	font-size: 20px
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.blog-post-content-inner .blog-title a {
	font-size: 20px
}
}

@media only screen and (max-width:479px) {
.blog-post-content-inner .blog-title a {
	font-size: 20px
}
}
.blog-post-content-inner .blog-page-meta {
	margin: 10px 0
}
.blog-post-content-inner .blog-page-meta li {
	display: inline-block;
	position: relative
}
.blog-post-content-inner .blog-page-meta li:first-child {
	margin-right: 15px
}
.blog-post-content-inner .blog-page-meta li:first-child:after {
	position: absolute;
	top: 50%;
	right: -9px;
	left: auto;
	background: #555;
	content: "";
	width: 1px;
	height: 12px;
	margin-top: -6px
}
.blog-post-content-inner .blog-page-meta li a {
	display: block;
	color: #1d1d1d
}
.blog-post-content-inner .blog-page-meta li a:hover {
	color: #1e8736
}
.blog-post-content-inner p {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
	color: #1d1d1d;
	line-height: 24px
}
.blog-post-content-inner .read-more-btn {
	color: #1d1d1d;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 1;
	position: relative;
	display: inline-block
}
.blog-post-content-inner .read-more-btn i {
	color: #1e8736;
	font-size: 16px;
	transition: all .3s linear;
	transform: translate(2px, 2px);
	display: inline-block
}
.blog-post-content-inner .read-more-btn:hover {
	padding-left: 10px;
	color: #1e8736
}
.single-post-content p {
	margin: 20px 0;
	color: #1d1d1d;
	line-height: 24px
}
.single-post-content p.quate-speech {
	margin-left: 100px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	border-left: 3px solid #1e8736
}

@media only screen and (max-width:767px) {
.single-post-content p.quate-speech {
	margin-left: 50px
}
}
.blog-single-tags-share {
	margin-bottom: 35px;
	line-height: 24px
}
.blog-single-tags-share span.title {
	font-weight: 700;
	color: #1d1d1d
}
.blog-single-tags-share .tag-list li {
	display: inline-block;
	margin-left: 5px;
	color: #1d1d1d
}
.blog-single-tags-share .tag-list li a {
	color: #1d1d1d
}
.blog-single-tags-share .tag-list li a:hover {
	color: #1e8736
}
.blog-single-tags-share .social li {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	color: #1d1d1d
}
.blog-single-tags-share .social li a {
	color: #1d1d1d
}
.blog-single-tags-share .social li a:hover {
	color: #1e8736
}
.blog-related-post {
	padding: 40px 0 30px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb
}
.blog-related-post .section-title {
	border-bottom: 0 solid #ebebeb;
	margin-bottom: 30px
}
.blog-related-post .section-title h2:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	bottom: -1px;
	background: #1e8736;
	width: 50px
}
.blog-related-post .blog-title a {
	font-size: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.blog-related-post .blog-title a {
	font-size: 15px
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.blog-related-post .blog-title a {
	font-size: 15px
}
}

@media only screen and (max-width:767px) {
.blog-related-post .blog-title a {
	font-size: 20px
}
}
.comment-area {
	line-height: 24px;
	margin-top: 35px
}
.comment-area h2.comment-heading {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	color: #1d1d1d;
	text-transform: capitalize;
	line-height: 16px;
	font-weight: 600;
	margin: 0 0 40px
}
.comment-area .single-review {
	display: flex;
	margin: 0 0 50px
}

@media only screen and (max-width:767px) {
.comment-area .single-review {
	display: block
}
}
.comment-area .single-review .review-img {
	flex: 0 0 90px;
	margin: 0 15px 0 0
}

@media only screen and (max-width:767px) {
.comment-area .single-review .review-img {
	margin: 0 0 20px 0
}
}
.comment-area .single-review .review-content {
	padding: 30px;
	border: 1px solid #ebebeb;
	border-radius: 5px
}
.comment-area .single-review .review-content .review-top-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
	align-items: center
}
.comment-area .single-review .review-content .review-top-wrap .review-left {
	display: flex
}
.comment-area .single-review .review-content .review-top-wrap .review-left .review-name h4 {
	font-weight: 600;
	color: #1d1d1d
}
.comment-area .single-review .review-content .review-top-wrap .review-left a {
	color: #1d1d1d
}
.comment-area .single-review .review-content .review-top-wrap .review-left a:hover {
	color: #1e8736
}
.comment-area .single-review .review-content p {
	margin: 0;
	width: 93%
}

@media only screen and (max-width:479px) {
.comment-area .single-review .review-content p {
	width: 100%
}
}
.comment-area .single-review.child-review {
	margin-left: 70px
}

@media only screen and (max-width:767px) {
.comment-area .single-review.child-review {
	margin-left: 0
}
}
.blog-comment-form {
	line-height: 24px
}
.blog-comment-form h2.comment-heading {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	color: #1d1d1d;
	text-transform: capitalize;
	line-height: 16px;
	font-weight: 600;
	margin: 0 0 10px
}
.blog-comment-form p {
	margin: 0 0 30px
}
.blog-comment-form .single-form input, .blog-comment-form .single-form textarea {
	padding: 2px 10px 2px 20px;
	background: 0 0;
	border: 1px solid #e6e6e6;
	color: #333;
	border-radius: 5px
}
.blog-comment-form .single-form textarea {
	height: 180px;
	padding: 20px 10px 2px 20px;
	margin-bottom: 20px;
	width: 100%;
	outline: 0
}
.blog-comment-form .single-form input {
	height: 45px;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	color: #253237;
	width: 100%;
	margin-bottom: 15px;
	outline: 0
}
.blog-comment-form .single-form input.submit {
	padding: 0 55px!important;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	text-transform: uppercase;
	background: #1e8736!important;
	display: block;
	color: #fff!important;
	width: 200px;
	transition: all .3s linear;
	margin: 20px 0 0 0
}
.blog-comment-form .single-form input.submit:hover {
	background-color: #1d1d1d!important
}
.contact-area .contact-map {
	margin-bottom: 60px
}
.contact-area .contact-map #map {
	height: 560px
}
.contact-area .custom-row-2 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}
.contact-area .custom-row-2 div[class^=col-] {
	padding-left: 5px;
	padding-right: 5px
}
.contact-area .custom-row-2 .contact-info-wrap {
	background-color: #f3f3f3;
	padding: 120px 70px 112px 90px
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info {
	display: flex;
	align-items: center;
	margin-bottom: 40px
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon {
	margin-right: 20px
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon i {
	font-size: 20px;
	color: #1d1d1d;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #252525;
	text-align: center;
	border-radius: 100%;
	transition: all .3s ease 0s
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info:hover .contact-icon i {
	background-color: #1e8736;
	color: #fff;
	border-color: #1e8736
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p {
	line-height: 1;
	color: #1d1d1d;
	margin: 0 0 9px
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a {
	color: #1d1d1d
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
	color: #1e8736
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social h3 {
	font-weight: 700;
	color: #1d1d1d;
	font-size: 24px;
	margin: 0 0 17px;
	line-height: 1
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info {
	margin-top: 30px
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #666;
	font-size: 24px;
	padding: 0;
	line-height: 36px;
	border-radius: 100%;
	text-align: center;
	border: none;
	z-index: 1;
	transition: all .3s linear;
	margin-right: 15px
}

.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a:hover {
	color: #1e8736
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.contact-area .custom-row-2 .contact-info-wrap {
	padding: 120px 20px 112px 40px
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.contact-area .custom-row-2 .contact-info-wrap {
	padding: 120px 20px 112px 30px
}
}

@media only screen and (max-width:767px) {
.contact-area .custom-row-2 .contact-info-wrap {
	padding: 50px 30px 50px 30px
}
}
.contact-area .custom-row-2 .contact-form {
	background-color: #f3f3f3;
	padding: 50px 110px 50px 110px
}
.contact-area .custom-row-2 .contact-form .contact-title h2 {
	font-size: 24px;
	font-weight: 700;
	color: #1d1d1d;
	line-height: 1;
	margin-bottom: 36px;
	margin-left: -10px
}
.contact-area .custom-row-2 .contact-form .contact-form-style input, .contact-area .custom-row-2 .contact-form .contact-form-style textarea {
	background: 0 0;
	border: 1px solid #c1c1c1;
	height: 40px;
	padding: 2px 14px;
	margin-bottom: 30px;
	color: #000;
	width: 100%;
	outline: 0;
	border-radius: 5px
}
.contact-area .custom-row-2 .contact-form .contact-form-style textarea {
	padding: 20px 14px;
	margin-bottom: 0;
	height: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
.contact-area .custom-row-2 .contact-form .contact-form-style textarea {
	height: 130px
}
}
.contact-area .custom-row-2 .contact-form .contact-form-style button {
	border: none;
	background-color: #1e8736;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding: 15px 52px;
	margin-top: 33px;
	outline: 0;
	transition: all .3s ease 0s;
	border-radius: 5px
}
.contact-area .custom-row-2 .contact-form .contact-form-style button:hover {
	background: #1d1d1d
}
.contact-area .custom-row-2 .contact-form p {
	color: #333
}

@media only screen and (min-width:768px) and (max-width:991px) {
.contact-area .custom-row-2 .contact-form {
	padding: 50px 30px 50px 30px
}
}

@media only screen and (max-width:767px) {
.contact-area .custom-row-2 .contact-form {
	padding: 50px 30px 50px 30px
}
}
.modal-dialog {
	margin: 0 auto;
	max-width: 960px;
	width: 960px;
	padding: 35px
}
.modal-dialog .product-details-content p.quickview-para {
	font-size: 14px;
	color: #1d1d1d;
	line-height: 24px;
	margin: 0 0 20px;
	font-weight: 400
}

@media only screen and (min-width:768px) and (max-width:991px) {
.modal-dialog {
	max-width: 720px;
	width: 720px
}
}

@media only screen and (max-width:767px) {
.modal-dialog {
	width: 98%;
	max-width: 100%;
	padding: 35px 0;
	margin: auto 2%
}
}
.modal-dialog .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto
}
.modal-dialog .swiper-slide {
	background-size: cover;
	background-position: center
}
.modal-dialog .gallery-top {
	height: 80%;
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
.modal-dialog .gallery-top {
	height: 50%
}
}
.modal-dialog .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0
}
.modal-dialog .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%
}

@media only screen and (max-width:767px) {
.modal-dialog .gallery-thumbs .swiper-slide img {
	width: 90px;
	height: 90px
}
.modal-dialog .gallery-thumbs .swiper-slide img:hover {
	border: 1px solid #1e8736
}
}

@media only screen and (max-width:575px) {
.modal-dialog .gallery-thumbs .swiper-slide img {
	width: 50px;
	height: 50px
}
}
.modal-dialog .gallery-thumbs .swiper-slide-thumb-active img {
	border: 1px solid #1e8736
}

@media only screen and (min-width:768px) and (max-width:991px) {
.modal-dialog .gallery-thumbs {
	height: 14%
}
}

@media only screen and (max-width:767px) {
.modal-dialog .gallery-thumbs {
	height: auto
}
.header-logo img {width: 180px;}
}
.modal.fade {
	display: block!important;
	opacity: 0;
	visibility: hidden
}
.modal.fade.show {
	display: block!important;
	opacity: 1;
	visibility: visible
}
.header-menu-nav .menu-nav li a {color: #fff;}
.header-menu-nav .menu-nav li{color: #fff;border-right: 1px solid #fff;}
.header-menu-nav .menu-nav li:last-child{ border-right:0px;}
.header-top.bg-white {background: #fff !important;border-top: 0 !important;box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06); padding:10px 0px;}
.logo img {width: 180px;}
.mobile-header.d-xl-none.sticky-nav.bg-white.ptb-10px {background: #fff !important;box-shadow: 2px 4px 8px rgba(51,51,51,.25);}
#navbarSupportedContent li a{ color:#666; padding-left:20px; padding-right:20px; font-weight:600; font-size:16px;}
#navbarSupportedContent li a:hover{ text-decoration:underline;}
.header-menu.d-xl-block.d-none.bg-light-gray {padding-top: 20px;}


.mobilenumber_check{ position:relative; padding:50px 0px 0;}
.mobilenumber_checkbg{ text-align:center; padding:50px 50px 30px 50px; border-radius:5px; border:5px solid #fff;box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
background: url(../images/chkprize.jpg) no-repeat center center ; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}
.mobilenumber_checkbg li{ display:block; margin:0px 0px 20px 0px;}
.mobilenumber_checkbg li h4{color:#fff;}
.mobilenumber_checkbg li .form-control{ border:none; border-radius:0px;}
.header-menu-vertical.bg-blue {background-color: #86b200 !important;}

.blink{}
.blink span{color: #1e8736;animation: blink 1s linear infinite; display:block;}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.spacer1px {clear:both;line-height:0;font-size:0;overflow:hidden;height:1px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer10px {clear:both;line-height:0;font-size:0;overflow:hidden;height:10px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer20px {clear:both;line-height:0;font-size:0;overflow:hidden;height:20px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer30px {clear:both;line-height:0;font-size:0;overflow:hidden;height:30px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}


.scratch_image{ position:relative; padding-bottom:40px; text-align:center;}
.scratch_image h4{font-size: 22px;margin: 0px 0px 30px 0px;font-weight: 700;color: #ff9812;}
.scratch_image h3{ color:#ff0000; margin:20px 0px;}

img{max-width:100%;height:auto; outline:none;}
.winnerpage{ position:relative; padding:60px 0px;}
.container.smallsize{max-width: 1200px;}
.prize_dtls_company{ font-size:22px; line-height:32px; font-weight:600; color:#000;margin-top: 80px;}
.prize_dtls_company h5{ margin-bottom:20px; font-size:36px; font-weight:700;}
.prize_dtls_company h4{ margin-bottom:20px;font-size:30px;font-weight:700; color:#ff0000;}



.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    50%{     color: #ff0000;    }
    100%{    color:transparent;  }
}

.blinking2{
    animation:blinkingText2 1.2s infinite;
}
@keyframes blinkingText2{
    0%{     color: #1e8736;    }
    49%{    color: #1e8736; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #1e8736;    }
}






.winnerdtls{ background-color:#f8f8f8; position:relative; padding:30px; margin:30px 0px;}
.winnerdtls h2{ text-align: center; color:#ff6c00; font-size:40px;}
.winnerdtls p{ margin-bottom:20px; font-size:18px; line-height:1.5; color:#333;}

.winnerdtls_paymentoption{ margin-top:50px;}
.winnerdtls_paymentoption p{ color:#333; font-size:18px; line-height:1.5; font-weight:600;}
.winnerdtls_paymentoption h4{ margin-bottom:20px;}


.winnerdtls_terma p{ color:#333; font-size:18px; line-height:1.5; font-weight:600;}
.winnerdtls_terma h4{ margin-bottom:20px;}



.paymentmthod_main{ position:relative; margin:60px 0px 50px;}

.winnerdtls_paymentcard{ text-align:center; background-color:#ff6c00; padding:20px; border-radius:5px;}
.winnerdtls_paymentcard img{ width:250px; margin:30px 0px;}
.winnerdtls_paymentcard h2{color:#fff;}
.winnerdtls_paymentcard h5{color:#fff; font-size:30px;}
.winnerdtls_paymentcard a.prize-gift{color: #fff;font-size: 30px;display: block;width: 100%;padding: 20px 10px;background-color: #032f70;font-weight: 600;border-radius: 5px;margin: 30px 0px 0 0;}
.winnerdtls_paymentcard a.prize-gift:hover{background-color: #000;}




.winnercash_main{ position:relative; padding:60px 0px 60px;}
.winnercash_main_content{ font-size:20px; line-height:1.5; color:#000; font-weight:500;}
.winnercash_main_content strong{ color:#ff6c00;}

.winnercash_forms {margin: 50px 0px 0 0;padding: 20px;background: #f4f4f4;border-top: 6px solid #1e8736;border-radius: 5px;}
.winnercash_forms h3{ margin-bottom:10px; text-align:center; color:#253bb5;}
.winnercash_forms h4{ margin-bottom:30px; text-align:center; color:#333; font-size:18px;}
.winnercash_forms h4 strong{ color:#ff6c00;}

.winnercash_forms label{ display:block; margin-bottom:5px; font-weight:600; font-size:16px; color:#333;}
.winnercash_forms .form-group{ margin-bottom:20px;}
.winnercash_forms .form-control{ border-radius:0px; height:45px; line-height:45px;}
.carprize_content{ font-size:16px; color:#333; font-weight:600;}






.btn_submit{ display:inline-block; padding:15px 30px; font-size:20px; color:#fff; border-radius:5px; background-color:#16a2b3; font-weight:600;}
.btn_submit:hover{background-color:#ff6c00;}


.first.onlymobileshow{ display:none;}




@media (max-width: 767px) { 
.blink span {color: #ff6c00;font-weight: bold;}
.first.onlymobileshow {background: #fff !important;text-align: center;font-size: 20px;font-weight: 700;}
.first.onlymobileshow{ display:block;}
.prize_dtls_company{ margin-top: 40px;}
.prize_dtls_company h5{ font-size:26px;}
.prize_dtls_company h4{font-size:20px;}
}

