@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
--------------------------------------------------------------*/
/* Shop Sidebar color Widget */
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Quattrocento:400,700&display=swap");

/*======================================
 GUTTER CODE   
======================================*/
.no-gutter>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 992px) {

	/* Modify this based on column def */
	.custom-gutter {
		margin-left: -8px;
		margin-right: -8px;
	}

	.custom-gutter>[class*="col-"] {
		padding-right: 8px;
		padding-left: 8px;
	}
}

@media (max-width: 991px) {

	/* Modify this based on column def */
	.custom-gutter {
		margin-left: -15px;
		margin-right: -15px;
	}

	.custom-gutter>[class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/*--------------------------------------------------------------
# Normalize   
--------------------------------------------------------------*/
:root {
	--main-color-one: #ec605f;
	--secondary-color: rgba(109, 142, 144, 0.603);
	--secondary-color-two: #6d8e90;
	--secondary-color-three: #ec605f;
	--secondary-color-four: #c8cac7;
	--secondary-color-five: #343d42;
	--secondary-color-six: #c9c9c9;
	--heading-color: #222222;
	--heading-color-two: #6d8e90;
	--paragraph-color: #788b8d;
	--heading-font: "Playfair Display", serif;
	--body-font: "Quattrocento", serif;
	--google-font-2: "Playfair Display", serif;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: var(--body-font);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-moz-osx-font-smoothing: grayscale;
	/* Firefox */
	-webkit-font-smoothing: antialiased;
	/* WebKit  */
}

body {
	margin: 0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: var(--body-font);
	font-size: 18px;
	line-height: 1.6;
}

h1 {
	font-size: 36px;
	line-height: 1.0833333333333333;
}

h2 {
	font-size: 30px;
	line-height: 1.4444444444444444;
}

h3 {
	font-size: 24px;
	line-height: 1.0833333333333333;
}

h4 {
	font-size: 20px;
	line-height: 1.2380952380952381;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
}

h6 {
	font-size: 16px;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: var(--heading-font);
}

p {
	color: var(--paragraph-color);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 15px;
}

a {
	color: inherit;
	text-decoration: none;
	color: var(--paragraph-color);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: inherit;
}

pre {
	word-break: break-word;
}

a i {
	padding: 0 2px;
}

img {
	max-width: 100%;
}

ol {
	counter-reset: counter;
	padding-left: 0;
}

ol li {
	list-style: none;
	margin-bottom: 1rem;
}

ol li:before {
	counter-increment: counter;
	content: counter(counter);
	font-weight: 500;
	margin-right: 10px;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

code {
	color: #faa603;
}

.primobox {
	margin-top: 280px !important;
}

.dark-bg {
	background-color: #111d5c;
}

.section-bg-1 {
	background-color: #f4f7fc;
}

.check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	display: block;
	padding-left: 20px;
	position: relative;
	z-index: 0;
}

.check-list li:after {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "fontawesome";
	content: "\f105";
	color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
	color: var(--main-color-one);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
	padding-left: 0;
}

.padding-right-0 {
	padding-left: 0;
}

.gray-bg {
	background-color: #f8f8f8;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-95 {
	padding-top: 95px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-105 {
	padding-top: 105px;
}

.padding-top-110 {
	padding-top: 110px;
}

.padding-top-115 {
	padding-top: 115px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-bottom-125 {
	padding-bottom: 125px;
}

.padding-top-130 {
	padding-top: 130px;
}

.padding-top-135 {
	padding-top: 135px;
}

.padding-top-140 {
	padding-top: 140px;
}

.padding-top-145 {
	padding-top: 145px;
}

.padding-top-150 {
	padding-top: 150px;
}

.padding-top-155 {
	padding-top: 155px;
}

.padding-top-160 {
	padding-top: 160px;
}

.padding-top-165 {
	padding-top: 165px;
}

.padding-top-170 {
	padding-top: 170px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

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

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

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

.padding-bottom-65 {
	padding-bottom: 65px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

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

.padding-bottom-85 {
	padding-bottom: 85px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-95 {
	padding-bottom: 95px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-110 {
	padding-bottom: 110px;
}

.padding-bottom-105 {
	padding-bottom: 105px;
}

.padding-bottom-115 {
	padding-bottom: 115px;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}

.padding-bottom-130 {
	padding-bottom: 130px;
}

.padding-bottom-135 {
	padding-bottom: 135px;
}

.padding-bottom-140 {
	padding-bottom: 140px;
}

.padding-bottom-145 {
	padding-bottom: 145px;
}

.padding-bottom-150 {
	padding-bottom: 150px;
}

.padding-bottom-155 {
	padding-bottom: 155px;
}

.padding-bottom-160 {
	padding-bottom: 160px;
}

.padding-bottom-165 {
	padding-bottom: 165px;
}

.padding-bottom-170 {
	padding-bottom: 170px;
}

.padding-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.padding-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padding-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.padding-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

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

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

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

.margin-top-55 {
	margin-top: 55px;
}

.margin-top-60 {
	margin-top: 60px;
}

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

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

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

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

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-55 {
	margin-bottom: 55px;
}

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

.margin-bottom-65 {
	margin-bottom: 65px;
}

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

.margin-bottom-75 {
	margin-bottom: 75px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-85 {
	margin-bottom: 85px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-95 {
	margin-bottom: 95px;
}

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

.margin-bottom-105 {
	margin-bottom: 105px;
}

.margin-bottom-108 {
	margin-bottom: 108px;
}

.margin-bottom-110 {
	margin-bottom: 110px;
}

.margin-bottom-112 {
	margin-bottom: 112px;
}

.margin-bottom-115 {
	margin-bottom: 115px;
}

.margin-bottom-118 {
	margin-bottom: 118px;
}

.margin-bottom-120 {
	margin-bottom: 120px;
}

.margin-bottom-122 {
	margin-bottom: 122px;
}

.margin-bottom-125 {
	margin-bottom: 125px;
}

.margin-bottom-130 {
	margin-bottom: 130px;
}

.margin-bottom-135 {
	margin-bottom: 135px;
}

.margin-bottom-140 {
	margin-bottom: 140px;
}

.margin-bottom-145 {
	margin-bottom: 145px;
}

.margin-bottom-150 {
	margin-bottom: 150px;
}

.margin-bottom-160 {
	margin-bottom: 160px;
}

.margin-bottom-170 {
	margin-bottom: 170px;
}

.margin-bottom-175 {
	margin-bottom: 175px;
}

.margin-bottom-180 {
	margin-bottom: 180px;
}

.margin-bottom-185 {
	margin-bottom: 185px;
}

.margin-bottom-190 {
	margin-bottom: 190px;
}

.margin-bottom-200 {
	margin-bottom: 200px;
}

.min-height-600 {
	min-height: 600px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	clear: both;
	margin-right: 20px;
}

.alignright {
	float: right;
	clear: both;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

.alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}

.alignwide {
	max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.blog-pagination ul li {
	display: inline-block;
}

.blog-pagination ul li+li {
	margin: 0 5px;
}

.blog-pagination {
	display: block;
	width: 100%;
}

.blog-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
	background-color: var(--main-color-one);
	color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	clear: both;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
	margin: 0 5px;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.wp-link-pages {
	margin-bottom: 30px;
	margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
	border: 1px solid #e2e2e2;
	padding: 5px 15px;
	display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
	margin-right: 5px;
}

dl,
ol,
ul {
	padding-left: 15px;
}

.post-password-form input {
	display: block;
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 3px;
	padding: 0 20px;
}

.post-password-form label {
	font-weight: 600;
	color: #333;
}

.post-password-form input[type="submit"] {
	width: 100px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.post-password-form input[type="submit"]:hover {
	background-color: #121a2f;
}

.footer-widget .table td,
.footer-widget .table th {
	padding: 0.5rem !important;
}

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content>.alignwide {
	max-width: 1100px;
}

.single-post-details-item .entry-content>.alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}

.wp-block-video video {
	max-width: 636px;
}

.wp-block-image img {
	display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%;
}

.wp-block-image.alignfull img {
	width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto;
}

.wp-block-cover-text p {
	padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px;
}

.wp-block-table {
	display: block;
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.wp-block-quote.is-large {
	margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
	margin-top: 0;
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}
}

wp-block-video video {
	max-width: 636px;
}

.wp-block-image img {
	display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%;
}

.wp-block-image.alignfull img {
	width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto;
}

.wp-block-cover-text p {
	padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px;
}

.wp-block-table {
	display: block;
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.wp-block-quote.is-large {
	margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
	margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #000;
	padding-left: 1em;
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
	color: #0073aa;
}

.has-strong-blue-background-color {
	background-color: #0073aa;
}

.has-lighter-blue-color {
	color: #229fd8;
}

.has-lighter-blue-background-color {
	background-color: #229fd8;
}

.has-very-light-gray-color {
	color: #eee;
}

.has-very-light-gray-background-color {
	background-color: #eee;
}

.has-very-dark-gray-color {
	color: #444;
}

.has-very-dark-gray-background-color {
	background-color: #444;
}

/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-area {
	padding: 100px 0 92px 0;
	background-color: var(--secondary-color);
	margin-bottom: 118px;
	position: relative;
	z-index: 0;
}

.breadcrumb-area.extra {
	padding-bottom: 138px;
}

.breadcrumb-area:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.7);
	z-index: -1;
}

.breadcrumb-area .page-title {
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 0px;
	letter-spacing: 5px;
	text-transform: capitalize;
}

.breadcrumb-area .page-title+.page-list {
	margin-top: 15px;
}

.breadcrumb-area p {
	font-size: 16px;
	line-height: 26px;
	max-width: 600px;
	color: var(--main-color-one);
	margin-bottom: 20px;
}

.breadcrumb-area .page-list {
	margin: 0;
	padding: 0;
}

.breadcrumb-area .page-list li {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
	color: var(--main-color-one);
}

.breadcrumb-area .page-list li:first-child {
	padding-left: 0;
}

.breadcrumb-area .page-list li:first-child a {
	color: var(--main-color-one);
}

.breadcrumb-area .page-list li:first-child:after {
	display: none;
}

.breadcrumb-area .page-list li:after {
	position: absolute;
	left: 10px;
	top: 0;
	content: "\f105";
	font-family: "fontawesome";
}

.breadcrumb-area .page-list li a {
	color: var(--main-color-one);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.breadcrumb-area .page-list li a:hover {
	color: var(--main-color-one);
}

.breadcrumb-area.breadcrumb-style-1 {
	padding: 50px 0 50px 0;
	background-image: url(../img/bg/breadcrumb/1.jpg);
	background-size: cover;
	background-position: center;
}

.breadcrumb-area.breadcrumb-style-1 .breadcrumb-inner {
	padding: 70px 60px 80px;
	background-color: var(--main-color-one);
}

.breadcrumb-area.breadcrumb-style-1 .page-title {
	color: #fff;
}

.breadcrumb-area.breadcrumb-style-1 p {
	color: white;
}

.breadcrumb-area.breadcrumb-style-1 .page-list li {
	color: white;
}

.breadcrumb-area.breadcrumb-style-1 .page-list li:first-child a {
	color: white;
}

.breadcrumb-area.breadcrumb-style-1 .page-list li a {
	color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-area.breadcrumb-style-1 .page-list li a:hover {
	color: #fff;
}

.breadcrumb-area.breadcrumb-style-2 {
	background-color: transparent;
	background-image: url(../img/bg/breadcrumb/2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

.breadcrumb-area.breadcrumb-style-3 {
	padding: 0;
	background-color: transparent;
}

.breadcrumb-area.breadcrumb-style-3:before {
	display: none;
}

.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner {
	padding: 100px 0 92px 0;
	background-color: transparent;
	background-image: url(../img/bg/breadcrumb/3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner:before,
.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner:after {
	position: absolute;
	content: "";
	height: 80px;
	width: 65%;
	background-color: var(--main-color-one);
	z-index: -1;
}

.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner:before {
	right: -30px;
	left: auto;
	top: -30px;
}

.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner:after {
	left: -30px;
	right: auto;
	bottom: -30px;
}

.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner .breadcrumb-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner .page-title {
	position: relative;
}

@media (min-width: 992px) and (max-width: 1169px) {
	.breadcrumb-area .page-title {
		font-size: 50px;
		letter-spacing: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.breadcrumb-area.breadcrumb-style-2 {
		background-size: cover;
		padding: 80px 0 80px;
	}
}

@media only screen and (max-width: 991px) {
	.breadcrumb-area {
		margin-bottom: 80px;
	}

	.breadcrumb-area .page-title {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.breadcrumb-area.breadcrumb-style-3 {
		padding: 0px 0 0px 0;
	}

	.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner {
		padding: 50px 0 50px 0;
		margin: 20px 0 20px;
	}

	.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner:before {
		top: -20px;
	}

	.breadcrumb-area.breadcrumb-style-3 .breadcrumb-inner:after {
		bottom: -20px;
	}

	.breadcrumb-area.breadcrumb-style-1 {
		padding: 30px 0 30px 0;
	}

	.breadcrumb-area.breadcrumb-style-1 .breadcrumb-inner {
		padding: 30px 15px 30px;
	}

	.breadcrumb-area.breadcrumb-style-2 {
		padding: 50px 0 50px 0;
		background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area {
		margin-bottom: 50px;
	}

	.breadcrumb-area .page-title {
		font-size: 24px;
	}
}

@media (min-width: 1600px) {
	.breadcrumb-style-2.breadcrumb-area:before {
		background-color: rgba(255, 255, 255, 0.2);
	}
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	margin-top: 30px;
}

.comments-area .comments-title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 25px;
}

.comments-area .comment-list .comment-respond {
	margin-bottom: 30px;
}

.comments-area .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-bottom: 20px;
}

.comments-area .comment-list li {
	margin-bottom: 30px;
}

.comments-area .comment-list li:last-child {
	margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.comments-area .comment-list li ul {
	list-style: none;
}

.comments-area .comment-list li ul.children li {
	margin-left: 50px;
	list-style-type: none;
	list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
	margin-right: 20px;
	min-width: 80px;
	border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

.comments-area .comment-list li .single-comment-wrap .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	font-family: var(--heading-font);
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
	max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
	font-size: 16px;
	line-height: 26px;
	word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
	margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--paragraph-color);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
	color: var(--main-color-one);
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px;
}

.comments-area .form-submit {
	margin-bottom: 0;
}

.comment-form .form-group.textarea .form-control {
	min-height: 160px;
	resize: none;
	line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.comment-form .form-group .form-control {
	height: 50px;
	line-height: 50px;
	border: 1px solid #e2e2e2;
}

.comment-form .submit-btn {
	height: 50px;
	width: auto;
	border-radius: 5px;
	font-weight: 400;
	background-color: var(--main-color-one);
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	color: #fff;
}

.comment-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff;
}

.comment-respond {
	/*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
	margin-bottom: 30px;
}

.comments-area .comment-list li ul.children {
	margin-top: 30px;
}

.comment-form-cookies-consent input[type="checkbox"] {
	margin-right: 5px;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
	background-color: var(--secondary-color);
	margin-bottom: 30px;
	padding: 30px 30px 30px 30px;
}

.widget-2 {
	padding: 50px 30px 50px 60px;
}

.widget select {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
}

.widget .widget-title {
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
}

.widget.widget_calendar {
	padding-right: 24px;
	padding-left: 24px;
}

.widget:last-child {
	margin-bottom: 0px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
	display: none;
}

.widget.footer-widget .subscribe-form .form-group .form-control {
	background-color: #515457;
	color: #fff;
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
	background-color: #fff;
	color: var(--main-color-one);
}

.widget.footer-widget {
	background-color: transparent !important;
	padding: 0;
	margin-bottom: 50px;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li ul {
	margin-left: 20px;
}

.widget ul li {
	display: block;
	margin: 8px 0;
	-ms-word-wrap: break-word;
	word-break: break-word;
}

.widget ul li:first-child {
	margin-top: 0px;
}

.widget ul li:last-child {
	margin-bottom: 0px;
}

.widget ul li a {
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.widget ul li a:hover {
	color: var(--main-color-one);
}

.footer-widget .form-input-box {
	position: relative;
	margin-top: 20px;
}

.footer-widget.widget_nav_menu ul li a {
	position: relative;
}

.footer-widget.widget_nav_menu ul li a:after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	font-family: "fontawesome";
	font-weight: 900;
	color: var(--main-color-one);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.widget_search .search-form {
	position: relative;
}

.widget_search .search-form .form-group {
	margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
	height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 70px 0 15px;
}

.widget_search .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-size: 18px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: var(--main-color-one);
	color: #fff;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	border: none;
	cursor: pointer;
}

.widget_search .search-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff;
}

.widget_author_meta {
	text-align: center;
}

.widget_author_meta .thumb {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.widget_author_meta .thumb img {
	border-radius: 50%;
}

.widget_author_meta .content .name {
	font-size: 21px;
	font-weight: 700;
}

.widget_author_meta .content p {
	font-size: 16px;
	line-height: 26px;
}

.widget_author_meta .content ul {
	margin-top: 25px;
}

.widget_author_meta .content ul li {
	display: inline-block;
	margin: 0 5px;
}

.widget_author_meta .content ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.widget_author_meta .content ul li a:hover {
	background-color: var(--main-color-one);
	color: #fff;
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 5px;
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 5px;
	font-size: 16px !important;
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--main-color-one);
	color: #fff;
}

.widget ul li ul.sub-menu {
	position: initial;
}

.widget ul li ul.sub-menu {
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
}

.widget ul li ul.sub-menu li a {
	padding: 0 0 0px 10px;
}

.widget ul li ul.sub-menu li a:hover {
	background-color: transparent;
}

.widget.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget.widget_nav_menu ul li {
	margin: 15px 0;
}

.widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}

.widget.widget_nav_menu ul li a {
	border: none;
	display: inline-block;
	padding: 0 10px;
}

.widget.widget_nav_menu ul li a:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 100%;
	left: 0;
	top: 50%;
	background-color: var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.widget.widget_nav_menu ul li a:hover:before {
	visibility: visible;
	opacity: 1;
}

.widget.widget_nav_menu ul li>ul {
	margin-left: 15px;
}

.widget.footer-widget.widget_calendar table {
	margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
	padding-bottom: 0;
}

.footer-widget .widget-title {
	font-size: 22px;
}

.footer-widget,
.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
	color: #444444;
}

.widget.footer-widget .social_share ul li a {
	color: var(--paragraph-color);
}

.widget.footer-widget .social_share li i {
	font-size: 16px;
}

.widget.footer-widget ul li a:hover {
	color: var(--main-color-one);
}

/*
.widget .social-media ul li {
    display: inline-block;
    margin: 5px 5px 0px 0px;
}

*/
.widget .social_share {
	margin: 0;
	padding: 0;
}

.widget .social_share li {
	margin: 0;
	display: inline-block;
	color: #fff;
}

.widget .social_share li i {
	display: block;
	font-size: 20px;
}

.widget .social_share li.facebook {
	background-color: #3b5999;
}

.widget .social_share li.twitter {
	background-color: #55acee;
}

.widget .social_share li.instagram {
	background-color: #e4405f;
}

.widget .social_share li a:hover {
	color: #fff;
}

.widget .social_share li+li {
	margin-left: 10px;
}

.widget .recent_post_item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget .recent_post_item li {
	display: block;
}

.widget .recent_post_item li+li {
	margin-top: 20px;
}

.widget .recent_post_item li.single-recent-post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.widget .recent_post_item li.single-recent-post-item .thumb {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.widget .recent_post_item li.single-recent-post-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.widget .recent_post_item li.single-recent-post-item .content .time {
	font-size: 14px;
	font-weight: 500;
}

.contact_info_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact_info_list li {
	display: block;
}

.contact_info_list li.single-info-item {
	position: relative;
	margin-bottom: 20px;
}

.contact_info_list li.single-info-item .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-color-one);
}

.contact_info_list li.single-info-item .details {
	padding-left: 30px;
}

.about_us_widget {
	/*padding-right: 15%;*/
}

.about_us_widget .footer-logo {
	margin-bottom: 10px;
	display: block;
	position: relative;
	top: -15px;
}

.newsletter-widget {
	padding-left: 15%;
}

.widget-testimonial .icon {
	font-size: 70px;
	line-height: 60px;
	color: var(--main-color-one);
	margin-bottom: 16px;
}

.widget-testimonial p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
}

.widget-testimonial .author-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 24px;
}

.widget-testimonial .author-meta .thumb {
	margin-right: 20px;
}

.widget-testimonial .author-meta .thumb img {
	max-width: 80px;
	height: 80px;
	border-radius: 50%;
}

.widget-testimonial .author-meta .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 15px;
}

.widget-testimonial .author-meta .content .name {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

.widget-testimonial .author-meta .content .designation {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

/* ------------------------------------- N */
.sidebar-area.sidebar-right {
	padding-left: 100px;
}

.widget-title-area {
	margin-bottom: 20px;
}

.widget-title-area .widget-title {
	margin-bottom: 0;
}

.widget_popular_post {
	padding: 75px 0;
}

.popular-post-item {
	border-bottom: 1px solid;
	border-color: rgba(189, 111, 81, 0.2);
	padding: 40px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popular-post-item:first-child {
	padding-top: 0;
}

.popular-post-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.popular-post-img {
	max-width: 125px;
	-ms-flex: 0 0 125px;
	flex: 0 0 125px;
	-webkit-box-flex: 0;
	padding-right: 20px;
}

.popular-post-content {
	overflow: hidden;
	-ms-flex: 0 0 calc(100% - 125px);
	flex: 0 0 calc(100% - 125px);
	-webkit-box-flex: 0;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popular-post-content h5 {
	font-size: 16px;
	line-height: 1.4;
}

.popular-post-content h5:hover {
	color: var(--main-color-one);
}

.widget_popular_post .widget-title-area {
	padding: 0 60px;
}

/* ==========================================
	Shop Sidebar
==========================================  */
.shop-sidebar-area {
	padding-top: 30px;
	padding-bottom: 40px;
}

.shop-sidebar-left {
	padding-right: 50px;
	position: relative;
}

.shop-sidebar-left:before {
	position: absolute;
	content: "";
	right: 50px;
	top: 0;
	width: 300%;
	height: 100%;
	background-color: var(--secondary-color);
	opacity: 1;
	z-index: -1;
}

.shop-sidebar-area .widget {
	background-color: transparent;
	margin-bottom: 0;
	padding: 30px 0px 30px 0px;
}

.shop-sidebar-right {
	padding-right: 0;
	padding-left: 50px;
}

.shop-sidebar-right:before {
	position: absolute;
	content: "";
	top: 0;
	width: 150%;
	height: 100%;
	background-color: var(--secondary-color);
	opacity: 1;
	z-index: -1;
	right: auto;
}

.shop-sidebar-right .widget {
	padding: 30px 0px 30px 30px;
}

.shop-sidebar .widget-title {
	margin-bottom: 25px;
}

/* ----------------------------------
	category-widget 
---------------------------------- */
.category-widget li label {
	padding-left: 30px;
	color: #444444;
}

/* ----------------------------------
	color-widget 
---------------------------------- */
.color-widget li label {
	padding-left: 50px;
	color: #444444;
}

.color-variation:before {
	height: 12px;
	width: 12px;
	left: 30px;
	top: 6px;
	background-color: var(--main-color-one);
	position: absolute;
	content: "";
	border-radius: 100%;
}

.color-variation.color-pink:before {
	background-color: #f3ccbf;
}

.color-variation.color-nude:before {
	background-color: #f1b5aa;
}

.color-variation.color-yellow:before {
	background-color: #fbe087;
}

.color-variation.color-orange:before {
	background-color: #f58b47;
}

.color-variation.color-green:before {
	background-color: #344e03;
}

.color-variation.color-white:before {
	background-color: #e3e5e0;
}

/* ----------------------------------
	recent-viewed-product-widget
---------------------------------- */
.recent-viewed-product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.recent-viewed-product-item .thumb {
	float: left;
	max-width: 100px;
	margin-right: 15px;
}

.recent-viewed-product-item .content {
	overflow: hidden;
}

.recent-viewed-product-widget .product-price {
	color: #444444;
}

.recent-viewed-product-widget ul li {
	margin-bottom: 30px;
}

/* ----------------------------------
	Price Filter
---------------------------------- */
.price_filter {
	padding-bottom: 13px;
}

.price_slider_amount {
	overflow: hidden;
}

.price_slider_amount>input[type="text"],
.price_slider_amount>input[type="submit"] {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	height: 25px;
	padding: 0;
	text-align: left;
	width: 50%;
	margin-bottom: 20px;
	color: #444444;
}

.price_filter .ui-widget-content {
	background-color: var(--secondary-color-two);
	border: medium none;
	color: #222;
	height: 3px;
	width: 80%;
	background-image: none;
}

.price_filter .ui-slider .ui-slider-range {
	background-color: var(--main-color-one);
	background-image: none;
}

.price_filter .ui-state-default,
.price_filter .ui-widget-content .ui-state-default,
.price_filter .ui-widget-header .ui-state-default {
	background-color: var(--main-color-one);
	border: medium none;
	border-radius: 100%;
	height: 12px;
	margin-left: 0;
	margin-top: -6px;
	top: 50%;
	width: 12px;
	background-image: none;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.mobile-logo {
	display: none;
}

@media only screen and (max-width: 991px) {
	.mobile-logo {
		display: block;
	}

	.desktop-logo {
		display: none !important;
	}
}

.navbar-area {
	padding: 50px 0 40px;
	width: 100%;
	background-color: var(--secondary-color);
	z-index: 9;
}

.navbar-area.nav-absolute {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0px;
	z-index: 9999;
	background-color: transparent;
}

.navbar-area.nav-absolute.nav-fixed {
	background-color: var(--secondary-color-five);
}

.navbar-area.nav-absolute.nav-absolute-bg-2.nav-fixed {
	background-color: var(--secondary-color);
}

.navbar-area.nav-fixed {
	background-color: var(--secondary-color);
	position: fixed;
	z-index: 9999;
	width: 100%;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	padding: 10px 0;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
	box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.navbar-area.nav-fixed .desktop-logo {
	max-width: 130px;
}

.navbar-area .nav-container {
	padding: 0 50px 0 50px;
}

.navbar-area .nav-container .navbar-brand .site-title {
	font-weight: 700;
	font-size: 30px;
	font-family: var(--heading-font);
	line-height: 90px;
	color: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
	display: block;
	width: 100%;
	text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
	margin-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	color: var(--secondary-color-three);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	position: absolute;
	right: 0;
	top: 50%;
	content: "\f107";
	color: var(--secondary-color-three);
	font-family: "fontawesome";
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
	position: absolute;
	text-align: center;
	min-width: 120px;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 0;
	top: 100%;
	border-radius: 0 20px 0 20px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
	display: block;
	margin-left: 0;
	line-height: 24px;
	font-size: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
	border-top: 1px solid rgba(214, 190, 188, 0.3);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	display: inline-block;
	padding: 8px 15px 8px 15px;
	white-space: nowrap;
	font-size: 15px;
	color: var(--secondary-color-three);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
	color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "\f105";
	font-family: "fontawesome";
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
	left: 100%;
	top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
	left: auto;
	right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
	color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
	color: var(--main-color-one);
}

.navbar-area.nav-style-02 {
	background-color: #fff;
}

.navbar-area.nav-style-02.nav-fixed {
	background-color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
	background-color: var(--secondary-color-three);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
	background-color: #fff;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li ul {
	background-color: var(--secondary-color-three);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li ul li a {
	color: #fff;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li ul li a:before {
	background-color: #fff;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
	background-color: var(--secondary-color-three);
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	color: #fff;
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
	background-color: #fff;
}

.navbar-nav li a {
	position: relative;
}

.navbar-nav li a:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 100%;
	left: 5px;
	top: 50%;
	background-color: var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.navbar-nav>li>a {
	padding-left: 15px;
}

.navbar-nav li.current-menu-item>a:before,
.navbar-nav li:hover>a:before {
	visibility: visible;
	opacity: 1;
}

.nav-right-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 15px;
}

.nav-right-content ul li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	line-height: 50px;
	color: var(--main-color-three);
}

.nav-right-content ul li:last-child {
	margin-right: 0;
}

.nav-right-content ul li a {
	color: var(--secondary-color-three);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nav-right-content ul li a:hover {
	color: var(--main-color-one);
}

.nav-right-content ul li.search {
	cursor: pointer;
	color: var(--secondary-color-three);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nav-right-content ul li.search:hover {
	color: var(--main-color-one);
}

.nav-right-content ul li.nav-btn .btn-boxed {
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 5px;
	background-color: var(--main-color-one);
}

.nav-right-content ul li.nav-btn .btn-boxed:hover {
	background-color: var(--secondary-color);
}

.nav-right-content ul li ul {
	position: absolute;
	min-width: 120px;
	background-color: #fff;
	top: 100%;
	right: 0;
	text-align: center;
	left: auto;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
	border-radius: 0 15px 0 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nav-right-content ul li ul li {
	border-bottom: 1px solid rgba(214, 190, 188, 0.3);
	margin: 0;
	line-height: 24px;
	display: block;
}

.nav-right-content ul li ul li:last-child {
	border-bottom: 0;
}

.nav-right-content ul li ul li a {
	position: relative;
	padding: 8px 15px 8px 15px;
	display: inline-block;
}

.nav-right-content ul li ul li a:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 100%;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nav-right-content ul li ul li a:hover:before {
	visibility: visible;
	opacity: 1;
}

.nav-right-content ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

.user-menu img {
	max-width: 44px;
}

.user-menu>a>span {
	margin-left: 5px;
}

.mini-cart-wrapper.inside {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 99999;
}

.mini-cart-wrapper {
	background-color: var(--secondary-color);
	color: #353535;
	min-height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
	transition: -webkit-transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s,
		-webkit-transform 0.5s ease-in-out 0s;
	width: 600px;
	z-index: 9999;
}

.mini-cart-icon {
	position: relative;
}

.mini-cart-icon sup {
	height: 14px;
	width: 14px;
	font-size: 10px;
	background-color: var(--main-color-one);
	display: inline-block;
	position: absolute;
	top: -9px;
	right: -5px;
	line-height: 16px;
	text-align: center;
	border-radius: 100%;
	color: white;
	border: none;
}

.cart-item {
	display: block;
}

.cart-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-item .product-image {
	float: left;
	max-width: 130px;
	margin-right: 20px;
}

.cart-item .product-image a {
	padding: 0;
}

.cart-item-brief {
	overflow: hidden;
	text-align: left;
}

.cart-item-brief .product-order-number,
.cart-item-brief .product-multiply,
.cart-item-brief .cart-product-title,
.cart-item-brief .product-price,
.cart-item-brief .product-remove {
	display: inline-block;
	margin: 0 8px;
}

.cart-item-brief .product-order-number {
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #ddd;
}

.cart-product-title .product-title {
	font-size: 16px;
	display: inline-block;
	min-width: 120px;
	max-width: 120px;
}

.cart-product-title .product-title:hover {
	color: var(--main-color-one);
}

.cart-product-title .product-title a {
	padding: 0;
}

.cart-item-brief .product-remove a {
	padding: 0;
}

.cart-item-brief .product-remove a:hover {
	color: #dc3545;
}

.cart-item a:before {
	display: none;
}

.mini-cart-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mini-cart-inner ul li {
	list-style: none;
	border-bottom: 1px solid #f4e4e0;
	padding: 20px 60px;
}

.mini-cart-inner ul li:first-child {
	border-bottom: 0;
}

.mini-cart-inner ul li:last-child {
	border-bottom: 0;
}

.mini-cart-inner {
	height: 100%;
	margin: 0;
	overflow-y: auto;
	position: fixed;
	width: 100%;
	padding-bottom: 50px;
}

.cart-item-inner.cart-total {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart-item-inner.cart-total h2 {
	margin-bottom: 0;
}

.cart-item-inner.cart-btn {
	padding: 15px 0;
	margin-bottom: 50px;
}

.mini-cart-close {
	background-color: transparent;
	padding: 20px 20px;
	cursor: pointer;
	margin: 20px 30px 0px;
}

@media only screen and (max-width: 991px) {
	.navbar-area.nav-style-02 .nav-container {
		padding: 15px 0px;
	}

	.navbar-area.nav-style-02 .nav-container .navbar-toggler {
		background-color: #fff;
	}

	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
		background-color: transparent;
		color: rgba(255, 255, 255, 0.8);
	}

	.navbar-area.nav-style-01 .nav-container {
		padding: 15px 0px;
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
		text-align: left;
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
		color: var(--main-color-one);
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
		color: var(--main-color-one);
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
		z-index: initial;
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		color: #656565;
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
		border-top: 1px solid #e2e2e2;
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
		background-color: transparent;
		color: var(--paragraph-color);
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
		color: #656565;
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		color: #656565;
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
		color: var(--main-color-one);
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
		color: var(--main-color-one);
	}

	.navbar-area .nav-container {
		position: relative;
		z-index: 0;
		min-height: 60px;
	}

	.navbar-area .nav-container .navbar-brand {
		display: block;
	}

	.navbar-area .nav-container .navbar-brand .navbar-toggler {
		position: absolute;
		right: 10px;
		border: 1px solid #e2e2e2;
	}

	.navbar-area .nav-container .navbar-collapse {
		-webkit-box-shadow: 0 0 3px #ddd;
		box-shadow: 0 0 3px #ddd;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		margin-top: 20px;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: block;
		text-align: left;
		line-height: 30px;
		padding: 10px 0;
		border-bottom: 1px solid #e2e2e2;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
		border-bottom: none;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
		margin-left: 0;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		top: 25px;
		right: 20px;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
		padding-bottom: 0;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
		visibility: visible;
		height: auto;
		opacity: 1;
		background-color: transparent;
		border-bottom: none;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
		position: initial;
		display: block;
		width: 100%;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
		padding-bottom: 0;
		visibility: hidden;
		opacity: 0;
		height: 0;
		overflow: hidden;
		max-height: 250px;
		overflow-y: scroll;
		-webkit-transition: height 500ms;
		-moz-transition: height 500ms;
		-o-transition: height 500ms;
		transition: height 500ms;
		margin-left: 15px;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
		content: "\f107";
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
		padding: 0;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
		top: 30px;
		color: #fff;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
		border-top: none;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid #e2e2e2;
	}

	.navbar-area.nav-style-6-color .nav-container .navbar-collapse .navbar-nav li a,
	.navbar-area.nav-style-6-color .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
	.navbar-area.nav-style-7-color .nav-container .navbar-collapse .navbar-nav li a,
	.navbar-area.nav-style-7-color .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		color: #222 !important;
	}

	.navbar-area .navbar-nav li a:before,
	.navbar-area.nav-style-7-color .navbar-nav li a:before,
	.navbar-area.nav-style-7-color .nav-right-content ul li ul li a:before {
		background-color: var(--main-color-one) !important;
	}

	.mini-cart-icon {
		bottom: -1px;
	}

	.nav-right-content ul li.search {
		bottom: -3px;
	}
}

@media only screen and (max-width: 575px) {
	.navbar-area .nav-container {
		margin: 0 15px;
	}
}

.navbar-toggler-icon .line {
	height: 2px;
	width: 21px;
	background-color: var(--secondary-color-three);
	margin-bottom: 4px;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.navbar-toggler-icon .line:nth-child(3) {
	margin-bottom: 0;
}

button.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

button.navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
	opacity: 0;
}

button.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

.nav-white-logo .navbar-toggler-icon .line {
	background-color: #d7d6d7;
}

/* home 1 */
.slider-style-7-color .slider-sticky-icon li,
.nav-style-6-color .nav-right-content ul li a,
.nav-style-6-color .nav-right-content ul li,
.navbar-area.nav-style-6-color .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a,
.navbar-area.nav-style-6-color .nav-container .navbar-collapse .navbar-nav li a,
.navbar-area.nav-style-6-color .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	color: var(--heading-color);
}

.slider-style-7-color .slider-sticky-icon li:hover,
.nav-style-6-color .nav-right-content ul>li:hover>a,
.nav-style-6-color .nav-right-content ul>li:hover>span>a,
.nav-style-6-color .nav-right-content ul>li:hover,
.navbar-area.nav-style-6-color .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a,
.navbar-area.nav-style-6-color .nav-container .navbar-collapse .navbar-nav>li:hover>a,
.navbar-area.nav-style-6-color .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
	color: var(--main-color-one);
}

/* home 2 */
.slider-style-8-color .slider-sticky-icon li,
.navbar-area.nav-style-7-color .nav-container .navbar-collapse .navbar-nav li a,
.navbar-area.nav-style-7-color .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
	color: #ddd;
}

.nav-style-7-color .nav-right-content ul li ul {
	background-color: var(--secondary-color-three);
}

.nav-style-7-color .nav-right-content ul li,
.nav-style-7-color .nav-right-content ul li a {
	color: #fff;
}

.nav-style-7-color .navbar-nav li a:before,
.nav-style-7-color .nav-right-content ul li ul li a:before {
	background-color: #fff;
}

/*----------------------------
    Info Bar
----------------------------*/
.info-bar-area.style-three .info-bar-inner {
	padding: 10px 0 18px 0;
}

.info-bar-area.style-three .info-bar-inner .social-icon {
	margin-top: 15px;
}

.info-bar-area.style-two .info-bar-inner {
	padding: 0;
}

.info-bar-area .social-icon .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--heading-color);
}

.info-bar-inner {
	padding: 32px 0 35px 0;
}

.info-bar-inner div {
	display: inline-block;
}

.info-bar-inner .logo-wrapper .logo {
	margin-top: 5px;
	display: block;
}

.info-bar-inner .logo-wrapper .site-title {
	font-size: 35px;
	font-weight: 700;
	margin-top: 10px;
}

.info-bar-inner .right-content {
	display: inline-block;
	float: right;
}

.info-bar-inner .right-content .request-quote {
	margin-left: 40px;
}

.info-bar-inner .right-content .request-quote .rq-btn {
	padding: 15px 25px;
	background-color: var(--main-color-one);
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	position: relative;
	top: -5px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank {
	background-color: #f1f1f1;
	border-radius: 0;
	top: 0;
	padding: 15px 40px;
	color: var(--heading-color);
}

.info-bar-inner .right-content .request-quote .rq-btn.blank i {
	color: var(--main-color-one);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover {
	background-color: var(--main-color-one);
	color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover i {
	color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn:hover {
	background-color: var(--secondary-color);
}

.info-items {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.info-items li {
	display: inline-block;
	margin: 0 30px;
}

.info-items li:hover .single-info-item .content .title {
	color: var(--main-color-one);
}

.info-items li:first-child {
	margin-left: 0;
}

.info-items li:last-child {
	margin-right: 0;
}

.info-items li .single-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.info-items li .single-info-item .icon {
	margin-right: 20px;
	font-size: 40px;
	line-height: 40px;
	color: var(--main-color-one);
}

.info-items li .single-info-item .content .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.info-items li .single-info-item .content .details {
	font-size: 14px;
	line-height: 24px;
}

.info-items-two {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.info-items-two li {
	display: inline-block;
	margin: 0 30px;
}

.info-items-two li:hover .single-info-item .content .title {
	color: var(--main-color-one);
}

.info-items-two li:first-child {
	margin-left: 0;
}

.info-items-two li:last-child {
	margin-right: 0;
}

.info-items-two li .single-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.info-items-two li .single-info-item .icon {
	margin-right: 15px;
	font-size: 30px;
	line-height: 30px;
	color: var(--main-color-one);
}

.info-items-two li .single-info-item .content {
	margin-top: 3px;
}

.info-items-two li .single-info-item .content .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.info-items-two li .single-info-item .content .details {
	margin-left: 5px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: var(--paragraph-color);
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-style-04 {
	position: relative;
	z-index: 0;
}

.header-style-04 .navbar-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style-04 .navbar-area .nav-container {
	background-color: transparent;
}

.header-area-wrapper {
	position: relative;
	z-index: 0;
}

.header-area {
	padding: 123px 0 370px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.header-area.style-04 {
	text-align: center;
	padding: 253px 0 170px;
}

.header-area.style-03 {
	padding: 180px 0 150px;
}

.header-area.style-03.header-bg {
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.header-area.style-03.header-bg:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 6, 24, 0.5);
	content: "";
	z-index: -1;
}

.header-area.style-02:after {
	display: none;
}

.header-area.style-02 .title {
	color: var(--heading-color);
}

.header-area.style-02 p {
	color: var(--paragraph-color);
}

.header-area.header-bg {
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.header-area.header-bg:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 6, 24, 0.4);
	content: "";
	z-index: -1;
}

.header-area .title {
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}

.header-area p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.8);
}

.header-top-style-03 {
	position: relative;
	min-height: 50px;
}

.header-top-style-03 .navbar-area {
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.header-top-style-03 .navbar-area .nav-container {
	background-color: var(--secondary-color);
	padding: 0 0px 0 30px;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content {
	margin-left: 40px;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote {
	background-color: #061043;
	display: inline-block;
	padding: 0 30px 0 40px;
	line-height: 90px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:hover {
	background-color: var(--main-color-one);
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:hover:before {
	background-color: #fff;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:hover:after {
	color: var(--main-color-one);
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:before {
	position: absolute;
	left: -13px;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--main-color-one);
	display: inline-block;
	content: "";
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f105";
	font-family: "fontawesome";
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.slider-area {
	background-color: var(--secondary-color);
	position: relative;
}

.slider-inner {
	position: relative;
}

.slide-item {
	position: relative;
}

.slide-content {
	padding: 80px 0 100px 200px;
	position: relative;
	z-index: 9;
	width: 90%;
}

.slide-content>* {
	opacity: 0;
	visibility: hidden;
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.slide-content>*:nth-child(1) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.slide-content>*:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.slide-content>*:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.slide-content>*:nth-child(4) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.slide-content>*:nth-child(5) {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.slide-content>*:nth-child(6) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.slide-content>*:nth-child(7) {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
}

.slide-content>*:nth-child(8) {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}

.slide-content>*:nth-child(9) {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
	-webkit-animation-duration: 4.5s;
	animation-duration: 4.5s;
}

.slide-content>*:nth-child(11) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

.slick-current .slide-content>* {
	opacity: 1;
	visibility: visible;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.slide-title-1 {
	font-size: 166px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.1;
	word-break: break-word;
	color: var(--main-color-one);
}

.slide-title-1-bg {
	background-image: url("../img/slider/home-1/text-bg-1.jpg");
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.slide-title-1-bg-1 {
	background-image: url("../img/slider/home-1/text-bg-1.jpg");
}

.slide-title-1-bg-2 {
	background-image: url("../img/slider/home-1/text-bg-2.jpg");
}

.slide-title-1-bg-3 {
	background-image: url("../img/slider/home-1/text-bg-3.jpg");
}

.slide-title-1-bg-4 {
	background-image: url("../img/slider/home-1/text-bg-4.jpg");
}

.slide-title-1-bg-5 {
	background-image: url("../img/slider/home-1/text-bg-5.jpg");
}

.slide-title-1-bg-6 {
	background-image: url("../img/slider/home-1/text-bg-6.jpg");
}

.slide-title-1-bg-7 {
	background-image: url("../img/slider/home-1/text-bg-7.jpg");
}

.slide-title-2 {
	font-family: var(--google-font-2);
	color: var(--heading-color-two);
	font-size: 60px;
	margin-bottom: 30px;
	line-height: 1.2;
}

.slide-item p {
	/*	max-width: 460px;*/
	color: #444444;
}

.slide-content p {
	/*	max-width: 460px;*/
	font-size: 22px;
}

.slide-item .btn-wrapper {
	margin-top: 30px;
}

.slide-image {
	position: absolute;
	right: 80px;
	top: 0;
	height: 100%;
	z-index: 0;
	width: 58%;
}

.slide-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.slide-content.text-center p {
	margin-left: auto;
	margin-right: auto;
}

.slide-content.text-right p {
	margin-right: 0;
	margin-left: auto;
}

.text-center .happy-customers ul {
	margin-left: auto;
}

.text-center .happy-customers p {
	margin-left: inherit;
}

.text-right .happy-customers ul {
	margin-left: auto;
}

.text-right .happy-customers p {
	margin-left: inherit;
}

.happy-customers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.happy-customers ul {
	margin-right: 50px;
	padding-left: 0;
	margin-bottom: 0;
}

.happy-customers li {
	display: inline-block;
	margin-right: -45px;
	height: 70px;
	width: 70px;
}

.slider-sticky-icon {
	position: absolute;
	right: 25px;
	top: 0;
	z-index: 9;
	height: 100%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 25px;
}

.slider-style-2 .slider-sticky-icon {
	right: 40px;
}

.slider-sticky-icon ul {
	margin: 0;
	padding: 0;
}

.slider-sticky-icon li {
	display: inline-block;
	color: var(--secondary-color-three);
	margin-bottom: 30px;
}

.slider-sticky-icon li:last-child {
	margin-right: 0;
}

.slider-one-active .slick-dots li button:focus {
	outline: none;
}

.slider-one-active .slick-arrow {
	position: absolute;
	bottom: 90px;
	left: 30%;
	z-index: 9;
}

.slider-one-active .slick-arrow i {
	font-size: 30px;
	color: #ccc;
}

.slider-one-active .slick-arrow.slick-prev {
	bottom: 125px;
	margin-left: 30px;
}

.slider-one-active .slick-dots {
	position: absolute;
	width: 570px;
	-webkit-transform: rotate(90deg) translateY(-50%);
	-ms-transform: rotate(90deg) translateY(-50%);
	transform: rotate(90deg) translateY(-50%);
	z-index: 9;
	top: 20%;
	right: 100%;
	border: 1px solid #e5cbc3;
	border-radius: 50%;
	height: 370px;
}

.slider-one-active .slick-dots li {
	margin-right: 75px;
}

.slider-one-active .slick-dots li:last-child {
	margin-right: 0;
}

.slider-one-active .slick-dots li {
	display: inline-block;
	font-size: 0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	border: 0;
	background-color: var(--secondary-color-three);
	position: relative;
	cursor: pointer;
}

.slider-one-active .slick-dots li button {
	padding: 0;
	border: 0;
	margin: 0;
}

.slider-one-active .slick-dots li:nth-child(1) {
	top: 16px;
}

.slider-one-active .slick-dots li:nth-child(2) {
	top: -13px;
}

.slider-one-active .slick-dots li:nth-child(3) {
	top: -22px;
}

.slider-one-active .slick-dots li:nth-child(4) {
	top: -13px;
}

.slider-one-active .slick-dots li:nth-child(5) {
	top: 16px;
}

.slider-style-2 {
	background-color: #fff;
}

.slider-style-2 .slide-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1;
	opacity: 0.3;
}

.slider-style-2 .slide-item .slide-content {
	padding: 200px 0 80px 200px;
}

.slider-style-2 .slide-item .slide-content .slide-title-1 {
	color: var(--secondary-color-two);
}

.slider-style-2 .slide-item .slide-content .slide-title-2 {
	color: var(--secondary-color-three);
}

.slider-style-2 .slide-item .slide-content p {
	color: #ddd;
}

.slider-style-2 .slide-item .slide-image {
	right: 0;
	width: 100%;
}

.slider-style-2 .slider-sticky-icon li {
	color: var(--secondary-color-two);
}

.slider-two-active .slick-arrow {
	position: absolute;
	bottom: 90px;
	left: 30%;
	z-index: 9;
}

.slider-two-active .slick-arrow i {
	font-size: 30px;
	color: #ccc;
}

.slider-two-active .slick-arrow.slick-prev {
	bottom: 125px;
	margin-left: 30px;
}

.slider-two-pagination {
	position: absolute;
	top: 53%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
}

.slider-two-pagination span {
	color: var(--secondary-color-four);
}

.slider-two-pagination .count {
	position: absolute;
	top: -22px;
	left: -8px;
}

.slider-two-pagination .total {
	bottom: -25px;
	position: absolute;
	left: -10px;
}

.slider-two-pagination .slick-dots {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 520px;
}

.slider-two-pagination .slick-dots li {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 0;
	width: 2px;
	opacity: 0.45;
}

.slider-two-pagination .slick-dots li button {
	display: block;
	border-radius: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color-two);
	opacity: 0.45;
	cursor: pointer;
}

.slider-two-pagination .slick-dots li button:hover {
	background-color: var(--secondary-color-two);
	opacity: 1;
}

.slider-two-pagination .slick-dots li.slick-active button {
	background-color: #fff;
	opacity: 1;
}

.slider-style-3 .slider-two-pagination {
	left: auto;
	right: 50px;
}

.slider-style-3 .slider-two-pagination .slick-dots li button {
	background-color: var(--secondary-color-two);
}

.slider-style-3 .slider-two-pagination .slick-dots li button:hover {
	background-color: var(--secondary-color-two);
}

.slider-style-3 .slider-two-pagination .slick-dots li.slick-active button {
	background-color: var(--main-color-one);
}

.slider-style-5 {
	background-color: var(--secondary-color-five);
}

.slider-style-5 .slide-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1;
	opacity: 0.3;
}

.slider-style-5 .slide-item .slide-content {
	padding: 200px 0 80px 200px;
}

.slider-style-5 .slide-item .slide-content .slide-title-2 {
	color: #ddd;
}

.slider-style-5 .slide-item .slide-content p {
	color: #fff;
}

.slider-style-5 .slide-item .slide-image {
	right: 0;
	width: 100%;
}

.slider-style-5 .slider-sticky-icon li {
	color: #fff;
}

.slider-style-3 {
	background-color: transparent;
}

.slider-style-3:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-color: var(--secondary-color);
	z-index: -1;
	height: 100%;
	width: 70%;
}

.slider-style-3 .slide-item .slide-content {
	z-index: 1;
}

.slider-style-3 .slide-item .slide-content .slide-title-1 {
	color: var(--main-color-one);
}

.slider-style-3 .slide-item .slide-content .slide-title-2 {
	color: var(--secondary-color-three);
}

.slider-style-3 .slide-item .slide-content p {
	color: #444444;
}

.slider-style-3 .slide-item .slide-image {
	right: 100px;
	width: 35%;
	top: 140px;
	z-index: 1;
}

.slider-style-3 .slide-item:before {
	opacity: 0;
}

.slider-style-3 .slider-three-pagination-2 {
	left: 0;
	right: auto;
	top: -60px;
	position: absolute;
}

.slider-style-3 .slider-three-pagination-2 .count {
	font-size: 45px;
}

.slider-three-active .slick-arrow {
	position: absolute;
	bottom: 90px;
	left: 30%;
	z-index: 9;
}

.slider-three-active .slick-arrow i {
	font-size: 30px;
	color: #ccc;
}

.slider-three-active .slick-arrow.slick-prev {
	bottom: 125px;
	margin-left: 30px;
}

.nav-style-4 .nav-container .navbar-collapse .navbar-nav {
	text-align: left;
	margin-left: 95px;
}

.slide-video-wrap {
	position: absolute;
	top: 25%;
	left: -40px;
}

.slide-video-wrap .slide-video-btn {
	border-radius: 0 20px 0 20px;
	padding: 5px;
	background-color: rgba(189, 111, 81, 0.4);
}

.slide-video-wrap .slide-video-btn i {
	background-color: var(--main-color-one);
	height: 82px;
	width: 82px;
	line-height: 82px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	border-radius: 0 20px 0 20px;
	display: block;
}

.slider-3-image-slide {
	padding: 0px 0 0px 200px;
	position: absolute;
	bottom: 0;
	width: 50%;
}

.slider-3-image-slide .slider-3-image-slide-inner {
	position: relative;
}

.slider-3-image-slide .slider-3-image-slide-inner .slider-3-image-slide-active {
	padding-right: 100px;
	max-height: 150px;
	overflow: hidden;
	background-color: var(--main-color-one);
}

.slider-3-image-slide-active .slick-arrow {
	position: absolute;
	left: auto;
	z-index: 9;
	top: 30%;
	right: 0;
	padding-right: 30px;
}

.slider-3-image-slide-active .slick-arrow.slick-prev {
	top: 50%;
}

.slider-sticky-icon-2 {
	position: absolute;
	left: 50px;
	bottom: 80px;
	z-index: 1;
}

.slider-sticky-icon-2 ul {
	padding: 0;
}

.slider-sticky-icon-2 ul li {
	list-style: none;
	display: block;
	margin-bottom: 12px;
}

.slider-sticky-icon-2 ul li a {
	color: var(--main-color-one);
	font-size: 20px;
}

.slider-style-4 {
	background-color: transparent;
}

.slider-style-4:before {
	background-color: #fff;
}

.slider-style-4 .slide-item .slide-content {
	z-index: 1;
}

.slider-style-4 .slide-item .slide-content .slide-title-1 {
	color: var(--main-color-one);
}

.slider-style-4 .slide-item .slide-content .slide-title-2 {
	color: var(--secondary-color-three);
}

.slider-style-4 .slide-item .slide-content p {
	color: #444444;
}

.slider-style-4 .slide-item .slide-image {
	right: auto;
	width: 35%;
	top: 140px;
	z-index: 1;
	left: 10%;
}

.slider-style-4 .slide-item .slide-image img {
	height: auto;
	-o-object-fit: inherit;
	object-fit: inherit;
	-o-object-position: inherit;
	object-position: inherit;
}

.slider-style-4 .slide-item:before {
	opacity: 0;
}

.slider-shape-1:after,
.slider-shape-2:after {
	height: 300%;
	position: absolute;
	content: "";
	top: -1000px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	z-index: 0;
}

.slider-shape-1:after {
	width: 100px;
	left: 42%;
	background-color: #6d8e90;
}

.slider-shape-2:after {
	width: 50px;
	left: 52%;
	background-color: var(--secondary-color-two);
}

.slider-round-shape {
	height: 400px;
	position: absolute;
	width: 400px;
	background-color: #6d8e90;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 100%;
	left: 120px;
	padding: 20px;
	display: block;
	-webkit-box-shadow: 0px 0px 0px 15px #fff inset;
	box-shadow: 0px 0px 0px 15px #fff inset;
	border: 1px solid #6d8e90;
	z-index: 1;
}

.slider-shape-txt {
	position: absolute;
	top: 30%;
	left: 50px;
	z-index: 1;
}

.slider-shape-txt span {
	font-size: 200px;
	display: block;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(221, 221, 221, 0.4);
}

.slider-four-active .slick-arrow {
	position: absolute;
	bottom: 90px;
	left: 50px;
	z-index: 9;
}

.slider-four-active .slick-arrow.slick-prev {
	bottom: 125px;
	margin-left: 30px;
}

@media only screen and (max-width: 991px) {
	.slider-style-5 {
		padding: 0 !important;
	}

	.slider-style-5 .slide-item .slide-content {
		height: calc(100vh - 55px);
		padding: 100px 15px 60px 15px;
	}

	.nav-style-04.navbar-area {
		padding: 0px 0 0px;
	}

	.slider-style-4 .slide-item .slide-content {
		padding-left: 56%;
		padding-top: 19%;
	}

	.slider-style-4 .slide-item .slide-content .slide-title-1 {
		font-size: 90px;
	}

	.slider-style-4 .slide-item .slide-content .slide-title-2 {
		margin-left: 0%;
	}

	.slider-style-4 .slide-item .slide-content p {
		margin-left: 0%;
	}

	.slider-style-4 .slide-item .slide-content .btn-wrapper {
		margin-left: 0%;
	}

	.slider-style-4 .slide-item .slide-image {
		right: 0;
		width: 40%;
		left: auto;
		top: 140px;
	}

	.slider-style-4 .slide-item .happy-customers {
		margin-top: 40px;
	}

	.slider-style-4 .slide-item .slider-shape-1:after {
		display: none;
	}

	.slider-style-4 .slide-item .slider-shape-2:after {
		display: none;
	}

	.slider-style-4 .slide-item .slider-round-shape {
		display: none;
	}

	.slider-style-4 .slide-item .slider-shape-txt {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
	.slide-item {
		min-height: calc(100vh - 140px);
	}

	.slider-style-2 .slide-item .slide-content {
		min-height: 100vh;
	}

	.slider-style-3 .slide-item .slide-content {
		padding-bottom: 250px;
	}

	.slider-style-3 .slider-3-image-slide {
		bottom: 20px;
	}

	.slider-style-4 .slide-item .slide-content {
		padding-left: 56%;
		padding-top: 19%;
		padding-bottom: 80px;
	}

	.slider-style-4 .slide-item .slide-content .slide-title-1 {
		font-size: 120px;
	}

	.slider-style-4 .slide-item .slide-content .slide-title-2 {
		margin-left: 0%;
	}

	.slider-style-4 .slide-item .slide-content p {
		margin-left: 0%;
	}

	.slider-style-4 .slide-item .slide-content .btn-wrapper {
		margin-left: 0%;
	}

	.slider-style-4 .slide-item .happy-customers {
		margin-top: 40px;
	}
}

/*----------------------------
    Product Area
----------------------------*/
.product-item {
	position: relative;
	margin-bottom: 50px;
}

.product-item .product-image {
	position: relative;
	display: inline-block;
}

.product-item .product-image a {
	display: block;
}

.product-item .product-image .product-badge {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 0;
	margin: 0;
	left: auto;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.product-item .product-image .product-badge ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.product-item .product-image .product-badge ul li {
	min-width: 100px;
	background-color: var(--main-color-one);
	color: #fff;
	padding: 0 15px;
	list-style: none;
	margin-bottom: 5px;
	line-height: 35px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: block;
}

.product-item .product-image .product-badge ul li.sold-out-badge {
	background-color: #dc3545;
	color: #fff;
}

.product-item .product-image+.product-item-brief {
	padding-top: 25px;
}

.product-item .product-item-brief .product-title {
	font-size: 22px;
	margin-bottom: 5px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.product-item .product-item-brief .product-title:hover {
	color: var(--main-color-one);
}

.product-item .product-item-brief .product-price {
	color: var(--main-color-one);
}

.product-item .product-item-brief .product-price del {
	opacity: 0.6;
}

.product-carousel-one .product-item {
	margin-bottom: 30px;
}

.product-carousel-one .owl-dots {
	margin-top: 0;
}

.product-carousel-one.owl-arrow-style-1 .owl-nav>div {
	top: 40%;
}

.product-action {
	top: 60%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}

.product-action ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.product-action li {
	display: block;
	margin-bottom: 10px;
}

.product-action li:last-child {
	margin-bottom: 0px;
}

.product-action li a {
	background: var(--main-color-one);
	color: #fff;
	display: inline-block;
	font-weight: 400;
	padding: 0px 20px;
	line-height: 35px;
}

.product-action li a:hover {
	background: var(--secondary-color-three);
	color: #fff;
}

.product-action .details-link a {
	background-color: #2a2a2a;
}

.product-action .details-link:hover a {
	background-color: var(--main-color-one);
}

.product-item:hover .product-action {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.product-item .product-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: var(--secondary-color);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-item:hover .product-image:before {
	opacity: 0.7;
	visibility: visible;
}

.product-item:hover .product-badge {
	opacity: 0;
	visibility: hidden;
}

.product-carousel-one .product-item .product-image {
	display: block;
}

/* owl-dots-default */
.owl-dots {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.owl-dots .owl-dot {
	display: inline-block;
	background-color: var(--secondary-color);
	height: 10px;
	width: 10px;
	margin-right: 30px;
	border-radius: 100%;
}

.owl-dots .owl-dot:last-child {
	margin-right: 0px;
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
	background-color: var(--main-color-one);
}

.owl-arrow-style-1 .owl-nav>div {
	position: absolute;
	left: -60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto;
}

.owl-arrow-style-1 .owl-nav>div.owl-next {
	left: auto;
	right: -60px;
}

@media only screen and (max-width: 1200px) {
	.owl-arrow-style-1 .owl-nav>div {
		right: auto;
		left: 0px;
	}

	.owl-arrow-style-1 .owl-nav>div.owl-next {
		right: 0px;
		left: auto;
	}
}

.slick-dots {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	list-style: none;
	display: inline-block;
	font-size: 0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	margin-right: 20px;
	background-color: var(--secondary-color-three);
}

.slick-dots li button {
	border: 0;
	padding: 0;
	border: 0;
	background-color: var(--secondary-color-three);
}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background-color: var(--main-color-one);
}

.slick-arrow {
	cursor: pointer;
}

.social_share ul {
	padding: 0;
	margin: 0;
}

.social_share li {
	display: inline-block;
	margin: 3px 5px;
}

.social_share li {
	display: inline-block;
	margin: 3px 5px;
}

.social_share li a {
	color: var(--main-color-one);
	display: block;
	font-size: 20px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
	background-color: transparent;
	border: 1px solid;
	border-color: var(--secondary-color-two);
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 10px;
	font-size: 16px;
	color: var(--paragraph-color);
	width: 100%;
	margin-bottom: 30px;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: var(--main-color-one);
}

input[type="password"] {
	letter-spacing: 3px;
	font-size: 30px;
}

textarea {
	resize: vertical;
	background-color: transparent;
	border: 1px solid;
	border-color: var(--secondary-color-two);
	color: var(--paragraph-color);
	padding: 10px;
	width: 100%;
	font-size: 14px;
	border-radius: 0;
	margin-bottom: 30px;
	min-height: 80px;
}

button {
	outline: none;
	border: none;
}

button:focus {
	outline: none;
}

/* ----------------------------------------
 Our exclusive service 
---------------------------------------- */
.our-exclusive-services-brief {
	margin-bottom: 50px;
}

.our-exclusive-services-brief-inner {
	margin-bottom: 30px;
}

.our-exclusive-services-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.our-exclusive-services-author-img {
	max-width: 180px;
}

.img-line {
	position: relative;
}

.img-line:before {
	position: absolute;
	content: "";
	width: 100%;
	min-width: 150px;
	height: 1px;
	background-color: var(--main-color-one);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto;
	left: 105%;
	z-index: -1;
}

.our-exclusive-services-author-brief {
	background-color: #fff;
	margin-left: 15%;
	padding-left: 10px;
}

.our-exclusive-services-author-brief h5 {
	font-weight: 700;
	margin-bottom: 3px;
	color: var(--heading-color);
	font-size: 20px;
}

.our-exclusive-services-author-brief label {
	margin-bottom: 0;
}

/* ----------------------------------------
 Custom content
---------------------------------------- */
.img-shape {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.img-shape:before,
.img-shape:after {
	position: absolute;
	content: "";
	height: 80px;
	width: 65%;
	background-color: var(--main-color-one);
	z-index: -1;
}

.img-shape:before {
	right: -30px;
	left: auto;
	top: -30px;
}

.img-shape:after {
	left: -30px;
	right: auto;
	bottom: -30px;
}

/* ----------------------------------------
 Service
---------------------------------------- */
.service-item {
	padding: 0 30px;
	margin-bottom: 45px;
}

.service-icon img {
	background-color: var(--main-color-one);
	height: 105px;
	width: 115px;
	line-height: 105px;
	text-align: center;
	font-size: 50px;
	border-radius: 0 30px 0 30px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	padding: 30px;
}

.service-item:hover .service-icon img {
	background-color: var(--secondary-color-three);
	color: #fff;
}

.service-brief h4 {
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.service-item:hover .service-brief h4 {
	color: var(--main-color-one);
}

.service-icon+.service-brief {
	margin-top: 30px;
}

.service-brief h4 {
	margin-bottom: 20px;
}

/* ----------------------------------------
 Newsletter  
---------------------------------------- */
.bloom-newsletter-area {
	overflow: hidden;
}

.newsletter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-input-box {
	position: relative;
}

.form-input-box input[type="text"] {
	width: 100%;
	height: 50px;
	padding: 0 70px 0 15px;
	border-radius: 0 15px 0px 0px;
	border: 1px solid var(--main-color-one);
	margin-bottom: 0;
}

.form-input-box button[type="submit"] {
	background-color: var(--main-color-one);
	padding: 0 15px;
	height: 100%;
	border-radius: 0 15px 0px 15px;
	border: 1px solid var(--main-color-one);
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: white;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.form-input-box button[type="submit"]:hover {
	background-color: var(--secondary-color-three);
	border-color: var(--secondary-color-three);
	color: white;
}

.newsletter-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

.newsletter-img li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	text-align: center;
	background-color: #222222;
	color: #d8d8d8;
	border-right: 1px solid #d8d8d8;
	-ms-flex: 1;
	flex: 1;
	list-style: none;
}

.newsletter-img li+li {
	margin-left: 10px;
}

.newsletter-img li a {
	display: block;
}

.newsletter-img li a img {
	width: 100%;
}

/* ===============================
 Shop Page
=============================== */
.shop-options {
	margin-bottom: 60px;
}

.short-by .nice-select {
	border: none;
	padding-left: 0;
}

.nice-select .list {
	background-color: var(--secondary-color-three);
	border-radius: 0px 20px 0px 20px;
}

.nice-select .option {
	color: #fff;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: var(--main-color-one);
}

.showing-product-number {
	height: 42px;
	line-height: 42px;
	margin-left: 30px;
}

.bloom-show-more-btn a {
	font-size: 20px;
	color: var(--main-color-one);
}

.bloom-show-more-btn a:hover {
	color: var(--secondary-color-three);
}

.shop-grid-list-view-tab-menu {
	margin-left: 40px;
	margin-top: 10px;
}

.shop-grid-list-view-tab-menu a {
	color: var(--secondary-color-two);
	font-size: 20px;
	margin-right: 20px;
	line-height: 1;
}

.shop-grid-list-view-tab-menu a.active {
	color: var(--main-color-one);
}

.shop-list-view-tab-content-inner .product-item::after {
	display: block;
	clear: both;
	content: "";
}

.shop-list-view-tab-content-inner .product-item .product-image {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.shop-list-view-tab-content-inner .product-item .product-item-brief {
	padding-top: 22px;
	overflow: hidden;
}

.shop-list-view-tab-content-inner .product-item .product-item-brief .product-title {
	font-size: 30px;
}

.shop-list-view-tab-content-inner .product-item .product-excerpt {
	margin-top: 30px;
}

.shop-list-view-tab-content-inner .product-item .product-action {
	position: inherit;
	opacity: 1;
	visibility: visible;
	text-align: left;
	margin-top: 30px;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}

.shop-list-view-tab-content-inner .product-item .product-action li {
	display: inline-block;
	margin-right: 10px;
}

.shop-list-view-tab-content-inner .product-item .product-image:before {
	display: none;
}

/* ----------------------------------------
 Instagram  
---------------------------------------- */
.instagram-area {
	overflow: hidden;
}

ul#instagram_feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	position: relative;
	bottom: -1px;
}

ul#instagram_feed li {
	list-style: none;
}

ul#instagram_feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 -1px 0px 0;
}

ul#instagram_feed li {
	list-style: none;
	border: 0;
	display: inline-block;
	margin-left: -1px;
	position: relative;
}

ul#instagram_feed li a {
	display: block;
}

ul#instagram_feed li a:before {
	position: absolute;
	content: "#Gazania";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 15px;
	background-color: #fff;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 26px;
	max-width: 60%;
	color: var(--main-color-one);
	margin: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

ul#instagram_feed li:hover a:before {
	visibility: visible;
	opacity: 1;
}

.footer-area {
	z-index: 9;
	position: relative;
}

.footer-widget .form-input-box input[type="text"] {
	background-color: transparent;
}

.footer-widget .form-input-box button[type="submit"] {
	padding: 0 10px;
}

.floating-icon {
	float: right;
	margin-top: 100px;
	right: 15px;
	border-radius: 0 15px 0 15px;
	background: var(--secondary-color);
	z-index: 9999;
	text-align: center;
	color: var(--secondary-color-two);
	position: -webkit-sticky;
	position: sticky;
	top: 15vh;
	display: block;
	-webkit-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16);
	box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

.floating-icon__is {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-bottom: 1px solid;
	margin-bottom: -1px;
	border-color: rgba(214, 190, 188, 0.3);
}

.floating-icon__is:last-child {
	border-bottom: none;
}

.floating-icon__is:hover {
	color: var(--main-color-one);
}

.popup-item.active .popup-item-inner {
	visibility: visible;
	opacity: 1;
}

.popup-item .popup-item-inner {
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	visibility: hidden;
	opacity: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	background-color: #fff;
	max-width: 85%;
	max-height: calc(100% - 15%);
	overflow-y: auto;
	overflow-x: hidden;
}

@media only screen and (max-width: 1200px) {
	.popup-item-inner {
		max-height: calc(100% - 20%);
		overflow-y: auto;
	}
}

.popup-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 18px;
	background: var(--main-color-one);
	display: inline-block;
	border-radius: 0 10px 0 10px;
	border: none;
	color: #fff;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.popup-close-btn:hover {
	background: var(--secondary-color-three);
}

.popup-item .section-title-2 {
	margin-bottom: 20px;
}

.popup-inner-content {
	margin-bottom: 20px;
	padding: 0 15px;
}

.popup-inner-img {
	margin-bottom: 40px;
}

.popup-inner-img ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}

.popup-inner-img li {
	display: inline-block;
	list-style: none;
}

.message-popup-img {
	float: left;
	width: 35%;
	height: 100%;
}

.message-popup-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.message-popup .popup-inner-content {
	overflow: hidden;
	padding: 50px 50px;
	margin-bottom: 0;
}

.popup-inner-img {
	margin-bottom: 40px;
	text-align: center;
}

.popup-inner-img-inner {
	display: inline-block;
}

/* ========================
 Contact Page
======================== */
.contact-brief {
	margin-bottom: 50px;
}

.contact-address {
	margin-bottom: 40px;
}

.contact-address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-address ul li {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.contact-address ul li:last-child {
	margin-bottom: 0;
}

.contact-us-info .social_share li {
	margin-right: 10px;
}

.contact-us-info .social_share li a {
	font-size: 22px;
}

.contact-form-box textarea {
	min-height: 200px;
}

.contact-form-box label {
	display: block;
}

.google-map-area {
	position: relative;
	background-color: var(--main-color-one);
	padding: 30px;
	border-radius: 0px 50px 0px 50px;
	margin-top: 100px;
}

.google-map-inner {
	position: relative;
}

#map {
	height: 500px;
	width: 100%;
	border-radius: 0px 20px 0px 20px;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	-webkit-box-shadow: 0px 5px 10px #7b5d5d;
	box-shadow: 0px 5px 10px #7b5d5d;
	border-radius: 0px 50px 0px 50px;
	z-index: 9;
}

.map-bg-img-1,
.map-bg-img-2 {
	position: absolute;
	z-index: 1;
}

.map-bg-img-1 {
	left: -36px;
	top: -100px;
}

.map-bg-img-2 {
	right: -35px;
	bottom: -100px;
}

/* ----------------------------------------
 Testimonial
---------------------------------------- */
.testimonial-item {
	width: calc(100% - 25%);
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.testimonial-img {
	position: relative;
	z-index: 99;
	padding: 30px;
	max-width: 180px;
}

.testimonial-img img {
	min-width: 120px;
	max-width: 120px;
}

.testimonial-img .testimoni-main-img {
	border-radius: 100%;
}

.testimonial-bg-img-1,
.testimonial-bg-img-2 {
	z-index: -1;
	position: absolute;
}

.testimonial-bg-img-1 {
	top: -5px;
	left: 0;
	width: 60%;
}

.testimonial-bg-img-2 {
	bottom: 5px;
	right: 0;
}

.testimonial-bg-img-1 img,
.testimonial-bg-img-2 img {
	z-index: -1;
}

.testimonial-opinion {
	position: relative;
}

.testimonial-opinion:before {
	position: absolute;
	left: -30px;
	right: auto;
	top: -10px;
	content: "";
	font-family: "fontawesome";
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background-image: url(../img/icon/quote-4.png);
	width: 50px;
	height: 88px;
	background-repeat: no-repeat;
}

.testimonial-brief {
	position: relative;
	background-color: var(--secondary-color);
	padding: 70px 70px 65px 160px;
	margin-left: -80px;
}

.testimonial-item p {
	color: #444444;
}

.testimonial-brief h6 {
	margin: 20px 0 0;
	font-weight: 700;
	font-size: 20px;
}

.testimonial-brief label {
	font-size: 14px;
	margin-bottom: 0;
	color: #444444;
}

/* ----------------------------------------
 Why shop from us
---------------------------------------- */
.why-shop-from-us-inner .card {
	border: none;
	margin-bottom: 35px;
}

.why-shop-from-us-inner .card:last-child {
	margin-bottom: 0;
}

.why-shop-from-us-inner .card h6 {
	background-color: var(--secondary-color);
	color: #444444;
	padding: 20px 40px 20px 20px;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px;
	margin-bottom: 0;
}

.why-shop-from-us-inner .card h6[aria-expanded="true"] {
	background-color: var(--secondary-color-three);
	color: #fff;
}

.why-shop-from-us-inner .card-body {
	padding: 20px 0 0 0;
}

.why-shop-from-us-inner .card h6:before {
	position: absolute;
	content: "\e61a";
	right: 15px;
	font-family: "themify";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
}

.why-shop-from-us-inner .card h6[aria-expanded="true"]:before {
	content: "\e622";
}

/* video-popup */
.bloom-video {
	position: relative;
	z-index: 9999;
	overflow: hidden;
}

/* ----------------------------------------
 Blog Details 
---------------------------------------- */
.blog-details-content img {
	margin-bottom: 20px;
}

.gallery {
	margin-bottom: 1.5em;
	margin-top: 2.5em;
}

.large_letter {
	font-size: 94px;
	line-height: 80px;
	float: left;
	margin-right: 10px;
}

.blog-details-list-item li {
	list-style: none;
	position: relative;
	padding-left: 10px;
	margin-top: 10px;
}

.blog-details-list-item li:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-color: var(--main-color-one);
	left: -15px;
	top: 6px;
	border-radius: 0 5px 0 5px;
}

.blog-details-list-item li li:before {
	height: 9px;
	width: 9px;
	border-radius: 0 3px 0 3px;
}

.comments-item {
	padding: 35px 20px 35px 50px;
	border-bottom: 1px solid;
	border-color: rgba(189, 111, 81, 0.2);
}

.comments-item:first-child {
	padding-top: 0;
}

.comments-img {
	float: left;
	margin-right: 35px;
}

.comments-text {
	overflow: hidden;
}

.comments-text h6 {
	margin-bottom: 0;
	text-transform: capitalize;
	font-size: 20px;
}

.comments-meta {
	margin-bottom: 20px;
	display: block;
	font-size: 15px;
}

.comments-like-reply ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comments-like-reply li {
	display: inline-block;
	margin-right: 25px;
}

.comments-like {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--main-color-one);
}

.comments-like i {
	font-size: 28px;
	margin-right: 10px;
}

.comments-like:hover {
	color: var(--secondary-color-three);
}

.comments-reply {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	border-radius: 0px 10px 0px 10px;
	background-color: var(--secondary-color-three);
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-size: 14px;
}

.comments-reply:hover {
	background-color: var(--main-color-one);
	color: #fff;
}

.blog-details-title {
	font-size: 50px;
}

/* ----------------------------------------
 Product Details 
---------------------------------------- */
.product-details-image-gallery {
	padding-right: 40px;
}

.product-details-small-img-slider {
	float: left;
	margin-right: 16px;
}

.product-details-small-img-slider .slick-slide img {
	width: 100%;
}

.product-details-small-img-slider {
	width: 242px;
	margin-top: -10px;
}

.product-details-small-img-slider .slick-slide {
	margin-top: 10px;
}

.product-details-large-img-slider {
	overflow: hidden;
}

.product-details-content {
	padding-top: 50px;
}

.product-details-content .product-title {
	font-size: 30px;
}

.product-details-content .product-price {
	font-size: 26px;
	color: var(--secondary-color-three);
	margin-bottom: 30px;
}

.product-price del {
	opacity: 0.7;
}

.product-meta-area {
	margin-top: 40px;
}

.product-meta {
	margin-bottom: 30px;
}

.product-meta::after {
	display: block;
	clear: both;
	content: "";
}

.product-meta-title {
	float: left;
	min-width: 80px;
	margin-right: 10px;
	line-height: 40px;
}

.product-meta-type {
	overflow: hidden;
}

.product-quantity .cart-plus-minus {
	width: 75px;
	position: relative;
}

.product-quantity .cart-plus-minus .qtybutton {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	text-align: center;
	cursor: pointer;
}

.product-quantity .cart-plus-minus .qtybutton.dec {
	top: 20px;
}

.product-quantity .cart-plus-minus .qtybutton.inc {
	margin: 0;
}

.product-quantity .cart-plus-minus .cart-plus-minus-box {
	width: 50px;
	height: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.product-meta-list ul {
	padding: 0;
	margin: 0;
}

.product-meta-list li {
	list-style: none;
	margin-bottom: 5px;
}

.product-meta-list li label,
.product-meta-list li input {
	margin-bottom: 0;
}

.product-meta-list input[type="checkbox"] {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.product-receive-date {
	float: left;
	margin-right: 30px;
}

.product-receive-date.bloom-calender input {
	border: 0;
	background-color: var(--main-color-one);
	color: #fff;
	padding: 10px 20px;
	width: auto;
	border-radius: 0;
	min-width: 180px;
	color: #fff;
}

span.input-group-addon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-receive-date span.input-group-addon {
	color: #fff;
}

.product-receive-date input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}

.product-receive-date input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.product-receive-date input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	opacity: 1;
}

.product-receive-date input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: 1;
}

.datepicker {
	padding: 10px;
	border-radius: 0 5px 0 5px;
}

.datepicker.dropdown-menu {
	font-size: 12px;
	color: #fff;
	background-color: var(--main-color-one);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown:after {
	border-bottom: 6px solid #6d8e90;
}

.datepicker-dropdown.datepicker-orient-top:after {
	border-top: 6px solid #6d8e90;
}

.datepicker td,
.datepicker th {
	width: 35px;
	height: 25px;
	border-radius: 0 5px 0 5px;
	color: #fff;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #fff;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: var(--secondary-color-three);
	cursor: pointer;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	background-color: var(--secondary-color-five);
}

.datepicker table tr td.active.day {
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#d6bebc),
			to(#d6bebc));
	background-image: -webkit-linear-gradient(top, #d6bebc, #d6bebc);
	background-image: -o-linear-gradient(top, #d6bebc, #d6bebc);
	background-image: linear-gradient(to bottom, #d6bebc, #d6bebc);
}

/* ----------------------------------------
 Latest blog
---------------------------------------- */
.latest-blog-slider-for-images {
	padding-right: 60px;
}

.latest-blog-slider-for-images .slick-slide {
	overflow: hidden;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.latest-blog-slider-for-images .slick-slide {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.latest-blog-slider-for-images .slick-slide.slick-current {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.post-meta {
	padding-left: 0;
	margin-bottom: 25px;
}

.post-meta li {
	list-style: none;
	color: var(--main-color-one);
	display: inline-block;
	margin-right: 10px;
	position: relative;
	font-size: 14px;
}

.post-meta li:last-child {
	margin-right: 0px;
}

.post-meta li:before {
	position: absolute;
	content: ",";
	right: -5px;
	font-size: 20px;
	top: -5px;
}

.post-meta li:last-child:before {
	display: none;
}

.latest-blog-slider-nav-content {
	padding-top: 100px;
}

.latest-blog-slider-nav-content.slick-slider .slick-arrow {
	position: absolute;
	bottom: -80px;
}

.latest-blog-slider-nav-content.slick-slider .slick-arrow.slick-next {
	bottom: -120px;
}

.latest-blog-slider-nav-content.slick-slider .slick-arrow i {
	font-size: 30px;
	color: #ccc;
}

.latest-blog-slider-for-images.slick-slider .slick-arrow {
	position: absolute;
	bottom: -80px;
	font-size: 30px;
	left: 5%;
}

.latest-blog-slider-for-images.slick-slider .slick-arrow.slick-prev {
	display: none !important;
}

.latest-blog-slider-for-images.slick-slider .slick-arrow {
	height: 40px;
	width: 60px;
	background-color: var(--main-color-one);
	color: #fff;
	margin: 15px 0;
	display: block;
	line-height: 40px;
	text-align: center;
}

.latest-blog-slider-for-images .slick-dots {
	margin: 30px 60px 0px 0;
	position: absolute;
	text-align: center;
	margin-right: 20%;
}

.latest-blog-item-brief .blog-title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.latest-blog-item-brief .blog-title:hover {
	color: var(--main-color-one);
}

.latest-blog-item-brief .btn-wrapper {
	margin-top: 30px;
}

/* ===============================
    Blog Page
=============================== */
.blog-item-content .section-title {
	margin-bottom: 30px;
}

.blog-gallery img {
	margin-bottom: 25px;
}

.blog-item-content .btn-wrapper {
	margin-top: 30px;
}

.blog-gallery .blog-item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.blog-item {
	margin-bottom: 80px;
}

.blog-item-brief-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 40px;
	padding-left: 170px;
	position: relative;
}

.blog-title-inner {
	width: 420px;
	padding: 60px 40px;
	background-color: var(--secondary-color-three);
	border-radius: 0 50px 0 50px;
	position: absolute;
	top: 110px;
	right: -150px;
	z-index: 9;
}

.blog-title-inner .blog-title {
	font-size: 60px;
	color: #fff;
	font-family: var(--google-font-2);
	margin-bottom: 0;
}

.blog-item-brief .post-meta {
	margin-bottom: 35px;
}

.blog-item-brief .btn-wrapper {
	margin-top: 40px;
}

/* bloom-pagination */
.bloom-pagination ul {
	margin: 0;
	padding: 0;
}

.bloom-pagination ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.bloom-pagination ul li:last-child {
	margin-right: 0px;
}

.bloom-pagination ul li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0 5px 0 5px;
	text-align: center;
	display: block;
}

.bloom-pagination ul li:hover a,
.bloom-pagination ul li.active a {
	background-color: var(--main-color-one);
	color: white;
}

.bloom-pagination ul li.arrow-icon:hover a {
	background-color: transparent;
	color: inherit;
}

.blog-itme-area .blog-item:nth-child(even) .blog-item-brief-wrap {
	padding-left: 0;
	padding-right: 170px;
	text-align: right;
}

.blog-itme-area .blog-item:nth-child(even) .blog-title-inner {
	right: auto;
	left: -150px;
	text-align: center;
}

.bloom-sidebar-social-media {
	position: fixed;
	left: 2%;
	top: 50%;
	z-index: 9;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.bloom-sidebar-social-media .social_share li {
	margin: 10px 5px;
}

@media only screen and (max-width: 1200px) {
	.bloom-sidebar-social-media {
		display: none;
	}
}

.blog-options {
	margin-bottom: 50px;
}

.blog-item-2 {
	margin-bottom: 100px;
}

.blog-item-2:last-child {
	margin-bottom: 0;
}

.blog-item-2-img+.blog-item-2-info {
	margin-top: 40px;
}

.blog-item-2-title {
	font-family: var(--google-font-2);
	margin-bottom: 30px;
}

.blog-item-2-title img {
	width: 60px;
	font-size: 26px;
	background-color: var(--main-color-one);
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 0 10px 0 10px;
	margin-right: 20px;
	position: relative;
	padding: 8px 0;
}

.blog-item-2-info .btn-wrapper {
	margin-top: 30px;
}

/* team */
.team-item {
	padding: 0 50px;
}

.team-item .team-img {
	max-width: 200px;
	margin: 0 auto 30px;
}

.team-brief h6 {
	font-size: 20px;
	margin-bottom: 3px;
	color: var(--pragraph-color);
}

.team-brief label {
	font-size: 14px;
	margin-bottom: 15px;
	color: var(--main-color-one);
}

.ui-elements-section-title h2 {
	font-size: 24px;
	display: inline-block;
	border: 1px solid;
	border-color: var(--main-color-one);
	padding: 10px 20px;
	margin-bottom: 50px;
	margin-top: 50px;
}

/* Sign up */
.bloom-calender {
	margin-bottom: 30px;
}

.sign-up-required li {
	font-size: 14px;
}

.reset-password ul {
	padding: 0;
	margin: 0;
}

.reset-password li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
	margin-top: 20px;
}

.reset-password li .boxed-btn {
	min-width: 150px;
}

/* Pricing Table */
.pricing-item {
	margin-bottom: 50px;
}

.price-item-inner {
	background-color: var(--secondary-color);
	max-width: 400px;
	margin: auto;
}

.pricing-title {
	padding: 75px 20px 60px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.pricing-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--secondary-color-three);
	opacity: 0.3;
	z-index: -1;
}

.pricing-title h2 {
	font-size: 45px;
	margin-bottom: 0;
	color: #fff;
	text-shadow: 0px 0px 20px #000;
}

.price-bg-1 {
	background-image: url(../img/others/pricing-1.png);
}

.price-bg-2 {
	background-image: url(../img/others/pricing-2.png);
}

.price-bg-3 {
	background-image: url(../img/others/pricing-3.png);
}

.price-info {
	padding: 50px 66px 55px;
}

.price-info h3 {
	font-size: 50px;
	margin-bottom: 20px;
	color: var(--paragraph-color);
}

.price-info ul {
	padding: 0;
	margin: 40px 0 52px 0;
}

.price-info ul li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid #f4e4e0;
	color: #444444;
}

.price-info ul li:first-child {
	border-top: 1px solid #f4e4e0;
}

.price-info .btn-wrapper {
	margin-top: 40px;
}

.price-active .price-info p,
.price-active .price-info h3 {
	color: var(--heading-color);
}

.price-active .price-item-inner {
	-webkit-box-shadow: 0px 12px 20px #ddd;
	box-shadow: 0px 12px 20px #ddd;
}

.product-search .form-input-box button[type="submit"],
.faq-search-inner .form-input-box button[type="submit"] {
	line-height: 52px;
}

/* My account */
.my-account-tab-menu {
	padding: 50px 0;
}

.my-account-tab-menu a {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	color: var(--main-color-one);
}

.my-account-tab-menu a:last-child {
	margin-bottom: 0;
}

.my-account-tab-menu a {
	position: relative;
	padding-left: 20px;
}

.my-account-tab-menu a:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 100%;
	left: 5px;
	top: 50%;
	background-color: var(--main-color-one);
	visibility: hidden;
	opacity: 0;
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.my-account-tab-menu a.active:before,
.my-account-tab-menu a:hover:before {
	visibility: visible;
	opacity: 1;
}

.my-account-tab-info {
	background-color: var(--secondary-color);
	padding: 95px 250px 100px 150px;
}

.my-account-author-img {
	position: relative;
	display: inline-block;
}

.my-account-author-img:before {
	position: absolute;
	content: "\e61d";
	font-family: "themify";
	right: 0;
	top: 65%;
	height: 40px;
	width: 40px;
	background-color: #fff;
	line-height: 40px;
	border-radius: 100%;
	color: #000;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.my-account-author-img:hover:before {
	visibility: visible;
	opacity: 1;
}

.my-account-author-img:before:hover {
	background-color: var(--main-color-one);
	color: #fff;
}

.my-account-author h4 {
	margin-top: 25px;
	color: var(--main-color-one);
}

.my-account-details-info-text {
	margin-top: 50px;
}

.my-account-details-info-form {
	padding: 0 60px;
	margin-top: 80px;
}

input.password-reset {
	margin-bottom: 10px;
}

.password-required-info {
	font-size: 12px;
}

.my-account-details-info-text h4 {
	margin-bottom: 20px;
	font-size: 24px;
}

.payment-options-add img {
	margin: 0 30px 25px 0;
}

.my-account-details-info.my-orders-info {
	margin-bottom: -30px;
}

.my-password-reset .my-account-details-info-form {
	max-width: 350px;
	padding: 0;
	margin-top: 30px;
}

.my-password-reset .my-account-details-info-text,
.my-orders-info .my-account-details-info-text {
	margin-top: 0;
}

.my-account-tab-info p,
.my-account-tab-info label {
	color: #444444;
}

.on-off-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.on-off-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 20px;
}

.on-off-switch .on-off-switch-btn {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--secondary-color-six);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 13px;
}

.on-off-switch .on-off-switch-btn:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 25px;
	left: 0;
	bottom: 0;
	background-color: #999;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 50px;
}

.on-off-switch input:checked+.on-off-switch-btn {
	background-color: var(--secondary-color-six);
}

.on-off-switch input:checked+.on-off-switch-btn,
.on-off-switch input:focus+.on-off-switch-btn {
	-webkit-box-shadow: 0 0 1px #e5e5e5;
	box-shadow: 0 0 1px #e5e5e5;
}

.on-off-switch input:checked+.on-off-switch-btn:before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background-color: var(--main-color-one);
}

.on-off-switch .on-off-switch-btn.disabled {
	cursor: no-drop;
}

.on-off-switch .on-off-switch-btn.disabled:before {
	background: #7f7f7f;
	left: auto;
	right: 0;
}

.payment-options-add .checkout-btn {
	margin-bottom: 30px;
}

.payment-options-add .checkout-title {
	float: left;
	min-width: 100px;
	margin-right: 15px;
}

.payment-options-add .contact-form-box label {
	display: block;
	overflow: hidden;
}

.product-order-btn-wrapper a {
	display: block;
	min-width: 170px;
	margin-top: 25px;
}

/* -------------------------------------
    11.2 Cart table content
------------------------------------- */
.shoping-cart-tab-menu {
	margin-bottom: 60px;
}

.shoping-cart-tab-menu .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #aaa;
}

.shoping-cart-tab-menu .nav a {
	position: relative;
	padding-bottom: 20px;
}

.shoping-cart-tab-menu .nav a:hover,
.shoping-cart-tab-menu .nav a.active {
	color: var(--main-color-one);
}

.shoping-cart-tab-menu .nav a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background-color: var(--secondary-color-two);
	bottom: -5px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.shoping-cart-tab-menu .nav a:first-child:before {
	left: 0;
	right: auto;
}

.shoping-cart-tab-menu .nav a:last-child:before {
	left: auto;
	right: 0;
}

.shoping-cart-tab-menu .nav a:hover:before,
.shoping-cart-tab-menu .nav a.active:before {
	background-color: var(--main-color-one);
}

.table-content table,
.table-content table th,
.table-content table td {
	border: 0;
	border-collapse: collapse;
}

table {
	width: 100%;
}

.table-content table tr td {
	padding: 20px 30px;
}

.table-content .cart-product-title {
	min-width: 250px;
	max-width: 250px;
}

.cart-product-thumbnail {
	min-width: 150px;
	max-width: 150px;
}

.cart-product-thumbnail img {
	width: 100%;
}

.pro-thumbnail-img img {
	width: 100%;
}

.cart-product-title h6 {
	font-weight: 700;
}

.cart-product-title h6:hover {
	color: var(--main-color-one);
}

.cart-product-price,
.cart-product-subtotal {
	font-size: 16px;
	font-weight: 700;
}

.cart-product-price {
	font-weight: 400;
}

.cart-product-remove a {
	display: block;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-width: 20px;
}

.cart-product-remove a:hover {
	color: #f10;
}

.shopping-header {
	margin-bottom: 40px;
}

.shoping-cart-inner-table .product-meta {
	margin-bottom: 0px;
}

.shoping-cart-inner-table .product-quantity .cart-plus-minus .cart-plus-minus-box {
	margin: 0 15px 0 0;
}

.shopping-cart-coupon {
	margin-top: 50px;
}

.shopping-cart-total-inner {
	margin-top: 50px;
	display: inline-block;
}

.shopping-cart-total-inner td {
	padding: 8px 10px;
	color: #444444;
}

.shoppint-cart-total {
	border-top: 1px solid;
	border-color: var(--main-color-one);
	margin-top: 40px;
}

.shopping-cart-coupon .form-input-box {
	max-width: 300px;
}

.shopping-cart-total-inner .save-from-coupon {
	color: var(--secondary-color-three);
}

.shopping-cart-total-inner .cart-total-title {
	font-size: 30px;
}

.shopping-cart-total-inner .cart-total-price {
	font-size: 30px;
	font-weight: 700;
}

.shipping-subtotal-inner {
	padding: 70px 50px 80px;
	background-color: var(--secondary-color);
	max-width: 400px;
}

.shipping-subtotal-inner table tr td:first-child {
	text-align: left;
}

.shipping-subtotal-inner table tr td:last-child {
	text-align: right;
	font-weight: 700;
}

.shipping-subtotal-inner .btn-wrapper {
	margin-top: 30px;
}

.shipping-subtotal-inner table tr.shipping-subtotal-price {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid;
	border-color: var(--main-color-one);
	padding-top: 10px;
}

.shopping-cart-btn .boxed-btn {
	margin-right: 20px;
}

.shopping-cart-btn .boxed-btn:last-child {
	margin-right: 0px;
}

.shipping-address h4 {
	margin-bottom: 30px;
}

.shipping-method {
	margin-top: 50px;
}

.shipping-method h4 {
	margin-bottom: 35px;
}

.shipping-method ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.shipping-method ul li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}

.shipping-method ul li:last-child {
	margin-bottom: 0;
}

.shipping-method ul li input[type="radio"] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.shipping-method ul li label {
	display: block;
	position: relative;
	margin: 0;
	z-index: 9;
	cursor: pointer;
}

.shipping-method ul li .check {
	display: block;
	position: absolute;
	border: 1px solid;
	border-color: var(--main-color-one);
	background-color: var(--secondary-color);
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 0px;
	z-index: 5;
	-webkit-transition: border 0.25s linear;
	-o-transition: border 0.25s linear;
	transition: border 0.25s linear;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shipping-method ul li .check::before {
	display: block;
	position: absolute;
	content: "";
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 4px;
	left: 4px;
	margin: auto;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.shipping-method input[type="radio"]:checked~.check {
	border: 1px solid;
	border-color: var(--main-color-one);
}

.shipping-method input[type="radio"]:checked~.check::before {
	background-color: var(--main-color-one);
}

.shipping-method input[type="radio"]:checked~label {
	color: var(--paragraph-color);
}

.payment-method ul li .check {
	top: 5px;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}

.payment-method ul li label img {
	margin-left: 15px;
}

.payment-method p {
	margin-top: 10px;
}

.shipping-info-inner .payment-method {
	margin-top: 0;
}

.shipping-info-inner .shipping-subtotal-inner {
	margin-top: 0;
}

.shipping-summery-inner {
	max-width: 450px;
}

.shipping-summery-inner h4 {
	margin-bottom: 30px;
}

.shipping-summery-brief {
	margin-bottom: 50px;
}

.shipping-summery-inner .table-content table tr td {
	padding: 20px 15px;
}

.shipping-summery-price-info-inner {
	display: inline-block;
}

.shipping-summery-price-info-inner table td {
	padding: 5px 5px;
}

.shipping-summery-price-info {
	border-top: 1px solid;
	border-color: var(--main-color-one);
	margin-top: 20px;
	padding-top: 30px;
}

.shipped-to {
	background-color: var(--secondary-color);
	padding: 50px 40px 30px;
	margin-top: 30px;
}

.shipped-to h4 {
	margin-bottom: 20px;
}

.shipped-to p {
	color: #444444;
}

.track-order {
	margin-top: 80px;
}

.track-order p {
	margin-top: 10px;
}

/* checkbox-item */
.checkbox-item {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkbox-item .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: var(--secondary-color);
	border: 1px solid;
	border-color: var(--main-color-one);
}

/* On mouse-over, add a grey background color */
.checkbox-item:hover input~.checkmark {
	background-color: var(--secondary-color);
}

/* When the checkbox is checked, add a blue background */
.checkbox-item input:checked~.checkmark {
	background-color: var(--main-color-one);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-item .checkmark:after {
	position: absolute;
	content: "";
	display: none;
}

/* Show the checkmark when checked */
.checkbox-item input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-item .checkmark:after {
	left: 4px;
	top: 0px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bloom-gallery-item {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.bloom-gallery-item-inner {
	margin-bottom: 16px;
}

.bloom-gallery-item img {
	width: 100%;
}

@media (max-width: 767px) {
	.gallery-filter-area {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.bloom-gallery-item {
		width: 48%;
	}
}

.features-area {
	margin-left: -120px;
}

.features-inner {
	background-color: var(--secondary-color);
	padding: 100px 120px 60px 120px;
}

.features-inner .features-title {
	font-size: 50px;
	margin-bottom: 50px;
}

.features-inner .features-item {
	margin-bottom: 30px;
	padding: 0 10px;
}

.features-inner .features-item .features-icon {
	float: left;
	margin: 10px 30px 0 0;
}

.features-inner .features-item .features-brief {
	overflow: hidden;
}

.features-inner .features-item .features-brief h2 {
	font-size: 26px;
}

.features-inner .features-item .features-brief p {
	font-size: 14px;
	color: #444444;
}

.comming-soon-page.navbar>.container,
.comming-soon-page.navbar>.container-fluid {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.coming-soon-area {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--secondary-color-two);
	position: relative;
}

.coming-soon-bg {
	background-image: url(../img/slider/home-2/2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.coming-soon-bg:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.3;
}

.coming-soon-inner {
	padding: 110px 0 50px 0;
	height: 100%;
	text-align: center;
}

.coming-soon-title {
	font-size: 120px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 32px;
	color: #fff;
}

.comming-soon-progress {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}

.comming-soon-progress .progress {
	background-color: #d6bebc;
	height: 12px;
}

.comming-soon-progress .progress-bar {
	background-color: #e96231;
}

.coming-soon-brief {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}

.coming-soon-brief p {
	color: #fff;
}

.coming-soon-inner .form-input-box {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.coming-soon-inner .form-input-box input[type="text"] {
	border-color: #fff;
	background-color: #fff;
}

.scrollbar-primary {
	overflow-y: scroll;
}

.scrollbar-primary::-webkit-scrollbar {
	width: 4px;
	background-color: var(--secondary-color-two);
	border-radius: 30px;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
	background-color: var(--main-color-one);
}

#lightcase-overlay {
	z-index: 9999;
}

#lightcase-case {
	z-index: 9999;
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-top {
	background-color: var(--secondary-color);
	padding: 103px 0 32px;
}

.copyright-area {
	background-color: var(--secondary-color);
	padding: 20px 0 20px;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid;
	border-color: rgba(189, 111, 81, 0.2);
}

.copyright-area i,
.copyright-area a {
	color: var(--main-color-one);
}

.copyright-area i {
	font-size: 13px;
}

.copyright-area a {
	font-weight: 700;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	background-color: var(--secondary-color-two);
	color: #eee;
	text-align: center;
	line-height: 40px;
	border-radius: 0 15px 0 15px;
	z-index: 99;
	font-size: 20px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	display: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.back-to-top:hover {
	background-color: var(--main-color-one);
	color: #eee;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
	position: fixed;
	content: "";
	-webkit-transform: translate(-100%, -240%);
	-ms-transform: translate(-100%, -240%);
	transform: translate(-100%, -240%);
	font-size: 62px;
}

.preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	background-color: #6d8e90;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.preloader-inner .cancel-preloader {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.preloader-inner .cancel-preloader a {
	background-color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--main-color-one);
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
	background-color: var(--secondary-color);
	color: #fff;
}

.spinner {
	margin: 120px auto;
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2s infinite linear;
	animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: var(--main-color-one);
	border-radius: 100%;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
}

.search-popup .search-form {
	min-width: 600px;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	visibility: hidden;
	opacity: 0;
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-webkit-transform: translate(-50%, -50%);
	/* Chrome, Safari, Opera */
	transform: translate(-50%, -50%);
	z-index: 999;
}

.search-popup .search-form .form-group .form-control {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 54px;
	padding: 0 100px 0 30px;
	background-color: #fff;
}

.search-popup .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	color: #fff;
	width: 60px;
	height: 54px;
	line-height: 60px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: var(--main-color-one);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.search-popup .search-form .submit-btn:hover {
	background-color: var(--secondary-color-three);
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(214, 190, 188, 0.95);
	z-index: 99;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
		progress;
}

.body-overlay.active {
	visibility: visible;
	opacity: 0.8;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
	display: block;
}

.btn-wrapper .boxed-btn {
	background-color: var(--main-color-one);
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-weight: 400;
	cursor: pointer;
}

.btn-wrapper .boxed-btn.white:hover {
	background-color: #fff;
	color: var(--main-color-one);
}

.btn-wrapper .boxed-btn:hover {
	background-color: var(--secondary-color-three);
}

.btn-wrapper .boxed-btn.btn-rounded {
	border-radius: 0 30px 0 30px;
}

.btn-wrapper .boxed-btn.reverse-color {
	background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.reverse-color:hover {
	background-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.btn-opacity-6 {
	opacity: 0.6;
}

.btn-wrapper .boxed-btn.btn-opacity-6:hover {
	opacity: 1;
	background-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.btn-opacity-7 {
	opacity: 0.7;
}

.btn-wrapper .boxed-btn.btn-opacity-7:hover {
	opacity: 1;
	background-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.btn-opacity-8 {
	opacity: 0.8;
}

.btn-wrapper .boxed-btn.btn-opacity-8:hover {
	opacity: 1;
	background-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.btn-opacity-9 {
	opacity: 0.9;
}

.btn-wrapper .boxed-btn.btn-opacity-9:hover {
	opacity: 1;
	background-color: var(--main-color-one);
}

@media only screen and (max-width: 768px) {
	.tablet-center {
		text-align: center;
	}

	.tablet-left {
		text-align: left;
	}

	.tablet-right {
		text-align: right;
	}
}

@media only screen and (max-width: 414px) {
	.mobile-center {
		text-align: center;
	}

	.mobile-left {
		text-align: left;
	}

	.mobile-right {
		text-align: right;
	}
}

/*----------------------------------------
  ## Section title
----------------------------------------*/
.section-title-area {
	margin-bottom: 55px;
}

.section-title+p {
	margin-top: 25px;
	margin-bottom: 0;
}

.section-title-area p+p {
	margin-top: 15px;
}

.section-title.white .title {
	color: #fff;
}

.section-title.white p {
	color: rgba(255, 255, 255, 0.7);
}

.section-title .title {
	font-size: 50px;
	font-weight: 400;
	display: inline-block;
	color: var(--heading-color);
	font-family: var(--google-font-2);
	line-height: 1.2;
}

.section-title .title span {
	color: var(--secondary-color-three);
	overflow: hidden;
	padding-left: 10px;
}

.section-title p {
	font-size: 16px;
	line-height: 1.8;
	color: var(--paragraph-color);
	margin-top: 20px;
}

.section-title-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-title-2 .icon {
	float: left;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
}

.section-title-2 .icon img {
	width: 60px;
	font-size: 26px;
	background-color: var(--main-color-one);
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 0 10px 0 10px;
	margin-right: 20px;
	position: relative;
	bottom: -3px;
	padding: 8px 3px;
}

.section-title-2 .title-text {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.text-center .section-title-2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.text-right .section-title-2 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.text-right .section-title-2 .icon {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

.section-title-width {
	width: calc(100% - 32%);
}

.section-title-width.text-center {
	margin-left: auto;
	margin-right: auto;
}

.section-title-width.text-left {
	margin-left: 0;
	margin-right: auto;
}

.section-title-width.text-right {
	margin-left: auto;
	margin-right: 0;
}

.blog-details-comment .section-title-2 .icon,
.blog-details-comment-reply .section-title-2 .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}

.blog-details-comment .section-title-2 .icon img,
.blog-details-comment-reply .section-title-2 .icon img {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
}

.blog-details-comment .section-title-2 .title,
.blog-details-comment-reply .section-title-2 .title {
	font-size: 30px;
	font-weight: 400;
}

.mini-cart-inner .section-title-area {
	margin-bottom: 0px;
}

.popup-item-inner .section-title-area {
	margin-bottom: 30px;
}

.mini-cart-inner .section-title-2 .icon,
.popup-item-inner .section-title-2 .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}

.mini-cart-inner .section-title .title,
.popup-item-inner .section-title .title {
	font-size: 30px;
}

.mini-cart-inner .section-title-2 .icon img,
.popup-item-inner .section-title-2 .icon img {
	width: 40px;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	bottom: 0;
}

.popup-item-inner input[type="text"],
.popup-item-inner input[type="email"],
.popup-item-inner input[type="password"],
.popup-item-inner input[type="submit"] {
	height: 35px;
	margin-bottom: 15px;
}

.popup-item-inner textarea {
	margin-bottom: 20px;
	min-height: 60px;
}

.footer-background {
	background-image: url("../img/sky_liner_bia.png");
	/* percorso da adattare */
	background-position: bottom center;
	/* allineato in basso al centro */
	background-repeat: no-repeat;
	/* non ripetuto */
	background-size: 100% auto;
	/* largo 100%, altezza proporzionale */
	width: 100%;
}

.big-text {
	font-size: 20px;
	font-weight: bold;
}

.fade-in {
	opacity: 0.9 !important;
}