@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	font-style: normal;
	color: #636778;
	font-family: sans-serif;
	background-color: #ffffff;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

::selection {
	color: #ffffff;
	background: #334eff;
}

::-moz-selection {
	color: #ffffff;
	background: #334eff;
}

main {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1180px;
}

.wrap-1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.wrap-1500 {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.masonry-grid {
	margin: -15px;
}

.masonry-grid .grid-item,
.masonry-grid .grid-sizer {
	float: left;
	display: inline-block;
}

.masonry-grid .grid-item {
	padding: 15px;
}

.decoration-wrap {
	z-index: 1;
	position: relative;
}

.decoration-wrap .decoration-image {
	z-index: -1;
	position: absolute;
}

.la-search {
	transform: rotate(-90deg);
}

button {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-family: "Heebo", sans-serif;
}
a {
	cursor: pointer;
	text-decoration: none;
	font-family: "Heebo", sans-serif;
}

a:hover,
button:hover {
	text-decoration: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

button {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

button:focus {
	outline: none;
}

img {
	height: auto;
	max-width: 100%;
}

[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #07260F;
	font-family: "Heebo", sans-serif;
}

strong,
span,
small,
label,
i {
	font-family: "Heebo", sans-serif;
}

.form-item {
	position: relative;
	margin-bottom: 30px;
}

.form-item .form-title {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 12px;
	color: #636778;
}

.form-item input,
.form-item textarea,
.form-item select {
	width: 100%;
	outline: none;
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.form-item input:focus,
.form-item textarea:focus,
.form-item select:focus {
	outline: none;
	box-shadow: none;
	border-color: #334eff;
}

.form-item input,
.form-item select {
	height: 55px;
	padding: 0px 25px;
}

.form-item textarea {
	width: 100%;
	padding: 25px;
	display: block;
	min-height: 150px;
}

.form-item select {
	color: #636778;
}

:-moz-placeholder {
	text-transform: capitalize;
}

::-moz-placeholder {
	text-transform: capitalize;
}

:-ms-input-placeholder {
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	text-transform: capitalize;
}

.checkbox-btn input {
	float: left;
	width: 17px;
	height: 17px;
	outline: none;
	margin-top: 2px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	margin-right: 10px;
	position: relative;
	border-radius: 100%;
	background-color: #ffffff;
	border: 1px solid #e2e4f4;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.checkbox-btn input:before {
	top: 55%;
	left: 55%;
	width: 6px;
	height: 6px;
	content: "";
	opacity: 0;
	line-height: 1;
	position: absolute;
	border-radius: 100%;
	background-color: #334eff;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	transform: translate(-55%, -55%);
}

.checkbox-btn input:checked {
	border-color: #334eff;
}

.checkbox-btn input:checked:before {
	opacity: 1;
}

.checkbox-btn label {
	margin: 0px;
	cursor: pointer;
	color: #36415a;
}

/* .quantity-input {
	display: table;
	max-width: 120px;
	position: relative;
}

.quantity-input input {
	height: 40px;
	outline: none;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #36415a;
	border: 1px solid #e3e5f4;
}

.quantity-input input:focus {
	border-color: #334eff;
}

.quantity-input span {
	top: 50%;
	font-size: 15px;
	cursor: pointer;
	position: absolute;
	color: #36415a;
	transform: translateY(-50%);
}

.quantity-input span:first-child {
	left: 14px;
}

.quantity-input span:last-child {
	right: 14px;
} */

.select-option>button {
	display: block;
	font-weight: 500;
	color: #636778;
}

.select-option>button:after {
	margin: 0px;
	border: none;
	font-size: 12px;
	margin-left: 3px;
	content: "";
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	font-family: "Line Awesome Free";
}

/* .select-option>button i {
	float: left;
	margin-top: 1px;
	font-size: 20px;
	margin-right: 5px;
} */

.select-option .dropdown-menu {
	border: none;
	padding: 15px 0px;
	border-radius: 3px;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.select-option .dropdown-menu>ul>li>a {
	display: block;
	line-height: 1;
	font-size: 14px;
	padding: 10px 20px;
	color: #636778;
}

.select-option .dropdown-menu>ul>li:hover>a,
.select-option .dropdown-menu>ul>li.active>a {
	color: #334eff;
	background-color: #f4f8fb;
}

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0px;
	opacity: 0.3;
	margin-right: 15px;
	background: #334eff;
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.owl-theme .owl-dots .owl-dot:last-child span {
	margin-right: 0px !important;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
	transform: scale(1.4);
	background: #334eff;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
	margin: 0px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.owl-theme .owl-nav .owl-next>span,
.owl-theme .owl-nav .owl-prev>span {
	display: none;
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 900;
	line-height: 48px;
	text-align: center;
	color: #334eff;
	position: absolute;
	border-radius: 100%;
	border: 2px solid #dee3f3;
	background-color: #ffffff;
	font-family: "Line Awesome Free";
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
	background: transparent;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
	color: #334eff;
	border-color: #ffffff;
	background-color: #ffffff;
}

.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.owl-theme .owl-nav .owl-prev:before {
	content: "";
}

.owl-theme .owl-nav .owl-next:before {
	content: "";
}

.owl-theme.arrow-right-left .owl-nav {
	margin-top: 0px;
}

.owl-theme.arrow-right-left .owl-next,
.owl-theme.arrow-right-left .owl-prev {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.owl-theme.arrow-right-left .owl-prev {
	left: -110px;
}

.owl-theme.arrow-right-left .owl-next {
	right: -110px;
}

/* owl settings - end
================================================== */
/* list style settings - start 
================================================== */
.ul-li>ul {
	margin: 0px;
	padding: 0px;
	display: table;
}

.ul-li>ul>li {
	float: left;
	list-style: none;
	display: inline-block;
}

.ul-li-block>ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
}

.ul-li-block>ul>li {
	width: 100%;
	display: table;
	list-style: none;
}

.ul-li-right>ul {
	margin: 0px;
	padding: 0px;
	float: right;
	display: table;
}

.ul-li-right>ul>li {
	float: left;
	list-style: none;
	display: inline-block;
}

.ul-li-center>ul {
	padding: 0px;
	margin: 0 auto;
	display: table;
}

.ul-li-center>ul>li {
	float: left;
	list-style: none;
	display: inline-block;
}
.main-menu>ul {
	margin: 0;
}


/* pagination*/
.paging {
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin: 30px 0 40px;
}
.paging a {
	background-color: #fff;
	border-radius: 2px 0 0 2px;
	color: #333;
	font-size: 14px;
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #e2e2e2;
	padding: 1px 17px;
}
.paging a:hover, .paging a.thisclass {
	background-image: linear-gradient(to bottom,#8dd97d 0,#85bf54 100%);
	color: #fff;
}

/* post meta - start
================================================== */
.post-meta>ul>li {
	position: relative;
	margin-right: 14px;
	padding-right: 14px;
}

.post-meta>ul>li:after {
	top: 0px;
	content: "/";
	right: -2.5px;
	position: absolute;
}

.post-meta>ul>li:last-child {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.post-meta>ul>li:last-child:after {
	display: none;
}

.post-meta>ul>li .post-admin {
	display: table;
	font-size: 14px;
	color: #334eff;
}

.post-meta>ul>li .post-admin .admin-thumb {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -9px 0px;
	margin-right: 10px;
	border-radius: 100%;
	border: 1px solid #e2e8fe;
	background-color: #edf6fe;
}

/* post meta - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec-ptb-60 {
	padding: 60px 0px;
}
.sec-ptb-80 {
	padding: 80px 0px;
}

.sec-ptb-100 {
	padding: 100px 0px;
}

.pl-20 {
	padding-left: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}
.pb-80 {
	padding-bottom: 80px;
}

.mt--30 {
	margin-top: -30px;
}

.mt--40 {
	margin-top: -40px;
}

.mt--70 {
	margin-top: -70px;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-100 {
	margin-bottom: 100px;
}

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.btn {
	z-index: 1;
	border: none;
	line-height: 1;
	color: #ffffff;
	font-size: 15px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	text-align: center;
	letter-spacing: 2px;
	padding: 22px 30px;
	padding-bottom: 21px;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Heebo", sans-serif;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn:before {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: auto;
	width: 0px;
	z-index: -1;
	content: "";
	position: absolute;
	background: #1aa536;
	transition: width 0.3s linear;
}

.btn:hover {
	color: #ffffff;
}

.btn:hover:before {
	left: 0px;
	width: 100%;
	right: auto;
}

.btn.bg-default-black:before {
	background: #2e384f;
}

.btn.bg-royal-blue:before {
	background: #14b10f;
}

.btn.bg-light-green:before {
	background: #0fb296;
}

.store-btn {
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
	position: relative;
	padding: 15px 30px;
	border-radius: 3px;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.store-btn:hover {
	color: #ffffff;
}

.store-btn .icon-wrap {
	float: left;
	width: 32px;
	line-height: 1;
	font-size: 30px;
	margin-left: -5px;
	margin-right: 10px;
}

.store-btn .content-wrap {
	display: table;
}

.store-btn .content-wrap small,
.store-btn .content-wrap strong {
	display: block;
	line-height: 1;
}

.store-btn .content-wrap small {
	font-size: 12px;
	margin-bottom: 5px;
}

.store-btn .content-wrap strong {
	font-size: 14px;
	font-weight: 500;
}

.store-btn.bg-default-black:hover {
	background-color: #2e384f;
}

.store-btn.bg-royal-blue:hover {
	background-color: #233ff3;
}

.btn-underline {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	color: #36415a;
	display: inline-block;
}

.btn-underline:after,
.btn-underline:before {
	left: 0;
	bottom: -2px;
	height: 1px;
	width: 100%;
	content: "";
	line-height: 1;
	position: absolute;
	background-color: #36415a;
}

.btn-underline:before {
	transform-origin: 100% 50%;
	transition: transform 0.3s linear;
}

.btn-underline:after {
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: 0.3s linear 0.2s;
	background-color: #334eff;
}

.btn-underline:hover {
	color: #334eff;
}

.btn-underline:hover:after,
.btn-underline:hover:before {
	background-color: #334eff;
}

.btn-underline:hover:before {
	transform: scaleX(0);
}

.btn-underline:hover:after {
	transform: scaleX(1);
}

/* button style - end
================================================== */
/* title text - start
================================================== */
/*.section-title .small-title {*/
/*	font-size: 15px;*/
/*	color: #334eff;*/
/*	margin-bottom: 7px;*/
/*	display: inline-block;*/
/*	font-family: "Roboto", sans-serif;*/
/*}*/

/*.section-title .title-text {*/
/*	font-size: 30px;*/
/*}*/

/*.section-title p {*/
/*	font-size: 16px;*/
/*}*/

/*.section-title.size-lg .title-text {*/
/*	font-size: 38px;*/
/*}*/

/* title text - end
================================================== */
/* back to top - start
================================================== */
#thetop {
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	position: absolute;
}

#backtotop {
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
	bottom: 50px;
	display: none;
	position: fixed;
}

#backtotop #scroll {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 20px;
	line-height: 55px;
	color: #334eff;
	text-align: center;
	position: relative;
	border-radius: 100%;
	background-color: #ffffff;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
	position: fixed;
	overflow: visible;
	background: #ffffff url("../images/preloader.gif") no-repeat center center;
}

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.bg-royal-blue {
	background-color: #099b04;
	font-size: 16px;
	padding: 16px 28px;
}

.bg-light-green {
	background-color: #00c9a7;
}
.bg-light-green-small {
	background-color: #00c9a7;
	padding: 13px 14px;
}

.bg-default-black {
	background-color: #36415a;
}

.text-royal-blue {
	color: #334eff !important;
}

.text-light-green {
	color: #00c9a7 !important;
}

/* custom colors - end
================================================== */
/* bootstrap reset - start
================================================== */
.border-bottom {
	border-bottom: 1px solid #e2e4f4 !important;
}

.border-top {
	border-top: 1px solid #e2e4f4 !important;
}

/* bootstrap reset - end
================================================== */
/* css animation - start
================================================== */
.pulse:before,
.pulse:after {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #c7a17a;
}

.pulse:before {
	animation: pulse 3s cubic-bezier(0.16, 1, 0.3, 1) infinite both;
}

.pulse:after {
	animation: pulse 3s 0.6s cubic-bezier(0.16, 1, 0.3, 1) infinite both;
}

@keyframes pulse {
	0% {
		opacity: 0.5;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(2.1);
	}
}

/* css animation - end
================================================== */
/* transition - start
================================================== */
a,
button {
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header section - start
==================================================================================================== */
.header-section .header-top {
	min-height: 60px;
}

.header-section .header-middle {
	min-height: 100px;
}

.header-section .header-middle.bg-gray {
	background-color: #f4f8fb;
}

.header-section .header-bottom {
	min-height: 65px;
}

.header-section .info-list>ul>li {
	margin-right: 50px;
}

.header-section .info-list>ul>li:last-child {
	margin-right: 0px !important;
}

.header-section .info-list>ul>li>a {
	display: block;
	color: #8991ab;
	font-weight: 500;
}

.header-section .info-list>ul>li>a:hover {
	color: #334eff;
}

.header-section .info-list>ul>li>a i {
	float: left;
	font-size: 21px;
	color: #334eff;
}

.header-section .info-list>ul>li>a span {
	color: #334eff;
	display: inline-block;
}

.header-section .select-option>button {
	color: #8991ab;
}

.header-section .select-option .dropdown-menu {
	left: unset !important;
	right: 0px !important;
}
.weblogo{
	padding: 0 10px;
	position: relative;
	top: -10px;
	left: 5px;
}
.header-section .brand-logo .brand-link {
	display: block;
}
.brand-link img {
	position: relative;
	top: -15px;
	width: 200px;
}

.header-section .brand-logo .btns-group {
	float: right;
	display: none;
}

.header-section .btns-group>ul>li {
	margin-right: 30px;
	position: relative;
}

.header-section .btns-group>ul>li:last-child {
	margin-right: 0px !important;
}

.header-section .btns-group>ul>li>button {
	display: block;
	line-height: 1;
	font-size: 30px;
	position: relative;
	color: #36415a;
}

.header-section .btns-group>ul>li>button:hover,
.header-section .btns-group>ul>li>button.active {
	color: #334eff;
}

.header-section .btns-group>ul>li>button.btn-cart .cart-counter,
.header-section .btns-group>ul>li>button.mobile-btn-cart .cart-counter {
	top: -5px;
	right: -10px;
	height: 24px;
	color: #ffffff;
	font-size: 10px;
	min-width: 24px;
	line-height: 26px;
	position: absolute;
	border-radius: 45px;
	display: inline-block;
}

.header-section .form-item {
	margin: -9px 0px;
}

.header-section .form-item input {
	height: 50px;
	border: none;
	padding: 0px 25px;
}

.header-section .form-item input[type=search] {
	width: 470px;
}

.header-section .form-item button[type=submit] {
	top: 50%;
	right: 25px;
	font-size: 21px;
	position: absolute;
	color: #334eff;
	transform: translateY(-50%);
}

.header-section .main-menu>ul>li {
	height: 65px;
	margin-right: 35px;
}

.header-section .main-menu>ul>li:last-child {
	margin-right: 0px !important;
}

.header-section .main-menu>ul>li>a {
	display: block;
	font-size: 22px;
	font-weight: 500;
	line-height: 65px;
	color: #07260F;
}

.header-section .main-menu>ul>li:hover>a,
.header-section .main-menu>ul>li.active>a {
	color: #334eff;
}

.header-section .main-menu>ul>li:hover>a:after,
.header-section .main-menu>ul>li.active>a:after {
	color: #334eff;
}

.header-section .social-icon>ul>li {
	margin-right: 15px;
}

.header-section .all-categories .categories-collapse {
	top: 44px;
	left: -32px;
	position: absolute;
}

.sticky-header {
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	z-index: 9999;
	position: absolute;
}

.header-section .main-menu .menu-item-has-child {
	position: relative;
}
.header-section .main-menu .menu-item-has-child>a {
	position: relative;
	padding-right: 17px;
}

.header-section .main-menu .menu-item-has-child>a:after {
	top: 1px;
	right: 0px;
	color: #636778;
	font-size: 13px;
	content: "";
	font-weight: 900;
	position: absolute;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	font-family: "Line Awesome Free";
}

.header-section .main-menu .menu-item-has-child:hover>a:after {
	content: "";
	color: #334eff;
	transform: rotate(360deg);
}

.header-section .main-menu .menu-item-has-child .submenu {
	top: 150%;
	left: 0px;
	opacity: 0;
	z-index: 999;
	min-width: 210px;
	padding: 20px 0px;
	visibility: hidden;
	position: absolute;
	border-radius: 3px;
	background-color: #ffffff;
	border-top-left-radius: 0px;
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
	/* font-size: 14px; */
}
div.main-menu:nth-child(3) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2){
	left: -150px;
}

.header-section .main-menu .menu-item-has-child .submenu li {
	width: 100%;
	display: block;
}
.header-section .main-menu .menu-item-has-child .submenu li > a {
	width: 100%;
	display: block;
	line-height: 1;
	padding: 13px 20px;
	color: #636778;
	font-size: 15px;
}

.header-section .main-menu .menu-item-has-child .submenu li:hover>a,
.header-section .main-menu .menu-item-has-child .submenu li.active>a {
	color: #334eff;
	background-color: #f4f8fb;
}

.header-section .main-menu .menu-item-has-child:hover>.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child>a:after {
	top: 13px;
	right: 25px;
}

.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover>a:after {
	content: "";
	color: #334eff;
}

.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child .submenu {
	left: 100%;
}

.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover .submenu {
	top: -20px;
}

.header-primary.sticky-header .content-wrap {
	min-height: 120px;
	padding: 20px 0px;
}

.header-primary.sticky-header.stuck .content-wrap {
	min-height: 100px;
}

.header-primary .main-menu .menu-item-has-child>a {
	padding-right: 0px;
}

.header-primary .main-menu .menu-item-has-child>a:after {
	display: none;
}

.header-primary .main-menu .menu-item-has-child:hover>a:after {
	color: #00c9a7;
}

.header-primary .main-menu .menu-item-has-child .submenu li>a:after {
	display: inline-block;
}

.header-primary .main-menu .menu-item-has-child .submenu li:hover>a,
.header-primary .main-menu .menu-item-has-child .submenu li.active>a {
	color: #00c9a7;
}

.header-primary .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover>a:after {
	color: #00c9a7;
}

.second-header {
	box-shadow: 0 .3rem 1rem rgba(0,0,0,.05);
	border-bottom: 1px solid #eee;
}
.second-header .content-wrap {
	padding: 14px 0px;
}
.second-header .brand-box {
	display: flex;
	align-items: center;
}
.second-header .brand-logo {
	width: 100%;
}
.margin-left-3{
    margin-left: 3%;
}
.mega_menu {
	left: 50%;
	opacity: 0;
	z-index: 999;
	width: 1170px;
	padding: 40px;
	position: fixed;
	visibility: hidden;
	background-color: #ffffff;
	transform: translate(-50%, 30px);
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.mega_menu .useful-links .list-title {
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dce1f2;
}

.mega_menu .useful-links .list-title a {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mega_menu .useful-links .list-title a:hover {
	color: #00c9a7;
}

.mega_menu .useful-links>ul>li {
	margin-bottom: 10px;
}

.mega_menu .useful-links>ul>li:last-child {
	margin-bottom: 0px !important;
}

.mega_menu .useful-links>ul>li>a {
	font-size: 15px;
	color: #636778;
}

.mega_menu .useful-links>ul>li>a:hover {
	color: #00c9a7;
}

.mega_menu .promotion-fullimage .promotion-content {
	padding: 20px;
	padding-left: 22px;
}

.mega_menu .promotion-fullimage .promotion-content .item-title {
	font-size: 18px;
}

.header-section .main-menu .menu-item-has-child:hover .mega_menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0px);
	transition: all 0.3s ease-in-out;
}
.main-search-btn i {
	font-size: 27px;
	color: #4d4d4d;
}

.all-categories {
	position: relative;
}

.all-categories .category-btn {
	font-weight: 500;
	color: #636778;
}

.all-categories .category-btn:hover,
.all-categories .category-btn.active {
	color: #334eff;
}
.all-categories .category-btn i {
	font-size: 20px;
	margin-right: 20px;
	transform: translateY(2px);
}

.all-categories .categories-collapse {
	z-index: 999;
	min-width: 270px;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.all-categories .categories-collapse .card {
	border: none;
	padding: 10px 0px;
	border-radius: 0px;
}

.all-categories .categories-collapse .card>ul>li {
	border-bottom: 1px solid #e2e4f4;
}

.all-categories .categories-collapse .card>ul>li:last-child {
	border-bottom: none;
}

.all-categories .categories-collapse .card>ul>li>a {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	padding: 19px 30px;
	padding-top: 21px;
	color: #636778;
}

.all-categories .categories-collapse .card>ul>li>a span {
	float: left;
	line-height: 1;
	font-size: 24px;
	margin: -8px 0px;
	margin-right: 20px;
}

.all-categories .categories-collapse .card>ul>li:hover>a {
	color: #334eff;
	background-color: #f4f8fb;
}

.main-search-form {
	border: none;
	padding: 20px 0px;
	border-radius: 0px;
	background-color: transparent;
	background-color: rgba(57, 105, 47, 0.9);
}

.main-search-form .form-item {
	width: 100%;
	margin: 0px;
}

.main-search-form .form-item input[type=search] {
	width: 100%;
	height: 60px;
	border: none;
	font-size: 16px;
	padding: 0px 30px;
	border-radius: 45px;
}

.main-search-form .form-item button[type=submit] {
	top: 60%;
	right: 30px;
	font-size: 22px;
	position: absolute;
	color: #36415a;
	transform: translateY(-60%);
}

.main-search-form .form-item button[type=submit]:hover {
	color: #334eff;
}

/* .cart-dropdown {
	border: none;
	margin-top: 5px;
	min-width: 380px;
	padding: 30px 0px;
	border-radius: 0px;
	right: 0px !important;
	left: unset !important;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.cart-dropdown .title-text {
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 30px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f8fb;
}

.cart-dropdown .cart-items-list {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f8fb;
}

.cart-dropdown .cart-items-list>ul>li {
	display: flex;
	padding: 10px 30px;
	padding-right: 50px;
	position: relative;
	align-items: center;
	border-bottom: 1px solid #f4f8fb;
}

.cart-dropdown .cart-items-list>ul>li:last-child {
	border-bottom: none;
}

.cart-dropdown .cart-items-list>ul>li .remove-btn {
	top: 50%;
	right: 30px;
	font-size: 20px;
	position: absolute;
	color: #636778;
	transform: translateY(-50%);
}

.cart-dropdown .cart-items-list>ul>li .remove-btn:hover {
	color: #334eff;
}

.cart-dropdown .cart-items-list>ul>li .item-image {
	max-width: 60px;
	overflow: hidden;
	margin-right: 20px;
}

.cart-dropdown .cart-items-list>ul>li .item-title {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
}

.cart-dropdown .cart-items-list>ul>li .item-price {
	font-size: 13px;
	color: #334eff;
}

.cart-dropdown .btns-group {
	padding: 20px 30px;
	padding-bottom: 0px;
}

.cart-dropdown .btns-group>ul {
	display: block;
}

.cart-dropdown .btns-group>ul>li {
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
}

.cart-dropdown .btns-group>ul>li:last-child {
	margin: 0px;
}

.cart-dropdown .btns-group>ul>li .btn {
	display: block;
} */

.sidebar-menu-wrapper {
	display: block;
}

.sidebar-menu-wrapper .sidebar-menu {
	top: 0;
	width: 400px;
	right: -420px;
	height: 100vh;
	z-index: 9999;
	position: fixed;
	overflow-y: scroll;
	padding-top: 120px;
	background-color: #ffffff;
	transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.sidebar-menu-wrapper .sidebar-menu.active {
	right: 0px;
	box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
}

.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
	overflow: visible !important;
}

.sidebar-menu-wrapper .sidebar-menu .close-btn {
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
	line-height: 42px;
	color: #334eff;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	display: inline-block;
	background-color: #ffffff;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.sidebar-menu-wrapper .sidebar-menu .widget-title {
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	padding: 0px 40px;
	margin-bottom: 20px;
}

.sidebar-menu-wrapper .sidebar-menu .brand-logo {
	margin-bottom: 40px;
}

.sidebar-menu-wrapper .sidebar-menu .brand-logo>a {
	max-width: 180px;
	display: inline-block;
}

.sidebar-menu-wrapper .sidebar-menu .search-wrap {
	padding: 0px 40px;
	margin-bottom: 40px;
}

.sidebar-menu-wrapper .sidebar-menu .search-wrap .form-item input {
	height: 55px;
	border: none;
	padding: 0px 25px;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.sidebar-menu-wrapper .sidebar-menu .search-wrap .form-item button[type=submit] {
	top: 50%;
	right: 25px;
	line-height: 1;
	font-size: 21px;
	position: absolute;
	color: #334eff;
	transform: translateY(-50%);
}

/* .sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li {
	display: flex;
	padding: 10px 0px;
	position: relative;
	padding-right: 25px;
	align-items: center;
	border-bottom: 1px solid #e2e4f4;
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li:last-child {
	border-bottom: none;
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .remove-btn {
	top: 50%;
	right: 0px;
	font-size: 20px;
	position: absolute;
	color: #636778;
	transform: translateY(-50%);
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .remove-btn:hover {
	color: #334eff;
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .item-image {
	max-width: 60px;
	overflow: hidden;
	margin-right: 20px;
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .item-title {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .item-price {
	font-size: 13px;
	color: #334eff;
} */

.sidebar-menu-wrapper .sidebar-menu .menu_list {
	margin-bottom: 35px;
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li a {
	line-height: 1;
	display: block;
	font-size: 16px;
	padding: 17px 40px;
	color: #636778;
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li:hover>a,
.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.active>a {
	color: #334eff;
	background-color: #f4f8fb;
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown {
	position: relative;
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown:before {
	top: 15px;
	right: 40px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Line Awesome Free";
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	display: none;
	border-radius: 0px;
	background-color: #fafcff;
	position: static !important;
	transform: unset !important;
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul.show {
	display: block;
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul li>a {
	display: block;
	font-size: 14px;
	padding-left: 50px;
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul li ul {
	background-color: #ffffff;
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul li ul li>a {
	padding-left: 60px;
}
/* 
.sidebar-menu-wrapper .sidebar-menu .user-dropdown {
	box-shadow: none;
	background-color: transparent;
}

.sidebar-menu-wrapper .sidebar-menu .user-dropdown>ul {
	margin-top: -15px;
}

.sidebar-menu-wrapper .sidebar-menu .user-dropdown>ul>li>a {
	padding: 15px 40px;
}
 */
.sidebar-menu-wrapper .overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.sidebar-menu-wrapper .overlay.active {
	opacity: 1;
	display: block;
}

.sidebar-menu::-webkit-scrollbar {
	width: 0px;
}

/* 网站底部 */
.footer {
	background-image: url("../image/footer-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.footer.overlay::before {
	background-color: #006838;
	opacity: 0.95;
	z-index: -1;
}

.overlay {
	position: relative;
	z-index: 1;
}

.overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #081828;
	content: "";
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}

.footer-top {
	padding: 50px 0 20px;
}

.footer-top h3 {
	text-align: center;
	margin-bottom: 20px;
	color: white;
	/*font-family: 'Merriweather', serif;*/
}
.footer .footer-middle {
	border-top: 2px solid rgba(238, 238, 238, 0.158);
	border-bottom: 2px solid rgba(238, 238, 238, 0.158);
}
.footer .single-footer {
	padding-top: 40px;
	padding-bottom: 40px;
	border-right: 2px solid rgba(238, 238, 238, 0.158);
	height: 100%;
}

.footer .single-footer.last {
	border: none;
}

.footer .single-footer h3 {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 35px;
	color: #fff;
}

.footer .single-footer.f-about {
	padding-right: 30px;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 8px;
}

.footer .single-footer.f-link li a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.footer .single-footer.f-link li a:hover {
	text-decoration: underline;
}

.footer .single-footer.f-contact ul li {
	display: block;
	margin-bottom: 15px;
	line-height: 25px;
	color: #fff;
	position: relative;
	padding-left: 30px;
}

.footer .single-footer.f-contact ul li i {
	color: #fff;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 14px;
}
.footer .single-footer.f-about .logo img {
	width: 180px;
}
.footer .single-footer.f-about p {
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	font-family: "Poppins", sans-serif;
}
.footer-bottom {
	padding: 13px 0;
	text-align: center;
	color: white;
	font-size: 14px;
}
.footer-bottom a{
	color: white;
}
.footer-bottom p{
	margin: 0;
}

/* 网页底部留言表单 */
.newsletter-form {
	max-width: 1000px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
}
.newsletter-form .form-control {
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	font-size: 16px;
	margin-bottom: 10px;
	height: 50px;
	background: transparent;
	background-color: #fff3;
	border: none;
	color: #fff;
	border-radius:2px;
}
.newsletter-form .form-control:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 255, 64, 0.25);
}
.newsletter-form .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0;
}
.newsletter-form .form-group {
	width: 100%;
	padding: 0 8px;
}
.newsletter-form ::placeholder {
	color: #c4c4c4;
	opacity: 1;
}
.newsletter-btn {
	display: inline-block;
	background: #88C250;
	color: #fff;
	height: 50px;
	border: none;
	padding: 14px 30px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	border-radius: 2px;
}

.newsletter-btn:hover {
	background-color: #75a644;
}



/* header section - end
==================================================================================================== */
/* footer section - start
==================================================================================================== */
/* .footer-section {
  overflow: hidden;
  position: relative;
}
.footer-section.bg-gray {
  background-color: #f4f8fb;
}
.footer-section .widget-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-section .btns-group.ul-li-block > ul > li {
  margin-bottom: 15px;
}
.footer-section .btns-group.ul-li-block > ul > li:last-child {
  margin-bottom: 0px !important;
}
.footer-section .brand-logo .brand-link {
  max-width: 110px;
}
.footer-section .about-content {
  padding-right: 68px;
}
.footer-section .contact-info > ul > li {
  margin-bottom: 20px;
}
.footer-section .contact-info > ul > li:last-child {
  margin-bottom: 0px !important;
}
.footer-section .contact-info > ul > li > span {
  width: 40px;
  float: left;
  line-height: 1;
  font-size: 24px;
  color: #334eff;
}
.footer-section .contact-info > ul > li > a {
  display: table;
  color: #5f6680;
  font-weight: 500;
  line-height: 1.714;
}
.footer-section .contact-info > ul > li > a:hover {
  color: #334eff;
}
.footer-section .useful-links > ul > li {
  margin-bottom: 15px;
}
.footer-section .useful-links > ul > li:last-child {
  margin-bottom: 0px !important;
}
.footer-section .useful-links > ul > li > a {
  color: #636778;
}
.footer-section .useful-links > ul > li > a:hover {
  color: #334eff;
}
.footer-section .payment-cards p > a {
  font-weight: 500;
  color: #334eff;
}
.footer-section .payment-cards > ul > li {
  margin-right: 5px;
}
.footer-section .payment-cards > ul > li:last-child {
  margin-right: 0px !important;
}
.footer-section .payment-cards > ul > li > a {
  display: block;
  line-height: 1;
}
.footer-section .footer-bottom {
  position: relative;
  padding: 33.5px 0px;
}
.footer-section .footer-bottom .pill-image-1 {
  bottom: -15px;
  right: -105px;
  max-width: 345px;
  position: absolute;
}
.footer-section .footer-bottom.bg-gray {
  background-color: #f4f8fb;
}
.footer-section .footer-bottom p a {
  color: #5f6680;
  font-weight: 500;
}
.footer-section .footer-bottom p a:hover {
  color: #334eff;
} */

/* footer section - end
==================================================================================================== */
/* breadcrumb section - start
==================================================================================================== */
.breadcrumb-section {
	min-height: 250px;
	padding: 60px 0px;
}

.breadcrumb-section .page-title {
	font-size: 30px;
}

.breadcrumb-section .breadcrumb-nav>ul>li {
	color: #8991ab;
	position: relative;
	margin-right: 12px;
	padding-right: 12px;
}

.breadcrumb-section .breadcrumb-nav>ul>li:after {
	top: 50%;
	right: -2px;
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #8991ab;
	transform: translateY(-50%);
}

.breadcrumb-section .breadcrumb-nav>ul>li:last-child {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.breadcrumb-section .breadcrumb-nav>ul>li:last-child:after {
	display: none;
}

.breadcrumb-section .breadcrumb-nav>ul>li>a {
	display: block;
	color: #8991ab;
}

.breadcrumb-section .breadcrumb-nav>ul>li:hover>a {
	color: #334eff;
}

.breadcrumb-section .breadcrumb-nav>ul>li.active {
	color: #334eff;
}

.breadcrumb-section .pill-image-1 {
	left: -73px;
	bottom: -20px;
	max-width: 345px;
}

/* breadcrumb section - end
==================================================================================================== */
/* sidebar section - start
==================================================================================================== */
.sidebar-section .widget {
	position: relative;
	margin-bottom: 50px;
}

.sidebar-section .widget:last-child {
	margin-bottom: 0px !important;
}

.sidebar-section .widget-title {
	font-size: 21px;
	font-weight: 500;
	padding-left: 18px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e4f4;
}

.sidebar-section .widget-title:before {
	top: 4px;
	left: 0px;
	width: 2px;
	content: "";
	height: 15px;
	position: absolute;
	background-color: #334eff;
}

.sidebar-section .sidebar-search input {
	width: 100%;
	height: 55px;
	outline: none;
	padding: 0px 25px;
	background-color: #f4f8fb;
	border: 1px solid #e2e4f4;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.sidebar-section .sidebar-search input:focus {
	border-color: #334eff;
}

.sidebar-section .sidebar-search button[type=submit] {
	top: 50%;
	right: 20px;
	line-height: 1;
	font-size: 21px;
	position: absolute;
	color: #334eff;
	transform: translateY(-50%);
}

.sidebar-section .products-category>ul>li,
.sidebar-section .brand-products>ul>li {
	margin-bottom: 15px;
}

.sidebar-section .products-category>ul>li:last-child,
.sidebar-section .brand-products>ul>li:last-child {
	margin-bottom: 0px !important;
}

.sidebar-section .products-category>ul>li>a,
.sidebar-section .brand-products>ul>li>a {
	color: #636778;
}

.sidebar-section .products-category>ul>li>a:hover,
.sidebar-section .brand-products>ul>li>a:hover {
	color: #334eff;
}

.sidebar-section .price-range-area .slider-range {
	height: 6px;
	border: none;
	border-radius: 45px;
	background-color: #d6d6d6;
}

.sidebar-section .price-range-area .ui-slider-range {
	border: none;
	border-radius: 45px;
	background-color: #334eff;
}

.sidebar-section .price-range-area .ui-state-default {
	top: -7px;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	border-radius: 100%;
	border: 6px solid #ffffff;
	background-color: #334eff;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.sidebar-section .price-range-area .price-text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 25px;
}

.sidebar-section .price-range-area .price-text span {
	float: left;
	margin-right: 15px;
}

.sidebar-section .price-range-area .price-text input {
	border: none;
	font-weight: 500;
	display: inline-block;
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next,
.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev {
	width: 35px;
	height: 35px;
	border-radius: 3px;
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next:before,
.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev:before {
	border: none;
	font-size: 14px;
	line-height: 37px;
	color: #334eff;
	border-radius: 3px;
	background-color: #ffffff;
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next:hover,
.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev:hover {
	box-shadow: none;
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next:hover:before,
.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev:hover:before {
	color: #ffffff;
	border-color: #334eff;
	background-color: #334eff;
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev {
	left: 0px;
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next {
	right: 0px;
}

.sidebar-section .tag-list>ul {
	margin: -3px;
}

.sidebar-section .tag-list>ul>li {
	padding: 3px;
}

.sidebar-section .tag-list>ul>li>a {
	width: auto;
	display: block;
	line-height: 1;
	border-radius: 3px;
	padding: 11px 20px;
	padding-bottom: 8px;
	color: #636778;
	border: 1px solid #e2e4f4;
}

.sidebar-section .tag-list>ul>li>a:hover {
	color: #ffffff;
	border-color: #334eff;
	background-color: #334eff;
}

.sidebar-section .recent-post>ul>li {
	margin-bottom: 30px;
}

.sidebar-section .recent-post>ul>li:last-child {
	margin-bottom: 0px !important;
}

.sidebar-section .instagram-shoots>ul {
	width: auto;
	display: block;
	margin: -7.5px;
}

.sidebar-section .instagram-shoots>ul>li {
	width: 33.333%;
	padding: 7.5px;
}

.sidebar-section .instagram-shoots .instagram-shoot {
	margin: 0px;
}

.sidebar-section .instagram-shoots .instagram-shoot .instagram-icon {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 46px;
}

/* sidebar section - end
==================================================================================================== */
/* promotion sections - start
==================================================================================================== */
/* promotion section settings - start
================================================== */
.promotion-section .pill-image-1 {
	right: -10px;
	bottom: 300px;
	max-width: 345px;
}

.promotion-section .masonry-grid .grid-item,
.promotion-section .masonry-grid .grid-sizer {
	width: 33.333%;
}

.promotion-section .masonry-grid .w-66 {
	width: 66.666%;
}

/* promotion section settings - end
================================================== */
/* promotion fullimage - start
================================================== */
.promotion-fullimage {
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 3px #d8d7d7;
}

.promotion-fullimage .item-image {
	display: block;
	overflow: hidden;
}

.promotion-fullimage .item-image>img {
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.promotion-fullimage:hover .item-image>img {
	transform: scale(1.1);
}

.promotion-fullimage .promotion-content {
	left: 0px;
	right: 0px;
	z-index: 2;
	padding: 40px;
	position: absolute;
}

.promotion-fullimage .promotion-content small {
	font-size: 14px;
}

.promotion-fullimage .promotion-content .item-title {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 23px;
}

.promotion-fullimage .promotion-content .item-title strong {
	font-weight: 600;
}

.promotion-fullimage .promotion-content .item-title span {
	font-weight: 400;
}

.promotion-fullimage .promotion-content.size-increase .item-title {
	font-size: 30px;
}

.promotion-fullimage .promotion-content.size-decrease .item-title {
	font-size: 24px;
}

.promotion-fullimage .promotion-content.position-top {
	top: 0px;
}

.promotion-fullimage .promotion-content.position-bottom {
	bottom: 0px;
}

.promotion-fullimage .promotion-content.position-vertical-center {
	top: 50%;
	transform: translateY(-50%);
}

/* promotion fullimage - end
================================================== */
/* promotion sections - end
==================================================================================================== */
/* offer sections - start
==================================================================================================== */
/* offer section settings - start
================================================== */
/* .offer-section.bg-gray {
  overflow: hidden;
  background-color: #f4f8fb;
}
.offer-section .wrap-1600.bg-gray {
  overflow: hidden;
  background-color: #f4f8fb;
}
.offer-section .leaf-image-1 {
  top: 50%;
  left: -131px;
  max-width: 264px;
  transform: translateY(-50%);
}
.offer-section .leaf-image-2 {
  right: -160px;
  bottom: -101px;
  max-width: 411px;
} */

/* offer section settings - end
================================================== */
/* offer item - start
================================================== */
.offer-item .item-image {
	margin-bottom: -20px;
}

.offer-item .item-image-2 {
	float: left;
	width: 785px;
	margin-left: 45px;
}

.offer-item .item-content .sub-title {
	font-size: 21px;
	font-weight: 500;
}

.offer-item .item-content .title-text {
	font-size: 36px;
	font-weight: 500;
}

.offer-item .item-content p {
	font-size: 16px;
	color: #36415a;
}

.offer-item .item-content .info-list>ul>li {
	font-size: 16px;
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
	color: #36415a;
}

.offer-item .item-content .info-list>ul>li:last-child {
	margin-bottom: 0px !important;
}

.offer-item .item-content .info-list>ul>li:before {
	top: 3px;
	left: 0px;
	line-height: 1;
	font-size: 21px;
	content: "";
	font-weight: 900;
	color: #334eff;
	position: absolute;
	font-family: "Line Awesome Free";
}

.offer-item .countdown-timer>ul>li {
	width: 80px;
	padding: 15px 10px;
	text-align: center;
	margin-right: 20px;
	background-color: #ffffff;
	border: 2px dashed #00c9a7;
}

.offer-item .countdown-timer>ul>li:last-child {
	margin-right: 0px !important;
}

.offer-item .countdown-timer>ul>li strong,
.offer-item .countdown-timer>ul>li small {
	display: block;
	line-height: 1;
}

.offer-item .countdown-timer>ul>li strong {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #36415a;
}

.offer-item .countdown-timer>ul>li small {
	font-size: 14px;
	text-transform: capitalize;
}

/* offer item - end
================================================== */
/* offer sections - end
==================================================================================================== */
/* policy section - start
==================================================================================================== */
/* policy default - start
================================================== */
.policy-default {
	margin-top: 40px;
	padding: 0px 20px;
	position: relative;
}

.policy-default .item-icon {
	float: left;
	width: 60px;
	height: 60px;
	color: #5f6680;
	font-size: 30px;
	margin: 14px 0px;
	line-height: 62px;
	margin-right: 30px;
	text-align: center;
	border-radius: 100%;
	border: 1px dashed #334eff;
}

.policy-default .item-content {
	display: table;
}

.policy-default .item-title {
	font-size: 18px;
	margin-bottom: 15px;
}

/* about section - start */
.about-section .about-content {
	padding-left: 30px;
}
.about-section .about-content .title-text {
	font-size: 30px;
	font-weight: 500;
	font-weight: bold;
}
.about-section .about-content p {
	font-size: 14px;
	line-height: 1.7;
}
/* .about-video .title-text {
	font-size: 30px;
	font-weight: 400;
	max-width: 670px;
	display: inline-block;
}

.about-video .video-wrap {
	position: relative;
}

.about-video .video-wrap>img {
	width: 100%;
	display: block;
}

.about-video .video-wrap .play-btn {
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	position: absolute;
	border-radius: 100%;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	transform: translate(-50%, -50%);
}

.about-video .video-wrap .play-btn:before,
.about-video .video-wrap .play-btn:after {
	border: 1px solid #ffffff;
	background-color: rgba(0, 0, 0, 0.3);
}

.about-video .video-wrap .play-btn span {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-block;
	background-color: #334eff;
} */

/* about section - end */
/* featured fullimage - start */
.feature-fullimage {
	display: block;
	max-width: 370px;
	overflow: hidden;
	position: relative;
	margin: 30px auto 0px;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.feature-fullimage:hover {
	transform: translateY(-15px);
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.feature-fullimage:before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	position: absolute;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.feature-fullimage .item-title {
	left: 0px;
	right: 0px;
	bottom: 15px;
	padding: 15px;
	line-height: 1;
	display: block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	text-align: center;
	font-family: "Heebo", sans-serif;
}

/* featured fullimage - end */
/* testimonial item - end */
.testimonial-item .testimonial-content {
	padding: 40px 30px;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #e2e4f4;
	background-color: #fafcff;
}

.testimonial-item .testimonial-content:before {
	width: 25px;
	height: 25px;
	content: "";
	left: 35px;
	bottom: -13px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #fafcff;
	border: 1px solid transparent;
	border-right-color: #e2e4f4;
	border-bottom-color: #e2e4f4;
}

.testimonial-item .testimonial-content .quote-icon {
	line-height: 1;
	font-size: 36px;
	margin-top: -8px;
	color: #334eff;
	margin-bottom: 10px;
	display: inline-block;
}

.testimonial-item .testimonial-content p {
	margin: 0px;
	font-size: 14px;
	line-height: 1.857;
}

.testimonial-item .hero-info {
	display: flex;
	padding-left: 15px;
	align-items: center;
}

.testimonial-item .thumbnail-image {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 100%;
	border: 1px solid #e2e4f4;
}

.testimonial-item .hero-name {
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
}

.testimonial-item .hero-title {
	display: block;
	line-height: 1;
	font-size: 14px;
	color: #334eff;
}

.testimonial-carousel.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

/* testimonial item - end */
/* about page - end
==================================================================================================== */
/* blog page - start
==================================================================================================== */
/* blog boxed - start */
.blog-small .item-image {
	float: left;
	width: 120px;
	margin-right: 30px;
}

.blog-small .item-content {
	display: table;
}

.blog-small .item-title>a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #36415a;
}

.blog-small:hover .item-title>a {
	color: #334eff;
}

/* blog boxed - end */
/* blog boxed - start */
.blog-boxed {
	z-index: 1;
	overflow: hidden;
	margin-top: 30px;
	padding: 50px 30px;
	position: relative;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-boxed:before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	z-index: -1;
	position: absolute;
	background-color: #f4f8fb;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.blog-boxed:hover {
	color: #ffffff;
	transform: translateY(-15px);
}

.blog-boxed:hover:before {
	background-color: rgba(37, 40, 57, 0.859);
}

.blog-boxed .post-admin {
	padding: 8px 0px;
	margin-bottom: 30px;
}

.blog-boxed .admin-image {
	float: left;
	width: 55px;
	height: 55px;
	margin: -7px 0px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 100%;
}

.blog-boxed .admin-content {
	display: table;
}

.blog-boxed .admin-name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.blog-boxed .post-date {
	display: block;
	line-height: 1;
	color: #636778;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.blog-boxed .item-title>a {
	font-size: 18px;
	line-height: 1.444;
	color: #36415a;
}

.blog-boxed:hover .item-title>a {
	color: #ffffff;
}

.blog-boxed p {
	margin-bottom: 40px;
	color: #636778;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.blog-boxed:hover p,
.blog-boxed:hover .post-date,
.blog-boxed:hover .admin-name {
	color: #ffffff;
}

.blog-boxed:hover .btn-underline {
	color: #ffffff;
}

.blog-boxed:hover .btn-underline:after,
.blog-boxed:hover .btn-underline:before {
	background-color: #ffffff;
}

/* blog boxed - end */
/* blog grid - start */
.blog-grid {
	margin-bottom: 70px;
}

.blog-grid .item-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.blog-grid .post-category {
	top: 20px;
	left: 20px;
	z-index: 1;
	line-height: 1;
	min-width: 90px;
	text-align: center;
	position: absolute;
	padding: 11px 15px;
	padding-bottom: 8px;
	color: #36415a;
	background-color: #ffffff;
}

.blog-grid .post-category:hover {
	color: #334eff;
}

.blog-grid iframe {
	width: 100%;
	height: 435px;
}

.blog-grid .item-title>a {
	font-size: 30px;
	font-weight: 500;
	color: #36415a;
}

.blog-grid:hover .item-title>a {
	color: #334eff;
}

.image-carousel.arrow-right-left .owl-next,
.image-carousel.arrow-right-left .owl-prev {
	width: 45px;
	height: 45px;
}

.image-carousel.arrow-right-left .owl-next:before,
.image-carousel.arrow-right-left .owl-prev:before {
	line-height: 43px;
	color: #36415a;
	border-color: #ffffff;
	background-color: #ffffff;
}

.image-carousel.arrow-right-left .owl-next:hover:before,
.image-carousel.arrow-right-left .owl-prev:hover:before {
	color: #ffffff;
	border-color: #334eff;
	background-color: #334eff;
}

.image-carousel.arrow-right-left .owl-next {
	right: 20px;
}

.image-carousel.arrow-right-left .owl-prev {
	left: 20px;
}

/* blog grid - end */
/* blog grid 2 - start */
.blog-grid-2 {
	margin-top: 40px;
}

.blog-grid-2 .item-image {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.blog-grid-2 .item-image>img {
	width: 100%;
	display: block;
}

.blog-grid-2 .post-category {
	top: 20px;
	left: 20px;
	z-index: 1;
	line-height: 1;
	min-width: 90px;
	text-align: center;
	position: absolute;
	padding: 11px 15px;
	padding-bottom: 8px;
	color: #36415a;
	background-color: #ffffff;
}

.blog-grid-2 .post-category:hover {
	color: #334eff;
}

.blog-grid-2 .item-title>a {
	font-size: 21px;
	font-weight: 500;
	color: #36415a;
}

.blog-grid-2:hover .item-title>a {
	color: #334eff;
}

.blog-masonry {
	margin: -15px;
	margin-top: -25px;
	margin-bottom: 55px;
}

.blog-masonry .grid-item,
.blog-masonry .grid-sizer {
	width: 33.333%;
}

.blog-masonry .grid-item {
	padding: 15px;
	padding-top: 25px;
}

.blog-masonry .blog-grid-2 {
	margin: 0px;
}

/* blog grid 2 - end */
/* blog quote - start */
.blog-quote {
	padding: 50px;
	margin-bottom: 70px;
}

.blog-quote.bg-gray {
	background-color: #f4f7fc;
}

.blog-quote p {
	font-size: 18px;
	color: #36415a;
}

.blog-quote .post-admin {
	line-height: 1;
	display: table;
	font-size: 18px;
	font-weight: 500;
	color: #334eff;
}

.blog-quote .quote-icon {
	line-height: 1;
	font-size: 36px;
	color: #334eff;
}

/* blog quote - end */
/* blog page - end
==================================================================================================== */
/* shop page - start
==================================================================================================== */
/* shop section - start
================================================== */
.shop-section .pill-image-1 {
	top: 330px;
	left: -20px;
	max-width: 300px;
}

.tabs-nav>ul>li>a {
	display: block;
	line-height: 1;
	color: #07260F;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #dce1f2;
}

.tabs-nav>ul>li>a:hover,
.tabs-nav>ul>li>a.active {
	color: #36415a;
	border-color: #334eff;
}

.owl-carousel .product-grid {
	margin: 0px auto;
}

.filter-wrap.border-bottom {
	padding-bottom: 20px;
}

.filter-wrap .result-text {
	margin-bottom: 0px;
}

.filter-wrap .result-text span {
	color: #36415a;
}

.layout-tab>ul>li {
	margin-right: 15px;
}

.layout-tab>ul>li:last-child {
	margin-right: 0px !important;
}

.layout-tab>ul>li>a {
	display: block;
	line-height: 1;
}

.layout-tab>ul>li>a>svg {
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.layout-tab>ul>li>a:hover>svg,
.layout-tab>ul>li>a.active>svg {
	fill: #334eff;
	color: #334eff;
}

/* shop section - end
================================================== */
/* product grid - start
================================================== */
.product-grid {
	margin-top: 40px;
	position: relative;
}

.product-grid .item-image {
	overflow: hidden;
	position: relative;
}

.product-grid .item-image .image-wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.product-grid .item-image .image-wrap>img {
	width: 100%;
	display: block;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.product-grid:hover .item-image .image-wrap>img {
	transform: scale(1.1);
}

.product-grid .btns-group {
	left: 0px;
	right: 0px;
	bottom: 30px;
	z-index: 2;
	position: absolute;
}

.product-grid .btns-group>ul {
	z-index: 1;
	overflow: hidden;
	padding: 17px 22px;
	padding-bottom: 15px;
	position: relative;
	border-radius: 3px;
}

.product-grid .btns-group>ul:before {
	top: 0px;
	left: 50%;
	opacity: 0;
	bottom: 0px;
	width: 0px;
	z-index: -1;
	content: "";
	position: absolute;
	background-color: #ffffff;
	transform: translateX(-50%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.product-grid .btns-group>ul>li {
	opacity: 0;
	margin-right: 25px;
	transform: translateY(150%);
}

.product-grid .btns-group>ul>li:last-child {
	margin-right: 0px !important;
}

.product-grid .btns-group>ul>li>a {
	color: #8991ab;
	display: block;
	line-height: 1;
	font-size: 21px;
}

.product-grid .btns-group>ul>li>a:hover {
	color: #334eff;
	transform: translateY(-5px);
}

.product-grid:hover .btns-group>ul:before {
	opacity: 1;
	width: 100%;
	transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.product-grid:hover .btns-group>ul>li {
	opacity: 1;
	transform: translateY(0%);
	transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.product-grid:hover .btns-group>ul>li:nth-child(1) {
	transition-delay: 0.1s;
}

.product-grid:hover .btns-group>ul>li:nth-child(2) {
	transition-delay: 0.3s;
}

.product-grid:hover .btns-group>ul>li:nth-child(3) {
	transition-delay: 0.5s;
}

.product-grid:hover .btns-group>ul>li:nth-child(4) {
	transition-delay: 0.7s;
}

.product-grid .post-label {
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	padding: 20px;
	position: absolute;
}

.product-grid .post-label>ul>li {
	width: 50px;
	height: 50px;
	font-size: 12px;
	font-weight: 500;
	line-height: 52px;
	margin-right: 10px;
	text-align: center;
	border-radius: 100%;
	color: #36415a;
}

.product-grid .post-label>ul>li:last-child {
	margin-right: 0px !important;
}

.product-grid .post-label>ul>li.bg-skyblue {
	background-color: #92d9eb;
}

.product-grid .item-content {
	overflow: hidden;
	padding-top: 30px;
	position: relative;
}

.product-grid .item-title {
	margin-bottom: 12px;
}

.product-grid .item-title>a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #36415a;
}

.product-grid .item-title>a:hover {
	text-decoration: underline;
}

.product-grid .item-price {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #07a709;
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
ul.product-nav{
	margin: 0 auto;
}
.product-tab{
	max-width: 1000px;
	margin: 0 auto;
}
.product-tab p{
	margin-bottom: .2rem;
}

.has-column-2 .product-grid {
	max-width: 430px;
}

/* product grid - end
================================================== */

/* product full image - start
================================================== */
.sidebar-deals-carousel .product-fullimage {
	margin: 0px auto;
}

.product-fullimage {
	max-width: 270px;
	overflow: hidden;
	position: relative;
	margin: 30px auto 0px;
}

.product-fullimage .image-wrap {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.product-fullimage .image-wrap>img {
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.product-fullimage:hover .image-wrap>img {
	transform: scale(1.1);
}

.product-fullimage .post-label {
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	padding: 20px;
	position: absolute;
}

.product-fullimage .post-label>ul>li {
	width: 50px;
	height: 50px;
	font-size: 12px;
	font-weight: 500;
	line-height: 52px;
	margin-right: 10px;
	text-align: center;
	border-radius: 100%;
	color: #36415a;
}

.product-fullimage .post-label>ul>li:last-child {
	margin-right: 0px !important;
}

.product-fullimage .post-label>ul>li.bg-skyblue {
	background-color: #92d9eb;
}

.product-fullimage .item-content {
	left: 0px;
	z-index: 2;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	position: absolute;
	padding-bottom: 30px;
}

.product-fullimage .item-title {
	margin-bottom: 15px;
}

.product-fullimage .item-title>a {
	display: table;
	font-size: 18px;
	margin: 0px auto;
	font-weight: 500;
	color: #36415a;
}

.product-fullimage .item-title>a:hover {
	text-decoration: underline;
}

.product-fullimage .item-price {
	line-height: 1;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #334eff;
}

.product-fullimage .btns-group {
	top: 20px;
	left: 20px;
	z-index: 3;
	position: absolute;
}

.product-fullimage .btns-group>ul {
	z-index: 1;
	overflow: hidden;
	padding: 18px 15px;
	position: relative;
	border-radius: 3px;
}

.product-fullimage .btns-group>ul:before {
	top: 50%;
	left: 0px;
	right: 0px;
	opacity: 0;
	height: 0px;
	z-index: -1;
	content: "";
	position: absolute;
	background-color: #ffffff;
	transform: translateY(-50%);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.product-fullimage .btns-group>ul>li {
	opacity: 0;
	margin-bottom: 15px;
	transform: translateX(-150%);
}

.product-fullimage .btns-group>ul>li:last-child {
	margin-bottom: 0px !important;
}

.product-fullimage .btns-group>ul>li>a {
	color: #8991ab;
	display: block;
	line-height: 1;
	font-size: 18px;
}

.product-fullimage .btns-group>ul>li>a:hover {
	color: #334eff;
}

.product-fullimage:hover .btns-group>ul:before {
	opacity: 1;
	height: 100%;
	transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.product-fullimage:hover .btns-group>ul>li {
	opacity: 1;
	transform: translateX(0%);
	transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.product-fullimage:hover .btns-group>ul>li:nth-child(1) {
	transition-delay: 0.1s;
}

.product-fullimage:hover .btns-group>ul>li:nth-child(2) {
	transition-delay: 0.2s;
}

.product-fullimage:hover .btns-group>ul>li:nth-child(3) {
	transition-delay: 0.3s;
}

.product-fullimage:hover .btns-group>ul>li:nth-child(4) {
	transition-delay: 0.4s;
}

/* product full image - end
================================================== */
/* product quick view - start
================================================== */
.quickview-modal .modal-dialog {
	margin: auto;
	max-width: 1000px;
	position: relative;
}

.quickview-modal .modal-dialog .modal-content {
	border: none;
	display: block;
	border-radius: 0px;
	background-color: #ffffff;
}

.quickview-modal .close {
	top: 30px;
	right: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	position: absolute;
	display: inline-block;
}

.quickview-modal .item-image {
	float: left;
	width: 430px;
}

.quickview-modal .item-image>img {
	width: 100%;
	display: block;
}

.quickview-modal .item-content {
	padding: 35px;
	display: table;
}

.quickview-modal .item-title {
	font-size: 24px;
	font-weight: 400;
}

.quickview-modal .btns-group>ul>li {
	margin-right: 20px;
}

.quickview-modal .btns-group>ul>li:last-child {
	margin-right: 0px !important;
}

.quickview-modal .btns-group>ul>li>a:not(.btn) {
	width: 55px;
	height: 55px;
	font-size: 21px;
	line-height: 57px;
	text-align: center;
	border-radius: 3px;
	color: #636778;
	border: 1px solid #e5e7f5;
}

.quickview-modal .btns-group>ul>li>a:not(.btn):hover {
	color: #ffffff;
	border-color: #334eff;
	background-color: #334eff;
}

.quickview-modal .item-price {
	display: block;
	font-size: 30px;
	font-weight: 500;
	color: #334eff;
}

.quickview-modal .list-title {
	font-weight: 500;
	min-width: 110px;
	display: inline-block;
	color: #36415a;
}

/* .quickview-modal .quantity-form .list-title {
	float: left;
	margin: 8.5px 0px;
}

.quickview-modal .quantity-form .quantity-input {
	display: table;
} */

.quickview-modal .info-list>ul>li {
	margin-bottom: 10px;
}

.quickview-modal .info-list>ul>li:last-child {
	margin-bottom: 0px !important;
}

.quickview-modal .info-list>ul>li .list-title {
	float: left;
}

.quickview-modal .info-list>ul>li>ul {
	display: inline-block;
}

.quickview-modal .info-list>ul>li a {
	display: table;
	color: #636778;
}

.quickview-modal .info-list>ul>li a:hover {
	color: #334eff;
}

.quickview-modal .info-list>ul>li.tag-list>ul>li {
	margin-right: 5px;
	padding-right: 2px;
	position: relative;
}

.quickview-modal .info-list>ul>li.tag-list>ul>li:after {
	right: 0px;
	bottom: 0px;
	content: ",";
	position: absolute;
}

.quickview-modal .info-list>ul>li.tag-list>ul>li:last-child {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.quickview-modal .info-list>ul>li.tag-list>ul>li:last-child:after {
	display: none;
}

/* product quick view - end
================================================== */
/* shop page - end
==================================================================================================== */
/* all details pages - start
==================================================================================================== */
/* details section - start
================================================== */
.details-section .details-image.images-group>ul>li {
	margin-bottom: 20px;
}

.details-section .details-image.images-group>ul>li:last-child {
	margin-bottom: 0px !important;
}

.details-section .details-image.images-group-2>ul {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
}

.details-section .details-image.images-group-2>ul>li {
	padding: 10px;
	flex: 0 0 50%;
	max-width: 50%;
}

.details-section .details-image .details-image-carousel {
	margin-bottom: 7px;
}

.details-section .details-image .owl-thumbs {
	margin: -5px;
}

.details-section .details-image .owl-thumbs .item {
	float: left;
	padding: 5px;
	display: inline-block;
}

.details-section .details-image .owl-thumbs .item span {
	width: 80px;
	display: block;
	border: 1px solid transparent;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.details-section .details-image .owl-thumbs .item:hover span,
.details-section .details-image .owl-thumbs .item.active span {
	border-color: #1edc01;
}

.details-section .details-image .image-tab-nav {
	float: left;
	width: 100px;
}

.details-section .details-image .image-tab-nav>ul {
	padding-right: 20px;
}

.details-section .details-image .image-tab-nav>ul>li {
	margin-bottom: 20px;
}

.details-section .details-image .image-tab-nav>ul>li:last-child {
	margin-bottom: 0px !important;
}

.details-section .details-image .image-tab-nav>ul>li>a {
	display: block;
	border: 1px solid transparent;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.details-section .details-image .image-tab-nav>ul>li>a:hover,
.details-section .details-image .image-tab-nav>ul>li>a.active {
	border-color: #334eff;
}

.details-section .details-image .tab-content {
	width: 470px;
	float: right;
}

.details-section .details-content .post-type {
	display: block;
	font-size: 13px;
}

.details-section .details-content .item-title {
	font-size: 24px;
	font-weight: 400;
}

.details-section .details-content .title-text {
	font-size: 21px;
	font-weight: 500;
}

.details-section .details-content p a {
	color: #334eff;
}

.details-section .details-content blockquote {
	padding: 20px;
	padding-left: 40px;
	max-width: 715px;
	margin: 50px auto;
	border-left: 6px solid #36415a;
}

.details-section .details-content blockquote p {
	font-size: 18px;
	font-weight: 500;
	color: #36415a;
}

.details-section .details-content .item-price {
	line-height: 1;
	display: block;
	font-size: 30px;
	font-weight: 500;
	color: #29aa06;
	margin-bottom: 18px;
}

.details-section .details-content .list-title {
	font-weight: 500;
	min-width: 130px;
	display: inline-block;
	color: #36415a;
}

/* .details-section .details-content .quantity-form .list-title {
	float: left;
	margin: 8.5px 0px;
}

.details-section .details-content .quantity-form .quantity-input {
	display: table;
} */

.details-section .details-content .btns-group>ul>li {
	margin-right: 20px;
}

.details-section .details-content .btns-group>ul>li:last-child {
	margin-right: 0px !important;
}

.details-section .details-content .info-list>ul>li {
	margin-bottom: 10px;
}

.details-section .details-content .info-list>ul>li:last-child {
	margin-bottom: 0px !important;
}

.details-section .details-content .info-list>ul>li .list-title {
	float: left;
}

.details-section .details-content .info-list>ul>li>ul {
	display: inline-block;
}

.details-section .details-content .info-list > ul > li a {
	display: inline-block;
	color: #212529;
	margin-right: 15px;
}

.details-section .details-content .info-list>ul>li a:hover {
	color: #334eff;
}

.details-section .details-content .info-list>ul>li.tag-list>ul>li {
	margin-right: 5px;
	padding-right: 2px;
	position: relative;
}

.details-section .details-content .info-list>ul>li.tag-list>ul>li:after {
	right: 0px;
	bottom: 0px;
	content: ",";
	position: absolute;
}

.details-section .details-content .info-list>ul>li.tag-list>ul>li:last-child {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.details-section .details-content .info-list>ul>li.tag-list>ul>li:last-child:after {
	display: none;
}

.details-section .details-content .features-info-list>ul>li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

.details-section .details-content .features-info-list>ul>li:last-child {
	margin-bottom: 0px !important;
}

.details-section .details-content .features-info-list>ul>li:before {
	top: 0px;
	left: 0px;
	font-size: 21px;
	content: "";
	font-weight: 900;
	position: absolute;
	color: #334eff;
	font-family: "Line Awesome Free";
}

.details-section .details-content .tag-links {
	margin-top: 30px;
}

.details-section .details-content .tag-links>ul>li {
	margin-right: 15px;
}

.details-section .details-content .tag-links>ul>li:last-child {
	margin-right: 0px !important;
}

.details-section .details-content .tag-links>ul>li>a {
	color: #636778;
	display: block;
	line-height: 1;
	border-radius: 3px;
	padding: 12px 20px;
	padding-bottom: 9px;
	border: 1px solid #e2e4f4;
}

.details-section .details-content .tag-links>ul>li>a:hover {
	color: #ffffff;
	border-color: #334eff;
	background-color: #334eff;
}

.details-section .details-content .share-links {
	margin-top: 30px;
}

.details-section .details-content .share-links>span {
	font-size: 16px;
	font-weight: 500;
	margin-right: 25px;
	color: #36415a;
}

.details-section .details-content .share-links>ul>li {
	margin-right: 20px;
}

.details-section .details-content .share-links>ul>li:last-child {
	margin-right: 0px !important;
}

.details-section .details-content .share-links>ul>li>a {
	line-height: 1;
	font-size: 21px;
	color: #636778;
}

.details-section .details-content .share-links>ul>li>a:hover {
	color: #334eff;
}

.details-section .item-admin {
	padding: 40px 60px;
	background-color: #f4f8fb;
}

.details-section .item-admin .admin-thumb {
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 100%;
	border: 1px solid #ffffff;
}

.details-section .item-admin .admin-content {
	display: table;
}

.details-section .item-admin .admin-content p {
	font-size: 18px;
	color: #36415a;
}

.details-section .item-admin .admin-content .admin-name {
	font-size: 16px;
	font-weight: 500;
	padding-left: 25px;
	position: relative;
}

.details-section .item-admin .admin-content .admin-name:before {
	top: 7px;
	left: 0px;
	content: "";
	height: 1px;
	width: 15px;
	line-height: 1;
	position: absolute;
	background-color: #36415a;
}

.details-section .information-area .title-text {
	font-size: 21px;
	font-weight: 500;
}

.details-section .information-area .tabs-nav {
	border-bottom: 1px solid #e2e4f4;
}

.details-section .information-area .tabs-nav>ul>li {
	margin-right: 50px;
}

.details-section .information-area .tabs-nav>ul>li:last-child {
	margin-right: 0px;
}

.details-section .information-area .tabs-nav>ul>li>a {
	padding: 0px;
	border: none;
	font-size: 21px;
	font-weight: 500;
	padding-bottom: 25px;
}

.details-section .information-area .tabs-nav>ul>li>a:hover,
.details-section .information-area .tabs-nav>ul>li>a.active {
	color: #36415a;
}

.details-section .information-area .info-list>ul>li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

.details-section .information-area .info-list>ul>li:last-child {
	margin-bottom: 0px !important;
}

.details-section .information-area .info-list>ul>li:before {
	top: 0px;
	left: 0px;
	font-size: 16px;
	content: "";
	font-weight: 900;
	position: absolute;
	color: #334eff;
	font-family: "Line Awesome Free";
}

.details-section .information-area .table-wrap table {
	margin: 0px;
	border: 1px solid #e2e4f4;
}

.details-section .information-area .table-wrap table tr:nth-of-type(odd) {
	background-color: #ffffff;
}

.details-section .information-area .table-wrap table tr:nth-of-type(even) {
	background-color: #f4f8fb;
}

.details-section .information-area .table-wrap table td,
.details-section .information-area .table-wrap table th {
	border: none;
	padding: 12px 30px;
	color: #636778;
	vertical-align: middle;
}

.details-section .information-area .table-wrap table strong {
	color: #36415a;
}

.details-section .information-area .form-item input {
	height: 60px;
}

/* details section - end
================================================== */
/* blog details - start
================================================== */
.details-section.blog-details .details-content .item-title {
	font-size: 30px;
	font-weight: 500;
}

/* blog details - end
================================================== */
/* comment area - start
================================================== */
.comment-area .title-text,
.comment-form .title-text {
	line-height: 1;
	font-size: 22px;
}

.comment-item {
	padding: 30px;
	margin-top: 30px;
	position: relative;
	padding-left: 130px;
	background-color: #f4f8fb;
}

.comment-item .thumbnail-image {
	top: 30px;
	left: 30px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	border-radius: 100%;
	border: 1px solid #e2e4f4;
}

.comment-item .admin-name {
	line-height: 1;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 8px;
}

.comment-item .post-time {
	margin-bottom: 15px;
}

.comment-item .post-time>ul>li {
	line-height: 1;
	color: #8991ab;
	font-size: 14px;
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
}

.comment-item .post-time>ul>li:after {
	top: 50%;
	width: 4px;
	height: 4px;
	right: -2px;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #8991ab;
	transform: translateY(-50%);
}

.comment-item .post-time>ul>li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.comment-item .post-time>ul>li:last-child:after {
	display: none;
}

.comment-item .reply-btn {
	top: 47px;
	right: 30px;
	line-height: 1;
	color: #8991ab;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
}

.comment-item .reply-btn:hover {
	color: #334eff;
}

.comment-item p {
	font-size: 14px;
	color: #36415a;
}

.comment-item .comment-content .comment-item {
	padding: 0px;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 100px;
	border-top: 1px solid #e2e4f4;
}

.comment-item .comment-content .thumbnail-image {
	top: 20px;
	left: 0px;
}

.comment-item .comment-content .reply-btn {
	top: 37px;
	right: 0px;
	line-height: 1;
	color: #8991ab;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
}

.comment-item .comment-content .reply-btn:hover {
	color: #334eff;
}

.comment-form .form-item input,
.comment-form .form-item textarea {
	background-color: #f9faff;
}

.comment-form .form-item input:focus,
.comment-form .form-item textarea:focus {
	background-color: #ffffff;
}

/* comment area - end
================================================== */
/* all details pages - end
==================================================================================================== */
/* cart, checkout & wishlist pages - start
==================================================================================================== */
.table-wrap table {
	margin: 0px;
	padding: 0px 50px;
	border: 1px solid #e2e4f4;
}

.table-wrap table td,
.table-wrap table th {
	border: none;
	padding: 40px;
	color: #36415a;
	vertical-align: middle;
}

.table-wrap table td:first-child,
.table-wrap table th:first-child {
	padding-left: 100px;
}

.table-wrap table thead {
	background-color: #f4f8fb;
}

.table-wrap table tbody {
	border: none;
	border-bottom: 1px solid #e2e4f4;
}

.table-wrap table tbody:last-child {
	border-bottom: none;
}

.table-wrap .product-info>ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -60px;
	align-items: center;
}

.table-wrap .product-info>ul>li {
	margin-right: 40px;
}

.table-wrap .product-info>ul>li:last-child {
	margin-right: 0px !important;
}

.table-wrap .product-info>ul>li .remove-btn {
	font-size: 21px;
}

.table-wrap .product-info>ul>li .remove-btn:hover {
	color: #334eff;
}

.table-wrap .product-info>ul>li .item-image {
	width: 80px;
	float: left;
}

.table-wrap .product-info>ul>li .item-title {
	font-size: 14px;
	font-weight: 500;
}

.table-wrap span {
	font-weight: 500;
	display: inline-block;
}

.table-wrap strong.item-price {
	font-weight: 500;
	color: #334eff;
}

.table-wrap .in-stock {
	color: #334eff;
}

.cuponcode-form {
	margin-top: 50px;
}

.cuponcode-form .form-item input {
	border-color: #334eff;
}

.cuponcode-form .form-item .btn {
	top: 49%;
	right: 0px;
	position: absolute;
	transform: translateY(-49%);
}

/* .cart-section .cuponcode-form .btns-group>ul>li {
	margin-right: 30px;
}

.cart-section .cuponcode-form .btns-group>ul>li:last-child {
	margin-right: 0px !important;
} */

/* .total-cost-bar {
	border-radius: 3px;
	border: 1px solid #e2e4f4;
}

.total-cost-bar .title-text {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	padding: 26px 50px;
	padding-top: 32px;
	background-color: #f4f8fb;
}

.total-cost-bar .cost-info {
	padding: 50px;
}

.total-cost-bar .cost-info>ul>li {
	margin-bottom: 32px;
}

.total-cost-bar .cost-info>ul>li:last-child {
	margin-bottom: 0px !important;
}

.total-cost-bar .cost-info>ul>li strong {
	font-size: 16px;
	font-weight: 500;
	color: #36415a;
}

.total-cost-bar .cost-info>ul>li span {
	float: right;
	font-size: 16px;
	color: #334eff;
}

.total-cost-bar .total-cost {
	padding: 28px 50px;
	border-top: 1px solid #e2e4f4;
}

.total-cost-bar .total-cost strong,
.total-cost-bar .total-cost span {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	color: #36415a;
}

.total-cost-bar .total-cost strong {
	float: left;
}

.total-cost-bar .total-cost span {
	float: right;
}

.checkout-section .register-item {
	padding: 30px;
	margin-top: 30px;
	min-height: 155px;
	border: 1px solid #e2e4f4;
	background-color: #f4f8fb;
}

.checkout-section .register-item p {
	margin: auto;
	font-size: 18px;
	color: #36415a;
}

.checkout-section .register-item p a {
	color: #334eff;
}

.checkout-section .title-text {
	font-size: 21px;
	font-weight: 500;
}

.checkout-section .billing-form {
	margin-right: -30px;
}

.checkout-section .billing-form .form-item,
.checkout-section .billing-form .checkbox-btn {
	margin-bottom: 40px;
}

.checkout-section .checkout-sidebar {
	padding-left: 70px;
}

.checkout-sidebar .cart-items-list>ul>li {
	display: flex;
	position: relative;
	padding-left: 40px;
	align-items: center;
	margin-bottom: 20px;
}

.checkout-sidebar .cart-items-list>ul>li:last-child {
	margin-bottom: 0px;
}

.checkout-sidebar .cart-items-list>ul>li .item-image {
	max-width: 80px;
	margin-right: 30px;
}

.checkout-sidebar .cart-items-list>ul>li .item-title {
	font-size: 16px;
}

.checkout-sidebar .cart-items-list>ul>li .item-price {
	display: block;
	font-size: 14px;
	color: #334eff;
}

.checkout-sidebar .cart-items-list>ul>li .remove-btn {
	top: 50%;
	left: 0px;
	font-size: 18px;
	position: absolute;
	color: #636778;
	transform: translateY(-50%);
}

.checkout-sidebar .cart-items-list>ul>li .remove-btn:hover {
	color: #334eff;
}

.checkout-sidebar button[type=submit] {
	width: 100%;
	display: block;
}

.payment-information>ul>li {
	margin-bottom: 35px;
}

.payment-information>ul>li:last-child {
	margin-bottom: 0px;
}

.payment-information>ul .checkbox-btn {
	margin-bottom: 10px;
}

.payment-information>ul .checkbox-btn label {
	font-size: 16px;
	font-weight: 500;
	color: #36415a;
} */

/* cart, checkout & wishlist pages - end
==================================================================================================== */
/* contact page - start
==================================================================================================== */
.contact-section .map-wrap {
	padding-left: 160px;
	padding-right: 160px;
}

.contact-section .map-wrap #mapBox {
	width: 100%;
	height: 635px;
}

.contact-section .contact-form {
	margin: 0px auto;
	max-width: 1030px;
	padding: 100px 120px;
}

.contact-section .contact-form.bg-gray {
	background-color: #f4f8fb;
	border: 1px solid #e2e4f4;
}

.contact-section .contact-form.bg-gray .form-item input,
.contact-section .contact-form.bg-gray .form-item textarea {
	border: 1px solid #e2e4f4;
}

.contact-section .contact-form.bg-gray .form-item input:focus,
.contact-section .contact-form.bg-gray .form-item textarea:focus {
	border-color: #334eff;
}

.primary-contact-info {
	margin-top: 40px;
	padding-left: 45px;
	position: relative;
}

.primary-contact-info .item-icon {
	left: 0px;
	bottom: 18px;
	line-height: 1;
	font-size: 30px;
	position: absolute;
	color: #334eff;
}

.primary-contact-info .item-title {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.primary-contact-info>ul>li {
	font-size: 15px;
}

/* contact page - end
==================================================================================================== */
/* main slider sections - start
==================================================================================================== */
.main-carousel .item {
	min-height: 100vh;
	padding-top: 180px;
	padding-bottom: 100px;
}

.main-carousel .item.bg-gray {
	background-color: #e8ecf1;
}

.main-carousel .item .slider-content .post-type {
	font-size: 16px;
	margin-bottom: 20px;
	display: inline-block;
}

.main-carousel .item .slider-content .item-title {
	font-size: 70px;
	margin-bottom: 15px;
}

.main-carousel .item .slider-content p {
	font-size: 20px;
	max-width: 520px;
	margin-bottom: 50px;
	color: #36415a;
	display: inline-block;
}

.main-carousel .item .slider-content .btns-group>ul>li {
	margin-right: 20px;
}

.main-carousel .item .slider-content .btns-group>ul>li:last-child {
	margin-right: 0px !important;
}

.main-carousel .item .slider-content .off-price {
	font-size: 21px;
	font-weight: 700;
	color: #334eff;
	display: inline-block;
}

.main-carousel .item .slider-content .animate-item {
	opacity: 0;
	transform: translateX(100px);
	transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.main-carousel .item .slider-image {
	opacity: 0;
	transform: translateX(50px);
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.main-carousel .item .meter-image {
	float: left;
	width: 595px;
	margin-left: -30px;
}

.main-carousel .item .mask-image {
	float: left;
	width: 910px;
	margin-left: -73px;
}

.main-carousel .owl-item.active .item .slider-content .animate-item {
	opacity: 1;
	transform: translateY(0px);
}

.main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(1) {
	transition-delay: 0.4s;
}

.main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(2) {
	transition-delay: 0.6s;
}

.main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(3) {
	transition-delay: 0.8s;
}

.main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(4) {
	transition-delay: 1s;
}

.main-carousel .owl-item.active .item .slider-image {
	opacity: 1;
	transition-delay: 1s;
	transform: translateX(0px);
}

.main-carousel.arrow-right-left .owl-prev {
	left: 60px;
}

.main-carousel.arrow-right-left .owl-next {
	right: 60px;
}

.main-carousel .owl-dots {
	left: 50%;
	bottom: 50px;
	position: absolute;
	transform: translateX(-50%);
}

/* main slider sections - end
==================================================================================================== */
/* home pages - start
==================================================================================================== */
/* home 1 - start
================================================== */
/* global reset - start */
.home-v1 ::selection {
	color: #ffffff;
	background: #00c9a7;
}

.home-v1 ::-moz-selection {
	color: #ffffff;
	background: #00c9a7;
}

.home-v1 .form-item input:focus,
.home-v1 .form-item textarea:focus {
	border-color: #00c9a7;
}

.home-v1 .checkbox-btn input:before {
	background-color: #00c9a7;
}

.home-v1 .checkbox-btn input:checked {
	border-color: #00c9a7;
}

.home-v1 .owl-theme .owl-dots .owl-dot span {
	background: #00c9a7;
}

.home-v1 .owl-theme .owl-dots .owl-dot:hover span,
.home-v1 .owl-theme .owl-dots .owl-dot.active span {
	background: #00c9a7;
}

.home-v1 .owl-theme .owl-nav .owl-next:before,
.home-v1 .owl-theme .owl-nav .owl-prev:before {
	color: #00c9a7;
}

.home-v1 .owl-theme .owl-nav .owl-next:hover:before,
.home-v1 .owl-theme .owl-nav .owl-prev:hover:before {
	color: #00c9a7;
	border-color: #ffffff;
	background-color: #ffffff;
}

.home-v1 .btn-underline:hover {
	color: #00c9a7;
}

.home-v1 .btn-underline:hover:after,
.home-v1 .btn-underline:hover:before {
	background-color: #00c9a7;
}

.home-v1 .social-icon-circle>ul>li>a:hover {
	color: #00c9a7;
}

.home-v1 #backtotop #scroll {
	color: #00c9a7;
}

/* global reset - end */
/* header section - start */
.home-v1 .header-section .main-menu>ul>li:hover>a,
.home-v1 .header-section .main-menu>ul>li.active>a {
	color: #00c9a7;
}

.home-v1 .header-section .btns-group>ul>li>button:hover,
.home-v1 .header-section .btns-group>ul>li>button.active {
	color: #00c9a7;
}

/* .home-v1 .cart-dropdown .cart-items-list>ul>li .item-price {
	color: #00c9a7;
}

.home-v1 .user-dropdown .profile-info:hover .user-name>a {
	color: #00c9a7;
}

.home-v1 .user-dropdown .profile-info .user-title {
	color: #00c9a7;
}

.home-v1 .user-dropdown>ul>li:hover>a>i {
	color: #00c9a7;
} */

/* header section - end */
/* main carousel - start */
.home-v1 .main-carousel .owl-nav .owl-next:before,
.home-v1 .main-carousel .owl-nav .owl-prev:before {
	color: #00c9a7;
	border: 2px solid #ffffff;
	background-color: #ffffff;
}

.home-v1 .main-carousel .owl-nav .owl-next:hover:before,
.home-v1 .main-carousel .owl-nav .owl-prev:hover:before {
	color: #ffffff;
	border-color: #00c9a7;
	background-color: #00c9a7;
}

.home-v1 .main-carousel .owl-dots {
	display: none;
}

/* main carousel - end */
/* shop section - start */
.home-v1 .shop-section .tabs-nav>ul>li>a:hover,
.home-v1 .shop-section .tabs-nav>ul>li>a.active {
	border-color: #00c9a7;
}

.home-v1 .product-grid .btns-group>ul>li>a:hover {
	color: #00c9a7;
}

.home-v1 .product-grid .item-price {
	color: #00c9a7;
}

/* shop section - end */
/* policy section - start */
.home-v1 .policy-default .item-icon {
	border-color: #00c9a7;
}

/* policy section - end */
/* instagram section - start */
.home-v1 .instagram-shoot .instagram-icon {
	color: #00c9a7;
}

/* instagram section - end */
/* footer section - start */
/* .home-v1 .footer-section .contact-info > ul > li > span {
  color: #00c9a7;
}
.home-v1 .footer-section .contact-info > ul > li > a:hover {
  color: #00c9a7;
}
.home-v1 .footer-section .useful-links > ul > li > a:hover {
  color: #00c9a7;
}
.home-v1 .footer-section .payment-cards p > a {
  color: #00c9a7;
}
.home-v1 .footer-section .footer-bottom p a:hover {
  color: #00c9a7;
} */

/* footer section - end */
/* home 1 - end
================================================== */
/* home 2 - start
================================================== */
/* slider section - start */
.home-v2 .main-carousel .owl-nav {
	display: none;
}

/* slider section - end */
/* category section - start */
.category-primary {
	display: block;
	margin-top: 30px;
	padding: 40px 25px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #e2e4f4;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.category-primary:hover {
	border-color: #ffffff;
	transform: translateY(-10px);
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.category-primary .item-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	margin: 0px auto 40px;
}

.category-primary .item-icon svg {
	height: auto;
	margin: auto;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.category-primary .item-title {
	display: block;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	color: #36415a;
}

.category-primary:hover .item-title {
	color: #334eff;
}

/* category section - end */
/* home 2 - end
================================================== */
/* home pages - end
==================================================================================================== */
/* ================================================== 
*	Project Name 	:  Medicia - medical eCommerce shop
*	File 					:  Responsive CSS Base
*	Version 			:  1.0.0
*	Last change 	:  28 April 2021
*	Author 				:  Marvel Theme (https://themeforest.net/user/marvel_theme)

*	css code for responsive layout To make Responsive
================================================== */
/* ==================================================
*	1 - media screen and (max-width: 1440px)
*	2 - media screen and (max-width: 1280px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 580px)
*	8 - media screen and (max-width: 480px)
*	9 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */
@media screen and (max-width: 1460px) {

	/* contact -  start */
	.contact-section .map-wrap {
		padding-left: 60px;
		padding-right: 60px;
	}

	/* contact -  end */
	/* shop details -  start */
	.column-4-carousel.owl-theme.arrow-right-left .owl-prev {
		left: -25px;
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-next {
		right: -25px;
	}

	/* shop details -  end */
	/* home 1 -  start */
	.shop-section .pill-image-1 {
		left: -90px;
		max-width: 200px;
	}

	.offer-section .leaf-image-2 {
		right: -115px;
		bottom: -95px;
		max-width: 300px;
	}

	.offer-section .leaf-image-1 {
		left: -110px;
		max-width: 210px;
	}

	.newsletter-section .pill-image-1 {
		left: -120px;
		max-width: 300px;
	}

	/* home 1 -  end */
}

@media screen and (max-width: 1360px) {
	/* footer - start */
	/* .footer-section .footer-bottom .pill-image-1 {
    right: -80px;
    max-width: 250px;
  } */

	/* footer - end */
	/* home 1 - start */
	.main-carousel.arrow-right-left .owl-prev {
		left: 15px;
	}

	.main-carousel.arrow-right-left .owl-next {
		right: 15px;
	}

	.promotion-section .pill-image-1 {
		right: -110px;
		max-width: 300px;
	}

	.wrap-1600 {
		max-width: 100%;
	}

	/* home 1 - end */
}

/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */
@media screen and (max-width: 1280px) {

	/* header - start */
	.header-section .header-top .dropdown-menu {
		right: 0px !important;
		left: unset !important;
	}

	.header-section .header-top .dropdown-menu.show {
		transform: translate3d(0px, 23px, 0px) !important;
	}

	/* header - end */
	/* contact - start */
	.contact-section .map-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	/* contact - end */
	/* shop details - start */
	.column-4-carousel.owl-theme.arrow-right-left .owl-next,
	.column-4-carousel.owl-theme.arrow-right-left .owl-prev {
		position: sticky;
		transform: unset;
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-nav {
		margin-top: 60px;
	}

	.column-4-carousel.owl-theme .owl-nav .owl-prev {
		margin-right: 15px;
	}

	/* shop details - end */
	.column-4-carousel.owl-theme.arrow-right-left .owl-nav {
		display: flex;
		margin-top: 60px;
		justify-content: center;
	}
}

@media screen and (max-width: 1200px) {

	/* global - start */
	#backtotop {
		width: 40px;
		height: 40px;
		bottom: 70px;
	}

	#backtotop #scroll {
		font-size: 18px;
		line-height: 44px;
	}

	/* global - end */
	/* header - start */
	.header-section .all-categories .categories-collapse {
		left: -15px;
	}

	/* header - end */
	/* about - start */
	/* .about-video .video-wrap {
		margin-left: -15px;
		margin-right: -15px;
	} */

	/* about - end */

	/* home 1 - start */
	.main-carousel .item {
		min-height: 75vh;
	}

	.main-carousel.owl-theme.arrow-right-left .owl-next,
	.main-carousel.owl-theme.arrow-right-left .owl-prev {
		position: sticky;
		transform: unset;
	}

	.main-carousel.owl-theme .owl-nav {
		left: 50%;
		bottom: 30px;
		display: block;
		position: absolute;
		transform: translateX(-50%);
	}

	/* home 1 - end */
	.main-carousel .item .slider-content .item-title {
		font-size: 36px;
	}

	.main-carousel .item .mask-image,
	.main-carousel .item .meter-image {
		float: left;
		width: auto;
		margin-left: 0;
	}

	.main-carousel .item .slider-image {
		height: 500px;
		display: flex;
		align-items: center;
	}

	.main-carousel .item {
		min-height: auto;
		padding: 100px 0px;
	}

	.home-v2 .main-carousel .owl-nav {
		display: none;
	}
}

/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1024px) {

	/* shop details - start */
	.details-content.pl-20 {
		padding: 0px;
	}

	/* shop details - end */
	.header-primary.sticky-header .content-wrap,
	.header-primary.sticky-header.stuck .content-wrap {
		min-height: auto;
		padding: 15px 0px;
	}

	.header-section .btns-group>ul>li:not(:last-child) {
		margin-right: 15px;
	}

	.header-section .main-menu>ul>li:not(:last-child) {
		margin-right: 28px;
	}

	.header-section .btns-group>ul>li>button {
		font-size: 24px;
	}

	.header-section .btns-group>ul>li>button.btn-cart .cart-counter,
	.header-section .btns-group>ul>li>button.mobile-btn-cart .cart-counter {
		right: -8px;
		height: 20px;
		font-size: 8px;
		min-width: 20px;
		line-height: 22px;
	}

	.header-section .main-menu>ul>li {
		height: auto;
		padding: 10px 0px;
	}

	.header-section .main-menu>ul>li>a {
		line-height: 1;
	}

	.header-section .brand-logo .brand-link {
		max-width: 180px;
	}
	
	.sec-ptb-60 {
		padding: 45px 0px;
	}

	.sec-ptb-80 {
		padding: 65px 0px;
	}

	.sec-ptb-100 {
		padding: 80px 0px;
	}

	.main-carousel .item .slider-image {
		height: 380px;
	}

	.header-section .header-top,
	.header-section .header-bottom {
		min-height: auto;
		padding: 10px 0px;
	}

	.header-section .header-middle {
		min-height: auto;
		padding: 15px 0px;
	}

	.header-section .all-categories .categories-collapse {
		top: 40px;
	}

	.all-categories .categories-collapse .card>ul>li>a {
		padding: 16px 30px;
	}

	.all-categories .category-btn i {
		margin-right: 10px;
	}

	.offer-item .item-image-2 {
		float: none;
		width: auto;
		margin-left: 0;
	}

	.newsletter-section .newsletter-boxed.small-content {
		padding: 50px 30px;
	}

	.total-cost-bar .title-text,
	.total-cost-bar .cost-info {
		padding: 25px 30px;
	}

	.total-cost-bar .cost-info>ul>li:not(:last-child) {
		margin-bottom: 15px;
	}

	.total-cost-bar .total-cost {
		padding: 20px 30px;
	}
}

@media screen and (max-width: 1199px) {

	/* about - start */
	.feature-fullimage .item-title {
		font-size: 17px;
	}

	/* about - end */
	/* shop details - start */
	.details-section .details-image .tab-content {
		width: 100%;
		float: none;
	}

	.details-section .details-image .image-tab-nav {
		float: none;
		width: 100%;
	}

	.details-section .details-image .image-tab-nav>ul {
		margin: -5px;
		margin-top: 5px;
	}

	.details-section .details-image .image-tab-nav>ul>li {
		float: left;
		width: 20%;
		margin: 0px;
		padding: 5px;
		display: inline-block;
	}

	/* shop details - end */
}

@media screen and (max-width: 1100px) {

	/* header - start */
	.mega_menu {
		width: 1100px;
		padding: 30px;
	}

	/* header - end */
	/* blog - start */
	.blog-grid-2 .item-title>a {
		font-size: 18px;
	}

	.blog-grid .item-title>a {
		font-size: 24px;
	}

	.blog-grid .item-title {
		margin-bottom: 20px !important;
	}

	/* blog - end */
}

@media screen and (max-width: 1080px) {

	/* header - start */
	.mega_menu {
		width: 990px;
	}

	.mega_menu .useful-links .list-title {
		font-size: 15px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.mega_menu .useful-links>ul>li>a {
		line-height: 1;
		font-size: 14px;
	}

	.mega_menu .useful-links>ul>li {
		margin-bottom: 8px;
	}

	/* header - end */
}

@media screen and (max-width: 1024px) {

	/* about - start */
	.about-section .about-content .title-text {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.about-section .about-content {
		padding-left: 0px;
	}

	.about-section .about-content p {
		font-size: 14px;
		margin-bottom: 40px;
	}

	/* about - end */
	/* cart - start */
	.table-wrap {
		overflow-x: scroll;
	}

	.table-wrap::-webkit-scrollbar {
		width: 0px;
	}

	.table-wrap table {
		width: 1100px;
	}

	/* cart - end */
}

/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {

	/* global - start */
	.order-last {
		order: 0;
	}

	/* global - end */
	/* header - start */
	.header-section .header-top,
	.header-section .header-bottom {
		display: none !important;
	}

	.header-section .header-middle .btns-group,
	.header-section .main-menu,
	.header-section .btns-group {
		display: none;
	}

	.header-section .brand-logo .brand-link {
		float: left;
		max-width: 180px;
	}

	.header-section .header-middle .brand-logo .btns-group,
	.header-section .brand-logo .btns-group {
		display: block;
	}

/* 	.header-section {
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 999;
		position: fixed;
	} */

	.header-section .header-middle.bg-gray {
		background-color: transparent;
	}

	.header-section.stuck {
		background-color: #ffffff;
		box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
		animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
	}

	.header-primary .brand-logo .btns-group {
		margin: 4px 0px;
	}

	.main-search-form .form-item input[type=search] {
		height: 45px;
		font-size: 14px;
		padding: 0px 20px;
	}

	.main-search-form {
		padding: 15px 0px;
	}

	/* header - end */
	/* footer - start */
	/*  .footer-section .about-content {
    padding: 0px;
    max-width: 470px;
  }

  .footer-section .useful-links > ul > li {
    margin-bottom: 10px;
  }

  .footer-section .useful-links {
    margin-top: 40px;
  }

  .footer-section .btns-group.ul-li-block > ul > li {
    margin-bottom: 5px;
  }

  .footer-section .payment-cards {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer-section .footer-bottom .pill-image-1 {
    right: 0;
    max-width: 180px;
  } */

	/* footer - end */
	/* breadcrumb - start */
	.breadcrumb-section {
		min-height: 320px;
		padding-top: 120px;
		padding-bottom: 80px;
		background-size: auto 100%;
		align-items: flex-end !important;
		background-position: right -100px center;
	}

	.breadcrumb-section .pill-image-1 {
		left: -55px;
		max-width: 250px;
	}

	/* breadcrumb - end */
	/* sidebar - start */
	.sidebar-section {
		margin-top: 80px;
		max-width: 370px;
	}

	/* sidebar - end */
	/* about - start */
	.about-section .about-content {
		margin-top: 40px;
		text-align: center;
	}

	.about-section .about-content p {
		margin-bottom: 30px;
	}

	.primary-contact-info {
		max-width: 330px;
		margin: 40px auto 0px;
	}

	/* about - end */
	/* blog - start */
	.blog-grid-2 .item-image {
		margin-bottom: 15px;
	}

	.blog-grid-2 .post-meta {
		margin-bottom: 8px !important;
	}

	.blog-grid-2 .item-title {
		margin-bottom: 10px !important;
	}

	/*  .blog-section .pagination-nav > ul {
    margin: 0px;
  } */

	/* blog - end */
	/* cart - start */
	.cuponcode-form .btns-group>ul {
		float: none;
		margin: 30px auto 0px;
	}

	.btn-wrap.text-right {
		text-align: center !important;
	}

	/* cart - end */
	/* checkout - start */
	.checkout-section .register-item {
		padding: 30px;
		min-height: 140px;
		text-align: center;
	}

	.checkout-section .checkout-sidebar {
		margin-top: 80px;
		max-width: 470px;
		padding-left: 0px;
	}

	.checkout-section .billing-form {
		margin-right: 0px;
	}

	/* checkout - end */
	/* contact - start */
	.contact-section .map-wrap #mapBox {
		height: 400px;
	}

	/* contact - end */
	/* shop details - start */
	.details-section .information-area .table-wrap table {
		width: 600px;
	}

	/* shop details - end */
	/* shop - start */
	.shop-section .sidebar-section {
		max-width: 370px;
		margin: 80px auto 0px;
	}

	/* shop - end */
	/* home 1 - start */
	.promotion-fullimage .promotion-content.size-increase .item-title {
		font-size: 28px;
	}

	.promotion-fullimage .promotion-content {
		padding: 25px;
		margin-bottom: 15px;
	}

	.promotion-fullimage .promotion-content .item-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.offer-item .item-image {
		margin: 0px auto 40px;
	}

	.offer-item .item-content {
		font-size: 30px;
		max-width: 470px;
		margin: 0px auto;
		text-align: center;
	}

	.offer-item .item-content .countdown-timer>ul {
		margin: 0px auto;
	}

	.policy-default {
		max-width: 370px;
		margin: 40px auto 0px;
	}

	.newsletter-section .newsletter-boxed {
		padding: 80px 30px;
	}

	/* home 1 - end */
	/* home 2 - start */
	.home-two-slider .main-carousel .item .slider-image {
		width: 100%;
		float: none;
		margin: auto;
	}

	.home-two-slider .main-carousel .item .slider-content .item-title {
		font-size: 42px;
	}

	.home-two-slider .main-carousel.owl-theme .owl-nav {
		display: none;
	}

	.offer-item .item-image-2 {
		float: none;
		width: auto;
		max-width: 570px;
		margin: 0px auto 40px;
	}

	.offer-item .item-content .info-list>ul {
		max-width: 370px;
		margin: 0px auto;
		text-align: left;
	}

	.newsletter-section .promotion-fullimage {
		margin: 30px auto 0px;
	}

	.newsletter-section .promotion-fullimage .item-image>img {
		width: 100%;
		display: block;
	}

	/* home 2 - end */
	.main-carousel .item .slider-content {
		text-align: center;
	}

	.main-carousel .item .slider-content .btns-group>ul {
		display: flex;
		justify-content: center;
	}

	.main-carousel .item .slider-image {
		height: 350px;
		margin-bottom: 40px;
	}

	.home-two-slider .main-carousel .item .slider-image {
		max-width: 400px;
	}

	.home-two-slider .main-carousel .item .slider-image img {
		max-height: 300px;
	}

	.header-section .brand-logo .btns-group {
		margin-top: 6px;
	}

	.mb-100 {
		margin-bottom: 70px;
	}
}

/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 880px) {

	/* blog - start */
	.blog-masonry .grid-item,
	.blog-masonry .grid-sizer {
		width: 50%;
	}

	/* blog - end */
	/* contact - start */
	.contact-section .contact-form {
		padding: 100px 80px;
	}

	/* contact - end */
	/* home 2 - start */
	.home-two-slider .main-carousel .item .slider-content .item-title {
		font-size: 36px;
	}

	.main-carousel .item .slider-content p {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.main-carousel .item .slider-content .off-price {
		font-size: 18px;
	}

	/* home 2 - end */
}

@media screen and (max-width: 810px) {

	/* product quick view - start */
	.quickview-modal .item-title {
		font-size: 18px;
	}

	/* .quickview-modal .rating-star {
		margin-bottom: 15px;
	} */

	.quickview-modal .item-price {
		font-size: 26px;
		line-height: 1;
	}

	.quickview-modal .btns-group>ul>li {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.quickview-modal .btns-group {
		margin-bottom: 5px;
	}

	/* product quick view - end */
}

@media screen and (max-width: 790px) {

	/* product quick view - start */
	.quickview-modal .item-image {
		float: none;
		width: 400px;
		margin: 0px auto 20px;
	}

	.quickview-modal .item-content {
		padding: 0px;
		display: block;
		max-width: 400px;
		margin: 0px auto;
	}

	.quickview-modal .modal-dialog {
		max-width: 500px;
	}

	.quickview-modal .modal-dialog .modal-content {
		padding: 30px;
	}

	.quickview-modal .close {
		top: 0px;
		right: 5px;
	}

	/* product quick view - end */
}

@media screen and (max-width: 780px) {

	/* blog details - start */
	.details-section.blog-details .details-content .item-title {
		font-size: 24px;
	}

	.details-section .details-content blockquote p {
		font-size: 16px;
	}

	.details-section .item-admin {
		padding: 30px;
	}

	.details-section .item-admin .admin-content p {
		font-size: 15px;
	}

	.details-section .item-admin .admin-content .admin-name {
		font-size: 14px;
	}

	/* blog details - end */
	/* blog - start */
	.blog-grid .item-title>a {
		font-size: 20px;
	}

	/* blog - end */
	/* cart - start */
	.table-wrap table {
		width: 980px;
	}

	/* cart - end */
	/* shop details - start */
	.details-section .information-area .tabs-nav>ul>li>a {
		font-size: 18px;
		padding-bottom: 15px;
	}

	/*.details-section .information-area .tabs-nav>ul>li {*/
	/*	margin-right: 25px;*/
	/*}*/

	.details-section .information-area .tabs-nav {
		margin-bottom: 20px;
	}

	/* shop details - end */
	/* home 1 - start */
	.main-carousel .item .slider-content {
		max-width: 470px;
		margin: 0px auto;
		text-align: center;
	}

	.main-carousel .item .slider-content .item-title {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.main-carousel .item .slider-content .btns-group>ul {
		margin: 0px auto;
	}

	.btn {
		padding: 18px 25px;
		padding-bottom: 17px;
	}

	/* home 1 - end */
	.cuponcode-form .form-item .btn {
		right: 4px;
	}

	/* home 2 - start */
	.home-two-slider .main-carousel .item .slider-content .item-title {
		font-size: 32px;
	}

	.home-two-slider .main-carousel .item .slider-content {
		text-align: left;
	}

	.main-carousel .item .slider-content .btns-group>ul {
		margin: 0px;
	}

	/* home 2 - end */
}

@media screen and (max-width: 767px) {

	/* global - start */
	.section {
		padding: 50px 0px;
	}
	.section-title {
		margin-bottom: 25px;
		padding: 0px 10px;
	}
	.section-title.size-lg .title-text {
		font-size: 30px;
	}

	/* global - end */
	/* header - start */
	.header-section .brand-logo .btns-group {
		margin: 7px 0px;
	}

	/* header - end */
	/* breadcrumb - start */
	.breadcrumb-section {
		background-position: right 12% center;
	}

	/* breadcrumb - end */
	/* about - start */
	.testimonial-item {
		max-width: 450px;
		margin: 0px auto;
	}

	/* about - end */
	/* blog details - start */
	.details-section .details-content .share-links {
		display: block;
		float: none !important;
	}

	.details-section .details-content .share-links>ul {
		float: none;
		display: table;
	}

	/* blog details - end */
	/* shop details - start */
	.details-content {
		margin-top: 20px;
	}

	.details-section .information-area .tabs-nav>ul {
		margin: 0px auto;
	}

	.details-section .details-image.images-group>ul {
		margin: -7px;
	}

	.details-section .details-image.images-group>ul>li {
		width: 50%;
		margin: 0px;
		float: left;
		padding: 7px;
		display: inline-block;
	}

	/* shop details - end */
	/* shop - start */
	.layout-tab>ul {
		margin: 0px auto;
	}

	.filter-wrap .result-text {
		margin: 20px 0px;
	}

	.filter-wrap .dropdown.select-option {
		display: table;
		margin: 0px auto;
		float: none !important;
	}

	/* shop - end */
	/* home 1 - start */
	.promotion-fullimage .promotion-content.size-increase .item-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.promotion-fullimage .promotion-content .item-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.promotion-fullimage .promotion-content.size-decrease .item-title {
		font-size: 19px;
		margin-bottom: 15px;
	}

	.masonry-grid {
		margin: -5px;
	}

	.masonry-grid .grid-item {
		padding: 5px;
	}

	/* home 1 - end */
	/* home 2 - start */
	.home-two-slider .main-carousel .item .slider-image {
		width: 100%;
		max-width: 370px;
		margin: 0px auto 40px;
	}

	.home-two-slider .main-carousel .item .slider-content {
		text-align: center;
	}

	.main-carousel .item .slider-content .btns-group>ul {
		margin: 0px auto;
	}

	.newsletter-section .newsletter-boxed.small-content {
		padding: 80px 30px;
	}

	/* home 2 - end */
	.masonry-grid {
		margin-bottom: 40px;
	}

	.checkout-section .checkout-sidebar {
		margin-top: 50px;
	}
}

/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 680px) {

	/* header - start */
	.mobile-menu-btn {
		font-size: 28px;
	}

	/* header - end */
	/* about - start */
	.about-section .about-content .title-text {
		font-size: 26px;
	}

	/* about - end */
	/* about - start */
	.contact-section .contact-form {
		padding: 60px 30px;
	}

	/* about - end */
	/* about - start */
	/* .product-list {
		max-width: 370px;
		margin: 60px auto 0px;
	}

	.product-list .item-image {
		float: none;
		max-width: 370px;
		margin: 0px auto 20px;
	}

	.product-list .rating-star {
		position: static;
		margin-bottom: 10px;
	}

	.product-list .rating-star>ul {
		margin: 0px;
	}

	.product-list .item-content {
		width: 100%;
		padding: 0px;
		display: block;
	} */
	
	.sec-ptb-60 {
		padding: 35px 0px;
	}

	/* about - end */
	.sec-ptb-80 {
		padding: 50px 0px;
	}

	.sec-ptb-100 {
		padding: 40px 0px;
	}

	.mb-70 {
		margin-bottom: 40px;
	}

	.mb-60 {
		margin-bottom: 25px;
	}

	.mb-40 {
		margin-bottom: 15px;
	}
}

/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 580px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {

	/* breadcrumb - start */
	.breadcrumb-section .pill-image-1 {
		max-width: 210px;
	}

	.breadcrumb-section .page-title {
		font-size: 26px;
	}

	/* breadcrumb - end */
	/* about - start */
	.about-video .title-text {
		font-size: 22px;
		margin-bottom: 40px;
	}

	/* about - end */
	/* blog details - start */
	.comment-item .thumbnail-image {
		top: 20px;
		left: 20px;
		width: 60px;
		height: 60px;
	}

	.comment-item {
		padding: 20px;
		padding-left: 100px;
	}

	.comment-item .admin-name {
		font-size: 16px;
		margin-top: 10px;
	}

	.comment-item .reply-btn {
		top: 30px;
		right: 20px;
	}

	.comment-item .comment-content .comment-item {
		padding-left: 80px;
	}

	.comment-item .comment-content .reply-btn {
		top: 30px;
		right: 0px;
	}

	/* blog details - end */
	/* blog - start */
	.blog-grid-2 .item-title>a {
		font-size: 15px;
	}

	/* blog - end */
	/* product quick view - start */
	.quickview-modal .item-image {
		width: 100%;
	}

	.quickview-modal .item-content {
		max-width: 100%;
	}

	/* product quick view - end */
	/* home 1 - start */
	.promotion-section .masonry-grid .grid-item,
	.promotion-section .masonry-grid .grid-sizer {
		width: 100%;
	}

	.promotion-section .masonry-grid .grid-item .promotion-fullimage {
		max-width: 400px;
		margin: 0px auto 0px;
	}

	.promotion-fullimage .item-image>img {
		width: 100%;
		display: block;
	}

	.tabs-nav>ul>li>a {
		font-size: 14px;
		padding: 0px 30px;
		padding-bottom: 15px;
	}

	.offer-item .item-content .title-text {
		font-size: 26px;
	}

	.offer-item .item-content p {
		font-size: 14px;
	}

	.offer-item .item-content {
		max-width: 330px;
	}

	.offer-item .item-content .countdown-timer>ul>li {
		width: 50%;
		margin: 0px;
	}

	.offer-item .item-image {
		max-width: 370px;
		margin: 0px auto 40px;
	}

	/* .footer-section .footer-bottom .pill-image-1 {
    max-width: 130px;
  } */

	/* home 1 - end */
}

@media screen and (max-width: 575px) {
	.product-grid {
		max-width: 370px;
		margin: 40px auto 0px;
	}

	.blog-boxed {
		max-width: 370px;
		margin: 30px auto 0px;
	}

	.tabs-nav>ul>li {
		width: 100%;
		margin: 10px 0px;
		text-align: center;
	}

	.tabs-nav>ul>li>a {
		display: inline-block;
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-nav {
		margin-top: 40px;
	}

	.column-4-carousel.owl-theme .owl-nav .owl-prev {
		margin-right: 5px;
	}
}

/* ====================================================================================================
7 - media screen and (max-width: 580px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {

	/* global - start */
	.section-title .title-text {
		font-size: 26px;
	}

	/* global - end */
	/* header - start */
	.sidebar-menu-wrapper .sidebar-menu {
		width: 300px;
		right: -320px;
		padding-top: 90px;
	}

	.sidebar-menu-wrapper .sidebar-menu .close-btn {
		top: 30px;
		right: 30px;
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 32px;
	}

	.sidebar-menu-wrapper .sidebar-menu .brand-logo>a {
		max-width: 150px;
	}

	.sidebar-menu-wrapper .sidebar-menu .search-wrap .form-item input {
		height: 50px;
	}

	.sidebar-menu-wrapper .sidebar-menu .search-wrap {
		padding: 0px 30px;
	}

	.sidebar-menu-wrapper .sidebar-menu .mobile-accordion {
		padding: 0px 30px;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.sidebar-menu-wrapper .sidebar-menu .widget-title {
		font-size: 18px;
		padding: 0px 30px;
	}

	.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li a {
		font-size: 15px;
		padding: 17px 30px;
	}

	.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown::before {
		right: 30px;
	}

	.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card-body {
		margin: 0px -30px;
		padding: 20px 30px 30px;
	}

	/* .sidebar-menu-wrapper .sidebar-menu .user-dropdown>ul>li>a {
		padding: 15px 30px;
	} */

	/* header - end */
	/* breadcrumb - start */
	.breadcrumb-section {
		background-position: right 15% center;
	}

	/* breadcrumb - end */
	/* sidebar - start */
	.blog-small .item-image {
		width: 110px;
		margin-right: 20px;
	}

	.blog-small .item-title>a {
		font-size: 14px;
	}

	/* sidebar - end */
	/* about - start */
	.about-video .video-wrap .play-btn {
		width: 70px;
		height: 70px;
	}

	.feature-fullimage {
		max-width: 330px;
	}

	/* about - end */
	/* blog details - start */
	.details-section.blog-details .details-content .item-title {
		font-size: 20px;
	}

	.details-section .details-content blockquote {
		padding: 15px;
		padding-left: 25px;
		margin: 40px auto;
		border-left: 4px solid #36415a;
	}

	.details-section .details-content blockquote p {
		font-size: 14px;
	}

	.image-carousel.arrow-right-left .owl-next,
	.image-carousel.arrow-right-left .owl-prev {
		width: 35px;
		height: 35px;
	}

	.image-carousel.arrow-right-left .owl-next::before,
	.image-carousel.arrow-right-left .owl-prev::before {
		font-size: 14px;
		line-height: 32px;
	}

	.image-carousel.arrow-right-left .owl-prev {
		left: 15px;
	}

	.image-carousel.arrow-right-left .owl-next {
		right: 15px;
	}

	.details-section .item-admin .admin-thumb {
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}

	.details-section .item-admin .admin-content p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	/* blog details - end */
	/* blog - start */
	.blog-masonry .grid-item,
	.blog-masonry .grid-sizer {
		width: 100%;
	}

	.blog-masonry .blog-grid-2 {
		max-width: 320px;
		margin: 0px auto;
	}

	.blog-quote {
		padding: 30px;
	}

	.blog-quote p {
		font-size: 16px;
	}

	.blog-quote .quote-icon.mb-30 {
		margin-bottom: 15px;
	}

	/* blog - end */
	/* cart - start */
	.total-cost-bar .title-text {
		padding: 20px 30px;
	}

	.total-cost-bar .cost-info {
		padding: 30px;
	}

	.total-cost-bar .cost-info>ul>li {
		margin-bottom: 20px;
	}

	.total-cost-bar .total-cost {
		padding: 20px 30px;
	}

	.cuponcode-form .btns-group>ul {
		display: block;
		margin: 30px auto 0px;
	}

	/* cart - end */
	/* contact - start */
	.contact-section .contact-form .title-text {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.contact-section .contact-form {
		padding: 60px 30px;
	}

	.contact-section .map-wrap #mapBox {
		height: 300px;
	}

	/* contact - end */
	/* shop details - start */
	/*.details-section .information-area .tabs-nav>ul {*/
	/*	margin: 0px;*/
	/*}*/

	/*.details-section .information-area .tabs-nav>ul>li {*/
	/*	width: 100%;*/
	/*	margin-right: 0px;*/
	/*	margin-bottom: 10px;*/
	/*}*/

	/*.details-section .information-area .tabs-nav>ul>li:last-child {*/
	/*	margin: 0px;*/
	/*}*/

	.details-section .details-content .item-title {
		font-size: 20px;
	}

	.details-section .details-content .btns-group>ul>li {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.details-section .details-content .btns-group>ul>li:last-child {
		margin: 0px;
	}

	/* shop details - end */
	/* home 1 - start */
	.main-carousel .item .slider-content {
		padding: 0px 30px;
	}

	.main-carousel .item .slider-content p {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.main-carousel .item .slider-content .item-title {
		font-size: 28px;
	}

	.main-carousel .item .slider-content .post-type {
		font-size: 14px;
	}

	.btn {
		padding: 16px 23px;
		padding-bottom: 15px;
		letter-spacing: 1px;
	}

	.owl-theme .owl-nav .owl-next,
	.owl-theme .owl-nav .owl-prev {
		width: 40px;
		height: 40px;
	}

	.owl-theme .owl-nav .owl-next::before,
	.owl-theme .owl-nav .owl-prev::before {
		font-size: 15px;
		line-height: 38px;
	}

	.main-carousel .item {
		min-height: 65vh;
	}

	/* home 1 - end */
	/* home 2 - start */
	.home-two-slider .main-carousel .item .slider-content .item-title {
		font-size: 28px;
	}

	.home-two-slider .main-carousel .item .slider-image img {
		max-height: 255px;
	}

	.main-carousel .item .slider-image {
		height: auto;
	}

	/* home 2 - end */
	.cuponcode-form .form-item .btn {
		right: 6px;
	}
}

@media screen and (max-width: 414px) {
	.category-primary {
		padding: 30px 20px;
	}

	.category-primary .item-title {
		font-size: 14px;
	}

	.category-primary .item-icon svg {
		height: 50px;
	}

	.category-primary .item-icon {
		width: auto;
		height: 60px;
		margin: 0px auto 25px;
	}
}

/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
9 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 380px) {

	/* global - start */
	.section-title.size-lg .title-text {
		font-size: 23px;
	}

	.section-title p {
		font-size: 14px;
	}

	.post-meta>ul>li {
		margin-bottom: 10px;
	}

	.pagination-nav>ul>li {
		margin-right: 12px;
	}

	/* global - end */
	/* breadcrumb - start */
	.breadcrumb-section .page-title {
		font-size: 22px;
	}

	/* breadcrumb - end */
	/* about - start */
	.about-video .title-text {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.primary-contact-info>ul>li {
		font-size: 13px;
	}

	.primary-contact-info .item-title {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.primary-contact-info .item-icon {
		bottom: 16px;
		font-size: 28px;
	}

	/* about - end */
	/* blog details - start */
	.details-section.blog-details .details-content .item-title {
		font-size: 18px;
	}

	.details-section .details-content .title-text {
		font-size: 18px;
	}

	.comment-item .thumbnail-image {
		position: static;
	}

	.comment-item {
		padding: 20px;
	}

	.comment-item .comment-content .comment-item {
		padding-left: 30px;
	}

	/* blog details - end */
	/* blog - start */
	.blog-grid .item-title>a {
		font-size: 18px;
	}

	.blog-grid .post-meta {
		margin-bottom: 0px !important;
	}

	.blog-grid .item-image {
		margin-bottom: 15px;
	}

	.blog-grid .item-title {
		margin-bottom: 15px !important;
	}

	.blog-grid p {
		margin-bottom: 20px;
	}

	.blog-grid iframe {
		height: 300px;
	}

	/* blog - end */
	/* contact - start */
	.contact-section .contact-form {
		padding: 40px 15px;
	}

	.contact-section .contact-form .form-item {
		margin-bottom: 15px;
	}

	/* contact - end */
	/* home 1 - start */
	.main-carousel .item .slider-content .item-title {
		font-size: 22px;
	}

	.btn {
		font-size: 11px;
	}

	.tabs-nav>ul>li {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}

	.tabs-nav>ul>li:last-child {
		margin-bottom: 0px;
	}

	.shop-section .pill-image-1 {
		left: -60px;
		max-width: 140px;
	}

	/* home 1 - end */
	.main-carousel .item .slider-content {
		padding: 0px 15px;
	}
}

@media screen and (max-width: 350px) {

	/* home 1 - start */
	.main-carousel .item .slider-content .btns-group>ul>li {
		width: 100%;
		margin-right: 0px;
		text-align: center;
		margin-bottom: 15px;
	}

	.main-carousel .item .slider-content .btns-group>ul>li:last-child {
		margin: 0px;
	}

	.main-carousel .item .slider-content .btns-group>ul>li .btn {
		min-width: 140px;
	}

	.offer-item .item-content .title-text {
		font-size: 24px;
	}

	.policy-default .item-icon {
		margin: 0px;
		float: none;
		margin-bottom: 20px;
	}

	.policy-default .item-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.policy-default .item-content {
		display: block;
	}

	/* home 1 - end */
}

/* ====================================================================================================
9 - media screen and (max-width: 320px) - end
==================================================================================================== */

.header-infos {
	padding: 4px 0;
	font-size: 14px;
}
/* .second-header .header-infos{
	border-bottom: 1px solid #f3f3f3;
} */
.header-infos .container {
	text-align: right;
}

.header-infos .header-words {
	margin-left: 15px;
	color: #07260F;
}
.header-infos .header-words a {
	color: #535353;
}
.header-infos .header-words i {
	color: #08ce27;
	margin-right: 5px;
}
.language-switcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.switcher-link {
	margin: 0 3px;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.switcher-link.active {
	opacity: 1;
}
.switcher-link img {
	width: 24px;
	vertical-align: text-bottom;
}


/* 首页关于我们 */
.about-us {
	background-color: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}


.about-us .content-right .sub-heading {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background-color: #88C250;
	padding: 5px 20px;
	border-radius: 4px;
}

.about-us .content-right h2 {
	display: block;
	font-size: 32px;
	margin: 0px;
	margin-bottom: 25px;
	line-height: 45px;
	text-transform: capitalize;
	position: relative;
	font-weight: 700;
	font-weight: 600;
	color: #081828;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.about-us .content-right .list {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style-type: none;
}

.about-us .content-right .list li {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	color: #777;
	padding-left: 30px;
	position: relative;
}

.about-us .content-right .list li i {
	color: #88C250;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}
.about-content .list {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style-type: none;
}

.about-content .list li {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	color: #777;
	padding-left: 30px;
	position: relative;
}

.about-content .list li i {
	color: #88C250;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}

.about-us .content-right .button {
	margin-top: 20px;
}

.about-us .content-right p {
	/* font-size: 14px; */
	line-height: 26px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #888;
}

.about-us .content-right .button .btn {
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
	padding: 18px 30px;
	background-color: #88C250;
	color: #fff;
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0;
	position: relative;
	z-index: 1;
	margin-right: 7px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
}

@-webkit-keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

/* 首页6个优势 */
.services {
	padding-bottom: 40px;
}
.services .custom-padding-left {
	padding-left: 0 !important;
}

.services .custom-padding-right {
	padding-right: 0 !important;
}
.services .none-padding {
	padding: 0 !important;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.services .none-padding:hover {
	background-color: #006838;
}
.services .custom-border-right {
	border-right: none !important;
}
.services .custom-border-bottom {
	border-bottom: none !important;
}
.services .single-list {
	padding: 40px;
	text-align: left;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .none-padding:hover .shape1 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 9;
}

.services .none-padding:hover .shape2 {
	opacity: 1;
	visibility: visible;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.services .none-padding:hover i {
	background-color: #fff;
	color: #006838;
}

.services .none-padding:hover h4 a {
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .none-padding:hover p {
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .single-list .shape1 {
	height: 100px;
	position: absolute;
	right: 30px;
	top: -50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.services .single-list .shape2 {
	height: 100px;
	position: absolute;
	right: -30px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .single-list i {
	color: #88C250;
	font-size: 25px;
	display: inline-block;
	margin-bottom: 30px;
	height: 70px;
	width: 70px;
	line-height: 68px;
	text-align: center;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #006838;
	color: #fff;
}

.services .single-list h4 {
	display: block;
	margin-bottom: 15px;
}

.services .single-list h4 a {
	color: #081828;
	font-size: 19px;
	font-weight: 600;
	/*font-family: 'Merriweather', serif;*/
}

.services .single-list p {
	color: #888;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
	padding: 0 300px;
	position: relative;
	z-index: 5;
}

.section-title h3 {
	font-size: 80px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #eee;
	z-index: -1;
	opacity: 0.4;
	font-family: 'Merriweather', serif;
	overflow: hidden;
	white-space: nowrap;
}

.section-title h2 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 48px;
	text-transform: capitalize;
	position: relative;
	font-weight: 700;
	padding-bottom: 20px;
	/*font-family: 'Merriweather', serif;*/
}

.section-title h2::before {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -2px;
	height: 4px;
	width: 50px;
	border-radius: 5px;
	background: #88C250;
	content: "";
}
.section-title p {
	font-size: 17px;
	line-height: 26px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #888;
}

/* 首页产品列表 */
.services-page{
	padding-bottom: 80px;
}
.service-details {
	padding: 42px 0;
	background: #f9f9f9;
}
.service-sidebar .single-widget {
	margin-bottom: 30px;
	position: relative;
	padding: 40px;
	border-radius: 0;
	background-color: #fff;
	border-top: 4px solid #006838;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
	box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
}
.service-sidebar .single-widget h3 {
	font-size: 20px;
	font-weight: 600;
	color: #081828;
	margin-bottom: 30px;
	/*font-family: 'Merriweather', serif;*/
}
.service-sidebar .service-category li {
	display: block;
}
.service-details .content .list li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 32px;
	color: #888;
}
.service-details .content .list li i {
	position: absolute;
	left: 0;
	top: 1px;
	color: #fff;
	font-size: 7px;
	height: 18px;
	width: 18px;
	background: #006838;
	text-align: center;
	line-height: 18px;
	border-radius: 0;
}
.service-sidebar .service-category li a {
	background-color: #fff;
	padding: 12px 0;
	color: #081828;
	font-weight: 400;
	display: block;
	border-radius: 0;
	position: relative;
	padding-right: 40px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
.service-sidebar .service-category li a:hover {
	color: #006838;
	padding-left: 10px;
}
.service-sidebar .service-category li a i {
	float: right;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 20px;
	height: 18px;
	top: 50%;
	margin-top: -9px;
}
.service-details .thumb {
	margin-bottom: 32px;
}
.service-details .thumb img {
	width: 100%;
}

.service-details .details-content {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
}
.service-details .other-services {
	
}
.service-details .other-services h2 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #081828;
	font-family: 'Merriweather', serif;
	padding-left: 15px;
	border-left: 5px solid #02a404;
}
.other-services .single-blog {
	border: 1px solid #eee;
	margin-bottom: 15px;
}
.single-blog .blog-content {
	background: #fff;
	padding: 8px 12px;
}
.single-blog .blog-content h3{
	line-height: 25px;
}
.single-blog .blog-content h3 a {
	font-size: 14px;
	font-weight: 700;
	color: #555;
}
.single-blog .blog-content h3 a:hover {
	color: #006838;
}
.single-blog .blog-img{
	overflow: hidden;
}
.single-blog img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-blog img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.service-details .content .title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.service-details .content p {
	display: block;
	margin: 10px 0;
	line-height: 30px;
	color: #07260f;
	font-size: 16px;
}
.service-details .content .sub-title {
	font-size: 20px;
	font-weight: 500;
	margin: 25px 0;
}
.service-details .content .list {
	margin: 40px 0;
}
blockquote {
	position: relative;
	color: #fff;
	font-weight: 400;
	clear: both;
	z-index: 1;
	margin: 40px 0;
	text-align: left;
	padding: 40px;
	background-color: #006838;
	background-image: url("../images/pattern.png");
	border-radius: 0;
	overflow: hidden;
}
blockquote .icon i {
	font-size: 32px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
blockquote h4 {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.service-details .content blockquote {
	background-color: #006838;
	background-image: url("../images/pattern.png");
	border-radius: 0;
}
.title-wrap{
    position: relative;
}
.title-wrap .title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.title-wrap a{
	position: absolute;
	top: 2px;
	right: 5px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 2px;
	background: #67bd20;
    color: white;
	padding: 0 10px;
}
.title-wrap a:hover{
    background: #8bbd20;
}

.aside-form input{
	width: 100%;
	border: 1px solid #eee;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
}
.aside-form input:focus {
	border-color: #17e317;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(12, 179, 12, 0.49);
}
.aside-form button{
	padding: 10px 34px;
	background-color: #149914;
	color: white;
	margin-top: 10px;
}
.aside-form button:hover {
	background-color: #03a703;
}


.how-works .single-work {
	text-align: center;
	padding: 0 30px;
	background-color: transparent;
	padding: 60px 55px;
	background-color: #006838;
	height: 100%;
}

.how-works .single-work.middle {
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.how-works .single-work.middle::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #081828;
	opacity: 0.95;
	z-index: -1;
}

.how-works .single-work.last {
	background-color: #88C250;
}

.how-works .single-work .main-icon {
	height: 80px;
	width: 80px;
	line-height: 80px;
	background-color: rgba(255, 255, 255, 0.281);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.01);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.01);
	position: relative;
	transition: all 0.4s ease;
}

.how-works .single-work h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.how-works .single-work p {
	font-size: 14px;
	margin-top: 20px;
	color: #fff;
}

/* 首页客户评价 */
.testimonials {
	background-color: #006838;
	padding-bottom: 50px;
}
.testimonials .section-title h3 {
	opacity: 0.1;
	font-size: 70px;
}
.testimonials .section-title h2 {
	color: #fff;
}
.testimonials .section-title p {
	color: #fff;
}
.testimonials .single-testimonial {
	background: transparent;
	margin: 20px 0;
	margin-bottom: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	text-align: center;
}

.testimonials .single-testimonial .text {
	padding: 40px 30px;
	border: 2px solid rgba(238, 238, 238, 0.288);
	padding-bottom: 60px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.testimonials .single-testimonial .text p {
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.testimonials .single-testimonial .text .quote-icon i {
	color: #fff;
	font-size: 35px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.testimonials .single-testimonial .author {
	position: relative;
	top: -35px;
}

.testimonials .single-testimonial .author img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	border: 5px solid #ececec38;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 auto;
}

.testimonials .single-testimonial .author .name {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}

.testimonials .single-testimonial .author .name .deg {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

/* 我们的专家 */

.doctors {
	padding-bottom: 40px;
}

.doctors .single-doctor .content h3 a {
	font-size: 16px;
	font-weight: 600;
	color: #006838;
}

.doctors .single-doctor {
	margin-top: 30px;
}

.doctors .single-doctor .image {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.doctors .single-doctor .image img {
	width: 100%;
}

.doctors .single-doctor .content {
	text-align: center;
	background-color: #f9f9f9;
	padding: 30px 20px;
	border: 1px solid #eee;
	border-top-color: transparent;
}

.doctors .single-doctor .content h5 {
	font-weight: 400;
	font-size: 13px;
	display: block;
	color: #88C250;
	margin-bottom: -4px;

}

.doctors .single-doctor .content h3 a {
	font-size: 16px;
	font-weight: 600;
	color: #006838;
}

/* 价格方案 */
.pricing-table{
	padding-bottom: 40px;
}

.pricing-table .single-table {
	margin-top: 30px;
	background: #fff;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	border-radius: 0;
	padding: 50px 40px;
	z-index: 2;
	border: 1px solid #eee;
	border-top: 5px solid #88C250;
}

.pricing-table .single-table:hover {
	-webkit-box-shadow: 0px 10px 80px #00000014;
	box-shadow: 0px 10px 80px #00000014;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.pricing-table .single-table .table-head {
	position: relative;
}

.pricing-table .single-table .table-head .title {
	font-size: 18px;
	line-height: 26px;
	color: #88C250;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.pricing-table .single-table .table-head .amount {
	font-size: 23px;
	line-height: 30px;
	font-weight: 600;
	color: #081828;
}

.pricing-table .single-table .table-head .duration {
	color: #081828;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	display: block;
	top: -8px;
}

.pricing-table .single-table .table-list {
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 0;
}

.pricing-table .single-table .table-list li {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	color: #081828;
}

.pricing-table .single-table .button {
	margin-top: 40px;
}

.pricing-table .single-table .button .btn {
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 30px;
	background-color: #88C250;
	color: #fff;
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0;
	position: relative;
	z-index: 1;
	margin-right: 7px;
}

.pricing-table .single-table .button .btn:last-child {
	margin: 0;
}

.pricing-table .single-table .button .btn::before {
	height: 100%;
	width: 0%;
	background-color: #006838;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.pricing-table .single-table .button .btn:hover::before {
	width: 100%;
}

/* 首页新闻列表 */
.latest-news-area .single-news {
	margin-bottom: 30px;
	overflow: hidden !important;
}

.latest-news-area .single-news .pr-0 {
	padding-right: 0 !important;
}

.latest-news-area .single-news .image {
	overflow: hidden;
	height: 100%;
}
.latest-news-area .single-news .image a {
	height: 100%;
}

.latest-news-area .single-news .image img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	object-fit: cover;
}

.latest-news-area .single-news .pl-0 {
	padding-left: 0 !important;
}


.latest-news-area .single-news .content {
	border: 1px solid #eee;
	padding: 27px 25px;
	border-left: none;
	padding-left: 30px;
	height: 100%;
	background-color: #fff;
}

.latest-news-area .single-news .content .title {
	line-height: 25px;
	font-family: 'Merriweather', serif;
}

.latest-news-area .single-news .content .title a {
	font-size: 17px;
	font-weight: 600;
	color: #081828;
}

.latest-news-area .single-news .content p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
}

.latest-news-area .single-news .content .meta-info {
	margin-top: 25px;
}

.latest-news-area .single-news .content .meta-info li {
	font-size: 15px;
	display: inline-block;
	margin-right: 15px;
}

.latest-news-area .single-news .content .meta-info li a {
	color: #888;
	font-size: 14px;
}

.latest-news-area .single-news .content .meta-info li a img {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 4px;
}

.latest-news-area .single-news.style2 .content {
	border: none;
	padding: 0;
	padding: 35px;
	background-color: #006838;
	padding-top: 25px;
}

.latest-news-area .single-news .content .title {
	line-height: 25px;
}

.latest-news-area .single-news.style2 .content .title a {
	color: #fff;
}

.latest-news-area .single-news.style2 .content p {
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
}

.latest-news-area .single-news .content .meta-info {
	margin-top: 25px;
	padding: 0px;
	list-style-type: none;
}

.latest-news-area .single-news.style2 .content .meta-info li a {
	color: #fff;
}

.latest-news-area .single-news:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* 产品列表页 */
.product-banner img{
	width: 100%;
}
.product-list-page{
	padding: 50px 0;
}
.cate-li {
	box-shadow: 0px 0px 3px 1px #e3e3e3;
	position: relative;
	margin-bottom: 15px;
}
.cate-name {
	display: block;
	background-color: #4d994e;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	color: white !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cate-name:hover {
	color: white;
}
.cate-dropdown {
	line-height: 35px;
	padding: 10px;
	padding-left: 20px;
	display: none;
}
.cate-dropdown a {
	display: block;
	color: #333;
}
.cate-title {
	font-size: 22px;
	font-weight: bold;
	padding-left: 15px;
	border-left: 8px solid #96ce49;
	margin: 0px 0 10px;
}
.dropdown-btn {
	position: absolute;
	top: 0px;
	right: 5px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.dropdown-btn i {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	cursor: pointer;
	margin-left: 5px;
	color: white;
}

.product-list {
	margin-top: 30px;
	margin-bottom: 35px;
}
.product-single {
	margin-bottom: 20px;
	display: flex;
	box-sizing: border-box;
	align-items: stretch;
	box-shadow: 0 0 5px 0 rgb(119 119 119 / 35%);
}
.product-single .img {
	width: 200px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
}
.product-single .img img{
	width: 80%;
}
.product-single .content {
	flex: 1;
	padding: 14px 18px 14px 25px;
}
.product-single .content h3 {
	font-size: 16px;
	color: #3a3a3b;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.product-single .content h3 a {
	color: #3a3a3b;
}
.product-single .content h3 a:hover{
	color: #05860e;
}
.product-single .content .attr {
	display: flex;
	line-height: 35px;
	color: #3a3a3b;
	margin: 15px 0 12px;
	font-size: 14px;
}
.product-single .content .attr ul {
	width: 33%;
}
.product-single .btn-list{
	text-align: center;
}
.product-single .link-xq {
	background-color: green;
	color: white;
	padding: 12px 15px;
	font-size: 13px;
	line-height: 30px;
	margin: 4px 0;
	border-radius: 2px;
}
.product-single .link-xj {
	background-color: gray;
	color: white;
	padding: 0 15px;
	font-size: 13px;
	line-height: 30px;
	margin: 4px 0;
	border-radius: 2px;
}
.search-box {
	display: flex;
	justify-content: center;
	padding: 18px 15px;
	margin-bottom: 25px;
	background-image: url(../images/bg2.jpg);
	background-size: 100% 100%;
	box-shadow: 0 0 5px 1px #d0d0d0;
}
.search-box .select-option {
	margin-right: 20px;
}
.search-box .select-option button {
	border-bottom: 2px solid #969696;
	line-height: 36px;
	height: 36px;
}
.search-box .pro_input {
	margin-right: 20px;
	border: none;
	outline: 0;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 2px solid #969696;
	height: 36px;
	line-height: 36px;
	color: #666;
	font-size: 14px;
	background: rgba(255,255,255,0) url(../images/search3.png) left center no-repeat;
	width: 310px;
	text-indent: 25px;
	margin-right: 15px;
}
.search-box #product_search {
	cursor: pointer;
	width: 72px;
	height: 36px;
	border: none;
	background-color: #0c7d49;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	vertical-align: bottom;
}
@media (min-width: 992px){
	.product-list-page .col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 74%;
		max-width: 75%;
		margin-left: 1%;
	}
	.col-lg-20{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* 产品列表页结束 */

/* 产品详情页 */
.location {
	margin: 18px 0 30px;
	font-size: 15px;
	color: #999;
}
.location a {
	font-size: 14px;
	color: #999;
}

/* 博客列表页 */
.blogs-page {
	padding: 40px 0;
	background: #f9f9f9;
}

@media (min-width: 992px){
	.mysidebar{
		-ms-flex: 0 0 32%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.bloglist{
		-ms-flex: 0 0 68%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.blogs-thumb{
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
	.blogs-words{
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
    .contact-btn {
	    padding: 16px 30px;
	    font-size: 15px;
	    margin-top: 20px;
    }
}

/* 促销页 */
.promotion-content{
	padding: 20px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
.promotion-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.promotion-content h1, .promotion-content h2, .promotion-content h3, .promotion-content h4, .promotion-content h5{
  /*font-family: Georgia, serif;*/
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.promotion-content a:hover {
  text-decoration: underline;
}
.promotion-content button, .promotion-content input[type="submit"] {
  background-color: #35b82c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.promotion-content button:hover, .promotion-content input[type="submit"]:hover {
  background-color: #30a728;
}
.contact-form{
	width: 900px;
	margin: 0 auto;
	background-color: #f4f8fb;
	padding: 30px;
	border: 1px solid #e2e4f4;
}

/* 公司介绍页面 */
.no-gutters .service-1 {
	padding: 20px 30px;
	border: 1px solid #efefef;
	border-right: none;
	position: relative;
}
.no-gutters .service-1 .service-1-content h3 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
.no-gutters .service-1 .service-1-content p{
	line-height: 1.5;
	color: gray;
	font-weight: 300;
	font-size: 1rem;
	font-family: open sans,sans-serif;
}
.no-gutters .service-1 .number {
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: 400;
	font-family: marcellus,sans-serif;
	color: #dcdcdc;
}
.no-gutters .service-1 .service-1-icon::before {
	position: absolute;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
	left: -20px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid #116530;
	display: none;
}
.no-gutters .service-1 .service-1-icon {
	position: relative;
	margin-bottom: 20px;
}
.no-gutters .service-1 .service-1-icon img {
	width: 50px;
}
.expert>img {
	margin: 0 auto;
	display: block;
}
.expert>h3 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 18px;
}
.expert>h3>span {
	color: #5e5e5e;
	font-size: 16px;
	position: relative;
	right: -10px;
}
.expert>p {
	font-size: 14px;
	color: #757575;
	text-indent: 0rem;
}

/* 联系我们页面 */
.contact-us{
	padding: 80px 0;
}
.contact-us .form-main {
	padding: 45px 50px 50px;
	background-color: #fff;
	border-top: 4px solid #006838;
	-webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
	box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
}

.contact-us .form-main .from-dom a:hover{
	color: #000;
	text-decoration:underline;
}

.contact-us .form-main .form-title {
	margin-bottom: 30px;
}
.contact-us .form-main .form-title h2 {
	margin-bottom: 35px;
	font-size: 22px;
}
.contact-us .form .form-group {
	margin-bottom: 15px;
	display: block;
}
.contact-us .form .form-group input {
	height: 55px;
	line-height: 55px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #333;
	font-weight: 400;
	border-radius: 0;
}
.contact-us .form .form-group textarea {
	height: 180px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #333;
	resize: none;
	font-weight: 400;
	border-radius: 0;
	resize: vertical;
}
.form-group .btn::before {
	height: 100%;
	width: 0%;
	background-color: #006838;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}
.form-group .btn {
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	padding: 17px 30px;
	background-color: #88C250;
	color: #fff;
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0;
	position: relative;
	z-index: 1;
	margin-right: 7px;
	letter-spacing: 0;
}
.contact-us .single-head {
	padding: 50px;
	height: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 0;
	background-color: #fff;
	border-top: 4px solid #006838;
	-webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
	box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
}
.contact-us .main-title {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 35px;
	color: #081828;
	text-transform: capitalize;
}
.contact-us .single-info {
	text-align: left;
	margin-bottom: 35px;
	position: relative;
	padding-left: 75px;
}
.contact-us .single-info .info-icon {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #006838;
	font-size: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	top: 4px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contact-us .single-info h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}
.contact-us .single-info ul {
	display: inline-block;
}
.contact-us .single-info ul li {
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #888;
}

@media screen and (max-width: 767px) {
	.hidden-xs{
		display: none !important; 
	}
	.header-infos {
		display: none;
	}
	.section-title {
		margin-bottom: 25px;
		padding: 0px 10px;
	}
	.section-title p {
		font-size: 14px;
	}
	.section-title h3 {
		font-size: 35px;
		top: -20px;
	}
	.section-title h2 {
		font-size: 21px;
		margin-top: 3px;
		line-height: 35px;
	}
	.services .services-content .single-list {
		padding: 20px;
	}
	.services .services-content .single-list p {
		font-size: 12px;
	}
	.services .services-content .single-list i {
		font-size: 22px;
		margin-bottom: 15px;
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.search-box .select-option {
		display: none;
	}
	.about-us {
	    padding-top: 40px;
	    padding-bottom: 40px;
    }
    .about-us .content-right .sub-heading {
	    margin-bottom: 5px;
	    margin-top: 15px;
    }
	.product-single .img {
		display: none;
	}
	.contact-us {
		padding: 40px 0;
	}
	.contact-us .form-main .form-title h2 {
		margin-bottom: 25px;
		font-size: 17px;
	}
	.contact-us .form-main {
		padding: 20px;
	}
	.contact-us .single-head {
		padding: 20px;
		margin-top: 30px;
	}
	.product-list-page {
	    padding: 20px 0;
    }
	.promotion-content {
    	padding: 10px;
    }
    .promotion-content h2 {
	    text-align: center;
	    font-size: 21px;
    }
    .promotion-banner img{
	    max-width: 130%;
	    margin-left: -15%;
    }
    .contact-form {
	    width: 100%;
	    padding: 20px;
    }
    .form-item {
	    margin-bottom: 15px;
    }
    .form-item input, .form-item select {
	    height: 50px;
	    padding: 0px 25px;
    }
    .sidebar-menu-wrapper .sidebar-menu .search-wrap .form-item input {
	    padding: 0px 15px;
	    font-size: 14px;
    }
    .product-banner img {
	    max-width: 130%;
	    margin-left: -15%;
	    width: 130%;
    }
    .search-box {
	    padding: 12px 15px;
    }
    .product-single .content {
	    padding: 14px 15px 5px 15px;
    }
    .paging a {
	    padding: 0px 14px;
    }
    .services .none-padding {
	    padding: 0 15px !important; 
	    margin-bottom: 15px;
    }
    .service-details {
	    padding: 20px 0;
    }
    .service-details .details-content {
	    padding: 20px;
    }
    .service-details .thumb {
	    margin-bottom: 15px;
    }
    .service-details .content .title {
	    font-size: 22px;
	    margin-bottom: 15px;
	    padding-bottom: 12px;
    }
    blockquote {
	    padding: 20px;
    }
    blockquote .icon i {
	    font-size: 25px;
	    margin-bottom: 10px;
    }
    .blogs-page {
	    padding: 20px 0;
    }
    .paging {
	    line-height: 30px;
	    margin: 0px 0 15px;
    }
    .details-section .information-area .tabs-nav>ul {
		display: flex;
		justify-content: space-around;
	}
	.details-section .information-area .tabs-nav>ul>li {
		width: auto;
	}
	.cate-title {
	    font-size: 20px;
	    border-left: 6px solid #96ce49;
    }
    .product-single .content .attr li{
	    line-height: 22px;
	    margin: 5px 0;
    }
    .weblogo{
	    top: 0;
	    left: 0;
    }
    .brand-link img {
	    top: 0px;
	    width: 150px;
    }
    .title-wrap a {
    	top: -2px;
    	right: 5px;
    	border: 1px solid #9a9a9a;
    	font-size: 13px;
    	height: 28px;
    	line-height: 28px;
    	border-radius: 2px;
    	color: #4d4d4d;
    	padding: 0 5px;
    	background: #8bbd20;
    	color: white;
    }
}