@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Prata&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);
body {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #8a8a8a;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	text-decoration: none;
	outline: 0
}

a:focus,
a:hover {
	text-decoration: none
}

a,
i,
span {
	display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: #404040;
	margin: 0
}

h1 {
	font-size: 48px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #8a8a8a;
	margin: 0
}

.bg_cover {
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.main-btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 30px;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	background-color: #232324;
	text-transform: uppercase
}

@media (max-width:767px) {
	.main-btn {
		font-size: 13px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.main-btn {
		font-size: 14px
	}
}

.main-btn:hover {
	background-color: #ef5619;
	color: #fff
}

.main-btn.main-btn-2 {
	background-color: #fff;
	color: #232324
}

.main-btn.main-btn-2:hover {
	background-color: #232324;
	color: #fff
}

@media only screen and (min-width:1400px) {
	.container-fluid {
		max-width: 1920px;
		padding: 0 28px
	}
}

@media only screen and (min-width:1400px) {
	.custom-container {
		max-width: 1920px;
		padding: 0 80px
	}
}

@media only screen and (min-width:1400px) {
	.custom-container-2 {
		max-width: 1920px;
		padding: 0 105px
	}
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 36, .7);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.overlay.open {
	opacity: 1;
	visibility: visible
}

.overlay.open-canvas,
.overlay.open-cart {
	opacity: 1;
	visibility: visible;
	z-index: 99999
}

.slick-slide {
	outline: 0
}

#resizing_select {
	width: 60px
}

#width_tmp_select {
	display: none
}

.section-title .title {
	font-size: 38px;
	font-weight: 400;
	color: #232324;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 18px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title .title {
		font-size: 36px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title .title {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.section-title .title {
		font-size: 24px
	}
}

.section-title .title::before {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #232324;
	width: 60px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.section-title.section-title-2 .title {
	padding-bottom: 0
}

.section-title.section-title-2 .title::after,
.section-title.section-title-2 .title::before {
	position: absolute;
	content: '';
	height: 1px;
	background-color: #c5c5c5;
	width: 180px;
	bottom: auto;
	top: 50%;
	left: -200px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title.section-title-2 .title::after,
	.section-title.section-title-2 .title::before {
		width: 80px;
		left: -90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title.section-title-2 .title::after,
	.section-title.section-title-2 .title::before {
		width: 80px;
		left: -90px
	}
}

@media (max-width:767px) {
	.section-title.section-title-2 .title::after,
	.section-title.section-title-2 .title::before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title.section-title-2 .title::after,
	.section-title.section-title-2 .title::before {
		display: block;
		width: 80px;
		left: -90px
	}
}

.section-title.section-title-2 .title::after {
	left: auto;
	right: -200px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title.section-title-2 .title::after {
		right: -90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title.section-title-2 .title::after {
		right: -90px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title.section-title-2 .title::after {
		right: -90px
	}
}

.section-title-3 .title {
	border: 2px solid #cbcbcb;
	display: inline-block;
	letter-spacing: 5px;
	width: 380px;
	max-width: 100%;
	padding: 35px 30px;
	line-height: 26px;
	margin: 0;
	color: #232324;
	font-size: 24px;
	font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-3 .title {
		padding: 25px 30px;
		font-size: 20px;
		width: 320px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title-3 .title {
		padding: 15px 10px;
		font-size: 20px;
		max-width: 300px;
		letter-spacing: 3px
	}
}

@media (max-width:767px) {
	.section-title-3 .title {
		padding: 15px 10px;
		font-size: 18px;
		max-width: 270px;
		letter-spacing: 3px
	}
}

.section-title-4 .title {
	letter-spacing: 10px;
	font-weight: 300;
	color: #232324;
	font-size: 36px
}

@media (max-width:767px) {
	.section-title-4 .title {
		font-size: 24px;
		letter-spacing: 4px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title-4 .title {
		font-size: 30px
	}
}

.section-title-4 p {
	margin-top: 15px;
	font-size: 12px;
	color: #8a8a8a
}

.section-title-5 .title {
	font-size: 24px;
	font-weight: 700;
	color: #232324;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 18px;
	letter-spacing: 3px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-5 .title {
		font-size: 36px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title-5 .title {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.section-title-5 .title {
		font-size: 22px
	}
}

.section-title-5 .title::before {
	position: absolute;
	content: '';
	height: 3px;
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	width: 40px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.section-title-6 .title {
	font-size: 70px;
	font-weight: 700;
	color: #232324;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	padding-bottom: 18px;
	letter-spacing: -5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-6 .title {
		font-size: 36px;
		letter-spacing: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title-6 .title {
		font-size: 30px;
		letter-spacing: 0
	}
}

@media (max-width:767px) {
	.section-title-6 .title {
		font-size: 22px;
		letter-spacing: 0
	}
}

.section-title-6 .title::before {
	position: absolute;
	content: '';
	height: 3px;
	background-color: #7e8ce2;
	background-image: -webkit-linear-gradient(180deg, #f54a5f 0, #7e8ce2 100%);
	background-image: -ms-linear-gradient(180deg, #f54a5f 0, #7e8ce2 100%);
	background-image: -moz-linear-gradient(180deg, #f54a5f 0, #7e8ce2 100%);
	background-image: linear-gradient(180deg, #f54a5f 0, #7e8ce2 100%);
	width: 85px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.section-title-6 p {
	color: #8a8a8a;
	font-size: 14px;
	margin-top: 25px
}

.section-title-7 .title {
	font-size: 46px;
	color: #232324;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
	font-weight: 400;
	font-family: Satisfy, cursive
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-7 .title {
		font-size: 36px;
		letter-spacing: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title-7 .title {
		font-size: 30px;
		letter-spacing: 0
	}
}

@media (max-width:767px) {
	.section-title-7 .title {
		font-size: 30px;
		letter-spacing: 0
	}
}

.section-title-7 .title::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	background-image: url(../images/leaf.png);
	width: 25px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain
}

.section-title-7 p {
	font-size: 14px;
	color: #8a8a8a;
	margin-top: 10px
}

.section-title-8 .title {
	font-size: 48px;
	line-height: 50px;
	color: #232324;
	font-family: Prata, serif;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-8 .title {
		font-size: 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title-8 .title {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.section-title-8 .title {
		font-size: 24px;
		line-height: 32px
	}
}

.section-title-8 img {
	margin-top: 10px
}

.section-title-8 p {
	font-size: 14px;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-8 p br {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title-8 p br {
		display: none
	}
}

@media (max-width:767px) {
	.section-title-8 p br {
		display: none
	}
}

.collections-title .title {
	font-size: 110px;
	font-family: Prata, serif;
	color: #232324;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.collections-title .title {
		font-size: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.collections-title .title {
		font-size: 50px
	}
}

@media (max-width:767px) {
	.collections-title .title {
		font-size: 38px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.collections-title .title {
		font-size: 48px;
		line-height: 55px
	}
}

.collections-title img {
	margin-top: 12px;
	width: 192px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.collections-title img {
		width: 150px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.collections-title img {
		width: 150px
	}
}

@media (max-width:767px) {
	.collections-title img {
		width: 120px
	}
}

.collections-title p {
	font-size: 14px;
	margin-top: 30px
}

.site-main {
	padding-left: 300px
}

@media only screen and (min-width:1400px) {
	.site-main {
		padding-left: 370px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.site-main {
		padding-left: 280px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.site-main {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.site-main {
		padding-left: 0
	}
}

.site-bg {
	background-color: #f7f7f7
}

@-webkit-keyframes slickZoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
		-webkit-transform: scale3d(.3, .3, .3);
		-moz-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		-o-transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes slickZoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
		-webkit-transform: scale3d(.3, .3, .3);
		-moz-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		-o-transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.tab-pane.active {
	-webkit-animation: tabUp .5s;
	-moz-animation: tabUp .5s;
	-o-animation: tabUp .5s;
	animation: tabUp .5s
}

@-webkit-keyframes tabUp {
	from {
		transform: translate3d(0, 30px, 0);
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		-o-transform: translate3d(0, 30px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0)
	}
}

@keyframes tabUp {
	from {
		transform: translate3d(0, 30px, 0);
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		-o-transform: translate3d(0, 30px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0)
	}
}

@media only screen and (min-width:1400px) {
	.product-row {
		margin-left: -30px;
		margin-right: -30px
	}
}

.sidebar-col {
	-ms-flex: 0 0 18%;
	flex: 0 0 18%;
	max-width: 18%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-col {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.sidebar-col {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%
	}
}

@media (max-width:767px) {
	.sidebar-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.content-col {
	max-width: 81%;
	-ms-flex: 0 0 81%;
	flex: 0 0 81%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.content-col {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.content-col {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%
	}
}

@media (max-width:767px) {
	.content-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.product-col {
		max-width: 33.33%;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%
	}
}

.product-col-2 {
	padding: 0 30px
}

@media only screen and (min-width:1400px) {
	.product-col-2 {
		max-width: 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%
	}
}

.product-col-3 {
	padding: 0 5px
}

@media only screen and (min-width:1400px) {
	.product-col-4 {
		max-width: 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog-col {
		max-width: 33.33%;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%
	}
}

.pagination-items .pagination li {
	margin: 0 4px
}

.pagination-items .pagination li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	border: 1px solid transparent;
	text-align: center;
	font-size: 12px;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.pagination-items .pagination li a {
		width: 25px;
		height: 25px;
		line-height: 23px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.pagination-items .pagination li a {
		width: 35px;
		height: 35px;
		line-height: 33px
	}
}

.pagination-items .pagination li a.active {
	background-color: #232324;
	color: #fff
}

.pagination-items .pagination li a.next,
.pagination-items .pagination li a.prev {
	width: auto;
	padding: 0 8px
}

.pagination-items .pagination li a:hover {
	border-color: #232324;
	-webkit-box-shadow: 0 0 8px 0 rgba(41, 44, 58, .11);
	-moz-box-shadow: 0 0 8px 0 rgba(41, 44, 58, .11);
	box-shadow: 0 0 8px 0 rgba(41, 44, 58, .11)
}

.single-form {
	margin-top: 25px
}

.single-form label {
	font-size: 13px;
	color: #232324;
	text-transform: uppercase;
	margin-bottom: 8px
}

.single-form input,
.single-form textarea {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #ebebeb;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 14px;
	color: #232324
}

.single-form input:focus,
.single-form textarea:focus {
	border-color: #232324
}

.single-form input+input,
.single-form textarea+input {
	margin-top: 15px
}

.single-form textarea {
	height: 120px;
	resize: none;
	padding: 10px 15px
}

.single-form .main-btn-2 {
	background-color: transparent;
	border: 1px solid #ebebeb;
	color: #232324;
	line-height: 48px
}

.single-form .main-btn-2:hover {
	border-color: #232324;
	background-color: #232324;
	color: #fff
}

.single-select2 {
	margin-top: 25px
}

.single-select2 label {
	font-size: 13px;
	color: #232324;
	text-transform: uppercase;
	margin-bottom: 8px
}

.single-select2 .form-select2 {
	height: 50px;
	border-radius: 3px;
	border: 1px solid #ebebeb
}

.single-select2 .form-select2 .select2-container {
	display: block;
	width: 100%!important
}

.single-select2 .form-select2 .select2-container .selection {
	display: block;
	width: 100%
}

.single-select2 .form-select2 .select2-container .selection .select2-selection {
	width: 100%;
	border-radius: 0;
	border: 0
}

.single-select2 .form-select2 .select2-container .selection .select2-selection:focus {
	outline: 0
}

.single-select2 .form-select2 .select2-container .selection .select2-selection .select2-selection__rendered {
	line-height: 48px;
	padding-left: 15px;
	font-size: 14px;
	color: #232324
}

.single-select2 .form-select2 .select2-container .selection .select2-selection .select2-selection__arrow {
	height: 48px;
	right: 10px
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
	font-size: 14px
}

.checkbox input[type=checkbox] {
	display: none
}

.checkbox input[type=checkbox]+label {
	position: relative;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	color: #8a8a8a
}

.checkbox input[type=checkbox]+label span {
	width: 14px;
	height: 14px;
	border: 1px solid #8a8a8a;
	position: relative;
	border-radius: 3px;
	top: 5px;
	margin-right: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.checkbox input[type=checkbox]+label span::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 12px;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	top: -5px;
	opacity: 0;
	visibility: hidden
}

.checkbox input[type=checkbox]:checked+label span {
	background-color: #ef5619;
	border-color: #ef5619
}

.checkbox input[type=checkbox]:checked+label span::before {
	color: #fff;
	opacity: 1;
	visibility: visible
}

.radio input[type=radio] {
	display: none
}

.radio input[type=radio]+label {
	margin-bottom: 0;
	font-size: 14px;
	color: #232324;
	text-transform: uppercase
}

.radio input[type=radio]+label span {
	width: 13px;
	height: 13px;
	border: 1px solid #232324;
	border-radius: 50%;
	position: relative;
	margin-right: 5px
}

.radio input[type=radio]+label span::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #232324;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.radio input[type=radio]:checked+label span::before {
	opacity: 1;
	visibility: visible
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999
}

.preloader .spinner {
	width: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.preloader .spinner>div {
	width: 18px;
	height: 18px;
	background-color: #232324;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	-moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	-o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.preloader .spinner>div.bounce1 {
	-webkit-animation-delay: -.32s;
	-moz-animation-delay: -.32s;
	-o-animation-delay: -.32s;
	animation-delay: -.32s
}

.preloader .spinner>div.bounce2 {
	-webkit-animation-delay: -.16s;
	-moz-animation-delay: -.16s;
	-o-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-bouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.header-navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 9999;
	will-change: transform, background;
	transition: transform .45s linear;
	-webkit-transition: transform .45s linear;
	-moz-transition: transform .45s linear;
	-ms-transition: transform .45s linear;
	-o-transition: transform .45s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-navbar {
		background-color: #fff;
		position: relative
	}
}

@media (max-width:767px) {
	.header-navbar {
		background-color: #fff;
		position: relative
	}
}

.header-navbar.is-sticky {
	background-color: #fff;
	position: fixed
}

.header-navbar.scroll-up {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

.header-navbar.scroll-down {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.header-navbar-2 {
	position: relative
}

.slider-bottom-header-sticky {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	will-change: transform, background;
	transition: transform .45s linear;
	-webkit-transition: transform .45s linear;
	-moz-transition: transform .45s linear;
	-ms-transition: transform .45s linear;
	-o-transition: transform .45s linear
}

.slider-bottom-header-sticky.is-sticky {
	position: fixed
}

.slider-bottom-header-sticky.is-sticky.scroll-up {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

.slider-bottom-header-sticky.is-sticky.scroll-down {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.header-wrapper {
	padding: 15px 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-wrapper {
		padding: 25px 0
	}
}

@media (max-width:767px) {
	.header-wrapper {
		padding: 25px 0
	}
}

.is-sticky .header-wrapper {
	padding: 10px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.is-sticky .header-wrapper {
		padding: 15px 0
	}
}

@media (max-width:767px) {
	.is-sticky .header-wrapper {
		padding: 15px 0
	}
}

.header-meta {
	text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-meta .meta {
		padding-right: 35px
	}
}

@media (max-width:767px) {
	.header-meta .meta {
		padding-right: 35px
	}
}

.header-meta .meta li {
	display: inline-block
}

.header-meta .meta li+li {
	margin-left: 15px
}

@media (max-width:767px) {
	.header-meta .meta li+li {
		margin-left: 5px
	}
}

.header-meta .meta li a {
	font-size: 16px;
	color: #232324;
	position: relative;
	padding: 8px
}

.header-meta .meta li a span {
	height: 15px;
	line-height: 15px;
	text-align: center;
	background-color: #ef5619;
	color: #fff;
	display: block;
	font-size: 12px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 4px
}

.header-meta .meta li a.menu-toggle,
.header-meta .meta li a.sidebar-toggle {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #232324;
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-size: 24px;
	padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-meta .meta li a.menu-toggle,
	.header-meta .meta li a.sidebar-toggle {
		display: none
	}
}

@media (max-width:767px) {
	.header-meta .meta li a.menu-toggle,
	.header-meta .meta li a.sidebar-toggle {
		display: none
	}
}

.header-meta .meta li .account-dropdown {
	position: relative
}

.header-meta .meta li .account-dropdown .dropdown-account {
	position: absolute;
	width: 200px;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	-webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .1);
	padding: 10px;
	z-index: 99;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-align: left
}

.header-meta .meta li .account-dropdown .dropdown-account li+li {
	margin-left: 0
}

.header-meta .meta li .account-dropdown .dropdown-account li a {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	color: #232324;
	padding: 10px 30px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.header-meta .meta li .account-dropdown .dropdown-account li:hover a {
	color: #ef5619
}

.header-meta .meta li .account-dropdown:hover .dropdown-account {
	opacity: 1;
	visibility: visible
}

.dl-menuwrapper {
	float: none;
	margin-right: 0;
	position: relative;
	max-width: inherit
}

.dl-menuwrapper .dl-menu {
	margin-top: 0;
	top: 100%
}

.dl-menuwrapper li a {
	font-size: 14px;
	background-color: #fff;
	color: #232324;
	padding: 12px 30px;
	text-transform: uppercase;
	border-top: 1px solid rgba(35, 35, 36, .15);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.dl-menuwrapper li a::after {
	color: #232324;
	font-size: 14px;
	right: 30px;
	line-height: 44px
}

.dl-menuwrapper li a:hover {
	color: #6b56e2
}

.dl-menuwrapper li .dl-submenu .dl-back {
	text-align: right
}

.dl-menuwrapper li .dl-submenu .dl-back::after {
	left: 30px;
	color: #232324
}

.dl-menuwrapper li .dl-submenu .dl-back:hover {
	background-color: #6b56e2;
	color: #fff
}

.dl-menuwrapper li .dl-submenu .dl-back:hover::after {
	color: #fff
}

.dl-menuwrapper li .dl-submenu li a:hover {
	background-color: #6b56e2;
	color: #fff
}

.dl-menuwrapper li .dl-submenu li a:hover::after {
	color: #fff
}

.dl-menuwrapper .dl-trigger {
	float: right;
	background: 0 0;
	width: 28px;
	height: 28px;
	margin-right: 15px;
	margin-top: -55px
}

.dl-menuwrapper .dl-trigger:hover {
	background-color: transparent
}

.dl-menuwrapper .dl-trigger::after {
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #232324;
	box-shadow: 0 10px 0 #232324, 0 20px 0 #232324
}

.is-sticky .dl-menuwrapper .dl-trigger {
	margin-top: -45px
}

.header-menu.site-nav:hover .main-menu>li>a {
	opacity: .5
}

.header-menu.site-nav:hover .main-menu>li.active>a,
.header-menu.site-nav:hover .main-menu>li:hover>a {
	opacity: 1
}

.header-menu .menu-category {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.header-menu .menu-category>li {
	position: relative;
	padding-right: 22px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-menu .menu-category>li {
		padding-right: 17px
	}
}

.header-menu .menu-category>li>a {
	font-size: 12px;
	line-height: 28px;
	color: #232324;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1;
	position: relative
}

.header-menu .menu-category>li>a i {
	font-size: 14px;
	margin-left: 5px
}

.header-menu .menu-category>li .sub-menu {
	position: absolute;
	top: 130%;
	left: 0;
	width: 240px;
	background-color: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	-moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 50px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999
}

.header-menu .menu-category>li .sub-menu>li {
	position: static
}

.header-menu .menu-category>li .sub-menu>li>a {
	padding: 10px 25px;
	color: #8a8a8a;
	font-size: 14px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-transform: uppercase;
	display: block
}

.header-menu .menu-category>li .sub-menu>li>a i {
	font-size: 13px;
	float: right;
	display: block;
	padding: 4px 0
}

.header-menu .menu-category>li .sub-menu>li .sub-menu {
	left: 90%;
	top: 0;
	margin-top: 0;
	padding: 30px 15px
}

.header-menu .menu-category>li .sub-menu>li .sub-menu.menu-man {
	width: 900px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-menu .menu-category>li .sub-menu>li .sub-menu.menu-man {
		width: 700px
	}
}

.header-menu .menu-category>li .sub-menu>li .sub-menu.women-man {
	width: 600px;
	padding: 30px
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items.menu-product-active .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items.menu-product-active .slick-dots {
	text-align: center;
	margin-top: 16px
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items.menu-product-active .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items.menu-product-active .slick-dots li button {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .3);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items.menu-product-active .slick-dots li.slick-active button {
	background-color: rgba(35, 35, 36, .8);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items .single-product {
	padding: 0 15px
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items .menu-title .title {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #232324
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items .product-wrapper .single-product-mini {
	margin-top: 30px
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items .menu-product-active-2 .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items .menu-product-active-2 .slick-dots {
	text-align: center;
	margin-top: 16px
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items .menu-product-active-2 .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items .menu-product-active-2 .slick-dots li button {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .3);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.header-menu .menu-category>li .sub-menu>li .sub-menu .menu-menu-items .menu-product-active-2 .slick-dots li.slick-active button {
	background-color: rgba(35, 35, 36, .8);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.header-menu .menu-category>li .sub-menu>li:hover .sub-menu {
	left: 100%;
	opacity: 1;
	visibility: visible
}

.header-menu .menu-category>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.header-menu .main-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.header-menu .main-menu>li {
	position: relative;
	padding: 5px 22px
}

.header-menu .main-menu>li.static {
	position: static
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-menu .main-menu>li {
		padding: 0 17px
	}
}

.header-menu .main-menu>li>a {
	font-size: 12px;
	line-height: 18px;
	color: #232324;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1;
	position: relative
}

.header-menu .main-menu>li>a::before {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: #232324;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.header-menu .main-menu>li.active>a::before,
.header-menu .main-menu>li:hover>a::before {
	width: 100%
}

.header-menu .main-menu>li span {
	font-size: 8px;
	color: #fff;
	background-color: #d8242b;
	padding: 1px 5px;
	text-transform: uppercase;
	font-weight: 400;
	position: absolute;
	bottom: calc(100% + 5px);
	right: 22px;
	z-index: 2
}

.header-menu .main-menu>li span::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #d8242b;
	bottom: -3px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%) rotate(135deg);
	-moz-transform: translateX(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) rotate(135deg);
	-o-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg)
}

.header-menu .main-menu>li .sub-menu {
	position: absolute;
	top: 130%;
	left: 0;
	width: 240px;
	background-color: #fff;
	padding: 30px 0;
	-webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	-moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 50px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999
}

.header-menu .main-menu>li .sub-menu li {
	position: relative
}

.header-menu .main-menu>li .sub-menu li a {
	padding: 12px 50px;
	color: #8a8a8a;
	font-size: 14px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: block
}

.header-menu .main-menu>li .sub-menu li a i {
	font-size: 13px;
	float: right;
	display: block;
	padding: 4px 0
}

.header-menu .main-menu>li .sub-menu li:hover>a {
	opacity: 1;
	color: #232324
}

.header-menu .main-menu>li .sub-menu li .sub-menu {
	top: 0;
	left: 90%;
	margin-top: 0
}

.header-menu .main-menu>li .sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	left: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-menu .main-menu>li:nth-last-of-type(1) .sub-menu li .sub-menu,
	.header-menu .main-menu>li:nth-last-of-type(2) .sub-menu li .sub-menu {
		left: auto;
		right: 90%
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-menu .main-menu>li:nth-last-of-type(1) .sub-menu li:hover .sub-menu,
	.header-menu .main-menu>li:nth-last-of-type(2) .sub-menu li:hover .sub-menu {
		left: auto;
		right: 100%
	}
}

.header-menu .main-menu>li .sub-mega-menu {
	width: 900px;
	left: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	top: 110%;
	margin-top: 0
}

@media only screen and (min-width:1400px) {
	.header-menu .main-menu>li .sub-mega-menu {
		width: 1170px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-menu .main-menu>li .sub-mega-menu {
		width: 820px
	}
}

.header-menu .main-menu>li .sub-mega-menu>li {
	width: 25%
}

.header-menu .main-menu>li .sub-mega-menu>li .menu-title {
	color: #232324;
	text-transform: uppercase;
	font-weight: 700
}

.header-menu .main-menu>li .sub-mega-menu>li .menu-image {
	padding: 0
}

.header-menu .main-menu>li .sub-mega-menu>li .menu-image img {
	width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-menu .main-menu>li .sub-mega-menu>li a {
		padding: 12px 30px
	}
}

.header-menu .main-menu>li .sub-mega-menu>li:hover .sub-menu {
	left: 0
}

.header-menu .main-menu>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.header-menu.header-menu-2 {
	width: 70%
}

@media only screen and (min-width:1400px) {
	.header-menu.header-menu-2 {
		width: 54%
	}
}

.header-menu.header-menu-2 .main-menu>li .sub-mega-menu {
	left: 0
}

.header-menu.header-menu-3 .main-menu>li .sub-mega-menu {
	left: 0
}

.is-sticky .header-menu .main-menu>li .sub-menu {
	margin-top: 20px
}

.is-sticky .header-menu .main-menu>li .sub-mega-menu {
	margin-top: 0
}

.header-top {
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	padding-top: 19px;
	padding-bottom: 19px
}

.header-top .header-content p {
	font-size: 20px;
	color: #232324;
	font-weight: 500
}

@media (max-width:767px) {
	.header-top .header-content p {
		font-size: 18px
	}
}

.header-top .header-content p span {
	padding-right: 20px;
	font-family: Prata, serif;
	font-style: italic
}

.header-navbar-main {
	padding-top: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-navbar-main {
		padding-top: 20px
	}
}

.header-search {
	border: 1px solid #e1e1e1;
	padding: 6px;
	border-radius: 50px
}

.header-search .search-header-wrapper.form-group {
	margin-bottom: 0
}

.header-search .search-header-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: auto;
	padding: 0 20px;
	height: 40px;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	color: #8a8a8a
}

.header-search .search-header-wrapper select .level-0 {
	font-size: 14px
}

.header-search .search-header-wrapper button {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: 0 0;
	font-size: 16px;
	color: #232324
}

.header-search .search-header-input {
	width: 100%
}

.header-search .search-header-input input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
	color: #232324;
	border: 0
}

.header-navbar-main-menu {
	padding: 60px 0 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-navbar-main-menu {
		padding: 40px 0 25px
	}
}

.header-navbar-main-menu .menu-category>li .sub-menu {
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-navbar-main-menu .menu-category>li .sub-menu {
		margin-top: 25px
	}
}

.header-navbar-main-menu .header-menu {
	position: relative
}

.header-navbar-main-menu .header-menu .main-menu>li>a::before {
	height: 3px;
	border: 0;
	bottom: -35px;
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%)
}

.header-navbar-main-menu .header-menu .main-menu>li .sub-menu {
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-navbar-main-menu .header-menu .main-menu>li .sub-menu {
		margin-top: 25px
	}
}

.header-navbar-dark {
	background-color: #232324
}

.header-navbar-dark .header-menu .main-menu>li {
	padding: 0
}

.header-navbar-dark .header-menu .main-menu>li>a {
	color: #fff;
	position: relative;
	padding: 5px 22px;
	z-index: 8
}

.header-navbar-dark .header-menu .main-menu>li>a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 490%;
	background-color: #f5b324;
	z-index: -1;
	bottom: -195%;
	left: 0;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.header-navbar-dark .header-menu .main-menu>li.active a::before,
.header-navbar-dark .header-menu .main-menu>li:hover a::before {
	opacity: 1;
	visibility: visible
}

.header-navbar-dark .header-meta .meta li a {
	color: #fff
}

.header-navbar-dark .header-meta .meta li a.sidebar-toggle {
	background-color: #fff;
	color: #232324
}

.header-navbar-dark .dl-menuwrapper .dl-trigger::after {
	background-color: #fff;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

.header-navbar-dark.is-sticky .header-menu .main-menu>li>a::before {
	bottom: -90%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-navbar-white {
		background-color: transparent;
		position: absolute
	}
}

@media (max-width:767px) {
	.header-navbar-white {
		background-color: transparent;
		position: absolute
	}
}

.header-navbar-white .header-menu .main-menu>li>a {
	color: #fff
}

.header-navbar-white .header-menu .main-menu>li>a::before {
	background-color: #f6354c
}

.header-navbar-white .header-menu .main-menu>li.active>a,
.header-navbar-white .header-menu .main-menu>li:hover>a {
	color: #f6354c
}

.header-navbar-white .header-meta .meta li a {
	color: #fff
}

.header-navbar-white .header-meta .meta li a.sidebar-toggle {
	background-color: #fff;
	color: #232324
}

.header-navbar-white .dl-menuwrapper .dl-trigger::after {
	background-color: #fff;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

.header-navbar-white.is-sticky .header-menu .main-menu>li>a {
	color: #232324
}

.header-navbar-white.is-sticky .header-menu .main-menu>li>a::before {
	background-color: #232324
}

.header-navbar-white.is-sticky .header-menu .main-menu>li.active>a,
.header-navbar-white.is-sticky .header-menu .main-menu>li:hover>a {
	color: #232324
}

.header-navbar-white.is-sticky .header-meta {
	text-align: right
}

.header-navbar-white.is-sticky .header-meta .meta li a {
	color: #232324
}

.header-navbar-white.is-sticky .header-meta .meta li a.menu-toggle,
.header-navbar-white.is-sticky .header-meta .meta li a.sidebar-toggle {
	color: #fff
}

.header-navbar-white.is-sticky .header-meta .meta li a.sidebar-toggle {
	background-color: #232324;
	color: #fff
}

.header-navbar-white.is-sticky .dl-menuwrapper .dl-trigger::after {
	background-color: #232324;
	box-shadow: 0 10px 0 #232324, 0 20px 0 #232324
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-navbar-white-2 {
		background-color: transparent;
		position: absolute
	}
}

@media (max-width:767px) {
	.header-navbar-white-2 {
		background-color: transparent;
		position: absolute
	}
}

.header-navbar-white-2 .header-menu .main-menu>li>a {
	color: #fff
}

.header-navbar-white-2 .header-menu .main-menu>li>a::before {
	background-color: #fff
}

.header-navbar-white-2 .header-menu .main-menu>li.active>a,
.header-navbar-white-2 .header-menu .main-menu>li:hover>a {
	color: #fff
}

.header-navbar-white-2 .header-meta .meta li a {
	color: #fff
}

.header-navbar-white-2 .header-meta .meta li a.sidebar-toggle {
	background-color: #fff;
	color: #232324
}

.header-navbar-white-2 .dl-menuwrapper .dl-trigger::after {
	background-color: #fff;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

.header-navbar-white-2.is-sticky .header-menu .main-menu>li>a {
	color: #232324
}

.header-navbar-white-2.is-sticky .header-menu .main-menu>li>a::before {
	background-color: #232324
}

.header-navbar-white-2.is-sticky .header-menu .main-menu>li.active>a,
.header-navbar-white-2.is-sticky .header-menu .main-menu>li:hover>a {
	color: #232324
}

.header-navbar-white-2.is-sticky .header-meta {
	text-align: right
}

.header-navbar-white-2.is-sticky .header-meta .meta li a {
	color: #232324
}

.header-navbar-white-2.is-sticky .header-meta .meta li a.menu-toggle,
.header-navbar-white-2.is-sticky .header-meta .meta li a.sidebar-toggle {
	color: #fff
}

.header-navbar-white-2.is-sticky .header-meta .meta li a.sidebar-toggle {
	background-color: #232324;
	color: #fff
}

.header-navbar-white-2.is-sticky .dl-menuwrapper .dl-trigger::after {
	background-color: #232324;
	box-shadow: 0 10px 0 #232324, 0 20px 0 #232324
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-navbar-white-3 {
		background-color: transparent;
		position: absolute
	}
}

@media (max-width:767px) {
	.header-navbar-white-3 {
		background-color: transparent;
		position: absolute
	}
}

.header-navbar-white-3 .header-menu .main-menu>li>a {
	color: #fff
}

.header-navbar-white-3 .header-menu .main-menu>li>a::before {
	background-color: #ef5619
}

.header-navbar-white-3 .header-menu .main-menu>li.active>a,
.header-navbar-white-3 .header-menu .main-menu>li:hover>a {
	color: #ef5619
}

.header-navbar-white-3 .header-meta .meta li a {
	color: #fff
}

.header-navbar-white-3 .header-meta .meta li a.sidebar-toggle {
	background-color: #fff;
	color: #232324
}

.header-navbar-white-3 .dl-menuwrapper .dl-trigger::after {
	background-color: #fff;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

.header-navbar-white-3.is-sticky .header-menu .main-menu>li>a {
	color: #232324
}

.header-navbar-white-3.is-sticky .header-menu .main-menu>li>a::before {
	background-color: #232324
}

.header-navbar-white-3.is-sticky .header-menu .main-menu>li.active>a,
.header-navbar-white-3.is-sticky .header-menu .main-menu>li:hover>a {
	color: #232324
}

.header-navbar-white-3.is-sticky .header-meta {
	text-align: right
}

.header-navbar-white-3.is-sticky .header-meta .meta li a {
	color: #232324
}

.header-navbar-white-3.is-sticky .header-meta .meta li a.menu-toggle,
.header-navbar-white-3.is-sticky .header-meta .meta li a.sidebar-toggle {
	color: #fff
}

.header-navbar-white-3.is-sticky .header-meta .meta li a.sidebar-toggle {
	background-color: #232324;
	color: #fff
}

.header-navbar-white-3.is-sticky .dl-menuwrapper .dl-trigger::after {
	background-color: #232324;
	box-shadow: 0 10px 0 #232324, 0 20px 0 #232324
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-navbar-white-4 {
		background-color: transparent;
		position: absolute
	}
}

@media (max-width:767px) {
	.header-navbar-white-4 {
		background-color: transparent;
		position: absolute
	}
}

.header-navbar-white-4 .header-menu .main-menu>li>a {
	color: #fff
}

.header-navbar-white-4 .header-menu .main-menu>li>a::before {
	background-color: #232324
}

.header-navbar-white-4 .header-menu .main-menu>li.active>a,
.header-navbar-white-4 .header-menu .main-menu>li:hover>a {
	color: #232324
}

.header-navbar-white-4 .header-meta .meta li a {
	color: #fff
}

.header-navbar-white-4 .header-meta .meta li a.sidebar-toggle {
	background-color: #fff;
	color: #232324
}

.header-navbar-white-4 .dl-menuwrapper .dl-trigger::after {
	background-color: #fff;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

.header-navbar-white-4.is-sticky .header-menu .main-menu>li>a {
	color: #232324
}

.header-navbar-white-4.is-sticky .header-menu .main-menu>li>a::before {
	background-color: #232324
}

.header-navbar-white-4.is-sticky .header-menu .main-menu>li.active>a,
.header-navbar-white-4.is-sticky .header-menu .main-menu>li:hover>a {
	color: #232324
}

.header-navbar-white-4.is-sticky .header-meta {
	text-align: right
}

.header-navbar-white-4.is-sticky .header-meta .meta li a {
	color: #232324
}

.header-navbar-white-4.is-sticky .header-meta .meta li a.menu-toggle,
.header-navbar-white-4.is-sticky .header-meta .meta li a.sidebar-toggle {
	color: #fff
}

.header-navbar-white-4.is-sticky .header-meta .meta li a.sidebar-toggle {
	background-color: #232324;
	color: #fff
}

.header-navbar-white-4.is-sticky .dl-menuwrapper .dl-trigger::after {
	background-color: #232324;
	box-shadow: 0 10px 0 #232324, 0 20px 0 #232324
}

.off-canvas-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(255, 255, 255, .9);
	overflow: auto;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden
}

.off-canvas-wrapper .off-canvas-navbar {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	max-width: 90%
}

.off-canvas-wrapper .off-canvas-navbar .menu-close {
	position: absolute;
	top: 20%;
	right: 20%;
	line-height: 40px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 40px;
	color: rgba(35, 35, 36, .6)
}

.off-canvas-wrapper .off-canvas-navbar .menu-close:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(1) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(2) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(3) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(4) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(5) {
	-webkit-transition-delay: 450ms;
	-moz-transition-delay: 450ms;
	-ms-transition-delay: 450ms;
	-o-transition-delay: 450ms;
	transition-delay: 450ms
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(6) {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(7) {
	-webkit-transition-delay: 550ms;
	-moz-transition-delay: 550ms;
	-ms-transition-delay: 550ms;
	-o-transition-delay: 550ms;
	transition-delay: 550ms
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(8) {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-ms-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(9) {
	-webkit-transition-delay: 650ms;
	-moz-transition-delay: 650ms;
	-ms-transition-delay: 650ms;
	-o-transition-delay: 650ms;
	transition-delay: 650ms
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li:nth-of-type(10) {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	-ms-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li a {
	font-size: 60px;
	font-weight: 700;
	color: #232324;
	line-height: 1.6;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li a:hover {
	color: #ef5619
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li .sub-mega-menu {
	padding: 10px 0
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li .sub-mega-menu li a {
	font-size: 16px;
	font-weight: 700;
	line-height: 2
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li .sub-mega-menu li .sub-menu {
	padding: 10px 0
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li .sub-mega-menu li .sub-menu li a {
	font-size: 14px;
	font-weight: 400
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li .sub-menu {
	padding: 10px 0
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li .sub-menu li a {
	font-size: 16px;
	font-weight: 700;
	line-height: 2
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li .sub-menu li .sub-menu {
	padding: 10px 0
}

.off-canvas-wrapper .off-canvas-navbar .canvas-menu .main-menu>li .sub-menu li .sub-menu li a {
	font-size: 14px;
	font-weight: 400
}

.off-canvas-wrapper.open {
	opacity: 1;
	visibility: visible
}

.off-canvas-wrapper.open .off-canvas-navbar .canvas-menu .main-menu>li {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.off-canvas-sidebar {
	position: fixed;
	top: 0;
	right: -430px;
	width: 420px;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	overflow: auto;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	padding: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.off-canvas-sidebar {
		padding: 30px;
		width: 380px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.off-canvas-sidebar {
		padding: 30px;
		width: 340px
	}
}

@media (max-width:767px) {
	.off-canvas-sidebar {
		padding: 15px;
		width: 260px
	}
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper {
	padding-top: 50px;
	position: relative
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .sidebar-close {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 35px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 30px;
	color: rgba(35, 35, 36, .6)
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .sidebar-close:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box {
	padding-bottom: 30px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .text {
	margin-top: 20px;
	font-size: 14px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-social {
	padding-top: 20px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-social li {
	display: inline-block
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-social li+li {
	margin-left: 25px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-social li a {
	font-size: 16px;
	color: #8a8a8a
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-image {
	padding-top: 30px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-image img {
	width: 100%
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-info {
	padding-top: 20px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-info li {
	margin-top: 10px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-info li .single-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-info li .single-info .info-icon {
	font-size: 16px;
	color: #232324;
	width: 35px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-info li .single-info .info-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-info li .single-info .info-content p {
	font-size: 14px;
	color: #232324
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-info li .single-info .info-content p a {
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .sidebar-info li .single-info .info-content p a:hover {
	color: #ef5619
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .copyright {
	font-size: 12px;
	color: rgba(35, 35, 36, .6);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 35px
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .copyright a {
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .copyright a:hover {
	color: #ef5619
}

.off-canvas-sidebar.open {
	right: 0
}

.search-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(255, 255, 255, .9);
	overflow: auto;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden
}

.search-wrapper .search-box {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	max-width: 90%
}

.search-wrapper .search-box .search-close {
	position: absolute;
	top: 20%;
	right: 20%;
	line-height: 40px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 40px;
	color: rgba(35, 35, 36, .6)
}

.search-wrapper .search-box .search-close:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.search-wrapper .search-box .search-form {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.search-wrapper .search-box .search-form {
		padding: 0 15px
	}
}

.search-wrapper .search-box .search-form label {
	font-size: 18px;
	color: #232324;
	font-weight: 400
}

@media (max-width:767px) {
	.search-wrapper .search-box .search-form label {
		font-size: 13px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.search-wrapper .search-box .search-form label {
		font-size: 16px
	}
}

.search-wrapper .search-box .search-form .search-input {
	position: relative
}

.search-wrapper .search-box .search-form .search-input input {
	width: 100%;
	height: 75px;
	padding: 0 15px;
	font-size: 30px;
	font-weight: 300;
	color: #232324;
	border: 0;
	border-bottom: 2px solid #232324;
	background: 0 0;
	text-align: center
}

@media (max-width:767px) {
	.search-wrapper .search-box .search-form .search-input input {
		height: 45px;
		font-size: 16px;
		padding: 0 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.search-wrapper .search-box .search-form .search-input input {
		height: 55px;
		font-size: 18px;
		padding: 0 15px
	}
}

.search-wrapper .search-box .search-form .search-input input::placeholder {
	opacity: 1;
	color: #232324
}

.search-wrapper .search-box .search-form .search-input input::-moz-placeholder {
	opacity: 1;
	color: #232324
}

.search-wrapper .search-box .search-form .search-input input::-moz-placeholder {
	opacity: 1;
	color: #232324
}

.search-wrapper .search-box .search-form .search-input input::-webkit-input-placeholder {
	opacity: 1;
	color: #232324
}

.search-wrapper .search-box .search-form .search-input button {
	width: 60px;
	height: 60px;
	font-size: 30px;
	background: 0 0;
	border: 0;
	position: absolute;
	bottom: 0;
	right: 0
}

@media (max-width:767px) {
	.search-wrapper .search-box .search-form .search-input button {
		font-size: 16px;
		width: 40px;
		height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.search-wrapper .search-box .search-form .search-input button {
		font-size: 20px;
		width: 50px;
		height: 50px
	}
}

.search-wrapper.open {
	opacity: 1;
	visibility: visible
}

.search-wrapper.open .search-box .search-form {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.off-canvas-cart-wrapper {
	position: fixed;
	top: 0;
	right: -430px;
	width: 420px;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	overflow: auto;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	padding: 30px
}



@media only screen and (min-width:992px) and (max-width:1199px) {
	.off-canvas-cart-wrapper {
		padding: 30px;
		width: 380px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.off-canvas-cart-wrapper {
		padding: 30px;
		width: 340px
	}
}

@media (max-width:767px) {
	.off-canvas-cart-wrapper {
		padding: 15px;
		width: 310px
	}
	.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-btn{
	    margin-top: 100% !important;
                        padding-top: 80% !important;
	}
}

.off-canvas-cart-wrapper::-webkit-scrollbar {
  width: 2px !important;
}

.off-canvas-cart-wrapper.open {
	right: 0
}

.off-canvas-cart-wrapper .off-canvas-cart-box {
	padding-top: 50px;
	position: relative
}

.off-canvas-cart-wrapper .off-canvas-cart-box .cart-close {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 35px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 30px;
	color: rgba(35, 35, 36, .6)
}
.cart-close-botao{
    position: absolute;
    font-size: 15px;
    top: 0;
    right: 0;
    line-height: 35px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 30px;
    color: #fff;
    padding: 11px 30px;
    font-size: 14px;
}




.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-title .title {
	font-size: 18px;
	font-weight: 700;
	color: #232324
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget {
	padding-top: 20px
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul {
	max-height: calc(100vh - 375px);
	max-height: -webkit-calc(100vh - 375px);
	overflow: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul {
		max-height: calc(100vh - 335px);
		max-height: -webkit-calc(100vh - 335px)
	}
}

@media (max-width:767px) {
	.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul {
		max-height: calc(100vh - 300px);
		max-height: 260px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul {
		max-height: calc(100vh - 330px);
		max-height: -webkit-calc(100vh - 330px)
	}
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product {
	margin-top: 30px;
	position: relative
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .product-cancel {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 5;
	font-size: 16px;
	color: #8a8a8a
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-image img {
	width: 70px
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-content {
	padding-left: 15px;
	padding-right: 25px
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-content .title a {
	color: #8a8a8a;
	font-size: 16px;
	font-weight: 400
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget ul li .cart-product .cart-product-content .price {
	color: #8a8a8a;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget .cart-product-total {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	padding-top: 30px
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget .cart-product-total .value {
	font-size: 15px;
	font-weight: 400;
	color: #232324
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-widget .cart-product-total .price {
	font-size: 18px;
	font-weight: 500;
	color: #232324
}

.off-canvas-cart-wrapper .off-canvas-cart-box .off-canvas-cart-content .cart-product-btn {
	padding-top: 22px
}

.slider-area {
	overflow: hidden;
	padding-top: 95px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-area {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.slider-area {
		padding-top: 0px
	}
}

.slider-01 {
	padding-top: 0
}

.single-slider {
	height: 750px;
	position: relative
}

@media only screen and (min-width:1400px) {
	.single-slider {
		height: 870px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slider {
		height: 650px
	}
}

@media (max-width:767px) {
	.single-slider {
		height: 400px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-slider {
		height: 500px
	}
}

.single-slider .single-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slider .single-shape {
		width: 100%
	}
}

@media (max-width:767px) {
	.single-slider .single-shape {
		width: 100%
	}
}

.single-slider .single-shape img {
	max-width: 600px;
	position: relative!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slider .single-shape img {
		max-width: 60%;
		margin: 0 auto
	}
}

@media (max-width:767px) {
	.single-slider .single-shape img {
		max-width: 70%;
		margin: 0 auto
	}
}

.slider-content {
	max-width: 670px;
	position: relative!important;
	margin-right: auto;
	z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content {
		padding-top: 90px;
		max-width: 500px
	}
}

@media (max-width:767px) {
	.slider-content {
		padding-top: 90px;
		max-width: 350px
	}
}

.slider-content .title {
	font-size: 100px;
	font-weight: 400;
	font-family: Prata, serif;
	color: #000;
	overflow: hidden;
	display: inline-block;
	margin-top: -35px;
	letter-spacing: -2px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content .title {
		font-size: 74px;
		margin-top: -28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .title {
		font-size: 70px;
		margin-top: -22px
	}
}

@media (max-width:767px) {
	.slider-content .title {
		font-size: 32px;
		margin-top: -12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content .title {
		font-size: 40px;
		margin-top: -18px
	}
}

.slider-content .text {
	position: relative;
	display: inline-block;
	line-height: 0;
	top: -25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .text {
		top: -15px
	}
}

@media (max-width:767px) {
	.slider-content .text {
		top: -5px
	}
}

.slider-content .text::after,
.slider-content .text::before {
	position: absolute;
	content: '';
	top: 50%;
	width: 80px;
	height: 2px;
	background-color: #000;
	left: -100px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

@media (max-width:767px) {
	.slider-content .text::after,
	.slider-content .text::before {
		width: 40px;
		left: -50px
	}
}

.slider-content .text::after {
	left: auto;
	right: -100px
}

@media (max-width:767px) {
	.slider-content .text::after {
		right: -50px
	}
}

.slider-content .text.line::after,
.slider-content .text.line::before {
	width: 0
}

.slider-content .text p {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #232324;
	text-transform: uppercase;
	display: inline-block;
	overflow: hidden
}

@media (max-width:767px) {
	.slider-content .text p {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content .text p {
		font-size: 14px
	}
}

.slider-content .slider-btn .main-btn {
	margin-top: 10px;
	text-transform: capitalize;
	height: 60px;
	line-height: 60px;
	padding: 0 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .slider-btn .main-btn {
		height: 50px;
		line-height: 50px;
		padding: 0 30px
	}
}

@media (max-width:767px) {
	.slider-content .slider-btn .main-btn {
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		width: auto
	}
}

.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	left: 0;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center
}

.slider-active .slick-arrow i {
	font-size: 40px;
	color: #000
}

@media (max-width:767px) {
	.slider-active .slick-arrow i {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-active .slick-arrow i {
		font-size: 30px
	}
}

.slider-active .slick-arrow.next {
	left: auto;
	right: 0
}

.slider-active:hover .slick-arrow {
	left: 20px;
	opacity: 1;
	visibility: visible
}

@media (max-width:767px) {
	.slider-active:hover .slick-arrow {
		left: 10px
	}
}

.slider-active:hover .slick-arrow.next {
	left: auto;
	right: 20px
}

@media (max-width:767px) {
	.slider-active:hover .slick-arrow.next {
		right: 10px
	}
}






.slider-content-2 .title {
	font-size: 72px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
	letter-spacing: -5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-2 .title {
		font-size: 62px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-2 .title {
		font-size: 52px
	}
}

@media (max-width:767px) {
	.slider-content-2 .title {
		font-size: 32px;
		letter-spacing: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-2 .title {
		font-size: 40px
	}
}

.slider-content-2 .slider-btn {
	padding-top: 30px
}

@media (max-width:767px) {
	.slider-content-2 .slider-btn {
		padding-top: 20px
	}
}

.slider-content-2 .slider-btn .main-btn {
	padding: 0 55px;
	margin-top: 10px;
	text-transform: capitalize;
	border: 3px solid rgba(255, 255, 255, .5);
	background-color: transparent;
	height: 60px;
	line-height: 54px;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear
}

.slider-content-2 .slider-btn .main-btn:hover {
	background-color: #232324;
	border-color: #232324
}

@media (max-width:767px) {
	.slider-content-2 .slider-btn .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 20px
	}
}

.slider-content-2-2 .sub-title {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	overflow: hidden
}

@media (max-width:767px) {
	.slider-content-2-2 .sub-title {
		font-size: 20px
	}
}

.slider-content-2-2 .title {
	font-size: 150px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
	line-height: 130px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-2-2 .title {
		font-size: 120px;
		line-height: 120px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-2-2 .title {
		font-size: 90px;
		line-height: 110px
	}
}

@media (max-width:767px) {
	.slider-content-2-2 .title {
		font-size: 40px;
		line-height: 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-2-2 .title {
		font-size: 70px;
		line-height: 80px
	}
}

.slider-content-2-2 .slider-btn {
	padding-top: 30px
}

@media (max-width:767px) {
	.slider-content-2-2 .slider-btn {
		padding-top: 20px
	}
}

.slider-content-2-2 .slider-btn .main-btn {
	padding: 0 53px;
	margin-top: 10px;
	text-transform: capitalize;
	border: 3px solid rgba(255, 255, 255, .5);
	background-color: transparent;
	height: 60px;
	line-height: 54px
}

.slider-content-2-2 .slider-btn .main-btn:hover {
	background-color: #232324;
	border-color: #232324
}

@media (max-width:767px) {
	.slider-content-2-2 .slider-btn .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 30px
	}
}

.slider-content-2-3 .title {
	font-size: 72px;
	font-weight: 700;
	color: #232324;
	overflow: hidden;
	line-height: 75px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-2-3 .title {
		font-size: 62px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-2-3 .title {
		font-size: 58px
	}
}

@media (max-width:767px) {
	.slider-content-2-3 .title {
		font-size: 32px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-2-3 .title {
		font-size: 40px
	}
}

.slider-content-2-3 p {
	overflow: hidden;
	font-size: 10px;
	color: #232324;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 15px
}

.slider-content-2-3 .price {
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	color: #232324;
	text-transform: uppercase;
	padding-top: 10px
}

.slider-content-2-3 .slider-btn {
	padding-top: 10px
}

.slider-content-2-3 .slider-btn .main-btn {
	padding: 0 50px;
	margin-top: 10px;
	text-transform: capitalize;
	border: 3px solid rgba(35, 35, 36, .8);
	background-color: transparent;
	color: #232324;
	height: 60px;
	line-height: 56px
}

.slider-content-2-3 .slider-btn .main-btn:hover {
	background-color: #232324;
	border-color: #232324;
	color: #fff
}

@media (max-width:767px) {
	.slider-content-2-3 .slider-btn .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 30px
	}
}

.slider-03 .single-slider {
	height: 650px
}

@media only screen and (min-width:1400px) {
	.slider-03 .single-slider {
		height: 750px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-03 .single-slider {
		height: 600px
	}
}

@media (max-width:767px) {
	.slider-03 .single-slider {
		height: 320px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-03 .single-slider {
		height: 450px
	}
}

.slider-content-3 {
	display: inline-block!important;
	padding-top: 180px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-3 {
		padding-top: 130px
	}
}

@media (max-width:767px) {
	.slider-content-3 {
		padding-top: 50px
	}
}

.slider-content-3 .sticker {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	background-color: #526df9
}

@media (max-width:767px) {
	.slider-content-3 .sticker {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 10px
	}
}

.slider-content-3 .title {
	font-size: 72px;
	font-weight: 700;
	color: #232324;
	overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-3 .title {
		font-size: 62px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-3 .title {
		font-size: 52px
	}
}

@media (max-width:767px) {
	.slider-content-3 .title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-3 .title {
		font-size: 36px
	}
}

.slider-content-3 p {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #8a8a8a;
	text-transform: capitalize;
	display: inline-block;
	overflow: hidden
}

@media (max-width:767px) {
	.slider-content-3 p {
		font-size: 12px
	}
}

.slider-content-3 .slider-btn {
	padding-top: 10px
}

.slider-content-3 .slider-btn .main-btn {
	padding: 0 50px;
	margin-top: 10px;
	text-transform: capitalize;
	border: 3px solid rgba(35, 35, 36, .8);
	background-color: transparent;
	color: #232324;
	height: 60px;
	line-height: 56px
}

.slider-content-3 .slider-btn .main-btn:hover {
	background-color: #232324;
	border-color: #232324;
	color: #fff
}

@media (max-width:767px) {
	.slider-content-3 .slider-btn .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 30px
	}
}

.slider-04 {
	background: #f5f5f5;
	padding-top: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-04 .single-slider {
		height: 660px
	}
}

.slider-content-4 {
	position: relative;
	z-index: 9
}

@media (max-width:767px) {
	.slider-content-4 {
		max-width: 300px;
		margin: 0 auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-4 {
		max-width: 100%;
		margin: 0 auto
	}
}

.slider-content-4 .slider-1 {
	max-width: 520px;
	width: 100%;
	margin-left: auto;
	position: relative;
	z-index: 2;
	overflow: hidden
}

@media only screen and (min-width:1400px) {
	.slider-content-4 .slider-1 {
		max-width: 620px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-4 .slider-1 {
		max-width: 470px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-4 .slider-1 {
		max-width: 380px
	}
}

@media (max-width:767px) {
	.slider-content-4 .slider-1 {
		max-width: 200px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-4 .slider-1 {
		max-width: 295px
	}
}

.slider-content-4 .slider-2 {
	position: absolute!important;
	top: 16%!important;
	left: 21%!important;
	z-index: -1;
	overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.slider-content-4 .slider-2 {
		max-width: 460px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-4 .slider-2 {
		max-width: 410px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-4 .slider-2 {
		max-width: 300px;
		top: 6%!important
	}
}

@media (max-width:767px) {
	.slider-content-4 .slider-2 {
		max-width: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-4 .slider-2 {
		max-width: 220px
	}
}

.slider-content-4 .slider-3 {
	position: absolute!important;
	top: 41%!important;
	left: 24%!important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.slider-content-4 .slider-3 {
		max-width: 460px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-4 .slider-3 {
		max-width: 390px;
		top: 43%!important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-4 .slider-3 {
		max-width: 290px;
		top: 35%!important
	}
}

@media (max-width:767px) {
	.slider-content-4 .slider-3 {
		max-width: 110px;
		top: 35%!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-4 .slider-3 {
		max-width: 230px;
		top: 40%!important
	}
}

.slider-content-4 .slider-4 {
	position: absolute!important;
	top: 24%!important;
	left: 0!important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.slider-content-4 .slider-4 {
		max-width: 370px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-4 .slider-4 {
		max-width: 340px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-4 .slider-4 {
		max-width: 240px;
		top: 17%!important
	}
}

@media (max-width:767px) {
	.slider-content-4 .slider-4 {
		max-width: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-4 .slider-4 {
		max-width: 190px
	}
}

.slider-content-4 .slider-btn {
	position: absolute!important;
	top: 70%!important;
	left: 30%!important;
	overflow: hidden;
	z-index: 5
}

@media (max-width:767px) {
	.slider-content-4 .slider-btn {
		top: 60%!important;
		left: 25%!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-4 .slider-btn {
		top: 70%!important
	}
}

.slider-content-4 .slider-btn .main-btn {
	padding: 0 53px;
	margin-top: 10px;
	text-transform: capitalize;
	border: 3px solid rgba(35, 35, 36, .8);
	background-color: transparent;
	color: #232324;
	height: 60px;
	line-height: 54px
}

.slider-content-4 .slider-btn .main-btn:hover {
	background-color: #232324;
	border-color: #232324;
	color: #fff
}

@media (max-width:767px) {
	.slider-content-4 .slider-btn .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 30px
	}
}

.slider-06 {
	height: 700px;
	position: relative;
	z-index: 5
}

@media only screen and (min-width:1400px) {
	.slider-06 {
		height: 900px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-06 {
		height: 650px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-06 {
		height: 580px
	}
}

@media (max-width:767px) {
	.slider-06 {
		height: 650px
	}
}

.slider-06::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 36, .3);
	z-index: -1;
	display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-06::before {
		display: block
	}
}

@media (max-width:767px) {
	.slider-06::before {
		display: block
	}
}

.slider-content-6 p {
	color: #232324;
	font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-6 p {
		color: #fff
	}
}

@media (max-width:767px) {
	.slider-content-6 p {
		color: #fff
	}
}

.slider-content-6 .slider-text {
	padding-top: 20px
}

.slider-content-6 .slider-text .text {
	font-size: 170px;
	line-height: 145px;
	color: #fabb98;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	letter-spacing: -5px;
	margin-left: -10px
}

@media only screen and (min-width:1400px) {
	.slider-content-6 .slider-text .text {
		font-size: 250px;
		line-height: 200px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-6 .slider-text .text {
		font-size: 110px;
		line-height: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-6 .slider-text .text {
		font-size: 110px;
		line-height: 90px
	}
}

@media (max-width:767px) {
	.slider-content-6 .slider-text .text {
		font-size: 70px;
		line-height: 65px
	}
}

.slider-content-6 .slider-text .text.text-2 {
	color: #ea5f72;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #ea5f72 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #ea5f72 0, #fabb98 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.slider-content-6 .slider-btn {
	padding-top: 20px;
	position: relative;
	z-index: 5
}

.slider-content-6 .slider-btn .main-btn {
	padding: 0 55px;
	margin-top: 10px;
	text-transform: capitalize;
	border: 3px solid rgba(35, 35, 36, .2);
	background-color: transparent;
	color: #232324;
	height: 60px;
	line-height: 56px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-6 .slider-btn .main-btn {
		border-color: #fff;
		color: #fff
	}
}

@media (max-width:767px) {
	.slider-content-6 .slider-btn .main-btn {
		border-color: #fff;
		color: #fff;
		padding: 0 30px;
		height: 46px;
		line-height: 40px
	}
}

.slider-content-6 .slider-btn .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

.slider-07 .single-slider {
	height: 700px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-07 .single-slider {
		height: 500px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-07 .single-slider {
		height: 450px
	}
}

@media (max-width:767px) {
	.slider-07 .single-slider {
		height: 300px
	}
}

.slider-content-7 {
	width: 60%
}

@media (max-width:767px) {
	.slider-content-7 {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-7 {
		width: 60%
	}
}

.slider-content-7 .title {
	font-size: 40px;
	font-weight: 700;
	color: #232324;
	overflow: hidden;
	line-height: 72px;
	display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-7 .title {
		font-size: 28px;
		line-height: 40px
	}
}

@media (max-width:767px) {
	.slider-content-7 .title {
		font-size: 18px;
		line-height: 24px
	}
}

.slider-content-7 .text {
	margin-top: -14px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-7 .text {
		margin-top: -7
	}
}

@media (max-width:767px) {
	.slider-content-7 .text {
		margin-top: 0
	}
}

.slider-content-7 .text p {
	overflow: hidden;
	font-size: 14px;
	color: #8a8a8a;
	display: inline-block
}

.slider-content-7 .slider-btn {
	padding-top: 10px
}

.slider-content-7 .slider-btn .main-btn {
	padding: 0 50px;
	margin-top: 10px;
	text-transform: capitalize;
	border: 3px solid rgba(35, 35, 36, .2);
	height: 60px;
	line-height: 54px;
	background-color: transparent;
	color: #232324
}

.slider-content-7 .slider-btn .main-btn:hover {
	background-color: #232324;
	border-color: #232324;
	color: #fff
}

@media (max-width:767px) {
	.slider-content-7 .slider-btn .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 20px
	}
}

.slider-08 {
	height: 800px;
	padding-top: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.slider-08 {
		height: 700px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-08 {
		height: 500px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-08 {
		height: 450px
	}
}

@media (max-width:767px) {
	.slider-08 {
		height: 500px
	}
}

@media (max-width:767px) {
	.slider-content-8 img {
		width: 100px
	}
}

.slider-content-8 .title {
	font-size: 72px;
	line-height: 72px;
	font-weight: 400;
	font-family: Prata, serif;
	color: #fff;
	margin-top: 10px
}

@media (max-width:767px) {
	.slider-content-8 .title {
		font-size: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-8 .title {
		font-size: 48px
	}
}

.slider-content-8 p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 5px;
	text-transform: uppercase
}

@media (max-width:767px) {
	.slider-content-8 p {
		font-size: 12px;
		letter-spacing: 2px
	}
}

.slider-content-8 .play {
	width: 66px;
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #232324;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-top: 50px
}

.slider-10 {
	padding-top: 0
}

.slider-10 .single-slider {
	height: 820px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-10 .single-slider {
		height: 620px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-10 .single-slider {
		height: 550px
	}
}

@media (max-width:767px) {
	.slider-10 .single-slider {
		height: 350px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-10 .single-slider {
		height: 450px
	}
}

.slider-content-10 {
	width: 35%;
	margin-left: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-10 {
		width: 50%
	}
}

@media (max-width:767px) {
	.slider-content-10 {
		width: 80%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-10 {
		width: 45%
	}
}

.slider-content-10 .title {
	font-size: 80px;
	line-height: 85px;
	color: #fff;
	font-weight: 700;
	overflow: hidden;
	display: inline-block;
	letter-spacing: -5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-10 .title {
		font-size: 60px;
		line-height: 55px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-10 .title {
		font-size: 56px;
		line-height: 55px
	}
}

@media (max-width:767px) {
	.slider-content-10 .title {
		font-size: 46px;
		line-height: 55px;
		letter-spacing: -3px
	}
}

.slider-content-10 p {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	overflow: hidden;
	display: inline-block;
	margin-top: -5px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-10 p {
		font-size: 30px;
		line-height: 38px
	}
}

@media (max-width:767px) {
	.slider-content-10 p {
		font-size: 20px;
		line-height: 26px
	}
}

.slider-content-10 .slider-btn {
	padding-top: 30px
}

.slider-content-10 .slider-btn .main-btn {
	padding: 0 50px;
	margin-top: 10px;
	border: 2px solid #fff;
	line-height: 46px;
	background-color: #fff;
	color: #232324;
	height: 60px;
	line-height: 56px
}

.slider-content-10 .slider-btn .main-btn:hover {
	background-color: #232324;
	border-color: #232324;
	color: #fff
}

@media (max-width:767px) {
	.slider-content-10 .slider-btn .main-btn {
		height: 40px;
		line-height: 36px;
		padding: 0 30px
	}
}

.slider-11 {
	padding-top: 0
}

.slider-11 .single-slider {
	height: 850px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-11 .single-slider {
		height: 580px
	}
}

@media (max-width:767px) {
	.slider-11 .single-slider {
		height: 400px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-11 .single-slider {
		height: 530px
	}
}

.slider-content-11 {
	position: relative!important
}

.slider-content-11 .content {
	display: inline-block;
	text-align: center
}

.slider-content-11 .content .line {
	width: 0;
	height: 10px;
	background-color: #f5b324;
	display: block;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear
}

.slider-content-11 .content .line.lineLeft {
	width: 150px
}

@media (max-width:767px) {
	.slider-content-11 .content .line.lineLeft {
		width: 100px;
		height: 8px
	}
}

.slider-content-11 .content .title {
	z-index: 6;
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-11 .content .title {
		font-size: 60px
	}
}

@media (max-width:767px) {
	.slider-content-11 .content .title {
		font-size: 30px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-11 .content .title {
		font-size: 40px;
		line-height: 50px
	}
}

.slider-12 .single-slider {
	height: 800px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-12 .single-slider {
		height: 500px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-12 .single-slider {
		height: 450px
	}
}

@media (max-width:767px) {
	.slider-12 .single-slider {
		height: 300px
	}
}

.slider-13 {
	padding-top: 0
}

.slider-13 .slick-arrow i {
	color: #fff
}

@media only screen and (min-width:1400px) {
	.slider-13 .single-slider {
		height: 905px
	}
}

@media (max-width:767px) {
	.slider-13 .single-slider {
		height: 550px
	}
}

.slider-content-13-1 {
	position: relative!important
}

.slider-content-13-1 .slider-banner {
	display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-13-1 .slider-banner {
		width: 220px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-13-1 .slider-banner {
		width: 220px
	}
}

@media (max-width:767px) {
	.slider-content-13-1 .slider-banner {
		width: 160px
	}
}

.slider-content-13-1 .slider-title .title {
	font-size: 180px;
	line-height: 180px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -10px;
	overflow: hidden;
	display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-13-1 .slider-title .title {
		font-size: 120px;
		line-height: 110px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-13-1 .slider-title .title {
		font-size: 90px;
		line-height: 100px;
		letter-spacing: -3px
	}
}

@media (max-width:767px) {
	.slider-content-13-1 .slider-title .title {
		font-size: 40px;
		line-height: 60px;
		letter-spacing: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-13-1 .slider-title .title {
		font-size: 60px;
		line-height: 70px
	}
}

.slider-content-13-1 .text p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 10px;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-13-1 .text p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-13-1 .text p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.slider-content-13-1 .text p {
		font-size: 14px;
		letter-spacing: 5px
	}
}

.slider-content-13-1 .slider-btn {
	margin-top: 30px
}

.slider-content-13-1 .slider-btn .main-btn {
	padding: 0 55px;
	height: 54px;
	line-height: 54px;
	background-color: #fff;
	color: #232324
}

@media (max-width:767px) {
	.slider-content-13-1 .slider-btn .main-btn {
		padding: 0 30px;
		height: 45px;
		line-height: 45px
	}
}

.slider-content-13-1 .slider-btn .main-btn:hover {
	background-color: #232324;
	color: #fff
}

.slider-content-13-2 {
	position: relative!important
}

.slider-content-13-2 .slider-banner {
	display: inline-block
}

.slider-content-13-2 .slider-title .title {
	font-size: 180px;
	line-height: 180px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -10px;
	overflow: hidden;
	display: inline-block;
	font-family: Prata, serif
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-13-2 .slider-title .title {
		font-size: 120px;
		line-height: 110px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-13-2 .slider-title .title {
		font-size: 90px;
		line-height: 100px;
		letter-spacing: -3px
	}
}

@media (max-width:767px) {
	.slider-content-13-2 .slider-title .title {
		font-size: 40px;
		line-height: 60px;
		letter-spacing: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-13-2 .slider-title .title {
		font-size: 60px;
		line-height: 70px
	}
}

.slider-content-13-2 .text p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 10px;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-13-2 .text p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-13-2 .text p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.slider-content-13-2 .text p {
		font-size: 14px;
		letter-spacing: 5px
	}
}

.slider-content-13-2 .slider-btn {
	margin-top: 50px
}

.slider-content-13-2 .slider-btn .main-btn {
	padding: 0 55px;
	background-color: #fff;
	color: #232324
}

.slider-content-13-2 .slider-btn .main-btn:hover {
	background-color: #232324;
	color: #fff
}

.slider-14 {
	padding-top: 0
}

.slider-14 .slick-arrow i {
	color: #fff
}

@media only screen and (min-width:1400px) {
	.slider-14 .single-slider {
		height: 950px
	}
}

@media (max-width:767px) {
	.slider-14 .single-slider {
		height: 600px
	}
}

.slider-content-14-1 .slider-banner {
	display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-14-1 .slider-banner {
		width: 220px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-14-1 .slider-banner {
		width: 200px
	}
}

@media (max-width:767px) {
	.slider-content-14-1 .slider-banner {
		width: 180px
	}
}

.slider-content-14-1 .slider-title .title {
	font-size: 46px;
	line-height: 70px;
	font-weight: 400;
	color: #fff;
	font-family: Satisfy, cursive;
	display: inline-block;
	overflow: hidden
}

@media (max-width:767px) {
	.slider-content-14-1 .slider-title .title {
		font-size: 28px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-14-1 .slider-title .title {
		font-size: 34px;
		line-height: 50px
	}
}

.slider-content-14-1 .slider-btn {
	margin-top: 30px
}

@media (max-width:767px) {
	.slider-content-14-1 .slider-btn {
		margin-top: 10px
	}
}

.slider-content-14-1 .slider-btn .shop-btn {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	border-bottom: 2px solid #fff;
	-webkit-box-shadow: #999 0 0 0 0;
	-moz-box-shadow: #999 0 0 0 0;
	box-shadow: #999 0 0 0 0;
	cursor: pointer;
	padding: 5px 0;
	text-transform: uppercase
}

.slider-content-14-2 .slider-title-wrapper {
	position: relative;
	display: inline-block
}

.slider-content-14-2 .slider-title-wrapper .slider-banner {
	display: inline-block;
	margin-top: -40px;
	margin-bottom: -40px
}

@media (max-width:767px) {
	.slider-content-14-2 .slider-title-wrapper .slider-banner {
		width: 120px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-14-2 .slider-title-wrapper .slider-banner {
		width: 160px
	}
}

.slider-content-14-2 .slider-title-wrapper .slider-title .title {
	font-size: 150px;
	line-height: 155px;
	font-weight: 400;
	color: #fff;
	font-family: Satisfy, cursive;
	display: inline-block;
	overflow: hidden;
	margin: -18px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content-14-2 .slider-title-wrapper .slider-title .title {
		font-size: 130px;
		line-height: 135px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-14-2 .slider-title-wrapper .slider-title .title {
		font-size: 110px;
		line-height: 135px
	}
}

@media (max-width:767px) {
	.slider-content-14-2 .slider-title-wrapper .slider-title .title {
		font-size: 70px;
		line-height: 100px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-14-2 .slider-title-wrapper .slider-title .title {
		font-size: 100px;
		line-height: 130px
	}
}

.slider-content-14-2 .slider-btn .shop-btn {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	border-bottom: 2px solid #fff;
	-webkit-box-shadow: #999 0 0 0 0;
	-moz-box-shadow: #999 0 0 0 0;
	box-shadow: #999 0 0 0 0;
	cursor: pointer;
	padding: 5px 0;
	text-transform: uppercase
}

.slider-15 {
	padding-top: 0
}

.slider-15 .slick-arrow i {
	color: #fff
}

@media only screen and (min-width:1400px) {
	.slider-15 .single-slider {
		height: 870px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-15 .single-slider {
		height: 580px
	}
}

@media (max-width:767px) {
	.slider-15 .single-slider {
		height: 400px
	}
}

.slider-content-15-1 .slider-sub-title .sub-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #232324;
	font-family: Prata, serif;
	overflow: hidden;
	display: inline-block
}

@media (max-width:767px) {
	.slider-content-15-1 .slider-sub-title .sub-title {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-15-1 .slider-sub-title .sub-title {
		font-size: 16px
	}
}

.slider-content-15-1 .slider-main-title .main-title {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #232324;
	font-family: Prata, serif;
	overflow: hidden;
	display: inline-block;
	margin-top: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-15-1 .slider-main-title .main-title {
		font-size: 32px;
		line-height: 35px;
		letter-spacing: 3px
	}
}

@media (max-width:767px) {
	.slider-content-15-1 .slider-main-title .main-title {
		font-size: 16px;
		line-height: 35px;
		letter-spacing: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-15-1 .slider-main-title .main-title {
		font-size: 24px;
		line-height: 35px
	}
}

.slider-content-15-1 .slider-btn {
	margin-top: 55px;
	display: inline-block;
	overflow: hidden
}

@media (max-width:767px) {
	.slider-content-15-1 .slider-btn {
		margin-top: 30px
	}
}

.slider-content-15-1 .slider-btn .main-btn {
	background-color: #fff;
	color: #232324;
	padding: 0 50px;
	height: 60px;
	line-height: 60px
}

@media (max-width:767px) {
	.slider-content-15-1 .slider-btn .main-btn {
		width: auto;
		height: 46px;
		line-height: 46px;
		padding: 0 30px
	}
}

.slider-content-15-1 .slider-btn .main-btn:hover {
	background-color: #d6c49f;
	color: #fff
}

.slider-content-15-1 .slider-price .price {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #232324;
	margin-top: 15px;
	display: inline-block;
	overflow: hidden
}

.slider-content-15-2 {
	width: 50%;
	margin-left: auto
}

@media (max-width:767px) {
	.slider-content-15-2 {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-15-2 {
		width: 50%
	}
}

.slider-content-15-2 .slider-title-wrapper {
	position: relative;
	display: inline-block
}

.slider-content-15-2 .slider-title-wrapper .slider-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-15-2 .slider-title-wrapper .slider-title {
		top: 44%
	}
}

@media (max-width:767px) {
	.slider-content-15-2 .slider-title-wrapper .slider-title {
		top: 40%
	}
}

.slider-content-15-2 .slider-title-wrapper .slider-title .title {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	color: #232324;
	font-family: Prata, serif;
	overflow: hidden;
	display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-15-2 .slider-title-wrapper .slider-title .title {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.slider-content-15-2 .slider-title-wrapper .slider-title .title {
		font-size: 20px
	}
}

.slider-content-15-2 .slider-btn {
	margin-top: 45px
}

.slider-content-15-2 .slider-btn .main-btn {
	background-color: #fff;
	color: #232324;
	padding: 0 50px;
	-webkit-box-shadow: 5px 5px 0 #d6c49f!important;
	-moz-box-shadow: 5px 5px 0 #d6c49f!important;
	box-shadow: 5px 5px 0 #d6c49f!important;
	height: 60px;
	line-height: 60px
}

@media (max-width:767px) {
	.slider-content-15-2 .slider-btn .main-btn {
		width: auto;
		height: 46px;
		line-height: 46px;
		padding: 0 30px
	}
}

.slider-content-15-2 .slider-btn .main-btn:hover {
	background-color: #d6c49f;
	color: #fff
}

.slider-content-15-3 {
	width: 50%;
	margin-left: auto
}

@media (max-width:767px) {
	.slider-content-15-3 {
		width: 100%;
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content-15-3 {
		width: 50%;
		text-align: left
	}
}

.slider-content-15-3 .slider-sub-title .sub-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #232324;
	font-family: Prata, serif;
	overflow: hidden;
	display: inline-block
}

@media (max-width:767px) {
	.slider-content-15-3 .slider-sub-title .sub-title {
		font-size: 13px
	}
}

.slider-content-15-3 .slider-main-title .main-title {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #232324;
	font-family: Prata, serif;
	overflow: hidden;
	display: inline-block;
	margin-top: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-15-3 .slider-main-title .main-title {
		font-size: 34px
	}
}

@media (max-width:767px) {
	.slider-content-15-3 .slider-main-title .main-title {
		font-size: 30px;
		margin-top: 0
	}
}

.slider-content-15-3 .slider-btn {
	margin-top: 45px;
	display: inline-block;
	overflow: hidden
}

@media (max-width:767px) {
	.slider-content-15-3 .slider-btn {
		margin-top: 30px
	}
}

.slider-content-15-3 .slider-btn .main-btn {
	background-color: #fff;
	color: #232324;
	height: 60px;
	line-height: 60px;
	padding: 0 50px
}

@media (max-width:767px) {
	.slider-content-15-3 .slider-btn .main-btn {
		height: 46px;
		line-height: 46px;
		padding: 0 30px
	}
}

.slider-content-15-3 .slider-btn .main-btn:hover {
	background-color: #232324;
	color: #fff
}

.slider-content-15-3 .slider-price .price {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #232324;
	margin-top: 15px;
	display: inline-block;
	overflow: hidden
}

@media (max-width:767px) {
	.slider-content-15-3 .slider-price .price {
		font-size: 20px
	}
}

.category-item {
	width: 33.33%;
	overflow: hidden
}

@media (max-width:767px) {
	.category-item {
		width: 100%
	}
}

.category-item a {
	position: relative;
	display: block
}

.category-item img {
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.category-item .category-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center
}

.category-item .category-content .title {
	font-size: 30px;
	letter-spacing: 10px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.category-item .category-content .title {
		font-size: 24px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.category-item .category-content .title {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.category-item .category-content .title {
		font-size: 16px
	}
}

.category-item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.category-item-2 {
	position: relative;
	overflow: hidden
}

.category-item-2 a {
	position: relative;
	display: block
}

.category-item-2 img {
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.category-item-2 .category-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center
}

.category-item-2 .category-content .title {
	font-size: 24px;
	letter-spacing: 10px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 32px;
	height: 60px;
	line-height: 56px;
	border: 2px solid rgba(255, 255, 255, .5);
	display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.category-item-2 .category-content .title {
		font-size: 24px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.category-item-2 .category-content .title {
		font-size: 18px;
		letter-spacing: 6px;
		height: 48px;
		line-height: 46px
	}
}

@media (max-width:767px) {
	.category-item-2 .category-content .title {
		font-size: 16px;
		letter-spacing: 6px;
		height: 45px;
		line-height: 41px
	}
}

.category-item-2:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.single-category-3 {
	position: relative;
	overflow: hidden
}

.single-category-3 a {
	display: block
}

.single-category-3 a img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-category-3 .category-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: rgba(35, 35, 36, .5);
	padding: 28px 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-category-3 .category-content .title a {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}

.single-category-3:hover a img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.single-category-3:hover .category-content {
	background-color: rgba(35, 35, 36, .9)
}

.category-active .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.category-active .slick-dots {
	text-align: center;
	margin-top: 35px
}

.category-active .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.category-active .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.category-active .slick-dots li.slick-active button {
	background-color: #f5b324;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.category-wrapper {
	overflow: hidden
}

.single-category-4 {
	position: relative
}

.single-category-4 a {
	display: block
}

.single-category-4 .category-image {
	overflow: hidden;
	position: relative
}

.single-category-4 .category-image img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-category-4 .category-image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 36, .3);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-category-4 .category-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-category-4 .category-content .title {
	font-size: 46px;
	color: #fff;
	font-family: Satisfy, cursive
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-category-4 .category-content .title {
		font-size: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-category-4 .category-content .title {
		font-size: 30px
	}
}

.single-category-4:hover .category-image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.single-category-4:hover .category-image::before {
	opacity: 1;
	visibility: visible
}

.single-category-4:hover .category-content {
	opacity: 1;
	visibility: visible
}

.collections-area {
	padding-top: 110px
}

.single-collection {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-collection a {
	display: block
}

.single-collection .collection-image {
	overflow: hidden
}

.single-collection .collection-image img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-collection .collection-info {
	position: absolute;
	bottom: -50px;
	width: 100%;
	left: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	background: -moz-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -ms-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -webkit-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-collection .collection-info .title {
	padding: 28px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 400
}

.single-collection:hover .collection-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.single-collection:hover .collection-info {
	bottom: 0;
	opacity: 1;
	visibility: visible
}

.collection-active .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.collection-active .slick-dots {
	text-align: center;
	margin-top: 20px
}

.collection-active .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.collection-active .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.collection-active .slick-dots li.slick-active {
	margin-top: -1px
}

.collection-active .slick-dots li.slick-active button {
	background-color: #232324;
	width: 7px;
	height: 7px
}

.top-collections {
	overflow: hidden
}

.top-collections-wrapper {
	margin-left: -5px;
	margin-right: -5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow: hidden
}

.top-collections-wrapper .collections-col-1 {
	padding: 0 5px;
	width: 33.33%
}

@media (max-width:767px) {
	.top-collections-wrapper .collections-col-1 {
		width: 100%
	}
}

.top-collections-wrapper .collections-col-2 {
	padding: 0 5px;
	width: 66.66%
}

@media (max-width:767px) {
	.top-collections-wrapper .collections-col-2 {
		width: 100%
	}
}

.single-collections {
	position: relative;
	overflow: hidden
}

.single-collections a {
	display: block
}

.single-collections a img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-collections a .collections-content {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 25px 20px;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 5
}

.single-collections a .collections-content::before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
	opacity: .5
}

.single-collections a .collections-content .title {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400
}

.single-collections:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.single-collections:hover a .collections-content::before {
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	opacity: .9
}

.single-collections-2 .single-collections-image-2 {
	padding: 0 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-collections-2 .single-collections-image-2 {
		padding: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-collections-2 .single-collections-image-2 {
		padding: 0
	}
}

@media (max-width:767px) {
	.single-collections-2 .single-collections-image-2 {
		padding: 0
	}
}

.single-collections-2 .single-collections-image-2 img {
	width: 100%
}

.single-collections-2 .single-collections-content-2 {
	max-width: 580px
}

.single-collections-2 .single-collections-content-2 .title {
	font-size: 40px;
	color: #232324
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-collections-2 .single-collections-content-2 .title {
		font-size: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-collections-2 .single-collections-content-2 .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-collections-2 .single-collections-content-2 .title {
		font-size: 20px
	}
}

.single-collections-2 .single-collections-content-2 p {
	margin-top: 20px;
	font-size: 14px
}

.single-collections-2 .single-collections-content-2 img {
	display: block;
	margin-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-collections-2 .single-collections-content-2 img {
		width: 120px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-collections-2 .single-collections-content-2 img {
		width: 100px
	}
}

@media (max-width:767px) {
	.single-collections-2 .single-collections-content-2 img {
		width: 100px
	}
}

.single-collections-2 .single-collections-content-2 .main-btn {
	margin-top: 40px;
	text-transform: capitalize;
	border: 3px solid rgba(35, 35, 36, .2);
	height: 56px;
	line-height: 50px;
	padding: 0 53px;
	background-color: transparent;
	color: #232324
}

.single-collections-2 .single-collections-content-2 .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-collections-2 .single-collections-content-2 .main-btn {
		margin-top: 20px;
		height: 46px;
		line-height: 40px;
		padding: 0 30px
	}
}

@media (max-width:767px) {
	.single-collections-2 .single-collections-content-2 .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 30px
	}
}

.collections-btn .view-collections {
	font-size: 14px;
	text-transform: uppercase;
	color: #232324;
	text-decoration: underline;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.collections-btn .view-collections:hover {
	color: #ef5619
}

.collection-area-3 {
	padding-top: 150px;
	padding-bottom: 350px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.collection-area-3 {
		padding-bottom: 250px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.collection-area-3 {
		padding-top: 150px;
		padding-bottom: 250px;
		background-position: center center
	}
}

@media (max-width:767px) {
	.collection-area-3 {
		padding-top: 100px;
		padding-bottom: 200px;
		background-position: left center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.collection-area-3 {
		background-position: center center
	}
}

.collection-content .sub-title {
	background-color: #ea5f72;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #ea5f72 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #ea5f72 0, #fabb98 100%);
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 25px
}

.collection-content .main-title {
	font-size: 60px;
	line-height: 60px;
	font-family: Prata, serif;
	color: #232324;
	margin-top: 15px;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.collection-content .main-title {
		font-size: 40px;
		line-height: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.collection-content .main-title {
		font-size: 40px;
		line-height: 50px
	}
}

@media (max-width:767px) {
	.collection-content .main-title {
		font-size: 30px;
		line-height: 40px
	}
}

.collection-content p {
	font-size: 14px;
	color: #232324
}

.collection-content .main-btn {
	padding: 0 50px;
	height: 60px;
	line-height: 60px;
	margin-top: 30px
}

@media (max-width:767px) {
	.collection-content .main-btn {
		padding: 0 30px;
		height: 45px;
		line-height: 45px
	}
}

.new-arrival {
	padding-top: 90px;
	padding-bottom: 75px
}

.top-sale {
	padding-top: 75px;
	padding-bottom: 75px
}

.product-menu {
	padding: 20px 0 0
}

.product-menu .nav li {
	margin: 0 12px
}

@media (max-width:767px) {
	.product-menu .nav li {
		margin: 0 6px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-menu .nav li {
		margin: 0 12px
	}
}

.product-menu .nav li a {
	font-size: 12px;
	padding: 0 10px;
	line-height: 24px;
	color: #232324;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-menu .nav li a.active,
.product-menu .nav li a:hover {
	color: #ef5619
}

.product-menu .nav.nav-2 li a.active,
.product-menu .nav.nav-2 li a:hover {
	color: #f5b324
}

.single-product .product-image {
	position: relative
}

.single-product .product-image .image {
	position: relative;
	overflow: hidden
}

.single-product .product-image .image .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}

.single-product .product-image .image img {
	width: 100%
}

.single-product .product-image .image .product-2 {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-product .product-image .image::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 36, .2);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-product .product-image .product-meta {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 9;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden
}

.single-product .product-image .product-meta li {
	display: inline-block
}

.single-product .product-image .product-meta li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
	color: #232324;
	font-size: 14px;
	background-color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product .product-image .product-meta li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 0 2px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-product .product-image .product-meta li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 0 2px
	}
}

.single-product .product-image .product-meta li a:hover {
	background: -moz-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -ms-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -webkit-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	color: #fff
}

.single-product .product-image .discount {
	position: absolute;
	top: 30px;
	left: 20px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background-color: #35d56a;
	font-size: 14px;
	border-radius: 50px;
	z-index: 9
}

.single-product .product-content {
	padding-top: 10px;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

.single-product .product-content .product-title {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.single-product .product-content .product-title .title {
	line-height: 20px;
	margin-top: 10px
}

.single-product .product-content .product-title .title a {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product .product-content .product-title .title a {
		font-size: 12px
	}
}

.single-product .product-content .product-title .title a:hover {
	color: #ef5619
}

.single-product .product-content .product-price {
	margin-top: 10px
}

.single-product .product-content .product-price .price,
.single-product .product-content .product-price .regular-price,
.single-product .product-content .product-price .sale-price {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	color: #232324
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product .product-content .product-price .price,
	.single-product .product-content .product-price .regular-price,
	.single-product .product-content .product-price .sale-price {
		font-size: 16px
	}
}

.single-product .product-content .product-price .regular-price {
	text-decoration: line-through
}

.single-product .product-content .product-price .sale-price {
	color: #222;
	margin-left: 4px
}

.single-product:hover .product-image {
	position: relative
}

.single-product:hover .product-image .image {
	position: relative
}

.single-product:hover .product-image .image .product-2 {
	opacity: 1;
	visibility: visible
}

.single-product:hover .product-image .image::before {
	opacity: 1;
	visibility: visible
}

.single-product:hover .product-image .product-meta {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	visibility: visible
}

.product-active .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.product-active .slick-dots {
	text-align: center;
	margin-top: 16px
}

.product-active .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.product-active .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-active .slick-dots li.slick-active {
	margin-top: -1px
}

.product-active .slick-dots li.slick-active button {
	background-color: #232324;
	width: 7px;
	height: 7px
}

.product-btn .view-product {
	font-size: 10px;
	text-transform: uppercase;
	color: #232324;
	text-decoration: underline;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	letter-spacing: 2px
}

.product-btn .view-product:hover {
	color: #ef5619
}

.product-btn .view-product-2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #232324;
	text-decoration: underline;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	letter-spacing: 2px
}

.product-btn .view-product-2:hover {
	color: #ef5619
}

.product-wrapper .section-title .title {
	font-size: 24px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-wrapper .section-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.product-wrapper .section-title .title {
		font-size: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-wrapper .section-title .title {
		font-size: 24px
	}
}

.product-wrapper .section-title .title::before {
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.single-product-mini {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 50px
}

.single-product-mini .product-mini-image {
	position: relative
}

.single-product-mini .product-mini-image a img {
	width: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-product-mini .product-mini-image a img {
		width: 75px
	}
}

.single-product-mini .product-mini-image .discount {
	position: absolute;
	top: 20px;
	left: -15px;
	height: 25px;
	line-height: 25px;
	padding: 0 12px;
	color: #fff;
	background-color: #35d56a;
	font-size: 12px;
	border-radius: 50px;
	z-index: 9
}

.single-product-mini .product-mini-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-product-mini .product-mini-content {
		padding-left: 10px
	}
}

.single-product-mini .product-mini-content .mini-title a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-product-mini .product-mini-content .mini-title a {
		font-size: 12px
	}
}

.single-product-mini .product-mini-content .mini-title a:hover {
	color: #ef5619
}

.single-product-mini .product-mini-content .product-price {
	margin-top: 8px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-product-mini .product-mini-content .product-price {
		margin-top: 4px
	}
}

.single-product-mini .product-mini-content .price,
.single-product-mini .product-mini-content .regular-price,
.single-product-mini .product-mini-content .sale-price {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #232324
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product-mini .product-mini-content .price,
	.single-product-mini .product-mini-content .regular-price,
	.single-product-mini .product-mini-content .sale-price {
		font-size: 12px
	}
}

.single-product-mini .product-mini-content .regular-price {
	text-decoration: line-through
}

.single-product-mini .product-mini-content .sale-price {
	color: #ef5619;
	margin-left: 4px
}

.single-product-mini .product-mini-content .main-btn {
	height: 38px;
	line-height: 36px;
	padding: 0 16px;
	border: 1px solid #ebebeb;
	font-size: 10px;
	background-color: transparent;
	color: #232324;
	font-weight: 500;
	margin-top: 15px;
	text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-product-mini .product-mini-content .main-btn {
		margin-top: 10px;
		height: 30px;
		padding: 0 10px;
		line-height: 28px
	}
}

.single-product-mini .product-mini-content .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

.product-category-area {
	padding-top: 140px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-category-area {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.product-category-area {
		padding-top: 70px
	}
}

.single-product-2 {
	position: relative
}

.single-product-2 .product-image {
	position: relative
}

.single-product-2 .product-image .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}

.single-product-2 .product-image .image {
	position: relative;
	overflow: hidden
}

.single-product-2 .product-image .image .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}

.single-product-2 .product-image .image img {
	width: 100%
}

.single-product-2 .product-image .image .product-2 {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-product-2 .product-image .image::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 36, .5);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-product-2 .product-image .discount {
	position: absolute;
	top: 30px;
	left: 20px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background-color: #35d56a;
	font-size: 14px;
	border-radius: 50px;
	z-index: 9
}

.single-product-2 .product-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 7;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden
}

.single-product-2 .product-content .product-content-wrapper {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden
}

.single-product-2 .product-content .product-content-wrapper .product-title .title a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product-2 .product-content .product-content-wrapper .product-title .title a {
		font-size: 12px
	}
}

.single-product-2 .product-content .product-content-wrapper .product-title .title a:hover {
	color: #ef5619
}

.single-product-2 .product-content .product-content-wrapper .product-price .price,
.single-product-2 .product-content .product-content-wrapper .product-price .regular-price,
.single-product-2 .product-content .product-content-wrapper .product-price .sale-price {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product-2 .product-content .product-content-wrapper .product-price .price,
	.single-product-2 .product-content .product-content-wrapper .product-price .regular-price,
	.single-product-2 .product-content .product-content-wrapper .product-price .sale-price {
		font-size: 12px
	}
}

.single-product-2 .product-content .product-content-wrapper .product-price .regular-price {
	text-decoration: line-through
}

.single-product-2 .product-content .product-content-wrapper .product-price .sale-price {
	color: #ef5619;
	margin-left: 4px
}

.single-product-2 .product-content .product-meta {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	padding-top: 15px
}

.single-product-2 .product-content .product-meta li {
	display: inline-block
}

.single-product-2 .product-content .product-meta li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
	color: #232324;
	font-size: 14px;
	background-color: #fff
}

.single-product-2 .product-content .product-meta li a:hover {
	background: -moz-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -ms-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -webkit-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	color: #fff
}

.single-product-2:hover .product-image {
	position: relative
}

.single-product-2:hover .product-image .image {
	position: relative
}

.single-product-2:hover .product-image .image .product-2 {
	opacity: 1;
	visibility: visible
}

.single-product-2:hover .product-image .image::before {
	opacity: 1;
	visibility: visible
}

.single-product-2:hover .product-content {
	opacity: 1;
	visibility: visible
}

.single-product-2:hover .product-content .product-content-wrapper,
.single-product-2:hover .product-content .product-meta {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.collections-active .slick-active,
.product-category-active .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.collections-active .slick-dots,
.product-category-active .slick-dots {
	text-align: center;
	margin-top: 16px
}

.collections-active .slick-dots li,
.product-category-active .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.collections-active .slick-dots li button,
.product-category-active .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.collections-active .slick-dots li.slick-active,
.product-category-active .slick-dots li.slick-active {
	margin-top: -1px
}

.collections-active .slick-dots li.slick-active button,
.product-category-active .slick-dots li.slick-active button {
	background-color: #232324;
	width: 7px;
	height: 7px
}

.product-tab-menu .nav {
	border: 1px solid #e1e1e1;
	padding: 20px 0
}

.product-tab-menu .nav li {
	margin: 10px 0
}

.product-tab-menu .nav li a {
	padding: 0 35px;
	font-size: 11px;
	text-transform: uppercase;
	color: #232324;
	position: relative;
	letter-spacing: 1px
}

.product-tab-menu .nav li a::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 60%;
	background-color: #ef5619;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-tab-menu .nav li a.active {
	color: #ef5619
}

.product-tab-menu .nav li a.active::before {
	opacity: 1;
	visibility: visible
}

.single-product-3 {
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden
}

.single-product-3 .product-image {
	position: relative
}

.single-product-3 .product-image .image {
	position: relative;
	overflow: hidden
}

.single-product-3 .product-image .image .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}

.single-product-3 .product-image .image img {
	width: 100%
}

.single-product-3 .product-image .image .product-2 {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-product-3 .product-image .product-meta {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 7;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden
}

.single-product-3 .product-image .product-meta li {
	display: inline-block
}

.single-product-3 .product-image .product-meta li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
	color: #232324;
	font-size: 14px;
	background-color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product-3 .product-image .product-meta li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 0 2px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-product-3 .product-image .product-meta li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 0 2px
	}
}

.single-product-3 .product-image .product-meta li a:hover {
	background: -moz-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -ms-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -webkit-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	color: #fff
}

.single-product-3 .product-image .discount {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background-color: #35d56a;
	font-size: 14px;
	border-radius: 50px;
	z-index: 9
}

.single-product-3 .product-content {
	padding-top: 15px;
	position: relative
}

.single-product-3 .product-content .product-title {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.single-product-3 .product-content .product-title .title a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product-3 .product-content .product-title .title a {
		font-size: 12px
	}
}

.single-product-3 .product-content .product-title .title a:hover {
	color: #ef5619
}

.single-product-3 .product-content .product-price .price,
.single-product-3 .product-content .product-price .regular-price,
.single-product-3 .product-content .product-price .sale-price {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #232324;
	margin-top: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-product-3 .product-content .product-price .price,
	.single-product-3 .product-content .product-price .regular-price,
	.single-product-3 .product-content .product-price .sale-price {
		font-size: 12px
	}
}

.single-product-3 .product-content .product-price .regular-price {
	text-decoration: line-through
}

.single-product-3 .product-content .product-price .sale-price {
	color: #ef5619;
	margin-left: 4px
}

.single-product-3 .product-content .product-meta {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 7;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	padding: 3px 0;
	background-color: #fff;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}

.single-product-3 .product-content .product-meta li {
	display: inline-block
}

.single-product-3 .product-content .product-meta li a {
	margin: 0 5px;
	color: #232324;
	font-size: 14px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-product-3 .product-content .product-meta li a:hover {
	color: #ef5619
}

.single-product-3:hover {
	-webkit-box-shadow: -4px -5px 30px rgba(41, 44, 58, .07);
	-moz-box-shadow: -4px -5px 30px rgba(41, 44, 58, .07);
	box-shadow: -4px -5px 30px rgba(41, 44, 58, .07)
}

.single-product-3:hover .product-image {
	position: relative
}

.single-product-3:hover .product-image .image {
	position: relative
}

.single-product-3:hover .product-image .image .product-2 {
	opacity: 1;
	visibility: visible
}

.single-product-3:hover .product-image .product-meta {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	visibility: visible
}

.single-product-3:hover .product-content .product-meta {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.banner-area {
	background-color: #e6e5e3;
	overflow: hidden
}

.banner-image {
	background-position: top center
}

@media (max-width:767px) {
	.banner-image {
		height: 300px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-image {
		height: 400px
	}
}

.banner-content {
	max-width: 650px;
	padding-top: 170px;
	padding-bottom: 200px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-content {
		padding-top: 95px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content {
		padding: 95px 30px 100px
	}
}

@media (max-width:767px) {
	.banner-content {
		padding: 50px 15px 50px
	}
}

.banner-content .title {
	font-size: 60px;
	font-weight: 400;
	color: #000;
	font-family: Prata, serif
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-content .title {
		font-size: 48px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.banner-content .title {
		font-size: 30px
	}
}

.banner-content p {
	margin-top: 20px;
	font-size: 14px;
	color: #232324
}

.banner-content .main-btn {
	margin-top: 55px;
	width: 180px;
	height: 54px;
	line-height: 54px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content .main-btn {
		width: auto;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		margin-top: 35px
	}
}

@media (max-width:767px) {
	.banner-content .main-btn {
		width: auto;
		height: 50px;
		line-height: 50px;
		margin-top: 35px
	}
}

.banner-area-2 {
	background-color: #eee;
	overflow: hidden
}

.banner-content-2 {
	max-width: 640px;
	margin-left: auto;
	padding-top: 225px;
	padding-bottom: 160px
}

.banner-content-2.banner-3 {
	margin-right: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content-2.banner-3 {
		margin-right: 0
	}
}

@media (max-width:767px) {
	.banner-content-2.banner-3 {
		margin-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-content-2 {
		padding-top: 95px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content-2 {
		padding: 95px 30px 100px
	}
}

@media (max-width:767px) {
	.banner-content-2 {
		padding: 50px 15px 50px
	}
}

.banner-content-2 .title {
	font-size: 59px;
	font-weight: 700;
	color: #232324
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-content-2 .title {
		font-size: 48px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content-2 .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.banner-content-2 .title {
		font-size: 26px
	}
}

.banner-content-2 p {
	font-size: 10px;
	color: #232324;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 10px
}

@media (max-width:767px) {
	.banner-content-2 p {
		letter-spacing: 0
	}
}

.banner-content-2 .price {
	padding-top: 20px;
	position: relative;
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px
}

.banner-content-2 .price .regular-price {
	font-size: 16px;
	font-weight: 700;
	color: #8a8a8a;
	text-transform: uppercase;
	padding-top: 10px;
	text-decoration: line-through;
	margin-right: 5px
}

.banner-content-2 .price .sale-price {
	font-size: 16px;
	font-weight: 700;
	color: #232324;
	text-transform: uppercase;
	padding-top: 10px
}

.banner-content-2 .price .discount {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #232324;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	right: -15px
}

@media (max-width:767px) {
	.banner-content-2 .price .discount {
		right: 0
	}
}

.banner-content-2 .banner-btn {
	padding-top: 35px
}

.banner-content-2 .banner-btn .main-btn {
	padding: 0 50px;
	border: 3px solid rgba(35, 35, 36, .3);
	color: #232324;
	background-color: transparent;
	height: 56px;
	line-height: 50px
}

@media (max-width:767px) {
	.banner-content-2 .banner-btn .main-btn {
		padding: 0 30px;
		height: 46px;
		line-height: 40px
	}
}

.banner-content-2 .banner-btn .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

.banner-area-3 {
	overflow: hidden
}

.banner-area-3 .banner-wrapper {
	margin-left: -5px;
	margin-right: -5px
}

.single-banner-3 {
	margin-top: 10px;
	padding: 0 5px;
	width: 50%;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-banner-3 {
		width: 100%
	}
}

@media (max-width:767px) {
	.single-banner-3 {
		width: 100%
	}
}

.single-banner-3 .banner-image-3 {
	overflow: hidden
}

.single-banner-3 .banner-image-3 img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-banner-3 .banner-content-3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 30px 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-banner-3 .banner-content-3 {
		padding: 10px 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-banner-3 .banner-content-3 {
		padding: 10px 50px
	}
}

@media (max-width:767px) {
	.single-banner-3 .banner-content-3 {
		padding: 10px 30px
	}
}

.single-banner-3 .banner-content-3 .sub-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-banner-3 .banner-content-3 .sub-title {
		font-size: 16px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-banner-3 .banner-content-3 .sub-title {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.single-banner-3 .banner-content-3 .sub-title {
		font-size: 14px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-banner-3 .banner-content-3 .sub-title {
		font-size: 16px
	}
}

.single-banner-3 .banner-content-3 .title {
	font-size: 72px;
	line-height: 80px;
	color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-banner-3 .banner-content-3 .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-banner-3 .banner-content-3 .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media (max-width:767px) {
	.single-banner-3 .banner-content-3 .title {
		font-size: 24px;
		line-height: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-banner-3 .banner-content-3 .title {
		font-size: 50px;
		line-height: 60px
	}
}

.single-banner-3 .banner-content-3 p {
	font-size: 16px;
	color: #fff;
	margin-top: 10px
}

@media (max-width:767px) {
	.single-banner-3 .banner-content-3 p {
		font-size: 14px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-banner-3 .banner-content-3 p {
		font-size: 16px
	}
}

.single-banner-3 .banner-content-3 .main-btn {
	width: 160px;
	border: 2px solid #fff;
	color: #fff;
	line-height: 46px;
	background-color: transparent;
	margin-top: 30px
}

@media (max-width:767px) {
	.single-banner-3 .banner-content-3 .main-btn {
		margin-top: 20px;
		height: 45px;
		line-height: 41px;
		width: auto
	}
}

.single-banner-3 .banner-content-3 .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

.single-banner-3:hover .banner-image-3 img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.features-area {
	background-color: #f7f7f7
}

.features-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-wrapper .feature-col {
		width: 25%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-wrapper .feature-col {
		width: 25%
	}
}

@media (max-width:767px) {
	.features-wrapper .feature-col {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-wrapper .feature-col {
		width: 50%
	}
}

.single-feature i {
	font-size: 30px;
	color: #232324
}

.single-feature .title {
	font-size: 14px;
	font-weight: 700;
	color: #232324;
	margin-top: 15px
}

.single-feature p {
	margin-top: 5px;
	font-size: 14px;
	color: #8a8a8a
}

.features-2 {
	background-color: #fff
}

.features-2 .features-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.features-2 .features-wrapper .feature-col {
		width: 25%
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-2 .features-wrapper .feature-col {
		width: 25%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-2 .features-wrapper .feature-col {
		width: 25%
	}
}

@media (max-width:767px) {
	.features-2 .features-wrapper .feature-col {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-2 .features-wrapper .feature-col {
		width: 50%
	}
}

.features-inner-box .box-icon i {
	background-color: #ff9c65;
	background-image: -webkit-linear-gradient(left, #ff9c65 0, #93ddff 100%);
	background-image: linear-gradient(to right, #ff9c65 0, #93ddff 100%);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 18px;
	color: #fff
}

.features-inner-box .box-contents {
	margin-top: 25px
}

.features-inner-box .box-contents .title {
	font-size: 16px;
	font-weight: 700;
	color: #232324
}

.features-inner-box .box-contents p {
	font-size: 14px;
	margin-top: 8px
}

.single-blog .blog-image {
	overflow: hidden;
	position: relative
}

.single-blog .blog-image a {
	display: block;
	position: relative
}

.single-blog .blog-image a img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog .blog-image a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
	color: #232324;
	font-size: 14px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	opacity: 0;
	visibility: visible;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-image a i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 0 2px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog .blog-image a i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 0 2px
	}
}

.single-blog .blog-image a i:hover {
	background: -moz-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -ms-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -webkit-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	color: #fff
}

.single-blog .blog-image a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 36, .4);
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog .blog-image .blog-category-2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9
}

.single-blog .blog-image .blog-category-2 li {
	display: inline-block
}

.single-blog .blog-image .blog-category-2 li+li {
	margin-left: 10px
}

.single-blog .blog-image .blog-category-2 li a {
	font-size: 10px;
	font-weight: 700;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #707fe0;
	background-image: -moz-linear-gradient(180deg, star 0, #707fe0 100%);
	background-image: -webkit-linear-gradient(180deg, #f6354c 0, #707fe0 100%);
	background-image: -ms-linear-gradient(180deg, #f6354c 0, #707fe0 100%)
}

.single-blog .blog-image:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.single-blog .blog-image:hover a i {
	opacity: 1;
	visibility: visible
}

.single-blog .blog-image:hover a::before {
	opacity: 1;
	visibility: visible
}

.single-blog .blog-image-gallery {
	overflow: hidden;
	position: relative
}

.single-blog .blog-image-gallery a {
	display: block
}

.single-blog .blog-image-gallery a img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog .blog-image-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #232324;
	background-color: #fff;
	z-index: 5;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-blog .blog-image-gallery .slick-arrow.next {
	left: auto;
	right: 15px
}

.single-blog .blog-quote a {
	display: block;
	position: relative
}

.single-blog .blog-quote a img {
	width: 100%
}

.single-blog .blog-quote a .quote-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	width: 50%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-quote a .quote-content {
		padding: 15px
	}
}

@media (max-width:767px) {
	.single-blog .blog-quote a .quote-content {
		padding: 10px;
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog .blog-quote a .quote-content {
		padding: 30px;
		width: 60%
	}
}

.single-blog .blog-quote a .quote-content p {
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-family: Prata, serif;
	color: #fff
}

@media (max-width:767px) {
	.single-blog .blog-quote a .quote-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog .blog-quote a .quote-content p {
		font-size: 20px
	}
}

.single-blog .blog-quote a .quote-content span {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	position: relative;
	margin-top: 15px
}

.single-blog .blog-quote a .quote-content span::before {
	content: "";
	display: block;
	border-top: 2px solid;
	width: 50px;
	margin: 5px 0 15px
}

.single-blog .blog-content {
	margin-top: 15px;
	position: relative
}

.single-blog .blog-content .blog-category li {
	display: inline-block
}

.single-blog .blog-content .blog-category li+li {
	margin-left: 10px
}

.single-blog .blog-content .blog-category li a {
	font-size: 10px;
	font-weight: 700;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-transform: uppercase;
	letter-spacing: 1px
}

.single-blog .blog-content .blog-category li a:hover {
	color: #ef5619
}

.single-blog .blog-content .title a {
	font-size: 20px;
	font-weight: 700;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 15px
}

@media (max-width:767px) {
	.single-blog .blog-content .title a {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog .blog-content .title a {
		font-size: 16px
	}
}

.single-blog .blog-content .title a:hover {
	color: #ef5619
}

.single-blog .blog-content .blog-meta {
	margin-top: 10px
}

.single-blog .blog-content .blog-meta li {
	display: inline-block
}

.single-blog .blog-content .blog-meta li+li {
	margin-left: 10px
}

.single-blog .blog-content .blog-meta li a {
	font-size: 11px;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog .blog-content .blog-meta li a span {
	color: #232324;
	font-weight: 700;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog .blog-content .blog-meta li a i {
	margin-right: 4px;
	font-size: 14px
}

.single-blog .blog-content .blog-meta li a:hover {
	color: #ef5619
}

.single-blog .blog-content .blog-meta li a:hover span {
	color: #ef5619
}

.single-blog .blog-content p {
	font-size: 14px;
	margin-top: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog .blog-content .main-btn {
	padding: 0 40px;
	margin-top: 30px
}

@media (max-width:767px) {
	.single-blog .blog-content .main-btn {
		padding: 0 20px;
		height: 45px;
		line-height: 43px;
		font-size: 13px
	}
}

.single-blog .blog-content .share-post {
	position: absolute;
	bottom: 0;
	right: 0
}

.single-blog .blog-content .share-post .share {
	font-size: 13px;
	color: #8a8a8a
}

.single-blog .blog-content .share-post .social {
	position: absolute;
	bottom: 100%;
	background: #fff;
	padding: 8px;
	box-shadow: 0 2px 12px rgba(35, 35, 36, .176);
	transition: all 250ms ease-out;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.single-blog .blog-content .share-post .social {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		right: 0;
		left: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog .blog-content .share-post .social {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.single-blog .blog-content .share-post .social li {
	display: inline-block
}

.single-blog .blog-content .share-post .social li+li {
	margin-left: 5px
}

.single-blog .blog-content .share-post .social li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #fff
}

.single-blog .blog-content .share-post .social li a.facebook {
	background-color: #5678bf
}

.single-blog .blog-content .share-post .social li a.twitter {
	background-color: #73c2fd
}

.single-blog .blog-content .share-post .social li a.linkedin {
	background-color: #007bb6
}

.single-blog .blog-content .share-post .social li a.pinterest {
	background-color: #c32026
}

.single-blog .blog-content .share-post:hover .social {
	opacity: 1;
	visibility: visible
}

.single-blog.blog-3 {
	background-color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog.blog-3 .blog-quote a .quote-content {
	width: 80%
}

@media (max-width:767px) {
	.single-blog.blog-3 .blog-quote a .quote-content {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog.blog-3 .blog-quote a .quote-content {
		width: 80%
	}
}

.single-blog.blog-3 .blog-quote a .quote-content p {
	font-size: 24px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog.blog-3 .blog-quote a .quote-content p {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog.blog-3 .blog-quote a .quote-content p {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-blog.blog-3 .blog-quote a .quote-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog.blog-3 .blog-quote a .quote-content p {
		font-size: 24px
	}
}

.single-blog.blog-3 .blog-content {
	margin-top: 0;
	padding: 25px 30px 60px
}

@media (max-width:767px) {
	.single-blog.blog-3 .blog-content {
		padding: 15px 15px 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog.blog-3 .blog-content {
		padding: 25px 30px 60px
	}
}

.single-blog.blog-3 .blog-content .main-btn {
	background-color: transparent;
	border: 1px solid #ebebeb;
	line-height: 48px;
	color: #232324;
	position: relative;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear
}

@media (max-width:767px) {
	.single-blog.blog-3 .blog-content .main-btn {
		line-height: 43px
	}
}

.single-blog.blog-3 .blog-content .main-btn:hover {
	color: #fff;
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%)
}

.single-blog.blog-3:hover {
	-webkit-box-shadow: 0 0 38px 0 rgba(82, 109, 249, .33);
	-moz-box-shadow: 0 0 38px 0 rgba(82, 109, 249, .33);
	box-shadow: 0 0 38px 0 rgba(82, 109, 249, .33)
}

.single-blog.blog-4 {
	background-color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5
}

.single-blog.blog-4 .blog-thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog.blog-4 .blog-thumb-overlay::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 36, .4)
}

.single-blog.blog-4 .blog-content {
	margin-top: 0;
	padding: 55px 30px 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-blog.blog-4 .blog-content {
		padding: 35px 20px 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog.blog-4 .blog-content {
		padding: 35px 20px 40px
	}
}

@media (max-width:767px) {
	.single-blog.blog-4 .blog-content {
		padding: 35px 20px 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog.blog-4 .blog-content {
		padding: 55px 30px 60px
	}
}

.single-blog.blog-4 .blog-content .main-btn {
	background-color: transparent;
	border: 1px solid #ebebeb;
	line-height: 48px;
	color: #232324;
	position: relative
}

@media (max-width:767px) {
	.single-blog.blog-4 .blog-content .main-btn {
		line-height: 43px
	}
}

.single-blog.blog-4 .blog-content .main-btn:hover {
	color: #fff;
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	border-color: transparent
}

.single-blog.blog-4:hover {
	-webkit-box-shadow: 0 0 38px 0 rgba(82, 109, 249, .33);
	-moz-box-shadow: 0 0 38px 0 rgba(82, 109, 249, .33);
	box-shadow: 0 0 38px 0 rgba(82, 109, 249, .33)
}

.single-blog.blog-4:hover .blog-thumb-overlay {
	opacity: 1;
	visibility: visible
}

.single-blog.blog-4:hover .blog-content .blog-category li a {
	color: #fff
}

.single-blog.blog-4:hover .blog-content .title a {
	color: #fff
}

.single-blog.blog-4:hover .blog-content .blog-meta li a {
	color: #fff
}

.single-blog.blog-4:hover .blog-content .blog-meta li a span {
	color: #fff
}

.single-blog.blog-4:hover .blog-content p {
	color: #fff
}

.single-blog.blog-4:hover .blog-content .main-btn {
	color: #fff
}

.single-blog.blog-5 .blog-quote a .quote-content {
	width: 80%
}

@media (max-width:767px) {
	.single-blog.blog-5 .blog-quote a .quote-content {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog.blog-5 .blog-quote a .quote-content {
		width: 80%
	}
}

.single-blog.blog-5 .blog-quote a .quote-content p {
	font-size: 24px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog.blog-5 .blog-quote a .quote-content p {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-blog.blog-5 .blog-quote a .quote-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog.blog-5 .blog-quote a .quote-content p {
		font-size: 24px
	}
}

.single-blog.blog-5 .blog-content {
	margin-top: 0;
	padding: 25px 30px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog.blog-5 .blog-content {
		padding: 0 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog.blog-5 .blog-content {
		padding: 0 15px
	}
}

@media (max-width:767px) {
	.single-blog.blog-5 .blog-content {
		padding: 15px 15px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-blog.blog-5 .blog-content {
		padding: 25px 30px 30px
	}
}

.single-blog.blog-5 .blog-content p {
	font-size: 14px
}

.single-blog.blog-5 .blog-content .main-btn {
	background-color: transparent;
	border: 1px solid #ebebeb;
	line-height: 48px;
	color: #232324;
	position: relative;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear
}

@media (max-width:767px) {
	.single-blog.blog-5 .blog-content .main-btn {
		line-height: 43px
	}
}

.single-blog.blog-5 .blog-content .main-btn:hover {
	color: #fff;
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%)
}

.blog-active .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.blog-active .slick-dots {
	text-align: center;
	margin-top: 16px
}

.blog-active .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.blog-active .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-active .slick-dots li.slick-active {
	margin-top: -1px
}

.blog-active .slick-dots li.slick-active button {
	background-color: #232324;
	width: 7px;
	height: 7px
}

.single-blog-2 {
	background-color: #fff
}

.single-blog-2 .blog-image {
	overflow: hidden;
	position: relative
}

.single-blog-2 .blog-image a {
	display: block;
	position: relative
}

.single-blog-2 .blog-image a img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog-2 .blog-image a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 5px;
	color: #232324;
	font-size: 14px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	opacity: 0;
	visibility: visible;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog-2 .blog-image a i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 0 2px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog-2 .blog-image a i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 0 2px
	}
}

.single-blog-2 .blog-image a i:hover {
	background: -moz-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -ms-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: -webkit-linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	background: linear-gradient(90deg, #93ddff 0, #fabb98 100%);
	color: #fff
}

.single-blog-2 .blog-image a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 36, .4);
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog-2 .blog-image .blog-category-2 {
	position: absolute;
	top: 0;
	left: 0
}

.single-blog-2 .blog-image .blog-category-2 li {
	display: inline-block
}

.single-blog-2 .blog-image .blog-category-2 li+li {
	margin-left: 10px
}

.single-blog-2 .blog-image .blog-category-2 li a {
	font-size: 12px;
	font-weight: 700;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #707fe0;
	background-image: -moz-linear-gradient(180deg, star 0, #707fe0 100%);
	background-image: -webkit-linear-gradient(180deg, #f6354c 0, #707fe0 100%);
	background-image: -ms-linear-gradient(180deg, #f6354c 0, #707fe0 100%)
}

.single-blog-2 .blog-image:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.single-blog-2 .blog-image:hover a i {
	opacity: 1;
	visibility: visible
}

.single-blog-2 .blog-image:hover a::before {
	opacity: 1;
	visibility: visible
}

.single-blog-2 .blog-content {
	padding: 35px 40px;
	border: 1px solid #ebebeb
}

@media (max-width:767px) {
	.single-blog-2 .blog-content {
		padding: 25px 30px
	}
}

@media (max-width:767px) {
	.single-blog-2 .blog-content {
		padding: 15px
	}
}

.single-blog-2 .blog-content .blog-category li {
	display: inline-block
}

.single-blog-2 .blog-content .blog-category li+li {
	margin-left: 10px
}

.single-blog-2 .blog-content .blog-category li a {
	font-size: 12px;
	font-weight: 400;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog-2 .blog-content .blog-category li a:hover {
	color: #d6c49f
}

.single-blog-2 .blog-content .title a {
	font-size: 20px;
	font-weight: 400;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 5px;
	font-family: Prata, serif
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog-2 .blog-content .title a {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.single-blog-2 .blog-content .title a {
		font-size: 18px
	}
}

.single-blog-2 .blog-content .title a:hover {
	color: #d6c49f
}

.single-blog-2 .blog-content .blog-meta {
	margin-top: 10px
}

.single-blog-2 .blog-content .blog-meta li {
	display: inline-block
}

.single-blog-2 .blog-content .blog-meta li+li {
	margin-left: 10px
}

.single-blog-2 .blog-content .blog-meta li a {
	font-size: 12px;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog-2 .blog-content .blog-meta li a i {
	margin-right: 4px;
	font-size: 14px
}

.single-blog-2 .blog-content .blog-meta li a:hover {
	color: #d6c49f
}

.single-blog-2 .blog-content p {
	font-size: 14px;
	margin-top: 15px
}

.single-blog-2 .blog-content .blog-meta-2 {
	padding-top: 20px
}

.single-blog-2 .blog-content .blog-meta-2 li {
	display: inline-block;
	position: relative
}

.single-blog-2 .blog-content .blog-meta-2 li+li {
	margin-left: 10px
}

.single-blog-2 .blog-content .blog-meta-2 li a {
	font-size: 12px;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog-2 .blog-content .blog-meta-2 li a span {
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog-2 .blog-content .blog-meta-2 li a i {
	margin-right: 4px
}

.single-blog-2 .blog-content .blog-meta-2 li a:hover {
	color: #d6c49f
}

.single-blog-2 .blog-content .blog-meta-2 li a:hover span {
	color: #d6c49f
}

.single-blog-2 .blog-content .blog-meta-2 li .social {
	position: absolute;
	bottom: 100%;
	background: #fff;
	padding: 8px;
	box-shadow: 0 2px 12px rgba(35, 35, 36, .176);
	transition: all 250ms ease-out;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	left: 0;
	margin-left: -10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-blog-2 .blog-content .blog-meta-2 li .social li+li {
	margin-left: 5px
}

.single-blog-2 .blog-content .blog-meta-2 li .social li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #fff
}

.single-blog-2 .blog-content .blog-meta-2 li .social li a.facebook {
	background-color: #5678bf
}

.single-blog-2 .blog-content .blog-meta-2 li .social li a.twitter {
	background-color: #73c2fd
}

.single-blog-2 .blog-content .blog-meta-2 li .social li a.linkedin {
	background-color: #007bb6
}

.single-blog-2 .blog-content .blog-meta-2 li .social li a.pinterest {
	background-color: #c32026
}

.single-blog-2 .blog-content .blog-meta-2 li:hover .social {
	opacity: 1;
	visibility: visible
}

.brand-logo-area {
	border-top: 1px solid #ebebeb
}

.brand-row {
	margin-left: -15px;
	margin-right: -15px
}

.brand-row .brand-col {
	padding-left: 15px;
	padding-right: 15px;
	width: 20%!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.brand-row .brand-col {
		max-width: 33.33%
	}
}

@media (max-width:767px) {
	.brand-row .brand-col {
		max-width: 50%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.brand-row .brand-col {
		max-width: 33.33%
	}
}

.single-brand {
	text-align: center
}

.single-brand img {
	opacity: .6;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	display: inline-block
}

.single-brand:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.brand-2-active .slick-active,
.brand-active .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.brand-2-active .slick-dots,
.brand-active .slick-dots {
	text-align: center;
	margin-top: 16px
}

.brand-2-active .slick-dots li,
.brand-active .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.brand-2-active .slick-dots li button,
.brand-active .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.brand-2-active .slick-dots li.slick-active,
.brand-active .slick-dots li.slick-active {
	margin-top: -1px
}

.brand-2-active .slick-dots li.slick-active button,
.brand-active .slick-dots li.slick-active button {
	background-color: #232324;
	width: 7px;
	height: 7px
}

.single-brand-2 {
	text-align: center
}

.single-brand-2 img {
	display: inline-block
}

.single-brand-3 {
	text-align: center
}

.single-brand-3 img {
	opacity: .6;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	display: inline-block
}

.single-brand-3:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.footer-area {
	background-color: #232324
}

@media only screen and (min-width:1400px) {
	.footer-container {
		max-width: 1420px
	}
}

.footer-widget .footer-title {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}

.footer-logo-copyright p {
	font-size: 10px;
	color: rgba(255, 255, 255, .6);
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 15px
}

.footer-logo-copyright p a {
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-logo-copyright p a:hover {
	color: #ef5619
}

.footer-menu .menu li {
	display: inline-block;
	margin: 0 10px
}

@media (max-width:767px) {
	.footer-menu .menu li {
		display: block;
		margin-top: 10px
	}
}

.footer-menu .menu li a {
	font-size: 12px;
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-menu .menu li a:hover {
	color: #fff
}

.footer-social .social li {
	display: inline-block;
	margin: 0 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-social .social li {
		margin: 0 10px
	}
}

.footer-social .social li:first-child {
	margin-left: 0
}

.footer-social .social li:last-child {
	margin-right: 0
}

.footer-social .social li a {
	font-size: 16px;
	color: rgba(255, 255, 255, .6);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-social .social li a:hover {
	color: #fff
}

.footer-link-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.footer-link {
	width: 33.33%
}

@media (max-width:767px) {
	.footer-link {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-link {
		width: 33.33%
	}
}

.footer-link .link {
	padding-top: 10px
}

.footer-link .link li {
	margin: 5px 0 5px 0;
}

.footer-link .link li a {
	font-size: 10px;
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	letter-spacing: 1px;
}

.footer-link .link li a:hover {
	color: #fff
}

.footer-map #contact-map {
	width: 100%;
	height: 180px
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	z-index: 99;
	text-align: center;
	display: none;
	-webkit-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	-moz-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	color: #fff;
	background-color: #232324
}

.back-to-top:hover {
	color: #fff;
	background-color: #ef5619
}

.video-area {
	padding-top: 170px;
	padding-bottom: 170px
}

.video-area.video-2 {
	padding-top: 250px;
	padding-bottom: 250px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.video-area.video-2 {
		padding-top: 150px;
		padding-bottom: 150px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.video-area.video-2 {
		padding-top: 150px;
		padding-bottom: 150px
	}
}

@media (max-width:767px) {
	.video-area.video-2 {
		padding-top: 150px;
		padding-bottom: 150px
	}
}

.video-play .play {
	width: 66px;
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #232324;
	background-color: #fff;
	text-align: center;
	border-radius: 50%
}

.newsletter-area {
	background-color: #f7f7f7
}

.newsletter-bg {
	background-color: #7e8ce2;
	background-image: -webkit-linear-gradient(250deg, #f54a5f 0, #7e8ce2 100%);
	background-image: -ms-linear-gradient(250deg, #f54a5f 0, #7e8ce2 100%);
	background-image: -moz-linear-gradient(250deg, #f54a5f 0, #7e8ce2 100%);
	background-image: linear-gradient(250deg, #f54a5f 0, #7e8ce2 100%)
}

.newsletter-bg-2 {
	background-size: auto;
	background-position: 0 center;
	background-repeat: repeat
}

.newsletter-content .title {
	font-size: 24px;
	color: #232324;
	font-family: Prata, serif;
	font-weight: 400
}

.newsletter-content.content-2 .title {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 700
}

.newsletter-form {
	position: relative
}

.newsletter-form input {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	border-radius: 50px;
	border: 0;
	padding-right: 155px
}

@media (max-width:767px) {
	.newsletter-form input {
		height: 50px;
		padding: 0 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.newsletter-form input {
		padding-right: 155px
	}
}

.newsletter-form .main-btn {
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50px;
	padding: 0 32px
}

@media (max-width:767px) {
	.newsletter-form .main-btn {
		height: 50px;
		position: relative;
		margin-top: 10px;
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.newsletter-form .main-btn {
		height: 50px;
		position: absolute;
		margin-top: 0;
		width: auto
	}
}

.newsletter-area-2 {
	overflow: hidden
}

.newsletter-row {
	max-width: 830px;
	margin: 0 auto;
	padding: 0 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-row {
		max-width: 600px;
		padding: 0 30px
	}
}

@media (max-width:767px) {
	.newsletter-row {
		padding: 0 15px
	}
}

.newsletter-content-2 .title {
	font-size: 48px;
	color: #232324;
	font-family: Prata, serif;
	font-weight: 400
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-content-2 .title {
		font-size: 32px
	}
}

@media (max-width:767px) {
	.newsletter-content-2 .title {
		font-size: 24px
	}
}

.newsletter-content-2 p {
	font-size: 14px;
	margin-top: 20px;
	color: #232324
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-content-2 p {
		font-size: 12px
	}
}

@media (max-width:767px) {
	.newsletter-content-2 p {
		font-size: 12px
	}
	.newsletter-content-2 p br {
		display: none
	}
}

.newsletter-form-2 {
	position: relative;
	margin-top: 45px
}

.newsletter-form-2 input {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	border-radius: 50px;
	border: 0
}

@media (max-width:767px) {
	.newsletter-form-2 input {
		height: 50px;
		padding: 0 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.newsletter-form-2 input {
		padding-right: 155px
	}
}

.newsletter-form-2 .main-btn {
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50px;
	padding: 0 32px
}

@media (max-width:767px) {
	.newsletter-form-2 .main-btn {
		height: 50px;
		position: relative;
		margin-top: 10px;
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.newsletter-form-2 .main-btn {
		height: 50px;
		position: absolute;
		margin-top: 0;
		width: auto
	}
}

.Shop-banner-area {
	overflow: hidden
}

.Shop-banner-area .Shop-banner-wrapper {
	margin-left: -5px;
	margin-right: -5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.Shop-banner-area .Shop-banner-wrapper .Shop-banner-col {
	padding: 0 5px;
	width: 50%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.Shop-banner-area .Shop-banner-wrapper .Shop-banner-col {
		width: 100%
	}
}

@media (max-width:767px) {
	.Shop-banner-area .Shop-banner-wrapper .Shop-banner-col {
		width: 100%
	}
}

.Shop-banner-area .Shop-banner-wrapper .Shop-banner-col-full {
	padding: 0 5px;
	width: 100%
}

.single-Shop-banner {
	margin-top: 10px;
	height: 580px;
	position: relative;
	background-color: #f5f5f5
}

.single-Shop-banner.Shop-banner-bg {
	background-color: #e6e6e4
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-Shop-banner {
		height: 380px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-Shop-banner {
		height: 380px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-Shop-banner {
		width: 100%;
		height: 320px
	}
}

@media (max-width:767px) {
	.single-Shop-banner {
		width: 100%;
		height: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-Shop-banner {
		width: 100%;
		height: 350px
	}
}

.single-Shop-banner .Shop-banner-content {
	width: 60%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.single-Shop-banner .Shop-banner-content {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-Shop-banner .Shop-banner-content {
		width: 50%
	}
}

.single-Shop-banner .Shop-banner-content .content {
	max-width: 520px;
	width: 100%;
	margin-left: auto;
	padding: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-Shop-banner .Shop-banner-content .content {
		max-width: 420px
	}
}

.single-Shop-banner .Shop-banner-content .content .title a {
	font-size: 24px;
	font-weight: 700;
	color: #232324
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-Shop-banner .Shop-banner-content .content .title a {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.single-Shop-banner .Shop-banner-content .content .title a {
		font-size: 20px
	}
}

.single-Shop-banner .Shop-banner-content .content .price {
	display: block;
	margin-top: 15px;
	font-size: 24px;
	font-weight: 400;
	color: #232324
}

.single-Shop-banner .Shop-banner-content .content .main-btn {
	background-color: transparent;
	color: #232324;
	border: 3px solid rgba(35, 35, 36, .2);
	height: 54px;
	line-height: 48px;
	padding: 0 40px;
	margin-top: 45px
}

@media (max-width:767px) {
	.single-Shop-banner .Shop-banner-content .content .main-btn {
		height: 45px;
		line-height: 41px;
		padding: 0 30px;
		margin-top: 35px
	}
}

.single-Shop-banner .Shop-banner-content .content .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

.single-Shop-banner .Shop-banner-image {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

@media (max-width:767px) {
	.single-Shop-banner .Shop-banner-image {
		width: 100%;
		position: relative;
		height: 250px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-Shop-banner .Shop-banner-image {
		width: 50%;
		position: absolute;
		height: 100%
	}
}

.single-Shop-banner.Shop-banner-2 .Shop-banner-content {
	width: 50%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto
}

@media (max-width:767px) {
	.single-Shop-banner.Shop-banner-2 .Shop-banner-content {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-Shop-banner.Shop-banner-2 .Shop-banner-content {
		width: 50%
	}
}

.single-Shop-banner.Shop-banner-2 .Shop-banner-image {
	right: auto;
	left: 90px;
	top: auto;
	bottom: 0;
	height: 90%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-Shop-banner.Shop-banner-2 .Shop-banner-image {
		left: 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-Shop-banner.Shop-banner-2 .Shop-banner-image {
		left: 30px
	}
}

@media (max-width:767px) {
	.single-Shop-banner.Shop-banner-2 .Shop-banner-image {
		left: 0;
		height: 250px
	}
}

.single-Shop-banner-3 {
	margin-top: 10px;
	height: 650px;
	position: relative;
	background-color: #f5f5f5
}

@media only screen and (min-width:1400px) {
	.single-Shop-banner-3 {
		height: 880px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-Shop-banner-3 {
		height: 600px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-Shop-banner-3 {
		height: 450px
	}
}

@media (max-width:767px) {
	.single-Shop-banner-3 {
		height: auto
	}
}

.single-Shop-banner-3 .Shop-banner-content {
	padding: 50px;
	width: 50%;
	height: 100%;
	display: table;
	margin-left: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-Shop-banner-3 .Shop-banner-content {
		padding: 30px 20px
	}
}

@media (max-width:767px) {
	.single-Shop-banner-3 .Shop-banner-content {
		padding: 50px 30px;
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-Shop-banner-3 .Shop-banner-content {
		padding: 50px 30px;
		width: 50%
	}
}

.single-Shop-banner-3 .Shop-banner-content .content {
	display: table-cell;
	vertical-align: middle
}

.single-Shop-banner-3 .Shop-banner-content .content .text {
	font-size: 200px;
	line-height: 130px;
	font-weight: 700;
	color: #232324;
	position: relative;
	z-index: 3
}

@media only screen and (min-width:1400px) {
	.single-Shop-banner-3 .Shop-banner-content .content .text {
		font-size: 250px;
		line-height: 160px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-Shop-banner-3 .Shop-banner-content .content .text {
		font-size: 150px;
		line-height: 120px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-Shop-banner-3 .Shop-banner-content .content .text {
		font-size: 100px;
		line-height: 80px
	}
}

@media (max-width:767px) {
	.single-Shop-banner-3 .Shop-banner-content .content .text {
		font-size: 82px;
		line-height: 65px
	}
}

.single-Shop-banner-3 .Shop-banner-content .content .text.text-2 {
	color: #ef5619;
	z-index: 2
}

.single-Shop-banner-3 .Shop-banner-content .content .main-btn {
	background-color: transparent;
	color: #232324;
	border: 3px solid rgba(35, 35, 36, .2);
	height: 54px;
	line-height: 48px;
	padding: 0 40px;
	margin-top: 45px;
	position: relative;
	z-index: 9
}

@media (max-width:767px) {
	.single-Shop-banner-3 .Shop-banner-content .content .main-btn {
		height: 45px;
		line-height: 41px;
		width: auto;
		margin-top: 35px
	}
}

.single-Shop-banner-3 .Shop-banner-content .content .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

.single-Shop-banner-3 .Shop-banner-image {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-Shop-banner-3 .Shop-banner-image {
		width: 50%
	}
}

@media (max-width:767px) {
	.single-Shop-banner-3 .Shop-banner-image {
		width: 100%;
		position: relative;
		height: 250px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-Shop-banner-3 .Shop-banner-image {
		width: 50%;
		position: absolute;
		height: 100%
	}
}

.shop-banner-4 {
	overflow: hidden;
	padding-top: 40px
}

@media only screen and (min-width:1400px) {
	.shop-banner-4 .row {
		margin-left: -35px;
		margin-right: -35px
	}
}

@media only screen and (min-width:1400px) {
	.shop-banner-4 .row .shop-col {
		padding-left: 35px;
		padding-right: 35px
	}
}

.single-shop-banner {
	position: relative;
	overflow: hidden
}

.single-shop-banner a {
	display: block
}

.single-shop-banner img {
	width: 100%;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-ms-transition: all .7s linear;
	-o-transition: all .7s linear;
	transition: all .7s linear
}

.single-shop-banner .Shop-banner-content-4 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 30px 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-shop-banner .Shop-banner-content-4 {
		padding: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-shop-banner .Shop-banner-content-4 {
		padding: 15px
	}
}

@media (max-width:767px) {
	.single-shop-banner .Shop-banner-content-4 {
		padding: 20px
	}
}

.single-shop-banner .Shop-banner-content-4 p {
	font-size: 12px;
	color: #232324;
	font-weight: 700;
	text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-shop-banner .Shop-banner-content-4 p {
		font-size: 10px;
		line-height: 16px
	}
}

.single-shop-banner .Shop-banner-content-4 .title {
	font-size: 72px;
	line-height: 72px;
	color: #232324;
	font-weight: 700;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-shop-banner .Shop-banner-content-4 .title {
		font-size: 48px;
		line-height: 42px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-shop-banner .Shop-banner-content-4 .title {
		font-size: 30px;
		line-height: 30px
	}
}

@media (max-width:767px) {
	.single-shop-banner .Shop-banner-content-4 .title {
		font-size: 40px;
		line-height: 38px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-shop-banner .Shop-banner-content-4 .title {
		font-size: 48px;
		line-height: 55px
	}
}

.single-shop-banner .Shop-banner-content-4 .shop-btn {
	font-size: 12px;
	color: #232324;
	font-weight: 700;
	margin-top: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-shop-banner .Shop-banner-content-4 .shop-btn {
		margin-top: 5px
	}
}

.single-shop-banner .Shop-banner-content-4 .shop-btn i {
	margin-left: 10px
}

.single-shop-banner:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.Shop-banner-5 {
	padding-top: 155px;
	padding-bottom: 230px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.Shop-banner-5 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.Shop-banner-5 {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.Shop-banner-5 {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

.Shop-banner-content-5 {
	max-width: 650px
}

.Shop-banner-content-5 .banner-heading {
	position: relative
}

.Shop-banner-content-5 .banner-heading .custom-heading {
	font-size: 150px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 120px;
	display: inline-block;
	left: -34px;
	position: relative;
	color: #fabb98;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.Shop-banner-content-5 .banner-heading .custom-heading {
		font-size: 110px;
		line-height: 90px;
		left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.Shop-banner-content-5 .banner-heading .custom-heading {
		font-size: 110px;
		line-height: 85px;
		left: 0
	}
}

@media (max-width:767px) {
	.Shop-banner-content-5 .banner-heading .custom-heading {
		font-size: 66px;
		line-height: 60px;
		left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.Shop-banner-content-5 .banner-heading .custom-heading {
		font-size: 80px;
		line-height: 75px;
		left: 0
	}
}

.Shop-banner-content-5 .banner-heading .title {
	font-size: 24px;
	color: #232324;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.Shop-banner-content-5 .banner-heading .title {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.Shop-banner-content-5 .banner-heading .title {
		font-size: 22px
	}
}

.Shop-banner-content-5 p {
	font-size: 14px;
	color: #232324
}

.Shop-banner-content-5 .shop-btn {
	font-size: 14px;
	color: #232324;
	font-weight: 700;
	margin-top: 35px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.Shop-banner-content-5 .shop-btn i {
	margin-left: 8px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.Shop-banner-content-5 .shop-btn:hover {
	color: #ef5619
}

.Shop-banner-6-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.Shop-banner-6-wrapper .single-banner-6 {
	position: relative;
	overflow: hidden;
	width: 50%
}

@media (max-width:767px) {
	.Shop-banner-6-wrapper .single-banner-6 {
		width: 100%
	}
}

.Shop-banner-6-wrapper .single-banner-6 img {
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 30px 48px;
	margin: 0 auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 {
		padding: 25px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 {
		padding: 15px
	}
}

@media (max-width:767px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 {
		padding: 20px
	}
}

.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 p {
	font-size: 12px;
	color: #232324;
	font-weight: 700;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 p {
		font-size: 12px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 p {
		font-size: 12px;
		line-height: 16px
	}
}

.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 .title {
	font-size: 72px;
	line-height: 72px;
	color: #232324;
	font-weight: 700;
	margin-top: 10px;
	letter-spacing: -2px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 .title {
		font-size: 60px;
		line-height: 55px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 .title {
		font-size: 30px;
		line-height: 30px
	}
}

@media (max-width:767px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 .title {
		font-size: 40px;
		line-height: 38px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 .title {
		font-size: 72px;
		line-height: 72px
	}
}

.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 .shop-btn {
	font-size: 12px;
	color: #232324;
	font-weight: 700;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 .shop-btn i {
	margin-left: 8px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.Shop-banner-6-wrapper .single-banner-6 .Shop-banner-content-6 .shop-btn:hover {
	color: #ef5619
}

.Shop-banner-6-wrapper .single-banner-6:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.shop-banner-area-6 {
	height: 100vh
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-banner-content-6 {
		text-align: center
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-banner-content-6 {
		text-align: center
	}
}

@media (max-width:767px) {
	.shop-banner-content-6 {
		text-align: center
	}
}

.shop-banner-content-6 .heading {
	display: inline-block
}

.shop-banner-content-6 .heading .title {
	text-shadow: 0 0 38px rgba(41, 44, 58, .09);
	font-size: 250px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -15px;
	text-align: center;
	line-height: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.shop-banner-content-6 .heading .title {
		font-size: 160px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-banner-content-6 .heading .title {
		font-size: 150px;
		letter-spacing: -5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-banner-content-6 .heading .title {
		font-size: 140px;
		letter-spacing: 0
	}
}

@media (max-width:767px) {
	.shop-banner-content-6 .heading .title {
		font-size: 70px;
		letter-spacing: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-banner-content-6 .heading .title {
		font-size: 100px
	}
}

.shop-banner-content-6 .banner-btn .main-btn {
	padding: 0 53px;
	text-transform: capitalize;
	border: 2px solid rgba(35, 35, 36, .2);
	height: 54px;
	line-height: 50px;
	background-color: transparent;
	color: #232324
}

.shop-banner-content-6 .banner-btn .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

@media (max-width:767px) {
	.shop-banner-content-6 .banner-btn .main-btn {
		height: 40px;
		line-height: 36px;
		padding: 0 30px
	}
}

.banner-section-1 .shop-banner-content-6 .banner-btn {
	margin-top: 30px;
	margin-left: 2%
}

.banner-section-2 .shop-banner-content-6 {
	padding-top: 20px
}

.banner-section-2 .shop-banner-content-6 .heading .title.heading-2 {
	text-align: right
}

.banner-section-2 .shop-banner-content-6 .banner-btn {
	margin-top: 50px;
	margin-left: 70px
}

.banner-section-3 .shop-banner-content-6 {
	margin-left: 40%
}

@media (max-width:767px) {
	.banner-section-3 .shop-banner-content-6 {
		text-align: left;
		margin-left: 20%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-section-3 .shop-banner-content-6 {
		margin-left: 40%
	}
}

.banner-section-3 .shop-banner-content-6 .banner-btn {
	margin-top: 30px
}

.banner-section-4 .shop-banner-content-6 {
	margin-left: 15%
}

@media (max-width:767px) {
	.banner-section-4 .shop-banner-content-6 {
		text-align: left;
		margin-left: 5%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-section-4 .shop-banner-content-6 {
		margin-left: 15%
	}
}

.banner-section-4 .shop-banner-content-6 .banner-btn {
	margin-top: 30px
}

.shop-banner-wrapper-7 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.shop-banner-wrapper-7 .single-shop-banner-7 {
	position: relative;
	width: 33.33%;
	overflow: hidden
}

@media (max-width:767px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 {
		width: 100%
	}
}

.shop-banner-wrapper-7 .single-shop-banner-7 a {
	display: block
}

.shop-banner-wrapper-7 .single-shop-banner-7 a img {
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px 65px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 {
		padding: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 {
		padding: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 {
		padding: 20px
	}
}

@media (max-width:767px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 {
		padding: 20px
	}
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .sub-title {
	font-size: 24px;
	line-height: 30px;
	color: #1f736c;
	font-weight: 700;
	letter-spacing: -1px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .sub-title {
		font-size: 20px;
		line-height: 26px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .sub-title {
		font-size: 20px;
		line-height: 26px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .sub-title {
		font-size: 20px;
		line-height: 26px
	}
}

@media (max-width:767px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .sub-title {
		font-size: 20px;
		line-height: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .sub-title {
		font-size: 24px;
		line-height: 30px
	}
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-title {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #1f736c;
	letter-spacing: -2px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-title {
		font-size: 40px;
		line-height: 45px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-title {
		font-size: 40px;
		line-height: 45px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-title {
		font-size: 36px;
		line-height: 42px
	}
}

@media (max-width:767px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-title {
		font-size: 36px;
		line-height: 42px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-title {
		font-size: 60px;
		line-height: 60px
	}
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-btn {
	display: inline-block;
	padding: 0 50px;
	border: 2px solid rgba(35, 35, 36, .3);
	color: #232324;
	height: 60px;
	line-height: 56px;
	color: #232324;
	background-color: transparent;
	margin-top: 30px;
	text-transform: capitalize;
	font-size: 13px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-btn {
		margin-top: 20px;
		height: 40px;
		line-height: 36px;
		padding: 0 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-btn {
		margin-top: 20px;
		height: 40px;
		line-height: 36px;
		padding: 0 20px
	}
}

@media (max-width:767px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-btn {
		margin-top: 20px;
		height: 40px;
		line-height: 36px;
		padding: 0 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-btn {
		margin-top: 30px;
		height: 50px;
		line-height: 46px;
		padding: 0 50px
	}
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7 .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7.content-color-2 .sub-title {
	color: #345a75
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7.content-color-2 .main-title {
	color: #345a75
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7.content-color-3 .sub-title {
	color: #70422c
}

.shop-banner-wrapper-7 .single-shop-banner-7 .banner-content-7.content-color-3 .main-title {
	color: #70422c
}

.shop-banner-wrapper-7 .single-shop-banner-7:hover a img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}

.shop-banner-area-8 {
	overflow: hidden
}

.shop-banner-wrapper-8 {
	padding: 0 10px
}

.shop-banner-wrapper-8 .row {
	margin-left: -10px;
	margin-right: -10px
}

.shop-banner-wrapper-8 .shop-col {
	padding-left: 10px;
	padding-right: 10px
}

.single-shop-banner-8 {
	position: relative
}

.single-shop-banner-8 .banner-8-image {
	overflow: hidden
}

.single-shop-banner-8 .banner-8-image img {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 100%
}

.single-shop-banner-8:hover .banner-8-image {
	overflow: hidden
}

.single-shop-banner-8:hover .banner-8-image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.single-shop-banner-8 .banner-content-8 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 25px 45px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-shop-banner-8 .banner-content-8 {
		padding: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-shop-banner-8 .banner-content-8 {
		padding: 20px
	}
}

@media (max-width:767px) {
	.single-shop-banner-8 .banner-content-8 {
		padding: 20px
	}
}

.single-shop-banner-8 .banner-content-8 .sub-title {
	font-size: 24px;
	color: #fff;
	font-weight: 700
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-shop-banner-8 .banner-content-8 .sub-title {
		font-size: 18px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-shop-banner-8 .banner-content-8 .sub-title {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.single-shop-banner-8 .banner-content-8 .sub-title {
		font-size: 16px
	}
}

.single-shop-banner-8 .banner-content-8 .main-tilte {
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -3px;
	color: #fff;
	font-weight: 700;
	margin-top: 10px;
	position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-shop-banner-8 .banner-content-8 .main-tilte {
		font-size: 36px;
		line-height: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-shop-banner-8 .banner-content-8 .main-tilte {
		font-size: 30px;
		line-height: 35px;
		letter-spacing: 0
	}
}

@media (max-width:767px) {
	.single-shop-banner-8 .banner-content-8 .main-tilte {
		font-size: 30px;
		line-height: 35px;
		letter-spacing: 0
	}
}

.single-shop-banner-8 .banner-content-8 .main-btn {
	margin-top: 10px;
	text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-shop-banner-8 .banner-content-8 .main-btn {
		height: 40px;
		font-size: 12px;
		line-height: 40px;
		padding: 0 15px
	}
}

@media (max-width:767px) {
	.single-shop-banner-8 .banner-content-8 .main-btn {
		height: 40px;
		font-size: 12px;
		line-height: 40px;
		padding: 0 15px
	}
}

.single-shop-banner-8 .banner-content-8.content-style-2 .sub-title {
	color: #8a8a8a
}

.single-shop-banner-8 .banner-content-8.content-style-2 .main-tilte {
	color: #232324
}

.single-shop-banner-8 .banner-content-8.content-style-3 {
	padding: 50px 90px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 {
		padding: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 {
		padding: 30px
	}
}

@media (max-width:767px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 {
		padding: 30px
	}
}

.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte {
	color: #232324;
	text-transform: uppercase;
	font-size: 180px;
	line-height: 160px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte {
		font-size: 120px;
		line-height: 110px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte {
		font-size: 90px;
		line-height: 100px
	}
}

@media (max-width:767px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte {
		font-size: 40px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte {
		font-size: 100px;
		line-height: 90px
	}
}

.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte::before {
	position: absolute;
	content: '';
	background-image: url(../images/m13-b-4-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 140px;
	height: 140px;
	background-position: 0 0;
	top: 18%;
	left: 32%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte::before {
		width: 100px;
		height: 100px
	}
}

@media (max-width:767px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte::before {
		width: 60px;
		height: 60px;
		top: 10%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-tilte::before {
		width: 80px;
		height: 80px
	}
}

.single-shop-banner-8 .banner-content-8.content-style-3 .main-btn {
	padding: 0 50px;
	height: 60px;
	line-height: 60px;
	margin-left: 10px;
	margin-top: 20px
}

@media (max-width:767px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-btn {
		padding: 0 30px;
		height: 45px;
		line-height: 45px;
		margin-left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-shop-banner-8 .banner-content-8.content-style-3 .main-btn {
		margin-left: 5px
	}
}

.single-shop-banner-9 {
	overflow: hidden;
	position: relative;
	border-radius: 10px
}

.single-shop-banner-9 .shop-banner-image {
	overflow: hidden
}

.single-shop-banner-9 .shop-banner-image img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.single-shop-banner-9 .shop-banner-image img {
		height: 220px;
		object-fit: cover;
		object-position: center
	}
}

.single-shop-banner-9 .shop-banner-content {
	padding: 30px 45px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.single-shop-banner-9 .shop-banner-content {
		padding: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-shop-banner-9 .shop-banner-content {
		padding: 30px 45px
	}
}

.single-shop-banner-9 .shop-banner-content .sub-title {
	font-size: 14px;
	line-height: 1.7;
	color: #232324;
	font-weight: 500
}

.single-shop-banner-9 .shop-banner-content .title {
	font-size: 46px;
	line-height: 50px;
	color: #232324;
	font-weight: 400;
	font-family: Satisfy, cursive
}

@media (max-width:767px) {
	.single-shop-banner-9 .shop-banner-content .title {
		font-size: 28px
	}
}

.single-shop-banner-9 .shop-banner-content .main-btn {
	height: 40px;
	font-size: 10px;
	padding: 0 20px;
	margin-top: 10px;
	line-height: 40px;
	letter-spacing: 1px
}

@media (max-width:767px) {
	.single-shop-banner-9 .shop-banner-content .main-btn {
		margin-top: 0;
		height: 35px;
		line-height: 35px
	}
}

.single-shop-banner-9 .shop-banner-content.content-2 .sub-title {
	color: #fff
}

.single-shop-banner-9 .shop-banner-content.content-2 .title {
	color: #fff
}

.single-shop-banner-9:hover .shop-banner-image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.menu-sidebar {
	position: absolute!important;
	width: 300px;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 9
}

@media only screen and (min-width:1400px) {
	.menu-sidebar {
		width: 370px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.menu-sidebar {
		width: 280px
	}
}

.menu-sidebar .menu-sidebar-wrapper {
	padding: 100px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.menu-sidebar .menu-sidebar-wrapper {
		padding: 50px 30px
	}
}

.menu-sidebar .inner-wrapper-sticky {
	width: 100%
}

.sidebar-meta {
	padding-top: 80px
}

.sidebar-meta .meta li {
	display: inline-block;
	margin: 0 5px
}

.sidebar-meta .meta li a {
	font-size: 16px;
	color: #232324;
	position: relative;
	padding: 8px
}

.sidebar-meta .meta li a span {
	height: 15px;
	line-height: 15px;
	text-align: center;
	background-color: #ef5619;
	color: #fff;
	display: block;
	font-size: 12px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 4px
}

.sidebar-meta .meta li a.menu-toggle,
.sidebar-meta .meta li a.sidebar-toggle {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #232324;
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-size: 24px;
	padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.sidebar-meta .meta li a.menu-toggle,
	.sidebar-meta .meta li a.sidebar-toggle {
		display: none
	}
}

@media (max-width:767px) {
	.sidebar-meta .meta li a.menu-toggle,
	.sidebar-meta .meta li a.sidebar-toggle {
		display: none
	}
}

.sidebar-meta .meta li .account-dropdown {
	position: relative
}

.sidebar-meta .meta li .account-dropdown .dropdown-account {
	position: absolute;
	width: 200px;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	-webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 2px rgba(0, 0, 0, .1);
	padding: 10px;
	z-index: 9;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.sidebar-meta .meta li .account-dropdown .dropdown-account li a {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	color: #232324;
	padding: 10px 30px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.sidebar-meta .meta li .account-dropdown .dropdown-account li:hover a {
	color: #ef5619
}

.sidebar-meta .meta li .account-dropdown:hover .dropdown-account {
	opacity: 1;
	visibility: visible
}

.sidebar-menu-wrapper {
	padding-top: 35px
}

.sidebar-menu-wrapper .main-menu>li {
	position: relative;
	margin: 15px 0
}

.sidebar-menu-wrapper .main-menu>li>a {
	font-size: 13px;
	line-height: 30px;
	color: #232324;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 0;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1
}

.sidebar-menu-wrapper .main-menu>li.active>a,
.sidebar-menu-wrapper .main-menu>li:hover>a {
	color: #ef5619
}

.sidebar-menu-wrapper .main-menu>li span {
	font-size: 8px;
	color: #fff;
	background-color: #d8242b;
	padding: 1px 5px;
	text-transform: uppercase;
	font-weight: 400;
	position: absolute;
	top: -10px;
	right: 30%;
	z-index: 2
}

.sidebar-menu-wrapper .main-menu>li span::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #d8242b;
	bottom: -3px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%) rotate(135deg);
	-moz-transform: translateX(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) rotate(135deg);
	-o-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg)
}

.sidebar-menu-wrapper .main-menu>li .sub-menu {
	position: absolute;
	top: 20px;
	left: 100%;
	width: 240px;
	background-color: #fff;
	padding: 30px 0;
	-webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	-moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	text-align: left;
	margin-left: 30px
}

.sidebar-menu-wrapper .main-menu>li .sub-menu li {
	position: relative
}

.sidebar-menu-wrapper .main-menu>li .sub-menu li a {
	padding: 12px 50px;
	color: #8a8a8a;
	display: block;
	font-size: 14px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative
}

.sidebar-menu-wrapper .main-menu>li .sub-menu li a i {
	font-size: 13px;
	float: right;
	display: block;
	padding: 7px 0
}

.sidebar-menu-wrapper .main-menu>li .sub-menu li.active>a,
.sidebar-menu-wrapper .main-menu>li .sub-menu li:hover>a {
	opacity: 1;
	color: #232324;
	text-decoration: underline
}

.sidebar-menu-wrapper .main-menu>li .sub-menu li .sub-menu {
	top: 0;
	left: 90%;
	margin-left: 0
}

.sidebar-menu-wrapper .main-menu>li .sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	left: 100%
}

.sidebar-menu-wrapper .main-menu>li .sub-mega-menu {
	width: 880px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

@media only screen and (min-width:1400px) {
	.sidebar-menu-wrapper .main-menu>li .sub-mega-menu {
		width: 1170px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-menu-wrapper .main-menu>li .sub-mega-menu {
		width: 700px
	}
}

.sidebar-menu-wrapper .main-menu>li .sub-mega-menu>li {
	width: 25%
}

.sidebar-menu-wrapper .main-menu>li .sub-mega-menu>li .menu-title {
	color: #232324;
	text-transform: uppercase;
	font-weight: 700
}

.sidebar-menu-wrapper .main-menu>li .sub-mega-menu>li .menu-image {
	padding: 0
}

.sidebar-menu-wrapper .main-menu>li .sub-mega-menu>li .menu-image img {
	width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-menu-wrapper .main-menu>li .sub-mega-menu>li a {
		padding: 12px 30px
	}
}

.sidebar-menu-wrapper .main-menu>li .sub-mega-menu>li:hover .sub-menu {
	left: 0
}

.sidebar-menu-wrapper .main-menu>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.sidebar-social {
	padding-top: 30px
}

.sidebar-social .social li {
	display: inline-block;
	margin: 0 15px
}

.sidebar-social .social li a {
	font-size: 12px;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.sidebar-social .social li a:hover {
	color: #fff
}

.sidebar-map {
	padding-top: 30px
}

.sidebar-map #contact-map {
	width: 100%;
	height: 285px
}

.testimonial-area {
	padding-top: 135px;
	padding-bottom: 75px
}

.single-testimonial p {
	font-size: 48px;
	line-height: 1.5;
	color: #fff;
	font-family: Prata, serif
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-testimonial p {
		font-size: 36px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-testimonial p {
		font-size: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-testimonial p {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.single-testimonial p {
		font-size: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-testimonial p {
		font-size: 24px
	}
}

.single-testimonial .testimonial-name {
	display: inline-block;
	background-color: #ea5f72;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #ea5f72 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #ea5f72 0, #fabb98 100%);
	margin-top: 30px;
	padding: 6px 25px
}

@media (max-width:767px) {
	.single-testimonial .testimonial-name {
		padding: 3px 18px
	}
}

.single-testimonial .testimonial-name span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #fff
}

@media (max-width:767px) {
	.single-testimonial .testimonial-name span {
		font-size: 12px
	}
}

.single-testimonial .testimonial-name span+span {
	padding-left: 5px
}

.single-testimonial .testimonial-name span+span::before {
	content: '\f111';
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 7px;
	line-height: 22px;
	position: relative;
	top: -2px;
	padding-right: 5px
}

.testimonial-active .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.testimonial-active .slick-dots {
	text-align: center;
	margin-top: 50px
}

.testimonial-active .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.testimonial-active .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(255, 255, 255, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.testimonial-active .slick-dots li.slick-active {
	margin-top: -1px
}

.testimonial-active .slick-dots li.slick-active button {
	background-color: #fff;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.testimonial-area-2 .slick-dots {
	margin-top: 10px
}

.testimonial-wrapper {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(left, #f9bb99 0, #94ddfe 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -ms-linear-gradient(left, #f9bb99 0, #94ddfe 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #f9bb99 0, #94ddfe 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(left, #f9bb99 0, #94ddfe 100%) repeat scroll 0 0;
	margin-top: 50px
}

.testimonial-row {
	padding: 0 15px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	top: -49px
}

.testimonial-row .testimonial-active {
	position: relative
}

.testimonial-content-2 img {
	border-radius: 50%;
	display: inline-block
}

.testimonial-content-2 p {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 40px;
	color: #fff
}

@media (max-width:767px) {
	.testimonial-content-2 p {
		font-size: 16px
	}
}

.testimonial-content-2 .name {
	font-size: 14px;
	color: #fff;
	position: relative;
	margin-top: 15px
}

.testimonial-content-2 .name::after,
.testimonial-content-2 .name::before {
	content: '-';
	font-size: 12px;
	color: #fff;
	margin: 0 5px
}

.single-testimonial-3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	padding: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-testimonial-3 {
		padding: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-testimonial-3 {
		padding: 30px
	}
}

@media (max-width:767px) {
	.single-testimonial-3 {
		padding: 20px
	}
}

.single-testimonial-3 .testimonial-author img {
	width: 64px;
	border-radius: 50%
}

.single-testimonial-3 .testimonial-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 30px
}

.single-testimonial-3 .testimonial-content p {
	font-size: 16px;
	line-height: 2;
	color: #232324;
	font-weight: 400
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-testimonial-3 .testimonial-content p {
		line-height: 1.4
	}
}

@media (max-width:767px) {
	.single-testimonial-3 .testimonial-content p {
		line-height: 1.4
	}
}

.single-testimonial-3 .testimonial-content .author-name {
	font-weight: 700;
	color: #232324;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 15px
}

.single-testimonial-3 .testimonial-content .rating {
	margin-top: 10px
}

.single-testimonial-3 .testimonial-content .rating li {
	display: inline-block;
	font-size: 12px;
	color: #f5b223
}

.testimonial-active-2 .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.testimonial-active-2 .slick-dots {
	text-align: center;
	margin-top: 16px
}

.testimonial-active-2 .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.testimonial-active-2 .slick-dots li button {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(255, 255, 255, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.testimonial-active-2 .slick-dots li.slick-active {
	margin-top: -1px
}

.testimonial-active-2 .slick-dots li.slick-active button {
	background-color: #fff;
	width: 9px;
	height: 9px
}

.testimonial-area-4 {
	background-size: auto;
	background-position: 0 center;
	background-repeat: repeat;
	position: relative;
	padding: 230px 0 200px;
	overflow: hidden;
	z-index: 5
}

@media (max-width:767px) {
	.testimonial-area-4 {
		padding: 100px 0
	}
}

.testimonial-area-4::after,
.testimonial-area-4::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 110%;
	height: 300px;
	left: -5%;
	border-radius: 100%;
	top: -170px;
	z-index: -1
}

@media (max-width:767px) {
	.testimonial-area-4::after,
	.testimonial-area-4::before {
		height: 120px;
		top: -80px
	}
}

.testimonial-area-4::after {
	top: auto;
	bottom: -200px
}

@media (max-width:767px) {
	.testimonial-area-4::after {
		bottom: -80px
	}
}

.testimonial-area-4 .slick-dots {
	margin-top: 10px;
	display: none!important
}

.testimonial-area-4 .testimonial-row {
	top: 0
}

.single-testimonial-5 img {
	border-radius: 50%;
	display: inline-block;
	width: 80px
}

.single-testimonial-5 p {
	font-size: 14px;
	line-height: 30px;
	color: #232324;
	font-family: Prata, serif;
	margin-top: 25px
}

.single-testimonial-5 .name {
	position: relative;
	font-size: 13px;
	color: #232324;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 400
}

.single-testimonial-5 .name::before {
	content: "";
	width: 50px;
	border-top-width: 1px;
	border-top-color: inherit;
	border-top-style: solid;
	display: block;
	margin: 0 auto;
	padding-bottom: 15px
}

.testimonial-active-3 .slick-active {
	-webkit-animation: slickZoomIn 1s;
	-moz-animation: slickZoomIn 1s;
	-o-animation: slickZoomIn 1s;
	animation: slickZoomIn 1s
}

.testimonial-active-3 .slick-dots {
	text-align: center;
	margin-top: 55px
}

.testimonial-active-3 .slick-dots li {
	display: inline-block;
	margin: 0 3px
}

.testimonial-active-3 .slick-dots li button {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(35, 35, 36, .5);
	font-size: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.testimonial-active-3 .slick-dots li.slick-active button {
	background-color: #d6c49f;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.testimonial-area-6 .testimonial-active-3 .slick-dots {
	display: none!important
}

.single-categories {
	position: relative;
	overflow: hidden
}

.single-categories .categories-image {
	overflow: hidden
}

.single-categories .categories-image a {
	display: block
}

.single-categories .categories-image a img {
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.single-categories .categories-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 10px 35px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-categories .categories-content .title {
	font-weight: 700;
	letter-spacing: .5px;
	font-size: 16px;
	color: #232324
}

.single-categories .categories-content .price {
	font-size: 24px;
	color: #9d9d9d;
	margin-top: 5px
}

.single-categories .categories-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	opacity: 0;
	visibility: hidden
}

.single-categories .categories-btn .categories {
	display: block;
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	font-size: 12px;
	color: #232324;
	font-weight: 700;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	padding: 25px 0
}

.single-categories .categories-btn .categories i {
	margin-left: 8px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-categories:hover .categories-image a img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.single-categories:hover .categories-btn {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.countdown-area {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f7f7f7
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.countdown-image {
		text-align: center
	}
}

.countdown-content .title {
	font-size: 36px;
	font-weight: 500;
	color: #232324;
	letter-spacing: -1px
}

@media (max-width:767px) {
	.countdown-content .title {
		font-size: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.countdown-content .title {
		font-size: 30px
	}
}

.countdown-content .price {
	font-size: 36px;
	font-weight: 400;
	color: #8a8a8a;
	letter-spacing: -1px;
	margin-top: 15px
}

@media (max-width:767px) {
	.countdown-content .price {
		font-size: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.countdown-content .price {
		font-size: 30px
	}
}

.countdown-content .countdown {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 45px
}

.countdown-content .countdown .single-countdown {
	width: 25%;
	position: relative
}

.countdown-content .countdown .single-countdown+.single-countdown::before {
	content: "";
	border-left: 2px solid;
	position: absolute;
	left: -1px;
	height: 20px;
	opacity: .5;
	width: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.countdown-content .countdown .single-countdown .count {
	font-size: 36px;
	font-weight: 400;
	color: #232324;
	letter-spacing: -1px;
	line-height: 1;
	display: block
}

@media (max-width:767px) {
	.countdown-content .countdown .single-countdown .count {
		font-size: 24px;
		line-height: 1.8
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.countdown-content .countdown .single-countdown .count {
		font-size: 28px;
		line-height: 1.8
	}
}

.countdown-content .countdown .single-countdown .value {
	font-size: 14px;
	font-family: Prata, serif;
	font-weight: 400;
	color: #8a8a8a;
	display: block;
	line-height: 1.4;
	font-style: italic
}

.countdown-content .main-btn {
	margin-top: 55px;
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	text-transform: capitalize
}

.countdown-content .main-btn:hover {
	background-color: #f5b324
}

.counter-area {
	padding-top: 100px;
	padding-bottom: 150px
}

.single-counter {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 50px
}

.single-counter .counter-icon {
	background-color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.single-counter .counter-content {
	padding-left: 20px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.single-counter .counter-content .count {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	font-weight: 400
}

.single-counter .counter-content p {
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	font-weight: 400
}

.instagram-wrappper {
	overflow: hidden
}

.why-choose-area {
	background-size: auto;
	background-position: 0 center;
	background-repeat: repeat;
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding-bottom: 220px
}

.why-choose-area::after,
.why-choose-area::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 110%;
	height: 300px;
	left: -5%;
	border-radius: 100%;
	top: -140px;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.why-choose-area::after,
	.why-choose-area::before {
		height: 180px;
		top: -80px
	}
}

@media (max-width:767px) {
	.why-choose-area::after,
	.why-choose-area::before {
		height: 120px;
		top: -80px
	}
}

.why-choose-area::after {
	top: auto;
	bottom: -200px
}

@media (max-width:767px) {
	.why-choose-area::after {
		bottom: -80px
	}
}

.why-choose-content {
	padding-top: 160px;
	max-width: 470px;
	margin-left: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.why-choose-content {
		padding-top: 40px
	}
}

@media (max-width:767px) {
	.why-choose-content {
		padding-top: 90px
	}
}

.why-choose-content .choose-title {
	font-size: 46px;
	font-weight: 400;
	font-family: Satisfy, cursive;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.why-choose-content .choose-title {
		font-size: 40px
	}
}

@media (max-width:767px) {
	.why-choose-content .choose-title {
		font-size: 30px
	}
}

.why-choose-content .choose-items {
	padding-top: 15px
}

.why-choose-content .choose-items .single-choose {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.why-choose-content .choose-items .single-choose .choose-icon img {
	width: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.why-choose-content .choose-items .single-choose .choose-icon img {
		width: 70px
	}
}

.why-choose-content .choose-items .single-choose .choose-content {
	padding-left: 20px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.why-choose-content .choose-items .single-choose .choose-content .title {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	font-family: Satisfy, cursive
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.why-choose-content .choose-items .single-choose .choose-content .title {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.why-choose-content .choose-items .single-choose .choose-content .title {
		font-size: 24px
	}
}

.single-choose-2 {
	background-size: cover;
	border-radius: 50%;
	padding: 0 0 100%;
	position: relative;
	background-color: #e7e3d9;
	transition: all .4s ease
}

.single-choose-2 .choose-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center
}

.single-choose-2 .choose-content .title {
	font-size: 24px;
	font-weight: 400;
	color: #232324;
	font-family: Prata, serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-choose-2 .choose-content .title {
		font-size: 20px
	}
}

.single-choose-2 .choose-content .more {
	font-size: 12px;
	color: #8a8a8a;
	margin-top: 15px
}

.single-choose-2 .choose-content .more i {
	font-size: 10px;
	margin-left: 5px
}

.single-choose-2.choose-bg-1 {
	background-image: url(../images/why-choose/m15-bg1.jpg)
}

.single-choose-2.choose-bg-1:hover {
	background-image: url(../images/why-choose/m15-bg1-hover.jpg)
}

.single-choose-2.choose-bg-2 {
	background-image: url(../images/why-choose/m15-bg2.jpg)
}

.single-choose-2.choose-bg-2:hover {
	background-image: url(../images/why-choose/m15-bg2-hover.jpg)
}

.single-choose-2.choose-bg-3 {
	background-image: url(../images/why-choose/m15-bg3.jpg)
}

.single-choose-2.choose-bg-3:hover {
	background-image: url(../images/why-choose/m15-bg3-hover.jpg)
}

.single-choose-2:hover .choose-content .title {
	color: #d6c49f
}

.single-choose-2:hover .choose-content .more {
	color: #fff
}

.offer-wrapper {
	position: relative;
	z-index: 7;
	-webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .1);
	-moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .1);
	box-shadow: 0 0 38px 0 rgba(41, 44, 58, .1);
	background: #fff;
	margin: -250px 0 0;
	border-radius: 10px;
	padding: 6%
}

@media (max-width:767px) {
	.offer-wrapper {
		padding: 8% 4%
	}
}

.offer-image {
	max-width: 420px
}

.offer-image img {
	width: 100%;
	border-radius: 10px
}

.offer-content .title a {
	font-size: 46px;
	font-weight: 400;
	color: #232324;
	font-family: Satisfy, cursive
}

@media (max-width:767px) {
	.offer-content .title a {
		font-size: 30px
	}
}

.offer-content p {
	margin-top: 25px;
	font-size: 14px
}

.offer-content .offer-countdown {
	background-color: #eede56;
	max-width: 350px;
	width: 100%;
	padding: 25px 20px;
	margin-top: 30px
}

.offer-content .offer-countdown .countdown {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.offer-content .offer-countdown .countdown .single-countdown {
	width: 25%;
	text-align: center
}

.offer-content .offer-countdown .countdown .single-countdown .count {
	display: block;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	color: #232324
}

.offer-content .offer-countdown .countdown .single-countdown .value {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #232324
}

.offer-content .offer-btn {
	margin-top: 20px
}

.offer-content .offer-btn .main-btn {
	display: inline-block;
	border: 3px solid rgba(35, 35, 36, .3);
	color: #232324;
	height: 60px;
	line-height: 54px;
	padding: 0 53px;
	color: #232324;
	background-color: transparent;
	text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.offer-content .offer-btn .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 30px
	}
}

@media (max-width:767px) {
	.offer-content .offer-btn .main-btn {
		height: 46px;
		line-height: 40px;
		padding: 0 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.offer-content .offer-btn .main-btn {
		height: 50px;
		line-height: 46px;
		padding: 0 30px
	}
}

.offer-content .offer-btn .main-btn:hover {
	background-color: #7bc933;
	border-color: #7bc933;
	color: #fff
}

.event-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.event-left {
	width: 50%;
	height: 675px
}

@media (max-width:767px) {
	.event-left {
		width: 100%;
		height: auto
	}
}

.event-left .event-content-wrapper {
	display: table;
	height: 100%
}

.event-left .event-content-wrapper .content {
	padding: 80px 50px;
	display: table-cell;
	vertical-align: bottom
}

@media only screen and (min-width:1400px) {
	.event-left .event-content-wrapper .content {
		padding: 90px 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-left .event-content-wrapper .content {
		padding: 40px 30px
	}
}

@media (max-width:767px) {
	.event-left .event-content-wrapper .content {
		padding: 40px 30px
	}
}

.event-left .event-content-wrapper .content p {
	font-size: 48px;
	line-height: 1.5;
	color: #fff;
	font-family: Prata, serif
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-left .event-content-wrapper .content p {
		font-size: 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-left .event-content-wrapper .content p {
		font-size: 40px
	}
}

@media (max-width:767px) {
	.event-left .event-content-wrapper .content p {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-left .event-content-wrapper .content p {
		font-size: 36px
	}
}

.event-left .event-content-wrapper .content .name {
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	font-family: Prata, serif;
	position: relative;
	margin-top: 25px;
	padding-left: 120px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-left .event-content-wrapper .content .name {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.event-left .event-content-wrapper .content .name {
		font-size: 16px;
		padding-left: 70px
	}
}

.event-left .event-content-wrapper .content .name::before {
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #fff;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.event-left .event-content-wrapper .content .name::before {
		width: 60px
	}
}

.event-right {
	width: 50%;
	height: 675px
}

@media (max-width:767px) {
	.event-right {
		width: 100%;
		height: auto
	}
}

.event-right .event-content-wrapper {
	display: table;
	height: 100%;
	margin: 0 auto
}

.event-right .event-content-wrapper .content {
	padding: 80px 50px;
	display: table-cell;
	vertical-align: middle
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-right .event-content-wrapper .content {
		padding: 40px 30px
	}
}

@media (max-width:767px) {
	.event-right .event-content-wrapper .content {
		padding: 40px 15px
	}
}

.event-right .event-content-wrapper .content .event-countdown .countdown {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 35px
}

.event-right .event-content-wrapper .content .event-countdown .countdown .single-countdown {
	width: 25%;
	position: relative
}

.event-right .event-content-wrapper .content .event-countdown .countdown .single-countdown+.single-countdown::before {
	content: "";
	border-left: 2px solid #8a8a8a;
	position: absolute;
	left: -1px;
	height: 20px;
	opacity: .5;
	width: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.event-right .event-content-wrapper .content .event-countdown .countdown .single-countdown .count {
	font-size: 36px;
	font-weight: 400;
	color: #232324;
	letter-spacing: -1px;
	line-height: 1;
	display: block;
	font-family: Prata, serif
}

@media (max-width:767px) {
	.event-right .event-content-wrapper .content .event-countdown .countdown .single-countdown .count {
		font-size: 24px;
		line-height: 1.8
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-right .event-content-wrapper .content .event-countdown .countdown .single-countdown .count {
		font-size: 28px;
		line-height: 1.8
	}
}

.event-right .event-content-wrapper .content .event-countdown .countdown .single-countdown .value {
	font-size: 14px;
	font-family: Prata, serif;
	font-weight: 400;
	color: #232324;
	display: block;
	line-height: 1.4
}

.event-right .event-content-wrapper .content .content-btn {
	margin-top: 70px
}

.event-right .event-content-wrapper .content .content-btn .main-btn {
	background-color: #fff;
	color: #232324;
	padding: 0 50px;
	height: 60px;
	line-height: 60px;
	-webkit-box-shadow: 5px 5px 0 #d6c49f!important;
	-moz-box-shadow: 5px 5px 0 #d6c49f!important;
	box-shadow: 5px 5px 0 #d6c49f!important;
	text-transform: capitalize
}

@media (max-width:767px) {
	.event-right .event-content-wrapper .content .content-btn .main-btn {
		height: 40px;
		line-height: 40px;
		padding: 0 20px
	}
}

.event-right .event-content-wrapper .content .content-btn .main-btn:hover {
	background-color: #d6c49f;
	color: #fff
}

.modal {
	z-index: 99999
}

.modal.fade {
	display: block!important;
	opacity: 0;
	visibility: hidden
}

.modal.fade.show {
	display: block!important;
	opacity: 1;
	visibility: visible
}

.modal .modal-dialog {
	max-width: 1300px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.modal .modal-dialog {
		max-width: 1024px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.modal .modal-dialog {
		max-width: 960px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog {
		max-width: 720px
	}
}

@media (max-width:767px) {
	.modal .modal-dialog {
		max-width: 90%;
		margin: 30px auto
	}
}

@media (max-width:767px) {
	.modal .modal-dialog {
		max-width: 85%
	}
}

.modal .modal-dialog .modal-content {
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2)
}

.modal .modal-dialog .modal-content .modal-header {
	padding: 10px 20px 0;
	margin: 0;
	border-bottom: 0
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .modal-header {
		padding: 10px
	}
}

.modal .modal-dialog .modal-content .modal-header .close {
	color: #232324;
	font-size: 26px
}

.modal .modal-dialog .modal-content .product-quick-view {
	padding: 30px;
	padding-top: 0
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view {
		padding: 15px;
		padding-top: 0
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 30px
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-image {
		padding-top: 15px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-image .quick-view-thumb {
	width: 20%;
	padding-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-image .quick-view-thumb {
		padding-right: 10px
	}
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-image .quick-view-thumb {
		padding-right: 10px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-image .quick-view-thumb .quick-thumb-active .single-quick-thumb {
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-image .quick-view-thumb .quick-thumb-active .single-quick-thumb img {
	display: inline-block;
	width: 100%
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-image .quick-view-thumb .quick-thumb-active .single-quick-thumb.slick-current {
	border: 1px solid #232324
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-image .quick-view-preview {
	width: 80%
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-image .quick-view-preview .quick-preview-active .single-quick-preview img {
	display: inline-block;
	width: 100%
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content {
	padding-top: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content {
		padding-top: 5px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #232324
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .title {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .title {
		font-size: 20px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .sku-id {
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 14px;
	color: #8a8a8a
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .review {
	margin-top: 8px
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .review i {
	font-size: 12px;
	color: #8a8a8a
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .review i.review-on {
	color: #f5b223
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .review span {
	color: #8a8a8a;
	font-size: 14px;
	margin-left: 5px
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price {
	margin-top: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price {
		margin-top: 10px
	}
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price {
		margin-top: 10px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .price,
.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .regular-price,
.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .sale-price {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #232324
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .price,
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .regular-price,
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .sale-price {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .price,
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .regular-price,
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .sale-price {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .price,
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .regular-price,
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .sale-price {
		font-size: 20px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .regular-price {
	text-decoration: line-through;
	text-decoration-thickness: 3px
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .regular-price {
		text-decoration-thickness: 1px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-price .sale-price {
	color: #ef5619;
	margin-left: 8px
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare {
	padding-top: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare {
		padding-top: 5px
	}
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare {
		padding-top: 5px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare form .quick-quantity {
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #ebebeb
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare form .quick-quantity button {
	width: 25px;
	height: 45px;
	padding: 0;
	border: 0;
	font-size: 14px;
	background: 0 0
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare form .quick-quantity input {
	width: 30px;
	height: 45px;
	border: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #232324;
	background: 0 0
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare .quick-cart {
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #ebebeb
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare .quick-cart .main-btn {
	height: 45px;
	line-height: 45px;
	padding: 0 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare .quick-cart .main-btn {
		padding: 0 15px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare .quick-compare,
.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-quantity-cart-wishlist-compare .quick-wishlist {
	margin-top: 15px;
	padding: 0 8px;
	height: 45px;
	line-height: 45px;
	color: #232324
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-description {
	margin-top: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-description {
		margin-top: 15px
	}
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-description {
		margin-top: 15px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-description p {
	font-size: 14px;
	color: #232324;
	line-height: 28px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-description p {
		line-height: 22px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-description .description-list {
	list-style-type: disc;
	padding-left: 30px;
	padding-top: 10px
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-description .description-list li {
	font-size: 14px;
	color: #232324;
	line-height: 28px
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-share .social {
	margin-top: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-share .social {
		margin-top: 15px
	}
}

@media (max-width:767px) {
	.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-share .social {
		margin-top: 15px
	}
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-share .social li {
	display: inline-block;
	margin-right: 15px
}

.modal .modal-dialog .modal-content .product-quick-view .quick-view-content .quick-share .social li a {
	font-size: 16px;
	color: #232324
}

.page-banner {
	padding-top: 200px;
	padding-bottom: 160px;
	background-position: top center
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-banner {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.page-banner {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.page-banner.banner-02 {
	padding-top: 300px;
	padding-bottom: 300px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.page-banner.banner-02 {
		padding-top: 230px;
		padding-bottom: 230px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-banner.banner-02 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.page-banner.banner-02 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.page-banner.banner-03 {
	padding-top: 250px;
	padding-bottom: 270px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.page-banner.banner-03 {
		padding-bottom: 250px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-banner.banner-03 {
		padding-top: 180px;
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.page-banner.banner-03 {
		padding-top: 180px;
		padding-bottom: 100px
	}
}

.page-banner-content .title {
	font-size: 110px;
	font-family: Prata, serif;
	color: #232324;
	text-transform: capitalize;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.page-banner-content .title {
		font-size: 80px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-banner-content .title {
		font-size: 50px
	}
}

@media (max-width:767px) {
	.page-banner-content .title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.page-banner-content .title {
		font-size: 32px
	}
}

.page-banner-content .breadcrumb {
	margin-bottom: 0;
	border-radius: 0;
	padding: 0;
	background: 0 0;
	margin-top: 10px
}

.page-banner-content .breadcrumb .breadcrumb-item {
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #232324;
	text-transform: uppercase;
	letter-spacing: 1px
}

.page-banner-content .breadcrumb .breadcrumb-item a {
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.page-banner-content .breadcrumb .breadcrumb-item a:hover {
	color: #ef5619
}

.page-banner-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: '/';
	color: #232324;
	font-size: 12px;
	line-height: 22px
}

.page-banner-content-2 .title {
	color: #fff
}

.page-banner-content-2 .breadcrumb .breadcrumb-item {
	color: #fff
}

.page-banner-content-2 .breadcrumb .breadcrumb-item a {
	color: #fff
}

.page-banner-content-2 .breadcrumb .breadcrumb-item a:hover {
	color: #ef5619
}

.page-banner-content-2 .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff
}

.shop-sidebar .sidebar-title {
	font-family: Prata, serif;
	font-size: 18px;
	font-weight: 400;
	color: #232324;
	text-transform: uppercase
}

.shop-sidebar-search .sidebar-search-form {
	position: relative;
	margin-top: 25px
}

.shop-sidebar-search .sidebar-search-form input {
	border: 1px solid #e3e3e3;
	padding: 0 20px;
	height: 50px;
	font-size: 12px;
	color: #232324;
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.shop-sidebar-search .sidebar-search-form input:focus {
	border-color: #232324
}

.shop-sidebar-search .sidebar-search-form button {
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	background: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	color: #232324
}

.shop-sidebar-category .sidebar-category .category-list {
	padding-top: 10px
}

.shop-sidebar-category .sidebar-category .category-list li {
	margin-top: 25px
}

.shop-sidebar-category .sidebar-category .category-list li a {
	font-size: 12px;
	font-weight: 400;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: block
}

.shop-sidebar-category .sidebar-category .category-list li a:hover {
	color: #232324;
	text-decoration: underline
}

.shop-sidebar-color .sidebar-color .color-list {
	padding-top: 30px;
	margin-left: 3px
}

.shop-sidebar-color .sidebar-color .color-list li {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	position: relative;
	z-index: 5;
	display: inline-block;
	cursor: pointer
}

.shop-sidebar-color .sidebar-color .color-list li+li {
	margin-left: 12px
}

.shop-sidebar-color .sidebar-color .color-list li::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 3px rgba(35, 35, 36, .45);
	-moz-box-shadow: 0 0 3px rgba(35, 35, 36, .45);
	box-shadow: 0 0 3px rgba(35, 35, 36, .45);
	display: inline-block;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.shop-sidebar-color .sidebar-color .color-list li.active::before {
	opacity: 1;
	visibility: visible
}

.shop-sidebar-size .sidebar-size .size-list {
	padding-top: 15px
}

.shop-sidebar-size .sidebar-size .size-list li {
	margin-top: 10px
}

.shop-sidebar-size .sidebar-size .size-list li .size-check input[type=checkbox] {
	display: none
}

.shop-sidebar-size .sidebar-size .size-list li .size-check input[type=checkbox]+label {
	padding-left: 23px;
	position: relative;
	margin-bottom: 0;
	display: block;
	font-size: 12px;
	color: #8a8a8a;
	cursor: pointer
}

.shop-sidebar-size .sidebar-size .size-list li .size-check input[type=checkbox]+label::before {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	border: 1px solid rgba(35, 35, 36, .45);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #232324;
	font-size: 11px;
	line-height: 10px;
	text-align: center
}

.shop-sidebar-size .sidebar-size .size-list li .size-check input[type=checkbox]+label span {
	float: right;
	display: block
}

.shop-sidebar-size .sidebar-size .size-list li .size-check input[type=checkbox]:checked+label::before {
	content: '\f00c'
}

.shop-sidebar-price-range .sidebar-price-range {
	margin-top: 40px
}

.shop-sidebar-price-range .sidebar-price-range p {
	font-size: 12px;
	color: #8a8a8a;
	margin-top: 15px
}

.shop-sidebar-price-range .sidebar-price-range p input {
	font-size: 12px;
	color: #8a8a8a;
	border: 0;
	background: 0 0;
	display: inline-block;
	width: 200px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar-price-range .sidebar-price-range p input {
		font-size: 14px
	}
}

.shop-sidebar-price-range .sidebar-price-range #slider-range {
	width: 100%;
	height: 2px;
	border: none;
	margin-top: 20px;
	background: #ccc
}

.shop-sidebar-price-range .sidebar-price-range #slider-range .ui-widget-header {
	background: #ef5619
}

.shop-sidebar-price-range .sidebar-price-range #slider-range .ui-slider-handle {
	top: -5px;
	width: 10px;
	height: 10px;
	background: #ef5619;
	border-radius: 100%;
	box-shadow: none;
	cursor: pointer;
	border: 0;
	margin-left: 0
}

.shop-sidebar-price-range .sidebar-price-range #slider-range .ui-slider-handle:focus {
	outline: 0
}

.shop-sidebar-price-range .sidebar-price-range #slider-range .ui-slider-handle:last-child {
	margin-left: -10px
}

.shop-sidebar-price-range .sidebar-price-range .main-btn {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	background-color: #ef5619;
	color: #fff;
	margin-top: 15px
}

.shop-sidebar-price-range .sidebar-price-range .main-btn:hover {
	background-color: #232324
}

@media only screen and (min-width:1400px) {
	.shop-container {
		padding-left: 40px;
		padding-right: 40px
	}
}

.shop-top-bar {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -20px;
	position: relative;
	z-index: 5
}

@media (max-width:767px) {
	.shop-top-bar {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-top-bar {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.shop-top-left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

@media (max-width:767px) {
	.shop-top-left {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-top-left {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.shop-top-left p {
	font-size: 12px;
	color: #8a8a8a;
	margin-top: 10px
}

.shop-top-left .show {
	margin-left: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 10px
}

@media (max-width:767px) {
	.shop-top-left .show {
		margin-left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-top-left .show {
		margin-left: 40px
	}
}

.shop-top-left .show span {
	font-size: 12px;
	color: #8a8a8a;
	line-height: 25px
}

.shop-top-left .show ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.shop-top-left .show ul li {
	margin-left: 12px
}

.shop-top-left .show ul li a {
	font-size: 12px;
	color: #8a8a8a;
	position: relative;
	padding: 3px 0;
	border-bottom: 1px solid transparent
}

.shop-top-left .show ul li a.active {
	border-bottom-color: #232324
}

.shop-top-right .shop-sort {
	margin-top: 10px;
	position: relative
}

.shop-top-right .shop-sort select {
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	padding-right: 25px;
	border: 1px solid #ebebeb;
	font-size: 12px;
	color: #8a8a8a;
	-webkit-appearance: none;
	-moz-appearance: none
}

.shop-top-right .shop-sort i {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	color: #232324
}

.shop-top-right .shop-sort #resizing_select {
	width: 95px
}

.shop-metro-page .row {
	margin-left: -5px;
	margin-right: -5px
}

.shop-metro .product-image .image {
	padding-bottom: 70%;
	background-size: cover;
	background-position: top center
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-metro .product-image .image {
		padding-bottom: 80%
	}
}

@media (max-width:767px) {
	.shop-metro .product-image .image {
		padding-bottom: 80%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-metro .product-image .image {
		padding-bottom: 70%
	}
}

.look-book-wrapper {
	overflow: hidden
}

.single-look-book {
	position: relative
}

.single-look-book a {
	display: block
}

.single-look-book a .look-book-image {
	overflow: hidden;
	position: relative
}

.single-look-book a .look-book-image img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-look-book a .look-book-image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(35, 35, 36, .3);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 5;
	opacity: 0;
	visibility: hidden
}

.single-look-book .look-book-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 7;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden
}

.single-look-book .look-book-content .more {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 5px 0;
	border-bottom: 2px solid #fff;
	display: inline-block
}

.single-look-book:hover .look-book-image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.single-look-book:hover .look-book-image::before {
	opacity: 1;
	visibility: visible
}

.single-look-book:hover .look-book-content {
	opacity: 1;
	visibility: visible
}

.product-simple-image {
	overflow: hidden;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-image {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-image {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.product-simple-image .product-gallery-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: #ef5619;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 3px;
	z-index: 99
}

.product-simple-image .product-simple-preview-image {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-image .product-simple-preview-image {
		width: 70%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-image .product-simple-preview-image {
		width: 70%
	}
}

.product-simple-image .product-simple-preview-image img {
	width: 100%!important;
	height: auto!important;
	position: relative
}

.product-simple-image .product-simple-thumb-image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-image .product-simple-thumb-image {
		display: block;
		width: 16%;
		margin-top: 0;
		padding-left: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-image .product-simple-thumb-image {
		display: block;
		width: 16%;
		margin-top: 0;
		padding-left: 15px
	}
}

.product-simple-image .product-simple-thumb-image .single-product-thumb {
	width: 20%;
	padding: 0 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-image .product-simple-thumb-image .single-product-thumb {
		width: 100%;
		padding: 0 0 15px
	}
}

@media (max-width:767px) {
	.product-simple-image .product-simple-thumb-image .single-product-thumb {
		width: 25%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-image .product-simple-thumb-image .single-product-thumb {
		width: 100%;
		padding: 0 0 15px
	}
}

.product-simple-image .product-simple-thumb-image .single-product-thumb a {
	border: 1px solid transparent
}

.product-simple-image .product-simple-thumb-image .single-product-thumb a.active {
	border-color: #ef5619
}

.product-simple-image.product-simple-02-image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.product-simple-image.product-simple-02-image .product-simple-preview-image {
	width: 82%
}

@media (max-width:767px) {
	.product-simple-image.product-simple-02-image .product-simple-preview-image {
		width: 80%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-image.product-simple-02-image .product-simple-preview-image {
		width: 82%
	}
}

.product-simple-image.product-simple-02-image .product-simple-thumb-image {
	width: 18%;
	margin-top: 0;
	display: block;
	padding-right: 10px
}

@media (max-width:767px) {
	.product-simple-image.product-simple-02-image .product-simple-thumb-image {
		width: 20%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-image.product-simple-02-image .product-simple-thumb-image {
		width: 18%
	}
}

.product-simple-image.product-simple-02-image .product-simple-thumb-image .single-product-thumb {
	width: 100%;
	padding: 0 0 15px;
	margin-left: 0
}

.product-simple-03-image {
	padding-right: 30px;
	overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-simple-03-image {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-03-image {
		padding-right: 0
	}
}

@media (max-width:767px) {
	.product-simple-03-image {
		padding-right: 0
	}
}

.product-simple-03-image .product-simple-preview-image+.product-simple-preview-image {
	padding-top: 30px
}

.product-simple-03-image .product-simple-preview-image img {
	width: 100%
}

.zoomContainer {
	overflow: hidden
}

.product-simple-details {
	padding-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-simple-details {
		padding-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-details {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.product-simple-details {
		padding-left: 0
	}
}

.product-simple-details .title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #232324
}

@media (max-width:767px) {
	.product-simple-details .title {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-details .title {
		font-size: 20px
	}
}

.product-simple-details .sku-id {
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 10px;
	color: #8a8a8a
}

.product-simple-details .sku-id span {
	float: right;
	display: block;
	color: #232324
}

.product-simple-details .review {
	margin-top: 8px
}

.product-simple-details .review i {
	font-size: 11px;
	color: #8a8a8a
}

.product-simple-details .review i.review-on {
	color: #f5b223
}

.product-simple-details .review a {
	color: #8a8a8a;
	font-size: 12px;
	margin-left: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-simple-details .review a:hover {
	color: #ef5619
}

.product-simple-details .product-price {
	margin-top: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-details .product-price {
		margin-top: 10px
	}
}

@media (max-width:767px) {
	.product-simple-details .product-price {
		margin-top: 10px
	}
}

.product-simple-details .product-price .price,
.product-simple-details .product-price .regular-price,
.product-simple-details .product-price .sale-price {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #232324
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-details .product-price .price,
	.product-simple-details .product-price .regular-price,
	.product-simple-details .product-price .sale-price {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.product-simple-details .product-price .price,
	.product-simple-details .product-price .regular-price,
	.product-simple-details .product-price .sale-price {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-details .product-price .price,
	.product-simple-details .product-price .regular-price,
	.product-simple-details .product-price .sale-price {
		font-size: 20px
	}
}

.product-simple-details .product-price .regular-price {
	text-decoration: line-through;
	text-decoration-thickness: 3px
}

@media (max-width:767px) {
	.product-simple-details .product-price .regular-price {
		text-decoration-thickness: 1px
	}
}

.product-simple-details .product-price .sale-price {
	color: #ef5619;
	margin-left: 8px
}

.product-simple-details .product-size {
	margin-top: 20px
}

.product-simple-details .product-size p {
	font-size: 12px;
	color: #232324;
	text-transform: uppercase
}

.product-simple-details .product-size p strong {
	color: #232324
}

.product-simple-details .product-size .size-list {
	padding-top: 5px
}

.product-simple-details .product-size .size-list li {
	width: 40px;
	height: 40px;
	line-height: 33px;
	border: 1px solid #ebebeb;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #232324;
	cursor: pointer
}

.product-simple-details .product-size .size-list li+li {
	margin-left: 3px
}

.product-simple-details .product-size .size-list li.active,
.product-simple-details .product-size .size-list li:hover {
	border-color: #232324
}

.product-simple-details .product-color {
	margin-top: 20px
}

.product-simple-details .product-color p {
	font-size: 12px;
	color: #232324;
	text-transform: uppercase
}

.product-simple-details .product-color p strong {
	color: #232324
}

.product-simple-details .product-color .color-list {
	padding-top: 8px
}

.product-simple-details .product-color .color-list li {
	width: 35px;
	height: 35px;
	position: relative;
	z-index: 5;
	display: inline-block;
	cursor: pointer
}

.product-simple-details .product-color .color-list li+li {
	margin-left: 12px
}

.product-simple-details .product-color .color-list li::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	border: 1px solid #e3e3e3;
	display: inline-block;
	z-index: -1;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-simple-details .product-color .color-list li.active::before,
.product-simple-details .product-color .color-list li:hover::before {
	border-color: #232324
}

.product-simple-details .product-quantity-cart-wishlist-compare {
	padding-top: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-details .product-quantity-cart-wishlist-compare {
		padding-top: 5px
	}
}

@media (max-width:767px) {
	.product-simple-details .product-quantity-cart-wishlist-compare {
		padding-top: 5px
	}
}

.product-simple-details .product-quantity-cart-wishlist-compare form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.product-simple-details .product-quantity-cart-wishlist-compare form .table {
	margin: 0
}

.product-simple-details .product-quantity-cart-wishlist-compare form .table tbody tr td {
	border-top: 0;
	padding: 0
}

.product-simple-details .product-quantity-cart-wishlist-compare form .table tbody tr td.quantity {
	min-width: 90px;
	width: 90px
}

.product-simple-details .product-quantity-cart-wishlist-compare form .product-table-content {
	margin-top: 15px;
	padding-left: 10px
}

.product-simple-details .product-quantity-cart-wishlist-compare form .product-table-content .title a {
	font-size: 14px;
	font-weight: 700;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-transform: capitalize
}

.product-simple-details .product-quantity-cart-wishlist-compare form .product-table-content .title a:hover {
	color: #ef5619
}

.product-simple-details .product-quantity-cart-wishlist-compare form .product-table-content .price {
	font-size: 14px;
	color: #8a8a8a
}

.product-simple-details .product-quantity-cart-wishlist-compare form .product-table-content .price .stock {
	margin-left: 15px
}

.product-simple-details .product-quantity-cart-wishlist-compare form .product-quantity {
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #ebebeb
}

.product-simple-details .product-quantity-cart-wishlist-compare form .product-quantity button {
	width: 25px;
	height: 60px;
	padding: 0;
	border: 0;
	font-size: 12px;
	background: 0 0;
	color: #232324
}

.product-simple-details .product-quantity-cart-wishlist-compare form .product-quantity input {
	width: 30px;
	height: 60px;
	border: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	background: 0 0;
	color: #232324
}

.product-simple-details .product-quantity-cart-wishlist-compare .product-cart {
	margin-top: 15px;
	margin-right: 10px
}

.product-simple-details .product-quantity-cart-wishlist-compare .product-cart .main-btn {
	height: 60px;
	line-height: 60px;
	padding: 0 48px;
	text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-details .product-quantity-cart-wishlist-compare .product-cart .main-btn {
		padding: 0 15px
	}
}

.product-simple-details .product-quantity-cart-wishlist-compare .product-compare,
.product-simple-details .product-quantity-cart-wishlist-compare .product-wishlist {
	margin-top: 15px;
	padding: 0 8px;
	height: 60px;
	line-height: 60px;
	color: #232324
}

.product-simple-details .product-description {
	margin-top: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-details .product-description {
		margin-top: 15px
	}
}

@media (max-width:767px) {
	.product-simple-details .product-description {
		margin-top: 15px
	}
}

.product-simple-details .product-description p {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 28px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-details .product-description p {
		line-height: 22px
	}
}

.product-simple-details .product-description .description-list {
	list-style-type: disc;
	padding-left: 30px;
	padding-top: 10px
}

.product-simple-details .product-description .description-list li {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 28px
}

.product-simple-details .product-meta {
	margin-top: 80px
}

.product-simple-details .product-meta p {
	font-size: 12px;
	color: #8a8a8a
}

.product-simple-details .product-meta p a {
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-simple-details .product-meta p a:hover {
	color: #ef5619
}

.product-simple-details .product-share .social {
	margin-top: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-simple-details .product-share .social {
		margin-top: 15px
	}
}

@media (max-width:767px) {
	.product-simple-details .product-share .social {
		margin-top: 15px
	}
}

.product-simple-details .product-share .social li {
	display: inline-block;
	margin-right: 15px
}

.product-simple-details .product-share .social li a {
	font-size: 12px;
	color: #232324
}

.product-simple-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 200px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-simple-sticky {
		top: 50px
	}
}

.product-simple-tab-menu .nav li {
	width: 280px;
	margin: 0 10px
}

@media (max-width:767px) {
	.product-simple-tab-menu .nav li {
		width: 120px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-tab-menu .nav li {
		width: 200px
	}
}

.product-simple-tab-menu .nav li a {
	display: block;
	border: 1px solid #ebebeb;
	color: #8a8a8a;
	font-family: Prata, serif;
	padding: 22px 40px;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 18px
}

.product-simple-tab-menu .nav li a.active {
	border-color: #232324;
	color: #232324
}

@media (max-width:767px) {
	.product-simple-tab-menu .nav li a {
		padding: 10px 15px;
		font-size: 14px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-simple-tab-menu .nav li a {
		padding: 15px;
		font-size: 16px
	}
}

.product-description {
	padding-top: 20px
}

.product-description .description {
	margin-top: 50px
}

.product-description .description p {
	font-size: 14px;
	color: #8a8a8a
}

.product-description .image {
	margin-top: 50px
}

.product-review .review-comment .comment>li {
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb
}

.product-review .review-comment .single-review-comment {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

@media (max-width:767px) {
	.product-review .review-comment .single-review-comment {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-review .review-comment .single-review-comment {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.product-review .review-comment .single-review-comment .review-author img {
	width: 70px;
	border-radius: 50%
}

.product-review .review-comment .single-review-comment .review-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 30px
}

@media (max-width:767px) {
	.product-review .review-comment .single-review-comment .review-content {
		padding-left: 0;
		padding-top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-review .review-comment .single-review-comment .review-content {
		padding-left: 30px;
		padding-top: 0
	}
}

.product-review .review-comment .single-review-comment .review-content p {
	font-size: 14px;
	position: relative;
	padding-bottom: 15px
}

.product-review .review-comment .single-review-comment .review-content p::before {
	width: 50px;
	height: 1px;
	background-color: #232324;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0
}

.product-review .review-comment .single-review-comment .review-content .review-name-rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	padding-top: 5px
}

.product-review .review-comment .single-review-comment .review-content .review-name-rating .review-name {
	text-transform: uppercase;
	color: #232324;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px
}

.product-review .review-comment .single-review-comment .review-content .review-name-rating .review-rating {
	margin-top: 15px
}

.product-review .review-comment .single-review-comment .review-content .review-name-rating .review-rating li {
	display: inline-block;
	font-size: 12px;
	color: #8a8a8a
}

.product-review .review-comment .single-review-comment .review-content .review-name-rating .review-rating li.rating-on {
	color: #f5b223
}

.product-review .review-form .form-title {
	font-weight: 400;
	color: #232324;
	font-size: 20px
}

.product-review .review-form .rating-star {
	padding-top: 10px
}

.product-review .review-form .rating-star a::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 12px;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-review .review-form .rating-star a+a {
	margin-left: 15px
}

@media (max-width:767px) {
	.product-review .review-form .rating-star a+a {
		margin-left: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-review .review-form .rating-star a+a {
		margin-left: 15px
	}
}

.product-review .review-form .rating-star a.star-1::before {
	content: "\f005"
}

.product-review .review-form .rating-star a.star-2::before {
	content: "\f005\f005"
}

.product-review .review-form .rating-star a.star-3::before {
	content: "\f005\f005\f005"
}

.product-review .review-form .rating-star a.star-4::before {
	content: "\f005\f005\f005\f005"
}

.product-review .review-form .rating-star a.star-5::before {
	content: "\f005\f005\f005\f005\f005"
}

.product-review .review-form .rating-star a.active::before,
.product-review .review-form .rating-star a:hover::before {
	color: #f5b223
}

.product-review .review-form .review-textarea {
	margin-top: 15px
}

.product-review .review-form .review-textarea label {
	font-size: 14px;
	color: #232324;
	text-transform: uppercase
}

.product-review .review-form .review-textarea textarea {
	width: 100%;
	height: 200px;
	max-width: 100%;
	vertical-align: top;
	resize: none;
	-webkit-appearance: none;
	padding: 10px 20px;
	border: 1px solid #ebebeb;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-review .review-form .review-textarea textarea:focus {
	border-color: #232324
}

.product-review .review-form .review-btn {
	margin-top: 30px
}

.product-review .review-form .review-btn .main-btn {
	width: 160px
}

.product-review .review-form .review-checkbok {
	margin-top: 25px
}

.product-review .review-form .review-checkbok input[type=checkbox] {
	display: none
}

.product-review .review-form .review-checkbok input[type=checkbox]+label {
	position: relative;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	color: #232324
}

.product-review .review-form .review-checkbok input[type=checkbox]+label span {
	width: 14px;
	height: 14px;
	border: 1px solid #232324;
	position: relative;
	border-radius: 3px;
	top: 5px;
	margin-right: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-review .review-form .review-checkbok input[type=checkbox]+label span::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 12px;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	top: -5px;
	opacity: 0;
	visibility: hidden
}

.product-review .review-form .review-checkbok input[type=checkbox]:checked+label span {
	background-color: #ef5619;
	border-color: #ef5619
}

.product-review .review-form .review-checkbok input[type=checkbox]:checked+label span::before {
	color: #fff;
	opacity: 1;
	visibility: visible
}

.login-register-content .title {
	font-size: 24px;
	font-weight: 500;
	color: #232324
}

.login-register-content .login-register-form .single-form .forget a {
	font-size: 14px;
	font-weight: 400;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.login-register-content .login-register-form .single-form .forget a:hover {
	color: #ef5619
}

.cart-table .table {
	margin-bottom: 0
}

.cart-table .table thead {
	background-color: #f7f7f7
}

.cart-table .table thead tr th {
	border-bottom: 0;
	border-top: 0;
	padding: 13px 0;
	font-size: 14px;
	font-weight: 400;
	color: #232324;
	text-align: center
}

.cart-table .table thead tr th.delete {
	min-width: 30px;
	text-align: left
}

.cart-table .table thead tr th.product {
	text-align: left;
	padding-left: 30px;
	min-width: 280px
}

.cart-table .table thead tr th.price {
	min-width: 100px
}

.cart-table .table thead tr th.quantity {
	min-width: 100px
}

.cart-table .table thead tr th.Total {
	min-width: 100px
}

.cart-table .table tbody tr td {
	border-top: 0;
	border-bottom: 1px solid #ebebeb;
	vertical-align: middle;
	text-align: center;
	padding: 29px 0
}

.cart-table .table tbody tr td.delete {
	text-align: left
}

.cart-table .table tbody tr td.product {
	text-align: left
}

.cart-table .product-delete {
	font-size: 16px;
	color: #232324
}

.cart-table .cart-product {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cart-table .cart-product .product-image img {
	width: 70px
}

.cart-table .cart-product .product-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px
}

.cart-table .cart-product .product-content .title a {
	font-size: 14px;
	font-weight: 700;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.cart-table .cart-product .product-content .title a:hover {
	color: #ef5619
}

.cart-table .cart-price {
	font-size: 16px;
	color: #232324
}

.cart-table .product-quantity {
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #ebebeb
}

.cart-table .product-quantity button {
	width: 25px;
	height: 45px;
	padding: 0;
	border: 0;
	font-size: 14px;
	background: 0 0
}

.cart-table .product-quantity input {
	width: 30px;
	height: 45px;
	border: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #232324;
	background: 0 0
}

.cart-btn {
	padding-top: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

@media (max-width:767px) {
	.cart-btn {
		display: block
	}
}

.cart-btn .cart-btn-left,
.cart-btn .cart-btn-right {
	margin-top: 15px
}

.cart-btn .main-btn-2 {
	background-color: transparent;
	border: 1px solid #ebebeb;
	line-height: 48px;
	color: #232324
}

.cart-btn .main-btn-2:hover {
	border-color: #232324;
	background-color: #232324;
	color: #fff
}

.cart-btn .main-btn {
	padding: 0 30px;
	margin-right: 5px
}

@media (max-width:767px) {
	.cart-btn .main-btn {
		padding: 0 20px;
		height: 40px;
		line-height: 38px;
		font-size: 14px
	}
}

.cart-btn .main-btn:last-child {
	margin-right: 0
}

.cart-title .title {
	font-size: 18px;
	font-weight: 700;
	color: #232324
}

.cart-title p {
	font-size: 14px;
	color: #8a8a8a;
	margin-top: 8px
}

.cart-form p {
	font-size: 14px;
	color: #8a8a8a
}

.cart-form .form-select2,
.cart-form .single-form {
	margin-top: 10px
}

.cart-form .cart-form-btn {
	text-align: right;
	margin-top: 20px
}

.cart-form .cart-form-btn .btn-cart {
	padding: 5px 0;
	background: 0 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #232324;
	font-size: 14px;
	border: 0;
	border-bottom: 2px solid #232324
}

.cart-totals .cart-total-table {
	background-color: #f7f7f7;
	padding: 15px 20px
}

.cart-totals .cart-total-table .table {
	margin-bottom: 0
}

.cart-totals .cart-total-table .table tbody tr td {
	padding: 5px 0;
	border-top: 0
}

.cart-totals .cart-total-table .value {
	font-size: 14px;
	font: 400px;
	color: #232324;
	text-transform: capitalize
}

.cart-totals .cart-total-table .price {
	font-size: 14px;
	font: 400px;
	color: #232324
}

.checkout-info .info-header {
	padding: 14px 30px;
	margin: 0 0 30px;
	position: relative;
	background-color: #eeeff2;
	list-style: none outside!important;
	width: auto;
	word-wrap: break-word;
	color: #232324;
	font-size: 14px
}

.checkout-info .info-header strong {
	font-weight: 700;
	color: #232324
}

.checkout-info .info-header i {
	font-size: 12px;
	color: #6dde6d;
	margin-right: 10px
}

.checkout-info .info-header a {
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.checkout-info .info-header a:hover {
	color: #ef5619
}

.checkout-info .info-header.error i {
	color: #c43002
}

.checkout-info .card-body {
	padding: 0
}

.checkout-info .card-body p {
	font-size: 14px;
	color: #8a8a8a
}

.checkout-info .card-body .single-form {
	margin-top: 15px
}

.checkout-info .card-body .single-form .main-btn {
	padding: 0 30px
}

.checkout-info .card-body .single-form .checkbox {
	margin-left: 20px
}

.checkout-info .card-body .forget {
	margin-top: 15px
}

.checkout-info .card-body .forget a {
	font-size: 14px;
	font-weight: 400;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.checkout-info .card-body .forget a:hover {
	color: #ef5619
}

.checkout-title .title {
	font-size: 20px;
	color: #232324;
	position: relative
}

.checkout-title .title::after {
	content: "";
	width: 50px;
	display: block;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: inherit
}

.checkout-form .checkbox {
	margin-top: 25px
}

.checkout-form .checkbox input[type=checkbox]+label {
	color: #232324
}

.checkout-form .checkbox input[type=checkbox]+label span {
	border: 1px solid #232324
}

.checkout-form .checkbox input[type=checkbox]:checked+label span {
	background-color: transparent;
	border-color: #232324
}

.checkout-form .checkbox input[type=checkbox]:checked+label span::before {
	color: #232324;
	opacity: 1;
	visibility: visible
}

.checkout-form .checkout-account {
	display: none
}

.checkout-form .checkout-shipping {
	display: none
}

.checkout-form .checkout-note textarea {
	background-color: #f7f7f7;
	border-color: #f7f7f7;
	height: 120px
}

.checkout-review-order {
	border: 2px solid #ebebeb;
	padding: 40px
}

@media (max-width:767px) {
	.checkout-review-order {
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.checkout-review-order {
		padding: 40px
	}
}

.checkout-review-order .table {
	margin-bottom: 0
}

.checkout-review-order .table thead tr th {
	padding: 10px 0;
	border-top: 0;
	border-bottom: 1px solid #ebebeb;
	font-weight: 400;
	font-size: 14px;
	color: #232324;
	vertical-align: middle
}

.checkout-review-order .table thead tr th.Product-price {
	text-align: right
}

.checkout-review-order .table tbody tr td {
	padding: 5px 0;
	border-top: 0;
	vertical-align: middle
}

.checkout-review-order .table tbody tr td p {
	font-weight: 400;
	font-size: 14px;
	color: #232324
}

.checkout-review-order .table tbody tr td.Product-price {
	text-align: right
}

.checkout-review-order .table tbody tr:first-child td {
	padding-top: 20px
}

.checkout-review-order .table tbody tr:last-child td {
	padding-bottom: 20px
}

.checkout-review-order .table tfoot tr td {
	padding: 10px 0;
	vertical-align: middle
}

.checkout-review-order .table tfoot tr td p {
	font-weight: 400;
	font-size: 14px;
	color: #232324
}

.checkout-review-order .table tfoot tr td.Product-price {
	text-align: right
}

.checkout-review-order .table tfoot tr td.total-price {
	text-align: right
}

.checkout-review-order .table tfoot tr td.total-price p {
	font-size: 18px
}

.checkout-payment {
	margin-top: 30px
}

.checkout-payment .single-payment .payment-radio label .payment {
	width: 140px;
	padding: 0 2px
}

.checkout-payment .single-payment .payment-radio label a {
	color: #232324;
	text-decoration: underline;
	text-transform: capitalize
}

.checkout-payment .single-payment .payment-radio .payment-details {
	display: none;
	padding: 10px 0
}

.checkout-payment .single-payment .payment-radio .payment-details p {
	font-size: 14px;
	color: #8a8a8a
}

.checkout-payment .checkout-btn {
	margin-top: 20px
}

.order-tracking-wrapper p {
	font-size: 14px;
	color: #8a8a8a
}

.order-tracking-wrapper .single-form .main-btn {
	width: 160px
}

.my-account-menu .account-menu-list {
	background-color: #f7f7f7
}

.my-account-menu .account-menu-list li a {
	width: 100%;
	padding: 10px 30px;
	font-size: 14px;
	color: #8a8a8a;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.my-account-menu .account-menu-list li a i {
	margin-right: 5px
}

.my-account-menu .account-menu-list li a.active,
.my-account-menu .account-menu-list li a:hover {
	background-color: #ef5619;
	color: #fff
}

.my-account-tab .account-title {
	font-size: 24px;
	font-weight: 500;
	color: #232324
}

.account-table .table thead tr th {
	border: 1px solid #ebebeb;
	font-size: 14px;
	font-weight: 400;
	color: #232324;
	padding: 8px 15px
}

.account-table .table thead tr th.name {
	min-width: 140px
}

.account-table .table thead tr th.date {
	min-width: 130px
}

.account-table .table tbody tr td {
	font-size: 14px;
	color: #232324;
	font-weight: 400;
	vertical-align: middle;
	border: 1px solid #ebebeb;
	padding: 0
}

.account-table .table tbody tr td a {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	color: #232324
}

.my-account-dashboard .welcome-dashboard {
	margin-top: 10px
}

.my-account-dashboard .welcome-dashboard p {
	font-size: 14px;
	color: #8a8a8a
}

.my-account-dashboard .welcome-dashboard p strong {
	font-weight: 500
}

.my-account-dashboard .welcome-dashboard p a {
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.my-account-dashboard .welcome-dashboard p a:hover {
	color: #ef5619
}

.my-account-dashboard p {
	color: #8a8a8a
}

.my-account-payment p {
	color: #8a8a8a;
	font-weight: 500;
	font-size: 14px
}

.my-account-address .account-address .name {
	font-size: 16px;
	color: #232324;
	font-weight: 500
}

.my-account-address .account-address p {
	margin-top: 20px;
	font-size: 14px;
	color: #8a8a8a
}

.my-account-address .account-address .main-btn {
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-size: 14px;
	margin-top: 20px
}

.my-account-details .account-details .title {
	font-size: 20px;
	font-weight: 500;
	color: #232324
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-image {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:767px) {
	.about-image {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto
	}
}

.about-image img {
	width: 100%
}

.about-content .title {
	font-family: Prata, serif;
	font-size: 48px;
	line-height: 50px;
	color: #232324
}

@media (max-width:767px) {
	.about-content .title {
		font-size: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-content .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.about-content .title img {
		width: 80px
	}
}

.about-content p {
	font-size: 14px;
	margin-top: 25px
}

.about-content .about-signature {
	padding-top: 20px
}

@media (max-width:767px) {
	.about-content .about-signature img {
		width: 125px
	}
}

.about-content .about-signature p {
	margin-top: -25px;
	position: relative;
	padding-left: 50px;
	color: #232324
}

@media (max-width:767px) {
	.about-content .about-signature p {
		padding-left: 30px;
		margin-top: -15px
	}
}

.about-area-2 {
	height: 750px
}

@media only screen and (min-width:1400px) {
	.about-area-2 {
		height: 1115px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-area-2 {
		height: 700px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area-2 {
		height: 650px
	}
}

@media (max-width:767px) {
	.about-area-2 {
		height: 550px
	}
}

.about-content-2 {
	padding-right: 50px;
	padding-bottom: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-content-2 {
		padding-bottom: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-content-2 {
		padding-bottom: 0;
		padding-right: 0
	}
}

@media (max-width:767px) {
	.about-content-2 {
		padding-bottom: 0;
		padding-right: 0
	}
}

.about-content-2 img {
	width: 100%
}

.about-content-2 .about-play {
	position: relative;
	margin-top: -66px;
	z-index: 9
}

@media (max-width:767px) {
	.about-content-2 .about-play {
		margin-top: 30px
	}
}

.about-content-2 .about-play .play {
	width: 66px;
	height: 66px;
	line-height: 66px;
	font-size: 12px;
	color: #232324;
	background-color: #fff;
	text-align: center;
	border-radius: 50%
}

@media (max-width:767px) {
	.about-content-2 .about-play .play {
		width: 55px;
		height: 55px;
		line-height: 55px
	}
}

.about-content-3 p {
	font-size: 14px;
	color: #fff;
	margin-top: 25px
}

.about-content-3 .about-signature {
	padding-top: 20px
}

@media (max-width:767px) {
	.about-content-3 .about-signature img {
		width: 125px
	}
}

.about-content-3 .about-signature p {
	margin-top: -25px;
	position: relative;
	padding-left: 70px;
	color: #fff
}

@media (max-width:767px) {
	.about-content-3 .about-signature p {
		padding-left: 30px;
		margin-top: 0
	}
}

.about-counter {
	margin-top: 25px
}

.about-counter .count {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	font-family: Prata, serif
}

.about-counter p {
	color: #fff;
	font-size: 14px
}

.single-team .team-image img {
	-webkit-filter: grayscale(100%) opacity(80%);
	filter: grayscale(100%) opacity(80%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 50%
}

.single-team .team-content {
	padding-top: 25px
}

.single-team .team-content .name a {
	font-size: 18px;
	font-weight: 500;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-team .team-content .name a:hover {
	color: #ef5619
}

.single-team .team-content .designation {
	font-size: 14px;
	font-weight: 400;
	font-family: Prata, serif;
	color: #8a8a8a;
	margin-top: 5px
}

.single-team .team-content .social {
	margin-top: 5px
}

.single-team .team-content .social li {
	display: inline-block
}

.single-team .team-content .social li a {
	font-size: 14px;
	margin: 0 10px;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-team .team-content .social li a:hover {
	color: #ef5619
}

.single-team:hover .team-image img {
	-webkit-filter: grayscale(0) opacity(100%);
	filter: grayscale(0) opacity(100%)
}

.team-area-2 {
	overflow: hidden
}

.single-team-2 {
	position: relative
}

.single-team-2 .team-image img {
	width: 100%;
	-webkit-filter: grayscale(100%) opacity(80%);
	filter: grayscale(100%) opacity(80%);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-team-2 .team-content {
	position: absolute;
	bottom: -50px;
	width: 100%;
	left: 0;
	padding: 20px 40px;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #93ddff;
	background-image: -moz-linear-gradient(180deg, star 0, #fabb98 100%);
	background-image: -webkit-linear-gradient(180deg, #93ddff 0, #fabb98 100%);
	background-image: -ms-linear-gradient(180deg, #93ddff 0, #fabb98 100%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-team-2 .team-content {
		padding: 15px 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-team-2 .team-content {
		padding: 15px 20px
	}
}

@media (max-width:767px) {
	.single-team-2 .team-content {
		padding: 15px 20px
	}
}

.single-team-2 .team-content .name a {
	font-size: 18px;
	font-weight: 500;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-team-2 .team-content .name a:hover {
	color: #ef5619
}

.single-team-2 .team-content .team-designation-social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-team-2 .team-content .team-designation-social {
		display: block
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-team-2 .team-content .team-designation-social {
		display: block
	}
}

@media (max-width:767px) {
	.single-team-2 .team-content .team-designation-social {
		display: block
	}
}

.single-team-2 .team-content .team-designation-social .designation {
	font-size: 14px;
	font-weight: 400;
	font-family: Prata, serif;
	color: #232324;
	margin-top: 5px
}

.single-team-2 .team-content .team-designation-social .social {
	margin-top: 5px
}

.single-team-2 .team-content .team-designation-social .social li {
	display: inline-block
}

.single-team-2 .team-content .team-designation-social .social li+li {
	margin-left: 15px
}

.single-team-2 .team-content .team-designation-social .social li a {
	font-size: 14px;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-team-2 .team-content .team-designation-social .social li a:hover {
	color: #ef5619
}

.single-team-2:hover .team-image img {
	-webkit-filter: grayscale(0) opacity(100%);
	filter: grayscale(0) opacity(100%)
}

.single-team-2:hover .team-content {
	opacity: 1;
	visibility: visible;
	bottom: 0
}

.skill-progress-bar .skill-item .skill-header {
	position: relative
}

.skill-progress-bar .skill-item .skill-header .skill-title {
	font-size: 12px;
	font-weight: 400;
	color: #232324
}

.skill-progress-bar .skill-item .skill-bar {
	margin-top: 15px
}

.skill-progress-bar .skill-item .skill-bar .bar-inner {
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background-color: #cfcfcf;
	position: relative
}

.skill-progress-bar .skill-item .skill-bar .bar-inner .progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	border-radius: 5px;
	background-color: #232324;
	-webkit-transition: all 2s linear;
	-moz-transition: all 2s linear;
	-ms-transition: all 2s linear;
	-o-transition: all 2s linear;
	transition: all 2s linear;
	width: 0
}

.skill-progress-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percentage {
	position: absolute;
	bottom: 16px;
	right: -15px;
	font-size: 12px;
	color: #232324;
	font-weight: 400
}

.skill-progress-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percentage .count-box {
	font-size: 16px;
	color: #232324
}

.services-title .title {
	font-size: 48px;
	line-height: 50px;
	color: #232324;
	font-family: Prata, serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-title .title {
		font-size: 28px;
		line-height: 42px
	}
}

@media (max-width:767px) {
	.services-title .title {
		font-size: 24px;
		line-height: 38px
	}
}

@media (max-width:767px) {
	.services-title .title {
		font-size: 28px;
		line-height: 42px
	}
}

.services-title .signature {
	margin-top: 20px
}

@media (max-width:767px) {
	.services-title .signature {
		width: 160px
	}
}

.services-title p {
	margin-top: 25px;
	font-size: 14px
}

.services-image img {
	width: 100%
}

.services-content {
	position: relative;
	z-index: 5;
	margin-left: -50px
}

@media (max-width:767px) {
	.services-content {
		margin-left: 0
	}
}

.services-content .subheading {
	font-size: 48px;
	line-height: 72px;
	color: #232324;
	font-family: Prata, serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-content .subheading {
		font-size: 28px;
		line-height: 42px
	}
}

@media (max-width:767px) {
	.services-content .subheading {
		font-size: 24px;
		line-height: 38px
	}
}

@media (max-width:767px) {
	.services-content .subheading {
		font-size: 28px;
		line-height: 42px
	}
}

.services-content .name {
	font-weight: 300;
	font-size: 20px;
	font-style: italic;
	font-family: Prata, serif;
	font-family: Prata, serif;
	position: relative;
	padding-left: 80px;
	margin-top: 15px
}

@media (max-width:767px) {
	.services-content .name {
		padding-left: 50px;
		font-size: 16px
	}
}

.services-content .name::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #232324;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.services-content .name::before {
		width: 40px
	}
}

.services-element .services-element-content {
	max-width: 470px;
	margin-left: auto
}

.services-element .services-element-content .title {
	font-size: 48px;
	color: #232324;
	font-family: Prata, serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-element .services-element-content .title {
		font-size: 28px
	}
}

@media (max-width:767px) {
	.services-element .services-element-content .title {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.services-element .services-element-content .title {
		font-size: 28px;
		line-height: 42px
	}
}

.services-element .services-element-content p {
	margin-top: 15px
}

.services-element .services-element-content .main-btn {
	margin-top: 50px;
	border: 2px solid rgba(35, 35, 36, .2);
	background-color: transparent;
	color: #232324;
	height: 60px;
	line-height: 54px;
	padding: 0 55px
}

@media (max-width:767px) {
	.services-element .services-element-content .main-btn {
		padding: 0 30px;
		height: 46px;
		line-height: 40px
	}
}

.services-element .services-element-content .main-btn:hover {
	background-color: #ef5619;
	border-color: #ef5619;
	color: #fff
}

.faqs-bg {
	background-color: #f9f9f9
}

.single-faqs .title {
	font-size: 24px;
	font-weight: 700;
	color: #232324
}

@media (max-width:767px) {
	.single-faqs .title {
		font-size: 18px
	}
}

.single-faqs p {
	margin-top: 15px;
	font-size: 14px
}

.call-to-action {
	background: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(left, #fe9b66 0, #94ddfe 100%);
	background: -moz-linear-gradient(left, #fe9b66 0, #94ddfe 100%);
	background: -ms-linear-gradient(left, #fe9b66 0, #94ddfe 100%);
	background: linear-gradient(left, #fe9b66 0, #94ddfe 100%)
}

.call-to-action-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

@media (max-width:767px) {
	.call-to-action-wrapper {
		display: block
	}
}

.call-to-action-content .title {
	color: #fff;
	font-family: Prata, serif;
	font-weight: 400;
	font-size: 46px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.call-to-action-content .title {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.call-to-action-content .title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.call-to-action-content .title {
		font-size: 30px
	}
}

.call-to-action-content p {
	margin-top: 10px;
	color: #fff;
	font-size: 14px
}

.call-to-action-btn .main-btn {
	padding: 0 40px;
	border: 1px solid rgba(255, 255, 255, .6);
	color: #fff;
	background-color: transparent;
	line-height: 48px;
	text-transform: capitalize
}

.coming-soon-page {
	height: 100vh
}

.coming-soon-content .sub-title {
	font-size: 24px;
	font-weight: 400;
	color: #8a8a8a;
	position: relative;
	font-family: Prata, serif;
	display: inline-block
}

@media (max-width:767px) {
	.coming-soon-content .sub-title {
		font-size: 20px
	}
}

.coming-soon-content .sub-title::after,
.coming-soon-content .sub-title::before {
	width: 50px;
	position: absolute;
	content: '';
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #8a8a8a;
	left: -70px
}

@media (max-width:767px) {
	.coming-soon-content .sub-title::after,
	.coming-soon-content .sub-title::before {
		width: 30px;
		left: -40px
	}
}

.coming-soon-content .sub-title::after {
	left: auto;
	right: -70px
}

@media (max-width:767px) {
	.coming-soon-content .sub-title::after {
		right: -40px
	}
}

.coming-soon-content .main-title {
	font-size: 72px;
	line-height: 80px;
	font-weight: 400;
	color: #232324;
	position: relative;
	font-family: Prata, serif;
	margin-top: 10px
}

@media (max-width:767px) {
	.coming-soon-content .main-title {
		font-size: 40px
	}
}

.coming-soon-content .coming-soon-countdown {
	margin-top: 25px
}

@media (max-width:767px) {
	.coming-soon-content .coming-soon-countdown {
		margin-top: 0
	}
}

.coming-soon-content .coming-soon-countdown .countdown {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 25px
}

.coming-soon-content .coming-soon-countdown .countdown .single-countdown {
	width: 25%;
	position: relative
}

.coming-soon-content .coming-soon-countdown .countdown .single-countdown+.single-countdown::before {
	content: "";
	border-left: 2px solid;
	position: absolute;
	left: -1px;
	height: 20px;
	opacity: .5;
	width: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.coming-soon-content .coming-soon-countdown .countdown .single-countdown .count {
	font-size: 36px;
	font-weight: 400;
	color: #232324;
	letter-spacing: -1px;
	line-height: 1;
	display: block;
	font-family: Prata, serif
}

@media (max-width:767px) {
	.coming-soon-content .coming-soon-countdown .countdown .single-countdown .count {
		font-size: 24px;
		line-height: 1.8
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.coming-soon-content .coming-soon-countdown .countdown .single-countdown .count {
		font-size: 28px;
		line-height: 1.8
	}
}

.coming-soon-content .coming-soon-countdown .countdown .single-countdown .value {
	font-size: 14px;
	font-weight: 400;
	color: #8a8a8a;
	display: block;
	line-height: 1.4
}

.form-message.error,
.form-message.success {
	font-size: 16px;
	color: #232324;
	background: #ddd;
	padding: 10px 15px;
	margin-left: 15px;
	margin-top: 15px
}

.form-message.error {
	color: red
}

.contact-title .title {
	font-size: 36px;
	font-weight: 400;
	color: #232324;
	font-family: Prata, serif;
	position: relative;
	padding-bottom: 25px
}

.contact-title .title::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	background-color: #232324;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.contact-title p {
	font-size: 14px;
	margin-top: 20px
}

.contact-map #contact-map {
	height: 300px;
	width: 100%
}

.blog-sidebar .sidebar-title {
	font-family: Prata, serif;
	font-size: 18px;
	font-weight: 400;
	color: #232324;
	text-transform: uppercase
}

.blog-sidebar-search .sidebar-search-form {
	position: relative;
	margin-top: 25px
}

.blog-sidebar-search .sidebar-search-form input {
	border: 1px solid #e3e3e3;
	padding: 0 20px;
	height: 50px;
	font-size: 12px;
	color: #232324;
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-sidebar-search .sidebar-search-form input:focus {
	border-color: #232324
}

.blog-sidebar-search .sidebar-search-form button {
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	background: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	color: #232324
}

.blog-sidebar-category .sidebar-category .category-list {
	padding-top: 5px
}

.blog-sidebar-category .sidebar-category .category-list li {
	margin-top: 25px
}

.blog-sidebar-category .sidebar-category .category-list li a {
	font-size: 12px;
	font-weight: 400;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: block
}

.blog-sidebar-category .sidebar-category .category-list li a:hover {
	color: #232324;
	text-decoration: underline
}

.blog-sidebar-post .sidebar-post .single-post {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 30px
}

.blog-sidebar-post .sidebar-post .single-post .post-thumb img {
	width: 80px
}

.blog-sidebar-post .sidebar-post .single-post .post-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px
}

.blog-sidebar-post .sidebar-post .single-post .post-content .title a {
	font-size: 14px;
	font-weight: 700;
	color: #232324
}

.blog-sidebar-post .sidebar-post .single-post .post-content .date a {
	font-size: 11px;
	color: #8a8a8a
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-post .sidebar-post .single-post .post-content .date a {
		font-size: 12px
	}
}

.blog-sidebar-comment .sidebar-comment {
	padding-top: 20px
}

.blog-sidebar-comment .sidebar-comment .comment-items li {
	font-size: 12px;
	color: #8a8a8a
}

.blog-sidebar-comment .sidebar-comment .comment-items li+li {
	margin-top: 10px
}

.blog-sidebar-comment .sidebar-comment .comment-items li i {
	margin-right: 3px
}

.blog-sidebar-comment .sidebar-comment .comment-items li a {
	color: #232324
}

.blog-sidebar-tags .sidebar-tags {
	padding-top: 14px
}

.blog-sidebar-tags .sidebar-tags .tags-list {
	margin-left: -2px;
	margin-right: -2px
}

.blog-sidebar-tags .sidebar-tags .tags-list li {
	color: #8a8a8a;
	display: inline-block;
	padding: 6px 2px 0
}

.blog-sidebar-tags .sidebar-tags .tags-list li a {
	color: #232324;
	padding: 0 20px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ebebeb;
	font-size: 10px;
	text-transform: uppercase;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-sidebar-tags .sidebar-tags .tags-list li a:hover {
	background-color: transparent;
	border-color: #232324;
	color: #232324;
	-webkit-box-shadow: 2px 2px 8px rgba(35, 35, 36, .25);
	-moz-box-shadow: 2px 2px 8px rgba(35, 35, 36, .25);
	box-shadow: 2px 2px 8px rgba(35, 35, 36, .25)
}

.blog-details-content .blog-meta {
	margin-top: 10px
}

.blog-details-content .blog-meta li {
	display: inline-block
}

.blog-details-content .blog-meta li+li {
	margin-left: 10px
}

.blog-details-content .blog-meta li a {
	font-size: 13px;
	color: #8a8a8a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-details-content .blog-meta li a span {
	color: #232324;
	font-weight: 700;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-details-content .blog-meta li a i {
	margin-right: 4px
}

.blog-details-content .blog-meta li a:hover {
	color: #ef5619
}

.blog-details-content .blog-meta li a:hover span {
	color: #ef5619
}

.blog-details-content p {
	margin-top: 25px;
	font-size: 14px
}

.blog-details-content .blog-details-image {
	padding-top: 40px;
	padding-bottom: 15px
}

.blog-details-content .blog-details-image .row {
	margin-left: -5px;
	margin-right: -5px
}

.blog-details-content .blog-details-image .row .image-col {
	padding: 0 5px
}

.blog-details-content .blog-details-image .image {
	margin-top: 10px
}

.blog-details-content .blog-details-image .image img {
	width: 100%
}

.blog-details-content .details-wrapper {
	padding-top: 20px
}

.blog-details-content .details-wrapper .title {
	font-size: 46px;
	font-weight: 400;
	font-family: Prata, serif;
	color: #232324;
	margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-wrapper .title {
		font-size: 40px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-wrapper .title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-details-content .details-wrapper .title {
		font-size: 30px
	}
}

.blog-details-content .details-wrapper img {
	margin-top: 30px;
	width: 100%
}

.blog-details-content .details-wrapper ul {
	list-style-type: disc;
	padding-top: 25px;
	padding-left: 15px
}

.blog-details-content .details-wrapper ul li {
	font-size: 14px;
	color: #8a8a8a
}

.blog-details-content .post-share {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px
}

.blog-details-content .post-share span {
	font-size: 14px;
	color: #8a8a8a
}

.blog-details-content .post-share .social li {
	display: inline-block;
	margin-left: 15px
}

.blog-details-content .post-share .social li a {
	font-size: 16px;
	color: #232324
}

.blog-author-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 50px;
	margin-top: 80px;
	border: 1px solid #e5e5e5
}

@media (max-width:767px) {
	.blog-author-info {
		padding: 20px;
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-author-info {
		padding: 30px
	}
}

.blog-author-info .author-thumb {
	width: 90px
}

.blog-author-info .author-thumb a {
	display: block
}

.blog-author-info .author-thumb a img {
	width: 100%;
	border-radius: 50%
}

.blog-author-info .author-content {
	padding-left: 20px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (max-width:767px) {
	.blog-author-info .author-content {
		padding-top: 20px;
		padding-left: 0
	}
}

.blog-author-info .author-content .name a {
	font-size: 18px;
	font-weight: 400;
	color: #232324;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-author-info .author-content .name a:hover {
	color: #ef5619
}

.blog-author-info .author-content p {
	margin-top: 15px;
	font-size: 14px;
	color: #8a8a8a
}

.blog-comment {
	margin-top: 80px
}

.blog-comment .comment-title {
	font-family: Prata, serif;
	text-transform: none;
	font-size: 24px;
	font-weight: 400;
	color: #232324
}

@media (max-width:767px) {
	.blog-comment .comment-title {
		font-size: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-comment .comment-title {
		font-size: 24px
	}
}

.blog-comment .comment-wrapper .commentlist .comment-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 40px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 40px
}

@media (max-width:767px) {
	.blog-comment .comment-wrapper .commentlist .comment-container {
		display: block
	}
}

.blog-comment .comment-wrapper .commentlist .comment-container img {
	width: 80px;
	border-radius: 50%
}

.blog-comment .comment-wrapper .commentlist .comment-container .comment-text {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px
}

@media (max-width:767px) {
	.blog-comment .comment-wrapper .commentlist .comment-container .comment-text {
		padding-top: 20px;
		padding-left: 0
	}
}

.blog-comment .comment-wrapper .commentlist .comment-container .comment-text .description p {
	color: #8a8a8a;
	font-size: 14px
}

.blog-comment .comment-wrapper .commentlist .comment-container .comment-text .comment-meta {
	margin-top: 10px
}

.blog-comment .comment-wrapper .commentlist .comment-container .comment-text .comment-meta .date {
	color: #8a8a8a;
	font-size: 13px
}

.blog-comment .comment-wrapper .commentlist .comment-container .comment-text .comment-meta .author {
	color: #232324;
	font-size: 13px;
	margin-left: 10px
}

.blog-comment .comment-wrapper .commentlist .comment-container .comment-text .comment-meta .replay {
	display: block;
	float: right;
	font-size: 13px;
	color: #8a8a8a;
	text-decoration: underline;
	margin-top: 3px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-comment .comment-wrapper .commentlist .comment-container .comment-text .comment-meta .replay:hover {
	text-decoration: none
}

.blog-comment .comment-form {
	margin-top: 50px
}

.blog-comment .comment-form .single-form .main-btn {
	padding: 0 40px
}

@media (max-width:767px) {
	.blog-comment .comment-form .single-form .main-btn {
		padding: 0 20px
	}
}




.text-center {
  text-align: center;
  margin-bottom: 1em;
}

#instagram-feed{
  max-width: 100rem;
	margin: 0 auto;
	padding: 0 2rem 2rem;
  
}
.instagram_gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.instagram_gallery a{
   margin: 0px;
   flex-basis: 12.5%;
}
.instagram_gallery img{
  max-width: 100%;
  display: block;
  -webkit-transition: 0.5s -webkit-filter linear;
-moz-transition: 0.5s -moz-filter linear;
-moz-transition: 0.5s filter linear;
-ms-transition: 0.5s -ms-filter linear;
-o-transition: 0.5s -o-filter linear;
transition: 0.5s filter linear, 1s -webkit-filter linear;
}

.instagram_gallery img:hover{
  filter: contrast(1.6);
}

@media only screen and (max-width: 480px) {
  .instagram_gallery{
      flex-direction: column;
      align-items: center;
  }
  
  .no-mobile{
      display:none;
  }
}

.mobile-margin {
    margin-top:80px;
}


.btn-dark{
    background:#222;
    color:#fff !important;
    padding:10px 15px;
}

.btn-dark:hover{
    background:#000;
    
}


