/* ----------------------------------------- */
.title {
	text-align: center;
	margin: 0 0 35px 0;
}

.title img {
	margin: 0 auto 5px auto;
}

.title h2 {
	margin: 0;
	color: var(--color-primary);
	font-family: var(--font-primary);
	text-transform: uppercase;
}

.title h2 span {
	font-weight: 100;
	font-family: var(--font-primary-400);
}

.title p {
	margin-top: 12px;
}

h2 {
	position: relative;
}

h2>i {
	width: 37px;
	height: 8px;
	display: inline-block;
	margin: 0 0 7px 10px;
	background: url(../images/loading.png) no-repeat;
}

/* ----------------------------------------- */

.sub-banner {
	width: 100%;
	border-bottom: 1px solid #f4ebd1;
	background-position: center right;
}

.sub-banner>div {
	height: 273px;
	display: flex;
	position: relative;
	align-items: center;
}

.woocommerce-shop .sub-banner>div {
	height: 442px;
}

.sub-banner-single {
	background-position: right top;
}

.sub-banner-single>div {
	height: 450px;
	display: flex;
	position: relative;
	align-items: flex-end;
}

.sub-banner h1 {
	text-transform: uppercase;
}

.sub-banner-single h1 {
	color: #fefefe;
	font-size: 30px;
	font-weight: 500;
	font-family: var(--font-secondary);
	margin: 0 0 102px 80px;
}

.sub-banner-single .back-link {
	position: absolute;
	top: 45px;
	left: 5px;
	z-index: 1;
}

/* ----------------------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.header-top {
	padding: 24px 0;
	background: var(--color-primary);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.header-sticky .header-top {
	padding: 10px 0;
}

.header .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* ----------------------------------------- */

.site-logo {
	width: 220px;
	display: inline-block;
}

.header-right-block {
	display: flex;
	width: calc(100% - 220px);
	margin: auto;
	align-items: center;
	justify-content: flex-end;
}

/* ----------------------------------------- */

.header-search {
	--search-width: 450px;
	display: flex;
	height: 44px;
	border-radius: 22px;
	position: relative;
	width: 100%;
	max-width: var(--search-width);
}

.header-search input {
	border: none;
}

.header-search input:first-child {
	width: 100%;
	max-width: var(--search-width);
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 0 32px;
	font-size: 12px;
	letter-spacing: 1px;
}

.header-search input:last-child {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 0;
	background-color: var(--color-yellow);
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.header-search input:last-child:hover {
	background-color: var(--color-secondary);
}

/* ----------------------------------------- */

.site-options {
	display: flex;
	margin-left: 55px;
}

.site-options li {
	display: flex;
	align-items: center;
	position: relative;
}

.site-options li+li {
	margin-left: 34px;
}

.site-options a {
	display: flex;
	position: relative;
	align-items: center;
}

.site-options a,
.site-options select {
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}

.site-options li>a:hover,
.site-options li>select:hover {
	color: var(--color-secondary);
}

/* .site-options a span {
	margin-right: 4px;
} */

.site-options select {
	border: none;
	padding-right: 22px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right center;
}

.site-options li .submenu {
	display: none;
	position: absolute;
	top: 130%;
	border-radius: 6px;
	right: 0;
	overflow: hidden;
}

/* .site-options li .submenu::after {
	content: "";
	position: absolute;
	top: -5px;
	right: 5px;
	width: 10px;
	height: 10px;
	background-color: red;
	transform: rotateZ(45deg);
} */

.site-options li .submenu a {
	padding: 10px;
	display: block;
	background: var(--color-secondary);
}

.site-options li a span {
	margin-right: 5px;
	display: inline-block;
}

.site-options li .submenu li {
	margin: 0;
	display: block;
	/* width: 85px; */
}

.site-options li .submenu li+li a {
	border-top: 1px solid #b79948;
}

.site-options li .submenu li a {
	padding: 5px;
	font-size: 10px;
}

.site-options li .submenu li a:hover {
	color: var(--color-primary);
}

.site-options li .open {
	display: block;
}

.site-options>li:first-child {
	display: none;
}

.site-options li .dropdown {
	padding-right: 20px;
	position: relative;
}

.site-options li .dropdown span {
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.site-options li .open span {
	transform: rotateZ(180deg);
}

/* ----------------------------------------- */

.navbar {
	width: 100%;
	padding: 18px 0;
	background: #ffffff;
	border-bottom: 1px solid rgba(205, 175, 93, 0.4);
}

.navbar ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.navbar a {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.navbar a:hover {
	color: var(--color-secondary);
}

/* ----------------------------------------- */

.search-pannel {
	--search-height: 35px;
	position: absolute;
	height: var(--search-height);
	top: -13px;
	width: 197px;
	display: none;
	border-radius: 30px;
	overflow: hidden;
	right: calc(100% + 7px);
	z-index: 99;
}

.search-expand {
	width: 100%;
	z-index: 999;
	padding: 0 5% 0 15px;
	background: #fff;
	border: none;
	font-size: 12px;
	height: var(--search-height);
}

.search-btn {
	color: #fff;
	cursor: pointer;
}

/* ----------------------------------------- */
.shop-categories {
	padding: 95px 0 135px 0;
	background-repeat: no-repeat;
	background-position: right top;
}

/* ----------------------------------------- */
.arrivals {
	padding: 105px 0 135px 0;
}

/* ----------------------------------------- */

.hm-long-section {
	background: url(../images/hmbg1.png) left top,
		url(../images/back1-bg.jpg) right bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* ----------------------------------------- */

.item-listing {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}

.item-listing li {
	text-align: center;
	width: calc(100% / 6);
}

.item-listing a {
	display: flex;
	flex-wrap: wrap;
	padding: 0 7px;
}

.item-listing img {
	margin: auto;
	width: 100%;
	/* width: 220px;
	height: 220px; */
	background-color: #fafafa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.item-listing span {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin: 27px 0 0 0;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.item-listing li div {
	border-radius: 50%;
	width: 100%;
}

.item-listing a:hover span {
	color: var(--color-secondary);
}

.item-listing a:hover img {
	-moz-box-shadow: inset 0 0 22px var(--color-secondary);
	-webkit-box-shadow: inset 0 0 22px var(--color-secondary);
	box-shadow: inset 0 0 22px var(--color-secondary);
}

/* ----------------------------------------- */

.arrival-list .item {
	overflow: hidden;
	position: relative;
}

.arrival-list .item,
.arrival-list .item img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.arrival-list .item .content {
	position: absolute;
	bottom: 0;
	padding-bottom: 25px;
	text-align: center;
	width: 100%;
}

.arrival-list .item h3 {
	display: block;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.arrival-list .item a {
	color: #ffffff;
	font-size: 13px;
	display: block;
	max-width: 213px;
	padding: 16px 10px;
	border: 1px solid #ededed;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	margin: 0 auto;
	font-weight: 500;
}

.arrival-list .item a:hover {
	border-color: var(--color-primary);
	background: var(--color-primary);
}

.view-collection {
	text-align: center;
}

.view-collection .btn {
	margin-top: 34px;
}

/* ----------------------------------------- */

.engagement-rings {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 138px 0 100px 0;
	position: relative;
	z-index: 0;
}

.engagement-rings .rings-pos-img {
	position: absolute;
	left: 0;
	top: 40%;
}

.engagement-rings .rings-pos-img2 {
	position: absolute;
	left: 32%;
	top: 85%;
}

.enga-image {
	overflow: hidden;
	margin-left: auto;
	width: 41.5%;
}

.enga-image img {
	width: 100%;
}

.enga-image,
.enga-image img {
	-webkit-border-radius: 120px 0 0 20px;
	-moz-border-radius: 120px 0 0 20px;
	border-radius: 120px 0 0 20px;
}

.enga-content {
	width: 58.5%;
}

.enga-content h2 {
	color: var(--color-primary);
	font-family: var(--font-primary);
	text-transform: uppercase;
}

.enga-content h2 span {
	font-weight: 100;
	font-family: var(--font-primary-400);
}

.enga-content p {
	margin: 0;
}

.enga-content .btn {
	margin-top: 32px;
}

/* ----------------------------------------- */

.treat-someone {
	padding: 20px 0 120px 0;
}

.treat-listing .item {
	text-align: center;
	position: relative;
}

.treat-listing .round-arrow {
	position: absolute;
	top: 0;
	border-radius: 50%;
}

.treat-listing .item:hover .round-arrow {
	animation: mymove 5s infinite;
}

.treat-listing a {
	width: 277px;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 50% 50% 0 0;
	-moz-border-radius: 50% 50% 0 0;
	border-radius: 50% 50% 0 0;
}

.treat-listing a img {
	background-size: cover;
	background-repeat: no-repeat;
}

.treat-listing .item span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
	text-transform: uppercase;
	color: var(--color-primary);
}

/* ----------------------------------------- */

.explore {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 138px 0 100px 0;
	position: relative;
	z-index: 0;
}

.explore-image {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: auto;
	position: relative;
	width: 41.5%;
}

.explore-image img {
	width: 100%;
}

.explore-image,
.explore-image img {
	-webkit-border-radius: 0 20px 120px 0;
	-moz-border-radius: 0 20px 120px 0;
	border-radius: 0 20px 120px 0;
}

.explore-image .play-btn {
	position: absolute;
	z-index: 1;
	display: block;
}

.explore-image .play-btn:hover .st0 {
	fill: var(--color-secondary);
}

.explore-image .play-btn svg {
	width: 86px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.explore-content {
	display: flex;
	justify-content: flex-start;
	width: 58.5%;
	padding-left: 100px;
}

.explore-content h2 {
	line-height: 35px;
	color: var(--color-primary);
	font-family: var(--font-primary);
	text-transform: uppercase;
	position: relative;
}

.explore-content p {
	margin: 0;
}

.explore-content h2 span {
	width: 100%;
	display: block;
	font-weight: 100;
	font-family: var(--font-primary-400);
}

.explore-content .btn {
	margin-top: 32px;
}

.explore .explore-pos-img2 {
	position: absolute;
	right: 29%;
	bottom: 12%;
}

.explore .explore-pos-img {
	position: absolute;
	right: 0;
	top: 35%;
}

/* ----------------------------------------- */

.testimonial {
	padding-bottom: 60px;
	background-image: url(../images/qt-big.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 0;
}

.testimonial-listing {
	text-align: center;
}

.testimonial-listing .item img {
	width: auto;
	margin: auto;
}

.testimonial-listing .icon-qte {
	margin: 0;
	font-size: 34px;
	color: var(--color-primary);
}

.testimonial-listing h2 {
	font-size: 27px;
	max-width: 435px;
	font-weight: 500;
	margin: 60px auto 20px auto;
	color: var(--color-secondary);
	line-height: 29px;
}

.testimonial-listing p {
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	max-width: 565px;
	line-height: 29px;
}

.testimonial-listing span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin: 60px 0 0 0;
	text-transform: capitalize;
}

.testimonial .testimonial-pos-img {
	position: absolute;
	left: 16%;
	bottom: 20%;
}

/* ----------------------------------------- */

.home-options {
	padding: 110px 0 0 0;
	background-color: var(--color-light);
}

.options-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	row-gap: 20px;
}

.options-list li {
	width: 23%;
	margin: 0 1%;
	text-align: center;
}

.options-list h2 {
	font-size: 14px;
	margin: 0;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--color-primary);
	text-transform: uppercase;
}

.options-list span {
	display: block;
}

.options-list .line {
	display: block;
	width: 100%;
	margin: 18px 0 28px 0;
	height: 2px;
	background: #d9d9d9;
}

/* ----------------------------------------- */

.insta-section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 115px;
}

.insta-section h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.insta-section h3 a {
	color: var(--color-primary);
}

.insta-section h3 span {
	font-size: 22px;
	color: #000000;
	margin: -2px 5px 0 0;
}

.insta-lising {
	padding: 12px;
	background-color: var(--color-light);
}

/* ----------------------------------------- */

.home .footer {
	margin-top: -150px;
	padding-top: 280px;
}

.footer {
	padding-top: 145px;
}

.footer .first-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}

.footer-block-1 {
	padding-bottom: 100px;
}

/* ----------------------------------------- */

.news-letter {
	width: 50%;
}

.news-letter form {
	display: flex;
	max-width: 512px;
	margin: 30px 0 0 0;
}

.news-letter input {
	border: none;
}

.news-letter input::placeholder {
	color: #ffffff;
	opacity: 1;
}

.news-letter input:first-child {
	width: calc(100% - 184px);
	color: #ffffff;
	padding: 0 32px;
	font-size: 13px;
	font-weight: 300;
	background-color: #39479e;
	-webkit-border-radius: 26px 0 0 26px;
	-moz-border-radius: 26px 0 0 26px;
	border-radius: 26px 0 0 26px;
}

.news-letter input:last-child {
	width: 184px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: var(--color-secondary);
	-webkit-border-radius: 0 26px 26px 0;
	-moz-border-radius: 0 26px 26px 0;
	border-radius: 0 26px 26px 0;
	padding: 17px 10px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.news-letter input:last-child:hover {
	background-color: var(--color-yellow);
}

/* ----------------------------------------- */

.quicklinks {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}

.quicklinks>div {
	width: 33.33%;
}

.quicklinks h3 {
	font-weight: bold;
}

.quicklinks ul {
	margin: 34px 0 0 0;
}

.quicklinks li:first-child a {
	padding-top: 0;
}

.quicklinks li a {
	color: #ffffff;
	font-size: 13px;
	padding: 8px 0;
	display: block;
}

.quicklinks li a:hover {
	color: var(--color-secondary);
}

/* ----------------------------------------- */

.second-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 70px 0 0 0;
	justify-content: space-between;
}

.paymet-side {
	width: 50%;
}

.paymet-side>div {
	margin: 85px 0 0 0;
}

.paymet-side img {
	margin: 30px 0 0 0;
}

.contact-side {
	width: 50%;
}

.contact-side ul {
	margin: 40px 0 0 0;
}

.contact-side li a,
.contact-side li span {
	font-size: 14px;
	color: #ffffff;
}

.contact-side li+li {
	margin-top: 45px;
}

.contact-side li span {
	display: block;
	margin: 0 0 7px 0;
	font-weight: bold;
}

.contact-side li a:hover {
	color: var(--color-secondary);
}

.social-media {
	display: flex;
	margin: 30px 0 0 0;
}

.social-media li a {
	color: #ffffff;
}

.social-media li a:hover {
	color: var(--color-secondary);
}

.social-media li span {
	font-size: 27px;
}

.social-media li+li {
	margin-left: 30px;
}

/* ----------------------------------------- */

.appoinment {
	padding: 100px 0;
	position: relative;
}

.appoinment .appoinment-pos-img1,
.appoinment .appoinment-pos-img2,
.appoinment .appoinment-pos-img3,
.appoinment .appoinment-pos-img4 {
	position: absolute;
}

.appoinment .appoinment-pos-img1 {
	left: 0;
	bottom: 10%;
}

.appoinment .appoinment-pos-img2 {
	left: 0;
	bottom: 30%;
}

.appoinment .appoinment-pos-img3 {
	right: 14.5%;
	top: 13%;
}

.appoinment .appoinment-pos-img4 {
	right: 14.5%;
	top: 40%;
}

.appoinment .container-big {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.center-pos {
	max-width: 430px;
	padding: 10px 12px;
	border: 1px solid rgba(40, 52, 124, 0.1);
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	position: relative;
	margin: 0 auto;
}

.center-pos .pos-big {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.center-pos .pos-top,
.center-pos .pos-bottom {
	position: absolute;
}

.center-pos .pos-top {
	right: -41px;
	top: 5%;
}

.center-pos .pos-bottom {
	bottom: 5%;
	left: -65px;
	z-index: 1;
}

.outer-box {
	display: flex;
	width: 100%;
	align-items: flex-end;
	justify-content: center;
}

.share-wtsp {
	color: #ffffff;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 331px;
	width: 100%;
	text-transform: uppercase;
	background-color: var(--color-primary);
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	position: absolute;
	bottom: 77px;
	z-index: 2;
}

.share-wtsp span {
	font-size: 24px;
	margin-right: 5px;
}

.share-wtsp:hover {
	background-color: var(--color-secondary);
}

.six-circles {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.six-circles ul {
	position: relative;
	height: 606px;
}

.six-circles li {
	--space-13: 13%;
	--circle-w: 172px;
	width: var(--circle-w);
	height: var(--circle-w);
	font-size: 14px;
	font-weight: 600;
	background-image: url(../images/appo-round.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
	text-transform: capitalize;
	padding: 10px;
	position: absolute;
}

.six-circles li:nth-child(1) {
	left: var(--space-13);
	top: -6%;
}

.six-circles li:nth-child(2) {
	left: 0;
	bottom: 38%;
}

.six-circles li:nth-child(3) {
	left: var(--space-13);
	bottom: 0;
}

.six-circles li:nth-child(4) {
	right: var(--space-13);
	top: -6%;
}

.six-circles li:nth-child(5) {
	right: 0;
	bottom: 38%;
}

.six-circles li:nth-child(6) {
	right: var(--space-13);
	bottom: 0;
}

.center-content {
	position: absolute;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
	z-index: 1;
}

.center-content h2 {
	font-size: 90px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: var(--font-primary-400);
	position: relative;
}

.center-content h2 .right,
.center-content h2 .left {
	position: absolute;
	text-transform: uppercase;
	font-size: 25px;
	color: var(--color-primary);
	line-height: 1;
}

.center-content h2 .center {
	text-shadow: 2px 2px 32px #b98c6b;
}

.center-content h2 .left {
	left: 0;
	top: 0;

	margin: -70px 0 0 0;
}

.center-content h2 .right {
	right: 0;
	bottom: 0;
	margin: 0 0 -70px 0;
}

/* ----------------------------------------- */

.footer-block-2 {
	border-top: 1px solid #35407e;
}

.footer-block-2>div {
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-block-2 div>* {
	width: 50%;
}

.footer-block-2 p {
	margin: 0;
	font-size: 12px;
	color: #ffffff;
}

.footer-block-2 ul {
	display: flex;
}

.footer-block-2 li a {
	font-size: 12px;
	color: #ffffff;
}

.footer-block-2 li a:hover {
	color: var(--color-secondary);
}

.footer-block-2 li+li {
	margin-left: 40px;
}

/* ------------------------------------------------------
					blog page
--------------------------------------------------------- */

.blog-all-list {
	padding: 75px 0 100px 0;
	background: url(../images/blog-bg-top.png) left top, url(../images/blog-bg-bottom.png) right bottom;
	background-repeat: no-repeat;
}

.blog-head {
	margin: 0 0 69px 0;
	display: flex;
	justify-content: center;
}

.blog-head ul {
	display: flex;
}

.blog-head li+li {
	margin-left: 30px;
}

.blog-head li a {
	display: block;
	padding: 8px 25px;
	font-size: 20px;
	color: #494949;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

.blog-head li a:hover {
	color: var(--color-primary);
}

.blog-head .active a {
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.blog-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	row-gap: 70px;
}

.blog-item {
	width: 31.33%;
	margin: 0 1%;
}

.blog-item>a {
	display: block;
	margin-bottom: 35px;
}

.blog-item>a,
.blog-item>a img {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.blog-item>a img {
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-item>span {
	display: block;
	font-size: 14px;
}

.blog-item h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 20px 0 30px;
}

.blog-item h3 a:hover {
	color: var(--color-secondary);
}

.blog-item p {
	margin: 0;
	font-size: 14px;
	color: #2f2f2f;
}

/* -------------------------------- */

.blog-detail-page {
	padding: 110px 0 100px;
	background-image: url(../images/blog-bg-top-single.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.blog-detail-page .container {
	position: relative;
}

.blog-detail-page .pos-flowr1 {
	right: -2%;
	bottom: 50%;
}

.blog-detail-page .pos-flowr2 {
	left: -2%;
	bottom: 10%;
}

.blog-detail-page .pos-flowr1,
.blog-detail-page .pos-flowr2 {
	position: absolute;
}

.blog-detail-list span {
	display: block;
	margin-bottom: 30px;
}

.blog-detail-list h3 {
	font-size: 30px;
	font-weight: 500;
}

.blog-detail-list img {
	margin: 30px 0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.blog-detail-list p {
	margin: 30px 0;
}

/* -------------------------------- */

.related-listing-all {
	padding: 100px 0 134px 0;
	border-top: 1px solid #f0f1f6;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.related-listing-all .title {
	margin: 0;
}

.related-listing-all .blog-list {
	margin: 68px 0 0 0;
	padding: 0;
	row-gap: 0;
}

.related-listing .blog-item {
	width: 100%;
	margin: 0;
}

/* ------------------------------------------------------
					About page
--------------------------------------------------------- */

.who-we-are {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 125px 0 130px 0;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

.who-we-are-pos-img1 {
	position: absolute;
	top: 17%;
	left: 11%;
}

.who-we-are-image {
	width: 37.4%;
	overflow: hidden;
	margin-left: auto;
}

.who-we-are-image,
.who-we-are-image img {
	-webkit-border-radius: 200px 0 0 20px;
	-moz-border-radius: 200px 0 0 20px;
	border-radius: 200px 0 0 20px;
}

.who-we-are-content {
	padding-right: 110px;
	width: 62.6%;
}

.who-we-are-content h2 {
	color: var(--color-primary);
	font-family: var(--font-primary);
	margin: 0 0 35px 0;
	text-transform: uppercase;
}

.who-we-are-content p {
	margin: 0;
}

.who-we-are-content p+p {
	margin-top: 25px;
}

/* -------------------------------- */

.mission-section {
	padding: 110px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.mission-section .container {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	justify-content: space-between;
}

.mission-section .item {
	width: 48.8%;
	border: solid 1px rgba(255, 255, 255, 0.5);
	padding: 80px 50px 60px 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.mission-section .item h2 {
	font-size: 30px;
	margin: 0 0 30px 0;
	font-family: var(--font-primary-400);
	text-transform: uppercase;
}

.mission-section .item p {
	font-size: 14px;
	line-height: 22px;
}

.mission-section .item p,
.mission-section .item h2 {
	color: #fff;
}

/* -------------------------------- */

.making-process {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 125px 0 130px 0;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
}

.making-process-img2 {
	position: absolute;
	right: 0;
	bottom: -8%;
}

.making-process-image {
	width: 37.4%;
	overflow: hidden;
	margin-left: auto;
}

.making-process-image,
.making-process-image img {
	-webkit-border-radius: 0 20px 200px 0;
	-moz-border-radius: 0 20px 200px 0;
	border-radius: 0 20px 200px 0;
}

.making-process-content {
	padding-left: 110px;
	width: 62.6%;
}

.making-process-content h2 {
	margin: 0 0 35px 0;
	text-transform: uppercase;
	color: var(--color-primary);
	font-family: var(--font-primary);
}

.making-process-content p {
	margin: 0;
	max-width: 74%;
}

.making-process-content p+p {
	margin-top: 25px;
}

.making-process-content .btn {
	margin-top: 32px;
}

/* ---------------------------woo coustom style----------------------------- */

.page-single {
	padding-top: var(--space-125);
	padding-bottom: var(--space-125);
}

.woocommerce-account .page-single {
	background: url(../images/logbg-2.png) no-repeat left top, url(../images/logbg-1.png) no-repeat right bottom;
	background-repeat: no-repeat;
	position: relative;
}

.woocommerce-account .page-single .login-pos-img1 {
	position: absolute;
	left: 18%;
	top: 10%;
}

.woocommerce-account .page-single .login-pos-img2 {
	position: absolute;
	right: 0;
	bottom: -5%;
}