* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	outline: 0;
}

ul,
li,
ol {
	list-style: none;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.home_contact {
	width: 100%;
	padding: 1px 0 50px 0;
	background: #f3f3f3;
}

.main {
	width: 1270px;
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.home_t {
	margin: 30px 0 50px 0;
	text-align: center;
}

.home_t b {
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	color: #333;
	padding: 0 95px 20px 95px;
	border-bottom: 1px solid #1c62b0;
	margin-bottom: 13px;
	position: relative;
}

.home_t b:after {
	content: "";
	display: block;
	width: 58px;
	height: 5px;
	position: absolute;
	background: #1c62b0;
	bottom: -3px;
	left: 50%;
	margin-left: -26px;
}

.home_t span {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	color: #cbcbcb;
	font-weight: 600;
}

.contact_head {
	color: #595757;
}

.contact_head .contact_title {
	font-size: 22px;
}

.contact_head .contact_title_e {
	font-size: 16px;
	opacity: .8;
	margin-top: 10px;
}

.home_contact .place .module .cont_list {
	display: flex;
	margin-top: 35px;
}

.home_contact .place .module i[class*='img'] {
	text-align: center;
}

.home_contact .place .module i[class*='img'] p {
	font-style: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

.home_contact .place .module ul {
	margin-left: 20px;
	/* margin-top: 8px; */
}

.home_contact .place .module ul li {
	line-height: 25px;
	margin-bottom: 8px;
	/* padding-left: 38px; */
	font-size: 14px;
	color: #333;
}

div .contact_head p.contact_group {
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
	color: #333333;
}

.contact_title_hefei {
	margin-top: 15px;
}

.contact_phone_content {
	display: flex;
	align-items: center;
}

.contact_phone_content a img {
	width: 50px;
	height: 50px;
}

.cont_list ul li {
	display: flex;
	align-items: center;
}

div.cont_list ul li i {
	width: 30px;
	height: 30px;
}

div.cont_list ul li p {
	padding-left: 5px;
}

div.cont_list ul li i.group_contact {

	background: url(../images/hc3.png) no-repeat 0px -102px;
}

div.cont_list ul li i.group_website {

	background: url(../images/hc3.png) no-repeat 0px 3px;
	;
}

div.cont_list ul li i.group_email {

	background: url(../images/hc3.png) no-repeat 0px -32px;
	;
}

div.cont_list ul li i.group_phone {

	background: url(../images/hc3.png) no-repeat 0px -67px;
}

div.cont_list ul li i.group_gdaddress {

	background: url(../images/hc3.png) no-repeat 0px -138px;
	;
}

div.cont_list ul li i.group_hfaddress {

	background: url(../images/hc3.png) no-repeat 0px -138px;
	;
}



#floatDivBoxs {
	width: 180px;
	background: #fff;
	position: fixed;
	top: 86px !important;
	right: 0px;
	z-index: 999;
}

/* 修改2021.03.19 */
#floatDivBoxs .floatDtt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #1c62b0;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
}

#floatDivBoxs .floatDqq {
	padding: 0 14px;
	margin-bottom: 11px;
}

#floatDivBoxs .floatDqq li {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center
}

#floatDivBoxs .floatDqq li a {
	font-size: 15px;
	text-align: right;
	position: relative;
	right: 30px;
}

#floatDivBoxs .floatDqq li img {
	float: left;
	margin-top: 7px;
}

#floatDivBoxs .floatDtxt {
	font-size: 18px;
	color: #333;
	padding: 12px 14px;
	padding-bottom: 10px;
}

#floatDivBoxs .floatDtel {
	padding-left: 14px;
	color: #1c62b0;
	font-size: 16px;
}

#floatDivBoxs .floatImg {
	text-align: center;
	padding: 10px;
	background: #EBEBEB;
}

#floatDivBoxs .floatImg img {
	margin-bottom: 5px;
}

#floatDivBoxs .floatDtel img {
	display: block;
}

#floatDivBoxs .floatDbg {
	width: 100%;
	height: 20px;
	background: url(../images/online_botbg.jpg) no-repeat;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
	background: #fff;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
	width: 50px;
	height: 45px;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	top: 86px !important;
	right: 180px;
	z-index: 999;
}

/* 修改2021.03.19 */
#rightArrow a {
	display: block;
	height: 45px;
}

.floatDtel p {
	margin: 0 0 11px;
	font-weight: bold;
}





.col-lg-3 {
	flex: 0 !important;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media(min-width:1300px) {
	.container {
		max-width: 1300px !important;
	}
}

.bg-product {
	background: #f8fafe;
}

.product-item .product-inner {
	margin: 15px;
}

.product-item .product-inner::after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffb11f;
	opacity: .80;
	transform: scale(0);
}

.product-item .product-inner:hover::after {
	transform: scale(1);
}

.product-item .product-inner:hover .product-content {
	opacity: 1;
}

.product-item .product-inner .product-content {
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.product-item .product-inner .product-content .product-name {
	display: inline-block;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	line-height: 36px;
}

@media (min-width: 1440px) {
	.product-item .product-inner .product-content .product-name {
		font-size: 72px;
		line-height: 72px;
	}
}

.product-item-2 {
	margin-bottom: 45px;
}

.product-item-2 .product-inner {
	margin: 0px;
	z-index: 1;
	box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
}

.product-item-2 .product-inner:hover .product-thumb img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.product-item-2 .product-inner:hover .product-content .cart-option {
	opacity: 1;
}

.product-item-2 .product-inner .product-thumb img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-item-2 .product-inner .product-content {
	padding: 20px;
	text-align: center;
	background: #fff;
}

.product-item-2 .product-inner .product-content h5 {
	line-height: 1;
}

.product-item-2 .product-inner .product-content h5:hover {
	color: #ffb11f;
}

.product-item-2 .product-inner .product-content .price {
	margin-bottom: 0;
}

.product-item-2 .product-inner .product-content .cart-option {
	left: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-2 .product-inner .product-content .cart-option .lab-btn {
	padding: 10px 20px;
	font-size: 15px;
}

.product-item-3 .product-inner {
	padding: 30px 15px;
	background: #f8fafe;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-item-3 .product-inner:hover {
	background: #fff;
	box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.product-item-3 .product-inner:hover .product-content h5 {
	color: #ffb11f;
}

.product-item-3 .product-inner .product-thumb {
	margin-bottom: 10px;
}

.product-item-3 .product-inner .product-content h5 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-item-3 .product-inner .product-content p {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.abs-product-item {
		text-align: center;
	}
}

.abs-product-item::after {
	width: 1px;
	height: 70%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #ffb11f;
}

@media (max-width: 767px) {
	.abs-product-item::after {
		display: none;
	}
}

.abs-product-item .abs-product-inner {
	padding: 30px 15px;
}

.abs-product-item .abs-product-inner .abs-product-thumb {
	width: 100%;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.abs-product-item .abs-product-inner .abs-product-thumb {
		width: 80px;
		margin-bottom: 0;
	}
}

.abs-product-item .abs-product-inner .abs-product-content {
	width: 100%;
}

@media (min-width: 992px) {
	.abs-product-item .abs-product-inner .abs-product-content {
		width: calc(100% - 80px);
	}
}

.abs-product-item .abs-product-inner .abs-product-content p {
	margin-bottom: 0;
}

.feature-item .feature-inner,
.about-item .about-inner,
.abs-product-item .abs-product-inner,
.testi-item .testi-inner .testi-head,
.offer-item .offer-inner,
.contact-item,
.history-item .history-inner .history-content,
.search-cart li .cart-content .cart-item,
.paginations ul li a,
.tags-social .tags,
.tags-social .scocial,
.header-section .primary-menu,
.header-section .primary-menu .main-area,
.header-section .primary-menu .main-area .main-menu ul,
.mobile-menu .mobile-header,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner,
.page-header .page-header-content-area ul,
.product-section .section-wrapper .product-filter-name,
.product-section .section-wrapper .grid,
.contact-form form.comment-form,
.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section,
.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags,
.blog-section.blog-single .section-wrapper .authors,
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form,
.widget.widget-tags ul.widget-wrapper,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-single .product-details .post-content form,
.shop-single .review .review-nav,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.footer-section .footer-top .footer-item .footer-inner .footer-body ul li,
.footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul {
	display: flex;
	flex-wrap: wrap;
}

.shop-menu li.menu-item-has-children>a,
.cart-plus-minus,
.lab-btn,
.lab-btn span,
.scrollToTop i,
.lab-tooltip p,
.product-item .product-inner,
.product-item-2 .product-inner,
.abs-product-item,
.team-item-2 .team-inner .team-thumb,
.testi-item .testi-inner .testi-body p,
.post-item .post-inner .post-thumb,
.post-item .post-inner .post-content .meta-post p span,
.post-item-2 .post-inner .post-thumb,
.post-item-2 .post-inner .post-content .more-com .text-btn,
.post-item-2 .post-inner .post-content .qute-content blockquote,
.post-item-2 .post-inner .post-content .meta-post p span,
.search-cart li,
.search-cart li .cart-content .cart-item,
.paginations ul li a,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a,
.mobile-menu .mobile-header .header-bar,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search,
.banner.banner-2 .banner-slider,
.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content,
.banner.banner-3,
.banner.banner-3 .banner-item .banner-inner .banner-content,
.page-header,
.page-header .page-header-content-area,
.page-header .page-header-content-area ul li a,
.feature-section,
.about-us,
.about-us.home-2 .section-header,
.about-us.home-2 .section-wrapper,
.about-us.home-2 .about-wrapper,
.product-section.product-style2,
.abs-product .section-wrapper,
.agricul-farm-section .section-wrapper .farm-left,
.testimonial-section.home-3 .section-wrapper,
.counterup-section,
.counterup-section .section-wrapper .counter-item .counter-inner,
.countdown-section,
.faq-section .faq-content .tab-pane .card-header .faq-item,
.widget.widget-search .search-wrapper,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select,
.shop-single .product-details .product-thumb .gallery-top,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .post-content form .select-product select,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5,
.shop-single .review .review-content .description .post-item .post-content ul li,
.footer-section,
.footer-section * {
	position: relative;
}

.shop-menu li.menu-item-has-children>a::after,
.cart-plus-minus .qtybutton,
.lab-btn::after,
.pluse_1,
.pluse_2,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.lab-tooltip,
.lab-tooltip::after,
.lab-tooltip::before,
.overlay,
.product-item .product-inner::after,
.product-item .product-inner .product-content,
.product-item-2 .product-inner .product-content .cart-option,
.abs-product-item::after,
.team-item-2 .team-inner .team-thumb::after,
.testi-item .testi-inner .testi-body p .img-left,
.testi-item .testi-inner .testi-body p .img-right,
.post-item .post-inner .post-thumb .meta-date,
.post-item .post-inner .post-content .meta-post p span::after,
.post-item-2 .post-inner .post-thumb .meta-date,
.post-item-2 .post-inner .post-content .more-com .text-btn i,
.post-item-2 .post-inner .post-content .qute-content blockquote::before,
.post-item-2 .post-inner .post-content .meta-post p span::after,
.search-cart li .cart-content,
.search-cart li .cart-content .cart-item .cart-btn,
.search-input .search-close,
.search-input form,
.header-section .primary-menu .main-area .main-menu ul li ul,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after,
.transparent-header,
.mobile-menu .mobile-header .header-bar span,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a::after,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button,
.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb,
.banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb::after,
.banner.banner-2 .banner-slider .banner-pagination,
.page-header .page-header-content-area ul li a::after,
.feature-section .shape-feature img,
.about-us .shape-about,
.about-us.home-2 .shape-image .shape-1,
.about-us.home-2 .shape-image .shape-2,
.about-us.home-2 .about-thumb-2,
.product-section.product-style2 .shape-image .shape-1,
.product-section.product-style2 .shape-image .shape-2,
.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line,
.testimonial-section.home-3 .testi-navigation,
.testimonial-section.home-3 .testi-navigation .testi-nav,
.counterup-section .section-wrapper .counter-item .counter-inner::after,
.countdown-section .shape-image img,
.faq-section .faq-content .tab-pane .card-header .faq-item::after,
.faq-section .faq-content .tab-pane .card-header .faq-item::before,
.widget.widget-search .search-wrapper button,
.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after,
.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav,
.shop-single .product-details .post-content form .select-product i,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after,
.shop-single .review .review-content .description .post-item .post-content ul li::before,
.footer-section::after {
	position: absolute;
	content: "";
}

.cart-plus-minus,
.lab-btn,
.about-item .about-inner .about-thumb,
.product-item-2 .product-inner .product-thumb,
.team-item-2 .team-inner .team-thumb,
.testi-item.style-2 .testi-inner .testi-head .testi-thumb,
.post-item .post-inner .post-thumb,
.post-item-2 .post-inner .post-thumb,
.preloader,
.banner.banner-2 .banner-slider,
.about-us,
.product-section.product-style5 .section-wrapper .product-right .slider-product,
.agricul-farm-section,
.testimonial-section .section-wrapper .testi-slider,
.testimonial-section.home-2 .testi-slider-2,
.testimonial-section.home-3 .testi-slider-2,
.sponsor-section .section-wrapper .sponsor-slider,
.blog-section.blog-single .section-wrapper .rel-product,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content,
.widget .widget-header,
.widget.recipe-categori,
.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb,
.shop-cart .section-wrapper .cart-bottom,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon,
.shop-single .product-details,
.shop-single .product-details .product-thumb .gallery-thumbs .shop-item .shop-thumb,
.shop-single .review .review-content .review-showing .content li .post-thumb,
.footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .thumb,
.footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul li a {
	overflow: hidden;
}

.cart-plus-minus .qtybutton,
.search-cart li .cart-option,
.search-cart li .search-option,
.search-input .search-close,
.search-input form button,
.product-section .section-wrapper .product-filter-name li,
.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line,
.testimonial-section.home-2 .testi-navigation .testi-nav,
.testimonial-section.home-3 .testi-navigation .testi-nav,
.newsletter-section .newsletter-form input.subscribe-btn,
.contact-form form.comment-form button.lab-btn,
.faq-section .faq-content .tab-pane .card-header,
.faq-section .faq-content .tab-pane .card-header .faq-item,
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"],
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"],
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav,
.shop-single .product-details .post-content form button,
.shop-single .review .review-nav li,
.shop-single .review .review-content .review-showing .client-review .review-form form button {
	cursor: pointer;
}

@media (min-width: 992px) {
	.product-section .section-header {
		margin-bottom: 45px;
	}
}

.product-section .section-header p {
	/* max-width: 450px; */
	margin: auto;
}

.product-section .section-wrapper {
	margin-bottom: 15px;
}

.product-section .section-wrapper .product-filter-name {
	justify-content: center;
	margin-bottom: 60px;
}

.product-section .section-wrapper .product-filter-name li {
	margin: 0 10px;
}

.product-section .section-wrapper .product-filter-name li.active {
	color: #ffb11f;
	border-bottom: 1px solid #ffb11f;
}

.product-section .section-wrapper .grid {
	margin: -15px;
}

.product-section .section-wrapper .grid .product-item {
	width: calc(100% / 1);
}

@media (min-width: 576px) {
	.product-section .section-wrapper .grid .product-item {
		width: calc(100% / 2);
	}
}

@media (min-width: 992px) {
	.product-section .section-wrapper .grid .product-item {
		width: calc(100% / 3);
	}
}

.product-section.product-style2 .shape-image {
	display: none;
}

@media (min-width: 1440px) {
	.product-section.product-style2 .shape-image {
		display: block;
	}
}

.product-section.product-style2 .shape-image .shape-1,
.product-section.product-style2 .shape-image .shape-2 {
	z-index: 1;
}

.product-section.product-style2 .shape-image .shape-1 {
	right: 71px;
	top: 120px;
}

.product-section.product-style2 .shape-image .shape-2 {
	left: 0;
	bottom: 50px;
}

.product-section.product-style2 .section-wrapper {
	margin-bottom: 5px;
}

.product-section.product-style3 .section-wrapper {
	margin-bottom: -5px;
}

@media (min-width: 1200px) {
	.product-section.product-style3 .product-item {
		margin-bottom: 20px;
	}
}

.product-section.product-style3 .product-item .product-inner {
	margin: 5px;
}

.product-section.product-style4 .section-wrapper {
	margin-bottom: -15px;
}

.product-section.product-style4 .product-item {
	margin-bottom: 30px;
}

.product-section.product-style4 .product-item .product-inner {
	margin: 0px;
}

.product-section.product-style5 .section-wrapper {
	margin-bottom: -15px;
}

.product-section.product-style5 .section-wrapper .product-right {
	margin-bottom: 15px;
}

.product-section.product-style5 .section-wrapper .product-right .product-slider-item .product-slider-thumb img {
	width: 100%;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination {
	margin-top: 30px;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination span {
	width: 12px;
	height: 12px;
	border: 2px solid #ffb11f;
	background: #fff;
	opacity: 1;
	margin: 2px;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination span.swiper-pagination-bullet-active {
	background: #ffb11f;
}

.product-section.grid-2 .section-wrapper {
	margin-bottom: -10px;
}

.product-section.grid-2 .product-item .product-inner {
	margin: 0 0 25px;
}

.product-section.grid-2 .product-item .product-inner .product-thumb img {
	width: 100%;
}

.product-section.masonary .section-wrapper {
	margin-bottom: 15px;
}

.product-section.masonary .section-wrapper .grid .product-item {
	width: calc(100% / 1);
}

@media (min-width: 576px) {
	.product-section.masonary .section-wrapper .grid .product-item {
		width: calc(100% / 2);
	}
}

@media (min-width: 992px) {
	.product-section.masonary .section-wrapper .grid .product-item {
		width: calc(100% / 4);
	}
}

.product-section.masonary .section-wrapper .grid .product-item .product-inner {
	margin: 5px;
}

.product-section.masonary .section-wrapper .grid .product-item .product-inner .product-thumb img {
	width: 100%;
}

.abs-product .section-wrapper {
	z-index: 1;
	background: #fff;
	margin-top: -70px;
	box-shadow: 0 3px 3px rgba(239, 244, 255, 0.67);
}

.abs-product .section-wrapper .col-12:last-child .abs-product-item::after {
	display: none;
}

.blog-section.blog-single .section-wrapper .rel-product .title-border {
	text-align: center;
}
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item {
	box-shadow: none;
	margin: 5px;
	padding: 0;
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content {
	padding: 15px 0;
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content a {
	display: block;
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content h6 {
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content h6 {
		font-size: 18px;
	}
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content h6:hover {
	color: #ffb11f;
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content .commtents {
	color: #716c80;
}

.shop-title .product-view-mode a {
	color: #181818;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop-title .product-view-mode a.active {
	color: #ffb11f;
}

.shop-title .product-view-mode a:last-child {
	margin-left: 5px;
}

.shop-product-wrap.grids .product-list-item {
	display: none;
}

.shop-product-wrap.lists .col-lg-4.col-md-6.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.shop-product-wrap.lists .product-item {
	display: none;
}

.shop-product-wrap .product-item,
.shop-product-wrap .product-list-item {
	padding: 10px;
	margin-bottom: 30px;
	align-items: center;
	background: #fff;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	box-shadow: 0 0 3px rgba(8, 136, 136, 0.1);
	display: block;
}

.shop-product-wrap .product-item:hover{
	color: #ffb11f;
}

.shop-product-wrap .product-item:hover .product-thumb::after,
.shop-product-wrap .product-list-item:hover .product-thumb::after {
	transform: scale(1);
}

.shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
	opacity: 1;
	z-index: 9;
}

.shop-product-wrap .product-list-item:hover .product-content h6 a {
	color: #ffb11f;
}

.scope_applicat .product-item .product-content img {
	opacity: 0;
	float: left;
}

.scope_applicat .product-item:hover .product-content img {
	opacity: 1;
	left: 10%;
}

div.scope_applicat div.product-item div.product-thumb div.product-action-link a.scope_img {
	width: 100%;
	height: 100%;
	margin: 0;
}

.scope_applicat .product-item:hover {
	cursor: pointer;
}

.scope_applicat .product-item {
	box-shadow: none;
}

.shop-product-wrap .product-item .product-thumb,
.shop-product-wrap .product-list-item .product-thumb {
	height: auto;
	width: auto;
	margin: 0;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.shop-product-wrap .product-item .product-thumb::after,
.shop-product-wrap .product-list-item .product-thumb::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background: #ffffffe0; */
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb img,
.shop-product-wrap .product-list-item .product-thumb img {
	width: 275px;
	height: 275px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-product-wrap .product-list-item .product-thumb .product-action-link {
	justify-content: center;
	opacity: 0;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: #ffb11f;
	color: #fff;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
	cursor: pointer;
}

.shop-product-wrap .product-item .product-content,
.shop-product-wrap .product-list-item .product-content {
	padding: 20px 0 10px;
	text-align: center;
}

.shop-product-wrap .product-item .product-content h6,
.shop-product-wrap .product-list-item .product-content h6 {
	margin: 0;
}

.shop-product-wrap .product-item .product-content h6 a,
.shop-product-wrap .product-list-item .product-content h6 a {
	color: #181818;
}

.shop-product-wrap .product-item .product-content p,
.shop-product-wrap .product-list-item .product-content p {
	color: #716c80;
	margin-bottom: 5px;
}

.shop-product-wrap .product-item .product-content p i,
.shop-product-wrap .product-list-item .product-content p i {
	color: #ecb341;
}

.shop-product-wrap .product-list-item .product-thumb {
	width: 100%;
}

@media (min-width: 768px) {
	.shop-product-wrap .product-list-item .product-thumb {
		width: 35%;
	}
}

.shop-product-wrap .product-list-item .product-thumb img {
	width: 100%;
}

.shop-product-wrap .product-list-item .product-content {
	width: 100%;
	text-align: left;
	padding: 0;
	padding: 15px;
}

@media (min-width: 768px) {
	.shop-product-wrap .product-list-item .product-content {
		width: 65%;
		padding-left: 20px;
	}
}

.shop-product-wrap .product-list-item .product-content h6 {
	margin-bottom: 10px;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
	align-items: center;
	margin-bottom: 0;
	box-shadow: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
	width: 85px;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
	width: calc(100% - 85px);
	padding-left: 10px;
	text-align: left;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
	color: #181818;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
	color: #ffb11f;
}

.shop-single .product-details {
	padding: 40px 30px;
	margin-bottom: 40px;
	background: #fff;
}

.shop-single .product-details .product-thumb .gallery-top {
	margin-bottom: 10px;
}

.shop-single .product-details .product-thumb .gallery-top .shop-item .shop-thumb {
	text-align: center;
	background: #fff;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation {
	top: 50%;
	width: 100%;
	height: 66px;
	z-index: 1;
	transform: translateY(-50%);
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 26px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
	background: #cccccc;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav:hover,
.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav.active {
	color: #fff;
	background: #ffb11f;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav.shop-slider-prev {
	left: 0;
}

.shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav.shop-slider-next {
	right: 0;
}

.shop-single .product-details .product-thumb .gallery-thumbs .shop-item {
	cursor: pointer;
}

.shop-single .product-details .product-thumb .gallery-thumbs .shop-item .shop-thumb {
	background: #fff;
	text-align: center;
	height: 74px;
	line-height: 74px;
}

.shop-single .product-details .product-thumb .gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
	/* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);  */
	border: 2px solid #ffb11f;
}

.shop-single .product-details .post-content {
	padding-top: 30px;
}

@media (min-width: 768px) {
	.shop-single .product-details .post-content {
		padding-top: 0;
	}
}

.shop-single .product-details .post-content h4 {
	margin-bottom: 10px;
}

@media (min-width: 576px) {
	.shop-single .product-details .post-content h4 {
		font-size: 20px;
	}
}

.shop-single .product-details .post-content h5 {
	font-weight: 500;
}

.shop-single .product-details .post-content p.rating {
	justify-content: flex-start;
	align-items: center;
}

.shop-single .product-details .post-content p.rating i {
	color: #ecb341;
}

.shop-single .product-details .post-content form {
	justify-content: space-between;
	align-items: center;
}

.shop-single .product-details .post-content form .select-product {
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.shop-single .product-details .post-content form .select-product {
		width: 48%;
	}
}

.shop-single .product-details .post-content form .select-product select {
	width: 100%;
	height: 40px;
	border: 1px solid #f0f0f0;
	color: #716c80;
	outline: none;
	-webkit-appearance: none;
	z-index: 1;
	background: transparent;
	padding-left: 20px;
	font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #f0f0f0;
	text-align: center;
	z-index: 0;
}

.shop-single .product-details .post-content form .cart-plus-minus {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.shop-single .product-details .post-content form .cart-plus-minus {
		margin: 0;
	}
}

.shop-single .product-details .post-content form .discount-code {
	width: 100%;
}

@media (min-width: 576px) {
	.shop-single .product-details .post-content form .discount-code {
		width: 60%;
	}
}

.shop-single .product-details .post-content form .discount-code input {
	width: 100%;
	margin-bottom: 0;
	padding: 8px 15px;
	border: 1px solid #f0f0f0;
}

.shop-single .product-details .post-content form button {
	width: 100%;
	height: 54px;
	padding: 0;
	background: #ffb11f;
	margin-top: 20px;
	outline: none;
	border: none;
	color: #fff;
}

.padding-tb {
	padding-top: 80px;
	padding-bottom: 55px;
}

@media (min-width: 992px) {
	.padding-tb {
		padding-top: 60px;
		padding-bottom: 95px;
		background-color: #fff;
	}
}

@media (min-width: 992px) {
	.padding-po {
		padding-top: 90px;
		padding-bottom: 95px;
		background-color: #fff;
		margin-top: 131px;
	}
}

.feature-section .section-wrapper {
	margin-bottom: -15px;
}

.about-us.home-2 .section-header,
.about-us.home-2 .section-wrapper {
	z-index: 1;
}

.about-us.home-2 .section-header,
.about-us.home-2 .section-wrapper {
	z-index: 1;
}

.about-us.about-page .section-wrapper h5 {
	max-width: 450px;
	margin: 10px 0 20px;
	font-weight: 400;
}

.about-us.about-page .section-wrapper p {
	max-width: 450px;
}

@media (min-width: 992px) {
	.product-section .section-header {
		margin-bottom: 45px;
	}
}

.product-section .section-header p {
	/* max-width: 450px; */
	margin: auto;
}

.product-section .section-wrapper {
	margin-bottom: 15px;
}

.product-section .section-wrapper .product-filter-name {
	justify-content: center;
	margin-bottom: 60px;
}

.product-section .section-wrapper .product-filter-name li {
	margin: 0 10px;
}

.product-section .section-wrapper .product-filter-name li.active {
	color: #ffb11f;
	border-bottom: 1px solid #ffb11f;
}

.product-section .section-wrapper .grid {
	margin: -15px;
}

.product-section .section-wrapper .grid .product-item {
	width: calc(100% / 1);
}

@media (min-width: 576px) {
	.product-section .section-wrapper .grid .product-item {
		width: calc(100% / 2);
	}
}

@media (min-width: 992px) {
	.product-section .section-wrapper .grid .product-item {
		width: calc(100% / 3);
	}
}

.product-section.product-style2 .shape-image {
	display: none;
}

@media (min-width: 1440px) {
	.product-section.product-style2 .shape-image {
		display: block;
	}
}

.product-section.product-style2 .shape-image .shape-1,
.product-section.product-style2 .shape-image .shape-2 {
	z-index: 1;
}

.product-section.product-style2 .shape-image .shape-1 {
	right: 71px;
	top: 120px;
}

.product-section.product-style2 .shape-image .shape-2 {
	left: 0;
	bottom: 50px;
}

.product-section.product-style2 .section-wrapper {
	margin-bottom: 5px;
}

.product-section.product-style3 .section-wrapper {
	margin-bottom: -5px;
}

@media (min-width: 1200px) {
	.product-section.product-style3 .product-item {
		margin-bottom: 20px;
	}
}

.product-section.product-style3 .product-item .product-inner {
	margin: 5px;
}

.product-section.product-style4 .section-wrapper {
	margin-bottom: -15px;
}

.product-section.product-style4 .product-item {
	margin-bottom: 30px;
}

.product-section.product-style4 .product-item .product-inner {
	margin: 0px;
}

.product-section.product-style5 .section-wrapper {
	margin-bottom: -15px;
}

.product-section.product-style5 .section-wrapper .product-right {
	margin-bottom: 15px;
}

.product-section.product-style5 .section-wrapper .product-right .product-slider-item .product-slider-thumb img {
	width: 100%;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination {
	margin-top: 30px;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination span {
	width: 12px;
	height: 12px;
	border: 2px solid #ffb11f;
	background: #fff;
	opacity: 1;
	margin: 2px;
}

.product-section.product-style5 .section-wrapper .product-right .slider-product-pagination span.swiper-pagination-bullet-active {
	background: #ffb11f;
}

.product-section.grid-2 .section-wrapper {
	margin-bottom: -10px;
}

.product-section.grid-2 .product-item .product-inner {
	margin: 0 0 25px;
}

.product-section.grid-2 .product-item .product-inner .product-thumb img {
	width: 100%;
}

.product-section.masonary .section-wrapper {
	margin-bottom: 15px;
}

.product-section.masonary .section-wrapper .grid .product-item {
	width: calc(100% / 1);
}

@media (min-width: 576px) {
	.product-section.masonary .section-wrapper .grid .product-item {
		width: calc(100% / 2);
	}
}

@media (min-width: 992px) {
	.product-section.masonary .section-wrapper .grid .product-item {
		width: calc(100% / 4);
	}
}

.product-section.masonary .section-wrapper .grid .product-item .product-inner {
	margin: 5px;
}

.product-section.masonary .section-wrapper .grid .product-item .product-inner .product-thumb img {
	width: 100%;
}

/* @@@@@@@@@@@@@  Abs Product  Section Start Here  @@@@@@@@@@@@@@ */
.abs-product .section-wrapper {
	z-index: 1;
	background: #fff;
	margin-top: -70px;
	box-shadow: 0 3px 3px rgba(239, 244, 255, 0.67);
}

.abs-product .section-wrapper .col-12:last-child .abs-product-item::after {
	display: none;
}

/* @@@@@@@@@@@@@  agricul farm  Section Start Here  @@@@@@@@@@@@@@ */
.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line {
	width: 15px;
	height: 15px;
	background: #ffb11f;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:hover .lab-tooltip {
	visibility: visible;
	opacity: 1;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(1) {
	top: 15%;
	right: 20%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(2) {
	bottom: 20%;
	right: 10%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(3) {
	top: 5%;
	right: 53%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(4) {
	bottom: 30%;
	right: 45%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(5) {
	top: 10%;
	left: 10%;
}

.agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line:nth-child(6) {
	bottom: 10%;
	left: 25%;
}

@media (max-width: 991px) {
	.agricul-farm-section .section-wrapper .farm-right {
		margin-top: 40px;
	}
}

.agricul-farm-section .section-wrapper .farm-right .section-header .lab-btn {
	margin-top: 30px;
	display: inline-block;
}

/* @@@@@@@@@@@@@  agricul fruits  Section Start Here  @@@@@@@@@@@@@@ */
.agricul-fruits-section {
	padding: 40px 0;
}

@media (max-width: 991px) {
	.agricul-fruits-section .section-wrapper .fruits-right {
		margin-top: 40px;
	}
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header {
	margin-bottom: 0;
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header h2 {
	color: #ffb11f;
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header h2 span {
	color: #181818;
	display: block;
	font-weight: 300;
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header p {
	max-width: 500px;
}

@media (max-width: 991px) {
	.agricul-fruits-section .section-wrapper .fruits-right .section-header p {
		margin: auto;
	}
}

.agricul-fruits-section .section-wrapper .fruits-right .section-header .lab-btn {
	margin-top: 30px;
	display: inline-block;
}

/* @@@@@@@@@@@@@  Team Member Section Start Here  @@@@@@@@@@@@@@ */
.team-member-section .section-wrapper {
	margin-bottom: -15px;
}

/* @@@@@@@@@@@@@  testimonial  Section Start Here  @@@@@@@@@@@@@@ */
.testimonial-section .section-header p {
	/* max-width: 400px; */
	margin: auto;
}

.testimonial-section .section-wrapper .testi-slider {
	padding: 10px;
}

.testimonial-section.home-2 {
	background: #f8fafe;
}

.testimonial-section.home-2 .section-header {
	margin-bottom: 30px;
}

@media (max-width: 575px) {
	.testimonial-section.home-2 .section-header {
		padding-top: 8px;
	}
}

@media (min-width: 992px) {
	.testimonial-section.home-2 .testi-thumb-part {
		margin-bottom: -95px;
	}
}

.testimonial-section.home-2 .testi-slider-2 .testi-item .testi-inner {
	padding-left: 0;
}

.testimonial-section.home-2 .testi-navigation .testi-nav {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #ffb11f;
	color: #fff;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.testimonial-section.home-2 .testi-navigation .testi-nav:last-child {
	margin-right: 0;
}

.testimonial-section.home-3 .section-header {
	margin-bottom: 30px;
}

.testimonial-section.home-3 .testi-slider-2 .testi-item {
	margin: 10px;
}

.testimonial-section.home-3 .testi-slider-2 .testi-item .testi-inner {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
	padding: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.testimonial-section.home-3 .section-wrapper:hover .testi-navigation {
	opacity: 1;
}

.testimonial-section.home-3 .testi-navigation {
	top: 50%;
	width: 70%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 991px) {
	.testimonial-section.home-3 .testi-navigation {
		display: none !important;
	}
}

.testimonial-section.home-3 .testi-navigation .testi-nav {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #f8fafe;
	color: #181818;
	margin-right: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.testimonial-section.home-3 .testi-navigation .testi-nav:hover,
.testimonial-section.home-3 .testi-navigation .testi-nav.active {
	color: #fff;
	background: #ffb11f;
}

.testimonial-section.home-3 .testi-navigation .testi-nav:last-child {
	margin-right: 0;
}

.testimonial-section.home-3 .testi-navigation .testi-nav.testi-slider-prev {
	left: -20px;
}

.testimonial-section.home-3 .testi-navigation .testi-nav.testi-slider-next {
	right: -20px;
}

.testimonial-section.home-3 .testi-pagination {
	margin-top: 20px;
}

.testimonial-section.home-3 .testi-pagination span {
	background: #fff;
	margin: 2px;
	border: 2px solid #ffb11f;
	opacity: 1;
	width: 12px;
	height: 12px;
}

.testimonial-section.home-3 .testi-pagination span.swiper-pagination-bullet-active {
	background: #ffb11f;
}

/* @@@@@@@@@@@@@  sponsor  Section Start Here  @@@@@@@@@@@@@@ */
.sponsor-section .section-wrapper {
	margin-bottom: 15px;
}

.sponsor-section .section-wrapper .sponsor-slider {
	text-align: center;
}

/* @@@@@@@@@@@@@  Newsletter  Section Start Here  @@@@@@@@@@@@@@ */
.newsletter-section {
	padding: 60px 0;
	background: #ffb11f;
}

@media (max-width: 991px) {
	.newsletter-section .newsletter-title {
		margin-bottom: 20px;
		text-align: center;
	}
}

.newsletter-section .newsletter-title h4 {
	color: #fff;
	margin-bottom: 0;
}

.newsletter-section .newsletter-form {
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media (min-width: 576px) {
	.newsletter-section .newsletter-form {
		padding: 10px;
	}
}

.newsletter-section .newsletter-form input {
	height: 40px;
	border: none;
}

.newsletter-section .newsletter-form input.input-email {
	width: calc(100% - 130px);
	padding: 15px;
	padding-left: 5px;
	margin-right: 10px;
}

.newsletter-section .newsletter-form input.subscribe-btn {
	width: 120px;
	padding: 0 15px;
	color: #fff;
	background: #ffb11f;
}

/* @@@@@@@@@@@@@  Newsletter Section Start Here  @@@@@@@@@@@@@@ */
.counterup-section .section-wrapper .col-12:last-child .counter-item .counter-inner::after {
	display: none;
}

@media (min-width: 576px) and (max-width: 1199px) {
	.counterup-section .section-wrapper .col-12:nth-child(2) .counter-item .counter-inner::after {
		display: none;
	}
}

.counterup-section .section-wrapper .counter-item .counter-inner::after {
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	display: none;
}

@media (min-width: 576px) {
	.counterup-section .section-wrapper .counter-item .counter-inner::after {
		display: block;
	}
}

/* @@@@@@@@@@@@@  countdown Section Start Here  @@@@@@@@@@@@@@ */
.countdown-section {
	background: url(../../assets/images/bg-images/bg-countdown.jpg);
	padding: 30px 0;
}

.countdown-section .shape-image img.shape-1 {
	right: 0;
	top: -100px;
}

.countdown-section .shape-image img.shape-2 {
	left: 0;
	bottom: -100px;
}

@media (max-width: 991px) {
	.countdown-section .countdown-thumb {
		margin-bottom: 30px;
		text-align: center;
	}
}

.countdown-section .countdown-area h2,
.countdown-section .countdown-area p {
	color: #fff;
}

.countdown-section .countdown-area .countdown {
	margin-top: 30px;
}

.countdown-section .countdown-area .countdown li {
	width: 60px;
	height: 60px;
	text-align: center;
	margin-right: 10px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@media (min-width: 576px) {
	.countdown-section .countdown-area .countdown li {
		width: 90px;
		height: 90px;
	}
}

.countdown-section .countdown-area .countdown li:last-child {
	margin-right: 0;
}

.countdown-section .countdown-area .countdown li h3 {
	color: #ffb11f;
	margin: 10px 0 0;
}

.countdown-section .countdown-area .countdown li p {
	color: #181818;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
}

@media (min-width: 576px) {
	.countdown-section .countdown-area .countdown li p {
		font-size: 15px;
	}
}

.countdown-section .countdown-area .lab-btn {
	background: #fff;
	margin-top: 30px;
}

.countdown-section .countdown-area .lab-btn:hover span {
	color: #fff;
}

.countdown-section .countdown-area .lab-btn span {
	color: #ffb11f;
}

/* @@@@@@@@@@@@@  Offer Section Start Here  @@@@@@@@@@@@@@ */
.offer-section .section-wrapper {
	margin-bottom: -10px;
}

.offer-section .section-wrapper .offer-item .offer-inner .offer-content .catagory h5,
.offer-section .section-wrapper .offer-item .offer-inner .offer-content h3 {
	color: #fff;
}

.offer-section .section-wrapper .offer-item .offer-inner .offer-content h3 {
	margin-bottom: 20px;
	line-height: 1.2;
}

.offer-section .section-wrapper .offer-item.bgc-1 {
	background: #ffb11f;
}

.offer-section .section-wrapper .offer-item.bgc-2 {
	background: #f54830;
}

/* @@@@@@@@@@@@@  Contact Us Section Start Here  @@@@@@@@@@@@@@ */
.contact-section .contac-top {
	margin-bottom: 60px;
}

.contact-section .contac-bottom {
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.location-map {
		margin-bottom: 15px;
	}
}

.location-map #map {
	height: 435px;
	width: 100%;
}

.location-map #map iframe {
	height: 100%;
	width: 100%;
	border: none;
}

.contact-form form.comment-form {
	justify-content: space-between;
	width: 100%;
	margin-top: 0;
}

.contact-form form.comment-form input[type="text"],
.contact-form form.comment-form [type="email"] {
	padding: 10px 15px;
	border: 1px solid #f0f0f0;
	background: #fff;
	width: 100%;
	margin-bottom: 15px;
}

@media (min-width: 576px) {

	.contact-form form.comment-form input[type="text"],
	.contact-form form.comment-form [type="email"] {
		width: calc(100% / 2 - 10px);
	}
}

@media (min-width: 768px) {

	.contact-form form.comment-form input[type="text"]:nth-child(3),
	.contact-form form.comment-form [type="email"]:nth-child(3) {
		width: 100% !important;
		margin-right: 0;
	}
}

.contact-form form.comment-form textarea {
	background: #fff;
	border: 1px solid #f0f0f0;
	width: 100%;
	padding: 10px 15px;
}

.contact-form form.comment-form button.lab-btn {
	width: 100%;
	margin-top: 15px;
	padding: 10px 15px;
	color: #fff;
	background: #ffb11f;
	outline: none;
	border: none;
	box-shadow: 0 5px 5px rgba(255, 177, 31, 0.25);
}

.contact-form form.comment-form button.lab-btn:hover {
	box-shadow: none;
}

/* @@@@@@@@@@@@@  Faq Section Start Here  @@@@@@@@@@@@@@ */
.faq-section .faq-tab {
	padding: 30px;
	box-shadow: 0 5px 5px rgba(81, 70, 174, 0.15);
}

@media (max-width: 991px) {
	.faq-section .faq-tab {
		margin-bottom: 30px;
	}
}

.faq-section .faq-tab>h5 {
	margin-bottom: 15px;
}

.faq-section .faq-tab ul li {
	width: 100%;
}

.faq-section .faq-tab ul li a {
	padding: 5px 0;
	color: #716c80;
	font-size: 16px;
}

.faq-section .faq-tab ul li a.active {
	color: #ffb11f;
	text-decoration: underline;
}

.faq-section .faq-content .tab-pane>h5 {
	color: #ffb11f;
	margin-bottom: 15px;
	text-decoration: underline;
}

.faq-section .faq-content .tab-pane .card {
	margin-bottom: 25px;
	border: none;
	box-shadow: 0 3px 3px rgba(81, 70, 174, 0.15);
}

.faq-section .faq-content .tab-pane .card-header {
	background: #fdfeff;
	border: none;
	padding: 0;
}

.faq-section .faq-content .tab-pane .card-header .faq-item {
	padding: 20px 30px;
	border: none;
	width: 100%;
	text-align: left;
	outline: none;
	background: #fdfeff;
	font-size: 16px;
}

@media (min-width: 576px) {
	.faq-section .faq-content .tab-pane .card-header .faq-item {
		font-size: 20px;
	}
}

.faq-section .faq-content .tab-pane .card-header .faq-item::after,
.faq-section .faq-content .tab-pane .card-header .faq-item::before {
	background: #181818;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.faq-section .faq-content .tab-pane .card-header .faq-item::after {
	width: 20px;
	height: 2px;
}

.faq-section .faq-content .tab-pane .card-header .faq-item.collapsed::before {
	width: 2px;
	height: 20px;
	right: 29px;
}

.faq-section .faq-content .tab-pane .card-body {
	background: #fdfeff;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

/* @@@@@@@@@@@@@  404 page Section Start Here  @@@@@@@@@@@@@@ */
.fore-zero .section-wrapper .zero-item h2 {
	line-height: 1.4;
	margin-bottom: 45px;
	font-weight: 400;
}

.fore-zero .section-wrapper .zero-item .zero-thumb {
	margin-bottom: 40px;
}

.blog-section .section-wrapper {
	margin-bottom: -10px;
}

.blog-section.style-2 {
	/* background: #f8fafe; */
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content {
	background: #fff;
	padding: 25px;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content h5 {
	margin-bottom: 10px;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content h5:hover {
	color: #ffb11f;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content p {
	margin-bottom: 20px;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content .post-date {
	margin-bottom: 15px;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content .post-date li span i {
	padding-right: 5px;
	color: #ffb11f;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content .post-date li a:hover {
	color: #ffb11f;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content .lab-btn {
	/* background: #f8fafe; */
	padding: 12px 40px;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content .lab-btn span {
	/* color: #ffb11f;  */
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content .lab-btn:hover span {
	color: #fff;
}

.blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content .lab-btn:hover::after {
	transform: scaleX(1);
	transform-origin: 0% 50%;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner {
	margin-bottom: 0;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content h4 {
	margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .meta-post {
	margin-bottom: 15px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .meta-post ul li a i {
	padding-right: 5px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .meta-post ul li a.admin {
	padding-right: 20px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content p,
.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content img {
	margin-bottom: 20px;
	/* text-indent: 30px; */
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .qute-content {
	margin-bottom: 25px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .qute-content p {
	color: #ffb11f;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content img {
	width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section {
	justify-content: space-between;
	align-items: center;
	margin: 40px -30px -25px;
	padding: 23px 30px 0;
	border-top: 1px solid #f0f0f0;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags {
	width: calc(100% / 1);
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags {
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags {
		width: calc(100% / 2);
	}
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li {
	margin: 5px;
	padding: 0;
}

@media (min-width: 992px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li:first-child {
		margin-left: 0;
	}
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li a {
	padding: 5px 18px;
	border: 1px solid #f0f0f0;
	color: #181818;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li a:hover,
.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags li a .active {
	background: #ffb11f;
	color: #fff;
	border-color: #ffb11f;
}

.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .scocial-media {
	margin-bottom: 0;
	text-align: center;
	width: calc(100% / 1);
	margin-top: 20px;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .scocial-media {
		text-align: right;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .scocial-media {
		width: calc(100% / 2);
	}
}

.blog-section.blog-single .section-wrapper .title-border {
	font-size: 20px;
	color: #ffb11f;
	margin: 0 0 15px 0;
}

.blog-section.blog-single .section-wrapper .authors {
	box-shadow: 0 7px 29px rgba(234, 233, 233, 0.43);
	justify-content: space-between;
	align-items: center;
	padding: 25px;
	margin: 30px 0;
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .authors {
		justify-content: center;
	}
}

.blog-section.blog-single .section-wrapper .authors .author-thumb {
	width: 160px;
	text-align: center;
}

.blog-section.blog-single .section-wrapper .authors .author-thumb a {
	width: 140px;
	height: 140px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.blog-section.blog-single .section-wrapper .authors .author-thumb a img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.blog-section.blog-single .section-wrapper .authors .author-content {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .authors .author-content {
		width: calc(100% - 170px);
		margin-top: 0;
		text-align: left;
	}
}

.blog-section.blog-single .section-wrapper .authors .author-content h6 {
	margin-bottom: 5px;
}

.blog-section.blog-single .section-wrapper .authors .author-content p {
	margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media {
	margin-bottom: 0;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a {
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: transparent;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.facebook {
	color: #3b5998;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.twitter {
	color: #55acee;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.linkedin {
	color: #007bb5;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.vimeo {
	color: #3b5998;
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .rel-product .title-border {
		text-align: center;
	}
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item {
	box-shadow: none;
	margin: 5px;
	padding: 0;
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content {
	padding: 15px 0;
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content a {
	display: block;
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content h6 {
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content h6 {
		font-size: 18px;
	}
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content h6:hover {
	color: #ffb11f;
}

.blog-section.blog-single .section-wrapper .rel-product .section-wrapper .product-item .product-content .commtents {
	color: #716c80;
}

.blog-section.blog-single .section-wrapper .comments {
	margin-top: 30px;
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list {
		margin: 0;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
	height: 50px;
	width: 50px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
		height: 80px;
		width: 80px;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
	padding-bottom: 20px;
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
		width: 100%;
	}
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 {
	margin: 0;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
	color: #181818;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
	color: #ffb11f;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span {
	font-size: 16px;
	color: #716c80;
	display: inline-block;
	margin-bottom: 5px;
}

@media (max-width: 575px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply {
		margin-bottom: 10px;
		display: inline-block;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
	color: #ffb11f;
	font-weight: 700;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content p {
	margin-bottom: 0;
	line-height: 24px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
	padding-right: 0;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
		padding-left: 30px;
	}
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 0px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child {
	border: none;
	padding-bottom: 0px;
}

.blog-section.blog-single .section-wrapper .comment-respond {
	margin-top: 30px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment {
	padding: 10px 0px 15px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form {
	justify-content: space-between;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"] {
	color: #716c80;
	padding: 10px 15px;
	width: 100%;
}

@media (min-width: 576px) {
	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"] {
		width: calc(100% / 2 - 15px);
	}
}

@media (min-width: 768px) {
	.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"]:nth-child(3) {
		width: 100% !important;
	}
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input,
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
	background: #f1f6fa;
	border: none;
	outline: none;
	margin-bottom: 20px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
	padding: 15px;
	width: 100%;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p {
	width: 100%;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent {
	display: flex;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p input {
	margin: 5px 10px 0 0;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn {
	border: none;
	outline: none;
}

.shop-cart .section-wrapper .cart-top {
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-top {
		overflow-x: auto;
	}
}

.shop-cart .section-wrapper .cart-top table {
	font-weight: 600;
	width: 100%;
}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-top table {
		width: 720px;
	}
}

.shop-cart .section-wrapper .cart-top table thead tr th {
	background: #ffb11f;
	color: #fff;
	padding: 18px;
	border: none;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
	text-align: center;
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
	text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
	border-bottom: 1px solid #f0f0f0;
	border-right: none;
	border-left: none;
	border-top: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
	border-bottom: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td {
	padding: 20px;
	border: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
	text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
	align-items: center;
	margin-bottom: 0;
	box-shadow: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
	width: 85px;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
	width: calc(100% - 85px);
	padding-left: 10px;
	text-align: left;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
	color: #181818;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
	color: #ffb11f;
}

.shop-cart .section-wrapper .cart-bottom {
	margin-bottom: 15px;
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
	padding: 20px 30px;
	margin-top: 30px;
	justify-content: space-between;
	align-items: center;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
	max-width: 340px;
	display: flex;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
	margin-bottom: 0;
	border: 1px solid #f0f0f0;
	padding: 10px 15px;
	outline: none;
	width: 100%;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
	background: #ffb11f;
	margin-left: -10px;
	outline: none;
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
	width: 100%;
	margin-top: 30px;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
		max-width: 500px;
		text-align: right;
		margin-top: 0;
	}
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
	background: #ffb11f;
	color: #fff;
	outline: none;
	border: none;
	font-weight: 700;
	font-size: 14px;
}

@media (min-width: 768px) {
	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
		width: calc(100% / 2 - 15px);
	}
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
	padding: 11px 30px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	border: none;
}

@media (max-width: 575px) {
	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
		width: 100%;
		margin-bottom: 15px;
	}

	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:last-child {
		margin-bottom: 0;
	}
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
	padding: 30px 20px;
	border-top: 1px solid #fff;
}

@media (max-width: 767px) {
	.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
		margin-bottom: 30px;
	}
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h4 {
	margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
	background: #fff;
	margin-bottom: 20px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
	width: 100%;
	padding: 9px 20px;
	background: transparent;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #f0f0f0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
	width: 100%;
}

@media (min-width: 992px) {
	.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
		width: 50%;
		float: left;
	}
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
	top: 0;
	right: 0;
	padding: 9px 20px;
	background: #ffb11f;
	color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 0px 3px 3px 0px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
	width: 45%;
	float: right;
	padding: 10px 20px;
	font-size: 14px;
	outline: none;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
}

@media (max-width: 575px) {
	.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
		width: 100%;
	}
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
	font-size: 14px;
	background: #ffb11f;
	font-weight: 700;
	color: #fff;
	outline: none;
	border: none;
	float: right;
}

@media (max-width: 575px) {
	.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview {
		margin-top: 30px;
	}
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h4 {
	margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
	margin: 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
	list-style: none;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #f0f0f0;
	padding: 8px 20px;
	margin-bottom: 15px;
	background: #fff;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
	margin-bottom: 0;
	color: #ffb11f;
}

.widget {
	padding: 25px;
	background: #fff;
	margin-bottom: 30px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget .widget-header h5 {
	text-transform: capitalize;
	font-size: 20px;
	color: #ffb11f;
}

.widget .widget-wrapper li {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
}

.widget .widget-wrapper li:last-child {
	border-bottom: none;
}

.widget.widget-search {
	background: #fff;
	padding: 0;
}

@media (max-width: 991px) {
	.widget.widget-search {
		margin-top: 30px;
	}
}

.widget.widget-search h5 {
	margin-bottom: 15px;
}

.widget.widget-search .search-wrapper input {
	box-shadow: 0 0 3px rgba(8, 136, 136, 0.1);
	height: 50px;
	padding-left: 10px;
	padding-right: 52px;
	line-height: 50px;
	margin-bottom: 0;
	border: none;
	width: 100%;
	outline: none;
}

.widget.widget-search .search-wrapper button {
	padding: 0;
	top: 0;
	right: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
	outline: none;
	border: none;
	cursor: pointer;
	background: #f6fbff;
}

.widget.widget-archive,
.widget.widget-category {
	padding: 0px 18px;
}

.widget.widget-archive .widget-wrapper li,
.widget.widget-category .widget-wrapper li {
	padding: 0;
}

.widget.widget-archive .widget-wrapper li a,
.widget.widget-category .widget-wrapper li a {
	color: #181818;
	padding: 15px 0px;
}

.widget.widget-archive .widget-wrapper li a i,
.widget.widget-category .widget-wrapper li a i {
	margin-right: 5px;
}

.widget.widget-archive .widget-wrapper li a.active,
.widget.widget-archive .widget-wrapper li a:hover,
.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
	padding-left: 10px;
	color: #ffb11f;
}

.widget.widget-post {
	padding: 0;
}

.widget.widget-post ul.widget-wrapper {
	padding: 0;
}

.widget.widget-post ul.widget-wrapper li .post-thumb {
	width: 90px;
	height: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.widget.widget-post ul.widget-wrapper li .post-thumb {
		width: 100%;
		height: 110px;
		margin-bottom: 15px;
	}
}

.widget.widget-post ul.widget-wrapper li .post-thumb a {
	display: inline-flex;
	height: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a img {
	width: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-content {
	width: calc(100% - 110px);
}

@media (min-width: 992px) and (max-width: 1199px) {
	.widget.widget-post ul.widget-wrapper li .post-content {
		width: 100%;
	}
}

.widget.widget-post ul.widget-wrapper li .post-content h6 {
	font-size: 14px;
	line-height: 1.5;
	color: #181818;
}

@media (min-width: 576px) {
	.widget.widget-post ul.widget-wrapper li .post-content h6 {
		font-size: 16px;
	}
}

.widget.widget-post ul.widget-wrapper li .post-content h6:hover {
	color: #ffb11f;
}

.widget.widget-post ul.widget-wrapper li .post-content p {
	margin: 0;
}

.widget.widget-instagram {
	padding: 0;
}

.widget.widget-instagram ul.widget-wrapper {
	padding-top: 15px;
}

.widget.widget-instagram ul.widget-wrapper li {
	width: Calc(100% / 2);
	padding: 0;
	border: none;
}

.widget.widget-instagram ul.widget-wrapper li a {
	margin: 2.5px;
}

.widget.widget-tags {
	padding: 0;
}

.widget.widget-tags ul.widget-wrapper {
	padding-top: 15px;
	justify-content: center;
}

.widget.widget-tags ul.widget-wrapper li {
	border: none;
	padding: 0;
}

.widget.widget-tags ul.widget-wrapper li a {
	padding: 2px 6px;
	color: #181818;
	background: #f7faff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 5px;
	font-size: 14px;
}

.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
	background: #ffb11f;
	color: #fff;
	border-color: #ffb11f;
}

.widget.widget-author {
	padding: 0;
}

.widget.widget-author .widget-wrapper .admin-thumb {
	margin-bottom: 15px;
	margin-left: 0;
}

.widget.widget-author .widget-wrapper .admin-thumb img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 50%;
}

.widget.widget-author .widget-wrapper .admin-content p {
	font-size: 15px;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media {
	margin-bottom: 0;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a {
	background: transparent;
	font-size: 16px;
	box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
	border: 1px dashed;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a.facebook {
	color: #3b5998;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a.twitter {
	color: #55acee;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a.linkedin {
	color: #007bb5;
}

.widget.widget-author .widget-wrapper .admin-content .scocial-media a.vimeo {
	color: #3b5998;
	padding-left: 8px;
}

.widget.recipe-categori {
	padding: 0;
}

.widget.recipe-categori .widget-wrapper {
	padding: 25px 15px;
}

.widget.recipe-categori .widget-wrapper .recipe-item {
	border: 1px dotted #f0f0f0;
	border-width: 1px;
	border-top: none;
	border-right: none;
	margin: 5px;
}

.shop-single .sidebar-widget .widget-search {
	border: none;
}

.shop-single .sidebar-widget .widget-search form input {
	background: #fff;
	border: 1px solid #f0f0f0;
}

.agri-ul {
	margin: 0;
}

.agri-ul li {
	list-style: none;
}


	/* 联系我们 */
	.consd {
		margin-bottom: 550px;
	}
	.consd .conlf{
		float: left;
	}
	
	.consd .conrt{
		float: right;
	}
	
	.consd .conrt img{
		margin-top: 18px;
	}
	
	.consd p{
		font-size: 26px;
		font-weight: 600;
		line-height: 66px;
	}
	
	.consd ul li{
		display: flex;
		line-height: 56px;
		font-size: 18px;
		align-items: center;
	}
	
	.consd ul li i{
		width: 30px;
		height: 30px;
		display: block;
		margin-right: 14px;
	}
	.consd li i.i {
		background: url(../images/consd.png) no-repeat 0px 0px;
	}
	
	.consd li i.ii {
		background: url(../images/consd.png) no-repeat 0px -42px;
	}
	.consd li i.iii {
		background: url(../images/consd.png) no-repeat 0px -78px;
	}
	
	@media(max-width:800px) {
		.consd p {
		    font-size: 18px;
		    font-weight: 600;
		    line-height: 55px;
		}
		.consd li i.i {
		    background: url(../images/consds.png) no-repeat 0px 0px;
		}
		.consd li i.ii {
		    background: url(../images/consds.png) no-repeat 0px -24.4px;
		}
		.consd li i.iii {
		    background: url(../images/consds.png) no-repeat 0px -50px;
		}
		.consd ul li {
		    display: flex;
		    line-height: 30px;
		    font-size: 15px;
		    align-items: center;
		}
		.consd ul li i {
		    width: 35px;
		    height: 28px;
		    display: block;
		}
		.conlf{
			margin-bottom: 28px;
		}
	}

