
html,body{padding:0;margin:0;}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list-style, ol.list-style {
	padding: 0;
}
 ul.list-style li::marker, ol.list-style li::marker {
 color: #7D6155;
}
.unstyled {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.offcanvas-header button{ background-color:transparent;border: none;}
 @media only screen and (min-width: 1400px) and (max-width: 1920px) {
.container-fluid {
	max-width: 100%;
	padding-left: 96px;
	padding-right: 96px;
}
}
 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
.container-fluid {
	max-width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}
}
@media only screen and (min-width: 575px) and (max-width: 1199px) {
.container-fluid {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
}
.page-content {
	margin: 20px 0;
}
.categories .col-lg-6 {
	margin-bottom: 2%;
}
.features-1 {
	background-color: #7d6155;
}
/*-------------------------
    Typography
-------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Microsoft Yahei', 'Arial', arial, sans-serif;
	color: #212627;
	background-color: #F8F8FF;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	height: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, table, hr {
	margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1, .h1 {
	font-weight: 700;
	font-size:40px;
	line-height: 120%;
	letter-spacing: -2%;
}
@media (max-width: 992px) {
h1,  .h1 {
	font-size: 52px;
}
}
@media (max-width: 767px) {
h1,  .h1 {
	font-size: 44px;
}
}
@media (max-width: 575px) {
h1,  .h1 {
	font-size: 36px;
}
}
h2, .h2 {
	font-weight: 700;
	font-size: 47px;
	line-height: 125%;
	letter-spacing: -1%;
}
@media (max-width: 992px) {
h2,  .h2 {
	font-size: 42px;
}
}
@media (max-width: 767px) {
h2,  .h2 {
	font-size: 36px;
}
}
@media (max-width: 575px) {
h2,  .h2 {
	font-size: 32px;
}
}
h3, .h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: -1%;
}
@media (max-width: 992px) {
h3,  .h3 {
	font-size: 32px;
}
}
@media (max-width: 767px) {
h3,  .h3 {
	font-size: 30px;
}
}
@media (max-width: 575px) {
h3,  .h3 {
	font-size: 26px;
}
}
h4, .h4 {
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
}
@media (max-width: 992px) {
h4,  .h4 {
	font-size: 26px;
}
}
@media (max-width: 767px) {
h4,  .h4 {
	font-size: 24px;
}
}
@media (max-width: 575px) {
h4,  .h4 {
	font-size: 22px;
}
}
h5, .h5 {
	font-weight: 500;
	font-size: 21px;
	line-height: 130%;
}
@media (max-width: 992px) {
h5,  .h5 {
	font-size: 20px;
}
}
@media (max-width: 767px) {
h5,  .h5 {
	font-size: 18px;
}
}
@media (max-width: 575px) {
h5,  .h5 {
	font-size: 16px;
}
}
h6, .h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2%;
}
@media (max-width: 992px) {
h6,  .h6 {
	font-size: 15px;
}
}
@media (max-width: 767px) {
h6,  .h6 {
	font-size: 14px;
}
}
@media (max-width: 575px) {
h6,  .h6 {
	font-size: 13px;
}
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 2%;
}
@media (max-width: 992px) {
p {
	font-size: 15px;
}
}
@media (max-width: 767px) {
p {
	font-size: 14px;
}
}
a {
	display: inline-block;
	text-decoration: none;
	color: unset;
	transition: all 0.5s ease;
}
a:hover {
	color: #7D6155;
	transition: all 0.5s ease;
}
span {
	display: inline-block;
}
b, strong {
	font-family: "Inter", sans-serif;
}
/*-------------------------
  Helpers
-------------------------*/
.color-primary {
	color: #7D6155 !important;
}
.bg-primary {
	background-color: #7D6155 !important;
}
.color-primary-2 {
	color: #BD8C77 !important;
}
.bg-primary-2 {
	background-color: #BD8C77 !important;
}
.color-white {
	color: #F8F8FF !important;
}
.bg-white {
	background-color: #F8F8FF !important;
}
.color-black {
	color: #212627 !important;
}
.bg-black {
	background-color: #212627 !important;
}
.color-medium-black {
	color: #131518 !important;
}
.bg-medium-black {
	background-color: #131518 !important;
}
.dark-black {
	color: #0B0C0D !important;
}
.bg-dark-black {
	background-color: #0B0C0D !important;
}
.lightest-gray {
	color: #ECECF2 !important;
}
.bg-lightest-gray {
	background-color: #ECECF2 !important;
}
.light-gray {
	color: #C6CBD2 !important;
}
.bg-light-gray {
	background-color: #C6CBD2 !important;
}
.bg-medium-gray {
	background-color: #9EA2A8 !important;
}
.medium-gray {
	color: #9EA2A8 !important;
}
.dark-gray {
	color: #7A7F85 !important;
}
.bg-dark-gray {
	background-color: #7A7F85 !important;
}
.br-30 {
	border-radius: 30px;
}
.br-25 {
	border-radius: 25px;
}
.br-20 {
	border-radius: 20px;
}
.br-15 {
	border-radius: 15px;
}
.br-10 {
	border-radius: 10px;
}
.br-5 {
	border-radius: 5px;
}
.b-unstyle {
	border: 0;
	background: transparent;
}
.search-bar {
	width: 556px;
}
.fw-5 {
	font-weight: 500 !important;
}
/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.m-80 {
	margin: 80px 0;
}
@media (max-width: 1199px) {
.m-80 {
	margin: 64px 0;
}
}
@media (max-width: 991px) {
.m-80 {
	margin: 54px 0;
}
}
@media (max-width: 767px) {
.m-80 {
	margin: 42px 0;
}
}
.mt-80 {
	margin-top: 80px;
}
@media (max-width: 1199px) {
.mt-80 {
	margin-top: 64px;
}
}
@media (max-width: 991px) {
.mt-80 {
	margin-top: 54px;
}
}
@media (max-width: 767px) {
.mt-80 {
	margin-top: 42px;
}
}
.mb-80 {
	margin-bottom: 80px;
}
@media (max-width: 1199px) {
.mb-80 {
	margin-bottom: 64px;
}
}
@media (max-width: 991px) {
.mb-80 {
	margin-bottom: 54px;
}
}
@media (max-width: 767px) {
.mb-80 {
	margin-bottom: 42px;
}
}
.mt-64 {
	margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-64 {
	margin-top: 48px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-64 {
	margin-top: 42px;
}
}
@media (max-width: 767px) {
.mt-64 {
	margin-top: 32px;
}
}
.mb-64 {
	margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-64 {
	margin-bottom: 48px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-64 {
	margin-bottom: 42px;
}
}
@media (max-width: 767px) {
.mb-64 {
	margin-bottom: 32px;
}
}
.m-48 {
	margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.m-48 {
	margin: 42px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.m-48 {
	margin: 32px 0;
}
}
@media (max-width: 767px) {
.m-48 {
	margin: 24px 0;
}
}
.mt-48 {
	margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mt-48 {
	margin-top: 42px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mt-48 {
	margin-top: 32px;
}
}
@media (max-width: 767px) {
.mt-48 {
	margin-top: 24px;
}
}
.mb-48 {
	margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mb-48 {
	margin-bottom: 42px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-48 {
	margin-bottom: 36px;
}
}
@media (max-width: 767px) {
.mb-48 {
	margin-bottom: 32px;
}
}
.my-40 {
	margin: 40px 0;
}
@media (max-width: 1199px) {
.my-40 {
	margin: 32px 0;
}
}
@media (max-width: 991px) {
.my-40 {
	margin: 28px 0;
}
}
@media (max-width: 767px) {
.my-40 {
	margin: 22px 0;
}
}
.mt-40 {
	margin-top: 40px;
}
@media (max-width: 1199px) {
.mt-40 {
	margin-top: 32px;
}
}
@media (max-width: 991px) {
.mt-40 {
	margin-top: 28px;
}
}
@media (max-width: 767px) {
.mt-40 {
	margin-top: 22px;
}
}
.mb-40 {
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
.mb-40 {
	margin-bottom: 32px;
}
}
@media (max-width: 991px) {
.mb-40 {
	margin-bottom: 28px;
}
}
@media (max-width: 767px) {
.mb-40 {
	margin-bottom: 22px;
}
}
.mb-32 {
	margin-bottom: 32px;
}
@media (max-width: 1199px) {
.mb-32 {
	margin-bottom: 28px;
}
}
@media (max-width: 991px) {
.mb-32 {
	margin-bottom: 24px;
}
}
@media (max-width: 767px) {
.mb-32 {
	margin-bottom: 20px;
}
}
.mb-30 {
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
.mb-30 {
	margin-bottom: 28px;
}
}
@media (max-width: 991px) {
.mb-30 {
	margin-bottom: 24px;
}
}
@media (max-width: 767px) {
.mb-30 {
	margin-bottom: 20px;
}
}
.mb-24 {
	margin-bottom: 24px;
}
@media (max-width: 1199px) {
.mb-24 {
	margin-bottom: 22px;
}
}
@media (max-width: 991px) {
.mb-24 {
	margin-bottom: 22px;
}
}
@media (max-width: 767px) {
.mb-24 {
	margin-bottom: 20px;
}
}
.mb-16 {
	margin-bottom: 16px;
}
@media (max-width: 1199px) {
.mb-16 {
	margin-bottom: 15px;
}
}
@media (max-width: 991px) {
.mb-16 {
	margin-bottom: 14px;
}
}
@media (max-width: 767px) {
.mb-16 {
	margin-bottom: 12px;
}
}
.mb-12 {
	margin-bottom: 12px;
}
@media (max-width: 1199px) {
.mb-12 {
	margin-bottom: 11px;
}
}
@media (max-width: 991px) {
.mb-12 {
	margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.mb-12 {
	margin-bottom: 8px;
}
}
.mb-8 {
	margin-bottom: 8px;
}
.mb-4p {
	margin-bottom: 4px;
}
.p-80 {
	padding: 80px 0;
}
@media (max-width: 1199px) {
.p-80 {
	padding: 64px 0;
}
}
@media (max-width: 991px) {
.p-80 {
	padding: 54px 0;
}
}
@media (max-width: 767px) {
.p-80 {
	padding: 42px 0;
}
}
.pt-80 {
	padding-top: 80px;
}
@media (max-width: 1199px) {
.pt-80 {
	padding-top: 64px;
}
}
@media (max-width: 991px) {
.pt-80 {
	padding-top: 54px;
}
}
@media (max-width: 767px) {
.pt-80 {
	padding-top: 42px;
}
}
.pb-80 {
	padding-bottom: 80px;
}
@media (max-width: 1199px) {
.pb-80 {
	padding-bottom: 64px;
}
}
@media (max-width: 991px) {
.pb-80 {
	padding-bottom: 54px;
}
}
@media (max-width: 767px) {
.pb-80 {
	padding-bottom: 42px;
}
}
.py-72 {
	padding: 72px 0;
}
@media (max-width: 1199px) {
.py-72 {
	padding: 64px 0;
}
}
@media (max-width: 991px) {
.py-72 {
	padding: 52px 0;
}
}
@media (max-width: 767px) {
.py-72 {
	padding: 42px 0;
}
}
.py-64 {
	padding: 64px 0;
}
@media (max-width: 1199px) {
.py-64 {
	padding: 56px 0;
}
}
@media (max-width: 991px) {
.py-64 {
	padding: 48px 0;
}
}
@media (max-width: 767px) {
.py-64 {
	padding: 42px 0;
}
}
.p-48 {
	padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.p-48 {
	padding: 42px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.p-48 {
	padding: 32px 0;
}
}
@media (max-width: 767px) {
.p-48 {
	padding: 26px 0;
}
}
.pt-48 {
	padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pt-48 {
	padding-top: 42px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pt-48 {
	padding-top: 32px;
}
}
@media (max-width: 767px) {
.pt-48 {
	padding-top: 26px;
}
}
.pb-48 {
	padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pb-48 {
	padding-bottom: 42px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pb-48 {
	padding-bottom: 36px;
}
}
@media (max-width: 767px) {
.pb-48 {
	padding-bottom: 26px;
}
}
.py-40 {
	padding: 40px 0;
}
@media (max-width: 1199px) {
.py-40 {
	padding: 32px 0;
}
}
@media (max-width: 991px) {
.py-40 {
	padding: 28px 0;
}
}
@media (max-width: 767px) {
.py-40 {
	padding: 22px 0;
}
}
.pt-40 {
	padding-top: 40px;
}
@media (max-width: 1199px) {
.pt-40 {
	padding-top: 32px;
}
}
@media (max-width: 991px) {
.pt-40 {
	padding-top: 28px;
}
}
@media (max-width: 767px) {
.pt-40 {
	padding-top: 22px;
}
}
.pb-40 {
	padding-bottom: 40px;
}
@media (max-width: 1199px) {
.pb-40 {
	padding-bottom: 32px;
}
}
@media (max-width: 991px) {
.pb-40 {
	padding-bottom: 28px;
}
}
@media (max-width: 767px) {
.pb-40 {
	padding-bottom: 22px;
}
}
.py-32 {
	padding: 32px 0;
}
@media (max-width: 1199px) {
.py-32 {
	padding: 28px 0;
}
}
@media (max-width: 991px) {
.py-32 {
	padding: 24px 0;
}
}
@media (max-width: 767px) {
.py-32 {
	padding: 20px 0;
}
}
/*-------------------------
  Elements
-------------------------*/
#preloader {
	position: fixed;
	width: 100%;
	height: 100vh;
	justify-content: center;
	display: flex;
	background: #0B0C0D;
	z-index: 9999999;
	padding-top: 24%;
}
#preloader .loader {
	position: relative;
	transform: scale(2);
	border-radius: 50%;
	border: 1px solid;
	width: 45px;
	height: 45px;
	color: #F8F8FF;
}
#preloader .loader::after, #preloader .loader::before {
	position: absolute;
	width: 0px;
	height: 15px;
	display: block;
	border-left: 1px solid #F8F8FF;
	content: "";
	left: 22px;
	border-radius: 1px;
	top: 6px;
	animation-duration: 3s;
	transform-origin: bottom;
	animation-name: dial;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
#preloader .loader::before {
	animation-duration: 60s;
}
 @keyframes dial {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.back-to-top {
	position: fixed;
	bottom: 0px;
	right: 12px;
	display: block;
	width: 120px;
	height: 120px;
	font-size: 80px;
	padding: 20px 0;
	background: #7D6155;
	color: #F8F8FF;
	text-align: center;
	opacity: 0;
	text-decoration: none;
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	z-index: 999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
}
.back-to-top:hover {
	background: #7D6155;
	color: #F8F8FF;
}
.back-to-top.show {
	opacity: 1;
}
@media (max-width: 490px) {
.back-to-top {
	right: -20px;
	bottom: -20px;
}
}
.cus-btn {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 2%;
	padding: 16px 32px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	width: fit-content;
	align-items: center;
	gap: 8px;
	transition: all 0.5s ease;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #212627;
	background: #F8F8FF;
}
@media (max-width: 492px) {
.cus-btn {
	font-size: 14px;
	padding: 12px 24px;
}
}
.cus-btn svg {
	width: 25px;
	height: 24px;
}
.cus-btn svg path {
	transition: all 0.5s ease;
}
.cus-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	color: #F8F8FF;
	border-radius: 50%;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	background: #7D6155;
	z-index: -1;
}
.cus-btn:hover {
	color: #F8F8FF !important;
	z-index: 1;
	background-color: #7D6155 !important;
	position: relative;
}
.cus-btn:hover svg path {
	transition: all 0.5s ease;
	fill: #F8F8FF !important;
}
.cus-btn:hover span {
	width: 225%;
	height: 562.5px;
	z-index: -1;
}
.cus-btn.sec {
	background-color: #7D6155 !important;
	color: #F8F8FF !important;
}
.cus-btn.sec span {
	color: #7D6155 !important;
	background: #F8F8FF !important;
}
.cus-btn.sec:hover {
	color: #7D6155 !important;
}
.cus-btn.dark {
	background-color: #212627 !important;
	color: #F8F8FF !important;
}
.cus-btn.dark svg path {
	fill: #F8F8FF !important;
}
.play-btn {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 2%;
	display: flex;
	justify-content: center;
	width: fit-content;
	align-items: center;
	gap: 8px;
	transition: all 0.5s ease;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #F8F8FF;
	background: transparent;
}
.play-btn svg #stroke {
	transition: all 0.5s ease;
}
.play-btn:hover {
	color: #F8F8FF;
}
.play-btn:hover svg #stroke {
	transition: all 0.5s ease;
	fill: #7D6155 !important;
}
.link-btn {
	display: flex;
	align-items: center;
	gap: 8px;
}
/*-------------------------
  Form Styling
-------------------------*/
.input-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 8px 8px 16px;
	border-radius: 10px;
}
.input-container button {
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border: none;
	border-radius: 10px;
}
.input-container span {
	width: 72px;
	height: 48px;
	background-color: #F8F8FF;
	border-radius: 10px;
	display: grid;
	align-content: center;
	justify-content: center;
}
.input-container span i {
	font-size: 24px;
}
.input-container span.toggle-password {
	cursor: pointer;
}
.form-control, input {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.32px;
	background: transparent !important;
	border: none;
	color: #7A7F85;
	width: 75%;
}
.form-control::placeholder, input::placeholder {
 color: #7A7F85;
}
.form-control:focus, input:focus {
	border: none;
	background: transparent;
	outline: none;
	box-shadow: none;
}
.form-control:focus-visible, input:focus-visible {
 border: none;
 background: transparent;
 outline: none;
}
label.error {
	color: #bc0f0f;
	margin-top: 10px;
}
 input[type=range]::-webkit-slider-thumb {
 background: #7D6155;
}
input[type=radio] {
	height: auto;
	width: auto;
}
input[type=radio]:checked {
	accent-color: #7D6155;
}
 input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
 display: none;
}
.select {
	position: relative;
	display: flex;
	width: 100%;
	border-radius: 0;
	background-color: #ECECF2;
	text-transform: uppercase;
	border-radius: 5px;
}
.select::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	color: #131518;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	padding: 12px;
	cursor: pointer;
	pointer-events: none;
	transition: 0.25s all ease;
}
.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0 !important;
	border: 0;
	background: transparent;
	background-image: none;
	flex: 1;
	padding: 12px;
	text-transform: uppercase;
	color: #131518;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	border-radius: 0;
	width: 100%;
}
.select select::-ms-expand {
 display: none;
}
.select select option {
	background-color: #F8F8FF;
	outline: 0 !important;
	border: 0;
	color: #7D6155;
	padding: 8px;
	text-transform: uppercase;
}
.select select option:hover {
	background-color: #7D6155 !important;
	color: white;
}
.select select option:checked {
	background-color: #7D6155;
	color: white;
}
.alert-message {
	color: #7D6155;
	background-color: #F8F8FF;
}
.heading {
	margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.heading {
	margin-bottom: 42px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.heading {
	margin-bottom: 36px;
}
}
@media (max-width: 767px) {
.heading {
	margin-bottom: 32px;
}
}
.btn-close {
	position: absolute;
	top: 35px;
	right: 35px;
	opacity: 1;
	transition: 0.3s;
}
.btn-close:hover i {
	color: #7D6155 !important;
}
.btn-close i {
	font-size: 42px;
	color: #F8F8FF;
	transition: 0.3s;
}
.btn-close:focus {
	border: none;
	outline: none;
	border-bottom: 3px solid #F8F8FF;
}
.primary:active:focus {
	box-shadow: none;
}
div#offcanvasTop {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	z-index: 9999;
	transition: all 0.5s ease;
}
.offcanvas-body {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	transition: all 0.5s ease;
}
.offcanvas-body form {
	width: 50%;
	position: relative;
}
.offcanvas-body form input[type=search] {
	background: transparent;
	border-bottom: 3px solid #F8F8FF;
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 30px;
	color: #F8F8FF;
}
.offcanvas-body form input[type=search]::placeholder {
 color: #F8F8FF;
}
.offcanvas-body form input[type=search]:focus {
	border: none;
	outline: none;
	border-bottom: 3px solid #F8F8FF;
}
.offcanvas-body form button {
	display: inline-block;
	background: transparent;
	border: 0;
	margin-left: -40px;
	position: absolute;
}
.offcanvas-body form button i {
	color: #F8F8FF;
	font-size: 30px;
}

/*-------------------------
  Animations
-------------------------*/
@keyframes submenu {
 0% {
 height: 0%;
}
 100% {
 height: 100%;
}
}
@keyframes menu-item-border {
 0% {
 width: 0%;
}
 100% {
 width: 100%;
}
}
/*-------------------------
  layouts
-------------------------*/
.top-bar {
	padding: 16px 0;
	background: #0B0C0D;
}
.top-bar.light {
	background: #F8F8FF;
}
.top-bar.light .language-dropdown .dropdown-toggle {
	color: #212627;
}
@media (max-width: 575px) {
.top-bar {
	padding: 8px 0;
}
}
.top-bar .language-dropdown .dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #F8F8FF;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%; /* 24px */
	letter-spacing: 2%;
}
@media (max-width: 575px) {
.top-bar .language-dropdown .dropdown-toggle {
	font-size: 14px;
	gap: 6px;
}
}
.top-bar .language-dropdown .dropdown-toggle:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	border: none;
	top: 1px;
	vertical-align: middle;
	position: relative;
}
@media (max-width: 575px) {
.top-bar .language-dropdown .dropdown-toggle:after {
	font-size: 14px;
	top: 2px;
}
}
.top-bar .language-dropdown .dropdown-menu {
	padding: 10px 15px;
	border: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	margin: 0;
	margin-left: 0px !important;
	margin-top: 8px !important;
	width: max-content;
	min-width: auto;
	position: relative;
	z-index: 9999;
	border: none;
	background-color: #F8F8FF;
}
.top-bar .language-dropdown .dropdown-menu li {
	margin-bottom: 10px;
}
.top-bar .language-dropdown .dropdown-menu li:last-child {
	margin-bottom: 0;
}
.top-bar .language-dropdown .dropdown-menu a {
	display: block;
	margin: 0 0;
	width: max-content;
	padding: 2px 0;
	color: #131518;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: 0.32px;
	display: flex;
	gap: 4px;
	align-items: center;
}
.top-bar .language-dropdown .dropdown-menu a:hover {
	color: #7D6155;
}
.top-bar .language-dropdown .dropdown-menu a:first-child {
	margin-top: 0;
	padding-top: 0;
}
.top-bar .language-dropdown .dropdown-menu a:last-of-type, .top-bar .language-dropdown .dropdown-menu a:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.top-bar .language-dropdown .dropdown-menu:before {
	content: "";
	position: absolute;
	left: 47px;
	top: -7px;
	width: 14px;
	height: 14px;
	background-color: #F8F8FF;
	z-index: -1;
	transform: rotate(45deg);
}
.top-bar .social-icons-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}
.top-bar .social-icons-list li {
	float: left;
	font-size: 20px;
	color: #fff;
}
header {
	width: 100%;
	height: 104px;
	z-index: 999;
	padding: 20px 0;
	background-color: #F8F8FF;
}
@media (max-width: 575px) {
header {
	height: 76px;
	padding: 12px 0;
}
}
header nav {
	padding: 0 !important;
}
header nav .mainmenu {
	display: flex;
	align-items: center;
	gap: 32px;
}
header nav .mainmenu .menu-item a {
	color: #212627;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2%;
	padding: 20px 0;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
}
header nav .mainmenu .menu-item a.active {
	color: #0B0C0D;
}
header nav .mainmenu .menu-item a.active::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0B0C0D;
	animation-name: menu-item-border;
	animation-duration: 0.5s;
	animation-timing-function: linear;
}
header nav .mainmenu .menu-item a:hover {
	color: #0B0C0D;
}
header nav .mainmenu .menu-item a:hover::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0B0C0D;
	animation-name: menu-item-border;
	animation-duration: 0.5s;
	animation-timing-function: linear;
}
header nav .mainmenu .menu-item.has-children {
	position: relative;
}
header nav .mainmenu .menu-item.has-children .submenu {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	min-width: 250px;
	padding: 0;
	list-style: none;
	margin: 0;
	background-color: #F8F8FF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
header nav .mainmenu .menu-item.has-children .submenu li {
	margin: 0;
	opacity: 0;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
header nav .mainmenu .menu-item.has-children .submenu li a {
	position: relative;
	color: #212627;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.02em;
	padding: 12px 8px;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px dotted #212627;
	transition: all 0.5s ease;
}
header nav .mainmenu .menu-item.has-children .submenu li a.active {
	color: #BD8C77;
	border-bottom: 1px solid #BD8C77;
	transition: all 0.5s ease;
}
header nav .mainmenu .menu-item.has-children .submenu li a.active::after {
	display: none;
}
header nav .mainmenu .menu-item.has-children .submenu li a:hover {
	color: #BD8C77;
	border-bottom: 1px solid #BD8C77;
	transition: all 0.5s ease;
}
header nav .mainmenu .menu-item.has-children .submenu li a:hover::after {
	display: none;
}
header nav .mainmenu .menu-item.has-children .submenu li:last-child a {
	border: none;
}
header nav .mainmenu .menu-item.has-children .submenu li:last-child a.active {
	border: none;
}
header nav .mainmenu .menu-item.has-children .submenu li:last-child a:hover {
	border: none;
}
header nav .mainmenu .menu-item.has-children:hover .submenu {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
	right: 0;
	top: 50px;
}
header nav .mainmenu .menu-item.has-children:hover .submenu li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
header .navbar-brand {
	padding: 0;
}
@media (max-width: 575px) {
header .navbar-brand {
	width: 70px;
}
}
header .right-nav {
	display: flex;
	gap: 18px;
	justify-content: end;
	align-items: center;
}
header .right-nav li {
	height: 24px;
	border-right: 2px solid #212627;
	padding-right: 16px;
}
header .right-nav li:last-child {
	padding-right: 0;
	border: none;
}
header .right-nav li a, header .right-nav li button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #212627;
}
header .right-nav li a i, header .right-nav li button i {
	font-size: 12px;
	font-weight: 400;
}
.fa-shopping-cart::before{	font-size: 24px;
	font-weight: 400;padding-right: 5px;}
.fa-search::before{	font-size: 24px;
	font-weight: 400;}

header .right-nav li .user-account {
	padding-left: 16px;
}
header.dark {
	background-color: #0B0C0D;
	border-bottom: 1px solid #131518;
}
header.dark nav .mainmenu .menu-item a {
	color: #F8F8FF;
}
header.dark nav .mainmenu .menu-item a.active {
	color: #BD8C77;
}
header.dark nav .mainmenu .menu-item a.active::after {
	background-color: #BD8C77;
}
header.dark nav .mainmenu .menu-item a:hover {
	color: #BD8C77;
}
header.dark nav .mainmenu .menu-item a:hover::after {
	background-color: #BD8C77;
}
header.dark nav .mainmenu .menu-item.has-children .submenu {
	background-color: #212627;
}
header.dark nav .mainmenu .menu-item.has-children .submenu li a {
	color: #F8F8FF;
	border-bottom: 1px dotted #F8F8FF;
}
header.dark nav .mainmenu .menu-item.has-children .submenu li a.active {
	color: #BD8C77;
	border-bottom: 1px solid #BD8C77;
}
header.dark nav .mainmenu .menu-item.has-children .submenu li a:hover {
	color: #BD8C77;
	border-bottom: 1px solid #BD8C77;
}
header.dark .right-nav li {
	border-right: 2px solid #F8F8FF;
}
header.dark .right-nav li:last-child {
	padding-right: 0;
	border: none;
}
header.dark .right-nav li h6 {
	color: #F8F8FF;
}
header.dark .right-nav li a, header.dark .right-nav li button {
	color: #F8F8FF;
}
footer {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	padding-top: 5%;
}
footer .top-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px;
	align-items: center;
}
footer .top-row .newsletter-form {
	width: 100%;
	max-width: 526px;
}
footer .top-row .newsletter-form .newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: #212627;
	padding: 8px 8px 8px 16px;
	border-radius: 10px;
}
footer .top-row .newsletter-form .newsletter input {
	background: transparent;
	border: none;
}
@media (max-width: 350px) {
footer .top-row .newsletter-form .newsletter input {
	width: 170px;
}
}
footer .top-row .newsletter-form .newsletter button {
	padding: 12px 24px;
	border: none;
	background: #F8F8FF;
	border-radius: 10px;
}
footer .top-row .newsletter-form .newsletter button:hover {
	color: #212627;
}
footer .footer-main {
	padding-bottom: 5%;
	border-bottom: 1px solid #212627;
}
.footer-widget h4 {
	text-transform: uppercase;
	font-weight: bold;
}
footer .footer-main .list li {
	margin-bottom: 16px;
}
footer .footer-main .list li a {
	color: #7A7F85;
	transition: all 0.5s ease;
}
footer .footer-main .list li a:hover {
	color: #BD8C77;
	transition: all 0.5s ease;
}
footer .footer-main .list li:last-child {
	margin-bottom: 0;
}
footer .footer-main .contact-list li {
	margin-bottom: 16px;
}
footer .footer-main .contact-list li a {
	display: flex;
	gap: 16px;
	align-items: center;
	color: #7A7F85;
	transition: all 0.5s ease;
}
footer .footer-main .contact-list li a i {
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 5px;
	color: #F8F8FF;
	background: #212627;
	padding: 8px;
	font-size: 16px;
}
footer .footer-main .contact-list li a:hover {
	color: #BD8C77;
	transition: all 0.5s ease;
}
footer .footer-main .contact-list li:last-child {
	margin-bottom: 0;
}
footer .footer-main .social-links {
	display: flex;
	gap: 8px;
	align-items: center;
}
footer .footer-main .social-links li {
	background: #212627;
	border-radius: 5px;
	height: 32px;
	width: 32px;
	display: grid;
	align-items: center;
	justify-content: center;
}
footer .copyright-row {
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .copyright-row .payment-method {
	display: flex;
	align-items: center;
	color: #7A7F85;
	font-size: 12px;
}
footer .copyright-row .payment-method a {
	color: #7A7F85;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
footer .copyright-row .payment-method a:hover {
	color: #BD8C77;
}
.footer-2 {
	background: url(../image/footer-bg.png) no-repeat;
	background-size: cover;
}
.footer-2 .newsletter-form {
	width: 100%;
	max-width: 526px;
}
.footer-2 .newsletter-form .newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: #212627;
	padding: 8px 8px 8px 16px;
	border-radius: 10px;
}
.footer-2 .newsletter-form .newsletter input {
	background: transparent;
	border: none;
}
@media (max-width: 350px) {
.footer-2 .newsletter-form .newsletter input {
	width: 170px;
}
}
.footer-2 .newsletter-form .newsletter button {
	padding: 12px 24px;
	border: none;
	background: #F8F8FF;
	border-radius: 10px;
}
.footer-2 .newsletter-form .newsletter button:hover {
	color: #212627;
}
.footer-2 .footer-main {
	padding-bottom: 64px;
	border-bottom: 1px solid #212627;
}
.footer-2 .footer-main .list li {
	margin-bottom: 16px;
}
.footer-2 .footer-main .list li a {
	color: #7A7F85;
	transition: all 0.5s ease;
}
.footer-2 .footer-main .list li a:hover {
	color: #BD8C77;
	transition: all 0.5s ease;
}
.footer-2 .footer-main .list li:last-child {
	margin-bottom: 0;
}
.footer-2 .footer-main .contact-list li {
	margin-bottom: 16px;
}
.footer-2 .footer-main .contact-list li a {
	display: flex;
	gap: 16px;
	align-items: center;
	color: #7A7F85;
	transition: all 0.5s ease;
}
.footer-2 .footer-main .contact-list li a i {
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 5px;
	color: #F8F8FF;
	background: #212627;
	padding: 8px;
	font-size: 16px;
}
.footer-2 .footer-main .contact-list li a:hover {
	color: #BD8C77;
	transition: all 0.5s ease;
}
.footer-2 .footer-main .contact-list li:last-child {
	margin-bottom: 0;
}
.footer-2 .copyright-row {
	padding: 16px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 650px) {
.footer-2 .copyright-row {
	justify-content: center;
}
}
.footer-2 .copyright-row .social-links {
	display: flex;
	gap: 8px;
	align-items: center;
}
.footer-2 .copyright-row .social-links li {
	background: #212627;
	border-radius: 5px;
	height: 32px;
	width: 32px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.footer-2 .copyright-row .payment-method {
	display: flex;
	gap: 4px;
	align-items: center;
}
.footer-2 .copyright-row .payment-method li img {
	border-radius: 5px;
}
.contact-area {
	padding: 0 32px;
}
@media (max-width: 492px) {
.contact-area {
	padding: 0;
}
}
.contact-area .block {
	padding: 32px 0;
	border-bottom: 1px solid #C6CBD2;
}
.contact-area .block:last-child {
	border: 0;
}
.contact-area .block .social-links {
	display: flex;
	gap: 16px;
	align-items: center;
}
.contact-area .block .social-links li {
	background: #ECECF2;
	padding: 4px;
	border-radius: 5px;
	height: 32px;
	width: 32px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.contact-area .block .contact-list li {
	margin-bottom: 16px;
}
.contact-area .block .contact-list li a {
	display: flex;
	gap: 16px;
	align-items: center;
	color: #7A7F85;
	transition: all 0.5s ease;
}
.contact-area .block .contact-list li a i {
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 5px;
	color: #212627;
	background: #ECECF2;
	padding: 8px;
	font-size: 16px;
}
.contact-area .block .contact-list li a:hover {
	color: #BD8C77;
	transition: all 0.5s ease;
}
.contact-area .block .contact-list li:last-child {
	margin-bottom: 0;
}
.or {
	position: relative;
	text-align: center;
}
.or::after, .or::before {
	content: "";
	height: 1px;
	width: 46%;
	position: absolute;
	top: 14px;
	background: #C6CBD2;
}
@media (max-width: 575px) {
.or::after, .or::before {
	top: 12px;
}
}
.or::after {
	right: 0;
}
.or::before {
	left: 0;
}
.accounts-links-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}
.accounts-links-block .link {
	background: #ECECF2;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 196px;
	padding: 8px;
	padding-left: 16px;
}
@media (max-width: 575px) {
.accounts-links-block .link {
	width: 160px;
}
}
.accounts-links-block .link span {
	width: 72px;
	height: 48px;
	background-color: #F8F8FF;
	border-radius: 10px;
	display: grid;
	align-content: center;
	justify-content: center;
}
.register {
	background: url(../image/Registration.png) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	padding: 64px 0 96px;
	position: relative;
}
.register .bottom-watches {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 1399px) {
.register .bottom-watches {
	height: 300px;
}
}
@media (max-width: 991px) {
.register .bottom-watches {
	height: 200px;
}
}
@media (max-width: 767px) {
.register .bottom-watches {
	height: 200px;
}
}
@media (max-width: 400px) {
.register .bottom-watches {
	display: none;
}
}
.login {
	background: url(../image/Registration.png) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	padding: 64px 0 96px;
	position: relative;
}
.login .bottom-watches {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 1399px) {
.login .bottom-watches {
	height: 300px;
}
}
@media (max-width: 991px) {
.login .bottom-watches {
	height: 200px;
}
}
@media (max-width: 767px) {
.login .bottom-watches {
	height: 200px;
}
}
@media (max-width: 400px) {
.login .bottom-watches {
	display: none;
}
}
.chrono-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	width: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.8s;
	opacity: 0;
	visibility: hidden;
}
.chrono-wrapper .mobile-logo {
	padding: 30px 0 20px;
	display: block;
	text-align: center;
	background-color: #ECECF2;
}
.chrono-wrapper .mobile-logo img {
	max-width: 220px;
}
.chrono-wrapper .chrono-toggle {
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	line-height: 33px;
	font-size: 18px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	z-index: 1;
	background-color: #F8F8FF;
	color: #212627;
}
.chrono-wrapper .chrono-toggle:hover {
	color: #0B0C0D;
}
.chrono-wrapper .chrono-area {
	width: 100%;
	max-width: 310px;
	background-color: #F8F8FF;
	border-right: 3px solid #C6CBD2;
	height: 100%;
	position: relative;
	left: -110%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
	z-index: 1;
}
.chrono-wrapper.vs-body-visible {
	opacity: 1;
	visibility: visible;
}
.chrono-wrapper.vs-body-visible .chrono-area {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.chrono-wrapper .social-icons-list {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0 40px;
}
@media (max-width: 400px) {
.chrono-wrapper .social-icons-list {
	gap: 16px;
	padding: 0 20px;
}
}
.vs-mobile-menu {
	overflow-y: scroll;
	max-height: calc(100vh - 175px);
	padding-bottom: 40px;
	margin-top: 33px;
	text-align: left;
}
.vs-mobile-menu::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(154, 86, 58, 0.2);
 background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar {
 width: 6px;
 background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar-thumb {
 background-color: #F8F8FF;
}
.vs-mobile-menu ul {
	margin: 0;
	padding: 0 0;
}
.vs-mobile-menu ul li {
	border-bottom: 1px solid #0B0C0D;
	list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
	border-top: 1px solid #0B0C0D;
}
.vs-mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
	line-height: 1;
	font-size: 16px;
	text-transform: capitalize;
	color: #212627;
	font-weight: 500;
}
.vs-mobile-menu ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: relative;
	left: 0;
	top: 0;
	margin-right: 10px;
	display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
	color: #7D6155;
}
.vs-mobile-menu ul li.vs-active > a:before {
	transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
	padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
	border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 400;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-top: -12.5px;
	display: inline-block;
	text-align: center;
	background-color: #ECECF2;
	color: #7D6155;
	border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
	content: "\f067";
	font-family: FontAwesome;
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
	content: "\f068";
}
.vs-mobile-menu > ul {
	padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
	border-bottom: none;
}
.chrono-toggle {
	padding: 0;
	font-size: 24px;
	border: none;
	color: #212627;
	background: transparent;
	display: inline-block;
}
.chrono-toggle:focus {
	outline: none;
}
 @media (max-width: 400px) {
.chrono-wrapper .chrono-area {
	width: 100%;
	max-width: 270px;
}
.vs-mobile-menu > ul {
	padding: 0 20px;
}
}
.hero-banner-1 {
	width: 100%;
	float: left;
}
.banner {
	position: relative;
}
.banner .container {
	margin: auto;
}
.hero-banner-1 .content {
	display: grid;
	align-content: center;
}
.banner-text {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}
.page-content {
	width: 100%;
	float: left;
}
.hero-banner-1 .slick-dots {
	bottom: 30px;
	top: auto;
	text-align: center;
}
.hero-banner-1 .content .sub-title {
	display: flex;
	align-items: center;
	gap: 16px;
}
.hero-banner-1 .content .title span {
	font-weight: bold;
	font-size: 60px;
}
.hero-banner-1 .content .btn-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}
.hero-banner-2 .content {
	position: relative;
}
.hero-banner-2 .content .dots-vector {
	position: absolute;
	left: 0px;
	top: 48px;
	z-index: 5;
}
@media (max-width: 991px) {
.hero-banner-2 .content {
	padding: 64px 0;
}
}
.hero-banner-2 .content .text-block {
	height: 793px;
	display: grid;
	align-content: center;
	position: relative;
	z-index: 10;
}
@media (max-width: 1299px) {
.hero-banner-2 .content .text-block {
	height: 700px;
}
}
@media (max-width: 991px) {
.hero-banner-2 .content .text-block {
	height: auto;
}
}
.hero-banner-2 .content .text-block .sub-title {
	display: flex;
	align-items: center;
	gap: 16px;
}
.hero-banner-2 .content .text-block .title {
	font-weight: 300;
}
.hero-banner-2 .content .text-block .title b {
	font-weight: 700;
}
.hero-banner-2 .content .text-block .btn-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}
 @media (max-width: 1500px) {
.banner-text {
	top: 30%;
}
.hero-banner-1 .content .title span {
	font-size: 50px;
}
}
 @media (max-width: 1200px) {
.banner-text {
	top: 30%;
}
.hero-banner-1 .content .title span {
	font-size: 40px;
}
}
 @media (max-width: 1000px) {
.banner-text {
	top: 20%;
}
.hero-banner-1 .content .title span {
	font-size: 30px;
}
}
 @media (max-width: 768px) {
.banner-text {
	top: 20%;
}
.hero-banner-1 .content .title span {
	font-size: 16px;
}
}
.features-1 .features-points {
	background: url(../images/features-bg.png) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 24px 0;
	border-radius: 30px;
}
.features-1 .features-points .feature-card {
	padding: 24px;
}
.features-1 .features-points .feature-card .top-row {
	display: flex;
	align-items: center;
	gap: 16px;
}
.features-1 .features-points .feature-card .icon-box {
	background-color: #BD8C77;
	border-radius: 10px;
	padding: 16px;
}
.features-1 .features-points .feature-card .icon-box img {
	width: 32px;
	height: 32px;
}
.categories .category-card {
	position: relative;
	background: #ECECF2;
	border-radius: 20px;
}
.categories .category-card .content {
	background: url(../images/cp.png) no-repeat;
	background-position: top right;
	background-size: contain;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
}
.categories .category-card .content .img-block {
	display: flex;
	justify-content: flex-end;
	width: 50%;
}
.categories .category-card .content .img-block img {
	height: 100%;
}
.categories .category-card .content .text-block {
	width: 50%;
	padding: 16px 0 16px 24px;
}
.categories .category-card .content .text-block p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.categories .category-card-2 {
	position: relative;
	background: #131518;
	border-radius: 30px;
	margin-bottom: 90px;
}
@media (max-width: 575px) {
.categories .category-card-2 {
	margin-bottom: 24px;
}
}
.categories .category-card-2 .img-block {
	position: relative;
}
.categories .category-card-2 .img-block .main-img {
	position: absolute;
	top: -32px;
	left: 48px;
}
@media (max-width: 767px) {
.categories .category-card-2 .img-block .main-img {
	top: -16px;
}
}
@media (max-width: 575px) {
.categories .category-card-2 .img-block .main-img {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
}
.categories .category-card-2 .text-block {
	height: 100%;
	display: grid;
	align-content: center;
	padding: 32px 0;
}
.product-card {
	background: url(../images/pc.png) no-repeat;
	background-position: bottom right;
	border-radius: 30px 30px 0 30px;
	padding: 24px;
	padding-right: 0;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}
.product-card .icons-list {
	position: absolute;
	top: 24px;
	left: -48px;
	transition: all 0.5s ease;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-card .icons-list li a {
	display: flex;
	width: 32px;
	height: 32px;
	padding: 4px;
	background-color: #F8F8FF;
	border-radius: 5px;
}
.product-card .icons-list li a i {
	margin: auto;
	font-size: 20px;
	cursor: pointer;
}
.product-card .icons-list li a i.fas {
	color: red;
}
.product-card:hover .icons-list {
	transition: all 0.5s ease;
	left: 24px;
}
.product-card .images-block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}
@media (max-width: 991px) {
.product-card .images-block {
	height: 224px;
	margin-bottom: 0;
}
}
.product-card .images-block .detail-img {
	width: calc(100% - 80px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-card .images-block .detail-img {
	height: 288px;
}
}
.product-card .images-block .detail-img .detail-img-block {
	cursor: pointer;
	margin: 8px 0;
}
.product-card .images-block .detail-img .detail-img-block img {
	margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.product-card .images-block .detail-img .detail-img-block img {
	height: 190px;
}
}
@media (max-width: 991px) {
.product-card .images-block .detail-img .detail-img-block img {
	height: 200px;
}
}
.product-card .images-block .nav-images .nav-img-block {
	float: right;
	margin: 8px 16px 8px 0;
	width: 62px;
	border-radius: 5px;
	background-color: #F8F8FF;
	cursor: pointer;
}
.product-card .images-block .nav-images .nav-img-block img {
	height: 62px;
	margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.product-card .images-block .nav-images .nav-img-block img {
	height: 50px;
}
}
@media (max-width: 991px) {
.product-card .images-block .nav-images .nav-img-block img {
	height: 45px;
}
}
.product-card .cart-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #7D6155;
	border-radius: 20px;
}
.product-card .cart-btn i {
	color: #F8F8FF;
	padding: 24px;
	font-size: 32px;
}
.product-card.dark-bg {
	background: url(../image/pc-dark.png) no-repeat;
	background-position: bottom right;
}
.product-card.dark-bg .icons-list li a {
	background-color: #212627;
}
.product-card.dark-bg .icons-list li a i {
	color: #F8F8FF;
}
.product-card.dark-bg .images-block .nav-images .nav-img-block {
	background-color: #212627;
}
.product-card-list {
	background: url(../image/pc.png) no-repeat;
	background-position: bottom right;
	border-radius: 30px 30px 0 30px;
	padding-right: 0;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	padding: 32px 0 32px 64px;
}
@media (max-width: 1199px) {
.product-card-list {
	padding: 32px 16px;
}
}
.product-card-list .detail-img-block {
	cursor: pointer;
	margin: 8px 0;
}
.product-card-list .detail-img-block img {
	margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.product-card-list .detail-img-block img {
	height: 190px;
}
}
@media (max-width: 991px) {
.product-card-list .detail-img-block img {
	height: 200px;
}
}
.product-card-list .content .rating {
	display: flex;
	align-items: center;
	gap: 4px;
}
.product-card-list .content .rating span {
	font-size: 20px;
	color: #FA9A41;
}
.product-card-list .content .description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-card-list .content .nav-images .nav-img-block {
	width: fit-content;
	border-radius: 5px;
	background-color: #F8F8FF;
	cursor: pointer;
	width: 62px;
}
.product-card-list .content .nav-images .nav-img-block img {
	height: 62px;
}
@media (max-width: 991px) {
.product-card-list .content .nav-images .nav-img-block img {
	height: 45px;
}
}
.product-card-list .icons-list {
	position: absolute;
	top: 24px;
	left: -48px;
	transition: all 0.5s ease;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-card-list .icons-list li a {
	display: flex;
	width: 32px;
	height: 32px;
	padding: 4px;
	background-color: #F8F8FF;
	border-radius: 5px;
}
.product-card-list .icons-list li a i {
	margin: auto;
	font-size: 20px;
	cursor: pointer;
}
.product-card-list .icons-list li a i.fas {
	color: red;
}
.product-card-list:hover .icons-list {
	transition: all 0.5s ease;
	left: 24px;
}
.product-card-list .cart-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #7D6155;
	border-radius: 20px;
}
.product-card-list .cart-btn i {
	color: #F8F8FF;
	padding: 24px;
	font-size: 32px;
}
.blogs-slider .blog-card {
	margin: 0 12px;
}
.products-slider-1 .product-card {
	margin: 0 12px;
}
.slick-dots {
	position: absolute;
	top: -87px;
	right: 0;
	text-align: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slick-dots {
	top: -79px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slick-dots {
	top: -70px;
}
}
@media (max-width: 767px) {
.slick-dots {
	top: -65px;
}
}
.blog-card {
	position: relative;
	border-radius: 30px 30px 20px 20px;
	background: #ECECF2;
}
.blog-card img {
	border-radius: 30px;
}
.blog-card .text-block {
	padding: 24px;
}
.blog-card .text-block .category-tag {
	background: #F8F8FF;
	padding: 4px 10px;
	width: fit-content;
}
.blog-card .text-block .bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-card .text-block .bottom-row .author {
	display: flex;
	align-items: center;
	gap: 8px;
}
.coming-soon-banner-1 {
}
.coming-soon-banner-1 .content {
	width: 100%;
	height: 599px;
	border-radius: 100%;
	border: 12px solid #311F1D;
	position: relative;
	margin: 0 auto;
}
.coming-soon-banner-1 .content .light-vector {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	background-blend-mode: screen;
	mix-blend-mode: screen;
}
.coming-soon-banner-1 .content .text-block {
	display: grid;
	align-content: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}
.coming-soon-banner-1 .content .text-block .title {
	color: #fff;
	font-size: 36px;
}
.coming-soon-banner-1 .content .text-block .sub-text {
	padding: 0 64px;
	font-size: 16px;
}
#onlineService {
	z-index: 100998;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 32%;
	z-index: 100998;
}
.footer-widget h4 {
	position: relative;
}
.footer-main .footer-widget h4 i {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
@media(max-width:768px) {
.footer-widget h4 {
	font-size: 20px;
}
.footer-main .footer-widget h4 i {
	display: block;
}
.list-area {
	display: none !important;
}
.active .list-area li {
	line-height: 30px;
}
.active .social-icons a {
	float: left;
	margin-right: 5px;
}
.active h4 i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.active .list-area {
	display: block !important;
}
.footer-main .col-sm-6 {
	width: 100%;
}
.back-to-top {
	display: none;
}
footer {
	padding-bottom: 60px;
}
footer .copyright-row {
	display: block;
}
footer .dark-gray {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 !important;
}
.coming-soon-banner-1 .dark-gray {
	padding: 0 !important;
}
.heading h3 {
	font-size: 18px;
}
.coming-soon-banner-1 .content .text-block .title {
	font-size: 18px;
}
.categories .category-card .content .text-block h3 {
	font-size: 18px;
}
.coming-soon-banner-1 .content .text-block {
	height: auto;
	align-content: top;
}
.coming-soon-banner-1 .content {
	height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
}
footer .copyright-row .payment-method {
	width: 100%;
	float: left;
	text-align: center;
	display: block;
}
#onlineService {
	display: block;
}
#onlineService {
	overflow: visible;
}
#onlineService {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offside {
	display: flex;
	width: 100%
}
.offside li {
	flex-grow: 1;
	flex: 1;
	text-align: center;
	width: auto;
	height: 60px;
	background: #7D6155 !important;
	border-bottom: none !important;
	border-right: 1px solid rgba(255,255,255,0.15)
}
.offside li i {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 60px !important;
	padding: 0;
	font-size: 22px !important
}
.offside li.tel {
	width: 47px;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}
.offside li:last-child {
	display: none
}
.offside li p {
	display: none !important
}
.offside li a {
	position: static;
	display: inline-block
}
}
.mshopp{background-color: #fff;float: left;
  width: 100%;}