@charset "UTF-8";
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: #5f5f5f;
	background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', 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: 'Poppins', 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
}

.pb-60px {
	padding-bottom: 60px
}

.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:url("../images/banner-image/bg_footer.jpg") repeat-y right top #39b549;
}

.bg-blue-deep {
	background-color: #0562d6
}

.bg-blue-light {
	background-color: #39b549
}

.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: #39b549
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #39b549
}

.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: 700;
	line-height: 1;
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	font-size: 28px;
	color: #1d1d1d
}

.section-title h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	bottom: -1px;
	background: #fcb33d
}

.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: #39b549;
	color: #fff;
	right: 80px;
	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;
	border-bottom: 1px solid #ebebeb;
	color: #47494a
}

.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: #39b549
}

.header-nav ul li ul.dropdown-menu li:last-child a {
	border-bottom: 0 solid #ebebeb
}

.header-nav ul li button:hover {
	color: #39b549
}

@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
	}
}

.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: 20px;
	position: relative;
	color: #47494a;
	text-transform: capitalize;
	margin-top: 6px;
	margin-right: 50px;
	margin-left: 75px
}

.header-top .header-right-element .contact-link a {
	color: #1d1d1d;
	font-weight: 700
}

.header-top .header-right-element .contact-link a:hover {
	color: #39b549
}

.header-top .header-right-element .contact-link-marker:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f3c5";
	font-size: 35px;
	color: #39b549;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0
}

.header-top .header-right-element .contact-link-email:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f658";
	font-size: 35px;
	color: #39b549;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0
}


.header-top .header-right-element .contact-link-phone:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f879";
	font-size: 35px;
	color: #39b549;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	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: #1d7929;
	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: #39b549
}

.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: 500;
    font-size: 16px;
    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: #39b549;
	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: #39b549
}

.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: #39b549
}

.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: #39b549
}

.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: #39b549
}

.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: #39b549
}

.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: #39b549;
	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: #39b549
}

.slider-nav-style-1 .swiper-button-prev:after {
	content: ""
}

.slider-nav-style-1 .swiper-button-prev:after:hover {
	color: #39b549
}

.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: #39b549
}

.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: 16px;
	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 p {
	font-size: 16px;
	font-weight: 400;
	color: #5f5f5f;
	display: block;
	line-height: 1.5;
	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: #39b549
}

.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: #39b549;
	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: #39b549
}

.list-product .product-decs {
	padding: 15px 15px 30px 15px;
}

.list-product .product-decs a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
	color: #39b549
}

.list-product .product-decs h2 {
	font-weight: 400;
	margin: 0;
	line-height: 1;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.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: #39b549
}

.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: #39b549
}

.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: #39b549
}

.feature-tab-area .nav-tabs li a:hover {
	color: #1d1d1d
}

.feature-tab-area .nav-tabs li a:hover:after {
	background: #39b549
}

@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: #39b549;
	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: #39b549
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #39b549;
	background-color: #fff;
	border-color: #39b549
}

.brand-slider {
	border-top: 1px solid #ebebeb;
	border-bottom: 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:url("../images/banner-image/bg_footer.jpg") repeat-y right top #39b549;
	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: #134b1b
}

.footer-area .footer-top .single-wedge p {
	line-height: 30px
}

.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: 30px;
	border: 0;
	padding: 0;
	font-weight: 400;
	margin-bottom: 8px
}

.footer-area .footer-top .single-wedge .footer-links a {
	font-size: 16px;
	line-height: 32px;
	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: #fff;
	background: #1d7929;
	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: #39b549
}

.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: #39b549
}

.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: #39b549
}

.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: #39b549
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
	background: #39b549
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
	background: #39b549
}

.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: #1d7929;
	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: #39b549;
	color: #fff
}

.offcanvas .inner .foot .buttons .current-btn {
	background-color: #39b549;
	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: auto;
	width: 50px;
	height: 50px;
	margin-top: -2px;
	margin-left: -2px;
	cursor: pointer;
	transform: translate3d(-50%, -50%, 0);
	right: -90px
}

.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: #1d1d1d;
	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: #39b549
}

.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: 24px;
	color: #1d1d1d;
	margin-right: 30px;
	position: relative
}

/*.header-tools .cart-info a:before {
	position: absolute;
	bottom: -3px;
	left: 17px;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #eb2606;
	line-height: 20px;
	font-size: 12px;
	border-radius: 100%;
	text-align: center;
	font-weight: 700;
	content: "3"
}*/

@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: #39b549
}

@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: 'Poppins', 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: #39b549
}

.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: #39b549
}

.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: auto;
	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: #39b549
}

@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: #39b549;
	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: #39b549
}

.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: #39b549
}

.shop-category-area .shop-top-bar .shop-tab a:hover i {
	color: #39b549
}

.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: #39b549
}

.pro-pagination-style a:hover {
	color: #fff;
	background-color: #39b549
}

.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: #39b549
}

.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: #39b549;
	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: #39b549
}

@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: #39b549
}

.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: #39b549
}

.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: #39b549
}

.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 #39b549;
	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: #39b549
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a {
	color: #39b549
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a span {
	color: #39b549
}

.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 #39b549
}

.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal {
	height: 5px
}

.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header {
	background: #39b549
}

.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: #39b549;
	border-color: #39b549;
	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 #39b549;
	transition: all .3s linear
}

.product-dec-slider-2 .swiper-slide:hover img {
	border: 1px solid #39b549
}

.product-details-content h2 {
	color: #47494a;
	font-size: 32px;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 25px 0
}

.product-details-content p {
	font-size: 16px;
	color: #5f5f5f;
	font-weight: 400;
	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: #39b549
}

.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: #5f5f5f
}

.product-details-content .pro-details-list p {
	font-weight: 400;
	color: #5f5f5f;
	line-height: 30px;
	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: #39b549;
	color: #fff
}


.product-details-content .pro-details-quality .pro-details-cart a i{
	margin-left: 5px;
	
}



.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: #39b549
}

.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: #39b549
}

.product-details-content .pro-details-policy {
	margin: 25px 0 0
}

.product-details-content .pro-details-policy li {
	    margin-right: 20px;
    display: inline-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: #39b549
}

.description-review-topbar.nav a.active {
	color: #1d1d1d
}

.description-review-topbar.nav a.active:after {
	background-color: #39b549
}

.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: #39b549
}

.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: #39b549!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: #39b549
}

.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 #39b549;
	transition: all .3s linear
}

.product-dec-slider-3 .swiper-slide:hover img {
	border: 1px solid #39b549
}

.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: #39b549
}

.cart-main-area .table-content table tbody>tr td.product-wishlist-cart>a {
	background-color: #39b549;
	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: #39b549;
	color: #fff
}

.cart-shiping-update-wrapper .cart-clear>a {
	background-color: #39b549;
	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: #39b549;
	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: #39b549;
	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: #39b549;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 25px
}

.grand-totall .grand-totall-title span {
	float: right
}

.grand-totall a {
	background-color: #39b549;
	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: #39b549;
	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: #39b549;
	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: #39b549;
	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: #39b549;
	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: #39b549
}

.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: #39b549!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: #39b549
}

.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: #39b549;
	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: #39b549
}

.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: #39b549
}

.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: #39b549
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
	color: #39b549
}

.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: #39b549;
	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: #39b549
}

.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: #39b549
}

.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 {
	color: #5f5f5f;
    line-height: 30px;
}

.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 {
	color: #5f5f5f;
    line-height: 30px;
}

.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: #39b549;
	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: #39b549
}

.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: #39b549
}

.right-sidebar .category-post li {
	margin-bottom: 5px;
	display: block
}

.right-sidebar .category-post li a {
	color: #888;
	line-height: 24px
}

.right-sidebar .category-post li a:hover {
	color: #39b549
}

.right-sidebar .category-post li:last-child {
	margin: 0
}

.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: #39b549
}

@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: #5f5f5f
}

.blog-post-content-inner .blog-page-meta li a:hover {
	color: #39b549
}

.blog-post-content-inner p {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
	color: #5f5f5f;
	line-height: 30px
}

.blog-post-content-inner .read-more-btn {
	color: #5f5f5f;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 1;
	position: relative;
	display: inline-block
}

.blog-post-content-inner .read-more-btn i {
	color: #39b549;
	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: #39b549
}

.single-post-content p {
	margin: 20px 0;
	color: #5f5f5f;
	line-height: 30px
}

.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 #39b549
}

@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: #39b549
}

.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: #39b549
}

.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: #39b549;
	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: 'Poppins', 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: #39b549
}

.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: 'Poppins', 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: #39b549!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 63px 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: #39b549;
	color: #fff;
	border-color: #39b549
}

.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: #39b549
}

.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: #39b549
}

@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: #39b549;
	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 #39b549
	}
}

@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 #39b549
}

@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
	}
}

.modal.fade {
	display: block!important;
	opacity: 0;
	visibility: hidden
}

.modal.fade.show {
	display: block!important;
	opacity: 1;
	visibility: visible
}

/* font weight */
.font-weight-100 {font-weight:100}
.font-weight-200 {font-weight:200}
.font-weight-300 {font-weight:300}
.font-weight-400 {font-weight:400}
.font-weight-500 {font-weight:500}
.font-weight-600 {font-weight:600}
.font-weight-700 {font-weight:700}
.font-weight-800 {font-weight:800}
.font-weight-900 {font-weight:900}


/*==============================
    Margin
================================*/

.margin-half-all {margin:.5%}
.margin-one-all {margin:1%}
.margin-one-half-all {margin:1.5%}
.margin-two-all {margin:2%}
.margin-two-half-all {margin:2.5%}
.margin-three-all {margin:3%}
.margin-three-half-all {margin:3.5%}
.margin-four-all {margin:4%}
.margin-four-half-all {margin:4.5%}
.margin-five-all {margin:5%}
.margin-five-half-all {margin:5.5%}
.margin-six-all {margin:6%}
.margin-six-half-all {margin:6.5%}
.margin-seven-all {margin:7%}
.margin-seven-half-all {margin:7.5%}
.margin-eight-all {margin:8%}
.margin-eight-half-all {margin:8.5%}
.margin-nine-all {margin:9%}
.margin-nine-half-all {margin:9.5%}
.margin-ten-all {margin:10%}
.margin-ten-half-all {margin:10.5%}
.margin-eleven-all {margin:11%}
.margin-eleven-half-all {margin:11.5%}
.margin-twelve-all {margin:12%}
.margin-twelve-half-all {margin:12.5%}
.margin-thirteen-all {margin:13%}
.margin-thirteen-half-all {margin:13.5%}
.margin-fourteen-all {margin:14%}
.margin-fourteen-half-all {margin:14.5%}
.margin-fifteen-all {margin:15%}
.margin-fifteen-half-all {margin:15.5%}
.margin-sixteen-all {margin:16%}
.margin-sixteen-half-all {margin:16.5%}
.margin-seventeen-all {margin:17%}
.margin-seventeen-half-all {margin:17.5%}
.margin-eighteen-all {margin:18%}
.margin-eighteen-half-all {margin:18.5%}
.margin-nineteen-all {margin:19%}
.margin-nineteen-half-all {margin:19.5%}
.margin-twenty-all {margin:20%}
.margin-twenty-half-all {margin:20.5%}
.margin-twenty-one-all {margin:21%}
.margin-twenty-one-half-all {margin:21.5%}
.margin-twenty-two-all {margin:22%}
.margin-twenty-two-half-all {margin:22.5%}
.margin-twenty-three-all {margin:23%}
.margin-twenty-three-half-all {margin:23.5%}
.margin-twenty-four-all {margin:24%}
.margin-twenty-four-half-all {margin:24.5%}
.margin-twenty-five-all {margin:25%}
.margin-5px-all {margin:5px}
.margin-10px-all {margin:10px}
.margin-15px-all {margin:15px}
.margin-20px-all {margin:20px}
.margin-25px-all {margin:25px}
.margin-30px-all {margin:30px}
.margin-35px-all {margin:35px}
.margin-40px-all {margin:40px}
.margin-45px-all {margin:45px}
.margin-50px-all {margin:50px}
.margin-55px-all {margin:55px}
.margin-60px-all {margin:60px}
.margin-65px-all {margin:65px}
.margin-70px-all {margin:70px}
.margin-75px-all {margin:75px}
.margin-80px-all {margin:80px}
.margin-85px-all {margin:85px}
.margin-90px-all {margin:90px}
.margin-95px-all {margin:95px}
.margin-100px-all {margin:100px}

.no-margin {margin:0 !important}
.no-margin-lr {margin-left: 0 !important; margin-right: 0 !important}
.no-margin-tb {margin-top: 0 !important; margin-bottom: 0 !important}
.no-margin-top {margin-top:0 !important}
.no-margin-bottom {margin-bottom:0 !important}
.no-margin-left {margin-left:0 !important}
.no-margin-right {margin-right:0 !important}
.margin-lr-auto {margin-left:auto !important; margin-right:auto !important}
.margin-auto {margin: 0 auto !important;}

/* margin top */
.margin-one-top {margin-top:1%}
.margin-one-half-top {margin-top:1.5%}
.margin-two-top {margin-top:2%}
.margin-two-half-top {margin-top:2.5%}
.margin-three-top {margin-top:3%}
.margin-three-half-top {margin-top:3.5%}
.margin-four-top {margin-top:4%}
.margin-four-half-top {margin-top:4.5%}
.margin-five-top {margin-top:5%}
.margin-five-half-top {margin-top:5.5%}
.margin-six-top {margin-top:6%}
.margin-six-half-top {margin-top:6.5%}
.margin-seven-top {margin-top:7%}
.margin-seven-half-top {margin-top:7.5%}
.margin-eight-top {margin-top:8%}
.margin-eight-half-top {margin-top:8.5%}
.margin-nine-top {margin-top:9%}
.margin-nine-half-top {margin-top:9.5%}
.margin-ten-top {margin-top:10%}
.margin-ten-half-top {margin-top:10.5%}
.margin-eleven-top {margin-top:11%}
.margin-eleven-half-top {margin-top:11.5%}
.margin-twelve-top {margin-top:12%}
.margin-twelve-half-top {margin-top:12.5%}
.margin-thirteen-top {margin-top:13%}
.margin-thirteen-half-top {margin-top:13.5%}
.margin-fourteen-top {margin-top:14%}
.margin-fourteen-half-top {margin-top:14.5%}
.margin-fifteen-top {margin-top:15%}
.margin-fifteen-half-top {margin-top:15.5%}
.margin-sixteen-top {margin-top:16%}
.margin-sixteen-half-top {margin-top:16.5%}
.margin-seventeen-top {margin-top:17%}
.margin-seventeen-half-top {margin-top:17.5%}
.margin-eighteen-top {margin-top:18%}
.margin-eighteen-half-top {margin-top:18.5%}
.margin-nineteen-top {margin-top:19%}
.margin-nineteen-half-top {margin-top:19.5%}
.margin-twenty-top {margin-top:20%}
.margin-twenty-half-top {margin-top:20.5%}
.margin-twenty-one-top {margin-top:21%}
.margin-twenty-one-half-top {margin-top:21.5%}
.margin-twenty-two-top {margin-top:22%}
.margin-twenty-two-half-top {margin-top:22.5%}
.margin-twenty-three-top {margin-top:23%}
.margin-twenty-three-half-top {margin-top:23.5%}
.margin-twenty-four-top {margin-top:24%}
.margin-twenty-four-half-top {margin-top:24.5%}
.margin-twenty-five-top {margin-top:25%}
.margin-5px-top {margin-top:5px}
.margin-10px-top {margin-top:10px}
.margin-15px-top {margin-top:15px}
.margin-20px-top {margin-top:20px}
.margin-25px-top {margin-top:25px}
.margin-30px-top {margin-top:30px}
.margin-35px-top {margin-top:35px}
.margin-40px-top {margin-top:40px}
.margin-45px-top {margin-top:45px}
.margin-50px-top {margin-top:50px}
.margin-55px-top {margin-top:55px}
.margin-60px-top {margin-top:60px}
.margin-65px-top {margin-top:65px}
.margin-70px-top {margin-top:70px}
.margin-75px-top {margin-top:75px}
.margin-80px-top {margin-top:80px}
.margin-90px-top {margin-top:90px}
.margin-100px-top {margin-top:100px}

/* margin bottom */
.margin-one-bottom {margin-bottom:1%}
.margin-one-half-bottom {margin-bottom:1.5%}
.margin-two-bottom {margin-bottom:2%}
.margin-two-half-bottom {margin-bottom:2.5%}
.margin-three-bottom {margin-bottom:3%}
.margin-three-half-bottom {margin-bottom:3.5%}
.margin-four-bottom {margin-bottom:4%}
.margin-four-half-bottom {margin-bottom:4.5%}
.margin-five-bottom {margin-bottom:5%}
.margin-five-half-bottom {margin-bottom:5.5%}
.margin-six-bottom {margin-bottom:6%}
.margin-six-half-bottom {margin-bottom:6.5%}
.margin-seven-bottom {margin-bottom:7%}
.margin-seven-half-bottom {margin-bottom:7.5%}
.margin-eight-bottom {margin-bottom:8%}
.margin-eight-half-bottom {margin-bottom:8.5%}
.margin-nine-bottom {margin-bottom:9%}
.margin-nine-half-bottom {margin-bottom:9.5%}
.margin-ten-bottom {margin-bottom:10%}
.margin-ten-half-bottom {margin-bottom:10.5%}
.margin-eleven-bottom {margin-bottom:11%}
.margin-eleven-half-bottom {margin-bottom:11.5%}
.margin-twelve-bottom {margin-bottom:12%}
.margin-twelve-half-bottom {margin-bottom:12.5%}
.margin-thirteen-bottom {margin-bottom:13%}
.margin-thirteen-half-bottom {margin-bottom:13.5%}
.margin-fourteen-bottom {margin-bottom:14%}
.margin-fourteen-half-bottom {margin-bottom:14.5%}
.margin-fifteen-bottom {margin-bottom:15%}
.margin-fifteen-half-bottom {margin-bottom:15.5%}
.margin-sixteen-bottom {margin-bottom:16%}
.margin-sixteen-half-bottom {margin-bottom:16.5%}
.margin-seventeen-bottom {margin-bottom:17%}
.margin-seventeen-half-bottom {margin-bottom:17.5%}
.margin-eighteen-bottom {margin-bottom:18%}
.margin-eighteen-half-bottom {margin-bottom:18.5%}
.margin-nineteen-bottom {margin-bottom:19%}
.margin-nineteen-half-bottom {margin-bottom:19.5%}
.margin-twenty-bottom {margin-bottom:20%}
.margin-twenty-half-bottom {margin-bottom:20.5%}
.margin-twenty-one-bottom {margin-bottom:21%}
.margin-twenty-one-half-bottom {margin-bottom:21.5%}
.margin-twenty-two-bottom {margin-bottom:22%}
.margin-twenty-two-half-bottom {margin-bottom:22.5%}
.margin-twenty-three-bottom {margin-bottom:23%}
.margin-twenty-three-half-bottom {margin-bottom:23.5%}
.margin-twenty-four-bottom {margin-bottom:24%}
.margin-twenty-four-half-bottom {margin-bottom:24.5%}
.margin-twenty-five-bottom {margin-bottom:25%}
.margin-5px-bottom {margin-bottom:5px}
.margin-10px-bottom {margin-bottom:10px}
.margin-15px-bottom {margin-bottom:15px}
.margin-20px-bottom {margin-bottom:20px}
.margin-25px-bottom {margin-bottom:25px}
.margin-30px-bottom {margin-bottom:30px}
.margin-35px-bottom {margin-bottom:35px}
.margin-40px-bottom {margin-bottom:40px}
.margin-45px-bottom {margin-bottom:45px}
.margin-50px-bottom {margin-bottom:50px}
.margin-55px-bottom {margin-bottom:55px}
.margin-60px-bottom {margin-bottom:60px}
.margin-65px-bottom {margin-bottom:65px}
.margin-70px-bottom {margin-bottom:70px}
.margin-75px-bottom {margin-bottom:75px}
.margin-80px-bottom {margin-bottom:80px}
.margin-85px-bottom {margin-bottom:85px}
.margin-90px-bottom {margin-bottom:90px}
.margin-95px-bottom {margin-bottom:95px}
.margin-100px-bottom {margin-bottom:100px}

/* margin right */
.margin-one-right {margin-right:1%}
.margin-one-half-right {margin-right:1.5%}
.margin-two-right {margin-right:2%}
.margin-two-half-right {margin-right:2.5%}
.margin-three-right {margin-right:3%}
.margin-three-half-right {margin-right:3.5%}
.margin-four-right {margin-right:4%}
.margin-four-half-right {margin-right:4.5%}
.margin-five-right {margin-right:5%}
.margin-five-half-right {margin-right:5.5%}
.margin-six-right {margin-right:6%}
.margin-six-half-right {margin-right:6.5%}
.margin-seven-right {margin-right:7%}
.margin-seven-half-right {margin-right:7.5%}
.margin-eight-right {margin-right:8%}
.margin-eight-half-right {margin-right:8.5%}
.margin-nine-right {margin-right:9%}
.margin-nine-half-right {margin-right:9.5%}
.margin-ten-right {margin-right:10%}
.margin-ten-half-right {margin-right:10.5%}
.margin-eleven-right {margin-right:11%}
.margin-eleven-half-right {margin-right:11.5%}
.margin-twelve-right {margin-right:12%}
.margin-twelve-half-right {margin-right:12.5%}
.margin-thirteen-right {margin-right:13%}
.margin-thirteen-half-right {margin-right:13.5%}
.margin-fourteen-right {margin-right:14%}
.margin-fourteen-half-right {margin-right:14.5%}
.margin-fifteen-right {margin-right:15%}
.margin-fifteen-half-right {margin-right:15.5%}
.margin-sixteen-right {margin-right:16%}
.margin-sixteen-half-right {margin-right:16.5%}
.margin-seventeen-right {margin-right:17%}
.margin-seventeen-half-right {margin-right:17.5%}
.margin-eighteen-right {margin-right:18%}
.margin-eighteen-half-right {margin-right:18.5%}
.margin-nineteen-right {margin-right:19%}
.margin-nineteen-half-right {margin-right:19.5%}
.margin-twenty-right {margin-right:20%}
.margin-twenty-half-right {margin-right:20.5%}
.margin-twenty-right {margin-right:21%}
.margin-twenty-one-half-right {margin-right:21.5%}
.margin-twenty-two-right {margin-right:22%}
.margin-twenty-two-half-right {margin-right:22.5%}
.margin-twenty-three-right {margin-right:23%}
.margin-twenty-three-half-right {margin-right:23.5%}
.margin-twenty-four-right {margin-right:24%}
.margin-twenty-four-half-right {margin-right:24.5%}
.margin-twenty-five-right {margin-right:25%}
.margin-5px-right {margin-right:5px}
.margin-10px-right {margin-right:10px}
.margin-15px-right {margin-right:15px}
.margin-20px-right {margin-right:20px}
.margin-25px-right {margin-right:25px}
.margin-30px-right {margin-right:30px}
.margin-35px-right {margin-right:35px}
.margin-40px-right {margin-right:40px}
.margin-45px-right {margin-right:45px}
.margin-50px-right {margin-right:50px}
.margin-55px-right {margin-right:55px}
.margin-60px-right {margin-right:60px}
.margin-65px-right {margin-right:65px}
.margin-70px-right {margin-right:70px}
.margin-75px-right {margin-right:75px}
.margin-80px-right {margin-right:80px}
.margin-85px-right {margin-right:85px}
.margin-90px-right {margin-right:90px}
.margin-95px-right {margin-right:95px}
.margin-100px-right {margin-right:100px}

/* margin left */
.margin-one-left {margin-left:1%}
.margin-one-half-left {margin-left:1.5%}
.margin-two-left {margin-left:2%}
.margin-two-half-left {margin-left:2.5%}
.margin-three-left {margin-left:3%}
.margin-three-half-left {margin-left:3.5%}
.margin-four-left {margin-left:4%}
.margin-four-half-left {margin-left:4.5%}
.margin-five-left {margin-left:5%}
.margin-five-half-left {margin-left:5.5%}
.margin-six-left {margin-left:6%}
.margin-six-half-left {margin-left:6.5%}
.margin-seven-left {margin-left:7%}
.margin-seven-half-left {margin-left:7.5%}
.margin-eight-left {margin-left:8%}
.margin-eight-half-left {margin-left:8.5%}
.margin-nine-left {margin-left:9%}
.margin-nine-half-left {margin-left:9.5%}
.margin-ten-left {margin-left:10%}
.margin-ten-half-left {margin-left:10.5%}
.margin-eleven-left {margin-left:11%}
.margin-eleven-half-left {margin-left:11.5%}
.margin-twelve-left {margin-left:12%}
.margin-twelve-half-left {margin-left:12.5%}
.margin-thirteen-left {margin-left:13%}
.margin-thirteen-half-left {margin-left:13.5%}
.margin-fourteen-left {margin-left:14%}
.margin-fourteen-half-left {margin-left:14.5%}
.margin-fifteen-left {margin-left:15%}
.margin-fifteen-half-left {margin-left:15.5%}
.margin-sixteen-left {margin-left:16%}
.margin-sixteen-half-left {margin-left:16.5%}
.margin-seventeen-left {margin-left:17%}
.margin-seventeen-half-left {margin-left:17.5%}
.margin-eighteen-left {margin-left:18%}
.margin-eighteen-half-left {margin-left:18.5%}
.margin-nineteen-left {margin-left:19%}
.margin-nineteen-half-left {margin-left:19.5%}
.margin-twenty-left {margin-left:20%}
.margin-twenty-half-left {margin-left:20.5%}
.margin-twenty-one-left {margin-left:21%}
.margin-twenty-one-half-left {margin-left:21.5%}
.margin-twenty-two-left {margin-left:22%}
.margin-twenty-two-half-left {margin-left:22.5%}
.margin-twenty-three-left {margin-left:23%}
.margin-twenty-three-half-left {margin-left:23.5%}
.margin-twenty-four-left {margin-left:24%}
.margin-twenty-four-half-left {margin-left:24.5%}
.margin-twenty-five-left {margin-left:25%}
.margin-5px-left {margin-left:5px}
.margin-10px-left {margin-left:10px}
.margin-15px-left {margin-left:15px}
.margin-20px-left {margin-left:20px}
.margin-25px-left {margin-left:25px}
.margin-30px-left {margin-left:30px}
.margin-35px-left {margin-left:35px}
.margin-40px-left {margin-left:40px}
.margin-45px-left {margin-left:45px}
.margin-50px-left {margin-left:50px}
.margin-55px-left {margin-left:55px}
.margin-60px-left {margin-left:60px}
.margin-65px-left {margin-left:65px}
.margin-70px-left {margin-left:70px}
.margin-75px-left {margin-left:75px}
.margin-80px-left {margin-left:80px}
.margin-85px-left {margin-left:85px}
.margin-90px-left {margin-left:90px}
.margin-95px-left {margin-left:95px}
.margin-100px-left {margin-left:100px}

/* margin left and right */
.margin-one-lr {margin-left:1%; margin-right:1%;}
.margin-one-half-lr {margin-left:1.5%; margin-right:1.5%;}
.margin-two-lr {margin-left:2%; margin-right:2%;}
.margin-two-half-lr {margin-left:2.5%; margin-right:2.5%;}
.margin-three-lr {margin-left:3%; margin-right:3%;}
.margin-three-half-lr {margin-left:3.5%; margin-right:3.5%;}
.margin-four-lr {margin-left:4%; margin-right:4%;}
.margin-four-half-lr {margin-left:4.5%; margin-right:4.5%;}
.margin-five-lr {margin-left:5%; margin-right:5%;}
.margin-five-half-lr {margin-left:5.5%; margin-right:5.5%;}
.margin-six-lr {margin-left:6%; margin-right:6%;}
.margin-six-half-lr {margin-left:6.5%; margin-right:6.5%;}
.margin-seven-lr {margin-left:7%; margin-right:7%;}
.margin-seven-half-lr {margin-left:7.5%; margin-right:7.5%;}
.margin-eight-lr {margin-left:8%; margin-right:8%;}
.margin-eight-half-lr {margin-left:8.5%; margin-right:8.5%;}
.margin-nine-lr {margin-left:9%; margin-right:9%;}
.margin-nine-half-lr {margin-left:9.5%; margin-right:9.5%;}
.margin-ten-lr {margin-left:10%; margin-right:10%;}
.margin-ten-half-lr {margin-left:10.5%; margin-right:10.5%;}
.margin-eleven-lr {margin-left:11%; margin-right:11%;}
.margin-eleven-half-lr {margin-left:11.5%; margin-right:11.5%;}
.margin-twelve-lr {margin-left:12%; margin-right:12%;}
.margin-twelve-half-lr {margin-left:12.5%; margin-right:12.5%;}
.margin-thirteen-lr {margin-left:13%; margin-right:13%;}
.margin-thirteen-half-lr {margin-left:13.5%; margin-right:13.5%;}
.margin-fourteen-lr {margin-left:14%; margin-right:14%;}
.margin-fourteen-half-lr {margin-left:14.5%; margin-right:14.5%;}
.margin-fifteen-lr {margin-left:15%; margin-right:15%;}
.margin-fifteen-half-lr {margin-left:15.5%; margin-right:15.5%;}
.margin-sixteen-lr {margin-left:16%; margin-right:16%;}
.margin-sixteen-half-lr {margin-left:16.5%; margin-right:16.5%;}
.margin-seventeen-lr {margin-left:17%; margin-right:17%;}
.margin-seventeen-half-lr {margin-left:17.5%; margin-right:17.5%;}
.margin-eighteen-lr {margin-left:18%; margin-right:18%;}
.margin-eighteen-half-lr {margin-left:18.5%; margin-right:18.5%;}
.margin-nineteen-lr {margin-left:19%; margin-right:19%;}
.margin-nineteen-half-lr {margin-left:19.5%; margin-right:19.5%;}
.margin-twenty-lr {margin-left:20%; margin-right:20%;}
.margin-twenty-half-lr {margin-left:20.5%; margin-right:20.5%;}
.margin-twenty-one-lr {margin-left:21%; margin-right:21%;}
.margin-twenty-one-half-lr {margin-left:21.5%; margin-right:21.5%;}
.margin-twenty-two-lr {margin-left:22%; margin-right:22%;}
.margin-twenty-two-half-lr {margin-left:22.5%; margin-right:22.5%;}
.margin-twenty-three-lr {margin-left:23%; margin-right:23%;}
.margin-twenty-three-half-lr {margin-left:23.5%; margin-right:23.5%;}
.margin-twenty-four-lr {margin-left:24%; margin-right:24%;}
.margin-twenty-four-half-lr {margin-left:24.5%; margin-right:24.5%;}
.margin-twenty-five-lr {margin-left:25%; margin-right:25%;}
.margin-5px-lr {margin-left:5px; margin-right:5px;}
.margin-10px-lr {margin-left:10px; margin-right:10px;}
.margin-15px-lr {margin-left:15px; margin-right:15px;}
.margin-20px-lr {margin-left:20px; margin-right:20px;}
.margin-25px-lr {margin-left:25px; margin-right:25px;}
.margin-30px-lr {margin-left:30px; margin-right:30px;}
.margin-35px-lr {margin-left:35px; margin-right:35px;}
.margin-40px-lr {margin-left:40px; margin-right:40px;}
.margin-45px-lr {margin-left:45px; margin-right:45px;}
.margin-50px-lr {margin-left:50px; margin-right:50px;}
.margin-55px-lr {margin-left:55px; margin-right:55px;}
.margin-60px-lr {margin-left:60px; margin-right:60px;}
.margin-65px-lr {margin-left:65px; margin-right:65px;}
.margin-70px-lr {margin-left:70px; margin-right:70px;}
.margin-75px-lr {margin-left:75px; margin-right:75px;}
.margin-80px-lr {margin-left:80px; margin-right:80px;}
.margin-85px-lr {margin-left:85px; margin-right:85px;}
.margin-90px-lr {margin-left:90px; margin-right:90px;}
.margin-95px-lr {margin-left:95px; margin-right:95px;}
.margin-100px-lr {margin-left:100px; margin-right:100px;}

/* margin top and bottom */
.margin-one-tb {margin-top:1%; margin-bottom:1%;}
.margin-one-half-tb {margin-top:1.5%; margin-bottom:1.5%;}
.margin-two-tb {margin-top:2%; margin-bottom:2%;}
.margin-two-half-tb {margin-top:2.5%; margin-bottom:2.5%;}
.margin-three-tb {margin-top:3%; margin-bottom:3%;}
.margin-three-half-tb {margin-top:3.5%; margin-bottom:3.5%;}
.margin-four-tb {margin-top:4%; margin-bottom:4%;}
.margin-four-half-tb {margin-top:4.5%; margin-bottom:4.5%;}
.margin-five-tb {margin-top:5%; margin-bottom:5%;}
.margin-five-half-tb {margin-top:5.5%; margin-bottom:5.5%;}
.margin-six-tb {margin-top:6%; margin-bottom:6%;}
.margin-six-half-tb {margin-top:6.5%; margin-bottom:6.5%;}
.margin-seven-tb {margin-top:7%; margin-bottom:7%;}
.margin-seven-half-tb {margin-top:7.5%; margin-bottom:7.5%;}
.margin-eight-tb {margin-top:8%; margin-bottom:8%;}
.margin-eight-half-tb {margin-top:8.5%; margin-bottom:8.5%;}
.margin-nine-tb {margin-top:9%; margin-bottom:9%;}
.margin-nine-half-tb {margin-top:9.5%; margin-bottom:9.5%;}
.margin-ten-tb {margin-top:10%; margin-bottom:10%;}
.margin-ten-half-tb {margin-top:10.5%; margin-bottom:10.5%;}
.margin-eleven-tb {margin-top:11%; margin-bottom:11%;}
.margin-eleven-half-tb {margin-top:11.5%; margin-bottom:11.5%;}
.margin-twelve-tb {margin-top:12%; margin-bottom:12%;}
.margin-twelve-half-tb {margin-top:12.5%; margin-bottom:12.5%;}
.margin-thirteen-tb {margin-top:13%; margin-bottom:13%;}
.margin-thirteen-half-tb {margin-top:13.5%; margin-bottom:13.5%;}
.margin-fourteen-tb {margin-top:14%; margin-bottom:14%;}
.margin-fourteen-half-tb {margin-top:14.5%; margin-bottom:14.5%;}
.margin-fifteen-tb {margin-top:15%; margin-bottom:15%;}
.margin-fifteen-half-tb {margin-top:15.5%; margin-bottom:15.5%;}
.margin-sixteen-tb {margin-top:16%; margin-bottom:16%;}
.margin-sixteen-half-tb {margin-top:16.5%; margin-bottom:16.5%;}
.margin-seventeen-tb {margin-top:17%; margin-bottom:17%;}
.margin-seventeen-half-tb {margin-top:17.5%; margin-bottom:17.5%;}
.margin-eighteen-tb {margin-top:18%; margin-bottom:18%;}
.margin-eighteen-half-tb {margin-top:18.5%; margin-bottom:18.5%;}
.margin-nineteen-tb {margin-top:19%; margin-bottom:19%;}
.margin-nineteen-half-tb {margin-top:19.5%; margin-bottom:19.5%;}
.margin-twenty-tb {margin-top:20%; margin-bottom:20%;}
.margin-twenty-half-tb {margin-top:20.5%; margin-bottom:20.5%;}
.margin-twenty-one-tb {margin-top:21%; margin-bottom:21%;}
.margin-twenty-one-half-tb {margin-top:21.5%; margin-bottom:21.5%;}
.margin-twenty-two-tb {margin-top:22%; margin-bottom:22%;}
.margin-twenty-two-half-tb {margin-top:22.5%; margin-bottom:22.5%;}
.margin-twenty-three-tb {margin-top:23%; margin-bottom:23%;}
.margin-twenty-three-half-tb {margin-top:23.5%; margin-bottom:23.5%;}
.margin-twenty-four-tb {margin-top:24%; margin-bottom:24%;}
.margin-twenty-four-half-tb {margin-top:24.5%; margin-bottom:24.5%;}
.margin-twenty-five-tb {margin-top:25%; margin-bottom:25%;}
.margin-5px-tb {margin-top:5px; margin-bottom:5px;}
.margin-10px-tb {margin-top:10px; margin-bottom:10px;}
.margin-15px-tb {margin-top:15px; margin-bottom:15px;}
.margin-20px-tb {margin-top:20px; margin-bottom:20px;}
.margin-25px-tb {margin-top:25px; margin-bottom:25px;}
.margin-30px-tb {margin-top:30px; margin-bottom:30px;}
.margin-35px-tb {margin-top:35px; margin-bottom:35px;}
.margin-40px-tb {margin-top:40px; margin-bottom:40px;}
.margin-45px-tb {margin-top:45px; margin-bottom:45px;}
.margin-50px-tb {margin-top:50px; margin-bottom:50px;}
.margin-55px-tb {margin-top:55px; margin-bottom:55px;}
.margin-60px-tb {margin-top:60px; margin-bottom:60px;}
.margin-65px-tb {margin-top:65px; margin-bottom:65px;}
.margin-70px-tb {margin-top:70px; margin-bottom:70px;}
.margin-75px-tb {margin-top:75px; margin-bottom:75px;}
.margin-80px-tb {margin-top:80px; margin-bottom:80px;}
.margin-85px-tb {margin-top:85px; margin-bottom:85px;}
.margin-90px-tb {margin-top:90px; margin-bottom:90px;}
.margin-95px-tb {margin-top:95px; margin-bottom:95px;}
.margin-100px-tb {margin-top:100px; margin-bottom:100px;}

/*===============================
    Padding
=================================*/

.no-padding {padding:0 !important}
.no-padding-lr {padding-left: 0 !important; padding-right: 0 !important}
.no-padding-tb {padding-top: 0 !important; padding-bottom: 0 !important}
.no-padding-top {padding-top:0 !important}
.no-padding-bottom {padding-bottom:0 !important}
.no-padding-left {padding-left:0 !important}
.no-padding-right {padding-right:0 !important}
.padding-one-all {padding:1%;}
.padding-one-half-all {padding:1.5%;}
.padding-two-all {padding:2%;}
.padding-two-half-all {padding:2.5%;}
.padding-three-all {padding:3%;}
.padding-three-half-all {padding:3.5%;}
.padding-four-all {padding:4%;}
.padding-four-half-all {padding:4.5%;}
.padding-five-all {padding:5%;}
.padding-five-half-all {padding:5.5%;}
.padding-six-all {padding:6%;}
.padding-six-half-all {padding:6.5%;}
.padding-seven-all {padding:7%;}
.padding-seven-half-all {padding:7.5%;}
.padding-eight-all {padding:8%;}
.padding-eight-half-all {padding:8.5%;}
.padding-nine-all {padding:9%;}
.padding-nine-half-all {padding:9.5%;}
.padding-ten-all {padding:10%;}
.padding-ten-half-all {padding:10.5%;}
.padding-eleven-all {padding:11%;}
.padding-eleven-half-all {padding:11.5%;}
.padding-twelve-all {padding:12%;}
.padding-twelve-half-all {padding:12.5%;}
.padding-thirteen-all {padding:13%;}
.padding-thirteen-half-all {padding:13.5%;}
.padding-fourteen-all {padding:14%;}
.padding-fourteen-half-all {padding:14.5%;}
.padding-fifteen-all {padding:15%;}
.padding-fifteen-half-all {padding:15.5%;}
.padding-sixteen-all {padding:16%;}
.padding-sixteen-half-all {padding:16.5%;}
.padding-seventeen-all {padding:17%;}
.padding-seventeen-half-all {padding:17.5%;}
.padding-eighteen-all {padding:18%;}
.padding-eighteen-half-all {padding:18.5%;}
.padding-nineteen-all {padding:19%;}
.padding-nineteen-half-all {padding:19.5%;}
.padding-twenty-all {padding:20%;}
.padding-twenty-half-all {padding:20.5%;}
.padding-twenty-one-all {padding:21%;}
.padding-twenty-one-half-all {padding:21.5%;}
.padding-twenty-two-all {padding:22%;}
.padding-twenty-two-half-all {padding:22.5%;}
.padding-twenty-three-all {padding:23%;}
.padding-twenty-three-half-all {padding:23.5%;}
.padding-twenty-four-all {padding:24%;}
.padding-twenty-four-half-all {padding:24.5%;}
.padding-twenty-five-all {padding:25%;}
.padding-twenty-five-half-all {padding:25.5%;}
.padding-5px-all {padding:5px;}
.padding-10px-all {padding:10px;}
.padding-15px-all {padding:15px;}
.padding-20px-all {padding:20px;}
.padding-25px-all {padding:25px;}
.padding-30px-all {padding:30px;}
.padding-35px-all {padding:35px;}
.padding-40px-all {padding:40px;}
.padding-45px-all {padding:45px;}
.padding-50px-all {padding:50px;}
.padding-55px-all {padding:55px;}
.padding-60px-all {padding:60px;}
.padding-65px-all {padding:65px;}
.padding-70px-all {padding:70px;}
.padding-75px-all {padding:75px;}
.padding-80px-all {padding:80px;}
.padding-85px-all {padding:85px;}
.padding-90px-all {padding:90px;}
.padding-95px-all {padding:95px;}
.padding-100px-all {padding:100px;}

/* padding top */
.padding-one-top {padding-top:1%;}
.padding-one-half-top {padding-top:1.5%;}
.padding-two-top {padding-top:2%;}
.padding-two-half-top {padding-top:2.5%;}
.padding-three-top {padding-top:3%;}
.padding-three-half-top {padding-top:3.5%;}
.padding-four-top {padding-top:4%;}
.padding-four-half-top {padding-top:4.5%;}
.padding-five-top {padding-top:5%;}
.padding-five-half-top {padding-top:5.5%;}
.padding-six-top {padding-top:6%;}
.padding-six-half-top {padding-top:6.5%;}
.padding-seven-top {padding-top:7%;}
.padding-seven-half-top {padding-top:7.5%;}
.padding-eight-top {padding-top:8%;}
.padding-eight-half-top {padding-top:8.5%;}
.padding-nine-top {padding-top:9%;}
.padding-nine-half-top {padding-top:9.5%;}
.padding-ten-top {padding-top:10%;}
.padding-ten-half-top {padding-top:10.5%;}
.padding-eleven-top {padding-top:11%;}
.padding-eleven-half-top {padding-top:11.5%;}
.padding-twelve-top {padding-top:12%;}
.padding-twelve-half-top {padding-top:12.5%;}
.padding-thirteen-top {padding-top:13%;}
.padding-thirteen-half-top {padding-top:13.5%;}
.padding-fourteen-top {padding-top:14%;}
.padding-fourteen-half-top {padding-top:14.5%;}
.padding-fifteen-top {padding-top:15%;}
.padding-fifteen-half-top {padding-top:15.5%;}
.padding-sixteen-top {padding-top:16%;}
.padding-sixteen-half-top {padding-top:16.5%;}
.padding-seventeen-top {padding-top:17%;}
.padding-seventeen-half-top {padding-top:17.5%;}
.padding-eighteen-top {padding-top:18%;}
.padding-eighteen-half-top {padding-top:18.5%;}
.padding-nineteen-top {padding-top:19%;}
.padding-nineteen-half-top {padding-top:19.5%;}
.padding-twenty-top {padding-top:20%;}
.padding-twenty-half-top {padding-top:20.5%;}
.padding-twenty-one-top {padding-top:21%;}
.padding-twenty-one-half-top {padding-top:21.5%;}
.padding-twenty-two-top {padding-top:22%;}
.padding-twenty-two-half-top {padding-top:22.5%;}
.padding-twenty-two-top {padding-top:22%;}
.padding-twenty-two-half-top {padding-top:22.5%;}
.padding-twenty-three-top {padding-top:23%;}
.padding-twenty-three-half-top {padding-top:23.5%;}
.padding-twenty-four-top {padding-top:24%;}
.padding-twenty-four-half-top {padding-top:24.5%;}
.padding-twenty-five-top {padding-top:25%;}
.padding-5px-top {padding-top:5px;}
.padding-10px-top {padding-top:10px;}
.padding-15px-top {padding-top:15px;}
.padding-20px-top {padding-top:20px;}
.padding-25px-top {padding-top:25px;}
.padding-30px-top {padding-top:30px;}
.padding-35px-top {padding-top:35px;}
.padding-40px-top {padding-top:40px;}
.padding-45px-top {padding-top:45px;}
.padding-50px-top {padding-top:50px;}
.padding-55px-top {padding-top:55px;}
.padding-60px-top {padding-top:60px;}
.padding-65px-top {padding-top:65px;}
.padding-70px-top {padding-top:70px;}
.padding-75px-top {padding-top:75px;}
.padding-80px-top {padding-top:80px;}
.padding-85px-top {padding-top:85px;}
.padding-90px-top {padding-top:90px;}
.padding-95px-top {padding-top:95px;}
.padding-100px-top {padding-top:100px;}

/* padding bottom */
.padding-one-bottom {padding-bottom:1%;}
.padding-one-half-bottom {padding-bottom:1.5%;}
.padding-two-bottom {padding-bottom:2%;}
.padding-two-half-bottom {padding-bottom:2.5%;}
.padding-three-bottom {padding-bottom:3%;}
.padding-three-half-bottom {padding-bottom:3.5%;}
.padding-four-bottom {padding-bottom:4%;}
.padding-four-half-bottom {padding-bottom:4.5%;}
.padding-five-bottom {padding-bottom:5%;}
.padding-five-half-bottom {padding-bottom:5.5%;}
.padding-six-bottom {padding-bottom:6%;}
.padding-six-half-bottom {padding-bottom:6.5%;}
.padding-seven-bottom {padding-bottom:7%;}
.padding-seven-half-bottom {padding-bottom:7.5%;}
.padding-eight-bottom {padding-bottom:8%;}
.padding-eight-half-bottom {padding-bottom:8.5%;}
.padding-nine-bottom {padding-bottom:9%;}
.padding-nine-half-bottom {padding-bottom:9.5%;}
.padding-ten-bottom {padding-bottom:10%;}
.padding-ten-half-bottom {padding-bottom:10.5%;}
.padding-eleven-bottom {padding-bottom:11%;}
.padding-eleven-half-bottom {padding-bottom:11.5%;}
.padding-twelve-bottom {padding-bottom:12%;}
.padding-twelve-half-bottom {padding-bottom:12.5%;}
.padding-thirteen-bottom {padding-bottom:13%;}
.padding-thirteen-half-bottom {padding-bottom:13.5%;}
.padding-fourteen-bottom {padding-bottom:14%;}
.padding-fourteen-half-bottom {padding-bottom:14.5%;}
.padding-fifteen-bottom {padding-bottom:15%;}
.padding-fifteen-half-bottom {padding-bottom:15.5%;}
.padding-sixteen-bottom {padding-bottom:16%;}
.padding-sixteen-half-bottom {padding-bottom:16.5%;}
.padding-seventeen-bottom {padding-bottom:17%;}
.padding-seventeen-half-bottom {padding-bottom:17.5%;}
.padding-eighteen-bottom {padding-bottom:18%;}
.padding-eighteen-half-bottom {padding-bottom:18.5%;}
.padding-nineteen-bottom {padding-bottom:19%;}
.padding-nineteen-half-bottom {padding-bottom:19.5%;}
.padding-twenty-bottom {padding-bottom:20%;}
.padding-twenty-half-bottom {padding-bottom:20.5%;}
.padding-twenty-one-bottom {padding-bottom:21%;}
.padding-twenty-one-half-bottom {padding-bottom:21.5%;}
.padding-twenty-two-bottom {padding-bottom:22%;}
.padding-twenty-two-half-bottom {padding-bottom:22.5%;}
.padding-twenty-three-bottom {padding-bottom:23%;}
.padding-twenty-three-half-bottom {padding-bottom:23.5%;}
.padding-twenty-four-bottom {padding-bottom:24%;}
.padding-twenty-four-half-bottom {padding-bottom:24.5%;}
.padding-twenty-five-bottom {padding-bottom:25%;}
.padding-5px-bottom {padding-bottom:5px;}
.padding-10px-bottom {padding-bottom:10px;}
.padding-15px-bottom {padding-bottom:15px;}
.padding-20px-bottom {padding-bottom:20px;}
.padding-25px-bottom {padding-bottom:25px;}
.padding-30px-bottom {padding-bottom:30px;}
.padding-35px-bottom {padding-bottom:35px;}
.padding-40px-bottom {padding-bottom:40px;}
.padding-45px-bottom {padding-bottom:45px;}
.padding-50px-bottom {padding-bottom:50px;}
.padding-55px-bottom {padding-bottom:55px;}
.padding-60px-bottom {padding-bottom:60px;}
.padding-65px-bottom {padding-bottom:65px;}
.padding-70px-bottom {padding-bottom:70px;}
.padding-75px-bottom {padding-bottom:75px;}
.padding-80px-bottom {padding-bottom:80px;}
.padding-85px-bottom {padding-bottom:85px;}
.padding-90px-bottom {padding-bottom:90px;}
.padding-95px-bottom {padding-bottom:95px;}
.padding-100px-bottom {padding-bottom:100px;}

/* padding right */
.padding-one-right {padding-right:1%;}
.padding-one-half-right {padding-right:1.5%;}
.padding-two-right {padding-right:2%;}
.padding-two-half-right {padding-right:2.5%;}
.padding-three-right {padding-right:3%;}
.padding-three-half-right {padding-right:3.5%;}
.padding-four-right {padding-right:4%;}
.padding-four-half-right {padding-right:4.5%;}
.padding-five-right {padding-right:5%;}
.padding-five-half-right {padding-right:5.5%;}
.padding-six-right {padding-right:6%;}
.padding-six-half-right {padding-right:6.5%;}
.padding-seven-right {padding-right:7%;}
.padding-seven-half-right {padding-right:7.5%;}
.padding-eight-right {padding-right:8%;}
.padding-eight-half-right {padding-right:8.5%;}
.padding-nine-right {padding-right:9%;}
.padding-nine-half-right {padding-right:9.5%;}
.padding-ten-right {padding-right:10%;}
.padding-ten-half-right {padding-right:10.5%;}
.padding-eleven-right {padding-right:11%;}
.padding-eleven-half-right {padding-right:11.5%;}
.padding-twelve-right {padding-right:12%;}
.padding-twelve-half-right {padding-right:12.5%;}
.padding-thirteen-right {padding-right:13%;}
.padding-thirteen-half-right {padding-right:13.5%;}
.padding-fourteen-right {padding-right:14%;}
.padding-fourteen-half-right {padding-right:14.5%;}
.padding-fifteen-right {padding-right:15%;}
.padding-fifteen-half-right {padding-right:15.5%;}
.padding-sixteen-right {padding-right:16%;}
.padding-sixteen-half-right {padding-right:16.5%;}
.padding-seventeen-right {padding-right:17%;}
.padding-seventeen-half-right {padding-right:17.5%;}
.padding-eighteen-right {padding-right:18%;}
.padding-eighteen-half-right {padding-right:18.5%;}
.padding-nineteen-right {padding-right:19%;}
.padding-nineteen-half-right {padding-right:19.5%;}
.padding-twenty-right {padding-right:20%;}
.padding-twenty-half-right {padding-right:20.5%;}
.padding-twenty-one-right {padding-right:21%;}
.padding-twenty-one-half-right {padding-right:21.5%;}
.padding-twenty-two-right {padding-right:22%;}
.padding-twenty-two-half-right {padding-right:22.5%;}
.padding-twenty-three-right {padding-right:23%;}
.padding-twenty-three-half-right {padding-right:23.5%;}
.padding-twenty-four-right {padding-right:24%;}
.padding-twenty-four-half-right {padding-right:24.5%;}
.padding-twenty-five-right {padding-right:25%;}
.padding-5px-right {padding-right:5px;}
.padding-10px-right {padding-right:10px;}
.padding-15px-right {padding-right:15px;}
.padding-20px-right {padding-right:20px;}
.padding-25px-right {padding-right:25px;}
.padding-30px-right {padding-right:30px;}
.padding-35px-right {padding-right:35px;}
.padding-40px-right {padding-right:40px;}
.padding-45px-right {padding-right:45px;}
.padding-50px-right {padding-right:50px;}
.padding-55px-right {padding-right:55px;}
.padding-60px-right {padding-right:60px;}
.padding-65px-right {padding-right:65px;}
.padding-70px-right {padding-right:70px;}
.padding-75px-right {padding-right:75px;}
.padding-80px-right {padding-right:80px;}
.padding-85px-right {padding-right:85px;}
.padding-90px-right {padding-right:90px;}
.padding-95px-right {padding-right:95px;}
.padding-100px-right {padding-right:100px;}

/* padding left */
.padding-one-left {padding-left:1%;}
.padding-one-half-left {padding-left:1.5%;}
.padding-two-left {padding-left:2%;}
.padding-two-half-left {padding-left:2.5%;}
.padding-three-left {padding-left:3%;}
.padding-three-half-left {padding-left:3.5%;}
.padding-four-left {padding-left:4%;}
.padding-four-half-left {padding-left:4.5%;}
.padding-five-left {padding-left:5%;}
.padding-five-half-left {padding-left:5.5%;}
.padding-six-left {padding-left:6%;}
.padding-six-half-left {padding-left:6.5%;}
.padding-seven-left {padding-left:7%;}
.padding-seven-half-left {padding-left:7.5%;}
.padding-eight-left {padding-left:8%;}
.padding-eight-half-left {padding-left:8.5%;}
.padding-nine-left {padding-left:9%;}
.padding-nine-half-left {padding-left:9.5%;}
.padding-ten-left {padding-left:10%;}
.padding-ten-half-left {padding-left:10.5%;}
.padding-eleven-left {padding-left:11%;}
.padding-eleven-half-left {padding-left:11.5%;}
.padding-twelve-left {padding-left:12%;}
.padding-twelve-half-left {padding-left:12.5%;}
.padding-thirteen-left {padding-left:13%;}
.padding-thirteen-half-left {padding-left:13.5%;}
.padding-fourteen-left {padding-left:14%;}
.padding-fourteen-half-left {padding-left:14.5%;}
.padding-fifteen-left {padding-left:15%;}
.padding-fifteen-half-left {padding-left:15.5%;}
.padding-sixteen-left {padding-left:16%;}
.padding-sixteen-half-left {padding-left:16.5%;}
.padding-seventeen-left {padding-left:17%;}
.padding-seventeen-half-left {padding-left:17.5%;}
.padding-eighteen-left {padding-left:18%;}
.padding-eighteen-half-left {padding-left:18.5%;}
.padding-nineteen-left {padding-left:19%;}
.padding-nineteen-half-left {padding-left:19.5%;}
.padding-twenty-left {padding-left:20%;}
.padding-twenty-half-left {padding-left:20.5%;}
.padding-twenty-one-left {padding-left:21%;}
.padding-twenty-one-half-left {padding-left:21.5%;}
.padding-twenty-two-left {padding-left:22%;}
.padding-twenty-two-half-left {padding-left:22.5%;}
.padding-twenty-three-left {padding-left:23%;}
.padding-twenty-three-half-left {padding-left:23.5%;}
.padding-twenty-four-left {padding-left:24%;}
.padding-twenty-four-half-left {padding-left:24.5%;}
.padding-twenty-five-left {padding-left:25%;}
.padding-5px-left {padding-left:5px;}
.padding-10px-left {padding-left:10px;}
.padding-15px-left {padding-left:15px;}
.padding-20px-left {padding-left:20px;}
.padding-25px-left {padding-left:25px;}
.padding-30px-left {padding-left:30px;}
.padding-35px-left {padding-left:35px;}
.padding-40px-left {padding-left:40px;}
.padding-45px-left {padding-left:45px;}
.padding-50px-left {padding-left:50px;}
.padding-55px-left {padding-left:55px;}
.padding-60px-left {padding-left:60px;}
.padding-65px-left {padding-left:65px;}
.padding-70px-left {padding-left:70px;}
.padding-75px-left {padding-left:75px;}
.padding-80px-left {padding-left:80px;}
.padding-85px-left {padding-left:85px;}
.padding-90px-left {padding-left:90px;}
.padding-95px-left {padding-left:95px;}
.padding-100px-left {padding-left:100px;}

/* padding top and bottom */
.padding-one-tb {padding-top:1%; padding-bottom:1%;}
.padding-one-half-tb {padding-top:1.5%; padding-bottom:1.5%;}
.padding-two-tb {padding-top:2%; padding-bottom:2%;}
.padding-two-half-tb {padding-top:2.5%; padding-bottom:2.5%;}
.padding-three-tb {padding-top:3%; padding-bottom:3%;}
.padding-three-half-tb {padding-top:3.5%; padding-bottom:3.5%;}
.padding-four-tb {padding-top:4%; padding-bottom:4%;}
.padding-four-half-tb {padding-top:4.5%; padding-bottom:4.5%;}
.padding-five-tb {padding-top:5%; padding-bottom:5%;}
.padding-five-half-tb {padding-top:5.5%; padding-bottom:5.5%;}
.padding-six-tb {padding-top:6%; padding-bottom:6%;}
.padding-six-half-tb {padding-top:6.5%; padding-bottom:6.5%;}
.padding-seven-tb {padding-top:7%; padding-bottom:7%;}
.padding-seven-half-tb {padding-top:7.5%; padding-bottom:7.5%;}
.padding-eight-tb {padding-top:8%; padding-bottom:8%;}
.padding-eight-half-tb {padding-top:8.5%; padding-bottom:8.5%;}
.padding-nine-tb {padding-top:9%; padding-bottom:9%;}
.padding-nine-half-tb {padding-top:9.5%; padding-bottom:9.5%;}
.padding-ten-tb {padding-top:10%; padding-bottom:10%;}
.padding-ten-half-tb {padding-top:10.5%; padding-bottom:10.5%;}
.padding-eleven-tb {padding-top:11%; padding-bottom:11%;}
.padding-eleven-half-tb {padding-top:11.5%; padding-bottom:11.5%;}
.padding-twelve-tb {padding-top:12%; padding-bottom:12%;}
.padding-twelve-half-tb {padding-top:12.5%; padding-bottom:12.5%;}
.padding-thirteen-tb {padding-top:13%; padding-bottom:13%;}
.padding-thirteen-half-tb {padding-top:13.5%; padding-bottom:13.5%;}
.padding-fourteen-tb {padding-top:14%; padding-bottom:14%;}
.padding-fourteen-half-tb {padding-top:14.5%; padding-bottom:14.5%;}
.padding-fifteen-tb {padding-top:15%; padding-bottom:15%;}
.padding-fifteen-half-tb {padding-top:15.5%; padding-bottom:15.5%;}
.padding-sixteen-tb {padding-top:16%; padding-bottom:16%;}
.padding-sixteen-half-tb {padding-top:16.5%; padding-bottom:16.5%;}
.padding-seventeen-tb {padding-top:17%; padding-bottom:17%;}
.padding-seventeen-half-tb {padding-top:17.5%; padding-bottom:17.5%;}
.padding-eighteen-tb {padding-top:18%; padding-bottom:18%;}
.padding-eighteen-half-tb {padding-top:18.5%; padding-bottom:18.5%;}
.padding-nineteen-tb {padding-top:19%; padding-bottom:19%;}
.padding-nineteen-half-tb {padding-top:19.5%; padding-bottom:19.5%;}
.padding-twenty-tb {padding-top:20%; padding-bottom:20%;}
.padding-twenty-half-tb {padding-top:20.5%; padding-bottom:20%;}
.padding-twenty-one-tb {padding-top:21%; padding-bottom:21%;}
.padding-twenty-one-half-tb {padding-top:21.5%; padding-bottom:21.5%;}
.padding-twenty-two-tb {padding-top:22%; padding-bottom:22%;}
.padding-twenty-two-half-tb {padding-top:22.5%; padding-bottom:22.5%;}
.padding-twenty-three-tb {padding-top:23%; padding-bottom:23%;}
.padding-twenty-three-half-tb {padding-top:23.5%; padding-bottom:23.5%;}
.padding-twenty-four-tb {padding-top:24%; padding-bottom:24%;}
.padding-twenty-four-half-tb {padding-top:24.5%; padding-bottom:24.5%;}
.padding-twenty-five-tb {padding-top:25%; padding-bottom:25%;}
.padding-thirty-tb {padding-top:30%; padding-bottom:30%;}
.padding-5px-tb {padding-top:5px; padding-bottom:5px;}
.padding-10px-tb {padding-top:10px; padding-bottom:10px;}
.padding-15px-tb {padding-top:15px; padding-bottom:15px;}
.padding-20px-tb {padding-top:20px; padding-bottom:20px;}
.padding-25px-tb {padding-top:25px; padding-bottom:25px;}
.padding-30px-tb {padding-top:30px; padding-bottom:30px;}
.padding-35px-tb {padding-top:35px; padding-bottom:35px;}
.padding-40px-tb {padding-top:40px; padding-bottom:40px;}
.padding-45px-tb {padding-top:45px; padding-bottom:45px;}
.padding-50px-tb {padding-top:50px; padding-bottom:50px;}
.padding-55px-tb {padding-top:55px; padding-bottom:55px;}
.padding-60px-tb {padding-top:60px; padding-bottom:60px;}
.padding-65px-tb {padding-top:65px; padding-bottom:65px;}
.padding-70px-tb {padding-top:70px; padding-bottom:70px;}
.padding-75px-tb {padding-top:75px; padding-bottom:75px;}
.padding-80px-tb {padding-top:80px; padding-bottom:80px;}
.padding-85px-tb {padding-top:85px; padding-bottom:85px;}
.padding-90px-tb {padding-top:90px; padding-bottom:90px;}
.padding-95px-tb {padding-top:95px; padding-bottom:95px;}
.padding-100px-tb {padding-top:100px; padding-bottom:100px;}

/* padding left and right */
.padding-one-lr {padding-left:1%; padding-right:1%;}
.padding-one-half-lr {padding-left:1.5%; padding-right:1.5%;}
.padding-two-lr {padding-left:2%; padding-right:2%;}
.padding-two-half-lr {padding-left:2.5%; padding-right:2.5%;}
.padding-three-lr {padding-left:3%; padding-right:3%;}
.padding-three-half-lr {padding-left:3.5%; padding-right:3.5%;}
.padding-four-lr {padding-left:4%; padding-right:4%;}
.padding-four-half-lr {padding-left:4.5%; padding-right:4.5%;}
.padding-five-lr {padding-left:5%; padding-right:5%;}
.padding-five-half-lr {padding-left:5.5%; padding-right:5.5%;}
.padding-six-lr {padding-left:6%; padding-right:6%;}
.padding-six-half-lr {padding-left:6.5%; padding-right:6.5%;}
.padding-seven-lr {padding-left:7%; padding-right:7%;}
.padding-seven-half-lr {padding-left:7.5%; padding-right:7.5%;}
.padding-eight-lr {padding-left:8%; padding-right:8%;}
.padding-eight-half-lr {padding-left:8.5%; padding-right:8.5%;}
.padding-nine-lr {padding-left:9%; padding-right:9%;}
.padding-nine-half-lr {padding-left:9.5%; padding-right:9.5%;}
.padding-ten-lr {padding-left:10%; padding-right:10%;}
.padding-ten-half-lr {padding-left:10.5%; padding-right:10.5%;}
.padding-eleven-lr {padding-left:11%; padding-right:11%;}
.padding-eleven-half-lr {padding-left:11.5%; padding-right:11.5%;}
.padding-twelve-lr {padding-left:12%; padding-right:12%;}
.padding-twelve-half-lr {padding-left:12.5%; padding-right:12.5%;}
.padding-thirteen-lr {padding-left:13%; padding-right:13%;}
.padding-thirteen-half-lr {padding-left:13.5%; padding-right:13.5%;}
.padding-fourteen-lr {padding-left:14%; padding-right:14%;}
.padding-fourteen-half-lr {padding-left:14.5%; padding-right:14.5%;}
.padding-fifteen-lr {padding-left:15%; padding-right:15%;}
.padding-fifteen-half-lr {padding-left:15.5%; padding-right:15.5%;}
.padding-sixteen-lr {padding-left:16%; padding-right:16%;}
.padding-sixteen-half-lr {padding-left:16.5%; padding-right:16.5%;}
.padding-seventeen-lr {padding-left:17%; padding-right:17%;}
.padding-seventeen-half-lr {padding-left:17.5%; padding-right:17.5%;}
.padding-eighteen-lr {padding-left:18%; padding-right:18%;}
.padding-eighteen-half-lr {padding-left:18.5%; padding-right:18.5%;}
.padding-nineteen-lr {padding-left:19%; padding-right:19%;}
.padding-nineteen-half-lr {padding-left:19.5%; padding-right:19.5%;}
.padding-twenty-lr {padding-left:20%; padding-right:20%;}
.padding-twenty-half-lr {padding-left:20.5%; padding-right:20.5%;}
.padding-twenty-one-lr {padding-left:21%; padding-right:21%;}
.padding-twenty-one-half-lr {padding-left:21.5%; padding-right:21.5%;}
.padding-twenty-two-lr {padding-left:22%; padding-right:22%;}
.padding-twenty-two-half-lr {padding-left:22.5%; padding-right:22.5%;}
.padding-twenty-three-lr {padding-left:23%; padding-right:23%;}
.padding-twenty-three-half-lr {padding-left:23.5%; padding-right:23.5%;}
.padding-twenty-four-lr {padding-left:24%; padding-right:24%;}
.padding-twenty-four-half-lr {padding-left:24.5%; padding-right:24.5%;}
.padding-twenty-five-lr {padding-left:25%; padding-right:25%;}
.padding-5px-lr {padding-left:5px; padding-right:5px;}
.padding-10px-lr {padding-left:10px; padding-right:10px;}
.padding-15px-lr {padding-left:15px; padding-right:15px;}
.padding-20px-lr {padding-left:20px; padding-right:20px;}
.padding-25px-lr {padding-left:25px; padding-right:25px;}
.padding-30px-lr {padding-left:30px; padding-right:30px;}
.padding-35px-lr {padding-left:35px; padding-right:35px;}
.padding-40px-lr {padding-left:40px; padding-right:40px;}
.padding-45px-lr {padding-left:45px; padding-right:45px;}
.padding-50px-lr {padding-left:50px; padding-right:50px;}
.padding-55px-lr {padding-left:55px; padding-right:55px;}
.padding-60px-lr {padding-left:60px; padding-right:60px;}
.padding-65px-lr {padding-left:65px; padding-right:65px;}
.padding-70px-lr {padding-left:70px; padding-right:70px;}
.padding-75px-lr {padding-left:75px; padding-right:75px;}
.padding-80px-lr {padding-left:80px; padding-right:80px;}
.padding-85px-lr {padding-left:85px; padding-right:85px;}
.padding-90px-lr {padding-left:90px; padding-right:90px;}
.padding-95px-lr {padding-left:95px; padding-right:95px;}
.padding-100px-lr {padding-left:100px; padding-right:100px;}
