body {
	font-family: Helvetica, sans-serif;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

h1,
h2,
h3 {
	font-family: "Josefin Sans", sans-serif;
}

button,
input,
textarea {
	border: 0;
	background: transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

button:focus,
input:focus,
textarea:focus {
	outline: none;
}

a {
	display: inline-block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a:hover {
	text-decoration: none;
}

img {
	min-width: 100%;
}

span {
	display: inline-block;
}

.hidden {
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		min-width: 1200px;
	}
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
}

.preloader .loader {
	width: 100px;
	height: 100px;
}

.preloader .loader img {
	width: 100%;
}

.scroll-to-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	visibility: hidden;
}

.scroll-to-top .container {
	height: 100%;
	position: relative;
}

.scroll-to-top .container button {
	position: absolute;
	bottom: 100%;
	right: 15px;
	width: 55px;
	height: 55px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	background: #48100a;
	border: 2px solid #fff;
	border-radius: 50%;
	visibility: visible;
}

.scroll-to-top .container button.active {
	bottom: 20px;
}

.scroll-to-top .container button:hover {
	color: #48100a;
	background: #fff;
	border-color: #48100a;
}

/*########## 4. wish list section ##########*/
.wish-list {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	padding: 120px 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow-y: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	z-index: 12;
}

.wish-list.active {
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.wish-list .close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 20px;
	text-shadow: 0 0;
	color: #fff;
	opacity: 1;
}

.wish-list .close:hover {
	color: #ff4545;
}

.wish-list .box {
	background: url(../images/blog-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px;
	border-radius: 10px;
}

.wish-list .box h3 {
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	font-weight: 600;
	text-transform: capitalize;
	color: #3c3434;
	margin-bottom: 22px;
}

.wish-list .box .single-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 20px 35px 20px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.wish-list .box .single-box .wish-close {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	line-height: 100%;
	color: #3c3434;
}

.wish-list .box .single-box .wish-close:hover {
	color: #ff4545;
}

.wish-list .box .single-box .part-img {
	width: 100px;
	height: 100px;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	margin-right: 20px;
}

.wish-list .box .single-box .part-img img {
	min-width: inherit;
	width: auto;
	height: 100%;
}

.wish-list .box .single-box .part-txt a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #3c3434;
	margin-bottom: 11px;
}

.wish-list .box .single-box .part-txt p {
	font-size: 14px;
	line-height: 100%;
	color: #3c3434;
	margin-bottom: 0;
}

.wish-list .box .box-btn {
	text-align: center;
}

.wish-list .box .box-btn a {
	height: 50px;
	line-height: 48px;
	background: #ff4545;
	padding: 0 45px;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #ff4545;
	border-radius: 5px;
}

.wish-list .box .box-btn a:hover {
	background: #fff;
	color: #ff4545;
}

/*########## 5. cart list section ##########*/
.cart-list {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	padding: 120px 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow-y: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	z-index: 12;
}

.cart-list.active {
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.cart-list .close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 20px;
	text-shadow: 0 0;
	color: #fff;
	opacity: 1;
}

.cart-list .close:hover {
	color: #ff4545;
}

.cart-list .box {
	background: url(../images/blog-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px;
	border-radius: 10px;
}

.cart-list .box h3 {
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	font-weight: 600;
	text-transform: capitalize;
	color: #3c3434;
	margin-bottom: 22px;
}

.cart-list .box .single-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 20px 35px 20px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.cart-list .box .single-box .cart-close {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	line-height: 100%;
	color: #3c3434;
}

.cart-list .box .single-box .cart-close:hover {
	color: #ff4545;
}

.cart-list .box .single-box .part-img {
	width: 100px;
	height: 100px;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	margin-right: 20px;
}

.cart-list .box .single-box .part-img img {
	min-width: inherit;
	width: auto;
	height: 100%;
}

.cart-list .box .single-box .part-txt a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #3c3434;
	margin-bottom: 11px;
}

.cart-list .box .single-box .part-txt p {
	font-size: 14px;
	line-height: 100%;
	color: #3c3434;
	margin-bottom: 0;
}

.cart-list .box .total {
	padding-top: 3px;
	margin-bottom: 13px;
}

.cart-list .box .total p {
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	color: #3c3434;
	margin-bottom: 0;
}

.cart-list .box .total p span {
	float: right;
	font-weight: 600;
}

.cart-list .box .box-btn {
	text-align: center;
}

.cart-list .box .box-btn a {
	height: 50px;
	line-height: 48px;
	background: #ff4545;
	padding: 0 45px;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #ff4545;
	border-radius: 5px;
}

.cart-list .box .box-btn a:hover {
	background: #fff;
	color: #ff4545;
}

/*########## 6. banner section ##########*/
.banner.banner-2 .slider-1 {
	background-image: url(../images/banner-bg-3.jpg);
}

.banner.banner-2 .slider-1 .part-img {
	margin-left: -80px;
	margin-right: -140px;
}

.banner.banner-2 .slider-1 .part-img img {
	width: 100%;
}

.banner.banner-2 .slider-2 {
	background-image: url(../images/banner-bg-4.jpg);
}

.banner.banner-2 .slider-2 .part-txt h4,
.banner.banner-2 .slider-2 .part-txt p {
	color: #fff !important;
}

.banner.banner-2 .slider-2 .part-txt h1 {
	color: #fff !important;
	margin-top: 0;
}

.banner.banner-2 .slider-2 .part-txt h1 span {
	color: #feef00;
}

.banner.banner-2 .slider-2 .part-img {
	margin-left: -143px;
	margin-right: -157px;
}

.banner.banner-2 .slider-2 .part-img img {
	width: 100%;
	margin: 0;
}

.banner.banner-2 .slider-1 .part-txt,
.banner.banner-2 .slider-2 .part-txt {
	padding: 311px 0 227px;
	z-index: 2;
}

.banner.banner-2 .slider-1 .part-txt h4,
.banner.banner-2 .slider-2 .part-txt h4 {
	font-size: 25px;
	line-height: 100%;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -3px;
	margin-bottom: 19px;
}

.banner.banner-2 .slider-1 .part-txt h1,
.banner.banner-2 .slider-2 .part-txt h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3c3434;
	margin-bottom: 17px;
}

.banner.banner-2 .slider-1 .part-txt p,
.banner.banner-2 .slider-2 .part-txt p {
	line-height: 26px;
}

.banner.banner-2 .slider-1 .part-img,
.banner.banner-2 .slider-2 .part-img {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: -1;
}

.banner.banner-2 .owl-dots {
	bottom: 63px;
}

.banner.banner-2 .owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ff4545;
	position: relative;
}

.banner.banner-2 .owl-dots .owl-dot:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #ff4545;
	border-radius: 50%;
}

.banner.banner-2 .owl-dots .owl-dot.active {
	width: 13px;
	background: rgba(255, 69, 69, 0.45);
}

.banner .slider-1 {
	background: url(../images/banner-bg-1.jpg) center center no-repeat;
	background-size: cover;
	overflow-x: hidden;
}

.banner .slider-1 .part-txt h4 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -8px;
	margin-bottom: 15px;
}

.banner .slider-1 .part-txt h1 {
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3c3434;
	margin-bottom: 27px;
}

.banner .slider-1 .part-txt h1 span {
	color: #ff4545;
}

.banner .slider-1 .part-txt p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #3c3434;
	margin-bottom: 47px;
}

.banner .slider-1 .part-txt .def-btn {
	height: 60px;
	line-height: 58px;
	background: #ff4545;
	border: 1px solid #ff4545;
	padding: 0 30px;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
}

.banner .slider-1 .part-txt .def-btn:hover {
	background: #fff;
	color: #ff4545;
}

.banner .slider-1 .part-img img {
	width: 949px;
	margin-left: -30px;
}

.banner .slider-2 {
	background: url(../images/banner-bg-2.jpg) center center no-repeat;
	background-size: cover;
	overflow-x: hidden;
}

.banner .slider-2 .part-txt {
	z-index: 2;
}

.banner .slider-2 .part-txt h1 {
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
	color: #3c3434;
	margin-top: -6px;
	margin-bottom: 27px;
}

.banner .slider-2 .part-txt h1 span {
	color: #ff4545;
}

.banner .slider-2 .part-txt p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #3c3434;
	margin-bottom: 47px;
}

.banner .slider-2 .part-txt .def-btn {
	height: 60px;
	line-height: 58px;
	background: #ff4545;
	border: 1px solid #ff4545;
	padding: 0 30px;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
}

.banner .slider-2 .part-txt .def-btn:hover {
	background: #fff;
	color: #ff4545;
}

.banner .slider-2 .part-img {
	z-index: -1;
}

.banner .slider-2 .part-img img {
	width: 1086px;
	margin-left: -239px;
}

.banner .owl-dots {
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner .owl-dots .owl-dot {
	width: 35px;
	height: 5px;
	background: #ff4545;
	border-radius: 3px;
	margin: 0 5px;
}

.banner .owl-dots .owl-dot.active {
	width: 15px;
	background: #3c3434;
}

/*########## 7. feature section ##########*/
.feature {
	padding-top: 100px;
	padding-bottom: 50px;
}

.feature .single-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.feature .single-box .part-icon {
	height: 30px;
	margin-bottom: 15px;
}

.feature .single-box .part-icon img {
	height: 30px;
}

.feature .single-box .part-txt {
	text-align: center;
}

.feature .single-box .part-txt h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	text-transform: uppercase;
	color: #3c3434;
	margin-bottom: 0;
}

.feature .single-box .part-txt p {
	font-size: 16px;
	line-height: 26px;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -2px;
	margin-bottom: -8px;
}

.feature .single-box:hover {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

/*########## 8. hot deal section ##########*/
.hot-deal {
	padding-top: 100px;
	padding-bottom: 50px;
}

.hot-deal .single-box {
	padding: 15px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.hot-deal .single-box.one .box {
	padding: 0 23px 0 30px;
}

.hot-deal .single-box.one .box .part-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.hot-deal .single-box.two .box,
.hot-deal .single-box.three .box {
	padding: 0 16px 0 30px;
}

.hot-deal .single-box.two .box .part-img,
.hot-deal .single-box.three .box .part-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hot-deal .single-box .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: url(../images/hot-deal-bg.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.hot-deal .single-box .box .part-txt {
	padding: 33px 0 30px;
	margin-bottom: -3px;
}

.hot-deal .single-box .box .part-txt p {
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin-bottom: 15px;
}

.hot-deal .single-box .box .part-txt h3 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
	color: #3c3434;
	margin-bottom: 10px;
}

.hot-deal .single-box .box .part-txt a {
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	text-decoration: underline;
}

.hot-deal .single-box .box .part-txt a:hover {
	color: #ff4545;
}

/*########## 9. our product section ##########*/
.our-product {
	padding-top: 50px;
	padding-bottom: 70px;
}

.our-product .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.our-product .top .sec-title h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 4px;
	position: relative;
}

.our-product .top .sec-title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.our-product .top nav .nav-tabs {
	border: 0;
}

.our-product .top nav .nav-tabs .nav-link {
	padding: 0;
	padding-bottom: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin: 0 14px;
}

.our-product .top nav .nav-tabs .nav-link.active {
	position: relative;
}

.our-product .top nav .nav-tabs .nav-link.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #ff4545;
}

.our-product .top nav .nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.our-product .top nav .nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.our-product .tab-content .tab-pane {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.our-product .tab-content .tab-pane .single-box {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.our-product .tab-content .tab-pane .single-box .part-img {
	position: relative;
	width: 100%;
	height: 155px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 42px;
}

.our-product .tab-content .tab-pane .single-box .part-img .img-1 {
	min-width: inherit;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.our-product .tab-content .tab-pane .single-box .part-img .img-2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: inherit;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.our-product .tab-content .tab-pane .single-box .part-img .tags {
	position: absolute;
	top: 10px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.our-product .tab-content .tab-pane .single-box .part-img .tags .tag {
	padding: 0 8px;
	height: 22px;
	line-height: 23px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.our-product .tab-content .tab-pane .single-box .part-img .tags .tag.t-orng {
	background: #FF8800;
}

.our-product .tab-content .tab-pane .single-box .part-img .tags .tag.t-blue {
	background: #01BAD4;
}

.our-product .tab-content .tab-pane .single-box .part-img .tags .tag.t-red {
	background: #ff4545;
}

.our-product .tab-content .tab-pane .single-box .part-txt .name {
	font-size: 16px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 13px;
}

.our-product .tab-content .tab-pane .single-box .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 14px;
}

.our-product .tab-content .tab-pane .single-box .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.our-product .tab-content .tab-pane .single-box .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.our-product .tab-content .tab-pane .single-box .part-txt .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.our-product .tab-content .tab-pane .single-box .part-txt .bottom .star {
	font-size: 9px;
	color: #ff4545;
}

.our-product .tab-content .tab-pane .single-box .part-txt .bottom .add-to-cart {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	text-transform: capitalize;
	color: #3c3434;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
}

.our-product .tab-content .tab-pane .single-box .side-btn {
	position: absolute;
	top: 30px;
	right: -36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.our-product .tab-content .tab-pane .single-box .side-btn a {
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #ff4545;
	font-size: 7px;
	margin-bottom: 10px;
	position: relative;
}

.our-product .tab-content .tab-pane .single-box .side-btn a:last-child {
	margin-bottom: 0;
}

.our-product .tab-content .tab-pane .single-box .side-btn a:hover {
	background: #ff4545;
	color: #fff;
}

.our-product .tab-content .tab-pane .single-box:hover {
	background: #FFE9D0;
	border-color: #FFE9D0;
}

.our-product .tab-content .tab-pane .single-box:hover .part-img .img-1 {
	opacity: 0;
}

.our-product .tab-content .tab-pane .single-box:hover .part-img .img-2 {
	opacity: 1;
}

.our-product .tab-content .tab-pane .single-box:hover .part-txt .bottom .add-to-cart {
	background: #ff4545;
	border-color: #ff4545;
	color: #fff;
}

.our-product .tab-content .tab-pane .single-box:hover .part-txt .bottom .add-to-cart:hover {
	background: #fff;
	color: #ff4545;
}

.our-product .tab-content .tab-pane .single-box:hover .side-btn {
	right: 30px;
}

/*########## 10. top category section ##########*/
.top-category {
	padding-top: 50px;
	padding-bottom: 70px;
}

.top-category .top {
	border-bottom: 1px solid #FFEBFF;
	margin-bottom: 30px;
}

.top-category .top .sec-title h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 4px;
	position: relative;
}

.top-category .top .sec-title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.top-category .top nav .nav-tabs {
	border: 0;
}

.top-category .top nav .nav-tabs .nav-link {
	padding: 0;
	padding-bottom: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin: 0 14px;
}

.top-category .top nav .nav-tabs .nav-link.active {
	position: relative;
}

.top-category .top nav .nav-tabs .nav-link.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #ff4545;
}

.top-category .top nav .nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.top-category .top nav .nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.top-category .tab-content .tab-pane {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.top-category .tab-content .tab-pane .single-box {
	position: relative;
	z-index: 2;
}

.top-category .tab-content .tab-pane .single-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff4545;
	border-radius: 12px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: -1;
}

.top-category .tab-content .tab-pane .single-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFEBFF;
	border-radius: 10px;
	z-index: -1;
}

.top-category .tab-content .tab-pane .single-box .box {
	border-radius: 10px;
	padding: 30px 20px;
	margin-bottom: 30px;
}

.top-category .tab-content .tab-pane .single-box .box .part-img {
	position: relative;
	width: 100%;
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 7px;
}

.top-category .tab-content .tab-pane .single-box .box .part-img .img-1 {
	min-width: inherit;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.top-category .tab-content .tab-pane .single-box .box .part-img .img-2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: inherit;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags .tag {
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-orng {
	background: #FF8800;
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-blue {
	background: #01BAD4;
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-red {
	background: #ff4545;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .name {
	font-size: 16px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 8px;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 14px;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .bottom .star {
	font-size: 9px;
	color: #ff4545;
	margin-bottom: -3px;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .side-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .side-btn a {
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #ff4545;
	border-radius: 50%;
	color: #ff4545;
	font-size: 5px;
	margin-bottom: 7px;
	position: relative;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .side-btn a:last-child {
	margin-bottom: 0;
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .side-btn a:hover {
	background: #ff4545;
	color: #fff;
}

.top-category .tab-content .tab-pane .single-box:hover:before {
	-webkit-transform: rotate(2.8deg);
	-ms-transform: rotate(2.8deg);
	transform: rotate(2.8deg);
}

.top-category .tab-content .tab-pane .single-box:hover .box .part-img .img-1 {
	opacity: 0;
}

.top-category .tab-content .tab-pane .single-box:hover .box .part-img .img-2 {
	opacity: 1;
}

.top-category .tab-content .tab-pane .single-box:hover .box .part-txt .bottom .add-to-chart {
	background: #ff4545;
	border-color: #ff4545;
	color: #fff;
}

.top-category .tab-content .tab-pane .single-box:hover .box .part-txt .bottom .add-to-chart:hover {
	background: #fff;
	color: #ff4545;
}

.top-category .tab-content .tab-pane .single-box:hover .box .side-btn {
	right: 30px;
}

/*########## 11. shop section ##########*/
.shop {
	padding-top: 100px;
	padding-bottom: 70px;
	background: url(../images/shop-bg.png) center center no-repeat;
	background-size: cover;
}

.shop .single-box {
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.shop .single-box.center .part-txt {
	top: 75px;
}

.shop .single-box .part-txt {
	position: absolute;
	top: 60px;
	left: 30px;
}

.shop .single-box .part-txt h3 {
	font-size: 23px;
	line-height: 33px;
	font-weight: 500;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 6px;
}

.shop .single-box .part-txt p {
	font-size: 16px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 15px;
}

.shop .single-box .part-txt a {
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	text-decoration: underline;
}

.shop .single-box .part-txt a:hover {
	color: #ff4545;
}

.shop .single-box:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/*########## 12. best deal section ##########*/
.best-deal {
	padding-top: 100px;
	padding-bottom: 50px;
}

.best-deal.best-deal-2 {
	padding-bottom: 100px;
	background: #f5f5f5;
}

.best-deal.best-deal-2 .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.best-deal.best-deal-2 .top .sec-title h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 4px;
	position: relative;
}

.best-deal.best-deal-2 .top .sec-title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.best-deal.best-deal-2 .top nav .nav-tabs {
	border: 0;
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
	padding: 0;
	padding-bottom: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin: 0 14px;
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link.active {
	position: relative;
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #ff4545;
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.best-deal.best-deal-2 .deal-slider {
	padding-bottom: 64px;
}

.best-deal.best-deal-2 .deal-slider .single-box {
	padding: 25px;
	border-radius: 10px;
	background: #fff;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt {
	background: #FFEBFF;
	padding: 30px 40px;
	margin-bottom: 0;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt:before,
.best-deal.best-deal-2 .deal-slider .single-box .part-txt:after {
	display: none;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special {
	padding: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .img {
	width: 100%;
	height: 185px;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .img img {
	min-width: inherit;
	width: auto;
	height: 100%;
	margin: auto;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt h5 {
	margin-bottom: 10px;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell {
	margin-left: 15px;
	text-align: center;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell:first-child {
	margin-left: 0;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__value {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	background: #ff4545;
	border-radius: 50%;
	margin-bottom: 10px;
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	color: #3c3434;
	margin-bottom: -3px;
}

.best-deal.best-deal-2 .deal-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.best-deal.best-deal-2 .deal-slider .owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ff4545;
	margin: 0 5px;
	position: relative;
}

.best-deal.best-deal-2 .deal-slider .owl-dots .owl-dot:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #ff4545;
	border-radius: 50%;
}

.best-deal.best-deal-2 .deal-slider .owl-dots .owl-dot.active {
	width: 13px;
	background: rgba(255, 69, 69, 0.45);
}

.best-deal .part-img {
	padding-bottom: 35px;
	position: relative;
	z-index: 2;
}

.best-deal .part-img:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -35px;
	width: 480px;
	height: 590px;
	background: #ff4545;
	border-radius: 10px;
	z-index: -1;
}

.best-deal .part-img img {
	border-radius: 10px;
}

.best-deal .part-txt {
	padding: 60px 65px;
	margin-bottom: 35px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.best-deal .part-txt:before {
	content: "";
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 480px;
	height: 590px;
	background: #ff4545;
	border-radius: 10px;
	z-index: -1;
}

.best-deal .part-txt:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/best-deal-bg.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 10px;
	z-index: -1;
}

.best-deal .part-txt .top-txt {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -4px;
}

.best-deal .part-txt .top-txt .txt h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 17px;
}

.best-deal .part-txt .top-txt .txt p {
	font-size: 20px;
	line-height: 100%;
	text-transform: capitalize;
	color: #3c3434;
	margin-bottom: 0;
}

.best-deal .part-txt .top-txt .special {
	background: #FF8800;
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
}

.best-deal .part-txt .top-txt .special h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: -1px;
}

.best-deal .part-txt .top-txt .special h4 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
}

.best-deal .part-txt .img {
	width: 152px;
	margin-bottom: 45px;
}

.best-deal .part-txt a {
	font-size: 16px;
	line-height: 26px;
	color: #3c3434;
	margin-top: -8px;
	margin-bottom: 20px;
}

.best-deal .part-txt .price {
	font-size: 27px;
	line-height: 100%;
	color: #3c3434;
	margin-bottom: 25px;
}

.best-deal .part-txt .price span {
	position: relative;
	margin-left: 20px;
}

.best-deal .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.best-deal .part-txt .pro-bar {
	width: 100%;
	margin-bottom: 27px;
}

.best-deal .part-txt .pro-bar .p-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.best-deal .part-txt .pro-bar .p-txt p {
	font-size: 14px;
	line-height: 100%;
	color: #3c3434;
	margin-bottom: 0;
}

.best-deal .part-txt .pro-bar .p-txt p span {
	font-size: 16px;
}

.best-deal .part-txt .pro-bar .bar {
	width: 100%;
	height: 10px;
	background: #ff4545;
	border-radius: 5px;
	position: relative;
}

.best-deal .part-txt .pro-bar .bar span {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: #FF8800;
	border-radius: 5px;
}

.best-deal .part-txt h5 {
	font-size: 17px;
	line-height: 27px;
	color: #3c3434;
	margin-bottom: 20px;
}

.best-deal .part-txt .counter .countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.best-deal .part-txt .counter .countdown .single-box {
	text-align: center;
	margin-bottom: -7px;
}

.best-deal .part-txt .counter .countdown .single-box .time {
	font-size: 25px;
	font-weight: 600;
	background: #ff4545;
	height: 43px;
	line-height: 43px;
	min-width: 60px;
	padding: 0 15px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}

.best-deal .part-txt .counter .countdown .single-box .name {
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	color: #3c3434;
}

.best-deal .part-txt .counter .countdown .devide {
	font-family: "Josefin Sans", sans-serif;
	font-size: 50px;
	font-weight: 700;
	height: 43px;
	line-height: 40px;
	color: #ff4545;
	padding: 0 10px;
}

/*########## 13. best seller section for home page one ##########*/
.best-seller {
	padding-top: 50px;
	padding-bottom: 100px;
}

.best-seller .sidebar {
	position: relative;
}

.best-seller .sidebar .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 15px;
}

.best-seller .sidebar .top h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 4px;
}

.best-seller .sidebar ul {
	padding: 0;
	margin: 0;
}

.best-seller .sidebar ul li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #dbdbdb;
}

.best-seller .sidebar ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.best-seller .sidebar ul li .part-img {
	position: relative;
	width: 85px;
	height: 82px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.best-seller .sidebar ul li .part-img img {
	padding: 10px 0;
	min-width: inherit;
	width: auto;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.best-seller .sidebar ul li .part-img .img-2 {
	position: absolute;
	opacity: 0;
}

.best-seller .sidebar ul li .part-txt {
	width: 170px;
	margin-top: -5px;
}

.best-seller .sidebar ul li .part-txt a {
	font-size: 14px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 13px;
}

.best-seller .sidebar ul li .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
	color: #3c3434;
	margin-bottom: 12px;
}

.best-seller .sidebar ul li .part-txt .price span {
	margin-left: 5px;
	font-weight: 400;
	position: relative;
}

.best-seller .sidebar ul li .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.best-seller .sidebar ul li .part-txt .star {
	font-size: 9px;
	color: #ff4545;
}

.best-seller .sidebar ul li:hover .part-img {
	background: #FFE9D0;
	border-color: #FFE9D0;
}

.best-seller .sidebar ul li:hover .part-img .img-1 {
	opacity: 0;
}

.best-seller .sidebar ul li:hover .part-img .img-2 {
	opacity: 1;
}

.best-seller .sidebar .owl-nav {
	position: absolute;
	top: -52px;
	right: 0;
}

.best-seller .sidebar .owl-nav button {
	font-size: 4px;
	color: rgba(255, 69, 69, 0.5);
}

.best-seller .sidebar .owl-nav button.owl-prev {
	margin-right: 10px;
}

.best-seller .sidebar .owl-nav button:hover {
	color: #ff4545;
}

.best-seller .best-sale .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.best-seller .best-sale .top .sec-title h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 4px;
	position: relative;
}

.best-seller .best-sale .top .sec-title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.best-seller .best-sale .top nav .nav-tabs {
	border: 0;
}

.best-seller .best-sale .top nav .nav-tabs .nav-link {
	padding: 0;
	padding-bottom: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin: 0 14px;
}

.best-seller .best-sale .top nav .nav-tabs .nav-link.active {
	position: relative;
}

.best-seller .best-sale .top nav .nav-tabs .nav-link.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #ff4545;
}

.best-seller .best-sale .top nav .nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.best-seller .best-sale .top nav .nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.best-seller .best-sale .tab-content .tab-pane {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider {
	padding-bottom: 25px;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img {
	position: relative;
	width: 100%;
	height: 155px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 42px;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .img-1 {
	min-width: inherit;
	width: auto;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .img-2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: inherit;
	width: auto;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags {
	position: absolute;
	top: 10px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags .tag {
	padding: 0 8px;
	height: 22px;
	line-height: 23px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags .tag.t-orng {
	background: #FF8800;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags .tag.t-blue {
	background: #01BAD4;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags .tag.t-red {
	background: #ff4545;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .name {
	font-size: 16px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 13px;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 14px;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .bottom .star {
	font-size: 9px;
	color: #ff4545;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .bottom .add-to-chart {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	text-transform: capitalize;
	color: #3c3434;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .side-btn {
	position: absolute;
	top: 30px;
	right: -36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .side-btn a {
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #ff4545;
	font-size: 7px;
	margin-bottom: 10px;
	position: relative;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .side-btn a:last-child {
	margin-bottom: 0;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .side-btn a:hover {
	background: #ff4545;
	color: #fff;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover {
	background: #FFE9D0;
	border-color: #FFE9D0;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .part-img .img-1 {
	opacity: 0;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .part-img .img-2 {
	opacity: 1;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .part-txt .bottom .add-to-chart {
	background: #ff4545;
	border-color: #ff4545;
	color: #fff;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .part-txt .bottom .add-to-chart:hover {
	background: #fff;
	color: #ff4545;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .side-btn {
	right: 30px;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .owl-dots {
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .owl-dots .owl-dot {
	width: 15px;
	height: 5px;
	background: #3c3434;
	border-radius: 3px;
	margin: 0 5px;
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .owl-dots .owl-dot.active {
	width: 35px;
	background: #ff4545;
}

/*########## 14. best seller section for home page two ##########*/
.best-seller-2 {
	padding-top: 100px;
	padding-bottom: 70px;
}

.best-seller-2 .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.best-seller-2 .top .sec-title h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 4px;
	position: relative;
}

.best-seller-2 .top .sec-title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.best-seller-2 .top nav .nav-tabs {
	border: 0;
}

.best-seller-2 .top nav .nav-tabs .nav-link {
	padding: 0;
	padding-bottom: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin: 0 14px;
}

.best-seller-2 .top nav .nav-tabs .nav-link.active {
	position: relative;
}

.best-seller-2 .top nav .nav-tabs .nav-link.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #ff4545;
}

.best-seller-2 .top nav .nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.best-seller-2 .top nav .nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.best-seller-2 .tab-content .tab-pane {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.best-seller-2 .tab-content .tab-pane .single-box {
	position: relative;
	z-index: 2;
}

.best-seller-2 .tab-content .tab-pane .single-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff4545;
	border-radius: 12px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: -1;
}

.best-seller-2 .tab-content .tab-pane .single-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFEBFF;
	border-radius: 10px;
	z-index: -1;
}

.best-seller-2 .tab-content .tab-pane .single-box .box {
	border-radius: 10px;
	padding: 30px 20px;
	margin-bottom: 30px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
	position: relative;
	width: 100%;
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .img-1 {
	min-width: inherit;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .img-2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: inherit;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags .tag {
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-orng {
	background: #FF8800;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-blue {
	background: #01BAD4;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-red {
	background: #ff4545;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt {
	text-align: center;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .name {
	font-size: 16px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 8px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 14px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .bottom .star {
	font-size: 9px;
	color: #ff4545;
	margin-bottom: 12px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .bottom .star span {
	font-size: 11px;
	line-height: 100%;
	color: #3c3434;
	margin-left: 6px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .bottom-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #dbdbdb;
	padding-top: 7px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .bottom-btn a {
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #ff4545;
	border-radius: 50%;
	color: #ff4545;
	font-size: 5px;
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .bottom-btn a:hover {
	background: #ff4545;
	color: #fff;
}

.best-seller-2 .tab-content .tab-pane .single-box:hover:before {
	-webkit-transform: rotate(2.8deg);
	-ms-transform: rotate(2.8deg);
	transform: rotate(2.8deg);
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .part-img .img-1 {
	opacity: 0;
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .part-img .img-2 {
	opacity: 1;
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .part-txt .bottom .add-to-chart {
	background: #ff4545;
	border-color: #ff4545;
	color: #fff;
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .part-txt .bottom .add-to-chart:hover {
	background: #fff;
	color: #ff4545;
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .side-btn {
	right: 30px;
}

/*########## 16. recent product section ##########*/
.recent-product {
	padding: 100px 0;
	background: #f5f5f5;
}

.recent-product .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.recent-product .top .sec-title h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 4px;
	position: relative;
}

.recent-product .top .sec-title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.recent-product .top nav .nav-tabs {
	border: 0;
}

.recent-product .top nav .nav-tabs .nav-link {
	padding: 0;
	padding-bottom: 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin: 0 14px;
}

.recent-product .top nav .nav-tabs .nav-link.active {
	position: relative;
}

.recent-product .top nav .nav-tabs .nav-link.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #ff4545;
}

.recent-product .top nav .nav-tabs .nav-link.active:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.recent-product .top nav .nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.recent-product .slider-area {
	margin-top: -9px;
}

.recent-product .slider-area .slider-box {
	padding-bottom: 34px;
}

.recent-product .slider-area .slider-box .owl-stage-outer {
	margin: 0 -4px;
	padding-left: 4px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part {
	padding-top: 9px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
	padding: 20px 25px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff4545;
	border-radius: 12px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: -1;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	z-index: -1;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
	position: relative;
	width: 100%;
	height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
	min-width: inherit;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: inherit;
	width: auto;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags .tag {
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags .tag.t-orng {
	background: #FF8800;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags .tag.t-blue {
	background: #01BAD4;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags .tag.t-red {
	background: #ff4545;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt {
	padding-left: 3px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .name {
	font-size: 15px;
	line-height: 20px;
	color: #3c3434;
	margin-top: -4px;
	margin-bottom: 20px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 14px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .bottom .star {
	font-size: 9px;
	color: #ff4545;
	margin-bottom: 12px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .bottom .star span {
	font-size: 11px;
	line-height: 100%;
	color: #3c3434;
	margin-left: 6px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .bottom-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #dbdbdb;
	padding-top: 10px;
	margin-left: 5px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .bottom-btn a {
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #ff4545;
	border-radius: 50%;
	color: #ff4545;
	font-size: 5px;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .bottom-btn a:hover {
	background: #ff4545;
	color: #fff;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:hover:before {
	-webkit-transform: rotate(-2.8deg);
	-ms-transform: rotate(-2.8deg);
	transform: rotate(-2.8deg);
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:hover .part-img .img-1 {
	opacity: 0;
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:hover .part-img .img-2 {
	opacity: 1;
}

.recent-product .slider-area .slider-box .owl-nav {
	position: absolute;
	top: -65px;
	right: 0;
}

.recent-product .slider-area .slider-box .owl-nav button {
	width: 25px;
	height: 25px;
	background: #ff4545;
	color: #fff;
	border-radius: 50%;
	font-size: 2.5px;
	opacity: 0.5;
}

.recent-product .slider-area .slider-box .owl-nav button.owl-prev {
	margin-right: 8px;
}

.recent-product .slider-area .slider-box .owl-nav button.owl-prev i {
	margin-left: -2px;
}

.recent-product .slider-area .slider-box .owl-nav button.owl-next i {
	margin-right: -2px;
}

.recent-product .slider-area .slider-box .owl-nav button:hover {
	opacity: 1;
}

.recent-product .slider-area .slider-box .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.recent-product .slider-area .slider-box .owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ff4545;
	margin: 0 5px;
	position: relative;
}

.recent-product .slider-area .slider-box .owl-dots .owl-dot:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #ff4545;
	border-radius: 50%;
}

.recent-product .slider-area .slider-box .owl-dots .owl-dot.active {
	width: 13px;
	background: rgba(255, 69, 69, 0.45);
}

/*########## 19. products section ##########*/
.products {
	padding-top: 100px;
	padding-bottom: 70px;
}

.products.products-2 {
	background: #f5f5f5;
}

.products.products-2 .single-part .single-box {
	border: 0;
	position: relative;
	z-index: 2;
}

.products.products-2 .single-part .single-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff4545;
	border-radius: 12px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: -1;
}

.products.products-2 .single-part .single-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFEBFF;
	border-radius: 10px;
	z-index: -1;
}

.products.products-2 .single-part .single-box:hover:before {
	-webkit-transform: rotate(-2.8deg);
	-ms-transform: rotate(-2.8deg);
	transform: rotate(-2.8deg);
}

.products .single-part.end .top:after {
	display: none;
}

.products .single-part .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
	position: relative;
}

.products .single-part .top:after {
	content: "";
	position: absolute;
	top: 100%;
	right: -30px;
	width: 30px;
	height: 1px;
	background: #dbdbdb;
}

.products .single-part .top h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: #3c3434;
	padding-bottom: 4px;
	margin-top: -6px;
	margin-bottom: 0;
	position: relative;
}

.products .single-part .top h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.products .single-part .single-box {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.products .single-part .single-box .part-txt {
	margin-top: -6px;
	margin-bottom: -3px;
}

.products .single-part .single-box .part-txt a {
	font-size: 16px;
	line-height: 26px;
	color: #3c3434;
	margin-bottom: 15px;
}

.products .single-part .single-box .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
	color: #3c3434;
	padding-bottom: 12px;
	margin-bottom: 15px;
	position: relative;
}

.products .single-part .single-box .part-txt .price:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 170px;
	height: 1px;
	background: #dbdbdb;
}

.products .single-part .single-box .part-txt .price span {
	font-weight: 400;
	position: relative;
	margin-left: 5px;
}

.products .single-part .single-box .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.products .single-part .single-box .part-txt .star {
	font-size: 9px;
	color: #ff4545;
}

.products .single-part .single-box .part-img {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.products .single-part .single-box .part-img img {
	min-width: inherit;
	width: auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.products .single-part .single-box .part-img img.img-2 {
	position: absolute;
	opacity: 0;
}

.products .single-part .single-box:hover {
	background: #FFE9D0;
	border-color: #FFE9D0;
}

.products .single-part .single-box:hover .part-txt a {
	color: #ff4545;
	font-weight: 500;
}

.products .single-part .single-box:hover .part-img .img-1 {
	opacity: 0;
}

.products .single-part .single-box:hover .part-img .img-2 {
	opacity: 1;
}

/*########## 20. brands section ##########*/
.brands {
	padding-bottom: 100px;
}

.brands.brands-2 {
	padding-top: 100px;
	padding-bottom: 50px;
}

.brands.brands-2 .all-brand {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.brands.brands-2 .all-brand .single-brand {
	height: 85px;
}

.brands.brands-2 .all-brand .owl-nav {
	display: none;
}

.brands .all-brand {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 35px 85px;
}

.brands .all-brand .single-brand {
	text-align: center;
	height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.brands .all-brand .single-brand img {
	min-width: inherit;
	width: auto;
	margin: 0 auto;
	max-height: 100%;
}

.brands .all-brand .owl-nav {
	position: absolute;
	top: 50%;
	left: 35px;
	right: 35px;
	width: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: -1;
}

.brands .all-brand .owl-nav button {
	font-size: 6px;
	color: rgba(255, 69, 69, 0.5);
}

.brands .all-brand .owl-nav button:hover {
	color: #ff4545;
}

/*########## 21. feature section for home page two ##########*/
.feature-2 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.feature-2 .single-box {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	padding: 15px;
	border-radius: 10px;
}

.feature-2 .single-box .bg {
	background: #FFEBFF;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature-2 .single-box .bg .part-icon {
	height: 36px;
	margin-right: 30px;
}

.feature-2 .single-box .bg .part-icon img {
	min-width: inherit;
	width: auto;
	height: 100%;
}

.feature-2 .single-box .bg .part-txt {
	padding: 40px 0;
}

.feature-2 .single-box .bg .part-txt h3 {
	font-size: 21px;
	line-height: 24px;
	color: #3c3434;
	margin-top: -2px;
	margin-bottom: 0;
}

.feature-2 .single-box .bg .part-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-bottom: -7px;
}

/*########## 22. instagram section ##########*/
.instagram .posts .single-post {
	-webkit-box-shadow: -5px 0px 20px 0px #000;
	box-shadow: -5px 0px 20px 0px #000;
	position: relative;
}

.instagram .posts .single-post .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.instagram .posts .single-post .txt a {
	font-family: "Josefin Sans", sans-serif;
	font-size: 22px;
	line-height: 100%;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
}

.instagram .posts .single-post .txt a span {
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
}

.instagram .posts .single-post:hover .txt {
	opacity: 1;
}

/*########## 23. footer section ##########*/
.footer.footer-2 {
	background: url(../images/footer-bg.png) center center no-repeat;
	background-size: cover;
}

.footer.footer-2 .main-footer {
	background: transparent;
}

.footer .main-footer {
	background: #464646;
	padding: 100px 0;
}

.footer .main-footer .title h2 {
	font-size: 24px;
	line-height: 100%;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	padding-bottom: 4px;
	margin-bottom: 37px;
	position: relative;
}

.footer .main-footer .title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 65px;
	height: 2px;
	background: #ff4545;
	border-radius: 1px;
}

.footer .main-footer .f-about .part-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 18px;
}

.footer .main-footer .f-about .part-txt ul {
	padding: 0;
	margin: 0;
}

.footer .main-footer .f-about .part-txt ul li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
}

.footer .main-footer .f-about .part-txt ul li span {
	font-size: 5px;
	color: #ff4545;
	margin-right: 10px;
}

.footer .main-footer .f-link ul {
	padding: 0;
	margin: 0;
}

.footer .main-footer .f-link ul li {
	list-style: none;
	padding-bottom: 9px;
}

.footer .main-footer .f-link ul li:last-child {
	padding-bottom: 0;
}

.footer .main-footer .f-link ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .main-footer .f-link ul li a span {
	font-size: 22px;
	margin-right: 4px;
}

.footer .main-footer .f-link ul li a:hover {
	padding-left: 10px;
	color: #ff4545;
}

.footer .main-footer .news-letter .title {
	padding-bottom: 5px;
}

.footer .main-footer .news-letter form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.footer .main-footer .news-letter form input {
	width: 100%;
	height: 40px;
	padding-left: 15px;
	font-size: 12px;
}

.footer .main-footer .news-letter form button {
	background: #ff4545;
	font-size: 14px;
	color: #fff;
	padding: 0 15px;
	border-radius: 0 4px 4px 0;
}

.footer .main-footer .news-letter form button:hover {
	background: #3c3434;
	color: #ff4545;
}

.footer .main-footer .news-letter p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.footer .main-footer .news-letter p span {
	font-weight: 700;
	font-style: italic;
	color: #ff4545;
}

.footer .main-footer .news-letter .social a {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
	color: #fff;
	margin-right: 6px;
}

.footer .main-footer .news-letter .social a.fb {
	background: #1976D2;
}

.footer .main-footer .news-letter .social a.tw {
	background: #03A9F4;
}

.footer .main-footer .news-letter .social a.gl {
	background: #DD4B39;
}

.footer .main-footer .news-letter .social a.ld {
	background: #007AB9;
}

.footer .main-footer .news-letter .social a.yt {
	background: #F44336;
}

.footer .main-footer .news-letter .social a:last-child {
	margin-right: 0;
}

.footer .main-footer .news-letter .social a:hover {
	-webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.2);
}

.footer .copyright {
	background: #3c3434;
	padding: 20px 0;
}

.footer .copyright .part-txt p {
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 0;
}

.footer .copyright .part-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer .copyright .part-img img {
	min-width: inherit;
	width: auto;
}

/*########## 24. breadcrumb section for all inner page ##########*/
.breadcrumb-area {
	background: url(../images/breadcrumb-bg.jpg) center center no-repeat;
	background-size: cover;
}

.breadcrumb-area.breadcrumb-area-2 {
	padding-top: 84px;
}

.breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
	padding: 177px 0 178px;
}

.breadcrumb-area.bg-2 {
	background-image: url(../images/breadcrumb-bg-2.jpg);
}

.breadcrumb-area.bg-3 {
	background-image: url(../images/breadcrumb-bg-3.jpg);
}

.breadcrumb-area.bg-4 {
	background-image: url(../images/breadcrumb-bg-4.jpg);
}

.breadcrumb-area.bg-5 {
	background-image: url(../images/breadcrumb-bg-5.jpg);
}

.breadcrumb-area.bg-6 {
	background-image: url(../images/breadcrumb-bg-6.jpg);
}

.breadcrumb-area .breadcrumb-txt {
	text-align: center;
	padding: 110px 0;
}

.breadcrumb-area .breadcrumb-txt h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	margin-top: -5px;
	margin-bottom: 22px;
}

.breadcrumb-area .breadcrumb-txt ul {
	padding: 0;
	margin-bottom: -7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb-area .breadcrumb-txt ul li {
	list-style: none;
	font-size: 18px;
	line-height: 26px;
	text-transform: capitalize;
	color: #fff;
	margin-left: 25px;
}

.breadcrumb-area .breadcrumb-txt ul li:first-child {
	margin-left: 0;
}

.breadcrumb-area .breadcrumb-txt ul li i {
	font-size: 14px;
}

.breadcrumbs ul {
	font-size: 13px;
	line-height: 16px;
}

.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:active,
.breadcrumbs a:link {
	color: #48100A;
}

.breadcrumbs a:hover {
	color: #ff09000;
}

.breadcrumbs ul {
	margin-left: -3px;
	margin-right: -3px;
}

.breadcrumbs a,
.breadcrumbs span {
	padding-left: 3px;
	padding-right: 3px;
}

.breadcrumbs li:not(:first-child)::before {
	content: '/';
	padding-left: 3px;
	padding-right: 3px;
}

/*########## 25. all shop grid page ##########*/
.shop-grid {
	padding: 100px 0;
}

.shop-grid .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.shop-grid .top .part-btn a {
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #3c3434;
}

.shop-grid .top .part-btn a.active {
	color: #ff4545;
}

.shop-grid .top .part-btn a:first-child {
	margin-right: 20px;
}

.shop-grid .top .part-btn a:hover {
	color: #ff4545;
}

.shop-grid .top .form-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 15px;
}

.shop-grid .top .form-area form {
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}

.shop-grid .top .form-area form label {
	margin-bottom: 0;
	font-size: 16px;
	color: #3c3434;
}

.shop-grid .top .form-area form select {
	outline: none;
	border: 0;
	margin-right: -20px;
	padding-right: 11px;
	color: #acacac;
	cursor: pointer;
}

.shop-grid .top .form-area form i {
	background: #fff;
	font-size: 12px;
	color: #ff4545;
}

.shop-grid .all-product .single-box {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.shop-grid .all-product .single-box .part-img {
	position: relative;
	width: 100%;
	height: 155px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 42px;
}

.shop-grid .all-product .single-box .part-img .img-1 {
	min-width: inherit;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-grid .all-product .single-box .part-img .img-2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: inherit;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.shop-grid .all-product .single-box .part-img .tags {
	position: absolute;
	top: 10px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop-grid .all-product .single-box .part-img .tags .tag {
	padding: 0 8px;
	height: 22px;
	line-height: 23px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.shop-grid .all-product .single-box .part-img .tags .tag.t-orng {
	background: #FF8800;
}

.shop-grid .all-product .single-box .part-img .tags .tag.t-blue {
	background: #01BAD4;
}

.shop-grid .all-product .single-box .part-img .tags .tag.t-red {
	background: #ff4545;
}

.shop-grid .all-product .single-box .part-txt .name {
	font-size: 16px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 13px;
}

.shop-grid .all-product .single-box .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 14px;
}

.shop-grid .all-product .single-box .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.shop-grid .all-product .single-box .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.shop-grid .all-product .single-box .part-txt .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-grid .all-product .single-box .part-txt .bottom .star {
	font-size: 9px;
	color: #ff4545;
}

.shop-grid .all-product .single-box .part-txt .bottom .add-to-chart {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	text-transform: capitalize;
	color: #3c3434;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
}

.shop-grid .all-product .single-box .side-btn {
	position: absolute;
	top: 30px;
	right: -36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-grid .all-product .single-box .side-btn a {
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #ff4545;
	font-size: 7px;
	margin-bottom: 10px;
	position: relative;
}

.shop-grid .all-product .single-box .side-btn a:last-child {
	margin-bottom: 0;
}

.shop-grid .all-product .single-box .side-btn a:hover {
	background: #ff4545;
	color: #fff;
}

.shop-grid .all-product .single-box:hover {
	background: #FFE9D0;
	border-color: #FFE9D0;
}

.shop-grid .all-product .single-box:hover .part-img .img-1 {
	opacity: 0;
}

.shop-grid .all-product .single-box:hover .part-img .img-2 {
	opacity: 1;
}

.shop-grid .all-product .single-box:hover .part-txt .bottom .add-to-chart {
	background: #ff4545;
	border-color: #ff4545;
	color: #fff;
}

.shop-grid .all-product .single-box:hover .part-txt .bottom .add-to-chart:hover {
	background: #fff;
	color: #ff4545;
}

.shop-grid .all-product .single-box:hover .side-btn {
	right: 30px;
}

.shop-grid .bottom {
	margin-top: 30px;
}

.shop-grid .bottom .part-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-bottom: 0;
}

.shop-grid .bottom .pagination {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.shop-grid .bottom .pagination ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-grid .bottom .pagination ul li {
	list-style: none;
	margin-left: 10px;
}

.shop-grid .bottom .pagination ul li:first-child {
	margin-left: 0;
}

.shop-grid .bottom .pagination ul li a {
	text-align: center;
	min-width: 34px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ff4545;
	border-radius: 5px;
	color: #3c3434;
}

.shop-grid .bottom .pagination ul li a.active {
	background: #ff4545;
	color: #fff;
}

.shop-grid .bottom .pagination ul li a i {
	font-size: 10px;
}

.shop-grid .bottom .pagination ul li a i svg {
	vertical-align: sub;
}

.shop-grid .bottom .pagination ul li a:hover {
	background: #ff4545;
	color: #fff;
}

.shop-grid-2 {
	padding: 100px 0;
}

.shop-grid-2 .side-bar h3 {
	font-size: 25px;
	line-height: 100%;
	font-weight: 700;
	color: #3c3434;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 13px;
	position: relative;
	margin-bottom: 25px;
}

.shop-grid-2 .side-bar h3:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #ff4545;
}

.shop-grid-2 .side-bar .search-area {
	margin-bottom: 50px;
}

.shop-grid-2 .side-bar .search-area form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-grid-2 .side-bar .search-area form input {
	height: 45px;
	background: #FFEBFF;
	border: 1px solid #dbdbdb;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	width: 100%;
	padding: 0 16px;
	font-size: 14px;
}

.shop-grid-2 .side-bar .search-area form button {
	background: #ff4545;
	color: #fff;
	border: 1px solid #ff4545;
	border-radius: 0 5px 5px 0;
	font-size: 8px;
	padding: 0 24px;
}

.shop-grid-2 .side-bar .category {
	margin-bottom: 36px;
}

.shop-grid-2 .side-bar .category ul {
	padding: 0;
	margin: 0;
}

.shop-grid-2 .side-bar .category ul li {
	list-style: none;
	padding-bottom: 11px;
}

.shop-grid-2 .side-bar .category ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	color: #3c3434;
	text-transform: capitalize;
}

.shop-grid-2 .side-bar .category ul li a:hover {
	color: #ff4545;
	padding-left: 5px;
}

.shop-grid-2 .side-bar .filter {
	margin-bottom: 47px;
}

.shop-grid-2 .side-bar .filter .range {
	padding-top: 9px;
}

.shop-grid-2 .side-bar .filter .range .slider-range {
	height: 4px;
	border: 0;
	border-radius: 2px;
	background: #dbdbdb;
	margin-bottom: 12px;
}

.shop-grid-2 .side-bar .filter .range .slider-range .ui-slider-range {
	background: #ff4545;
	border-radius: 0;
}

.shop-grid-2 .side-bar .filter .range .slider-range .ui-slider-handle {
	border: 0;
	border-radius: 50px;
	width: 12px;
	height: 12px;
	background: #ff4545;
	top: -4px;
	cursor: pointer;
	margin: 0 -6px;
	outline: none;
}

.shop-grid-2 .side-bar .filter .range .price-txt span,
.shop-grid-2 .side-bar .filter .range .price-txt input {
	font-size: 14px;
	line-height: 100%;
	text-transform: capitalize;
	color: #3c3434;
}

.shop-grid-2 .side-bar .feature-products {
	margin-bottom: 55px;
}

.shop-grid-2 .side-bar .feature-products ul {
	padding: 0;
	margin: 0;
	margin-top: -10px;
}

.shop-grid-2 .side-bar .feature-products ul li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #dbdbdb;
}

.shop-grid-2 .side-bar .feature-products ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.shop-grid-2 .side-bar .feature-products ul li .part-img {
	position: relative;
	width: 85px;
	height: 82px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-grid-2 .side-bar .feature-products ul li .part-img img {
	padding: 10px 0;
	min-width: inherit;
	width: auto;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-grid-2 .side-bar .feature-products ul li .part-img .img-2 {
	position: absolute;
	opacity: 0;
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt {
	width: 172px;
	margin-top: -5px;
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt a {
	font-size: 14px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 13px;
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
	color: #3c3434;
	margin-bottom: 12px;
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt .price span {
	margin-left: 5px;
	font-weight: 400;
	position: relative;
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt .star {
	font-size: 9px;
	color: #ff4545;
}

.shop-grid-2 .side-bar .feature-products ul li:hover .part-img {
	background: #FFE9D0;
	border-color: #FFE9D0;
}

.shop-grid-2 .side-bar .feature-products ul li:hover .part-img .img-1 {
	opacity: 0;
}

.shop-grid-2 .side-bar .feature-products ul li:hover .part-img .img-2 {
	opacity: 1;
}

.shop-grid-2 .side-bar .products-tag {
	margin-bottom: 40px;
}

.shop-grid-2 .side-bar .products-tag .tags {
	padding-top: 5px;
}

.shop-grid-2 .side-bar .products-tag .tags a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #3c3434;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.shop-grid-2 .side-bar .products-tag .tags a:hover {
	color: #fff;
	border-color: #ff4545;
	background: #ff4545;
}

.shop-grid-2 .side-bar .sidebar-ad {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.shop-grid-2 .side-bar .sidebar-ad .part-img img {
	width: 100%;
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 26px;
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-top: -4px;
	margin-bottom: 13px;
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt p span {
	font-size: 18px;
	color: #ff4545;
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt .price {
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 14px;
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #fff;
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt a {
	font-size: 16px;
	color: #ff4545;
	text-decoration: underline;
}

.shop-grid-2 .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.shop-grid-2 .top .part-btn a {
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #3c3434;
}

.shop-grid-2 .top .part-btn a.active {
	color: #ff4545;
}

.shop-grid-2 .top .part-btn a:first-child {
	margin-right: 20px;
}

.shop-grid-2 .top .part-btn a:hover {
	color: #ff4545;
}

.shop-grid-2 .top .form-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 15px;
}

.shop-grid-2 .top .form-area form {
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}

.shop-grid-2 .top .form-area form label {
	margin-bottom: 0;
	font-size: 16px;
	color: #3c3434;
}

.shop-grid-2 .top .form-area form select {
	outline: none;
	border: 0;
	margin-right: -20px;
	padding-right: 11px;
	color: #acacac;
	cursor: pointer;
}

.shop-grid-2 .top .form-area form i {
	background: #fff;
	font-size: 12px;
	color: #ff4545;
}

.shop-grid-2 .all-product .single-box {
	position: relative;
	z-index: 2;
}

.shop-grid-2 .all-product .single-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff4545;
	border-radius: 12px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: -1;
}

.shop-grid-2 .all-product .single-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFEBFF;
	border-radius: 10px;
	z-index: -1;
}

.shop-grid-2 .all-product .single-box .box {
	border-radius: 10px;
	padding: 30px 20px;
	margin-bottom: 30px;
}

.shop-grid-2 .all-product .single-box .box .part-img {
	position: relative;
	width: 100%;
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 7px;
}

.shop-grid-2 .all-product .single-box .box .part-img .img-1 {
	min-width: inherit;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-grid-2 .all-product .single-box .box .part-img .img-2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: inherit;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.shop-grid-2 .all-product .single-box .box .part-img .tags {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop-grid-2 .all-product .single-box .box .part-img .tags .tag {
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.shop-grid-2 .all-product .single-box .box .part-img .tags .tag.t-orng {
	background: #FF8800;
}

.shop-grid-2 .all-product .single-box .box .part-img .tags .tag.t-blue {
	background: #01BAD4;
}

.shop-grid-2 .all-product .single-box .box .part-img .tags .tag.t-red {
	background: #ff4545;
}

.shop-grid-2 .all-product .single-box .box .part-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .name {
	font-size: 16px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 8px;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 14px;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .bottom .star {
	font-size: 9px;
	color: #ff4545;
	margin-bottom: -3px;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .side-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .side-btn a {
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #ff4545;
	border-radius: 50%;
	color: #ff4545;
	font-size: 5px;
	margin-bottom: 7px;
	position: relative;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .side-btn a:last-child {
	margin-bottom: 0;
}

.shop-grid-2 .all-product .single-box .box .part-bottom .side-btn a:hover {
	background: #ff4545;
	color: #fff;
}

.shop-grid-2 .all-product .single-box:hover:before {
	-webkit-transform: rotate(2.8deg);
	-ms-transform: rotate(2.8deg);
	transform: rotate(2.8deg);
}

.shop-grid-2 .all-product .single-box:hover .box .part-img .img-1 {
	opacity: 0;
}

.shop-grid-2 .all-product .single-box:hover .box .part-img .img-2 {
	opacity: 1;
}

.shop-grid-2 .all-product .single-box:hover .box .part-txt .bottom .add-to-chart {
	background: #ff4545;
	border-color: #ff4545;
	color: #fff;
}

.shop-grid-2 .all-product .single-box:hover .box .part-txt .bottom .add-to-chart:hover {
	background: #fff;
	color: #ff4545;
}

.shop-grid-2 .all-product .single-box:hover .box .side-btn {
	right: 30px;
}

.shop-grid-2 .page-bottom {
	margin-top: 30px;
}

.shop-grid-2 .page-bottom .part-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-bottom: 0;
}

.shop-grid-2 .page-bottom .pagination {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.shop-grid-2 .page-bottom .pagination ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-grid-2 .page-bottom .pagination ul li {
	list-style: none;
	margin-left: 10px;
}

.shop-grid-2 .page-bottom .pagination ul li:first-child {
	margin-left: 0;
}

.shop-grid-2 .page-bottom .pagination ul li a {
	text-align: center;
	min-width: 34px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ff4545;
	border-radius: 50%;
	color: #3c3434;
}

.shop-grid-2 .page-bottom .pagination ul li a.active {
	background: #ff4545;
	color: #fff;
}

.shop-grid-2 .page-bottom .pagination ul li a i {
	font-size: 10px;
}

.shop-grid-2 .page-bottom .pagination ul li a i svg {
	vertical-align: sub;
}

.shop-grid-2 .page-bottom .pagination ul li a:hover {
	background: #ff4545;
	color: #fff;
}

/*########## 26. all shop list page ##########*/
.shop-list {
	padding: 100px 0;
}

.shop-list.shop-list-2 .lists .single-box {
	padding: 0;
	background: transparent;
}

.shop-list.shop-list-2 .lists .single-box .box {
	background: transparent;
	border: 1px solid #dbdbdb;
}

.shop-list.shop-list-2 .lists .single-box .box .part-img {
	background: transparent;
	border-right: 1px solid #dbdbdb;
	width: auto;
	margin-right: -30px;
}

.shop-list.shop-list-2 .lists .single-box .box .part-txt {
	padding: 35px 45px;
}

.shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
	padding-left: 125px;
}

.shop-list.shop-list-2 .lists .single-box .box .part-txt .rel-btns a i {
	border: 1px solid #dbdbdb;
	line-height: 23px;
}

.shop-list.shop-list-2 .lists .single-box:hover {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.shop-list.shop-list-2 .lists .single-box:hover .box {
	background: #FFEBFF;
	border-color: transparent;
}

.shop-list.shop-list-2 .lists .single-box:hover .box .part-img {
	background: #FFDFFF;
	border-color: transparent;
}

.shop-list.shop-list-2 .lists .single-box:hover .box .part-txt .rel-btns a i {
	border-color: #fff;
}

.shop-list.shop-list-2 .page-bottom .pagination ul li a {
	border-radius: 5px;
}

.shop-list .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.shop-list .top .part-btn a {
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #3c3434;
}

.shop-list .top .part-btn a.active {
	color: #ff4545;
}

.shop-list .top .part-btn a:first-child {
	margin-right: 20px;
}

.shop-list .top .part-btn a:hover {
	color: #ff4545;
}

.shop-list .top .form-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 15px;
}

.shop-list .top .form-area form {
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}

.shop-list .top .form-area form label {
	margin-bottom: 0;
	font-size: 16px;
	color: #3c3434;
}

.shop-list .top .form-area form select {
	outline: none;
	border: 0;
	margin-right: -20px;
	padding-right: 11px;
	color: #acacac;
	cursor: pointer;
}

.shop-list .top .form-area form i {
	background: #fff;
	font-size: 12px;
	color: #ff4545;
}

.shop-list .lists .single-box {
	padding: 25px;
	background: #FFCFFF;
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-list .lists .single-box .box {
	background: #FFEBFF;
	border-radius: 10px;
	overflow: hidden;
}

.shop-list .lists .single-box .box .part-img {
	position: relative;
	background: #FFDFFF;
	width: 275px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-list .lists .single-box .box .part-img .img-1 {
	min-width: inherit;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-list .lists .single-box .box .part-img .img-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: inherit;
	max-height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.shop-list .lists .single-box .box .part-txt {
	padding: 35px 45px 35px 40px;
}

.shop-list .lists .single-box .box .part-txt .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-list .lists .single-box .box .part-txt .txt .name {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -6px;
	margin-bottom: 17px;
}

.shop-list .lists .single-box .box .part-txt .txt p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-bottom: 23px;
}

.shop-list .lists .single-box .box .part-txt .txt .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 100px;
}

.shop-list .lists .single-box .box .part-txt .txt .tags .tag {
	padding: 0 8px;
	height: 22px;
	line-height: 24px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.shop-list .lists .single-box .box .part-txt .txt .tags .tag.t-orng {
	background: #FF8800;
}

.shop-list .lists .single-box .box .part-txt .txt .tags .tag.t-blue {
	background: #01BAD4;
}

.shop-list .lists .single-box .box .part-txt .txt .tags .tag.t-red {
	background: #ff4545;
}

.shop-list .lists .single-box .box .part-txt .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #dbdbdb;
	padding: 25px 0;
	margin-bottom: -3px;
}

.shop-list .lists .single-box .box .part-txt .info .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-top: -2px;
	margin-bottom: 0;
}

.shop-list .lists .single-box .box .part-txt .info .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.shop-list .lists .single-box .box .part-txt .info .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.shop-list .lists .single-box .box .part-txt .info .star {
	font-size: 9px;
	color: #ff4545;
	margin-left: 35px;
}

.shop-list .lists .single-box .box .part-txt .rel-btns .add-to-cart {
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	font-size: 12px;
	text-transform: capitalize;
	color: #3c3434;
	border: 1px solid #ff4545;
	border-radius: 5px;
}

.shop-list .lists .single-box .box .part-txt .rel-btns .add-to-cart:hover {
	background: #ff4545;
	color: #fff;
}

.shop-list .lists .single-box .box .part-txt .rel-btns a {
	margin-right: 5px;
}

.shop-list .lists .single-box .box .part-txt .rel-btns a i {
	display: inline-block;
	text-align: center;
	width: 28px;
	height: 27px;
	line-height: 27px;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	color: #ff4545;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-list .lists .single-box .box .part-txt .rel-btns a:hover i {
	background: #ff4545;
	color: #fff;
}

.shop-list .lists .single-box:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.shop-list .lists .single-box:hover .box .part-img .img-1 {
	opacity: 0;
}

.shop-list .lists .single-box:hover .box .part-img .img-2 {
	opacity: 1;
}

.shop-list .page-bottom {
	margin-top: 30px;
}

.shop-list .page-bottom .part-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-bottom: 0;
}

.shop-list .page-bottom .pagination {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.shop-list .page-bottom .pagination ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-list .page-bottom .pagination ul li {
	list-style: none;
	margin-left: 10px;
}

.shop-list .page-bottom .pagination ul li:first-child {
	margin-left: 0;
}

.shop-list .page-bottom .pagination ul li a {
	text-align: center;
	min-width: 34px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ff4545;
	border-radius: 50%;
	color: #3c3434;
}

.shop-list .page-bottom .pagination ul li a.active {
	background: #ff4545;
	color: #fff;
}

.shop-list .page-bottom .pagination ul li a i {
	font-size: 10px;
}

.shop-list .page-bottom .pagination ul li a i svg {
	vertical-align: sub;
}

.shop-list .page-bottom .pagination ul li a:hover {
	background: #ff4545;
	color: #fff;
}

/*########## 27. all shop details page ##########*/
.shop-details {
	padding: 100px 0;
}

.shop-details .item-section {
	padding-bottom: 65px;
}

.shop-details .item-section .part-img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-details .item-section .part-img .owl-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
	width: 110px;
	height: 110px;
	margin-bottom: 10px;
	cursor: pointer;
}

.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item:last-child {
	margin-bottom: 0;
}

.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item .product-pic img {
	min-width: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item.active .product-pic img {
	border: 1px solid #ff4545;
}

.shop-details .item-section .part-img .product-slider {
	width: 440px;
	height: 470px;
}

.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
	width: 440px;
	height: 470px !important;
	border-radius: 10px;
	border: 1px solid #dbdbdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider img {
	min-width: inherit;
	width: auto;
}

.shop-details .item-section .part-txt {
	padding-left: 35px;
}

.shop-details .item-section .part-txt h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	text-transform: capitalize;
	color: #3c3434;
	padding-right: 130px;
	margin-top: -2px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.shop-details .item-section .part-txt .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.shop-details .item-section .part-txt .info .price {
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 0;
}

.shop-details .item-section .part-txt .info .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.shop-details .item-section .part-txt .info .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.shop-details .item-section .part-txt .info h5 {
	font-size: 14px;
	line-height: 100%;
	margin-left: 20px;
	color: #3c3434;
	margin-bottom: 0;
}

.shop-details .item-section .part-txt .info h5 span {
	font-weight: bold;
	color: #ff0000;
}

.shop-details .item-section .part-txt .item-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 33px;
}

.shop-details .item-section .part-txt .item-rating .star {
	font-size: 12px;
	color: #ff0000;
}

.shop-details .item-section .part-txt .item-rating a {
	font-size: 14px;
	line-height: 100%;
	color: #ff0000;
	margin-left: 20px;
}

.shop-details .item-section .part-txt .item-rating a:hover {
	text-decoration: underline;
}

.shop-details .item-section .part-txt p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.shop-details .item-section .part-txt .cart-option ul {
	padding: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-details .item-section .part-txt .cart-option ul li {
	list-style: none;
	line-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-details .item-section .part-txt .cart-option ul li:first-child {
	width: 98px;
	font-size: 16px;
	text-transform: capitalize;
	color: #3c3434;
	font-weight: bold;
}

.shop-details .item-section .part-txt .cart-option ul.color {
	padding-top: 22px;
}

.shop-details .item-section .part-txt .cart-option ul.color li span {
	width: 13px;
	height: 13px;
	background: #dbdbdb;
	border-radius: 3px;
	margin-right: 8px;
}

.shop-details .item-section .part-txt .cart-option ul.color li span:nth-child(2) {
	background: #01BAD4;
}

.shop-details .item-section .part-txt .cart-option ul.color li span:nth-child(3) {
	background: #FF8800;
}

.shop-details .item-section .part-txt .cart-option ul.color li span:nth-child(4) {
	background: #ff4545;
}

.shop-details .item-section .part-txt .cart-option ul.cart {
	padding-top: 29px;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count {
	padding-right: 30px;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity {
	position: relative;
	display: inline-block;
	padding: 0 29px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
	width: 65px;
	padding-left: 0;
	margin-left: -2px;
	margin-right: -20px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	color: #3c3434;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button {
	height: 35px;
	line-height: 35px;
	width: 29px;
	text-align: center;
	font-size: 4px;
	color: #3c3434;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button.quantity-down {
	left: 0;
	border-right: 1px solid #fff;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button.quantity-up {
	right: 0;
	border-left: 1px solid #fff;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart {
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0 16px;
	background: #48100a;
	color: #fff;
	border: 1px solid #48100a;
	border-radius: 5px;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart:hover {
	background: transparent;
	color: #48100a;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more {
	text-align: center;
	height: 37px;
	line-height: 34px;
	width: 37px;
	border: 1px solid #48100a;
	border-radius: 4px;
	font-size: 14px;
	color: #48100a;
	margin-left: 13px;
}

.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more:hover {
	background: #48100a;
	color: #fff;
}

.shop-details .item-section .part-txt .cart-option ul.pro-code {
	padding-top: 29px;
}

.shop-details .item-section .part-txt .cart-option ul.pro-code li:last-child {
	font-size: 16px;
	color: #3c3434;
}

.shop-details .item-section .part-txt .cart-option ul.share {
	padding-top: 27px;
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a {
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	background: #FF8800;
	font-size: 12px;
	color: #fff;
	margin-right: 8px;
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a:last-child {
	margin-right: 0;
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.fb {
	background: #1976D2;
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.tw {
	background: #03A9F4;
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.gl {
	background: #DD4B39;
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.ld {
	background: #007AB9;
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.yt {
	background: #F44336;
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.shop-details .dscr-section {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 30px;
}

.shop-details .dscr-section .box nav .nav-tabs {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 25px;
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link {
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	border: 0;
	border-radius: 0;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 21px;
	margin-right: 50px;
	position: relative;
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff0000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link i {
	display: none;
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link.active {
	color: #ff0000;
	background: transparent;
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link.active:after {
	opacity: 1;
}

.shop-details .dscr-section .box .tab-content .tab-pane .dscr p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-bottom: 28px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul {
	padding: 0;
	margin-bottom: -7px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li {
	list-style: none;
	font-size: 16px;
	margin-top: 8px;
	color: #3c3434;
	padding-left: 15px;
	position: relative;
}

.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #ff4545;
	border-radius: 50%;
}

.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: -7px;
	list-style: none;
}

.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li {
	border-bottom: 1px solid #dbdbdb;
	font-size: 16px;
	line-height: 100%;
	padding-top: 11px;
	padding-bottom: 9px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li span {
	min-width: 200px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: -3px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews {
	padding-top: 5px;
	padding-bottom: 33px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
	width: 105px;
	height: 104px;
	border-radius: 5px;
	overflow: hidden;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
	max-width: 941px;
	margin-bottom: -4px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 13px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-top: -2px;
	margin-bottom: 0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title .star {
	font-size: 9px;
	color: #ff4545;
	margin-top: -1px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-bottom: 7px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt span {
	font-style: italic;
	font-size: 14px;
	line-height: 100%;
	color: #737373;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 12px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-bottom: 10px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating {
	margin-bottom: 24px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating i {
	color: #ff4545;
	padding-right: 7px;
	cursor: pointer;
	font-size: 11px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
	width: 100%;
	height: 60px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	padding: 0 25px;
	color: #3c3434;
	margin-bottom: 30px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input::-webkit-input-placeholder {
	color: #b0b0b0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input:-ms-input-placeholder {
	color: #b0b0b0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input::-ms-input-placeholder {
	color: #b0b0b0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input::placeholder {
	color: #b0b0b0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input:focus {
	border-color: #ff4545;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
	width: 100%;
	height: 195px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	padding: 20px 25px;
	color: #3c3434;
	margin-bottom: 23px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea::-webkit-input-placeholder {
	color: #b0b0b0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea:-ms-input-placeholder {
	color: #b0b0b0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea::-ms-input-placeholder {
	color: #b0b0b0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea::placeholder {
	color: #b0b0b0;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea:focus {
	border-color: #ff4545;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
	height: 60px;
	line-height: 60px;
	background: #ff4545;
	border: 1px solid #ff4545;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 34px;
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button:hover {
	background: transparent;
	color: #ff4545;
}

.shop-details .releted-products {
	padding-top: 100px;
}

.shop-details .releted-products .top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.shop-details .releted-products .top .sec-title h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: 0;
	padding-bottom: 4px;
	position: relative;
}

.shop-details .releted-products .top .sec-title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff4545;
}

.shop-details .releted-products .releted-slider .single-box {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.shop-details .releted-products .releted-slider .single-box .part-img {
	position: relative;
	width: 100%;
	height: 155px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 42px;
}

.shop-details .releted-products .releted-slider .single-box .part-img .img-1 {
	min-width: inherit;
	width: auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-details .releted-products .releted-slider .single-box .part-img .img-2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: inherit;
	width: auto;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags {
	position: absolute;
	top: 10px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags .tag {
	padding: 0 8px;
	height: 22px;
	line-height: 23px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags .tag.t-orng {
	background: #FF8800;
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags .tag.t-blue {
	background: #01BAD4;
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags .tag.t-red {
	background: #ff4545;
}

.shop-details .releted-products .releted-slider .single-box .part-txt p {
	font-size: 16px;
	line-height: 20px;
	color: #3c3434;
	margin-bottom: 13px;
}

.shop-details .releted-products .releted-slider .single-box .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 14px;
}

.shop-details .releted-products .releted-slider .single-box .part-txt .price span {
	font-weight: 400;
	margin-left: 5px;
	position: relative;
}

.shop-details .releted-products .releted-slider .single-box .part-txt .price span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3c3434;
}

.shop-details .releted-products .releted-slider .single-box .part-txt .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-details .releted-products .releted-slider .single-box .part-txt .bottom .star {
	font-size: 9px;
	color: #ff4545;
}

.shop-details .releted-products .releted-slider .single-box .part-txt .bottom .add-to-chart {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	text-transform: capitalize;
	color: #3c3434;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
}

.shop-details .releted-products .releted-slider .single-box .side-btn {
	position: absolute;
	top: 30px;
	right: -36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-details .releted-products .releted-slider .single-box .side-btn a {
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #ff4545;
	font-size: 7px;
	margin-bottom: 10px;
	position: relative;
}

.shop-details .releted-products .releted-slider .single-box .side-btn a:last-child {
	margin-bottom: 0;
}

.shop-details .releted-products .releted-slider .single-box .side-btn a:hover {
	background: #ff4545;
	color: #fff;
}

.shop-details .releted-products .releted-slider .single-box:hover {
	background: #FFE9D0;
	border-color: #FFE9D0;
}

.shop-details .releted-products .releted-slider .single-box:hover .part-img .img-1 {
	opacity: 0;
}

.shop-details .releted-products .releted-slider .single-box:hover .part-img .img-2 {
	opacity: 1;
}

.shop-details .releted-products .releted-slider .single-box:hover .part-txt .bottom .add-to-chart {
	background: #ff4545;
	border-color: #ff4545;
	color: #fff;
}

.shop-details .releted-products .releted-slider .single-box:hover .part-txt .bottom .add-to-chart:hover {
	background: #fff;
	color: #ff4545;
}

.shop-details .releted-products .releted-slider .single-box:hover .side-btn {
	right: 30px;
}

.shop-details .releted-products .releted-slider .owl-nav {
	position: absolute;
	top: -69px;
	right: 0;
}

.shop-details .releted-products .releted-slider .owl-nav button {
	font-size: 5px;
	color: rgba(255, 69, 69, 0.5);
}

.shop-details .releted-products .releted-slider .owl-nav button.owl-prev {
	margin-right: 20px;
}

.shop-details .releted-products .releted-slider .owl-nav button:hover {
	color: #ff4545;
}

.zipcode_validation {
	padding-bottom: 10px;
	padding-top: 10px;
	display: flex;
}

.zipcode_input {
	width: 70%;
	font-size: 12px;
	min-height: 35px !important;
	display: unset;
	margin-bottom: 0;
	background: 0 0;
	border-radius: 5px;
	border: 1px solid #bbb;
	padding: 0 15px;
}

.zipcode_submit {
	border: unset;
	width: 40%;
	margin-left: 3%;
	min-height: 27px;
	font-size: 13px;
	height: 35px;
	border-radius: 50px;
	background-color: #48100a !important;
	cursor: pointer !important;
}

.zipcode_submit:hover {
	background-color: transparent !important;
	color: #48100a !important;
	border: 1px solid #48100a;
}




/*########## 32. shop cart page ##########*/
.shop-cart {
	padding: 100px 0;
}

.shop-cart .table {
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #dbdbdb;
	border-radius: 10px 10px 0 0;
}

.shop-cart .table thead tr th {
	border: 0;
	padding: 20px 25px 14px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 100%;
	color: #3c3434;
	text-align: center;
	border-left: 1px solid;
	border-color: #dbdbdb;
}

.shop-cart .table thead tr th:first-child {
	text-align: left;
	border-left: 0;
}

.shop-cart .table tbody tr td {
	border-left: 1px solid;
	border-color: #dbdbdb;
	padding: 25px;
}

.shop-cart .table tbody tr td:first-child {
	border-left: 0;
	width: 508px;
}

.shop-cart .table tbody tr td .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-cart .table tbody tr td .product .part-img {
	width: 85px;
	height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0;
	background: #FFEBFF;
	border-radius: 3px;
	margin-right: 29px;
}

.shop-cart .table tbody tr td .product .part-img img {
	min-width: inherit;
	width: auto;
	height: 100%;
}

.shop-cart .table tbody tr td .product .part-txt p {
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin-bottom: 0;
}

.shop-cart .table tbody tr td .price {
	height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-cart .table tbody tr td .price p {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 0;
}

.shop-cart .table tbody tr td .product-quantity {
	height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-cart .table tbody tr td .product-quantity .product-count {
	height: 35px;
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity {
	position: relative;
	display: inline-block;
	padding: 0 29px;
	border: 1px solid #ff4545;
	border-radius: 3px;
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity input {
	width: 65px;
	padding-left: 0;
	margin-left: -2px;
	margin-right: -20px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	color: #3c3434;
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity .quantity-nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity .quantity-nav .quantity-button {
	height: 35px;
	line-height: 35px;
	width: 29px;
	text-align: center;
	font-size: 4px;
	color: #3c3434;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity .quantity-nav .quantity-button.quantity-down {
	left: 0;
	border-right: 1px solid #ff4545;
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity .quantity-nav .quantity-button.quantity-up {
	right: 0;
	border-left: 1px solid #ff4545;
}

.shop-cart .table tbody tr td .total-price {
	height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-cart .table tbody tr td .total-price p {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 0;
}

.shop-cart .table tbody tr td .delete {
	height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-cart .table tbody tr td .delete button {
	padding: 0;
	color: #ff4545;
}

.shop-cart .cart-totals {
	padding-top: 100px;
}

.shop-cart .cart-totals .coupon {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.shop-cart .cart-totals .coupon .coupon-title {
	background: #ff4545;
	padding: 25px 30px 19px 30px;
}

.shop-cart .cart-totals .coupon .coupon-title h2 {
	font-size: 22px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

.shop-cart .cart-totals .coupon .part-txt {
	border: 1px solid #dbdbdb;
	border-top: 0;
	padding: 30px;
}

.shop-cart .cart-totals .coupon .part-txt p {
	font-size: 16px;
	line-height: 100%;
	color: #b0b0b0;
	margin-top: -1px;
	margin-bottom: 27px;
}

.shop-cart .cart-totals .coupon .part-txt form .wrap {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input {
	height: 58px;
	padding: 0 20px;
	width: 100%;
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input::-webkit-input-placeholder {
	color: #b0b0b0;
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input:-ms-input-placeholder {
	color: #b0b0b0;
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input::-ms-input-placeholder {
	color: #b0b0b0;
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input::placeholder {
	color: #b0b0b0;
}

.shop-cart .cart-totals .coupon .part-txt form button {
	height: 60px;
	line-height: 60px;
	background: #ff4545;
	border: 1px solid #ff4545;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 24px;
}

.shop-cart .cart-totals .coupon .part-txt form button:hover {
	background: transparent;
	color: #ff4545;
}

.shop-cart .cart-totals .proceed-to-checkout {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.shop-cart .cart-totals .proceed-to-checkout .checkout-title {
	background: #ff4545;
	padding: 25px 30px 19px 30px;
}

.shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
	font-size: 22px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt {
	border: 1px solid #dbdbdb;
	border-top: 0;
	padding: 30px;
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt ul {
	padding: 0;
	margin-bottom: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	color: #3c3434;
	margin-top: -1px;
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li span {
	margin-right: 38px;
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt p {
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin-top: -1px;
	margin-bottom: -3px;
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box {
	border: 1px solid #dbdbdb;
	border-top: 0;
	padding: 30px;
	text-align: right;
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul {
	padding: 0;
	margin-bottom: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	color: #3c3434;
	margin-top: -1px;
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li span {
	margin-right: 38px;
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
	height: 60px;
	line-height: 60px;
	background: #ff4545;
	border: 1px solid #ff4545;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 24px;
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box a:hover {
	background: transparent;
	color: #ff4545;
}

/*########## 33. shop compare page ##########*/
.shop-compare {
	padding: 100px 0;
}

.shop-compare .box-wrap .single-box {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	overflow: hidden;
}

.shop-compare .box-wrap .single-box .close-btn button {
	width: 100%;
	background: #dbdbdb;
	height: 49px;
	line-height: 46px;
	color: #ff4545;
	font-size: 16px;
}

.shop-compare .box-wrap .single-box .close-btn button:hover {
	background: #ff4545;
	color: #fff;
}

.shop-compare .box-wrap .single-box .product-area .part-img {
	height: 211px;
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-compare .box-wrap .single-box .product-area .part-img img {
	min-width: inherit;
	width: auto;
	max-height: 100%;
}

.shop-compare .box-wrap .single-box .product-area .part-txt {
	text-align: center;
	padding-bottom: 30px;
}

.shop-compare .box-wrap .single-box .product-area .part-txt p {
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin-top: -1px;
	margin-bottom: 15px;
}

.shop-compare .box-wrap .single-box .product-area .part-txt .price {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #3c3434;
	margin-bottom: 22px;
}

.shop-compare .box-wrap .single-box .product-area .part-txt .star {
	font-size: 9px;
	color: #ff4545;
	margin-bottom: -3px;
}

.shop-compare .box-wrap .single-box .product-area .part-txt .star span {
	font-size: 11px;
	line-height: 100%;
	color: #3c3434;
	margin-left: 6px;
}

.shop-compare .box-wrap .single-box .product-features ul {
	padding: 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #dbdbdb;
}

.shop-compare .box-wrap .single-box .product-features ul li {
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	padding-top: 19px;
	padding-bottom: 17px;
}

.shop-compare .box-wrap .single-box .product-features ul li i {
	margin-left: 15px;
	font-size: 16px;
}

.shop-compare .box-wrap .single-box .product-features ul li i.fa-times {
	color: #ff4545;
}

.shop-compare .box-wrap .single-box .product-features ul li i.fa-check {
	color: #00B500;
}

.shop-compare .box-wrap .single-box .bottom-txt {
	padding: 30px;
	text-align: center;
}

.shop-compare .box-wrap .single-box .bottom-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3434;
	margin-top: -5px;
	margin-bottom: -7px;
}

/*########## 34. login page ##########*/
.form-wrap {
	padding: 100px 0;
}

.form-wrap .login-form {
	-webkit-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px;
}

.form-wrap .login-form h4 {
	height: 60px;
	background: #ff4545;
	border-radius: 10px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	padding-right: 11px;
	margin-bottom: 40px;
}

.form-wrap .login-form h4 span {
	font-size: 30px;
	float: right;
	opacity: 0.3;
}

.form-wrap .login-form form input[type=email],
.form-wrap .login-form form [type=password] {
	width: 100%;
	height: 60px;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 0 30px;
}

.form-wrap .login-form form input[type=email]::-webkit-input-placeholder,
.form-wrap .login-form form [type=password]::-webkit-input-placeholder {
	color: #b0b0b0;
}

.form-wrap .login-form form input[type=email]:-ms-input-placeholder,
.form-wrap .login-form form [type=password]:-ms-input-placeholder {
	color: #b0b0b0;
}

.form-wrap .login-form form input[type=email]::-ms-input-placeholder,
.form-wrap .login-form form [type=password]::-ms-input-placeholder {
	color: #b0b0b0;
}

.form-wrap .login-form form input[type=email]::placeholder,
.form-wrap .login-form form [type=password]::placeholder {
	color: #b0b0b0;
}

.form-wrap .login-form form a {
	float: right;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin-top: -1px;
	margin-bottom: 27px;
}

.form-wrap .login-form form a:hover {
	text-decoration: underline;
}

.form-wrap .login-form form button {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #ff4545;
	border: 2px solid #ff4545;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.form-wrap .login-form form button:hover {
	background: transparent;
	color: #ff4545;
	border-color: rgba(255, 69, 69, 0.5);
}

.form-wrap .login-form form .form-check {
	margin-bottom: -6px;
	padding-left: 28px;
}

.form-wrap .login-form form .form-check input {
	margin-left: -28px;
	cursor: pointer;
}

.form-wrap .login-form form .form-check label {
	font-size: 16px;
	color: #3c3434;
	cursor: pointer;
}

.form-wrap .sign-up-form {
	-webkit-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px;
}

.form-wrap .sign-up-form h4 {
	height: 60px;
	background: #ff4545;
	border-radius: 10px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	padding-right: 11px;
	margin-bottom: 40px;
}

.form-wrap .sign-up-form h4 span {
	font-size: 30px;
	float: right;
	opacity: 0.3;
}

.form-wrap .sign-up-form form input {
	width: 100%;
	height: 60px;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 0 30px;
}

.form-wrap .sign-up-form form input::-webkit-input-placeholder {
	color: #b0b0b0;
}

.form-wrap .sign-up-form form input:-ms-input-placeholder {
	color: #b0b0b0;
}

.form-wrap .sign-up-form form input::-ms-input-placeholder {
	color: #b0b0b0;
}

.form-wrap .sign-up-form form input::placeholder {
	color: #b0b0b0;
}

.form-wrap .sign-up-form form button {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #ff4545;
	border: 2px solid #ff4545;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 29px;
}

.form-wrap .sign-up-form form button:hover {
	background: transparent;
	color: #ff4545;
	border-color: rgba(255, 69, 69, 0.5);
}

.form-wrap .sign-up-form p {
	text-align: center;
	font-size: 16px;
	line-height: 100%;
	color: #3c3434;
	margin-bottom: -3px;
}

.form-wrap .sign-up-form p a {
	color: #ff4545;
}

.form-wrap .sign-up-form p a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.user_feedback .php-email-form {
  width: 100%;
}

.user_feedback .php-email-form .form-group {
  padding-bottom: 0px;
}

.user_feedback .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.user_feedback .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.user_feedback .php-email-form .error-message br+br {
  margin-top: 25px;
}

.user_feedback .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.user_feedback .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.user_feedback .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.user_feedback .php-email-form input,
.user_feedback .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #ffffff;
  border-color: #625b4b;
  color: #000;
}

.user_feedback .php-email-form input::-moz-placeholder,
.user_feedback .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.user_feedback .php-email-form input::placeholder,
.user_feedback .php-email-form textarea::placeholder {
  color: #a49b89;
}

.user_feedback .php-email-form input:focus,
.user_feedback .php-email-form textarea:focus {
  border-color: #cda45e;
}

.user_feedback .php-email-form input {
  height: 40px;
}

.user_feedback .php-email-form textarea {
  padding: 10px 12px;
}

.user_feedback .php-email-form button[type=submit] {
  background: #48100a;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.user_feedback .php-email-form button[type=submit]:hover {
  background: #d3af71;
}

/*########## 36. responsive layout for all page ##########*/
/*col-lg*/
/*laptop or medium pc*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/*==============================
    =======sections responsive=======
    ==============================*/
	.container {
		padding: 0;
	}

	/*header section*/
	.header .top-header .top-right .select-lang ul {
		left: auto !important;
		right: 0;
	}

	.header .bottom-header .navbar .others-btn button {
		margin-left: 20px;
	}

	.header .bottom-header .navbar .navbar-nav {
		margin: auto;
	}

	.header.header-2 .bottom-header .navbar .navbar-nav {
		margin: inherit;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item {
		padding: 32px 10px 33px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}

	.header .bottom-header .logo {
		width: 130px;
	}

	.header .bottom-header .logo img {
		width: 100%;
	}

	.header.header-2 .top-header .top-left:before {
		right: 170px;
	}

	.header.header-2 .top-header .top-left:after {
		right: 180px;
	}

	/*banner section*/
	.banner.banner-2 .slider-1 .part-txt,
	.banner.banner-2 .slider-2 .part-txt {
		padding: 182px 0 100px;
	}

	.banner.banner-2 .slider-1 .part-txt h4,
	.banner.banner-2 .slider-2 .part-txt h4 {
		margin-bottom: 20px;
	}

	.banner.banner-2 .slider-1 .part-txt h1,
	.banner.banner-2 .slider-2 .part-txt h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 19px;
	}

	.banner.banner-2 .slider-1 .part-img,
	.banner.banner-2 .slider-2 .part-img {
		width: 100%;
		margin: 0;
	}

	.banner.banner-2 .slider-1 .part-img img,
	.banner.banner-2 .slider-2 .part-img img {
		margin-left: 0;
		max-width: 100%;
	}

	.banner.banner-2 .owl-dots {
		bottom: 43px;
	}

	/*feature section*/
	.feature .single-box .part-txt h3 {
		font-size: 20px;
		line-height: 30px;
		margin-top: -1px;
		margin-bottom: 5px;
	}

	.feature .single-box .part-txt p {
		font-size: 15px;
	}

	/*hot deal section*/
	.hot-deal .single-box {
		padding: 10px;
	}

	.hot-deal .single-box .box {
		padding: 0 15px !important;
	}

	.hot-deal .single-box .box .part-txt h3 {
		font-size: 20px;
	}

	.hot-deal .single-box .box .part-img {
		width: 30% !important;
	}

	/*our product section*/
	.our-product .tab-content .tab-pane .single-box {
		padding: 20px;
	}

	/*best deal section*/
	.best-deal .part-img {
		padding-bottom: 15px;
	}

	.best-deal .part-img:before {
		left: -15px;
		width: 80%;
		height: 80%;
	}

	.best-deal .part-img img {
		width: 100%;
	}

	.best-deal .part-txt .top-txt .txt h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.best-deal .part-txt .top-txt .txt p {
		font-size: 16px;
	}

	.best-deal .part-txt .top-txt .special {
		padding: 8px 20px 10px;
	}

	.best-deal .part-txt {
		padding: 35px 40px;
	}

	.best-deal .part-txt:before {
		right: -15px;
		bottom: -15px;
		width: 80%;
		height: 80%;
	}

	.best-deal .part-txt .img {
		width: 130px;
		margin-bottom: 30px;
	}

	.best-deal .part-txt .img img {
		width: 100%;
	}

	.best-deal .part-txt h6 {
		margin-bottom: 14px;
	}

	.best-deal .part-txt .price {
		font-size: 24px;
		margin-bottom: 19px;
	}

	.best-deal .part-txt .pro-bar {
		margin-bottom: 18px;
	}

	.best-deal .part-txt h5 {
		margin-bottom: 17px;
	}

	.best-deal .part-txt .counter .countdown .single-box .time {
		margin-bottom: 5px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box {
		padding: 15px;
	}

	/*best seller section*/
	.best-seller .sidebar .top h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.best-seller .sidebar ul li .part-img {
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}

	.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box {
		padding: 25px 15px;
	}

	.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt p {
		font-size: 14px;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box {
		padding: 10px;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
		font-size: 15px;
	}

	/*recent product section*/
	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
		padding: 15px;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
		max-width: 100%;
		height: auto;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
		max-width: 100%;
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}

	/*advertisement section*/
	.ad .bg {
		background-size: cover;
		padding: 0 50px;
	}

	/*blog section*/
	.blog .single-box {
		padding: 20px;
	}

	.blog .single-box .part-img img {
		width: 100%;
	}

	/*products section*/
	.products .single-part .top h2 {
		font-size: 22px;
		line-height: 32px;
		margin-top: -7px;
	}

	.products .single-part .single-box {
		padding: 15px;
	}

	.products .single-part .single-box .part-txt a {
		font-size: 14px;
	}

	/*brands section*/
	.brands .all-brand .single-brand {
		height: 70px;
	}

	.brands .all-brand .single-brand img {
		max-height: 100%;
	}

	/* features two section */
	.feature-2 .single-box .bg .part-icon {
		height: auto;
		width: 40px;
		margin-right: 20px;
	}

	.feature-2 .single-box .bg .part-icon img {
		width: 100%;
		height: auto;
	}

	/*==============================
    =======inner page responsive=======
    ==============================*/
	/*+++++breadcrumb responsive+++++*/
	.breadcrumb-area.breadcrumb-area-2 {
		padding-top: 82px;
	}

	.breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
		padding: 150px 0;
	}

	.breadcrumb-area .breadcrumb-txt {
		padding: 150px 0;
	}

	/*+++++shop grid page+++++*/
	.shop-grid .all-product .single-box {
		padding: 20px;
	}

	.shop-grid .all-product .single-box .part-txt p {
		font-size: 14px;
	}

	.shop-grid-2 .side-bar h3 {
		font-size: 22px;
	}

	.shop-grid-2 .side-bar .feature-products ul li .part-img {
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}

	.shop-grid-2 .side-bar .sidebar-ad {
		border-radius: 5px;
	}

	.shop-grid-2 .side-bar .sidebar-ad .part-txt {
		padding: 12px;
	}

	/*+++++shop list page+++++*/
	.shop-list .lists .single-box .box .part-img {
		width: 100%;
	}

	.shop-list .lists .single-box .box .part-txt .txt .tags {
		padding-left: 50px;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
		padding-left: 50px;
	}

	/*+++++shop details page+++++*/
	.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
		width: 90px;
		height: 90px;
	}

	.shop-details .item-section .part-img .product-slider {
		width: 360px;
		height: 390px;
	}

	.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
		width: 360px;
		height: 390px !important;
	}

	.shop-details .item-section .part-txt {
		padding-left: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
		max-width: 731px;
	}

	/*+++++blog page+++++*/
	.blog-inner .sidebar .recent-post ul li .part-img {
		width: 90px;
		height: 85px;
	}

	.blog-inner .sidebar .recent-post ul li .part-txt {
		width: 195px;
	}

	.blog-inner .sidebar .sale-products ul li {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.blog-inner .sidebar .sale-products ul li .part-img {
		margin-right: 0;
	}

	.blog-inner .sidebar .sale-products ul li .part-txt {
		width: 185px;
	}

	/*+++++blog details page+++++*/
	.blog-inner .main-content .review-area .blog-comment .single-comment .txt {
		max-width: 464px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment.reply .txt {
		max-width: 393px;
	}

	/*+++++about page+++++*/
	/* about section */
	.about .part-img img {
		width: 100%;
	}

	/* our vision section */
	.vision .part-img {
		margin-bottom: 15px;
		margin-left: 0;
	}

	.vision .part-img img {
		width: 100%;
	}

	.vision .part-img:after {
		right: -15px;
		bottom: -15px;
	}

	/* our mission section */
	.mission .part-img {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.mission .part-img:after {
		left: -15px;
		bottom: -15px;
	}

	.mission .part-img img {
		width: 100%;
	}

	/*+++++about page two+++++*/
	.history .single-box {
		padding: 20px 18px 20px 20px;
	}

	.history .single-box .part-icon {
		margin-right: 19px;
	}

	.history .single-box .part-icon span {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 35px;
	}

	/*+++++contact page+++++*/
	.contact .contact-box .contact-form form input {
		width: 267.5px;
	}

	.map iframe {
		height: 400px;
	}
}

/*as col-md*/
/*tablet device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/*==============================
    =======sections responsive=======
    ==============================*/
	/* header section */
	.header.header-2 .top-header .top-left:before,
	.header.header-2 .top-header .top-left:after {
		display: none;
	}

	.header.header-2 .top-header .top-left a {
		color: #3c3434;
	}

	.header.header-2 .top-header .top-left a:first-child {
		margin-right: 24px;
	}

	.header.header-2 .top-header .top-left a i {
		background: #ff4545;
		color: #fff;
	}

	.header.header-2 .top-header .top-left a:hover {
		color: #ff4545;
	}

	.header.header-2 .bottom-header {
		position: inherit;
		background: #ff4545;
	}

	.header.header-2 .bottom-header.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header.header-2 .bottom-header .bg:before,
	.header.header-2 .bottom-header .bg:after {
		display: none;
	}

	.header.header-2 .bottom-header .bg .logo {
		width: 120px;
	}

	.header.header-2 .bottom-header .bg .others-btn button {
		font-size: 8px;
		color: #fff;
		padding: 0 8px;
	}

	.header.header-2 .bottom-header .bg .others-btn button span {
		background: #fff;
		color: #ff4545;
		width: 13px;
		height: 13px;
		line-height: 14px;
		font-size: 10px;
	}

	.header.header-2 .bottom-header .bg .navbar-toggler {
		background: #fff;
		color: #ff4545;
	}

	.header.header-2 .bottom-header .bg .navbar {
		padding-left: 0;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav {
		border-top: 0;
		background: #fff;
		border-radius: 5px;
		margin-bottom: 15px;
		max-height: 300px;
		overflow: scroll;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		margin: 10px 20px 0;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 20px;
		color: #3c3434;
	}

	.header .top-header .top-right .select-lang ul {
		left: auto !important;
		right: 0;
	}

	.header .bottom-header .logo img {
		width: 100%;
	}

	.header .bottom-header .others-btn {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header .bottom-header .others-btn button {
		padding: 0 15px;
		font-size: 18px;
		color: #ff4545;
		position: relative;
	}

	.header .bottom-header .others-btn button span {
		position: absolute;
		top: 0;
		right: 5px;
		width: 15px;
		height: 15px;
		line-height: 16px;
		background: #ff4545;
		border-radius: 50%;
		color: #fff;
		font-size: 12px;
	}

	.header .bottom-header .navbar-toggler {
		padding: 0;
		float: right;
		padding: 5px 10px;
		background: #ff4545;
		color: #fff;
		margin: 15px 0;
	}

	.header .bottom-header .navbar .navbar-nav {
		border-top: 1px solid #dbdbdb;
		padding: 10px 0;
		max-height: 300px;
		overflow-y: scroll;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item {
		padding: 12px 15px 13px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		display: none;
		margin-top: 10px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
		display: block;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}

	/* search section */
	.search-box .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.search-box form {
		padding: 60px 30px;
	}

	.search-box form select,
	.search-box form input {
		height: 50px;
	}

	.search-box form button {
		height: 50px;
		line-height: 48px;
	}

	/* wish list section */
	.wish-list {
		padding: 60px 0;
	}

	.wish-list .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.wish-list .box {
		padding: 30px 20px;
	}

	.wish-list .box .single-box {
		padding: 15px 30px 15px 15px;
	}

	.wish-list .box .single-box .wish-close {
		top: 15px;
		right: 15px;
	}

	.wish-list .box .single-box .part-img {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.wish-list .box .single-box .part-txt a {
		font-size: 12px;
		line-height: 20px;
	}

	.wish-list .box .single-box .part-txt p {
		font-size: 12px;
	}

	.wish-list .box .box-btn a {
		padding: 0 30px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	/* cart list section */
	.cart-list {
		padding: 60px 0;
	}

	.cart-list .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.cart-list .box {
		padding: 30px 20px;
	}

	.cart-list .box .single-box {
		padding: 15px 30px 15px 15px;
	}

	.cart-list .box .single-box .cart-close {
		top: 15px;
		right: 15px;
	}

	.cart-list .box .single-box .part-img {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.cart-list .box .single-box .part-txt a {
		font-size: 12px;
		line-height: 20px;
	}

	.cart-list .box .single-box .part-txt p {
		font-size: 12px;
	}

	.cart-list .box .box-btn a {
		padding: 0 30px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	/* banner section */
	.banner.banner-2 .slider-1 .part-img,
	.banner.banner-2 .slider-2 .part-img {
		display: none;
	}

	.banner.banner-2 .slider-1 .part-txt,
	.banner.banner-2 .slider-2 .part-txt {
		padding: 80px 0;
		text-align: center;
	}

	.banner.banner-2 .slider-1 .part-txt h4,
	.banner.banner-2 .slider-2 .part-txt h4 {
		display: block;
		font-size: 20px;
		margin-top: -2px;
		margin-bottom: 17px;
	}

	.banner.banner-2 .slider-1 .part-txt h1,
	.banner.banner-2 .slider-2 .part-txt h1 {
		font-size: 28px;
		line-height: 38px;
		margin-top: 0;
	}

	.banner.banner-2 .slider-1 .part-txt p,
	.banner.banner-2 .slider-2 .part-txt p {
		font-size: 16px;
		line-height: 26px;
	}

	.banner.banner-2 .slider-1 .part-txt .def-btn,
	.banner.banner-2 .slider-2 .part-txt .def-btn {
		height: 45px;
		line-height: 43px;
		font-size: 14px;
	}

	.banner.banner-2 .owl-dots {
		bottom: 34px;
	}

	.banner .slider-1,
	.banner .slider-2 {
		background-position-x: 20%;
	}

	.banner .slider-1 .part-img,
	.banner .slider-2 .part-img {
		display: none;
	}

	.banner .slider-1 .part-txt,
	.banner .slider-2 .part-txt {
		padding: 80px 0;
		text-align: center;
	}

	.banner .slider-1 .part-txt h4,
	.banner .slider-2 .part-txt h4 {
		display: none;
	}

	.banner .slider-1 .part-txt h1,
	.banner .slider-2 .part-txt h1 {
		font-size: 28px;
		line-height: 38px;
		text-transform: uppercase;
		margin-top: -6px;
	}

	.banner .slider-1 .part-txt p,
	.banner .slider-2 .part-txt p {
		font-size: 16px;
		line-height: 26px;
	}

	.banner .slider-1 .part-txt .def-btn,
	.banner .slider-2 .part-txt .def-btn {
		height: 50px;
		line-height: 48px;
		font-size: 16px;
	}

	.banner .owl-dots {
		bottom: 35px;
	}

	/* features section */
	.feature {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.feature .single-box {
		margin-bottom: 30px;
	}

	.feature .single-box .part-icon {
		height: 25px;
	}

	.feature .single-box .part-icon img {
		height: 25px;
	}

	.feature .single-box .part-txt h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.feature .single-box .part-txt p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: -7px;
	}

	/* hot deal section */
	.hot-deal {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.hot-deal .single-box {
		margin-bottom: 30px;
	}

	.hot-deal .single-box .box {
		padding: 0 15px !important;
	}

	.hot-deal .single-box .box .part-txt {
		padding: 23px 0;
	}

	.hot-deal .single-box .box .part-txt p {
		margin-bottom: 16px;
	}

	.hot-deal .single-box .box .part-txt h3 {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 8px;
	}

	.hot-deal .single-box .box .part-img {
		width: 35%;
	}

	/* our product section */
	.our-product {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.our-product .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.our-product .top nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.our-product .top nav .nav-tabs .nav-link {
		font-size: 14px;
	}

	.our-product .tab-content .tab-pane .single-box {
		padding: 15px;
		margin-bottom: 30px;
	}

	.our-product .tab-content .tab-pane .single-box .part-txt p {
		font-size: 14px;
	}

	/* top category section */
	.top-category {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.top-category .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.top-category .top nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.top-category .top nav .nav-tabs .nav-link {
		font-size: 14px;
	}

	/* shop section */
	.shop {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.shop .single-box {
		margin-bottom: 30px;
	}

	.shop .single-box .part-img img {
		width: 100%;
	}

	.shop .single-box .part-txt {
		top: 30px;
	}

	.shop .single-box .part-txt p,
	.shop .single-box .part-txt a {
		font-size: 14px;
	}

	/* best deal section */
	.best-deal {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.best-deal.best-deal-2 {
		padding-bottom: 60px;
	}

	.best-deal.best-deal-2 .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.best-deal.best-deal-2 .top nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
		font-size: 14px;
	}

	.best-deal .part-img {
		width: 100%;
		margin: 0 auto 30px auto;
		padding-bottom: 15px;
	}

	.best-deal .part-img:before {
		width: 85%;
		height: 85%;
		left: -15px;
	}

	.best-deal .part-img img {
		width: 100%;
	}

	.best-deal .part-txt {
		margin: 0 auto 16px auto;
		padding: 30px;
	}

	.best-deal .part-txt:before {
		bottom: -15px;
		right: -15px;
		width: 85%;
		height: 85%;
	}

	.best-deal .part-txt .top-txt {
		margin-bottom: 20px;
	}

	.best-deal .part-txt .top-txt .txt h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 4px;
	}

	.best-deal .part-txt .top-txt .txt p {
		font-size: 16px;
	}

	.best-deal .part-txt .top-txt .special h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.best-deal .part-txt .top-txt .special h4 span {
		font-size: 16px;
	}

	.best-deal .part-txt .img {
		width: 120px;
		margin-bottom: 20px;
	}

	.best-deal .part-txt .img img {
		width: 100%;
	}

	.best-deal .part-txt h6 {
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.best-deal .part-txt .price {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.best-deal .part-txt .pro-bar {
		margin-bottom: 17px;
	}

	.best-deal .part-txt h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.best-deal .part-txt .counter .countdown .single-box .time {
		font-size: 18px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 5px;
	}

	.best-deal .part-txt .counter .countdown .single-box .name {
		font-size: 14px;
	}

	.best-deal .part-txt .counter .countdown .devide {
		font-size: 40px;
		height: 35px;
		line-height: 32px;
	}

	/* best seller section */
	.best-seller {
		padding-top: 60px;
		padding-bottom: 46px;
	}

	.best-seller .sidebar {
		margin-bottom: 30px;
	}

	.best-seller .sidebar .top h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.best-seller .sidebar ul li {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.best-seller .best-sale .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.best-seller .best-sale .top nav .nav-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.best-seller .best-sale .top nav .nav-tabs .nav-link {
		font-size: 14px;
	}

	.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box {
		padding: 15px;
		margin-bottom: 30px;
	}

	.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt p {
		font-size: 14px;
	}

	.best-seller-2 {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.best-seller-2 .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.best-seller-2 .top nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.best-seller-2 .top nav .nav-tabs .nav-link {
		font-size: 14px;
		margin: 0 10px;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box {
		padding: 15px;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
		height: 100px;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
	}

	/* recent product section */
	.recent-product {
		padding: 60px 0;
	}

	.recent-product .top .sec-title h2 {
		font-size: 22px;
	}

	.recent-product .slider-area .slider-box {
		padding-bottom: 14px;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
		max-width: 100%;
		height: auto;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
		max-width: 100%;
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt p {
		font-size: 14px;
	}

	/* advertisement section */
	.ad {
		padding-bottom: 60px;
	}

	.ad .bg {
		background-size: cover;
		padding: 0 20px;
	}

	.ad .bg .part-txt h2 {
		font-size: 25px;
		line-height: 34px;
		margin-bottom: 19px;
	}

	.ad .bg .part-txt .def-btn {
		height: 45px;
		line-height: 43px;
		font-size: 16px;
	}

	.ad .bg .part-img img {
		max-width: 100%;
	}

	/* testimonial section */
	.testimonial {
		padding: 60px 0;
	}

	.testimonial .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 8px;
	}

	/* blog section */
	.blog {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.blog .heading {
		margin-bottom: 45px;
	}

	.blog .heading h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 8px;
	}

	.blog .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.blog .single-box {
		padding: 15px;
		margin-bottom: 30px;
	}

	.blog .single-box .part-img img {
		width: 100%;
	}

	.blog .single-box .admin {
		margin-bottom: 17px;
	}

	.blog .single-box .part-txt .title {
		font-size: 20px;
		margin-bottom: 13px;
	}

	.blog .single-box .part-txt .bottom .read {
		font-size: 14px;
	}

	/* products section */
	.products {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.products .single-part .top {
		text-align: center;
		margin-top: -1px;
	}

	.products .single-part .top:after {
		display: none;
	}

	.products .single-part .top h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.products .single-part .single-box {
		padding: 20px;
	}

	/* brands section */
	.brands {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.brands.brands-2 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.brands.brands-2 .all-brand .single-brand {
		height: 85px;
	}

	.brands .all-brand {
		padding: 30px 50px;
	}

	.brands .all-brand .single-brand img {
		width: 60%;
	}

	.brands .all-brand .owl-nav {
		left: 15px;
		right: 15px;
	}

	.brands .all-brand .owl-nav button {
		font-size: 4px;
	}

	/* features two section */
	.feature-2 {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.feature-2 .single-box {
		margin-bottom: 30px;
	}

	.feature-2 .single-box .bg .part-icon {
		height: auto;
		width: 40px;
		margin-right: 20px;
	}

	.feature-2 .single-box .bg .part-icon img {
		width: 100%;
		height: auto;
	}

	/* instagram section */
	.instagram .posts .single-post .txt a {
		font-size: 16px;
	}

	.instagram .posts .single-post .txt a span {
		font-size: 25px;
	}

	
	/*==============================
    =======inner page responsive=======
    ==============================*/
	/*+++++breadcrumb responsive+++++*/
	.breadcrumb-area.breadcrumb-area-2 {
		padding-top: 0;
	}

	.breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
		padding: 80px 0;
	}

	.breadcrumb-area .breadcrumb-txt {
		padding: 80px 0;
	}

	.breadcrumb-area .breadcrumb-txt h1 {
		font-size: 35px;
		line-height: 45px;
		font-weight: 600;
		margin-bottom: 6px;
	}

	.breadcrumb-area .breadcrumb-txt ul {
		margin-bottom: -8px;
	}

	.breadcrumb-area .breadcrumb-txt ul li {
		font-size: 16px;
		margin-left: 15px;
	}

	/*+++++shop grid page+++++*/
	.shop-grid {
		padding: 60px 0;
	}

	.shop-grid .top .part-btn a {
		font-size: 18px;
	}

	.shop-grid .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-grid .all-product .single-box {
		padding: 15px;
		margin-bottom: 30px;
	}

	.shop-grid .all-product .single-box .part-txt p {
		font-size: 14px;
	}

	.shop-grid-2 {
		padding: 60px 0;
	}

	.shop-grid-2 .top .part-btn a {
		font-size: 18px;
	}

	.shop-grid-2 .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
		margin-bottom: 9px;
	}

	.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.shop-grid-2 .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.shop-grid-2 .next .side-bar {
		width: 290px;
		margin: 60px auto 0;
	}

	.shop-grid-2 .next .side-bar h3 {
		font-size: 22px;
		margin-bottom: 25px;
		padding-bottom: 11px;
	}

	.shop-grid-2 .next .side-bar .search-area {
		margin-bottom: 40px;
	}

	.shop-grid-2 .next .side-bar .category {
		margin-bottom: 23px;
	}

	.shop-grid-2 .next .side-bar .filter {
		margin-bottom: 33px;
	}

	.shop-grid-2 .next .side-bar .feature-products {
		margin-bottom: 40px;
	}

	.shop-grid-2 .next .side-bar .products-tag {
		margin-bottom: 30px;
	}

	.shop-grid-2 .next .side-bar .products-tag .tags a {
		font-size: 14px;
	}

	/*+++++shop list page+++++*/
	.shop-list {
		padding: 60px 0;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt {
		padding: 15px;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
		padding-left: 30px;
	}

	.shop-list .top .part-btn a {
		font-size: 18px;
	}

	.shop-list .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-list .lists .single-box {
		padding: 15px;
	}

	.shop-list .lists .single-box .box .part-img {
		width: 100%;
	}

	.shop-list .lists .single-box .box .part-txt {
		padding: 15px;
	}

	.shop-list .lists .single-box .box .part-txt .txt h4 {
		font-size: 14px;
		line-height: 24px;
		margin-top: -7px;
		margin-bottom: 12px;
	}

	.shop-list .lists .single-box .box .part-txt .txt p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 19px;
	}

	.shop-list .lists .single-box .box .part-txt .txt .tags {
		padding-left: 30px;
	}

	.shop-list .lists .single-box .box .part-txt .info {
		padding: 20px 0;
	}

	/*+++++shop details page+++++*/
	.shop-details {
		padding: 60px 0;
	}

	.shop-details .item-section {
		padding-bottom: 40px;
	}

	.shop-details .item-section .part-img {
		width: 570px;
		margin: 0 auto 30px;
	}

	.shop-details .item-section .part-txt {
		padding-left: 0;
	}

	.shop-details .item-section .part-txt h3 {
		margin-top: -1px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart {
		padding-top: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
		width: 47px;
		margin-right: -2px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data {
		margin-top: -7px;
		margin-bottom: -3px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
		margin-top: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul.first li:last-child {
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 9px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
		margin-bottom: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li span {
		min-width: 250px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
		display: block;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
		width: 80px;
		height: 79px;
		margin-bottom: 20px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img img {
		width: 100%;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
		margin-bottom: -7px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
		margin-bottom: 12px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
		margin-bottom: 6px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
		height: 50px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
		height: 150px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	.shop-details .releted-products {
		padding-top: 60px;
	}

	.shop-details .releted-products .releted-slider .single-box {
		padding: 20px;
	}

	.shop-details .releted-products .releted-slider .single-box .part-txt p {
		font-size: 14px;
	}

	/*+++++blog page+++++*/
	.blog-inner {
		padding: 60px 0;
	}

	.blog-inner .pagination {
		margin-top: 0;
	}

	.blog-inner .pagination.pagination-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-inner .sidebar {
		width: 290px;
		margin: 60px auto 0;
	}

	.blog-inner .sidebar h3 {
		font-size: 22px;
		margin-bottom: 25px;
		padding-bottom: 11px;
	}

	.blog-inner .sidebar .search-area {
		margin-bottom: 40px;
	}

	.blog-inner .sidebar .category {
		margin-bottom: 23px;
	}

	.blog-inner .sidebar .recent-post {
		margin-bottom: 40px;
	}

	.blog-inner .sidebar .recent-post ul li .part-img {
		width: 85px;
		height: 80px;
	}

	.blog-inner .sidebar .recent-post ul li .part-txt {
		width: 190px;
		margin-bottom: -5px;
	}

	.blog-inner .sidebar .sale-products {
		margin-bottom: 40px;
	}

	.blog-inner .sidebar .sale-products ul li .part-txt {
		width: 172px;
	}

	.blog-inner .sidebar .products-tag .tags a {
		font-size: 14px;
	}

	.blog-inner .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/*+++++blog details page+++++*/
	.blog-inner .main-content .main-title {
		margin-bottom: 29px;
	}

	.blog-inner .main-content .part-img img {
		min-width: inherit;
		width: 100%;
	}

	.blog-inner .main-content .review-area {
		padding-top: 40px;
	}

	.blog-inner .main-content .review-area .title {
		margin-bottom: 19px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment {
		display: block;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .img {
		width: 80px;
		height: 79px;
		margin-bottom: 20px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .img img {
		width: 100%;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt {
		margin-bottom: -7px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
		margin-bottom: 12px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
		margin-bottom: 6px;
	}

	.blog-inner .main-content .review-area .post-a-review form input {
		height: 50px;
	}

	.blog-inner .main-content .review-area .post-a-review form textarea {
		height: 150px;
	}

	.blog-inner .main-content .review-area .post-a-review form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	/*+++++about page+++++*/
	/* about section */
	.about {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.about .part-img img {
		width: 100%;
	}

	.about .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 1px;
	}

	.about .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 17px;
	}

	.about .part-txt ul {
		padding: 20px 0;
	}

	.about .part-txt ul li.signature {
		margin-right: 30px;
	}

	.about .part-txt ul li.signature .img-1 {
		width: 35px;
		height: 35px;
		margin-right: 10px;
		border-width: 2px;
	}

	.about .part-txt ul li.signature .img-2 {
		width: 50px;
	}

	.about .part-txt ul li.signature .img-2 img {
		min-width: inherit;
		width: 100%;
	}

	.about .part-txt ul li.off-day {
		margin-top: -1px;
	}

	.about .part-txt ul li.off-day .part-icon span {
		margin-right: 9px;
		margin-top: -3px;
	}

	.about .part-txt ul li.off-day .txt p {
		font-size: 14px;
		margin-top: 0;
	}

	.about .part-txt ul li.off-day .txt p span {
		font-size: 16px;
		line-height: 100%;
	}

	.about .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}

	/* feature section */
	.feature-inner {
		padding-top: 40px;
	}

	/* our vision section */
	.vision {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.vision .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -5px;
		margin-bottom: 1px;
	}

	.vision .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 17px;
	}

	.vision .part-txt ul {
		padding-left: 15px;
	}

	.vision .part-txt ul li:before {
		top: 7px;
		left: -15px;
	}

	.vision .part-txt ul li:after {
		top: 9px;
		left: -13px;
	}

	.vision .part-img {
		margin-left: 0;
		margin-bottom: 0;
	}

	.vision .part-img:after {
		right: -15px;
		bottom: -15px;
	}

	.vision .part-img img {
		width: 100%;
	}

	/* our mission section */
	.mission {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.mission .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -5px;
		margin-bottom: 1px;
	}

	.mission .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 17px;
	}

	.mission .part-txt p {
		margin-bottom: 15px;
	}

	.mission .part-txt ul li:before {
		top: 10px;
	}

	.mission .part-txt ul li:after {
		top: 12px;
	}

	.mission .part-img {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.mission .part-img:after {
		left: -15px;
		bottom: -15px;
	}

	.mission .part-img img {
		width: 100%;
	}

	/* video section */
	.video {
		padding-top: 120px;
		padding-bottom: 200px;
	}

	.video .btn-area .vdo-btn {
		width: 90px;
		height: 90px;
		line-height: 84px;
		font-size: 30px;
		border-width: 5px;
	}

	.video .btn-area .vdo-btn i {
		margin-left: 7px;
	}

	/* counter section */
	.counter-area {
		padding-bottom: 30px;
	}

	.counter-area .single-box {
		margin-bottom: 30px;
	}

	.counter-area .single-box .icon {
		height: 30px;
		margin-bottom: 15px;
	}

	/*+++++about page two+++++*/
	/* about section */
	.about-2 {
		padding: 60px 0;
	}

	.about-2 .part-img {
		width: 320px;
		margin: 0 auto 45px;
	}

	.about-2 .part-img:after {
		bottom: -15px;
		left: -15px;
	}

	.about-2 .part-txt h2 {
		font-size: 30px;
		margin-top: -9px;
		margin-bottom: 1px;
	}

	.about-2 .part-txt .def-btn {
		height: 50px;
		line-height: 48px;
		font-size: 16px;
	}

	/* our skill section */
	.skill {
		padding: 60px 0;
	}

	.skill .skill-area {
		margin-bottom: 40px;
	}

	.skill .skill-area h2 {
		font-size: 30px;
		margin-top: -9px;
		margin-bottom: 1px;
	}

	.skill .what-we-do h2 {
		font-size: 30px;
		margin-top: -9px;
		margin-bottom: 1px;
	}

	.skill .what-we-do .def-btn {
		height: 50px;
		line-height: 48px;
		font-size: 16px;
	}

	/* our history section */
	.history {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.history .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 8px;
	}

	.history .single-box .part-txt h3 {
		font-size: 22px;
	}

	/* team section */
	.team {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.team .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 8px;
	}

	.team .single-box {
		margin-bottom: 30px;
	}

	/*+++++shop cart page+++++*/
	.shop-cart {
		padding: 60px 0;
	}

	.shop-cart .table-responsive .table {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.shop-cart .table-responsive .table tbody tr td:first-child {
		width: 450px;
	}

	.shop-cart .cart-totals {
		padding-top: 60px;
	}

	.shop-cart .cart-totals .coupon {
		margin-bottom: 30px;
	}

	.shop-cart .cart-totals .coupon .coupon-title {
		padding: 20px 30px 15px;
	}

	.shop-cart .cart-totals .coupon .coupon-title h2 {
		font-size: 18px;
	}

	.shop-cart .cart-totals .coupon .part-txt form .wrap {
		border-radius: 5px;
		margin-bottom: 25px;
	}

	.shop-cart .cart-totals .coupon .part-txt form .wrap input {
		height: 38px;
	}

	.shop-cart .cart-totals .coupon .part-txt form button {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .checkout-title {
		padding: 20px 30px 15px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
		font-size: 18px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box {
		text-align: left;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	/*+++++shop compare page+++++*/
	.shop-compare {
		padding: 60px 0;
	}

	.shop-compare .box-wrap {
		overflow-x: scroll;
	}

	.shop-compare .box-wrap .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.shop-compare .box-wrap .row .custom-col {
		width: 300px;
	}

	/*+++++login & sign up page+++++*/
	.form-wrap {
		padding: 60px 0;
	}

	.form-wrap .login-form {
		padding: 20px;
	}

	.form-wrap .login-form h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.form-wrap .login-form form input[type=email],
	.form-wrap .login-form form [type=password] {
		height: 50px;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 14px;
	}

	.form-wrap .login-form form a {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: 28px;
	}

	.form-wrap .login-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	.form-wrap .login-form form .form-check label {
		font-size: 14px;
	}

	.form-wrap .sign-up-form {
		padding: 20px;
		margin-bottom: 30px;
	}

	.form-wrap .sign-up-form h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.form-wrap .sign-up-form form input {
		height: 50px;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 14px;
	}

	.form-wrap .sign-up-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
		margin-top: 10px;
		margin-bottom: 28px;
	}

	.form-wrap .sign-up-form p {
		font-size: 14px;
		margin-bottom: -2px;
	}

	/*+++++contact page+++++*/
	.contact {
		padding: 60px 0;
	}

	.contact .contact-box {
		padding: 45px;
	}

	.contact .contact-box:after {
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px;
	}

	.contact .contact-box .contact-info .single-box .part-icon {
		margin-right: 15px;
	}

	.contact .contact-box .contact-form form input {
		width: 100%;
	}

	.map iframe {
		height: 350px;
	}
}

/*as col-sm*/
/*large mobile device*/
@media only screen and (min-width: 576px) and (max-width: 767px) {

	/*==============================
    =======sections responsive=======
    ==============================*/
	/* header section */
	.header.header-2 .top-header .top-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header.header-2 .top-header .top-left:before,
	.header.header-2 .top-header .top-left:after {
		left: -15px;
		right: -15px;
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		transform: skewX(0deg);
	}

	.header.header-2 .top-header .top-right {
		padding: 10px 0;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.header.header-2 .top-header .top-right .select-lang ul {
		left: 0;
		right: auto;
	}

	.header.header-2 .bottom-header {
		position: inherit;
		background: #ff4545;
	}

	.header.header-2 .bottom-header.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header.header-2 .bottom-header .bg:before,
	.header.header-2 .bottom-header .bg:after {
		display: none;
	}

	.header.header-2 .bottom-header .bg .logo {
		width: 120px;
	}

	.header.header-2 .bottom-header .bg .others-btn button {
		font-size: 8px;
		color: #fff;
		padding: 0 8px;
	}

	.header.header-2 .bottom-header .bg .others-btn button span {
		background: #fff;
		color: #ff4545;
		width: 13px;
		height: 13px;
		line-height: 14px;
		font-size: 10px;
	}

	.header.header-2 .bottom-header .bg .navbar-toggler {
		background: #fff;
		color: #ff4545;
	}

	.header.header-2 .bottom-header .bg .navbar {
		padding-left: 0;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav {
		border-top: 0;
		background: #fff;
		border-radius: 5px;
		margin-bottom: 15px;
		max-height: 300px;
		overflow: scroll;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		margin: 10px 10px 0;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 20px;
		color: #3c3434;
	}

	.header .top-header {
		padding-top: 15px;
		padding-bottom: 19px;
	}

	.header .top-header .top-right a {
		font-size: 13px;
	}

	.header .top-header .top-right .select-lang ul {
		left: auto !important;
		right: 0;
	}

	.header .top-header .top-right .select-lang ul li a {
		font-size: 13px;
	}

	.header .top-header .top-right .select-lang .dropdown-toggle {
		font-size: 13px;
	}

	.header .bottom-header .logo img {
		width: 100%;
	}

	.header .bottom-header .others-btn {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header .bottom-header .others-btn button {
		padding: 0 10px;
		font-size: 16px;
		color: #ff4545;
		position: relative;
	}

	.header .bottom-header .others-btn button span {
		position: absolute;
		top: 0px;
		right: 0;
		width: 15px;
		height: 15px;
		line-height: 16px;
		background: #ff4545;
		border-radius: 50%;
		color: #fff;
		font-size: 12px;
	}

	.header .bottom-header .navbar-toggler {
		padding: 0;
		float: right;
		padding: 5px;
		background: #ff4545;
		color: #fff;
		margin: 15px 0;
	}

	.header .bottom-header .navbar .navbar-nav {
		border-top: 1px solid #dbdbdb;
		padding: 10px 0;
		max-height: 300px;
		overflow-y: scroll;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item {
		padding: 12px 15px 13px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		display: none;
		margin-top: 10px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
		display: block;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}

	/* search section */
	.search-box .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.search-box form {
		padding: 60px 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.search-box form select,
	.search-box form input {
		width: 100%;
		height: 45px;
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		margin-bottom: 15px;
	}

	.search-box form button {
		height: 45px;
		line-height: 43px;
		border-radius: 10px;
	}

	/* wish list section */
	.wish-list {
		padding: 60px 0;
	}

	.wish-list .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.wish-list .box {
		padding: 30px 20px;
	}

	.wish-list .box .single-box {
		padding: 15px 30px 15px 15px;
	}

	.wish-list .box .single-box .wish-close {
		top: 15px;
		right: 15px;
	}

	.wish-list .box .single-box .part-img {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.wish-list .box .single-box .part-txt a {
		font-size: 12px;
		line-height: 20px;
	}

	.wish-list .box .single-box .part-txt p {
		font-size: 12px;
	}

	.wish-list .box .box-btn a {
		padding: 0 30px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	/* cart list section */
	.cart-list {
		padding: 60px 0;
	}

	.cart-list .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.cart-list .box {
		padding: 30px 20px;
	}

	.cart-list .box .single-box {
		padding: 15px 30px 15px 15px;
	}

	.cart-list .box .single-box .cart-close {
		top: 15px;
		right: 15px;
	}

	.cart-list .box .single-box .part-img {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.cart-list .box .single-box .part-txt a {
		font-size: 12px;
		line-height: 20px;
	}

	.cart-list .box .single-box .part-txt p {
		font-size: 12px;
	}

	.cart-list .box .box-btn a {
		padding: 0 30px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	/* banner section */
	.banner.banner-2 .slider-1 .part-img,
	.banner.banner-2 .slider-2 .part-img {
		display: none;
	}

	.banner.banner-2 .slider-1 .part-txt,
	.banner.banner-2 .slider-2 .part-txt {
		padding: 80px 0;
		text-align: center;
	}

	.banner.banner-2 .slider-1 .part-txt h4,
	.banner.banner-2 .slider-2 .part-txt h4 {
		display: block;
		font-size: 20px;
		margin-top: -2px;
		margin-bottom: 17px;
	}

	.banner.banner-2 .slider-1 .part-txt h1,
	.banner.banner-2 .slider-2 .part-txt h1 {
		font-size: 28px;
		line-height: 38px;
		margin-top: 0;
	}

	.banner.banner-2 .slider-1 .part-txt p,
	.banner.banner-2 .slider-2 .part-txt p {
		font-size: 16px;
		line-height: 26px;
	}

	.banner.banner-2 .slider-1 .part-txt .def-btn,
	.banner.banner-2 .slider-2 .part-txt .def-btn {
		height: 45px;
		line-height: 43px;
		font-size: 14px;
	}

	.banner.banner-2 .owl-dots {
		bottom: 34px;
	}

	.banner .slider-1,
	.banner .slider-2 {
		background-position-x: 20%;
	}

	.banner .slider-1 .part-img,
	.banner .slider-2 .part-img {
		display: none;
	}

	.banner .slider-1 .part-txt,
	.banner .slider-2 .part-txt {
		padding: 80px 0;
		text-align: center;
	}

	.banner .slider-1 .part-txt h4,
	.banner .slider-2 .part-txt h4 {
		display: none;
	}

	.banner .slider-1 .part-txt h1,
	.banner .slider-2 .part-txt h1 {
		font-size: 23px;
		line-height: 33px;
		margin-top: -5px;
	}

	.banner .slider-1 .part-txt p,
	.banner .slider-2 .part-txt p {
		font-size: 14px;
		line-height: 24px;
	}

	.banner .slider-1 .part-txt .def-btn,
	.banner .slider-2 .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.banner .owl-dots {
		bottom: 35px;
	}

	/* features section */
	.feature {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.feature .single-box {
		margin-bottom: 30px;
	}

	.feature .single-box .part-icon {
		height: 25px;
	}

	.feature .single-box .part-icon img {
		height: 25px;
	}

	.feature .single-box .part-txt h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.feature .single-box .part-txt p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: -7px;
	}

	/* hot deal section */
	.hot-deal {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.hot-deal .single-box {
		width: 370px;
		margin: 0 auto 30px auto;
	}

	.hot-deal .single-box .box {
		padding: 0 25px !important;
	}

	.hot-deal .single-box .box .part-txt {
		padding: 23px 0;
	}

	.hot-deal .single-box .box .part-txt p {
		margin-bottom: 16px;
	}

	.hot-deal .single-box .box .part-txt h3 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 8px;
	}

	.hot-deal .single-box .box .part-img {
		width: 35%;
	}

	/* our product section */
	.our-product {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.our-product .top .sec-title {
		text-align: center;
	}

	.our-product .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.our-product .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.our-product .tab-content .tab-pane .single-box {
		padding: 25px;
		margin-bottom: 30px;
	}

	.our-product .tab-content .tab-pane .single-box .part-txt p {
		font-size: 14px;
	}

	/* top category section */
	.top-category {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.top-category .top .sec-title {
		text-align: center;
	}

	.top-category .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.top-category .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.top-category .top nav .nav-tabs .nav-link:first-child {
		margin-left: 0;
	}

	.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
		margin-bottom: 9px;
	}

	.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
		font-size: 12px;
		margin-bottom: 12px;
	}

	/* shop section */
	.shop {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.shop .single-box {
		margin-bottom: 30px;
	}

	.shop .single-box .part-img img {
		width: 100%;
	}

	.shop .single-box .part-txt {
		top: 30px;
	}

	.shop .single-box .part-txt p,
	.shop .single-box .part-txt a {
		font-size: 14px;
	}

	/* best deal section */
	.best-deal {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.best-deal.best-deal-2 {
		padding-bottom: 60px;
	}

	.best-deal.best-deal-2 .top .sec-title {
		text-align: center;
	}

	.best-deal.best-deal-2 .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-deal.best-deal-2 .top nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
		font-size: 12px;
	}

	.best-deal.best-deal-2 .deal-slider {
		padding-bottom: 44px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box {
		padding: 20px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt {
		padding: 30px;
		width: auto;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .img {
		height: 130px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__value {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
		font-size: 14px;
	}

	.best-deal .part-img {
		width: 100%;
		margin: 0 auto 30px auto;
		padding-bottom: 15px;
	}

	.best-deal .part-img:before {
		width: 85%;
		height: 85%;
		left: -15px;
	}

	.best-deal .part-img img {
		width: 100%;
	}

	.best-deal .part-txt {
		margin: 0 auto 16px auto;
		padding: 30px;
	}

	.best-deal .part-txt:before {
		bottom: -15px;
		right: -15px;
		width: 85%;
		height: 85%;
	}

	.best-deal .part-txt .top-txt {
		margin-bottom: 20px;
	}

	.best-deal .part-txt .top-txt .txt h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 4px;
	}

	.best-deal .part-txt .top-txt .txt p {
		font-size: 16px;
	}

	.best-deal .part-txt .top-txt .special h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.best-deal .part-txt .top-txt .special h4 span {
		font-size: 16px;
	}

	.best-deal .part-txt .img {
		width: 120px;
		margin-bottom: 20px;
	}

	.best-deal .part-txt .img img {
		width: 100%;
	}

	.best-deal .part-txt h6 {
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.best-deal .part-txt .price {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.best-deal .part-txt .pro-bar {
		margin-bottom: 17px;
	}

	.best-deal .part-txt h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.best-deal .part-txt .counter .countdown .single-box .time {
		font-size: 18px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 5px;
	}

	.best-deal .part-txt .counter .countdown .single-box .name {
		font-size: 14px;
	}

	.best-deal .part-txt .counter .countdown .devide {
		font-size: 40px;
		height: 35px;
		line-height: 32px;
	}

	/* best seller section */
	.best-seller {
		padding-top: 60px;
		padding-bottom: 46px;
	}

	.best-seller .sidebar {
		margin-bottom: 30px;
	}

	.best-seller .sidebar .top h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.best-seller .sidebar ul li {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.best-seller .best-sale .top .sec-title {
		text-align: center;
	}

	.best-seller .best-sale .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-seller .best-sale .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box {
		padding: 20px;
		margin-bottom: 30px;
	}

	.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt p {
		font-size: 14px;
	}

	.best-seller-2 {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.best-seller-2 .top .sec-title {
		text-align: center;
	}

	.best-seller-2 .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-seller-2 .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.best-seller-2 .top nav .nav-tabs .nav-link:first-child {
		margin-left: 0;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
		height: 120px;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
	}

	/* recent product section */
	.recent-product {
		padding: 60px 0;
	}

	.recent-product .top .sec-title h2 {
		font-size: 22px;
	}

	.recent-product .slider-area .slider-box {
		padding-bottom: 14px;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
		width: 450px;
		margin: 0 auto 30px auto;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
		max-width: 100%;
		width: auto;
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}

	/* advertisement section */
	.ad {
		padding-bottom: 60px;
	}

	.ad .bg {
		background-size: cover;
		padding: 0 20px;
	}

	.ad .bg .part-txt h2 {
		font-size: 25px;
		line-height: 34px;
		margin-bottom: 19px;
	}

	.ad .bg .part-txt .def-btn {
		height: 45px;
		line-height: 43px;
		font-size: 16px;
	}

	.ad .bg .part-img img {
		max-width: 100%;
	}

	/* testimonial section */
	.testimonial {
		padding: 60px 0;
	}

	.testimonial .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.testimonial .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.testimonial .comment-area {
		margin: 0;
	}

	.testimonial .comment-area .clients {
		margin: 0 130px;
	}

	.testimonial .comment-area .comments {
		margin-left: 0;
		margin-top: -100px;
		padding-bottom: 60px;
	}

	.testimonial .comment-area .comments .single-comment {
		padding: 100px 30px 0;
	}

	.testimonial .comment-area .comments .single-comment .part-txt {
		text-align: center;
		padding: 30px 0;
	}

	.testimonial .comment-area .comments .slick-arrow {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.testimonial .comment-area .comments .slick-arrow.slick-prev {
		margin-left: -20px;
	}

	.testimonial .comment-area .comments .slick-arrow.slick-next {
		margin-left: 20px;
	}

	/* blog section */
	.blog {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.blog .heading {
		margin-bottom: 45px;
	}

	.blog .heading h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 8px;
	}

	.blog .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.blog .single-box {
		padding: 15px;
		margin-bottom: 30px;
	}

	.blog .single-box .part-img img {
		width: 100%;
	}

	.blog .single-box .admin {
		margin-bottom: 17px;
	}

	.blog .single-box .part-txt .title {
		font-size: 16px;
		line-height: 22px;
		margin-top: 0;
		margin-bottom: 11px;
	}

	.blog .single-box .part-txt .bottom .read {
		font-size: 14px;
	}

	/* products section */
	.products {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.products .single-part .top {
		text-align: center;
		margin-top: -1px;
	}

	.products .single-part .top:after {
		display: none;
	}

	.products .single-part .top h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.products .single-part .single-box {
		padding: 20px;
	}

	/* brands section */
	.brands {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.brands.brands-2 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.brands.brands-2 .all-brand .single-brand {
		height: 85px;
		padding: 0 20px;
	}

	.brands .all-brand {
		padding: 30px 50px;
	}

	.brands .all-brand .single-brand img {
		width: 100%;
	}

	.brands .all-brand .owl-nav {
		left: 15px;
		right: 15px;
	}

	.brands .all-brand .owl-nav button {
		font-size: 4px;
	}

	/* features two section */
	.feature-2 {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.feature-2 .single-box {
		margin: 0 auto 30px auto;
	}

	.feature-2 .single-box .bg {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
		padding: 0 25px;
	}

	.feature-2 .single-box .bg .part-icon {
		height: auto;
		width: 50px;
		margin-right: 20px;
	}

	.feature-2 .single-box .bg .part-icon img {
		width: 100%;
		height: auto;
	}

	/* instagram section */
	.instagram .posts .single-post .txt a {
		font-size: 14px;
	}

	.instagram .posts .single-post .txt a span {
		font-size: 20px;
	}

	/* footer section */
	.footer .main-footer {
		padding: 60px 0;
	}

	.footer .main-footer .title h2 {
		font-size: 20px;
		margin-bottom: 17px;
	}

	.footer .main-footer .f-about {
		margin-bottom: 24px;
	}

	.footer .main-footer .f-about .part-txt p {
		font-size: 14px;
		line-height: 22px;
		margin-top: -1px;
		margin-bottom: 1px;
	}

	.footer .main-footer .f-about .part-txt ul li {
		font-size: 14px;
		line-height: 22px;
	}

	.footer .main-footer .f-link {
		margin-bottom: 24px;
	}

	.footer .main-footer .f-link ul li {
		padding-bottom: 10px;
	}

	.footer .main-footer .f-link ul li a {
		font-size: 14px;
	}

	.footer .main-footer .news-letter form {
		margin-bottom: 19px;
	}

	.footer .main-footer .news-letter p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 24px;
	}

	.footer .copyright .part-txt {
		text-align: center;
	}

	.footer .copyright .part-txt p {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.footer .copyright .part-img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .copyright .part-img img {
		width: 200px;
	}

	/*==============================
    =======inner page responsive=======
    ==============================*/
	/*+++++breadcrumb responsive+++++*/
	.breadcrumb-area.breadcrumb-area-2 {
		padding-top: 0;
	}

	.breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
		padding: 80px 0;
	}

	.breadcrumb-area .breadcrumb-txt {
		padding: 80px 0;
	}

	.breadcrumb-area .breadcrumb-txt h1 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.breadcrumb-area .breadcrumb-txt ul {
		margin-bottom: -8px;
	}

	.breadcrumb-area .breadcrumb-txt ul li {
		font-size: 15px;
		margin-left: 15px;
	}

	/*+++++shop grid page+++++*/
	.shop-grid {
		padding: 60px 0;
	}

	.shop-grid .top .part-btn a {
		font-size: 16px;
	}

	.shop-grid .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-grid .top .form-area form label {
		font-size: 14px;
	}

	.shop-grid .top .form-area form select {
		font-size: 14px;
	}

	.shop-grid .all-product .single-box {
		padding: 25px;
		margin-bottom: 30px;
	}

	.shop-grid .all-product .single-box .part-txt p {
		font-size: 14px;
	}

	.shop-grid .bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-grid .bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-grid .bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-grid .bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	.shop-grid-2 {
		padding: 60px 0;
	}

	.shop-grid-2 .top .part-btn a {
		font-size: 16px;
	}

	.shop-grid-2 .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-grid-2 .top .form-area form label {
		font-size: 14px;
	}

	.shop-grid-2 .top .form-area form select {
		font-size: 14px;
	}

	.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
		margin-bottom: 9px;
	}

	.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.shop-grid-2 .page-bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-grid-2 .page-bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-grid-2 .page-bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-grid-2 .page-bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	.shop-grid-2 .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.shop-grid-2 .next .side-bar {
		width: 270px;
		margin: 60px auto 0;
	}

	.shop-grid-2 .next .side-bar h3 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 11px;
	}

	.shop-grid-2 .next .side-bar .search-area {
		margin-bottom: 30px;
	}

	.shop-grid-2 .next .side-bar .category {
		margin-bottom: 13px;
	}

	.shop-grid-2 .next .side-bar .category ul li a {
		font-size: 14px;
	}

	.shop-grid-2 .next .side-bar .filter {
		margin-bottom: 23px;
	}

	.shop-grid-2 .next .side-bar .feature-products {
		margin-bottom: 30px;
	}

	.shop-grid-2 .next .side-bar .products-tag {
		margin-bottom: 20px;
	}

	.shop-grid-2 .next .side-bar .products-tag .tags a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
	}

	/*+++++shop list page+++++*/
	.shop-list {
		padding: 60px 0;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-img {
		margin: 0;
		border-right: 0;
		border-bottom: 1px solid #dbdbdb;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt {
		padding: 15px;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
		padding-left: 0;
	}

	.shop-list .top .part-btn a {
		font-size: 16px;
	}

	.shop-list .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-list .top .form-area form label {
		font-size: 14px;
	}

	.shop-list .top .form-area form select {
		font-size: 14px;
	}

	.shop-list .lists .single-box {
		padding: 15px;
	}

	.shop-list .lists .single-box .box .part-img {
		width: 100%;
		height: 140px;
		padding: 20px 0;
	}

	.shop-list .lists .single-box .box .part-img .img-2 {
		padding: 20px 0;
	}

	.shop-list .lists .single-box .box .part-txt {
		padding: 15px;
	}

	.shop-list .lists .single-box .box .part-txt .txt {
		display: block;
	}

	.shop-list .lists .single-box .box .part-txt .txt h4 {
		font-size: 14px;
		line-height: 24px;
		margin-top: -7px;
		margin-bottom: 12px;
	}

	.shop-list .lists .single-box .box .part-txt .txt p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 19px;
	}

	.shop-list .lists .single-box .box .part-txt .txt .tags {
		padding-left: 0;
		position: absolute;
		bottom: 100%;
	}

	.shop-list .lists .single-box .box .part-txt .info {
		padding: 20px 0;
	}

	.shop-list .page-bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-list .page-bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-list .page-bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-list .page-bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	/*+++++shop details page+++++*/
	.shop-details {
		padding: 60px 0;
	}

	.shop-details .item-section {
		padding-bottom: 40px;
	}

	.shop-details .item-section .part-img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
	}

	.shop-details .item-section .part-img .product-slider {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.shop-details .item-section .part-img .product-slider .owl-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
		padding: 60px;
	}

	.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider img {
		height: 100%;
	}

	.shop-details .item-section .part-img .owl-thumbs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 450px;
	}

	.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
		width: 25%;
		height: 100%;
		margin: 0 5px;
	}

	.shop-details .item-section .part-txt {
		padding-left: 0;
	}

	.shop-details .item-section .part-txt h3 {
		padding: 0;
		font-size: 20px;
		margin-top: -3px;
		margin-bottom: 16px;
	}

	.shop-details .item-section .part-txt .info {
		margin-bottom: 14px;
	}

	.shop-details .item-section .part-txt .info .price {
		font-size: 16px;
	}

	.shop-details .item-section .part-txt .item-rating {
		margin-bottom: 21px;
	}

	.shop-details .item-section .part-txt p {
		font-size: 14px;
	}

	.shop-details .item-section .part-txt .cart-option ul li:first-child {
		font-size: 14px;
		width: 100px;
	}

	.shop-details .item-section .part-txt .cart-option ul.color {
		padding-top: 12px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart {
		padding-top: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count {
		padding-right: 15px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
		margin: 0 -10px;
		height: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button {
		height: 30px;
		line-height: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart {
		height: 32px;
		line-height: 32px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more {
		width: 32px;
		height: 32px;
		line-height: 30px;
		margin-left: 0;
	}

	.shop-details .item-section .part-txt .cart-option ul.pro-code {
		padding-top: 28px;
	}

	.shop-details .item-section .part-txt .cart-option ul.pro-code li:last-child {
		font-size: 14px;
	}

	.shop-details .item-section .part-txt .cart-option ul.share {
		padding-top: 28px;
	}

	.shop-details .item-section .part-txt .cart-option ul.share li .social a {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 9px;
	}

	.shop-details .dscr-section {
		padding: 20px;
		border-radius: 5px;
	}

	.shop-details .dscr-section .box nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 13px;
	}

	.shop-details .dscr-section .box nav .nav-tabs .nav-link {
		margin-right: 0;
		padding-bottom: 12px;
		margin-top: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr p {
		font-size: 14px;
		margin-bottom: 18px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul {
		margin-bottom: -6px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li {
		font-size: 14px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data {
		margin-top: -3px;
		margin-bottom: -2px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
		margin-top: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul.first li:last-child {
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 8px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li {
		font-size: 14px;
		padding: 8px 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
		margin-bottom: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews {
		padding-top: 7px;
		padding-bottom: 9px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
		padding: 15px;
		border-radius: 5px;
		margin-bottom: 20px;
		display: block;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
		width: 70px;
		height: 69px;
		margin-bottom: 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img img {
		width: 100%;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
		margin-bottom: -2px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
		margin-bottom: 5px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title h3 {
		font-size: 16px;
		margin-top: -1px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt span {
		font-size: 13px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review p {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating {
		margin-bottom: 14px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
		height: 40px;
		margin-bottom: 20px;
		font-size: 14px;
		padding: 0 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
		height: 100px;
		margin-bottom: 13px;
		font-size: 14px;
		padding: 10px 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: normal;
		padding: 0 19px;
	}

	.shop-details .releted-products {
		padding-top: 59px;
	}

	.shop-details .releted-products .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.shop-details .releted-products .releted-slider .single-box {
		padding: 25px;
		margin: 0 auto;
	}

	.shop-details .releted-products .releted-slider .single-box .part-txt p {
		font-size: 14px;
	}

	.shop-details .releted-products .releted-slider .owl-nav {
		top: -65px;
	}

	.shop-details .releted-products .releted-slider .owl-nav button {
		font-size: 4px;
	}

	/*+++++blog page+++++*/
	.blog-inner {
		padding: 60px 0;
	}

	.blog-inner .pagination {
		margin-top: 0;
	}

	.blog-inner .pagination.pagination-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-inner .sidebar {
		width: 270px;
		margin: 60px auto 0;
	}

	.blog-inner .sidebar h3 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 11px;
	}

	.blog-inner .sidebar .search-area {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .category {
		margin-bottom: 13px;
	}

	.blog-inner .sidebar .category ul li a {
		font-size: 14px;
	}

	.blog-inner .sidebar .recent-post {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .recent-post ul li .part-img {
		width: 85px;
		height: 80px;
	}

	.blog-inner .sidebar .recent-post ul li .part-txt {
		width: 170px;
		margin-bottom: -5px;
	}

	.blog-inner .sidebar .recent-post ul li .part-txt a {
		font-size: 14px;
	}

	.blog-inner .sidebar .sale-products {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .sale-products ul li .part-txt {
		width: 172px;
	}

	.blog-inner .sidebar .products-tag {
		margin-bottom: -10px;
	}

	.blog-inner .sidebar .products-tag .tags a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
	}

	.blog-inner .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/*+++++blog details page+++++*/
	.blog-inner .main-content .main-title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 29px;
	}

	.blog-inner .main-content .blog-info {
		padding: 25px 0;
	}

	.blog-inner .main-content .blog-info .add-info div {
		height: 30px;
		line-height: 28px;
		margin-right: 10px;
		padding: 0 10px;
	}

	.blog-inner .main-content .part-txt {
		padding-top: 24px;
	}

	.blog-inner .main-content .part-txt p {
		font-size: 13px;
		margin-bottom: 16px;
	}

	.blog-inner .main-content .part-txt p.quoted {
		padding: 20px 25px 17px 25px;
		margin-top: 22px;
		margin-bottom: 24px;
	}

	.blog-inner .main-content .part-img {
		margin-top: 6px;
	}

	.blog-inner .main-content .part-img img {
		min-width: inherit;
		width: 100%;
	}

	.blog-inner .main-content .other-info .tags-btn a {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		padding: 0 5px;
		margin-right: 5px;
	}

	.blog-inner .main-content .review-area {
		padding-top: 30px;
	}

	.blog-inner .main-content .review-area .title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 12px;
	}

	.blog-inner .main-content .review-area .blog-comment {
		padding-top: 7px;
		padding-bottom: 9px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment {
		padding: 15px;
		border-radius: 5px;
		margin-bottom: 20px;
		display: block;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment.reply {
		margin-left: 40px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .img {
		width: 70px;
		height: 69px;
		margin-bottom: 15px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .img img {
		width: 100%;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt {
		margin-bottom: -2px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
		margin-bottom: 6px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name h3 {
		font-size: 16px;
		margin-top: -1px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt span {
		font-size: 12px;
	}

	.blog-inner .main-content .review-area .post-a-review h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.blog-inner .main-content .review-area .post-a-review p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.blog-inner .main-content .review-area .post-a-review form .simple-rating {
		margin-bottom: 14px;
	}

	.blog-inner .main-content .review-area .post-a-review form .simple-rating i {
		font-size: 10px;
	}

	.blog-inner .main-content .review-area .post-a-review form input {
		height: 40px;
		margin-bottom: 20px;
		font-size: 13px;
		padding: 0 15px;
	}

	.blog-inner .main-content .review-area .post-a-review form textarea {
		height: 100px;
		margin-bottom: 13px;
		font-size: 13px;
		padding: 10px 15px;
	}

	.blog-inner .main-content .review-area .post-a-review form button {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: normal;
		padding: 0 19px;
	}

	/*+++++about page+++++*/
	/* about section */
	.about {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.about .part-img {
		width: 290px;
		margin: 0 auto 30px;
	}

	.about .part-img img {
		width: 100%;
	}

	.about .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 1px;
	}

	.about .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.about .part-txt p {
		font-size: 14px;
	}

	.about .part-txt ul {
		padding: 20px 0;
	}

	.about .part-txt ul li.signature {
		margin-right: 30px;
	}

	.about .part-txt ul li.signature .img-1 {
		width: 35px;
		height: 35px;
		margin-right: 10px;
		border-width: 2px;
	}

	.about .part-txt ul li.signature .img-2 {
		width: 50px;
	}

	.about .part-txt ul li.signature .img-2 img {
		min-width: inherit;
		width: 100%;
	}

	.about .part-txt ul li.off-day {
		margin-top: -1px;
	}

	.about .part-txt ul li.off-day .part-icon span {
		margin-right: 9px;
		margin-top: -3px;
	}

	.about .part-txt ul li.off-day .txt p {
		font-size: 14px;
		margin-top: 0;
	}

	.about .part-txt ul li.off-day .txt p span {
		font-size: 16px;
		line-height: 100%;
	}

	.about .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}

	/* feature section */
	.feature-inner {
		padding-top: 40px;
	}

	/* our vision section */
	.vision {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.vision .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -5px;
		margin-bottom: 1px;
	}

	.vision .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.vision .part-txt p {
		font-size: 14px;
	}

	.vision .part-txt ul {
		margin-top: -7px;
		padding-left: 15px;
	}

	.vision .part-txt ul li {
		font-size: 14px;
	}

	.vision .part-txt ul li:first-child {
		margin-bottom: 16px;
	}

	.vision .part-txt ul li:before {
		top: 7px;
		left: -15px;
	}

	.vision .part-txt ul li:after {
		top: 9px;
		left: -13px;
	}

	.vision .part-img {
		width: 290px;
		margin: 30px auto 15px;
	}

	.vision .part-img:after {
		right: -15px;
		bottom: -15px;
	}

	.vision .part-img img {
		width: 100%;
	}

	/* our mission section */
	.mission {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.mission .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -5px;
		margin-bottom: 1px;
	}

	.mission .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.mission .part-txt p {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.mission .part-txt ul:last-child {
		margin-bottom: -7px;
	}

	.mission .part-txt ul li {
		font-size: 14px;
		line-height: 24px;
		padding-left: 15px;
		min-width: 180px;
	}

	.mission .part-txt ul li:before {
		top: 7px;
	}

	.mission .part-txt ul li:after {
		top: 9px;
	}

	.mission .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.mission .next .part-img {
		width: 290px;
		margin: 30px auto 15px;
	}

	.mission .next .part-img:after {
		left: -15px;
		bottom: -15px;
	}

	.mission .next .part-img img {
		width: 100%;
	}

	/* video section */
	.video {
		padding-top: 120px;
		padding-bottom: 200px;
	}

	.video .btn-area .vdo-btn {
		width: 90px;
		height: 90px;
		line-height: 84px;
		font-size: 30px;
		border-width: 5px;
	}

	.video .btn-area .vdo-btn i {
		margin-left: 7px;
	}

	/* counter section */
	.counter-area {
		padding-bottom: 30px;
	}

	.counter-area .single-box {
		margin-bottom: 30px;
	}

	.counter-area .single-box .icon {
		height: 30px;
		margin-bottom: 15px;
	}

	.counter-area .single-box .txt h2 {
		font-size: 20px;
		font-weight: 500;
		margin-top: -3px;
		margin-bottom: 1px;
	}

	.counter-area .single-box .txt h3 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: -9px;
	}

	/*+++++about page two+++++*/
	/* about section */
	.about-2 {
		padding: 60px 0;
	}

	.about-2 .part-img {
		width: 290px;
		margin: 0 auto 45px;
	}

	.about-2 .part-img:after {
		bottom: -15px;
		left: -15px;
	}

	.about-2 .part-img .txt {
		padding: 50px 30px;
	}

	.about-2 .part-img .txt:after {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}

	.about-2 .part-img .txt h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.about-2 .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -4px;
		margin-bottom: 1px;
	}

	.about-2 .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.about-2 .part-txt p {
		font-size: 14px;
	}

	.about-2 .part-txt ul {
		margin-top: 20px;
		margin-bottom: 23px;
	}

	.about-2 .part-txt ul li .icon span {
		font-size: 18px;
		margin-right: 14px;
	}

	.about-2 .part-txt ul li p {
		font-size: 14px;
		margin-right: 25px;
		margin-top: -4px;
	}

	.about-2 .part-txt ul li p span {
		font-size: 14px;
		line-height: 24px;
	}

	.about-2 .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}

	/* our skill section */
	.skill {
		padding: 60px 0;
	}

	.skill .skill-area {
		margin-bottom: 40px;
	}

	.skill .skill-area h2 {
		font-size: 30px;
		margin-top: -4px;
		line-height: 40px;
		margin-bottom: 1px;
	}

	.skill .skill-area p {
		font-size: 14px;
	}

	.skill .skill-area .bar-title {
		font-size: 14px;
		line-height: 100%;
		margin-top: 18px;
	}

	.skill .skill-area .progress .progress-bar span {
		top: -10px;
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}

	.skill .skill-area .progress .progress-bar span:after {
		width: 22px;
		height: 22px;
	}

	.skill .part-img {
		width: 290px;
		margin: 0 auto 30px;
	}

	.skill .what-we-do h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -4px;
		margin-bottom: 0;
	}

	.skill .what-we-do p {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.skill .what-we-do .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
		margin-top: 17px;
	}

	/* our history section */
	.history {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.history .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.history .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.history .single-box {
		padding: 20px;
	}

	.history .single-box .part-icon {
		margin-right: 19px;
	}

	.history .single-box .part-icon span {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 35px;
	}

	.history .single-box .part-icon span:after {
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
	}

	.history .single-box .part-txt h4 {
		font-size: 14px;
		margin-bottom: 17px;
	}

	.history .single-box .part-txt h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.history .single-box .part-txt p {
		font-size: 14px;
	}

	/* team section */
	.team {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.team .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.team .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.team .single-box {
		margin-bottom: 30px;
	}

	.team .single-box .part-txt h3 {
		font-size: 20px;
	}

	.team .single-box .part-txt p {
		font-size: 14px;
		margin-bottom: -2px;
	}

	/*+++++shop cart page+++++*/
	.shop-cart {
		padding: 60px 0;
	}

	.shop-cart .table-responsive .table {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.shop-cart .table-responsive .table thead tr th {
		font-size: 18px;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.shop-cart .table-responsive .table tbody tr td {
		padding: 20px;
	}

	.shop-cart .table-responsive .table tbody tr td:first-child {
		width: 350px;
	}

	.shop-cart .table-responsive .table tbody tr td .product .part-img {
		width: 75px;
		height: 75px;
		margin-right: 19px;
	}

	.shop-cart .table-responsive .table tbody tr td .product .part-txt p {
		font-size: 14px;
	}

	.shop-cart .table-responsive .table tbody tr td .price {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .product-quantity {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .total-price {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .delete {
		height: 75px;
	}

	.shop-cart .cart-totals {
		padding-top: 60px;
	}

	.shop-cart .cart-totals .coupon {
		margin-bottom: 30px;
	}

	.shop-cart .cart-totals .coupon .coupon-title {
		padding: 20px 25px 15px;
	}

	.shop-cart .cart-totals .coupon .coupon-title h2 {
		font-size: 18px;
	}

	.shop-cart .cart-totals .coupon .part-txt {
		padding: 25px 20px;
	}

	.shop-cart .cart-totals .coupon .part-txt p {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .coupon .part-txt form .wrap {
		border-radius: 5px;
		margin-bottom: 25px;
	}

	.shop-cart .cart-totals .coupon .part-txt form .wrap input {
		height: 38px;
	}

	.shop-cart .cart-totals .coupon .part-txt form button {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .checkout-title {
		padding: 20px 25px 15px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
		font-size: 18px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt {
		padding: 25px 20px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul {
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li {
		font-size: 14px;
		margin-top: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li span {
		margin-right: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt p {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box {
		padding: 25px 20px;
		text-align: left;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul {
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li {
		font-size: 14px;
		margin-top: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li span {
		margin-right: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	/*+++++shop compare page+++++*/
	.shop-compare {
		padding: 60px 0;
	}

	.shop-compare .box-wrap {
		overflow-x: scroll;
	}

	.shop-compare .box-wrap .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.shop-compare .box-wrap .row .custom-col {
		width: 300px;
	}

	/*+++++login & sign up page+++++*/
	.form-wrap {
		padding: 60px 0;
	}

	.form-wrap .login-form {
		padding: 20px;
		margin-bottom: 30px;
	}

	.form-wrap .login-form h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.form-wrap .login-form form input[type=email],
	.form-wrap .login-form form [type=password] {
		height: 50px;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 14px;
	}

	.form-wrap .login-form form a {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: 28px;
	}

	.form-wrap .login-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	.form-wrap .login-form form .form-check label {
		font-size: 14px;
	}

	.form-wrap .sign-up-form {
		padding: 20px;
		margin-bottom: 30px;
	}

	.form-wrap .sign-up-form h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.form-wrap .sign-up-form form input {
		height: 50px;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 14px;
	}

	.form-wrap .sign-up-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
		margin-top: 10px;
		margin-bottom: 28px;
	}

	.form-wrap .sign-up-form p {
		font-size: 14px;
		margin-bottom: -2px;
	}

	/*+++++contact page+++++*/
	.contact {
		padding: 60px 0;
	}

	.contact .contact-box .contact-info {
		margin-bottom: 30px;
	}

	.contact .contact-box .contact-info .single-box .part-txt h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.contact .contact-box .contact-form form input {
		width: 100%;
	}

	.contact .contact-box .contact-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
	}

	.map iframe {
		height: 300px;
	}
}

/*medium mobile device*/
@media only screen and (min-width: 480px) and (max-width: 575px) {

	/*==============================
    =======sections responsive=======
    ==============================*/
	/* header section */
	.header.header-2 .top-header .top-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header.header-2 .top-header .top-left:after {
		left: -15px;
		right: -15px;
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		transform: skewX(0deg);
	}

	.header.header-2 .top-header .top-left a {
		font-size: 12px;
	}

	.header.header-2 .top-header .top-left a i {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 4px;
		margin-right: 5px;
	}

	.header.header-2 .top-header .top-right {
		padding: 10px 0;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.header.header-2 .top-header .top-right .select-lang ul {
		left: 0;
		right: auto;
	}

	.header.header-2 .bottom-header {
		position: inherit;
		background: #ff4545;
	}

	.header.header-2 .bottom-header.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header.header-2 .bottom-header .bg:before,
	.header.header-2 .bottom-header .bg:after {
		display: none;
	}

	.header.header-2 .bottom-header .bg .logo {
		width: 120px;
	}

	.header.header-2 .bottom-header .bg .others-btn button {
		font-size: 8px;
		color: #fff;
		padding: 0 8px;
	}

	.header.header-2 .bottom-header .bg .others-btn button span {
		background: #fff;
		color: #ff4545;
		width: 13px;
		height: 13px;
		line-height: 14px;
		font-size: 10px;
	}

	.header.header-2 .bottom-header .bg .navbar-toggler {
		background: #fff;
		color: #ff4545;
	}

	.header.header-2 .bottom-header .bg .navbar {
		padding-left: 0;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav {
		border-top: 0;
		background: #fff;
		border-radius: 5px;
		margin-bottom: 15px;
		max-height: 300px;
		overflow: scroll;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		margin: 10px 10px 0;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 20px;
		color: #3c3434;
	}

	.header .top-header {
		padding-top: 15px;
		padding-bottom: 19px;
	}

	.header .top-header .top-left {
		text-align: center;
	}

	.header .top-header .top-right {
		text-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .top-header .top-right a {
		font-size: 13px;
		margin-right: 5px;
	}

	.header .top-header .top-right .select-lang ul {
		left: auto !important;
		right: 0;
	}

	.header .top-header .top-right .select-lang ul li a {
		font-size: 13px;
	}

	.header .top-header .top-right .select-lang .dropdown-toggle {
		font-size: 13px;
	}

	.header .bottom-header .logo img {
		width: 100%;
	}

	.header .bottom-header .others-btn {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header .bottom-header .others-btn button {
		padding: 0 10px;
		font-size: 16px;
		color: #ff4545;
		position: relative;
	}

	.header .bottom-header .others-btn button span {
		position: absolute;
		top: 0px;
		right: 0;
		width: 15px;
		height: 15px;
		line-height: 16px;
		background: #ff4545;
		border-radius: 50%;
		color: #fff;
		font-size: 12px;
	}

	.header .bottom-header .navbar-toggler {
		padding: 0;
		float: right;
		padding: 5px;
		background: #ff4545;
		color: #fff;
		margin: 15px 0;
	}

	.header .bottom-header .navbar .navbar-nav {
		border-top: 1px solid #dbdbdb;
		padding: 10px 0;
		max-height: 300px;
		overflow-y: scroll;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item {
		padding: 12px 15px 13px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		display: none;
		margin-top: 10px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
		display: block;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}

	/* search section */
	.search-box .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.search-box form {
		padding: 60px 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.search-box form select,
	.search-box form input {
		width: 100%;
		height: 45px;
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		margin-bottom: 15px;
	}

	.search-box form button {
		height: 45px;
		line-height: 43px;
		border-radius: 10px;
	}

	/* wish list section */
	.wish-list {
		padding: 60px 0;
	}

	.wish-list .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.wish-list .box {
		padding: 30px 20px;
	}

	.wish-list .box .single-box {
		padding: 15px 30px 15px 15px;
	}

	.wish-list .box .single-box .wish-close {
		top: 15px;
		right: 15px;
	}

	.wish-list .box .single-box .part-img {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.wish-list .box .single-box .part-txt a {
		font-size: 12px;
		line-height: 20px;
	}

	.wish-list .box .single-box .part-txt p {
		font-size: 12px;
	}

	.wish-list .box .box-btn a {
		padding: 0 30px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	/* cart list section */
	.cart-list {
		padding: 60px 0;
	}

	.cart-list .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.cart-list .box {
		padding: 30px 20px;
	}

	.cart-list .box .single-box {
		padding: 15px 30px 15px 15px;
	}

	.cart-list .box .single-box .cart-close {
		top: 15px;
		right: 15px;
	}

	.cart-list .box .single-box .part-img {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.cart-list .box .single-box .part-txt a {
		font-size: 12px;
		line-height: 20px;
	}

	.cart-list .box .single-box .part-txt p {
		font-size: 12px;
	}

	.cart-list .box .box-btn a {
		padding: 0 30px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	/* banner section */
	.banner.banner-2 .slider-1 .part-img,
	.banner.banner-2 .slider-2 .part-img {
		display: none;
	}

	.banner.banner-2 .slider-1 .part-txt,
	.banner.banner-2 .slider-2 .part-txt {
		padding: 80px 0;
		text-align: center;
	}

	.banner.banner-2 .slider-1 .part-txt h4,
	.banner.banner-2 .slider-2 .part-txt h4 {
		display: none;
	}

	.banner.banner-2 .slider-1 .part-txt h1,
	.banner.banner-2 .slider-2 .part-txt h1 {
		font-size: 23px;
		line-height: 33px;
		margin-top: -5px;
	}

	.banner.banner-2 .slider-1 .part-txt p,
	.banner.banner-2 .slider-2 .part-txt p {
		font-size: 14px;
		line-height: 24px;
	}

	.banner.banner-2 .slider-1 .part-txt .def-btn,
	.banner.banner-2 .slider-2 .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.banner.banner-2 .owl-dots {
		bottom: 34px;
	}

	.banner .slider-1,
	.banner .slider-2 {
		background-position-x: 20%;
	}

	.banner .slider-1 .part-img,
	.banner .slider-2 .part-img {
		display: none;
	}

	.banner .slider-1 .part-txt,
	.banner .slider-2 .part-txt {
		padding: 80px 0;
		text-align: center;
	}

	.banner .slider-1 .part-txt h4,
	.banner .slider-2 .part-txt h4 {
		display: none;
	}

	.banner .slider-1 .part-txt h1,
	.banner .slider-2 .part-txt h1 {
		font-size: 23px;
		line-height: 33px;
		margin-top: -5px;
	}

	.banner .slider-1 .part-txt p,
	.banner .slider-2 .part-txt p {
		font-size: 14px;
		line-height: 24px;
	}

	.banner .slider-1 .part-txt .def-btn,
	.banner .slider-2 .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.banner .owl-dots {
		bottom: 35px;
	}

	/* features section */
	.feature {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.feature .single-box {
		width: 290px;
		margin: 0 auto 30px auto;
	}

	.feature .single-box .part-icon {
		height: 25px;
	}

	.feature .single-box .part-icon img {
		height: 25px;
	}

	.feature .single-box .part-txt h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.feature .single-box .part-txt p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: -7px;
	}

	/* hot deal section */
	.hot-deal {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.hot-deal .single-box {
		width: 320px;
		margin: 0 auto 30px auto;
	}

	.hot-deal .single-box .box {
		padding: 0 30px !important;
	}

	.hot-deal .single-box .box .part-txt {
		padding: 23px 0;
	}

	.hot-deal .single-box .box .part-txt p {
		font-size: 14px;
		margin-bottom: 17px;
	}

	.hot-deal .single-box .box .part-txt h3 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 7px;
	}

	.hot-deal .single-box .box .part-txt a {
		font-size: 14px;
	}

	.hot-deal .single-box .box .part-img {
		width: 35%;
	}

	/* our product section */
	.our-product {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.our-product .top .sec-title {
		text-align: center;
	}

	.our-product .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.our-product .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.our-product .tab-content .tab-pane .single-box {
		width: 250px;
		padding: 25px;
		margin: 0 auto 30px auto;
	}

	.our-product .tab-content .tab-pane .single-box .part-txt p {
		font-size: 14px;
	}

	/* top category section */
	.top-category {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.top-category .top .sec-title {
		text-align: center;
	}

	.top-category .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.top-category .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.top-category .top nav .nav-tabs .nav-link:first-child {
		margin-left: 0;
	}

	.top-category .tab-content .tab-pane .single-box {
		width: 250px;
		margin: 0 auto 30px auto;
	}

	.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
		margin-bottom: 9px;
	}

	.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
		font-size: 12px;
		margin-bottom: 12px;
	}

	/* shop section */
	.shop {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.shop .single-box {
		width: 290px;
		margin: 0 auto 30px auto;
	}

	.shop .single-box .part-img img {
		width: 100%;
	}

	.shop .single-box .part-txt {
		top: 30px;
	}

	.shop .single-box .part-txt p,
	.shop .single-box .part-txt a {
		font-size: 14px;
	}

	/* best deal section */
	.best-deal {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.best-deal.best-deal-2 {
		padding-bottom: 60px;
	}

	.best-deal.best-deal-2 .top .sec-title {
		text-align: center;
	}

	.best-deal.best-deal-2 .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-deal.best-deal-2 .top nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
		font-size: 12px;
	}

	.best-deal.best-deal-2 .deal-slider {
		padding-bottom: 44px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box {
		padding: 20px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt {
		padding: 30px;
		width: auto;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special {
		width: 60px;
		height: 60px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special h4 {
		line-height: 20px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special h4 span {
		font-size: 14px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .img {
		height: 120px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__value {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
		font-size: 14px;
	}

	.best-deal .part-img {
		width: 290px;
		margin: 0 auto 30px auto;
		padding-bottom: 15px;
	}

	.best-deal .part-img:before {
		width: 85%;
		height: 85%;
		left: -15px;
	}

	.best-deal .part-img img {
		width: 100%;
	}

	.best-deal .part-txt {
		width: 290px;
		margin: 0 auto 16px auto;
		padding: 30px;
	}

	.best-deal .part-txt:before {
		bottom: -15px;
		right: -15px;
		width: 85%;
		height: 85%;
	}

	.best-deal .part-txt .top-txt {
		margin-bottom: 20px;
	}

	.best-deal .part-txt .top-txt .txt h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 4px;
	}

	.best-deal .part-txt .top-txt .txt p {
		font-size: 16px;
	}

	.best-deal .part-txt .top-txt .special h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.best-deal .part-txt .top-txt .special h4 span {
		font-size: 16px;
	}

	.best-deal .part-txt .img {
		width: 120px;
		margin-bottom: 20px;
	}

	.best-deal .part-txt .img img {
		width: 100%;
	}

	.best-deal .part-txt h6 {
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.best-deal .part-txt .price {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.best-deal .part-txt .pro-bar {
		margin-bottom: 17px;
	}

	.best-deal .part-txt h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.best-deal .part-txt .counter .countdown .single-box .time {
		font-size: 18px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 5px;
	}

	.best-deal .part-txt .counter .countdown .single-box .name {
		font-size: 14px;
	}

	.best-deal .part-txt .counter .countdown .devide {
		font-size: 40px;
		height: 35px;
		line-height: 32px;
	}

	/* best seller section */
	.best-seller {
		padding-top: 60px;
		padding-bottom: 46px;
	}

	.best-seller .sidebar {
		margin-bottom: 30px;
	}

	.best-seller .sidebar .top h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.best-seller .sidebar ul li {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.best-seller .best-sale .top .sec-title {
		text-align: center;
	}

	.best-seller .best-sale .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-seller .best-sale .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.best-seller .best-sale .tab-content .tab-pane .single-box {
		width: 250px;
		padding: 25px;
		margin: 0 auto 30px auto;
	}

	.best-seller .best-sale .tab-content .tab-pane .single-box .part-txt p {
		font-size: 14px;
	}

	.best-seller-2 {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.best-seller-2 .top .sec-title {
		text-align: center;
	}

	.best-seller-2 .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-seller-2 .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.best-seller-2 .top nav .nav-tabs .nav-link:first-child {
		margin-left: 0;
	}

	.best-seller-2 .tab-content .tab-pane .single-box {
		width: 250px;
		margin: 0 auto 30px auto;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
		height: 120px;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
	}

	/* recent product section */
	.recent-product {
		padding: 60px 0;
	}

	.recent-product .top .sec-title h2 {
		font-size: 22px;
	}

	.recent-product .slider-area .slider-box {
		padding-bottom: 14px;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
		width: 350px;
		margin: 0 auto 30px auto;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
		max-width: 100%;
		height: auto;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
		max-width: 100%;
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt p {
		font-size: 14px;
	}

	/* advertisement section */
	.ad {
		padding-bottom: 60px;
	}

	.ad .bg {
		background-size: cover;
	}

	.ad .bg .part-txt {
		text-align: center;
	}

	.ad .bg .part-txt h2 {
		font-size: 25px;
		line-height: 34px;
		margin-bottom: 19px;
	}

	.ad .bg .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.ad .bg .part-img {
		display: none;
	}

	/* testimonial section */
	.testimonial {
		padding: 60px 0;
	}

	.testimonial .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.testimonial .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.testimonial .comment-area {
		margin: 0;
	}

	.testimonial .comment-area .clients {
		margin: 0 110px;
	}

	.testimonial .comment-area .comments {
		margin-left: 0;
		margin-top: -100px;
		padding-bottom: 60px;
	}

	.testimonial .comment-area .comments .single-comment {
		padding: 100px 15px 0;
	}

	.testimonial .comment-area .comments .single-comment .part-txt {
		text-align: center;
		padding: 30px 0;
	}

	.testimonial .comment-area .comments .single-comment .part-txt p {
		font-size: 14px;
		line-height: 22px;
		margin-top: -6px;
	}

	.testimonial .comment-area .comments .single-comment .part-txt h3 {
		font-size: 20px;
		line-height: 22px;
	}

	.testimonial .comment-area .comments .single-comment .part-txt h4 {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.testimonial .comment-area .comments .slick-arrow {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.testimonial .comment-area .comments .slick-arrow.slick-prev {
		margin-left: -20px;
	}

	.testimonial .comment-area .comments .slick-arrow.slick-next {
		margin-left: 20px;
	}

	/* blog section */
	.blog {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.blog .heading {
		margin-bottom: 45px;
	}

	.blog .heading h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 8px;
	}

	.blog .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.blog .single-box {
		padding: 25px;
		margin-bottom: 30px;
	}

	.blog .single-box .admin {
		margin-bottom: 17px;
	}

	.blog .single-box .part-txt .title {
		font-size: 20px;
		margin-bottom: 13px;
	}

	.blog .single-box .part-txt .bottom .read {
		font-size: 14px;
	}

	/* products section */
	.products {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.products .single-part .top {
		text-align: center;
		margin-top: -1px;
	}

	.products .single-part .top:after {
		display: none;
	}

	.products .single-part .top h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.products .single-part .single-box {
		padding: 20px;
	}

	/* brands section */
	.brands {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.brands.brands-2 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.brands.brands-2 .all-brand .single-brand {
		height: 85px;
		padding: 0 20px;
	}

	.brands .all-brand {
		padding: 20px 25px;
	}

	.brands .all-brand .single-brand img {
		width: 100%;
	}

	.brands .all-brand .owl-nav {
		left: 5px;
		right: 5px;
	}

	.brands .all-brand .owl-nav button {
		font-size: 4px;
	}

	/* features two section */
	.feature-2 {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.feature-2 .single-box {
		width: 320px;
		margin: 0 auto 30px auto;
	}

	.feature-2 .single-box .bg {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
		padding: 0 25px;
	}

	.feature-2 .single-box .bg .part-icon {
		height: auto;
		width: 40px;
		margin-right: 20px;
	}

	.feature-2 .single-box .bg .part-icon img {
		width: 100%;
		height: auto;
	}

	.feature-2 .single-box .bg .part-txt h3 {
		font-size: 18px;
		line-height: 21px;
	}

	.feature-2 .single-box .bg .part-txt p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	/* instagram section */
	.instagram .posts .single-post .txt a {
		font-size: 14px;
	}

	.instagram .posts .single-post .txt a span {
		font-size: 20px;
	}

	/* footer section */
	.footer .main-footer {
		padding: 60px 0;
	}

	.footer .main-footer .title h2 {
		font-size: 20px;
		margin-bottom: 17px;
	}

	.footer .main-footer .f-about {
		margin-bottom: 24px;
	}

	.footer .main-footer .f-about .part-txt p {
		font-size: 14px;
		line-height: 22px;
		margin-top: -1px;
		margin-bottom: 1px;
	}

	.footer .main-footer .f-about .part-txt ul li {
		font-size: 14px;
		line-height: 22px;
	}

	.footer .main-footer .f-link {
		margin-bottom: 24px;
	}

	.footer .main-footer .f-link ul li {
		padding-bottom: 10px;
	}

	.footer .main-footer .f-link ul li a {
		font-size: 14px;
	}

	.footer .main-footer .news-letter form {
		margin-bottom: 19px;
	}

	.footer .main-footer .news-letter p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 24px;
	}

	.footer .copyright .part-txt {
		text-align: center;
	}

	.footer .copyright .part-txt p {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.footer .copyright .part-img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .copyright .part-img img {
		width: 200px;
	}

	/*==============================
    =======inner page responsive=======
    ==============================*/
	/*+++++breadcrumb responsive+++++*/
	.breadcrumb-area.breadcrumb-area-2 {
		padding-top: 0;
	}

	.breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
		padding: 80px 0;
	}

	.breadcrumb-area .breadcrumb-txt {
		padding: 80px 0;
	}

	.breadcrumb-area .breadcrumb-txt h1 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.breadcrumb-area .breadcrumb-txt ul {
		margin-bottom: -8px;
	}

	.breadcrumb-area .breadcrumb-txt ul li {
		font-size: 15px;
		margin-left: 15px;
	}

	/*+++++shop grid page+++++*/
	.shop-grid {
		padding: 60px 0;
	}

	.shop-grid .top .part-btn a {
		font-size: 16px;
	}

	.shop-grid .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-grid .top .form-area form label {
		font-size: 14px;
	}

	.shop-grid .top .form-area form select {
		font-size: 14px;
	}

	.shop-grid .all-product .single-box {
		width: 250px;
		padding: 25px;
		margin: 0 auto 30px auto;
	}

	.shop-grid .all-product .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
		margin-bottom: 9px;
	}

	.shop-grid .all-product .single-box .box .part-bottom .part-txt .price {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.shop-grid .bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-grid .bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-grid .bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-grid .bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	.shop-grid-2 {
		padding: 60px 0;
	}

	.shop-grid-2 .top .part-btn a {
		font-size: 16px;
	}

	.shop-grid-2 .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-grid-2 .top .form-area form label {
		font-size: 14px;
	}

	.shop-grid-2 .top .form-area form select {
		font-size: 14px;
	}

	.shop-grid-2 .all-product .single-box {
		width: 250px;
		margin: 0 auto 30px auto;
	}

	.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
		margin-bottom: 9px;
	}

	.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.shop-grid-2 .page-bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-grid-2 .page-bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-grid-2 .page-bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-grid-2 .page-bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	.shop-grid-2 .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.shop-grid-2 .next .side-bar {
		width: 270px;
		margin: 60px auto 0;
	}

	.shop-grid-2 .next .side-bar h3 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 11px;
	}

	.shop-grid-2 .next .side-bar .search-area {
		margin-bottom: 30px;
	}

	.shop-grid-2 .next .side-bar .category {
		margin-bottom: 13px;
	}

	.shop-grid-2 .next .side-bar .category ul li a {
		font-size: 14px;
	}

	.shop-grid-2 .next .side-bar .filter {
		margin-bottom: 23px;
	}

	.shop-grid-2 .next .side-bar .feature-products {
		margin-bottom: 30px;
	}

	.shop-grid-2 .next .side-bar .products-tag {
		margin-bottom: 20px;
	}

	.shop-grid-2 .next .side-bar .products-tag .tags a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
	}

	/*+++++shop list page+++++*/
	.shop-list {
		padding: 60px 0;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-img {
		margin: 0;
		border-right: 0;
		border-bottom: 1px solid #dbdbdb;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt {
		padding: 15px;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
		padding-left: 0;
	}

	.shop-list .top .part-btn a {
		font-size: 16px;
	}

	.shop-list .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-list .top .form-area form label {
		font-size: 14px;
	}

	.shop-list .top .form-area form select {
		font-size: 14px;
	}

	.shop-list .lists .single-box {
		padding: 15px;
	}

	.shop-list .lists .single-box .box .part-img {
		width: 100%;
		height: 140px;
		padding: 20px 0;
	}

	.shop-list .lists .single-box .box .part-img .img-2 {
		padding: 20px 0;
	}

	.shop-list .lists .single-box .box .part-txt {
		padding: 15px;
	}

	.shop-list .lists .single-box .box .part-txt .txt {
		display: block;
	}

	.shop-list .lists .single-box .box .part-txt .txt h4 {
		font-size: 14px;
		line-height: 24px;
		margin-top: -7px;
		margin-bottom: 12px;
	}

	.shop-list .lists .single-box .box .part-txt .txt p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 19px;
	}

	.shop-list .lists .single-box .box .part-txt .txt .tags {
		padding-left: 0;
		position: absolute;
		bottom: 100%;
	}

	.shop-list .lists .single-box .box .part-txt .info {
		padding: 20px 0;
	}

	.shop-list .page-bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-list .page-bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-list .page-bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-list .page-bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	/*+++++shop details page+++++*/
	.shop-details {
		padding: 60px 0;
	}

	.shop-details .item-section {
		padding-bottom: 40px;
	}

	.shop-details .item-section .part-img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}

	.shop-details .item-section .part-img .product-slider {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.shop-details .item-section .part-img .product-slider .owl-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
		padding: 60px;
	}

	.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider img {
		height: 100%;
	}

	.shop-details .item-section .part-img .owl-thumbs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 450px;
	}

	.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
		width: 25%;
		height: 100%;
		margin: 0 5px;
	}

	.shop-details .item-section .part-txt {
		padding-left: 0;
	}

	.shop-details .item-section .part-txt h3 {
		padding: 0;
		font-size: 20px;
		margin-top: -3px;
		margin-bottom: 16px;
	}

	.shop-details .item-section .part-txt .info {
		margin-bottom: 14px;
	}

	.shop-details .item-section .part-txt .info .price {
		font-size: 16px;
	}

	.shop-details .item-section .part-txt .item-rating {
		margin-bottom: 21px;
	}

	.shop-details .item-section .part-txt p {
		font-size: 14px;
	}

	.shop-details .item-section .part-txt .cart-option ul li:first-child {
		font-size: 14px;
		width: 100px;
	}

	.shop-details .item-section .part-txt .cart-option ul.color {
		padding-top: 12px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart {
		padding-top: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count {
		padding-right: 15px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
		margin: 0 -10px;
		height: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button {
		height: 30px;
		line-height: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart {
		height: 32px;
		line-height: 32px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more {
		width: 32px;
		height: 32px;
		line-height: 30px;
		margin-left: 0;
	}

	.shop-details .item-section .part-txt .cart-option ul.pro-code {
		padding-top: 28px;
	}

	.shop-details .item-section .part-txt .cart-option ul.pro-code li:last-child {
		font-size: 14px;
	}

	.shop-details .item-section .part-txt .cart-option ul.share {
		padding-top: 28px;
	}

	.shop-details .item-section .part-txt .cart-option ul.share li .social a {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 9px;
	}

	.shop-details .dscr-section {
		padding: 20px;
		border-radius: 5px;
	}

	.shop-details .dscr-section .box nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 13px;
	}

	.shop-details .dscr-section .box nav .nav-tabs .nav-link {
		margin-right: 0;
		font-size: 30px;
		padding: 0 20px 6px;
		margin-top: 0;
	}

	.shop-details .dscr-section .box nav .nav-tabs .nav-link span {
		display: none;
	}

	.shop-details .dscr-section .box nav .nav-tabs .nav-link i {
		display: block;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr p {
		font-size: 13px;
		margin-bottom: 17px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul {
		margin-bottom: -5px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li {
		font-size: 13px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data {
		margin-top: -3px;
		margin-bottom: -2px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
		margin-top: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul.first li:last-child {
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 8px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li {
		font-size: 12px;
		padding-top: 9px;
		padding-bottom: 8px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
		margin-bottom: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li span {
		min-width: inherit;
		width: 120px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews {
		padding-top: 7px;
		padding-bottom: 9px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
		padding: 15px;
		border-radius: 5px;
		margin-bottom: 20px;
		display: block;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
		width: 70px;
		height: 69px;
		margin-bottom: 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img img {
		width: 100%;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
		margin-bottom: -2px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
		margin-bottom: 6px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title h3 {
		font-size: 16px;
		margin-top: -1px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt span {
		font-size: 12px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating {
		margin-bottom: 14px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating i {
		font-size: 10px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
		height: 40px;
		margin-bottom: 20px;
		font-size: 13px;
		padding: 0 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
		height: 100px;
		margin-bottom: 13px;
		font-size: 13px;
		padding: 10px 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: normal;
		padding: 0 19px;
	}

	.shop-details .releted-products {
		padding-top: 59px;
	}

	.shop-details .releted-products .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.shop-details .releted-products .releted-slider .single-box {
		width: 250px;
		padding: 25px;
		margin: 0 auto;
	}

	.shop-details .releted-products .releted-slider .single-box .part-txt p {
		font-size: 14px;
	}

	.shop-details .releted-products .releted-slider .owl-nav {
		top: -65px;
	}

	.shop-details .releted-products .releted-slider .owl-nav button {
		font-size: 4px;
	}

	/*+++++blog page+++++*/
	.blog-inner {
		padding: 60px 0;
	}

	.blog-inner .pagination {
		margin-top: 0;
	}

	.blog-inner .pagination.pagination-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-inner .sidebar {
		width: 270px;
		margin: 60px auto 0;
	}

	.blog-inner .sidebar h3 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 11px;
	}

	.blog-inner .sidebar .search-area {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .category {
		margin-bottom: 13px;
	}

	.blog-inner .sidebar .category ul li a {
		font-size: 14px;
	}

	.blog-inner .sidebar .recent-post {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .recent-post ul li .part-img {
		width: 85px;
		height: 80px;
	}

	.blog-inner .sidebar .recent-post ul li .part-txt {
		width: 170px;
		margin-bottom: -5px;
	}

	.blog-inner .sidebar .recent-post ul li .part-txt a {
		font-size: 14px;
	}

	.blog-inner .sidebar .sale-products {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .sale-products ul li .part-txt {
		width: 172px;
	}

	.blog-inner .sidebar .products-tag {
		margin-bottom: -10px;
	}

	.blog-inner .sidebar .products-tag .tags a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
	}

	.blog-inner .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/*+++++blog details page+++++*/
	.blog-inner .main-content .main-title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 29px;
	}

	.blog-inner .main-content .blog-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 25px 0;
	}

	.blog-inner .main-content .blog-info .admin {
		margin-bottom: 15px;
	}

	.blog-inner .main-content .blog-info .add-info div {
		height: 30px;
		line-height: 28px;
		margin-right: 10px;
		padding: 0 10px;
	}

	.blog-inner .main-content .part-txt {
		padding-top: 24px;
	}

	.blog-inner .main-content .part-txt p {
		font-size: 13px;
		margin-bottom: 16px;
	}

	.blog-inner .main-content .part-txt p.quoted {
		padding: 20px 25px 17px 25px;
		margin-top: 22px;
		margin-bottom: 24px;
	}

	.blog-inner .main-content .part-img {
		margin-top: 6px;
	}

	.blog-inner .main-content .part-img.top {
		margin-bottom: 24px;
	}

	.blog-inner .main-content .other-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-inner .main-content .other-info .tags-btn {
		margin-bottom: 25px;
	}

	.blog-inner .main-content .other-info .tags-btn a {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		padding: 0 5px;
		margin-right: 5px;
	}

	.blog-inner .main-content .review-area {
		padding-top: 30px;
	}

	.blog-inner .main-content .review-area .title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 12px;
	}

	.blog-inner .main-content .review-area .blog-comment {
		padding-top: 7px;
		padding-bottom: 9px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment {
		padding: 15px;
		border-radius: 5px;
		margin-bottom: 20px;
		display: block;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment.reply {
		margin-left: 40px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .img {
		width: 70px;
		height: 69px;
		margin-bottom: 15px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .img img {
		width: 100%;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt {
		margin-bottom: -2px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
		margin-bottom: 6px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name h3 {
		font-size: 16px;
		margin-top: -1px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt span {
		font-size: 12px;
	}

	.blog-inner .main-content .review-area .post-a-review h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.blog-inner .main-content .review-area .post-a-review p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.blog-inner .main-content .review-area .post-a-review form .simple-rating {
		margin-bottom: 14px;
	}

	.blog-inner .main-content .review-area .post-a-review form .simple-rating i {
		font-size: 10px;
	}

	.blog-inner .main-content .review-area .post-a-review form input {
		height: 40px;
		margin-bottom: 20px;
		font-size: 13px;
		padding: 0 15px;
	}

	.blog-inner .main-content .review-area .post-a-review form textarea {
		height: 100px;
		margin-bottom: 13px;
		font-size: 13px;
		padding: 10px 15px;
	}

	.blog-inner .main-content .review-area .post-a-review form button {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: normal;
		padding: 0 19px;
	}

	/*+++++about page+++++*/
	/* about section */
	.about {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.about .part-img {
		width: 290px;
		margin: 0 auto 30px;
	}

	.about .part-img img {
		width: 100%;
	}

	.about .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 1px;
	}

	.about .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.about .part-txt p {
		font-size: 14px;
	}

	.about .part-txt ul {
		padding: 20px 0;
	}

	.about .part-txt ul li.signature {
		margin-right: 30px;
	}

	.about .part-txt ul li.signature .img-1 {
		width: 35px;
		height: 35px;
		margin-right: 10px;
		border-width: 2px;
	}

	.about .part-txt ul li.signature .img-2 {
		width: 50px;
	}

	.about .part-txt ul li.signature .img-2 img {
		min-width: inherit;
		width: 100%;
	}

	.about .part-txt ul li.off-day {
		margin-top: -1px;
	}

	.about .part-txt ul li.off-day .part-icon span {
		margin-right: 9px;
		margin-top: -3px;
	}

	.about .part-txt ul li.off-day .txt p {
		font-size: 14px;
		margin-top: 0;
	}

	.about .part-txt ul li.off-day .txt p span {
		font-size: 16px;
		line-height: 100%;
	}

	.about .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}

	/* feature section */
	.feature-inner {
		padding-top: 40px;
	}

	/* our vision section */
	.vision {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.vision .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -5px;
		margin-bottom: 1px;
	}

	.vision .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.vision .part-txt p {
		font-size: 14px;
	}

	.vision .part-txt ul {
		margin-top: -7px;
		padding-left: 15px;
	}

	.vision .part-txt ul li {
		font-size: 14px;
	}

	.vision .part-txt ul li:first-child {
		margin-bottom: 16px;
	}

	.vision .part-txt ul li:before {
		top: 7px;
		left: -15px;
	}

	.vision .part-txt ul li:after {
		top: 9px;
		left: -13px;
	}

	.vision .part-img {
		width: 290px;
		margin: 30px auto 15px;
	}

	.vision .part-img:after {
		right: -15px;
		bottom: -15px;
	}

	.vision .part-img img {
		width: 100%;
	}

	/* our mission section */
	.mission {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.mission .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -5px;
		margin-bottom: 1px;
	}

	.mission .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.mission .part-txt p {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.mission .part-txt ul:last-child {
		margin-bottom: -7px;
	}

	.mission .part-txt ul li {
		font-size: 14px;
		line-height: 24px;
		padding-left: 15px;
		min-width: 180px;
	}

	.mission .part-txt ul li:before {
		top: 7px;
	}

	.mission .part-txt ul li:after {
		top: 9px;
	}

	.mission .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.mission .next .part-img {
		width: 290px;
		margin: 30px auto 15px;
	}

	.mission .next .part-img:after {
		left: -15px;
		bottom: -15px;
	}

	.mission .next .part-img img {
		width: 100%;
	}

	/* video section */
	.video {
		padding-top: 120px;
		padding-bottom: 200px;
	}

	.video .btn-area .vdo-btn {
		width: 90px;
		height: 90px;
		line-height: 84px;
		font-size: 30px;
		border-width: 5px;
	}

	.video .btn-area .vdo-btn i {
		margin-left: 7px;
	}

	/* counter section */
	.counter-area {
		padding-bottom: 30px;
	}

	.counter-area .single-box {
		margin-bottom: 30px;
	}

	.counter-area .single-box .icon {
		height: 30px;
		margin-bottom: 15px;
	}

	.counter-area .single-box .txt h2 {
		font-size: 20px;
		font-weight: 500;
		margin-top: -3px;
		margin-bottom: 1px;
	}

	.counter-area .single-box .txt h3 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: -9px;
	}

	/*+++++about page two+++++*/
	/* about section */
	.about-2 {
		padding: 60px 0;
	}

	.about-2 .part-img {
		width: 290px;
		margin: 0 auto 45px;
	}

	.about-2 .part-img:after {
		bottom: -15px;
		left: -15px;
	}

	.about-2 .part-img .txt {
		padding: 50px 30px;
	}

	.about-2 .part-img .txt:after {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}

	.about-2 .part-img .txt h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.about-2 .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -4px;
		margin-bottom: 1px;
	}

	.about-2 .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.about-2 .part-txt p {
		font-size: 14px;
	}

	.about-2 .part-txt ul {
		margin-top: 20px;
		margin-bottom: 23px;
	}

	.about-2 .part-txt ul li .icon span {
		font-size: 18px;
		margin-right: 14px;
	}

	.about-2 .part-txt ul li p {
		font-size: 14px;
		margin-right: 25px;
		margin-top: -4px;
	}

	.about-2 .part-txt ul li p span {
		font-size: 14px;
		line-height: 24px;
	}

	.about-2 .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}

	/* our skill section */
	.skill {
		padding: 60px 0;
	}

	.skill .skill-area {
		margin-bottom: 40px;
	}

	.skill .skill-area h2 {
		font-size: 30px;
		margin-top: -4px;
		line-height: 40px;
		margin-bottom: 1px;
	}

	.skill .skill-area p {
		font-size: 14px;
	}

	.skill .skill-area .bar-title {
		font-size: 14px;
		line-height: 100%;
		margin-top: 18px;
	}

	.skill .skill-area .progress .progress-bar span {
		top: -10px;
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}

	.skill .skill-area .progress .progress-bar span:after {
		width: 22px;
		height: 22px;
	}

	.skill .part-img {
		width: 290px;
		margin: 0 auto 30px;
	}

	.skill .what-we-do h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -4px;
		margin-bottom: 0;
	}

	.skill .what-we-do p {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.skill .what-we-do .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
		margin-top: 17px;
	}

	/* our history section */
	.history {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.history .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.history .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.history .single-box {
		padding: 20px;
	}

	.history .single-box .part-icon {
		margin-right: 19px;
	}

	.history .single-box .part-icon span {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 35px;
	}

	.history .single-box .part-icon span:after {
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
	}

	.history .single-box .part-txt h4 {
		font-size: 14px;
		margin-bottom: 17px;
	}

	.history .single-box .part-txt h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.history .single-box .part-txt p {
		font-size: 14px;
	}

	/* team section */
	.team {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.team .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.team .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.team .single-box {
		width: 270px;
		margin: 0 auto 30px;
	}

	.team .single-box .part-txt h3 {
		font-size: 20px;
	}

	.team .single-box .part-txt p {
		font-size: 14px;
		margin-bottom: -2px;
	}

	/*+++++shop cart page+++++*/
	.shop-cart {
		padding: 60px 0;
	}

	.shop-cart .table-responsive .table {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.shop-cart .table-responsive .table thead tr th {
		font-size: 18px;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.shop-cart .table-responsive .table tbody tr td {
		padding: 20px;
	}

	.shop-cart .table-responsive .table tbody tr td:first-child {
		width: 350px;
	}

	.shop-cart .table-responsive .table tbody tr td .product .part-img {
		width: 75px;
		height: 75px;
		margin-right: 19px;
	}

	.shop-cart .table-responsive .table tbody tr td .product .part-txt p {
		font-size: 14px;
	}

	.shop-cart .table-responsive .table tbody tr td .price {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .product-quantity {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .total-price {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .delete {
		height: 75px;
	}

	.shop-cart .cart-totals {
		padding-top: 60px;
	}

	.shop-cart .cart-totals .coupon {
		margin-bottom: 30px;
	}

	.shop-cart .cart-totals .coupon .coupon-title {
		padding: 20px 25px 15px;
	}

	.shop-cart .cart-totals .coupon .coupon-title h2 {
		font-size: 18px;
	}

	.shop-cart .cart-totals .coupon .part-txt {
		padding: 25px 20px;
	}

	.shop-cart .cart-totals .coupon .part-txt p {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .coupon .part-txt form .wrap {
		border-radius: 5px;
		margin-bottom: 25px;
	}

	.shop-cart .cart-totals .coupon .part-txt form .wrap input {
		height: 38px;
	}

	.shop-cart .cart-totals .coupon .part-txt form button {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .checkout-title {
		padding: 20px 25px 15px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
		font-size: 18px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt {
		padding: 25px 20px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul {
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li {
		font-size: 14px;
		margin-top: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li span {
		margin-right: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt p {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box {
		padding: 25px 20px;
		text-align: left;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul {
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li {
		font-size: 14px;
		margin-top: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li span {
		margin-right: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	/*+++++shop compare page+++++*/
	.shop-compare {
		padding: 60px 0;
	}

	.shop-compare .box-wrap {
		overflow-x: scroll;
	}

	.shop-compare .box-wrap .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.shop-compare .box-wrap .row .custom-col {
		width: 300px;
	}

	/*+++++login & sign up page+++++*/
	.form-wrap {
		padding: 60px 0;
	}

	.form-wrap .login-form {
		padding: 20px;
		margin-bottom: 30px;
	}

	.form-wrap .login-form h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.form-wrap .login-form form input[type=email],
	.form-wrap .login-form form [type=password] {
		height: 50px;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 14px;
	}

	.form-wrap .login-form form a {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: 28px;
	}

	.form-wrap .login-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	.form-wrap .login-form form .form-check label {
		font-size: 14px;
	}

	.form-wrap .sign-up-form {
		padding: 20px;
		margin-bottom: 30px;
	}

	.form-wrap .sign-up-form h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.form-wrap .sign-up-form form input {
		height: 50px;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 14px;
	}

	.form-wrap .sign-up-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
		margin-top: 10px;
		margin-bottom: 28px;
	}

	.form-wrap .sign-up-form p {
		font-size: 14px;
		margin-bottom: -2px;
	}

	/*+++++contact page+++++*/
	.contact {
		padding: 60px 0;
	}

	.contact .contact-box {
		padding: 40px;
	}

	.contact .contact-box:after {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.contact .contact-box .contact-info {
		margin-bottom: 30px;
	}

	.contact .contact-box .contact-info .title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.contact .contact-box .contact-info .single-box .part-icon {
		margin-right: 15px;
	}

	.contact .contact-box .contact-info .single-box .part-txt h3 {
		font-size: 18px;
		margin-bottom: 3px;
	}

	.contact .contact-box .contact-info .single-box .part-txt p {
		font-size: 14px;
	}

	.contact .contact-box .contact-form .title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.contact .contact-box .contact-form form input {
		width: 100%;
		height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}

	.contact .contact-box .contact-form form textarea {
		width: 100%;
		height: 100px;
		padding: 10px 15px;
		font-size: 14px;
	}

	.contact .contact-box .contact-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
	}

	.map iframe {
		height: 300px;
	}
}

/*small mobile device*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

	/*==============================
    =======sections responsive=======
    ==============================*/
	/* header section */
	.header.header-2 .top-header .top-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header.header-2 .top-header .top-left:after {
		left: -15px;
		right: -15px;
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		transform: skewX(0deg);
	}

	.header.header-2 .top-header .top-left a {
		font-size: 12px;
	}

	.header.header-2 .top-header .top-left a:first-child {
		margin-right: 0;
	}

	.header.header-2 .top-header .top-left a i {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 4px;
		margin-right: 5px;
	}

	.header.header-2 .top-header .top-right {
		padding: 10px 0;
	}

	.header.header-2 .top-header .top-right .select-lang ul {
		left: 0;
		right: auto;
	}

	.header.header-2 .bottom-header {
		position: inherit;
		background: #ff4545;
	}

	.header.header-2 .bottom-header.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header.header-2 .bottom-header .bg:before,
	.header.header-2 .bottom-header .bg:after {
		display: none;
	}

	.header.header-2 .bottom-header .bg .others-btn button {
		font-size: 6px;
		color: #fff;
		padding: 0 7px;
	}

	.header.header-2 .bottom-header .bg .others-btn button span {
		background: #fff;
		color: #ff4545;
		width: 13px;
		height: 13px;
		line-height: 14px;
		font-size: 10px;
	}

	.header.header-2 .bottom-header .bg .navbar-toggler {
		background: #fff;
		color: #ff4545;
	}

	.header.header-2 .bottom-header .bg .navbar {
		padding-left: 0;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav {
		border-top: 0;
		background: #fff;
		border-radius: 5px;
		margin-bottom: 15px;
		max-height: 300px;
		overflow: scroll;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		margin: 10px 10px 0;
	}

	.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 20px;
		color: #3c3434;
	}

	.header .top-header {
		padding-top: 15px;
		padding-bottom: 19px;
	}

	.header .top-header .top-left {
		text-align: center;
	}

	.header .top-header .top-right {
		text-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .top-header .top-right a {
		font-size: 13px;
		margin-right: 5px;
	}

	.header .top-header .top-right .select-lang ul {
		left: auto !important;
		right: 0;
	}

	.header .top-header .top-right .select-lang ul li a {
		font-size: 13px;
	}

	.header .top-header .top-right .select-lang .dropdown-toggle {
		font-size: 13px;
	}

	.header .bottom-header .logo img {
		width: 100%;
	}

	.header .bottom-header .others-btn {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header .bottom-header .others-btn button {
		padding: 0 10px;
		font-size: 16px;
		color: #ff4545;
		position: relative;
	}

	.header .bottom-header .others-btn button span {
		position: absolute;
		top: 0px;
		right: 0;
		width: 15px;
		height: 15px;
		line-height: 16px;
		background: #ff4545;
		border-radius: 50%;
		color: #fff;
		font-size: 12px;
	}

	.header .bottom-header .navbar-toggler {
		padding: 0;
		float: right;
		padding: 5px;
		background: #ff4545;
		color: #fff;
		margin: 15px 0;
	}

	.header .bottom-header .navbar .navbar-nav {
		border-top: 1px solid #dbdbdb;
		padding: 10px 0;
		max-height: 300px;
		overflow-y: scroll;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item {
		padding: 12px 15px 13px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		display: none;
		margin-top: 10px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
		display: block;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}

	/* search section */
	.search-box .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.search-box form {
		padding: 60px 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.search-box form select,
	.search-box form input {
		width: 100%;
		height: 45px;
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		margin-bottom: 15px;
	}

	.search-box form button {
		height: 45px;
		line-height: 43px;
		border-radius: 10px;
	}

	/* wish list section */
	.wish-list {
		padding: 60px 0;
	}

	.wish-list .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.wish-list .box {
		padding: 30px 20px;
	}

	.wish-list .box .single-box {
		padding: 15px 30px 15px 15px;
	}

	.wish-list .box .single-box .wish-close {
		top: 15px;
		right: 15px;
	}

	.wish-list .box .single-box .part-img {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.wish-list .box .single-box .part-txt a {
		font-size: 12px;
		line-height: 20px;
	}

	.wish-list .box .single-box .part-txt p {
		font-size: 12px;
	}

	.wish-list .box .box-btn a {
		padding: 0 30px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	/* cart list section */
	.cart-list {
		padding: 60px 0;
	}

	.cart-list .close {
		top: 25px;
		right: 25px;
		font-size: 10px;
	}

	.cart-list .box {
		padding: 30px 20px;
	}

	.cart-list .box .single-box {
		padding: 15px 30px 15px 15px;
	}

	.cart-list .box .single-box .cart-close {
		top: 15px;
		right: 15px;
	}

	.cart-list .box .single-box .part-img {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}

	.cart-list .box .single-box .part-txt a {
		font-size: 12px;
		line-height: 20px;
	}

	.cart-list .box .single-box .part-txt p {
		font-size: 12px;
	}

	.cart-list .box .box-btn a {
		padding: 0 30px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	/* banner section */
	.banner.banner-2 .slider-1 .part-img,
	.banner.banner-2 .slider-2 .part-img {
		display: none;
	}

	.banner.banner-2 .slider-1 .part-txt,
	.banner.banner-2 .slider-2 .part-txt {
		padding: 80px 0;
		text-align: center;
	}

	.banner.banner-2 .slider-1 .part-txt h4,
	.banner.banner-2 .slider-2 .part-txt h4 {
		display: none;
	}

	.banner.banner-2 .slider-1 .part-txt h1,
	.banner.banner-2 .slider-2 .part-txt h1 {
		font-size: 23px;
		line-height: 33px;
		margin-top: -5px;
	}

	.banner.banner-2 .slider-1 .part-txt p,
	.banner.banner-2 .slider-2 .part-txt p {
		font-size: 14px;
		line-height: 24px;
	}

	.banner.banner-2 .slider-1 .part-txt .def-btn,
	.banner.banner-2 .slider-2 .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.banner.banner-2 .owl-dots {
		bottom: 34px;
	}

	.banner .slider-1,
	.banner .slider-2 {
		background-position-x: 20%;
	}

	.banner .slider-1 .part-img,
	.banner .slider-2 .part-img {
		display: none;
	}

	.banner .slider-1 .part-txt,
	.banner .slider-2 .part-txt {
		padding: 80px 0;
		text-align: center;
	}

	.banner .slider-1 .part-txt h4,
	.banner .slider-2 .part-txt h4 {
		display: none;
	}

	.banner .slider-1 .part-txt h1,
	.banner .slider-2 .part-txt h1 {
		font-size: 23px;
		line-height: 33px;
		margin-top: -5px;
	}

	.banner .slider-1 .part-txt p,
	.banner .slider-2 .part-txt p {
		font-size: 14px;
		line-height: 24px;
	}

	.banner .slider-1 .part-txt .def-btn,
	.banner .slider-2 .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.banner .owl-dots {
		bottom: 35px;
	}

	/* features section */
	.feature {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.feature .single-box {
		width: 290px;
		margin: 0 auto 30px auto;
	}

	.feature .single-box .part-icon {
		height: 25px;
	}

	.feature .single-box .part-icon img {
		height: 25px;
	}

	.feature .single-box .part-txt h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.feature .single-box .part-txt p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: -7px;
	}

	/* hot deal section */
	.hot-deal {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.hot-deal .single-box {
		width: 290px;
		margin: 0 auto 30px auto;
		padding: 10px;
	}

	.hot-deal .single-box .box {
		padding: 0 20px !important;
	}

	.hot-deal .single-box .box .part-txt {
		padding: 18px 0;
	}

	.hot-deal .single-box .box .part-txt p {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.hot-deal .single-box .box .part-txt h3 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 2px;
	}

	.hot-deal .single-box .box .part-txt a {
		font-size: 14px;
	}

	.hot-deal .single-box .box .part-img {
		width: 35%;
	}

	/* our product section */
	.our-product {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.our-product .top .sec-title {
		text-align: center;
	}

	.our-product .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.our-product .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.our-product .tab-content .tab-pane .single-box {
		width: 250px;
		padding: 25px;
		margin: 0 auto 30px auto;
	}

	.our-product .tab-content .tab-pane .single-box .part-txt p {
		font-size: 14px;
	}

	/* top category section */
	.top-category {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.top-category .top .sec-title {
		text-align: center;
	}

	.top-category .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.top-category .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.top-category .tab-content .tab-pane .single-box {
		width: 250px;
		margin: 0 auto 30px auto;
	}

	.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
		margin-bottom: 9px;
	}

	.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
		font-size: 12px;
		margin-bottom: 12px;
	}

	/* shop section */
	.shop {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.shop .single-box {
		width: 290px;
		margin: 0 auto 30px auto;
	}

	.shop .single-box .part-img img {
		width: 100%;
	}

	.shop .single-box .part-txt {
		top: 30px;
	}

	.shop .single-box .part-txt p,
	.shop .single-box .part-txt a {
		font-size: 14px;
	}

	/* best deal section */
	.best-deal {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.best-deal.best-deal-2 {
		padding-bottom: 60px;
	}

	.best-deal.best-deal-2 .top .sec-title {
		text-align: center;
	}

	.best-deal.best-deal-2 .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-deal.best-deal-2 .top nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
		font-size: 12px;
	}

	.best-deal.best-deal-2 .deal-slider {
		padding-bottom: 44px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box {
		padding: 15px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt {
		padding: 20px;
		width: auto;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special {
		width: 60px;
		height: 60px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special h4 {
		line-height: 20px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special h4 span {
		font-size: 14px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .img {
		height: 90px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__value {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}

	.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
		font-size: 14px;
	}

	.best-deal .part-img {
		width: 290px;
		margin: 0 auto 30px auto;
		padding-bottom: 15px;
	}

	.best-deal .part-img:before {
		width: 85%;
		height: 85%;
		left: -15px;
	}

	.best-deal .part-img img {
		width: 100%;
	}

	.best-deal .part-txt {
		width: 290px;
		margin: 0 auto 16px auto;
		padding: 30px;
	}

	.best-deal .part-txt:before {
		bottom: -15px;
		right: -15px;
		width: 85%;
		height: 85%;
	}

	.best-deal .part-txt .top-txt {
		margin-bottom: 20px;
	}

	.best-deal .part-txt .top-txt .txt h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 4px;
	}

	.best-deal .part-txt .top-txt .txt p {
		font-size: 16px;
	}

	.best-deal .part-txt .top-txt .special h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.best-deal .part-txt .top-txt .special h4 span {
		font-size: 16px;
	}

	.best-deal .part-txt .img {
		width: 120px;
		margin-bottom: 20px;
	}

	.best-deal .part-txt .img img {
		width: 100%;
	}

	.best-deal .part-txt h6 {
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.best-deal .part-txt .price {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.best-deal .part-txt .pro-bar {
		margin-bottom: 17px;
	}

	.best-deal .part-txt h5 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.best-deal .part-txt .counter .countdown .single-box .time {
		font-size: 18px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 5px;
	}

	.best-deal .part-txt .counter .countdown .single-box .name {
		font-size: 14px;
	}

	.best-deal .part-txt .counter .countdown .devide {
		font-size: 40px;
		height: 35px;
		line-height: 32px;
	}

	/* best seller section */
	.best-seller {
		padding-top: 60px;
		padding-bottom: 46px;
	}

	.best-seller .sidebar {
		margin-bottom: 30px;
	}

	.best-seller .sidebar .top h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.best-seller .sidebar ul li {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.best-seller .best-sale .top .sec-title {
		text-align: center;
	}

	.best-seller .best-sale .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-seller .best-sale .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.best-seller .best-sale .tab-content .tab-pane .single-box {
		width: 250px;
		padding: 25px;
		margin: 0 auto 30px auto;
	}

	.best-seller .best-sale .tab-content .tab-pane .single-box .part-txt p {
		font-size: 14px;
	}

	.best-seller-2 {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.best-seller-2 .top .sec-title {
		text-align: center;
	}

	.best-seller-2 .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
		margin-bottom: 20px;
	}

	.best-seller-2 .top nav .nav-tabs .nav-link {
		font-size: 12px;
		margin: 0 auto;
	}

	.best-seller-2 .top nav .nav-tabs .nav-link:first-child {
		display: none;
	}

	.best-seller-2 .tab-content .tab-pane .single-box {
		width: 250px;
		margin: 0 auto 30px auto;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
		height: 120px;
	}

	.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
	}

	/* recent product section */
	.recent-product {
		padding: 60px 0;
	}

	.recent-product .top .sec-title h2 {
		font-size: 22px;
	}

	.recent-product .slider-area .slider-box {
		padding-bottom: 14px;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
		width: 290px;
		margin: 0 auto 30px auto;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
		max-width: 100%;
		height: auto;
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
		max-width: 100%;
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}

	.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt p {
		font-size: 14px;
	}

	/* advertisement section */
	.ad {
		padding-bottom: 60px;
	}

	.ad .bg {
		background-size: cover;
	}

	.ad .bg .part-txt {
		text-align: center;
	}

	.ad .bg .part-txt h2 {
		font-size: 25px;
		line-height: 34px;
		margin-bottom: 19px;
	}

	.ad .bg .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.ad .bg .part-img {
		display: none;
	}

	/* testimonial section */
	.testimonial {
		padding: 60px 0;
	}

	.testimonial .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.testimonial .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.testimonial .comment-area {
		margin: 0;
	}

	.testimonial .comment-area .clients {
		margin: 0 30px;
	}

	.testimonial .comment-area .comments {
		margin-left: 0;
		margin-top: -100px;
		padding-bottom: 60px;
	}

	.testimonial .comment-area .comments .single-comment {
		padding: 100px 15px 0;
	}

	.testimonial .comment-area .comments .single-comment .part-txt {
		text-align: center;
		padding: 30px 0;
	}

	.testimonial .comment-area .comments .single-comment .part-txt p {
		font-size: 14px;
		line-height: 22px;
		margin-top: -6px;
	}

	.testimonial .comment-area .comments .single-comment .part-txt h3 {
		font-size: 20px;
		line-height: 22px;
	}

	.testimonial .comment-area .comments .single-comment .part-txt h4 {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.testimonial .comment-area .comments .slick-arrow {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.testimonial .comment-area .comments .slick-arrow.slick-prev {
		margin-left: -20px;
	}

	.testimonial .comment-area .comments .slick-arrow.slick-next {
		margin-left: 20px;
	}

	/* blog section */
	.blog {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.blog .heading {
		margin-bottom: 45px;
	}

	.blog .heading h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 8px;
	}

	.blog .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.blog .single-box {
		padding: 25px;
		margin-bottom: 30px;
	}

	.blog .single-box .admin {
		margin-bottom: 17px;
	}

	.blog .single-box .part-txt .title {
		font-size: 20px;
		margin-bottom: 13px;
	}

	.blog .single-box .part-txt .bottom .read {
		font-size: 14px;
	}

	/* products section */
	.products {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.products .single-part .top {
		text-align: center;
		margin-top: -1px;
	}

	.products .single-part .top:after {
		display: none;
	}

	.products .single-part .top h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.products .single-part .single-box {
		padding: 20px;
	}

	/* brands section */
	.brands {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.brands.brands-2 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.brands.brands-2 .all-brand .single-brand {
		height: 72px;
	}

	.brands .all-brand {
		padding: 20px 25px;
	}

	.brands .all-brand .single-brand img {
		width: 100%;
	}

	.brands .all-brand .owl-nav {
		left: 5px;
		right: 5px;
	}

	.brands .all-brand .owl-nav button {
		font-size: 4px;
	}

	/* features two section */
	.feature-2 {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.feature-2 .single-box {
		padding: 10px;
		width: 290px;
		margin: 0 auto 30px auto;
	}

	.feature-2 .single-box .bg {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
		padding: 0 15px;
	}

	.feature-2 .single-box .bg .part-icon {
		height: auto;
		width: 40px;
		margin-right: 20px;
	}

	.feature-2 .single-box .bg .part-icon img {
		width: 100%;
		height: auto;
	}

	.feature-2 .single-box .bg .part-txt {
		padding: 30px 0;
	}

	.feature-2 .single-box .bg .part-txt h3 {
		font-size: 18px;
		line-height: 21px;
	}

	.feature-2 .single-box .bg .part-txt p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	/* instagram section */
	.instagram .posts .single-post .txt a {
		font-size: 14px;
	}

	.instagram .posts .single-post .txt a span {
		font-size: 20px;
	}

	/* footer section */
	.footer .main-footer {
		padding: 60px 0;
	}

	.footer .main-footer .title h2 {
		font-size: 20px;
		margin-bottom: 17px;
	}

	.footer .main-footer .f-about {
		margin-bottom: 24px;
	}

	.footer .main-footer .f-about .part-txt p {
		font-size: 14px;
		line-height: 22px;
		margin-top: -1px;
		margin-bottom: 1px;
	}

	.footer .main-footer .f-about .part-txt ul li {
		font-size: 14px;
		line-height: 22px;
	}

	.footer .main-footer .f-link {
		margin-bottom: 24px;
	}

	.footer .main-footer .f-link ul li {
		padding-bottom: 10px;
	}

	.footer .main-footer .f-link ul li a {
		font-size: 14px;
	}

	.footer .main-footer .news-letter form {
		margin-bottom: 19px;
	}

	.footer .main-footer .news-letter p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 24px;
	}

	.footer .copyright .part-txt {
		text-align: center;
	}

	.footer .copyright .part-txt p {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.footer .copyright .part-img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .copyright .part-img img {
		width: 200px;
	}

	/*==============================
    =======inner page responsive=======
    ==============================*/
	/*+++++breadcrumb responsive+++++*/
	.breadcrumb-area.breadcrumb-area-2 {
		padding-top: 0;
	}

	.breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
		padding: 80px 0;
	}

	.breadcrumb-area .breadcrumb-txt {
		padding: 80px 0;
	}

	.breadcrumb-area .breadcrumb-txt h1 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.breadcrumb-area .breadcrumb-txt ul {
		margin-bottom: -8px;
	}

	.breadcrumb-area .breadcrumb-txt ul li {
		font-size: 15px;
		margin-left: 15px;
	}

	/*+++++shop grid page+++++*/
	.shop-grid {
		padding: 60px 0;
	}

	.shop-grid .top .part-btn a {
		font-size: 16px;
	}

	.shop-grid .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-grid .top .form-area form label {
		font-size: 14px;
	}

	.shop-grid .top .form-area form select {
		font-size: 14px;
	}

	.shop-grid .all-product .single-box {
		width: 250px;
		padding: 25px;
		margin: 0 auto 30px auto;
	}

	.shop-grid .all-product .single-box .part-txt p {
		font-size: 14px;
	}

	.shop-grid .bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-grid .bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-grid .bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-grid .bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	.shop-grid-2 {
		padding: 60px 0;
	}

	.shop-grid-2 .top .part-btn a {
		font-size: 16px;
	}

	.shop-grid-2 .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-grid-2 .top .form-area form label {
		font-size: 14px;
	}

	.shop-grid-2 .top .form-area form select {
		font-size: 14px;
	}

	.shop-grid-2 .all-product .single-box {
		width: 250px;
		margin: 0 auto 30px auto;
	}

	.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt p {
		font-size: 14px;
		margin-bottom: 9px;
	}

	.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.shop-grid-2 .page-bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-grid-2 .page-bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-grid-2 .page-bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-grid-2 .page-bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	.shop-grid-2 .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.shop-grid-2 .next .side-bar {
		width: 270px;
		margin: 60px auto 0;
	}

	.shop-grid-2 .next .side-bar h3 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 11px;
	}

	.shop-grid-2 .next .side-bar .search-area {
		margin-bottom: 30px;
	}

	.shop-grid-2 .next .side-bar .category {
		margin-bottom: 13px;
	}

	.shop-grid-2 .next .side-bar .category ul li a {
		font-size: 14px;
	}

	.shop-grid-2 .next .side-bar .filter {
		margin-bottom: 23px;
	}

	.shop-grid-2 .next .side-bar .feature-products {
		margin-bottom: 30px;
	}

	.shop-grid-2 .next .side-bar .products-tag {
		margin-bottom: 20px;
	}

	.shop-grid-2 .next .side-bar .products-tag .tags a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
	}

	/*+++++shop list page+++++*/
	.shop-list {
		padding: 60px 0;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-img {
		margin: 0;
		border-right: 0;
		border-bottom: 1px solid #dbdbdb;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt {
		padding: 15px;
	}

	.shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
		padding-left: 0;
	}

	.shop-list .top .part-btn a {
		font-size: 16px;
	}

	.shop-list .top .part-btn a:first-child {
		margin-right: 10px;
	}

	.shop-list .top .form-area form label {
		font-size: 14px;
	}

	.shop-list .top .form-area form select {
		font-size: 14px;
	}

	.shop-list .lists .single-box {
		padding: 15px;
	}

	.shop-list .lists .single-box .box .part-img {
		width: 100%;
		height: 140px;
		padding: 20px 0;
	}

	.shop-list .lists .single-box .box .part-img .img-2 {
		padding: 20px 0;
	}

	.shop-list .lists .single-box .box .part-txt {
		padding: 15px;
	}

	.shop-list .lists .single-box .box .part-txt .txt {
		display: block;
	}

	.shop-list .lists .single-box .box .part-txt .txt h4 {
		font-size: 14px;
		line-height: 24px;
		margin-top: -7px;
		margin-bottom: 12px;
	}

	.shop-list .lists .single-box .box .part-txt .txt p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 19px;
	}

	.shop-list .lists .single-box .box .part-txt .txt .tags {
		padding-left: 0;
		position: absolute;
		bottom: 100%;
	}

	.shop-list .lists .single-box .box .part-txt .info {
		padding: 20px 0;
	}

	.shop-list .page-bottom .part-txt {
		text-align: center;
		margin-bottom: 13px;
	}

	.shop-list .page-bottom .part-txt p {
		font-size: 14px;
		margin-top: -7px;
	}

	.shop-list .page-bottom .pagination {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.shop-list .page-bottom .pagination ul li a {
		font-size: 14px;
		height: 30px;
		min-width: 30px;
		line-height: 30px;
	}

	/*+++++shop details page+++++*/
	.shop-details {
		padding: 60px 0;
	}

	.shop-details .item-section {
		padding-bottom: 40px;
	}

	.shop-details .item-section .part-img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}

	.shop-details .item-section .part-img .product-slider {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
		width: 290px;
		height: 310px !important;
		padding: 60px;
		margin: 0 auto;
	}

	.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider img {
		height: 100%;
	}

	.shop-details .item-section .part-img .owl-thumbs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -5px;
	}

	.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
		width: 25%;
		height: 100%;
		margin: 0 5px;
	}

	.shop-details .item-section .part-txt {
		padding-left: 0;
	}

	.shop-details .item-section .part-txt h3 {
		padding: 0;
		font-size: 20px;
		margin-top: -3px;
		margin-bottom: 16px;
	}

	.shop-details .item-section .part-txt .info {
		margin-bottom: 14px;
	}

	.shop-details .item-section .part-txt .info .price {
		font-size: 16px;
	}

	.shop-details .item-section .part-txt .item-rating {
		margin-bottom: 21px;
	}

	.shop-details .item-section .part-txt p {
		font-size: 14px;
	}

	.shop-details .item-section .part-txt .cart-option ul li:first-child {
		font-size: 14px;
		width: 80px;
	}

	.shop-details .item-section .part-txt .cart-option ul.color {
		padding-top: 12px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart {
		padding-top: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li:first-child {
		display: none;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count {
		padding-right: 15px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
		margin: 0 -10px;
		height: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button {
		height: 30px;
		line-height: 30px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart {
		height: 32px;
		line-height: 32px;
	}

	.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more {
		width: 32px;
		height: 32px;
		line-height: 30px;
		margin-left: 0;
	}

	.shop-details .item-section .part-txt .cart-option ul.pro-code {
		padding-top: 28px;
	}

	.shop-details .item-section .part-txt .cart-option ul.pro-code li:last-child {
		font-size: 14px;
	}

	.shop-details .item-section .part-txt .cart-option ul.share {
		padding-top: 28px;
	}

	.shop-details .item-section .part-txt .cart-option ul.share li .social a {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 9px;
	}

	.shop-details .dscr-section {
		padding: 20px;
		border-radius: 5px;
	}

	.shop-details .dscr-section .box nav .nav-tabs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 13px;
	}

	.shop-details .dscr-section .box nav .nav-tabs .nav-link {
		margin-right: 0;
		font-size: 22px;
		padding: 0 0px 6px;
		margin-top: 0;
	}

	.shop-details .dscr-section .box nav .nav-tabs .nav-link span {
		display: block;
	}

	.shop-details .dscr-section .box nav .nav-tabs .nav-link i {
		display: none;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr p {
		font-size: 13px;
		margin-bottom: 17px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul {
		margin-bottom: -5px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li {
		font-size: 13px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data {
		margin-top: -3px;
		margin-bottom: -2px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
		margin-top: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul.first li:last-child {
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 8px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li {
		font-size: 12px;
		padding-top: 9px;
		padding-bottom: 8px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
		margin-bottom: 0;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li span {
		min-width: inherit;
		width: 120px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews {
		padding-top: 7px;
		padding-bottom: 9px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
		padding: 15px;
		border-radius: 5px;
		margin-bottom: 20px;
		display: block;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
		width: 70px;
		height: 69px;
		margin-bottom: 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img img {
		width: 100%;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
		margin-bottom: -2px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
		margin-bottom: 6px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title h3 {
		font-size: 16px;
		margin-top: -1px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt span {
		font-size: 12px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating {
		margin-bottom: 14px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating i {
		font-size: 10px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
		height: 40px;
		margin-bottom: 20px;
		font-size: 13px;
		padding: 0 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
		height: 100px;
		margin-bottom: 13px;
		font-size: 13px;
		padding: 10px 15px;
	}

	.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: normal;
		padding: 0 19px;
	}

	.shop-details .releted-products {
		padding-top: 59px;
	}

	.shop-details .releted-products .top .sec-title h2 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 0;
		margin-top: -6px;
	}

	.shop-details .releted-products .releted-slider .single-box {
		width: 250px;
		padding: 25px;
		margin: 0 auto;
	}

	.shop-details .releted-products .releted-slider .single-box .part-txt p {
		font-size: 14px;
	}

	.shop-details .releted-products .releted-slider .owl-nav {
		top: -65px;
	}

	.shop-details .releted-products .releted-slider .owl-nav button {
		font-size: 4px;
	}

	/*+++++blog page+++++*/
	.blog-inner {
		padding: 60px 0;
	}

	.blog-inner .pagination {
		margin-top: 0;
	}

	.blog-inner .pagination.pagination-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-inner .pagination ul li a {
		font-size: 13px;
		height: 25px;
		min-width: 25px;
		line-height: 25px;
	}

	.blog-inner .pagination ul li.prev {
		margin-right: 5px;
	}

	.blog-inner .pagination ul li.prev a i {
		font-size: 7px;
		vertical-align: top;
	}

	.blog-inner .pagination ul li.next {
		margin-left: 15px;
	}

	.blog-inner .pagination ul li.next a i {
		font-size: 7px;
		vertical-align: top;
	}

	.blog-inner .sidebar {
		width: 270px;
		margin: 60px auto 0;
	}

	.blog-inner .sidebar h3 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 11px;
	}

	.blog-inner .sidebar .search-area {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .category {
		margin-bottom: 13px;
	}

	.blog-inner .sidebar .category ul li a {
		font-size: 14px;
	}

	.blog-inner .sidebar .recent-post {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .recent-post ul li .part-img {
		width: 85px;
		height: 80px;
	}

	.blog-inner .sidebar .recent-post ul li .part-txt {
		width: 170px;
		margin-bottom: -5px;
	}

	.blog-inner .sidebar .recent-post ul li .part-txt a {
		font-size: 14px;
	}

	.blog-inner .sidebar .sale-products {
		margin-bottom: 30px;
	}

	.blog-inner .sidebar .sale-products ul li .part-txt {
		width: 172px;
	}

	.blog-inner .sidebar .products-tag {
		margin-bottom: -10px;
	}

	.blog-inner .sidebar .products-tag .tags a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
	}

	.blog-inner .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/*+++++blog details page+++++*/
	.blog-inner .main-content .main-title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 29px;
	}

	.blog-inner .main-content .blog-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 25px 0;
	}

	.blog-inner .main-content .blog-info .admin {
		margin-bottom: 15px;
	}

	.blog-inner .main-content .blog-info .add-info div {
		height: 30px;
		line-height: 28px;
		margin-right: 10px;
		padding: 0 10px;
	}

	.blog-inner .main-content .part-txt {
		padding-top: 24px;
	}

	.blog-inner .main-content .part-txt p {
		font-size: 13px;
		margin-bottom: 16px;
	}

	.blog-inner .main-content .part-txt p.quoted {
		padding: 20px 25px 17px 25px;
		margin-top: 22px;
		margin-bottom: 24px;
	}

	.blog-inner .main-content .part-img {
		margin-top: 6px;
	}

	.blog-inner .main-content .part-img.top {
		margin-bottom: 24px;
	}

	.blog-inner .main-content .other-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-inner .main-content .other-info .tags-btn {
		margin-bottom: 25px;
	}

	.blog-inner .main-content .other-info .tags-btn a {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		padding: 0 5px;
		margin-right: 5px;
	}

	.blog-inner .main-content .review-area {
		padding-top: 30px;
	}

	.blog-inner .main-content .review-area .title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 12px;
	}

	.blog-inner .main-content .review-area .blog-comment {
		padding-top: 7px;
		padding-bottom: 9px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment {
		padding: 15px;
		border-radius: 5px;
		margin-bottom: 20px;
		display: block;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment.reply {
		margin-left: 40px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .img {
		width: 70px;
		height: 69px;
		margin-bottom: 15px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .img img {
		width: 100%;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt {
		margin-bottom: -2px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
		margin-bottom: 6px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name h3 {
		font-size: 16px;
		margin-top: -1px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.blog-inner .main-content .review-area .blog-comment .single-comment .txt span {
		font-size: 12px;
	}

	.blog-inner .main-content .review-area .post-a-review h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.blog-inner .main-content .review-area .post-a-review p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.blog-inner .main-content .review-area .post-a-review form .simple-rating {
		margin-bottom: 14px;
	}

	.blog-inner .main-content .review-area .post-a-review form .simple-rating i {
		font-size: 10px;
	}

	.blog-inner .main-content .review-area .post-a-review form input {
		height: 40px;
		margin-bottom: 20px;
		font-size: 13px;
		padding: 0 15px;
	}

	.blog-inner .main-content .review-area .post-a-review form textarea {
		height: 100px;
		margin-bottom: 13px;
		font-size: 13px;
		padding: 10px 15px;
	}

	.blog-inner .main-content .review-area .post-a-review form button {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: normal;
		padding: 0 19px;
	}

	/*+++++about page+++++*/
	/* about section */
	.about {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.about .part-img {
		width: 290px;
		margin: 0 auto 30px;
	}

	.about .part-img img {
		width: 100%;
	}

	.about .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 1px;
	}

	.about .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.about .part-txt p {
		font-size: 14px;
	}

	.about .part-txt ul {
		padding: 20px 0;
	}

	.about .part-txt ul li.signature {
		margin-right: 30px;
	}

	.about .part-txt ul li.signature .img-1 {
		width: 35px;
		height: 35px;
		margin-right: 10px;
		border-width: 2px;
	}

	.about .part-txt ul li.signature .img-2 {
		width: 50px;
	}

	.about .part-txt ul li.signature .img-2 img {
		min-width: inherit;
		width: 100%;
	}

	.about .part-txt ul li.off-day {
		margin-top: -1px;
	}

	.about .part-txt ul li.off-day .part-icon span {
		margin-right: 9px;
		margin-top: -3px;
	}

	.about .part-txt ul li.off-day .txt p {
		font-size: 14px;
		margin-top: 0;
	}

	.about .part-txt ul li.off-day .txt p span {
		font-size: 16px;
		line-height: 100%;
	}

	.about .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}

	/* feature section */
	.feature-inner {
		padding-top: 40px;
	}

	/* our vision section */
	.vision {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.vision .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -5px;
		margin-bottom: 1px;
	}

	.vision .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.vision .part-txt p {
		font-size: 14px;
	}

	.vision .part-txt ul {
		margin-top: -7px;
		padding-left: 15px;
	}

	.vision .part-txt ul li {
		font-size: 14px;
	}

	.vision .part-txt ul li:first-child {
		margin-bottom: 16px;
	}

	.vision .part-txt ul li:before {
		top: 7px;
		left: -15px;
	}

	.vision .part-txt ul li:after {
		top: 9px;
		left: -13px;
	}

	.vision .part-img {
		width: 290px;
		margin: 30px auto 15px;
	}

	.vision .part-img:after {
		right: -15px;
		bottom: -15px;
	}

	.vision .part-img img {
		width: 100%;
	}

	/* our mission section */
	.mission {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.mission .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -5px;
		margin-bottom: 1px;
	}

	.mission .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.mission .part-txt p {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.mission .part-txt ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.mission .part-txt ul:last-child {
		margin-bottom: -7px;
	}

	.mission .part-txt ul li {
		font-size: 14px;
		line-height: 24px;
		padding-left: 15px;
		min-width: 140px;
	}

	.mission .part-txt ul li:before {
		top: 7px;
	}

	.mission .part-txt ul li:after {
		top: 9px;
	}

	.mission .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.mission .next .part-img {
		width: 290px;
		margin: 30px auto 15px;
	}

	.mission .next .part-img:after {
		left: -15px;
		bottom: -15px;
	}

	.mission .next .part-img img {
		width: 100%;
	}

	/* video section */
	.video {
		padding-top: 120px;
		padding-bottom: 200px;
	}

	.video .btn-area .vdo-btn {
		width: 90px;
		height: 90px;
		line-height: 84px;
		font-size: 30px;
		border-width: 5px;
	}

	.video .btn-area .vdo-btn i {
		margin-left: 7px;
	}

	/* counter section */
	.counter-area {
		padding-bottom: 30px;
	}

	.counter-area .single-box {
		margin-bottom: 30px;
	}

	.counter-area .single-box .icon {
		height: 30px;
		margin-bottom: 15px;
	}

	.counter-area .single-box .txt h2 {
		font-size: 20px;
		font-weight: 500;
		margin-top: -3px;
		margin-bottom: 1px;
	}

	.counter-area .single-box .txt h3 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: -9px;
	}

	/*+++++about page two+++++*/
	/* about section */
	.about-2 {
		padding: 60px 0;
	}

	.about-2 .part-img {
		width: 290px;
		margin: 0 auto 45px;
	}

	.about-2 .part-img:after {
		bottom: -15px;
		left: -15px;
	}

	.about-2 .part-img .txt {
		right: -15px;
		padding: 50px 15px;
	}

	.about-2 .part-img .txt:after {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}

	.about-2 .part-img .txt h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.about-2 .part-txt h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -4px;
		margin-bottom: 1px;
	}

	.about-2 .part-txt h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.about-2 .part-txt p {
		font-size: 14px;
	}

	.about-2 .part-txt ul {
		margin-top: 20px;
		margin-bottom: 23px;
	}

	.about-2 .part-txt ul li .icon span {
		font-size: 18px;
		margin-right: 14px;
	}

	.about-2 .part-txt ul li p {
		font-size: 14px;
		margin-right: 25px;
		margin-top: -4px;
	}

	.about-2 .part-txt ul li p span {
		font-size: 14px;
		line-height: 24px;
	}

	.about-2 .part-txt .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
	}

	/* our skill section */
	.skill {
		padding: 60px 0;
	}

	.skill .skill-area {
		margin-bottom: 40px;
	}

	.skill .skill-area h2 {
		font-size: 30px;
		margin-top: -4px;
		line-height: 40px;
		margin-bottom: 1px;
	}

	.skill .skill-area p {
		font-size: 14px;
	}

	.skill .skill-area .bar-title {
		font-size: 14px;
		line-height: 100%;
		margin-top: 18px;
	}

	.skill .skill-area .progress .progress-bar span {
		top: -10px;
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}

	.skill .skill-area .progress .progress-bar span:after {
		width: 22px;
		height: 22px;
	}

	.skill .part-img {
		width: 290px;
		margin: 0 auto 30px;
	}

	.skill .what-we-do h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: -4px;
		margin-bottom: 0;
	}

	.skill .what-we-do p {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.skill .what-we-do .def-btn {
		height: 40px;
		line-height: 38px;
		padding: 0 20px;
		font-size: 16px;
		margin-top: 17px;
	}

	/* our history section */
	.history {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.history .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.history .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.history .single-box {
		display: block;
		padding: 20px;
	}

	.history .single-box .part-icon {
		margin-right: 0;
		margin-bottom: 25px;
	}

	.history .single-box .part-icon span {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 35px;
	}

	.history .single-box .part-icon span:after {
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
	}

	.history .single-box .part-txt h4 {
		font-size: 14px;
		margin-bottom: 17px;
	}

	.history .single-box .part-txt h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.history .single-box .part-txt p {
		font-size: 14px;
	}

	/* team section */
	.team {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.team .heading h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 7px;
	}

	.team .heading p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -6px;
	}

	.team .single-box {
		width: 270px;
		margin: 0 auto 30px;
	}

	.team .single-box .part-txt h3 {
		font-size: 20px;
	}

	.team .single-box .part-txt p {
		font-size: 14px;
		margin-bottom: -2px;
	}

	/*+++++shop cart page+++++*/
	.shop-cart {
		padding: 60px 0;
	}

	.shop-cart .table-responsive .table {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.shop-cart .table-responsive .table thead tr th {
		font-size: 18px;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.shop-cart .table-responsive .table tbody tr td {
		padding: 20px;
	}

	.shop-cart .table-responsive .table tbody tr td:first-child {
		width: 350px;
	}

	.shop-cart .table-responsive .table tbody tr td .product .part-img {
		width: 75px;
		height: 75px;
		margin-right: 19px;
	}

	.shop-cart .table-responsive .table tbody tr td .product .part-txt p {
		font-size: 14px;
	}

	.shop-cart .table-responsive .table tbody tr td .price {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .product-quantity {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .total-price {
		height: 75px;
	}

	.shop-cart .table-responsive .table tbody tr td .delete {
		height: 75px;
	}

	.shop-cart .cart-totals {
		padding-top: 60px;
	}

	.shop-cart .cart-totals .coupon {
		margin-bottom: 30px;
	}

	.shop-cart .cart-totals .coupon .coupon-title {
		padding: 20px 25px 15px;
	}

	.shop-cart .cart-totals .coupon .coupon-title h2 {
		font-size: 18px;
	}

	.shop-cart .cart-totals .coupon .part-txt {
		padding: 25px 20px;
	}

	.shop-cart .cart-totals .coupon .part-txt p {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .coupon .part-txt form .wrap {
		border-radius: 5px;
		margin-bottom: 25px;
	}

	.shop-cart .cart-totals .coupon .part-txt form .wrap input {
		height: 38px;
	}

	.shop-cart .cart-totals .coupon .part-txt form button {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .checkout-title {
		padding: 20px 25px 15px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
		font-size: 18px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt {
		padding: 25px 20px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul {
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li {
		font-size: 14px;
		margin-top: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li span {
		margin-right: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .part-txt p {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box {
		padding: 25px 20px;
		text-align: left;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul {
		margin-bottom: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li {
		font-size: 14px;
		margin-top: -2px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li span {
		margin-right: 23px;
	}

	.shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	/*+++++shop compare page+++++*/
	.shop-compare {
		padding: 60px 0;
	}

	.shop-compare .box-wrap {
		overflow-x: scroll;
	}

	.shop-compare .box-wrap .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.shop-compare .box-wrap .row .custom-col {
		width: 300px;
	}

	/*+++++login & sign up page+++++*/
	.form-wrap {
		padding: 60px 0;
	}

	.form-wrap .login-form {
		padding: 20px;
		margin-bottom: 30px;
	}

	.form-wrap .login-form h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.form-wrap .login-form form input[type=email],
	.form-wrap .login-form form [type=password] {
		height: 50px;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 14px;
	}

	.form-wrap .login-form form a {
		font-size: 14px;
		margin-top: -2px;
		margin-bottom: 28px;
	}

	.form-wrap .login-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
	}

	.form-wrap .login-form form .form-check label {
		font-size: 14px;
	}

	.form-wrap .sign-up-form {
		padding: 20px;
		margin-bottom: 30px;
	}

	.form-wrap .sign-up-form h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.form-wrap .sign-up-form form input {
		height: 50px;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 14px;
	}

	.form-wrap .sign-up-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		border-radius: 5px;
		margin-top: 10px;
		margin-bottom: 28px;
	}

	.form-wrap .sign-up-form p {
		font-size: 14px;
		margin-bottom: -2px;
	}

	/*+++++contact page+++++*/
	.contact {
		padding: 60px 0;
	}

	.contact .contact-box {
		padding: 30px;
	}

	.contact .contact-box:after {
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px;
	}

	.contact .contact-box .contact-info {
		margin-bottom: 30px;
	}

	.contact .contact-box .contact-info .title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.contact .contact-box .contact-info .single-box .part-icon {
		margin-right: 15px;
	}

	.contact .contact-box .contact-info .single-box .part-txt h3 {
		font-size: 18px;
		margin-bottom: 3px;
	}

	.contact .contact-box .contact-info .single-box .part-txt p {
		font-size: 14px;
	}

	.contact .contact-box .contact-form .title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.contact .contact-box .contact-form form input {
		width: 100%;
		height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}

	.contact .contact-box .contact-form form textarea {
		width: 100%;
		height: 100px;
		padding: 10px 15px;
		font-size: 14px;
	}

	.contact .contact-box .contact-form form button {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
	}

	.map iframe {
		height: 300px;
	}
}