:root {
	--theme: #AC2022;
	--fs-1: clamp(36px, 4vw, 48px);
	--fs-2: clamp(28px, 4vw, 40px);
	--fs-3: clamp(22px, 3vw, 36px);
	--fs-4: clamp(20px, 4vw, 24px);
	--fs-5: clamp(18px, 4vw, 20px);
	--fs-6: clamp(15px, 4vw, 17px);
	--fs-min: 14px;
	--space: clamp(60px, 5.5vw, 90px)
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	height: 100%
}

body {
	font-size: 16px;
	line-height: 1.625;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	color: #4c4c4c;
	outline: none;
	visibility: visible;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: ""
}

body[dir=rtl] {
	text-align: right
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Rajdhani", sans-serif;
	color: #333;
	font-weight: 600;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 0
}

.mb-20 {
	margin-bottom: 20px !important
}

h1,
.h1 {
	font-size: var(--fs-1) !important
}

h2,
.h2 {
	font-size: var(--fs-2) !important
}

h3,
.h3 {
	font-size: var(--fs-3) !important
}

h4,
.h4 {
	font-size: var(--fs-4) !important
}

h5,
.h5 {
	font-size: var(--fs-5) !important
}

h6,
.h6 {
	font-size: var(--fs-6) !important
}

/*.fs-min
{
	font-size: var(--fs-min) !important
}
*/
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer
}

a,
button,
img,
input {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	outline: 0
}

a {
	text-decoration: none;
	color: inherit
}

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

a:hover {
	text-decoration: none;
	color: var(--theme)
}

p {
	font-size: 15px;
	line-height: 1.8
}

p:last-child {
	margin-bottom: 0
}

ul,
ol {
	padding: 0;
	list-style: none;
	margin: 0
}

img {
	max-width: 100%;
	height: auto
}

.section,
.main-wrapper {
	float: left;
	width: 100%
}

/*.main-wrapper
{
	overflow-x: hidden
}
*/
.pt-200 {
	padding-top: 100px;
	padding-bottom: 100px
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px
	}
}

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

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.section-padding-02 {
	padding-top: 100px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.section-padding-02 {
		padding-top: 80px
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-02 {
		padding-top: 60px
	}
}

.privacy-link {
	color: #900;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	/* opzionale */
}


.align-privacy {
	gap: 6px;
	display: flex;
	align-items: center
}

.section-title .title {
	font-size: 30px;
	font-weight: 700;
	color: #444;
	margin-bottom: 0
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
	.section-title .title {
		font-size: 24px
	}
}

.section-title-02 .title {
	font-size: 36px;
	font-weight: 700;
	color: #131313;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: -8px
}

/* Contenitore principale della mappa */

.contact-map {
	position: relative;
	width: 100%;
	height: 450px;
	/* puoi modificare l’altezza in base al design */
	overflow: hidden
}

/* Mappa iframe visibile quando attivi i cookie */

.contact-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0
}

/* Overlay mostrato se i cookie NON sono attivi */

.contact-map .map-overlay {
	position: absolute;
	inset: 0;
	background-color: #6d6f73;
	/* sfondo semi-trasparente */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.5rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600
}

/* Stile opzionale per un tocco di design */

.contact-map .map-overlay p {
	max-width: 700px;
	background: #900;
	padding: 1rem 1.5rem;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.3)
}

/* Responsivo */

@media (max-width: 768px) {
	.contact-map {
		height: 300px
	}

	.contact-map .map-overlay p {
		font-size: 1rem
	}
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.section-title-02 .title {
		font-size: 24px
	}
}

@media only screen and (max-width: 575px) {
	.section-title-02 .title {
		font-size: 30px;
		letter-spacing: 1px
	}
}

.section-title-03 .sub-title {
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #8b8b8b;
	margin-bottom: 0;
	margin-top: -4px
}

@media only screen and (max-width: 767px) {
	.section-title-03 .sub-title {
		font-size: 16px
	}
}

.section-title-03 .title {
	font-size: 48px;
	font-weight: 600;
	color: #4c5c76;
	margin-bottom: 0;
	margin-top: 5px;
	text-transform: uppercase
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.section-title-03 .title {
		font-size: 40px
	}
}

@media only screen and (max-width: 767px) {
	.section-title-03 .title {
		font-size: 36px
	}
}

@media only screen and (max-width: 575px) {
	.section-title-03 .title {
		font-size: 26px
	}
}

.tab-content .tab-pane {
	display: block;
	overflow: hidden;
	height: 0;
	visibility: hidden;
	max-width: 100%;
	opacity: 0
}

.tab-content .tab-pane.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	overflow: visible
}

/*.swiper-arrows
{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
*/
.swiper-arrows .swiper-button-next,
.swiper-arrows .swiper-button-prev {
	position: relative;
	top: 0;
	margin-top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	display: block;
	left: 0;
	right: 0;
	margin: 0 3px;
	color: #4c4c4c;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	outline: none
}

.swiper-arrows .swiper-button-next:hover,
.swiper-arrows .swiper-button-prev:hover {
	color: #fff;
	background-color: var(--theme);
	border-color: var(--theme)
}

.swiper-arrows .swiper-button-next::after,
.swiper-arrows .swiper-button-prev::after {
	display: none
}

.swiper-arrows .swiper-button-next i,
.swiper-arrows .swiper-button-prev i {
	line-height: 28px
}

/*.bg-color-01
{
	background-color: #f8f8f8
}
*/
/*.bg-color-02
{
	background-color: #eaeaea
}
*/
.pagination {
	margin-top: 60px
}

.pagination .page-item {
	margin: 0 6px
}

.pagination .page-item .page-link {
	font-weight: 400;
	color: #000;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #f6f6f6;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	border: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (max-width: 575px) {
	.pagination .page-item .page-link {
		width: 30px;
		height: 30px;
		line-height: 30px
	}
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link.active {
	background-color: var(--theme);
	color: #fff
}

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

/*.btn-wrap
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px
}
*/
.btn-wrap .btn {
	margin: 5px
}

.btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	font-weight: 600;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	padding: 0 48px
}

.btn::before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}

.btn:focus,
.btn:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (min-width: 768px)and (max-width: 991px) {
	.btn {
		height: 50px;
		line-height: 50px;
		padding: 0px 30px
	}
}

@media only screen and (max-width: 767px) {
	.btn {
		height: 45px;
		line-height: 45px;
		padding: 0px 20px
	}
}

.btn:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

/*.btn-group
{
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
*/
.btn-group .btn {
	border-radius: 0
}

.btn-group .btn:first-child {
	border-radius: 4px 0 0 4px
}

.btn-group .btn:last-child {
	border-radius: 0 4px 4px 0
}

/*.btn-round
{
	border-radius: 100px
}
*/
/*.btn-square
{
	border-radius: 0
}
*/
[class*=btn-icon-] i {
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 28px;
	text-align: center;
	padding: 15px;
	background-color: rgba(0, 0, 0, .1)
}

/*.btn-icon-left
{
	padding-left: 69px
}
*/
.btn-icon-left i {
	left: 0;
	right: auto
}

/*.btn-icon-right
{
	padding-right: 69px
}
*/
.btn-icon-right i {
	left: auto;
	right: 0
}

/*.btn-box
{
	width: 50px;
	padding: 10px;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50px;
	-ms-flex: 1 0 50px;
	flex: 1 0 50px
}
*/
.btn-box i {
	display: block;
	line-height: 24px
}

.btn-primary {
	background-color: #AC2022;
	border-color: #AC2022;
	color: #fff
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background-color: #AC2022;
	border-color: #AC2022;
	color: #fff
}

/*.btn-secondary
{
	background-color: #252c51;
	border-color: #252c51;
	color: #fff
}
*/
/*.btn-secondary:focus,.btn-secondary:active,.btn-secondary:hover
{
	background-color: #252c51;
	border-color: #252c51;
	color: #fff
}
*/
/*.btn-success
{
	background-color: #198754;
	border-color: #198754;
	color: #fff
}
*/
/*.btn-success:focus,.btn-success:active,.btn-success:hover
{
	background-color: #198754;
	border-color: #198754;
	color: #fff
}
*/
/*.btn-danger
{
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff
}
*/
/*.btn-danger:focus,.btn-danger:active,.btn-danger:hover
{
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff
}
*/
/*.btn-warning
{
	background-color: #ffc107;
	border-color: #ffc107;
	color: #494949
}
*/
/*.btn-warning:focus,.btn-warning:active,.btn-warning:hover
{
	background-color: #ffc107;
	border-color: #ffc107;
	color: #494949
}
*/
/*.btn-info
{
	background-color: #0dcaf0;
	border-color: #0dcaf0;
	color: #fff
}
*/
/*.btn-info:focus,.btn-info:active,.btn-info:hover
{
	background-color: #0dcaf0;
	border-color: #0dcaf0;
	color: #fff
}
*/
/*.btn-light
{
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #494949
}
*/
/*.btn-light:focus,.btn-light:active,.btn-light:hover
{
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #494949
}
*/
.btn-dark {
	background-color: #494949;
	border-color: #494949;
	color: #fff
}

.btn-dark:focus,
.btn-dark:active,
.btn-dark:hover {
	background-color: #494949;
	border-color: #494949;
	color: #fff
}

/*.btn-white
{
	background-color: #fff;
	border-color: #fff;
	color: #494949
}
*/
/*.btn-white:focus,.btn-white:active,.btn-white:hover
{
	background-color: #fff;
	border-color: #fff;
	color: #494949
}
*/
[class*=btn-outline-] {
	border: 1px solid
}

/*.btn-outline-primary
{
	border-color: var(--theme);
	color: var(--theme)
}
*/
/*.btn-outline-primary:focus,.btn-outline-primary:active,.btn-outline-primary:hover
{
	background-color: var(--theme);
	color: #fff
}
*/
/*.btn-outline-secondary
{
	border-color: #252c51;
	color: #252c51
}
*/
/*.btn-outline-secondary:focus,.btn-outline-secondary:active,.btn-outline-secondary:hover
{
	background-color: #252c51;
	color: #fff
}
*/
/*.btn-outline-success
{
	border-color: #198754;
	color: #198754
}
*/
/*.btn-outline-success:focus,.btn-outline-success:active,.btn-outline-success:hover
{
	background-color: #198754;
	color: #fff
}
*/
/*.btn-outline-danger
{
	border-color: #dc3545;
	color: #dc3545
}
*/
/*.btn-outline-danger:focus,.btn-outline-danger:active,.btn-outline-danger:hover
{
	background-color: #dc3545;
	color: #fff
}
*/
/*.btn-outline-warning
{
	border-color: #ffc107;
	color: #ffc107
}
*/
/*.btn-outline-warning:focus,.btn-outline-warning:active,.btn-outline-warning:hover
{
	background-color: #ffc107;
	color: #494949
}
*/
/*.btn-outline-info
{
	border-color: #0dcaf0;
	color: #0dcaf0
}
*/
/*.btn-outline-info:focus,.btn-outline-info:active,.btn-outline-info:hover
{
	background-color: #0dcaf0;
	color: #494949
}
*/
/*.btn-outline-light
{
	border-color: #f8f9fa;
	color: #f8f9fa
}
*/
/*.btn-outline-light:focus,.btn-outline-light:active,.btn-outline-light:hover
{
	background-color: #f8f9fa;
	color: #494949
}
*/
/*.btn-outline-dark
{
	border-color: #494949;
	color: #494949
}
*/
/*.btn-outline-dark:focus,.btn-outline-dark:active,.btn-outline-dark:hover
{
	background-color: #494949;
	color: #fff
}
*/
/*.btn-outline-white
{
	border-color: #fff;
	color: #fff
}
*/
/*.btn-outline-white:focus,.btn-outline-white:active,.btn-outline-white:hover
{
	background-color: #fff;
	color: #494949
}
*/
.btn-hover-primary:hover {
	color: #fff
}

.btn-hover-primary:hover::before {
	background-color: var(--theme)
}

/*.btn-hover-secondary:hover
{
	color: #fff
}
*/
/*.btn-hover-secondary:hover::before
{
	background-color: #252c51
}
*/
/*.btn-hover-success:hover
{
	border-color: #198754;
	color: #fff
}
*/
/*.btn-hover-success:hover::before
{
	background-color: #198754
}
*/
/*.btn-hover-danger:hover
{
	color: #fff
}
*/
/*.btn-hover-danger:hover::before
{
	background-color: #dc3545
}
*/
/*.btn-hover-warning:hover
{
	color: #494949
}
*/
/*.btn-hover-warning:hover::before
{
	background-color: #ffc107
}
*/
/*.btn-hover-info:hover
{
	color: #fff
}
*/
/*.btn-hover-info:hover::before
{
	background-color: #0dcaf0
}
*/
/*.btn-hover-light:hover
{
	color: #494949
}
*/
/*.btn-hover-light:hover::before
{
	background-color: #f8f9fa
}
*/
.btn-hover-dark:hover {
	color: #fff
}

.btn-hover-dark:hover::before {
	background-color: #494949
}

/*.btn-hover-white:hover
{
	color: #494949
}
*/
/*.btn-hover-white:hover::before
{
	background-color: #fff
}
*/
blockquote {
	position: relative;
	margin-bottom: 0;
	padding-left: 35px;
	margin-top: 40px
}

blockquote::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: var(--theme);
	top: 0;
	left: 0
}

blockquote p {
	font-size: 18px;
	font-style: italic;
	font-weight: 400 !important;
	line-height: 1.83;
	color: #6c788c;
	margin-bottom: 0;
	margin-top: 0 !important
}

blockquote .blockquote-name {
	font-size: 20px;
	font-weight: 600;
	color: #6c788c;
	padding-left: 40px;
	position: relative;
	margin-top: 22px
}

blockquote .blockquote-name::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: var(--theme);
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-form {
	margin-top: 30px;
	position: relative
}

.single-form input:not([type=checkbox]):not([type=radio]),
.single-form textarea {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	font-style: italic;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background-color: #fff
}

.single-form input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
	opacity: 1
}

.single-form input:not([type=checkbox]):not([type=radio]):-moz-placeholder,
.single-form textarea:-moz-placeholder {
	opacity: 1
}

.single-form input:not([type=checkbox]):not([type=radio])::-moz-placeholder,
.single-form textarea::-moz-placeholder {
	opacity: 1
}

.single-form input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
.single-form textarea:-ms-input-placeholder {
	opacity: 1
}

.single-form input:not([type=checkbox]):not([type=radio]) + input,
.single-form textarea + input {
	margin-top: 15px
}

.single-form input:not([type=checkbox]):not([type=radio]):focus,
.single-form textarea:focus {
	border-color: var(--theme);
	outline: none
}

.single-form label {
	font-size: 15px;
	color: #252c51;
	margin-bottom: 12px
}

.single-form input[type=checkbox] {
	display: none
}

.single-form input[type=checkbox] + label {
	padding-left: 22px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 15px
}

.single-form input[type=checkbox] + label span {
	width: 14px;
	height: 14px;
	border: 1px solid #e1e1e1;
	position: absolute;
	display: block;
	top: 4px;
	left: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-form input[type=checkbox] + label span::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	font-family: FontAwesome;
	font-size: 11px;
	font-weight: 300;
	line-height: 12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #fff;
	text-align: center
}

.single-form input[type=checkbox]:checked + label span {
	background-color: var(--theme);
	border-color: var(--theme)
}

.single-form input[type=checkbox]:checked + label span::before {
	opacity: 1;
	visibility: visible
}

.single-form textarea {
	padding-top: 10px;
	height: 250px;
	resize: none
}

.single-form .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	font-size: 14px;
	font-weight: 500
}

.radio input[type=radio] {
	display: none
}

.radio input[type=radio] + label {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	line-height: 27px
}

.radio input[type=radio] + label span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #494949;
	display: block;
	position: absolute;
	top: 6px;
	left: 0
}

.radio input[type=radio] + label span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #494949;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.radio input[type=radio]:checked + label span::before {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7)
}

/*.single-select2
{
	margin-top: 20px
}
*/
.single-select2 span {
	display: block
}

.single-select2 span:focus {
	outline: none
}

.single-select2 .form-select2 .select2 {
	width: 100% !important
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single {
	height: 50px;
	border-color: #d7d7d7;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 0;
	outline: none
}

@media only screen and (max-width: 767px) {
	.single-select2 .form-select2 .select2-container--default .select2-selection--single {
		height: 40px
	}
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 100%;
	line-height: 48px;
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 28px;
	font-style: italic;
	font-size: 14px;
	color: #999
}

@media only screen and (max-width: 767px) {
	.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 38px
	}
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	width: 36px
}

.single-select2 .form-select2 .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--theme)
}

.selection {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #ebebeb
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: none
}

.select2-dropdown {
	border-color: #ebebeb
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: -4px
}

.select2-results__option {
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	outline: none;
	color: #6c6c6c;
	padding: 5px 10px
}

/*.gj-picker
{
	border: 1px solid #eeecec;
	padding: 10px
}
*/
.gj-picker div[role=navigator] div:first-child,
.gj-picker div[role=navigator] div:last-child {
	max-width: 42px
}

.gj-picker table tr td.selected.gj-cursor-pointer div {
	color: #fff;
	background: var(--theme)
}

.gj-picker table tr td.today div {
	color: var(--theme)
}

.gj-picker table tr td div,
.gj-picker table tr th div {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 12px
}

.modal.fade {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.modal.fade.show {
	display: block !important;
	opacity: 1;
	visibility: visible
}

.modal .modal-dialog {
	width: calc(100% - 30px);
	max-width: 64rem
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.modal .modal-dialog {
		max-width: 45rem
	}
}

@media only screen and (max-width: 767px) {
	.modal .modal-dialog {
		max-width: 30rem
	}
}

.modal .modal-dialog .modal-content {
	position: relative;
	border: 0
}

.modal .modal-dialog .modal-content .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 7
}

.modal .modal-dialog .modal-content .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 30px;
	padding-bottom: 60px
}

@media only screen and (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 20px;
		padding-bottom: 50px
	}
}

/*.quick-view-images
{
	margin-top: 30px
}
*/
.quick-gallery-images .single-img img {
	width: 100%
}

.quick-gallery-thumbs {
	position: relative
}

@media only screen and (max-width: 575px) {
	.quick-gallery-thumbs {
		padding: 0 30px
	}
}

.quick-gallery-thumbs .swiper-container {
	max-width: 380px;
	margin: 20px auto 0
}

@media only screen and (max-width: 575px) {
	.quick-gallery-thumbs .swiper-container {
		max-width: 100%
	}
}

.quick-gallery-thumbs .swiper-container img {
	width: 100%
}

.quick-gallery-thumbs .swiper-slide {
	opacity: .5;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.quick-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1
}

.quick-gallery-thumbs .swiper-button-next,
.quick-gallery-thumbs .swiper-button-prev {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e7e7;
	background-color: #f8f8f8;
	display: block;
	color: #e6e6e6;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	opacity: 1;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width: 575px) {

	.quick-gallery-thumbs .swiper-button-next,
	.quick-gallery-thumbs .swiper-button-prev {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 20px
	}
}

.quick-gallery-thumbs .swiper-button-next:hover,
.quick-gallery-thumbs .swiper-button-prev:hover {
	color: #fff;
	background-color: var(--theme);
	border-color: var(--theme)
}

.quick-gallery-thumbs .swiper-button-next::after,
.quick-gallery-thumbs .swiper-button-prev::after {
	display: none
}

.quick-gallery-thumbs .swiper-button-next i,
.quick-gallery-thumbs .swiper-button-prev i {
	line-height: 28px
}

.quick-gallery-thumbs .swiper-button-next {
	right: 0
}

.quick-gallery-thumbs .swiper-button-prev {
	left: 0
}

/*.quick-view-description
{
	margin-top: 25px
}
*/
/*.quick-view-description .product-name
{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0
}
*/
@media only screen and (max-width: 575px) {
	/*	.quick-view-description .product-name
	{
		font-size: 20px
	}
*/
}

/*.quick-view-description .price
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
*/
/*.quick-view-description .price .sale-price
{
	font-size: 20px;
	color: var(--theme);
	margin-top: 5px
}
*/
@media only screen and (max-width: 575px) {
	/*	.quick-view-description .price .sale-price
	{
		font-size: 18px
	}
*/
}

/*.quick-view-description .price .old-price
{
	font-size: 18px;
	color: #a4a4a4;
	margin-top: 5px;
	margin-left: 10px;
	text-decoration: line-through
}
*/
@media only screen and (max-width: 575px) {
	/*	.quick-view-description .price .old-price
	{
		font-size: 16px
	}
*/
}

/*.quick-view-description .review-wrapper
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 12px
}
*/
/*.quick-view-description .review-wrapper .review-star
{
	position: relative;
	display: inline-block;
	margin-right: 8px
}
*/
/*.quick-view-description .review-wrapper .review-star::before
{
	content: """""""""";
	font-family: FontAwesome;
	display: inline-block;
	color: #dbdbdb;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 5px
}
*/
@media only screen and (max-width: 575px) {
	/*	.quick-view-description .review-wrapper .review-star::before
	{
		letter-spacing: 2px
	}
*/
}

.quick-view-description .review-wrapper .review-star .star {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	overflow: hidden
}

.quick-view-description .review-wrapper .review-star .star::before {
	content: """""""""";
	font-family: FontAwesome;
	display: inline-block;
	color: #ffc600;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 5px
}

@media only screen and (max-width: 575px) {
	.quick-view-description .review-wrapper .review-star .star::before {
		letter-spacing: 2px
	}
}

.quick-view-description .review-wrapper p {
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	color: #9f9e9e;
	margin-top: 0;
	margin-bottom: 0
}

.quick-view-description .lable {
	color: #3f3d3d;
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	margin-right: 5px
}

.quick-view-description .value {
	color: #9f9e9e;
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600
}

/*.quick-view-description .product-color
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px
}
*/
.quick-view-description .product-color ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.quick-view-description .product-color ul li {
	margin-left: 15px
}

.quick-view-description .product-color ul li input[type=checkbox],
.quick-view-description .product-color ul li input[type=radio] {
	display: none
}

.quick-view-description .product-color ul li input[type=checkbox] + label,
.quick-view-description .product-color ul li input[type=radio] + label {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	color: #666;
	font-family: "Rajdhani", sans-serif;
	cursor: pointer;
	display: block
}

.quick-view-description .product-color ul li input[type=checkbox] + label span,
.quick-view-description .product-color ul li input[type=radio] + label span {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: 2px solid #888;
	display: inline-block;
	position: relative;
	top: 2px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.quick-view-description .product-color ul li input[type=checkbox] + label span::before,
.quick-view-description .product-color ul li input[type=radio] + label span::before {
	position: absolute;
	content: "";
	font-family: FontAwesome;
	font-size: 12px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	top: -2px;
	left: -2px;
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.quick-view-description .product-color ul li input[type=checkbox]:checked + label span,
.quick-view-description .product-color ul li input[type=radio]:checked + label span {
	background-color: #ffb300;
	border-color: #ffb300
}

.quick-view-description .product-color ul li input[type=checkbox]:checked + label span::before,
.quick-view-description .product-color ul li input[type=radio]:checked + label span::before {
	opacity: 1;
	visibility: visible
}

.quick-view-description p {
	line-height: 1.8;
	color: #6c788c;
	margin-bottom: 0;
	margin-top: 25px
}

/*.quick-view-description .product-meta
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
*/
.quick-view-description .product-meta > * {
	margin-right: 10px
}

/*.quick-view-description .product-quantity
{
	position: relative;
	margin-top: 10px;
	background-color: #494949;
	border-radius: 5px
}
*/
.quick-view-description .product-quantity button {
	background: none;
	color: #fff;
	height: 40px;
	border: 0;
	font-weight: 500;
	font-size: 16px;
	padding: 0
}

.quick-view-description .product-quantity input {
	width: 35px;
	height: 40px;
	border: 0;
	padding: 0 5px;
	background: none;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	color: #fff;
	text-align: center
}

.quick-view-description .product-quantity > *:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 16px
}

.quick-view-description .product-quantity > *:last-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right: 16px
}

.quick-view-description .meta-action .btn {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 14px;
	margin-top: 10px;
	letter-spacing: 0
}

.quick-view-description .meta-action .action {
	width: 40px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	background-color: #494949;
	display: block;
	border-radius: 5px;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.quick-view-description .meta-action .action:hover {
	background-color: var(--theme)
}

/*.quick-view-description .product-info
{
	padding-top: 33px
}
*/
/*.quick-view-description .product-info .single-info
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 8px
}
*/
.quick-view-description .social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px
}

.quick-view-description .social li {
	margin-right: 25px
}

.quick-view-description .social li a {
	font-size: 16px;
	color: #9f9e9e;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.quick-view-description .social li a:hover {
	color: var(--theme)
}

.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 35px 0
}

.header-area.header-white {
	background-color: #fff;
	padding: 15px 0;
	box-shadow: 2px 4px 8px rgba(73, 73, 73, .15)
}

.header-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: left
}

.header-menu ul li {
	padding: 28px 18px;
	position: relative
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.header-menu ul li {
		padding: 28px 15px
	}
}

.header-menu ul li a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #383838;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: block;
	white-space: nowrap
}

.header-menu ul li.menu-item-has-children > a::after {
	content: "";
	font-family: "FontAwesome";
	margin-left: 5px;
	font-weight: 700;
	font-size: 13px
}

.header-menu ul li.active > a,
.header-menu ul li:hover > a {
	color: var(--theme)
}

.header-menu ul li ul {
	display: block
}

.header-menu ul li:hover > .sub-menu,
.header-menu ul li:hover > .mega-sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.header-menu ul li:nth-last-of-type(2) .sub-menu li .sub-menu {
		left: auto;
		right: 100%
	}
}

.header-menu .sub-menu {
	position: absolute;
	width: 255px;
	background-color: #fff;
	border-top: 2px solid #494949;
	padding: 10px 0px;
	-webkit-box-shadow: 2px 2px 20px rgba(73, 73, 73, .1);
	box-shadow: 2px 2px 20px rgba(73, 73, 73, .1);
	top: 110%;
	left: 0;
	z-index: 9;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden
}

.header-menu .sub-menu li {
	padding: 0
}

.header-menu .sub-menu li a {
	padding: 7px 20px
}

.header-menu .sub-menu li .sub-menu {
	top: 0px;
	left: 100%;
	opacity: 0;
	visibility: hidden
}

.header-menu .sub-menu li.menu-item-has-children > a::after {
	content: "";
	font-family: "Pe-icon-7-stroke";
	margin-left: 5px;
	font-size: 24px;
	line-height: 20px;
	display: block;
	float: right
}

.header-menu .sub-menu li:hover > a {
	padding-left: 25px
}

.header-menu .sub-menu li:hover .sub-menu {
	top: -12px;
	opacity: 1;
	visibility: visible
}

.header-menu .mega-sub-menu {
	position: absolute;
	top: 110%;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-box-shadow: 2px 2px 20px rgba(73, 73, 73, .1);
	box-shadow: 2px 2px 20px rgba(73, 73, 73, .1);
	background-color: #fff;
	z-index: 9;
	padding: 30px 15px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.header-menu .mega-sub-menu > li {
	width: 25%;
	padding: 0 15px
}

.header-menu .mega-sub-menu > li.manu-banner {
	width: 50%;
	margin-top: 20px;
	position: relative
}

.header-menu .mega-sub-menu > li.manu-banner img {
	width: 100%
}

.header-menu .mega-sub-menu > li.manu-banner a::before {
	content: "";
	background: rgba(255, 255, 255, .3);
	bottom: 50%;
	top: 50%;
	left: 0;
	right: 0;
	pointer-events: none;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear
}

.header-menu .mega-sub-menu > li.manu-banner a::after {
	content: "";
	background: rgba(255, 255, 255, .3);
	left: 51%;
	right: 50%;
	top: 0;
	bottom: 0;
	pointer-events: none;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear
}

.header-menu .mega-sub-menu > li.manu-banner a:hover::before {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
	opacity: 0
}

.header-menu .mega-sub-menu > li.manu-banner a:hover::after {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 900ms linear;
	-o-transition: all 900ms linear;
	transition: all 900ms linear;
	opacity: 0
}

.header-menu .mega-sub-menu > li .menu-title {
	color: #494949;
	line-height: 1;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb
}

.header-menu .mega-sub-menu > li .menu-title::after {
	display: none
}

.header-menu .mega-sub-menu > li:hover > a {
	color: var(--theme)
}

.header-menu .mega-sub-menu > li .menu-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px
}

.header-menu .mega-sub-menu > li .menu-item > li {
	padding: 0
}

.header-menu .mega-sub-menu > li .menu-item > li > a {
	color: #4c4c4c;
	line-height: 32px;
	font-weight: 400;
	font-size: 14px;
	display: block
}

.header-menu .mega-sub-menu > li .menu-item > li:hover > a {
	padding-left: 5px;
	color: var(--theme)
}

.header-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header-meta > * {
	padding: 0 10px
}

.header-meta .action {
	font-size: 24px;
	color: #000;
	position: relative;
	display: block
}

@media only screen and (max-width: 575px) {
	.header-meta .action {
		font-size: 22px
	}
}

.header-meta .action .number {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: var(--theme);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	display: block;
	position: absolute;
	top: -2px;
	right: -9px;
	border-radius: 50%
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.header-meta .action .number {
		right: 0
	}
}

.header-meta .dropdown .dropdown-menu {
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, .06);
	box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, .06);
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	top: 125% !important;
	left: 0 !important
}

.header-meta .dropdown .dropdown-profile {
	min-width: 160px;
	padding: 8px 0
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.header-meta .dropdown .dropdown-profile {
		left: auto !important;
		right: 0 !important;
		top: 100% !important
	}
}

.header-meta .dropdown .dropdown-profile li {
	line-height: 25px;
	font-size: 13px
}

.header-meta .dropdown .dropdown-profile li a {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: 400;
	color: #373a3c;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0
}

.header-meta .dropdown .dropdown-profile li a:hover {
	color: var(--theme)
}

.header-meta .dropdown .dropdown-cart {
	left: auto !important;
	right: -15px !important;
	width: 350px
}

.header-meta .dropdown .dropdown-cart .cart-content {
	max-height: 292px;
	overflow-y: scroll
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar-track {
	background-color: #ebebeb;
	border-radius: 10px
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar {
	width: 5px;
	background-color: #ebebeb;
	border-radius: 10px
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar-thumb {
	background-color: var(--theme);
	border-radius: 10px
}

.header-meta .dropdown .dropdown-cart .cart-content ul {
	padding: 0 30px
}

.header-meta .dropdown .dropdown-cart .cart-content ul li {
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden
}

.header-meta .dropdown .dropdown-cart .cart-price {
	overflow: hidden;
	padding: 30px
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline {
	overflow: hidden;
	line-height: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline .label {
	font-weight: 400;
	color: #a7a7a7;
	font-size: 14px;
	text-transform: uppercase;
	display: block
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline .value {
	font-weight: 300;
	color: #a7a7a7;
	font-size: 14px;
	display: block
}

.header-meta .dropdown .dropdown-cart .cart-price .cart-total .price-inline .label {
	font-weight: 600;
	color: #494949
}

.header-meta .dropdown .dropdown-cart .cart-price .cart-total .price-inline .value {
	font-weight: 600;
	color: #494949
}

.header-meta .dropdown .dropdown-cart .checkout-btn {
	padding: 0 30px 30px 30px
}

.header-meta .dropdown .dropdown-cart .checkout-btn .btn {
	height: 50px;
	line-height: 50px;
	font-size: 16px
}

.header-meta .dropdown .dropdown-search {
	left: 50% !important;
	right: auto !important;
	-webkit-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	background: #fff;
	width: 360px;
	border-radius: 5px;
	padding: 15px
}

/*.single-cart-item
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
*/
/*.single-cart-item .cart-thumb
{
	position: relative
}
*/
.single-cart-item .cart-thumb img {
	width: 85px
}

/*.single-cart-item .cart-thumb .product-quantity
{
	position: absolute;
	top: 5px;
	left: 5px;
	min-width: 20px;
	line-height: 20px;
	border-radius: 100%;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	background-color: var(--theme)
}
*/
/*.single-cart-item .cart-item-content
{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 10px;
	padding-right: 20px;
	overflow: hidden;
	position: relative
}
*/
/*.single-cart-item .cart-item-content .product-name
{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #4c4c4c;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 0
}
*/
/*.single-cart-item .cart-item-content .product-price
{
	display: block;
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--theme)
}
*/
/*.single-cart-item .cart-item-content .attributes-content
{
	margin-top: 5px
}
*/
.single-cart-item .cart-item-content .attributes-content span {
	font-size: 14px;
	line-height: 20px;
	color: #a7a7a7;
	display: block;
	font-weight: 400
}

.single-cart-item .cart-item-content .attributes-content span strong {
	font-weight: 400
}

/*.single-cart-item .cart-item-content .cart-remove
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #494949;
	font-size: 18px;
	line-height: 1.2;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
*/
/*.single-cart-item .cart-item-content .cart-remove:hover
{
	color: var(--theme)
}
*/
/*.header-search
{
	position: relative;
	border-radius: 30px
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	/*	.header-search
	{
		margin-bottom: 20px
	}
*/
}

.header-search input {
	padding: 10px 45px 10px 20px;
	width: 100%;
	height: 46px;
	font-size: 14px;
	background: #fff;
	color: #494949;
	border: 1px solid var(--theme);
	border-radius: 5px;
	outline: none
}

.header-search button {
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 46px;
	background: none;
	text-align: center;
	color: #494949;
	padding: 0;
	border: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.header-search button i {
	font-size: 24px;
	display: block;
	line-height: 46px
}

.header-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 93;
	background-color: #fff
}

.header-mobile-top {
	padding: 20px 0
}

.header-toggle .mobile-menu-open {
	display: inline-block;
	background: none;
	border: 0;
	padding: 0
}

.header-toggle .mobile-menu-open span {
	width: 23px;
	height: 2px;
	background-color: #494949;
	display: block
}

.header-toggle .mobile-menu-open span:nth-of-type(2) {
	margin: 5px 0
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(73, 73, 73, .15);
	box-shadow: 2px 4px 8px rgba(73, 73, 73, .15);
	background-color: #fff;
	padding: 0 !important
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.sticky {
		padding: 12px 0 !important
	}
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}

.offcanvas {
	width: 200px;
	z-index: 1060
}

@media (min-width: 991.2px) {
	.header-menu ul {
		justify-content: center;
	}
}

.offcanvas-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0
}

/*.canvas-action
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 20px;
	border-bottom: 1px solid #ebebeb;
	width: 100%
}
*/
.canvas-action .action {
	font-weight: 400;
	color: #000;
	background: rgba(0, 0, 0, 0);
	text-shadow: none;
	cursor: pointer;
	line-height: 20px;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	margin: 0 15px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.canvas-action .action:hover {
	color: var(--theme)
}

.canvas-close-bar {
	background-color: #AC2022;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	width: 100%
}

.canvas-close-bar button {
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	background: none;
	padding: 0;
	height: 40px;
	border: 0
}

.offcanvas-body {
	padding: 0
}

.canvas-menu {
	padding-bottom: 30px
}

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

.canvas-menu ul li {
	position: relative !important;
	display: block;
	line-height: 1
}

.canvas-menu ul li a {
	display: block;
	color: #383838;
	font-size: 14px;
	font-weight: 500;
	padding-right: 50px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 20px;
}

.nav-menu {
	flex-wrap: wrap
}

.canvas-menu ul li a img {
	margin-right: 5px
}

.canvas-menu ul li .mobile-menu-expand {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 13px;
	right: 21px;
	cursor: pointer
}

.canvas-menu ul li .mobile-menu-expand::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 2px;
	background-color: #383838;
	top: 7px;
	left: 2px
}

.canvas-menu ul li .mobile-menu-expand::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 12px;
	background-color: #383838;
	left: 7px;
	bottom: 2px;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear
}

.canvas-menu ul li.active-expand > .mobile-menu-expand::after {
	height: 0
}

.canvas-menu ul li ul li a {
	padding-left: 11%
}

.canvas-menu ul li ul li ul li a {
	padding-left: 16%
}

.canvas-menu ul li ul li ul li ul li a {
	padding-left: 21%
}

.canvas-menu ul li ul li ul li ul li ul li a {
	padding-left: 26%
}

/*.slider-section
{
	background-color: #e9e1f7;
	position: relative;
	overflow: hidden
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px) {
	/*	.slider-section
	{
		padding-top: 150px
	}
*/
}

/*.slider-section .slider-shape
{
	width: 700px;
	height: 700px;
	border-radius: 50px;
	background-color: #eee5ff;
	position: absolute;
	top: -150px;
	right: -90px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (min-width: 992px)and (max-width: 1199px) {
	/*	.slider-section .slider-shape
	{
		width: 550px;
		height: 550px
	}
*/
}

@media only screen and (max-width: 767px) {
	/*	.slider-section .slider-shape
	{
		width: 350px;
		height: 350px;
		top: 0
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.slider-section .slider-shape
	{
		width: 300px;
		height: 300px
	}
*/
}

.slider-section-02 {
	background-color: #f8f6ec;
	position: relative;
	overflow: hidden
}

.single-slider {
	height: 950px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width: 1200px)and (max-width: 1499px) {
	.single-slider {
		height: 880px
	}
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.single-slider {
		height: 750px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.single-slider {
		height: auto !important;
		padding-top: 115px;
		padding-bottom: 130px;
		display: block
	}
}

@media only screen and (max-width: 767px) {
	.single-slider {
		height: auto;
		padding-top: 245px;
		display: block
	}
}

@media only screen and (max-width: 575px) {
	.single-slider {
		padding-top: 195px
	}
}

.single-slider.slider-02 {
	background-size: cover;
	background-position: center center;
	height: 940px;
	background-color: black
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.single-slider.slider-02 {
		height: 750px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.single-slider.slider-02 {
		height: auto !important;
		padding-top: 275px;
		padding-bottom: 200px
	}
}

@media only screen and (max-width: 575px) {
	.single-slider.slider-02 {
		padding-top: 215px;
		padding-bottom: 80px
	}
}

/*.slider-images
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: -1
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px) {
	/*	.slider-images
	{
		width: 65%
	}
*/
}

@media only screen and (max-width: 767px) {
	/*	.slider-images
	{
		position: relative;
		padding-bottom: 50px;
		margin-top: 50px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		top: 0
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.slider-images
	{
		width: 100%
	}
*/
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.slider-images img {
		width: 507px
	}
}

/*.slider-content
{
	max-width: 570px
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px) {
	/*	.slider-content
	{
		max-width: 370px
	}
*/
}

.slider-content .title {
	font-size: 80px;
	font-weight: 700;
	color: #313131;
	line-height: 1.15;
	margin-bottom: 0
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.slider-content .title {
		font-size: 70px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-content .title {
		font-size: 50px
	}
}

@media only screen and (max-width: 575px) {
	.slider-content .title {
		font-size: 36px
	}
}

.slider-content p {
	font-size: 24px;
	font-weight: 400;
	color: #313131;
	margin-bottom: 0;
	margin-top: 12px
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-content p {
		font-size: 16px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 575px) {
	.slider-content p {
		font-size: 14px
	}

	.slider-content p br {
		display: none
	}
}

.slider-content-02 .title {
	font-size: 80px;
	font-weight: 700;
	color: #313131;
	line-height: 1.15;
	margin-bottom: 0;
	font-family: "Rajdhani", sans-serif
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.slider-content-02 .title {
		font-size: 70px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-content-02 .title {
		font-size: 50px
	}
}

@media only screen and (max-width: 575px) {
	.slider-content-02 .title {
		font-size: 36px
	}
}

.slider-content-02 p {
	font-size: 24px;
	font-weight: 400;
	color: #313131;
	margin-bottom: 0;
	margin-top: 12px
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-content-02 p {
		font-size: 16px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 575px) {
	.slider-content-02 p {
		font-size: 14px
	}

	.slider-content-02 p br {
		display: none
	}
}

.animation-style-01 .slider-images,
.animation-style-01 .slider-content,
.animation-style-01 .slider-content-02 {
	opacity: 0
}

.animation-style-01.swiper-slide-active .slider-content,
.animation-style-01.swiper-slide-active .slider-content-02 {
	opacity: 1
}

.animation-style-01.swiper-slide-active .slider-content .title,
.animation-style-01.swiper-slide-active .slider-content-02 .title {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-style-01.swiper-slide-active .slider-content p,
.animation-style-01.swiper-slide-active .slider-content-02 p {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-style-01.swiper-slide-active .slider-content .btn,
.animation-style-01.swiper-slide-active .slider-content-02 .btn {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-style-01.swiper-slide-active .slider-images {
	opacity: 1
}

.animation-style-01.swiper-slide-active .slider-images img {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.slider-active .swiper-pagination {
	text-align: left;
	bottom: 70px
}

@media only screen and (max-width: 575px) {
	.slider-active .swiper-pagination {
		bottom: 20px
	}
}

.slider-active .swiper-pagination .swiper-pagination-bullet {
	outline: none;
	background-color: #212121;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
	margin: 0 8px
}

.slider-active .swiper-pagination .swiper-pagination-bullet::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, 0);
	top: -3px;
	left: -3px;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--theme)
}

.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	border-color: var(--theme)
}

.slider-active .swiper-button-next,
.slider-active .swiper-button-prev {
	font-family: "Rajdhani", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #373737;
	text-transform: uppercase;
	outline: none;
	line-height: 1.2;
	width: auto;
	height: auto;
	padding-bottom: 8px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {

	.slider-active .swiper-button-next,
	.slider-active .swiper-button-prev {
		margin-top: 50px;
		font-size: 16px
	}
}

@media only screen and (max-width: 575px) {

	.slider-active .swiper-button-next,
	.slider-active .swiper-button-prev {
		top: auto;
		bottom: 20px
	}
}

.slider-active .swiper-button-next::before,
.slider-active .swiper-button-prev::before {
	position: absolute;
	bottom: 0;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #373737;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: none
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {

	.slider-active .swiper-button-next::before,
	.slider-active .swiper-button-prev::before {
		width: 150%
	}
}

.slider-active .swiper-button-next::after,
.slider-active .swiper-button-prev::after {
	display: none
}

.slider-active .swiper-button-next:hover,
.slider-active .swiper-button-prev:hover {
	color: var(--theme)
}

.slider-active .swiper-button-next:hover::before,
.slider-active .swiper-button-prev:hover::before {
	background-color: var(--theme)
}

.slider-active .swiper-button-prev {
	left: calc((100% - 1400px)/2)
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.slider-active .swiper-button-prev {
		left: calc((100% - 920px)/2)
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.slider-active .swiper-button-prev {
		left: calc((100% - 720px)/2)
	}
}

@media only screen and (max-width: 767px) {
	.slider-active .swiper-button-prev {
		left: calc((100% - 540px)/2)
	}
}

@media only screen and (max-width: 575px) {
	.slider-active .swiper-button-prev {
		left: 15px
	}
}

.slider-active .swiper-button-prev::before {
	left: 0
}

.slider-active .swiper-button-next {
	right: calc((100% - 1400px)/2)
}

.slider-active .swiper-button-next::before {
	right: 0
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.slider-active .swiper-button-next {
		right: calc((100% - 920px)/2)
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.slider-active .swiper-button-next {
		right: calc((100% - 720px)/2)
	}
}

@media only screen and (max-width: 767px) {
	.slider-active .swiper-button-next {
		right: calc((100% - 540px)/2)
	}
}

@media only screen and (max-width: 575px) {
	.slider-active .swiper-button-next {
		right: 15px
	}
}

/*.banner-wrapper
{
	margin-top: -30px
}
*/
/*.single-banner
{
	position: relative;
	overflow: hidden;
	margin-top: 30px
}
*/
.single-banner img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

/*.single-banner .banner-content
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	padding-top: 35px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
	/*	.single-banner .banner-content
	{
		padding: 20px;
		padding-top: 15px
	}
*/
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	/*	.single-banner .banner-content
	{
		padding: 25px;
		padding-top: 20px
	}
*/
}

.single-banner .banner-content .title {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.26;
	color: #1c1c1c;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
	.single-banner .banner-content .title {
		font-size: 24px
	}
}

/*.single-banner .banner-content .discount
{
	font-size: 34px;
	line-height: 1.3;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	color: var(--theme);
	display: block;
	margin-top: 10px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
	/*	.single-banner .banner-content .discount
	{
		font-size: 26px
	}
*/
}

.single-banner .banner-content .btn {
	margin-top: 16px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-weight: 400
}

.single-banner .banner-content.content-02 .title {
	color: #fff
}

/*.single-banner .banner-content.content-02 .discount
{
	color: #444
}
*/
.single-banner:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

/*.single-banner-02
{
	position: relative;
	overflow: hidden;
	margin-top: 50px
}
*/
.single-banner-02 img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

/*.single-banner-02 .banner-content
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 40px;
	padding-top: 35px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px) {
	/*	.single-banner-02 .banner-content
	{
		padding: 20px;
		padding-top: 15px
	}
*/
}

.single-banner-02 .banner-content .title {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.single-banner-02 .banner-content .title {
		font-size: 30px
	}
}

/*.single-banner-02 .banner-content .discount
{
	font-size: 54px;
	line-height: 1.3;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
	color: var(--theme);
	display: block;
	margin-top: 6px;
	color: #fff;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px) {
	/*	.single-banner-02 .banner-content .discount
	{
		font-size: 34px
	}
*/
}

.single-banner-02 .banner-content .btn {
	margin-top: 20px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-weight: 400
}

.single-banner-02:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

/*.single-banner-03
{
	position: relative;
	overflow: hidden;
	margin-top: 30px
}
*/
.single-banner-03 img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

/*.single-banner-03 .banner-content
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 60px;
	padding-top: 55px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	/*	.single-banner-03 .banner-content
	{
		padding: 40px;
		padding-top: 35px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.single-banner-03 .banner-content
	{
		padding: 20px;
		padding-top: 15px
	}
*/
}

.single-banner-03 .banner-content .sub-title {
	font-size: 20px;
	font-weight: 500;
	color: #1c1c1c;
	margin-bottom: 0
}

@media only screen and (max-width: 575px) {
	.single-banner-03 .banner-content .sub-title {
		font-size: 16px
	}
}

.single-banner-03 .banner-content .title {
	margin-bottom: 0
}

.single-banner-03 .banner-content .title a {
	font-size: 40px;
	font-weight: 600;
	color: var(--theme);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 5px;
	display: inline-block
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.single-banner-03 .banner-content .title a {
		font-size: 30px
	}
}

@media only screen and (max-width: 575px) {
	.single-banner-03 .banner-content .title a {
		font-size: 24px
	}
}

.single-banner-03 .banner-content .title a:hover {
	color: var(--theme)
}

.single-banner-03 .banner-content .btn {
	margin-top: 25px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-weight: 400
}

@media only screen and (max-width: 575px) {
	.single-banner-03 .banner-content .btn {
		margin-top: 15px
	}
}

.single-banner-03:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

/*.product-section-wrapper
{
	margin-top: -50px
}
*/
/*.product-wrapper
{
	margin-top: 50px
}
*/
/*.product-top-wrapper
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	margin-top: -5px
}
*/
@media only screen and (max-width: 767px) {
	/*	.product-top-wrapper
	{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
*/
}

.product-top-wrapper > * {
	padding-bottom: 5px
}

.product-menu .nav li {
	margin: 0 16px
}

@media only screen and (max-width: 575px) {
	.product-menu .nav li {
		margin-bottom: 10px
	}
}

.product-menu .nav li:first-child {
	margin-left: 0
}

.product-menu .nav li:last-child {
	margin-right: 0
}

.product-menu .nav li button {
	padding: 0;
	border: 0;
	background: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #a7a7a7
}

@media only screen and (max-width: 575px) {
	.product-menu .nav li button {
		font-size: 13px
	}
}

.product-menu .nav li button.active,
.product-menu .nav li button:hover {
	color: var(--theme)
}

/*.single-product
{
	position: relative;
	margin-top: 30px
}
*/
.single-product a {
	display: block
}

.single-product a img {
	width: 100%
}

/*.single-product .product-content
{
	padding-top: 13px;
	padding-right: 45px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	/*	.single-product .product-content
	{
		padding-right: 35px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.single-product .product-content
	{
		padding-right: 45px
	}
*/
}

.single-product .product-content .title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	color: #4c4c4c;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-product .product-content .title {
		font-size: 15px
	}
}

@media only screen and (max-width: 575px) {
	.single-product .product-content .title {
		font-size: 16px
	}
}

/*.single-product .product-content .price
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
*/
/*.single-product .product-content .price .sale-price
{
	font-size: 18px;
	color: var(--theme);
	margin-top: 7px;
	font-weight: 400;
	line-height: 1.2
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	/*	.single-product .product-content .price .sale-price
	{
		font-size: 16px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.single-product .product-content .price .sale-price
	{
		font-size: 18px
	}
*/
}

/*.single-product .product-content .price .old-price
{
	font-size: 16px;
	color: #a4a4a4;
	margin-top: 7px;
	margin-left: 10px;
	text-decoration: line-through;
	font-weight: 400;
	line-height: 1.2
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	/*	.single-product .product-content .price .old-price
	{
		font-size: 14px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.single-product .product-content .price .old-price
	{
		font-size: 16px
	}
*/
}

/*.single-product .product-meta
{
	position: absolute;
	bottom: 0;
	right: 0
}
*/
.single-product .product-meta li {
	overflow: hidden
}

.single-product .product-meta li + li {
	margin-top: 15px
}

.single-product .product-meta li .action {
	width: 44px;
	height: 44px;
	line-height: 46px;
	border: 1px solid #ededed;
	text-align: center;
	font-size: 23px;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #fff;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	display: block;
	position: relative
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-product .product-meta li .action {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	.single-product .product-meta li .action {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 23px
	}
}

.single-product .product-meta li:last-child a {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	background-color: rgba(0, 0, 0, 0)
}

.single-product:hover .product-meta li .action {
	border-color: #3d3d3d;
	background-color: #3d3d3d;
	color: #fff;
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.single-product:hover .product-meta li .action:nth-last-of-type(1) {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0
}

.single-product:hover .product-meta li .action:nth-last-of-type(2) {
	-webkit-transition-delay: .3;
	-o-transition-delay: .3;
	transition-delay: .3
}

.single-product:hover .product-meta li .action:nth-last-of-type(3) {
	-webkit-transition-delay: .6;
	-o-transition-delay: .6;
	transition-delay: .6
}

.single-product:hover .product-meta li .action:nth-last-of-type(4) {
	-webkit-transition-delay: .9;
	-o-transition-delay: .9;
	transition-delay: .9
}

.single-product:hover .product-meta li .action:hover {
	border-color: var(--theme);
	background-color: var(--theme);
	color: #fff
}

/*.single-product-02
{
	position: relative;
	margin-top: 30px
}
*/
/*.single-product-02 .product-images
{
	position: relative
}
*/
.single-product-02 .product-images a {
	display: block
}

.single-product-02 .product-images a img {
	width: 100%
}

/*.single-product-02 .product-images .product-meta
{
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
*/
.single-product-02 .product-images .product-meta li {
	overflow: hidden
}

.single-product-02 .product-images .product-meta li + li {
	margin-left: 5px
}

.single-product-02 .product-images .product-meta li .action {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #ededed;
	text-align: center;
	font-size: 23px;
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #fff;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	display: block;
	position: relative
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.single-product-02 .product-images .product-meta li .action {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 20px
	}
}

/*.single-product-02 .product-images .discount
{
	position: absolute;
	top: 17px;
	right: 20px;
	font-size: 16px;
	color: var(--theme)
}
*/
/*.single-product-02 .product-content
{
	padding-top: 18px;
	text-align: center
}
*/
.single-product-02 .product-content .title {
	margin-bottom: 0
}

.single-product-02 .product-content .title a {
	font-size: 16px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	color: #4c4c4c;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.single-product-02 .product-content .title a {
		font-size: 15px
	}
}

.single-product-02 .product-content .title a:hover {
	color: var(--theme)
}

/*.single-product-02 .product-content .price
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
*/
/*.single-product-02 .product-content .price .sale-price
{
	font-size: 18px;
	color: var(--theme);
	margin-top: 3px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px) {
	/*	.single-product-02 .product-content .price .sale-price
	{
		font-size: 16px
	}
*/
}

/*.single-product-02 .product-content .price .old-price
{
	font-size: 16px;
	color: #a4a4a4;
	margin-top: 3px;
	margin-left: 10px;
	text-decoration: line-through
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px) {
	/*	.single-product-02 .product-content .price .old-price
	{
		font-size: 14px
	}
*/
}

.single-product-02:hover .product-meta li .action {
	border-color: #3d3d3d;
	background-color: #3d3d3d;
	color: #fff;
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.single-product-02:hover .product-meta li .action:nth-last-of-type(1) {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0
}

.single-product-02:hover .product-meta li .action:nth-last-of-type(2) {
	-webkit-transition-delay: .3;
	-o-transition-delay: .3;
	transition-delay: .3
}

.single-product-02:hover .product-meta li .action:nth-last-of-type(3) {
	-webkit-transition-delay: .6;
	-o-transition-delay: .6;
	transition-delay: .6
}

.single-product-02:hover .product-meta li .action:nth-last-of-type(4) {
	-webkit-transition-delay: .9;
	-o-transition-delay: .9;
	transition-delay: .9
}

.single-product-02:hover .product-meta li .action:hover {
	border-color: var(--theme);
	background-color: var(--theme);
	color: #fff
}

/*.product-list
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
*/
@media only screen and (max-width: 767px) {
	/*	.product-list
	{
		display: block
	}
*/
}

/*.product-list .product-images
{
	position: relative;
	width: 320px
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px) {
	/*	.product-list .product-images
	{
		width: 270px
	}
*/
}

@media only screen and (max-width: 767px) {
	/*	.product-list .product-images
	{
		width: 100%
	}
*/
}

/*.product-list .product-content
{
	padding-top: 0;
	padding-left: 30px;
	text-align: left;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 570px;
	margin-top: -4px
}
*/
@media only screen and (max-width: 767px) {
	/*	.product-list .product-content
	{
		margin-top: 0;
		padding-top: 25px;
		padding-left: 0
	}
*/
}

.product-list .product-content .title a {
	font-size: 20px
}

/*.product-list .product-content .price
{
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 5px
}
*/
.product-list .product-content p {
	margin-bottom: 0;
	margin-top: 15px
}

.product-wrapper-02 {
	padding-top: 20px
}

.product-wrapper-02 .product-tabs-content {
	padding-top: 20px
}

@media only screen and (max-width: 767px) {
	.product-wrapper-02 .product-tabs-content {
		padding-top: 0
	}
}

/*.call-to-action
{
	background: #f1eee5;
	height: 696px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
*/
@media only screen and (max-width: 767px) {
	/*	.call-to-action
	{
		height: 526px
	}
*/
}

.call-to-action-content .title {
	color: #ffb300;
	font-size: 72px;
	font-weight: 500
}

@media only screen and (max-width: 767px) {
	.call-to-action-content .title {
		font-size: 52px
	}
}

@media only screen and (max-width: 575px) {
	.call-to-action-content .title {
		font-size: 32px
	}
}

.call-to-action-content p {
	font-size: 24px;
	font-weight: 400;
	color: #313131
}

@media only screen and (max-width: 767px) {
	.call-to-action-content p {
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	.call-to-action-content p {
		font-size: 16px
	}
}

.benefit-wrapper {
	margin-top: -30px
}

.single-benefit {
	text-align: center;
	border: 1px solid var(--theme);
	padding: 60px 50px 55px;
	margin-top: 30px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
	.single-benefit {
		padding: 40px 30px 35px
	}
}

.single-benefit .title {
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	color: #383838;
	margin-bottom: 10px;
	font-size: 15px;
	margin-top: 20px
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
	.single-benefit .title {
		font-size: 24px
	}
}

.single-benefit p {
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1.8;
	color: #494949;
	font-size: 15px;
	font-weight: 600;
	position: relative
}

/*.single-products-banner
{
	position: relative;
	overflow: hidden
}
*/
.single-products-banner img {
	width: 100%
}

/*.single-products-banner .products-banner-content
{
	position: absolute;
	padding: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
*/
/*.single-products-banner .products-banner-content .banner-content-wrapper
{
	background-color: rgba(255, 255, 255, .9);
	padding: 20px 30px;
	padding-right: 50px;
	position: relative
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	/*	.single-products-banner .products-banner-content .banner-content-wrapper
	{
		padding: 10px 15px
	}
*/
}

.single-products-banner .products-banner-content .banner-content-wrapper .title {
	margin-bottom: 0
}

.single-products-banner .products-banner-content .banner-content-wrapper .title a {
	font-size: 30px;
	font-weight: 700;
	color: #343434;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-products-banner .products-banner-content .banner-content-wrapper .title a {
		font-size: 26px
	}
}

.single-products-banner .products-banner-content .banner-content-wrapper .title a:hover {
	color: var(--theme)
}

/*.single-products-banner .products-banner-content .banner-content-wrapper .products-count
{
	font-family: "Rajdhani", sans-serif;
	font-size: 24px;
	color: #343434;
	display: block;
	line-height: 1.2;
	margin-top: 3px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	/*	.single-products-banner .products-banner-content .banner-content-wrapper .products-count
	{
		font-size: 20px
	}
*/
}

.single-products-banner .products-banner-content .banner-content-wrapper .arrow {
	width: 40px;
	height: 40px;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--theme);
	display: inline-block;
	font-size: 36px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-products-banner .products-banner-content .banner-content-wrapper .arrow {
		width: 35px;
		height: 35px;
		line-height: 38px;
		right: 15px;
		font-size: 30px
	}
}

.single-products-banner .products-banner-content .banner-content-wrapper .arrow:hover {
	background-color: #494949;
	color: #fff
}

/*.single-products-banner:hover .products-banner-content
{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}
*/
/*.blog-top-wrapper
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
	margin-top: -5px
}
*/
/*.blog-wrapper
{
	margin-top: -50px
}
*/
/*.single-blog
{
	margin-top: 50px
}
*/
.single-blog > a {
	display: block
}

.single-blog > a img {
	width: 100%
}

.single-blog .gallery-active {
	position: relative
}

.single-blog .gallery-active a {
	display: block
}

.single-blog .gallery-active a img {
	width: 100%
}

.single-blog .gallery-active .swiper-button-next,
.single-blog .gallery-active .swiper-button-prev {
	margin-top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ededed;
	display: block;
	color: #ededed;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.single-blog .gallery-active .swiper-button-next:hover,
.single-blog .gallery-active .swiper-button-prev:hover {
	color: #fff;
	background-color: var(--theme);
	border-color: var(--theme)
}

.single-blog .gallery-active .swiper-button-next::after,
.single-blog .gallery-active .swiper-button-prev::after {
	display: none
}

.single-blog .gallery-active .swiper-button-next i,
.single-blog .gallery-active .swiper-button-prev i {
	line-height: 28px
}

/*.single-blog .blog-embed
{
	height: 100%
}
*/
/*.single-blog .blog-embed .ratio-16x9
{
	--bs-aspect-ratio: calc(9.35 / 15 * 100%)
}
*/
/*.single-blog .blog-content
{
	padding-top: 28px
}
*/
/*.single-blog .blog-content .blog-meta
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
*/
.single-blog .blog-content .blog-meta li {
	font-size: 15px;
	font-weight: 500;
	color: #545454;
	font-family: "Rajdhani", sans-serif;
	display: inherit
}

.single-blog .blog-content .blog-meta li i {
	font-size: 18px;
	color: #000;
	margin-right: 8px
}

.single-blog .blog-content .blog-meta li + li {
	margin-left: 20px
}

.single-blog .blog-content .title {
	margin-bottom: 0;
	margin-top: 10px;
	display: inline-block;
	color: #383838;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
	.single-blog .blog-content .title {
		font-size: 20px
	}
}

.single-blog .blog-content p {
	margin-top: 15px;
	margin-bottom: 0
}

.single-blog .blog-content .btn {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-top: 30px;
	font-weight: 400
}

/*.countdown-content
{
	margin-top: 45px
}
*/
.countdown-content .title {
	font-weight: 700;
	font-size: 48px;
	color: #303030;
	margin-bottom: 0
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.countdown-content .title {
		font-size: 42px
	}
}

@media only screen and (max-width: 575px) {
	.countdown-content .title {
		font-size: 28px
	}
}

.countdown-content .title span {
	color: var(--theme)
}

.countdown-content p {
	max-width: 470px;
	color: #6a6a69;
	font-size: 14px;
	padding-top: 15px
}

.countdown-content .btn {
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	margin-top: 40px
}

.countdown-wrapper .countdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.countdown-wrapper .countdown .single-countdown {
	text-align: center;
	position: relative;
	margin-top: 5px
}

.countdown-wrapper .countdown .single-countdown + .single-countdown {
	margin-left: 70px
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.countdown-wrapper .countdown .single-countdown + .single-countdown {
		margin-left: 60px
	}
}

@media only screen and (max-width: 575px) {
	.countdown-wrapper .countdown .single-countdown + .single-countdown {
		margin-left: 40px
	}
}

.countdown-wrapper .countdown .single-countdown + .single-countdown::before {
	position: absolute;
	top: 0;
	left: -40px;
	content: ":";
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	color: #303030;
	font-size: 60px;
	line-height: 1.3
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.countdown-wrapper .countdown .single-countdown + .single-countdown::before {
		font-size: 50px;
		left: -37px
	}
}

@media only screen and (max-width: 575px) {
	.countdown-wrapper .countdown .single-countdown + .single-countdown::before {
		font-size: 30px;
		left: -24px
	}
}

.countdown-wrapper .countdown .single-countdown .count {
	font-size: 60px;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
	color: #303030;
	display: block;
	line-height: 1.3
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.countdown-wrapper .countdown .single-countdown .count {
		font-size: 50px
	}
}

@media only screen and (max-width: 575px) {
	.countdown-wrapper .countdown .single-countdown .count {
		font-size: 30px
	}
}

.countdown-wrapper .countdown .single-countdown .value {
	font-size: 16px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	text-transform: uppercase;
	color: #303030;
	display: block
}

/*.countdown-images
{
	position: relative;
	z-index: 1;
	text-align: right;
	margin-top: 50px
}
*/
/*.countdown-images .shape-1
{
	border-radius: 50%;
	background-color: #ffb300;
	position: absolute;
	left: 50px;
	top: 0px;
	width: 327px;
	height: 327px;
	z-index: -1
}
*/
/*.countdown-images .shape-2
{
	background: -webkit-linear-gradient(0deg, rgb(248, 163, 36) 0%, rgb(239, 73, 35) 100%);
	background: -ms-linear-gradient(0deg, rgb(248, 163, 36) 0%, rgb(239, 73, 35) 100%);
	-webkit-box-shadow: 0px 0px 24px 6px rgba(104, 104, 104, .16);
	box-shadow: 0px 0px 24px 6px rgba(104, 104, 104, .16);
	position: absolute;
	left: 140px;
	top: 55px;
	width: 58px;
	height: 58px;
	z-index: -1;
	border-radius: 50%
}
*/
/*.countdown-images .shape-3
{
	border-radius: 50%;
	background-color: #ffa987;
	position: absolute;
	right: 50px;
	bottom: -176px;
	width: 278px;
	height: 278px;
	z-index: -1
}
*/
/*.marker-wrapper
{
	height: 300px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat
}
*/
@media only screen and (max-width: 767px) {
	/*	.marker-wrapper
	{
		height: 230px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.marker-wrapper
	{
		background-size: 160% 100%;
		background-position: center right
	}
*/
}

/*.marker-wrapper .marker-content
{
	padding: 50px 100px
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px) {
	/*	.marker-wrapper .marker-content
	{
		padding: 50px
	}
*/
}

@media only screen and (max-width: 767px) {
	/*	.marker-wrapper .marker-content
	{
		padding: 35px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.marker-wrapper .marker-content
	{
		display: none
	}
*/
}

.marker-wrapper .marker-content .sub-title {
	color: #4a4f52;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0
}

.marker-wrapper .marker-content .title {
	color: #4a4f52;
	font-size: 48px;
	font-weight: 700;
	margin-top: 15px;
	line-height: 1.1
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	.marker-wrapper .marker-content .title {
		font-size: 38px
	}
}

/*.marker-wrapper .image-pointer
{
	position: absolute;
	cursor: pointer
}
*/
/*.marker-wrapper .image-pointer.pointer-01
{
	top: 50%;
	left: 44%
}
*/
@media only screen and (max-width: 767px) {
	/*	.marker-wrapper .image-pointer.pointer-01
	{
		top: 48%
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.marker-wrapper .image-pointer.pointer-01
	{
		left: 10%
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.marker-wrapper .image-pointer.pointer-01 .pointer-box
	{
		left: -30px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
*/
}

/*.marker-wrapper .image-pointer.pointer-02
{
	top: 58px;
	left: 55.5%
}
*/
@media only screen and (max-width: 767px) {
	/*	.marker-wrapper .image-pointer.pointer-02
	{
		top: 40px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.marker-wrapper .image-pointer.pointer-02
	{
		left: 27%
	}
*/
}

/*.marker-wrapper .image-pointer.pointer-03
{
	top: 40%;
	left: 67%
}
*/
@media only screen and (max-width: 575px) {
	/*	.marker-wrapper .image-pointer.pointer-03
	{
		left: 46%
	}
*/
}

/*.marker-wrapper .image-pointer.pointer-04
{
	top: 39%;
	left: 80.5%
}
*/
@media only screen and (max-width: 575px) {
	/*	.marker-wrapper .image-pointer.pointer-04
	{
		left: 67%
	}
*/
}

.marker-wrapper .image-pointer i {
	width: 30px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(255, 179, 0, .81)
}

/*.marker-wrapper .image-pointer .pointer-box
{
	width: 200px;
	padding: 15px 20px;
	background-color: #fff;
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-box-shadow: 2px 4px 8px rgba(73, 73, 73, .15);
	box-shadow: 2px 4px 8px rgba(73, 73, 73, .15);
	z-index: 5
}
*/
.marker-wrapper .image-pointer .pointer-box .name {
	margin-bottom: 0
}

.marker-wrapper .image-pointer .pointer-box .name a {
	font-size: 16px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	color: #4c4c4c;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.marker-wrapper .image-pointer .pointer-box .name a {
		font-size: 15px
	}
}

.marker-wrapper .image-pointer .pointer-box .name a:hover {
	color: var(--theme)
}

/*.marker-wrapper .image-pointer .pointer-box .price
{
	font-size: 18px;
	color: var(--theme);
	margin-top: 3px;
	display: block
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px) {
	/*	.marker-wrapper .image-pointer .pointer-box .price
	{
		font-size: 16px
	}
*/
}

/*.marker-wrapper .image-pointer:hover .pointer-box
{
	opacity: 1;
	visibility: visible
}
*/
/*.brand-row
{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	justify-self: center
}
*/
@media only screen and (max-width: 767px) {
	/*	.brand-row
	{
		grid-template-columns: 1fr 1fr 1fr
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.brand-row
	{
		grid-template-columns: 1fr 1fr
	}
*/
}

/*.brand-row .brand-col .single-brand
{
	margin-left: -1px
}
*/
@media only screen and (max-width: 767px) {
	/*	.brand-row .brand-col .single-brand
	{
		margin-top: -1px
	}
*/
}

/*.single-brand
{
	height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e1e1e1;
	padding: 20px
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	/*	.single-brand
	{
		height: 150px
	}
*/
}

/*.brand-logo
{
	background-color: var(--theme);
	padding: 50px 0
}
*/
/*.single-brand-02
{
	text-align: center
}
*/
.single-brand-02 img {
	opacity: .5;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-brand-02:hover img {
	opacity: 1
}

.page-banner-section {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: black
}

@media only screen and (max-width: 767px) {
	.page-banner-section {
		height: 400px
	}
}

.page-banner-content {}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.page-banner-content {
		padding-top: 90px
	}
}

@media only screen and (max-width: 767px) {
	.page-banner-content {
		padding-top: 80px
	}
}

.page-banner-content .title {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: "Rajdhani", sans-serif
}

.page-banner-content .breadcrumb {
	margin-bottom: 0
}

.page-banner-content .breadcrumb li {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.page-banner-content .breadcrumb li.active {
	color: #fff
}

.page-banner-content .breadcrumb li + li::before {
	content: "";
	font-family: "Pe-icon-7-stroke";
	font-size: 22px;
	line-height: 1
}

.history-content p {
	font-size: 16px;
	margin-top: 25px
}

.history-icon {
	margin-top: 40px;
	position: relative;
	z-index: 1
}

.history-icon::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fcdd93;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.history-icon img {
	border-radius: 50%;
	position: relative;
	z-index: 99
}

/*.image-gallery
{
	margin-top: 30px
}
*/
.image-gallery img {
	width: 100%
}

/*.single-counter
{
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 30px;
	padding-top: 35px;
	margin-top: 30px
}
*/
@media only screen and (max-width: 575px) {
	/*	.single-counter
	{
		padding: 25px 10px
	}
*/
}

.single-counter .count {
	color: #ffb300;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	display: block
}

.single-counter .count span {
	font-size: 60px;
	line-height: .8;
	font-family: "Rajdhani", sans-serif
}

@media only screen and (max-width: 575px) {
	.single-counter .count span {
		font-size: 30px
	}
}

.single-counter .count sub {
	font-size: 30px;
	bottom: -11px
}

@media only screen and (max-width: 575px) {
	.single-counter .count sub {
		font-size: 18px;
		bottom: -2px
	}
}

.single-counter p {
	color: #565656;
	font-size: 16px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif
}

@media only screen and (max-width: 575px) {
	.single-counter p {
		font-size: 14px;
		line-height: 1.3;
		margin-top: 5px
	}
}

/*.testimonial-wrapper
{
	max-width: 830px;
	margin: 0 auto;
	padding: 0 15px
}
*/
/*.single-testimonial
{
	text-align: center
}
*/
.single-testimonial p {
	font-size: 18px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	color: #4d4d4d;
	line-height: 1.7;
	margin-top: 30px;
	margin-bottom: 0
}

@media only screen and (max-width: 575px) {
	.single-testimonial p {
		font-size: 16px
	}
}

/*.single-testimonial .author-thumb
{
	border-radius: 50%;
	margin-top: 40px
}
*/
.single-testimonial .name {
	font-size: 16px;
	font-weight: 600;
	color: #313131;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 25px
}

/*.single-testimonial .designation
{
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #656565;
	display: block;
	text-transform: uppercase
}
*/
.testimonial-active .swiper-pagination {
	bottom: 0px;
	position: relative;
	margin-top: 35px;
	height: 18px
}

.testimonial-active .swiper-pagination .swiper-pagination-bullet {
	outline: none;
	background-color: #393939;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1;
	width: 16px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50px
}

.testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--theme);
	width: 25px
}

/*.team-wrapper
{
	padding-top: 14px
}
*/
/*.single-team
{
	margin-top: 30px
}
*/
/*.single-team .team-images
{
	overflow: hidden
}
*/
.single-team .team-images img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

/*.single-team .team-content
{
	text-align: center;
	padding-top: 22px
}
*/
.single-team .team-content .name {
	font-size: 24px;
	font-weight: 600;
	color: #4c5c76;
	text-transform: uppercase;
	margin-bottom: 0
}

@media only screen and (max-width: 575px) {
	.single-team .team-content .name {
		font-size: 20px
	}
}

/*.single-team .team-content .designation
{
	font-size: 18px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	color: #656565;
	text-transform: uppercase
}
*/
@media only screen and (max-width: 575px) {
	/*	.single-team .team-content .designation
	{
		font-size: 16px
	}
*/
}

.single-team:hover .team-images img {
	-webkit-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}

/*.shop-top-bar
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 43px
}
*/
@media only screen and (max-width: 575px) {
	.shop-top-bar > * {
		width: 100%;
		text-align: center
	}
}

.shop-top-bar .shop-text p {
	font-size: 18px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
	color: #6c6c6c;
	text-transform: uppercase
}

.shop-top-bar .shop-text p span {
	color: #ffb300
}

@media only screen and (max-width: 575px) {
	.shop-top-bar .shop-tabs .nav {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.shop-top-bar .shop-tabs .nav li {
	padding: 0 6px
}

.shop-top-bar .shop-tabs .nav li button {
	border: 0;
	padding: 0;
	background: none;
	color: #9e9e9e;
	font-size: 18px
}

.shop-top-bar .shop-tabs .nav li button:hover,
.shop-top-bar .shop-tabs .nav li button.active {
	color: #000
}

.shop-top-bar .shop-sort .title {
	white-space: nowrap;
	font-size: 18px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	color: #6c6c6c
}

.shop-top-bar .shop-sort .select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 0;
	display: inline-block;
	float: none;
	font-family: "Rajdhani", sans-serif;
	font-size: 18px;
	font-weight: 500;
	height: 28px;
	line-height: 26px;
	outline: none;
	padding-left: 0;
	color: #000
}

.shop-top-bar .shop-sort .select2-container--default .select2-selection--single::after {
	display: none
}

/*.product-details-images
{
	margin-top: 50px
}
*/
.details-gallery-images .single-img img {
	width: 100%
}

.details-gallery-thumbs {
	position: relative
}

@media only screen and (max-width: 575px) {
	.details-gallery-thumbs {
		padding: 0 30px
	}
}

.details-gallery-thumbs .swiper-container {
	max-width: 410px;
	margin: 20px auto 0
}

@media only screen and (max-width: 575px) {
	.details-gallery-thumbs .swiper-container {
		max-width: 100%
	}
}

.details-gallery-thumbs .swiper-container img {
	width: 100%
}

.details-gallery-thumbs .swiper-slide {
	opacity: .4;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.details-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1
}

.details-gallery-thumbs .swiper-button-next,
.details-gallery-thumbs .swiper-button-prev {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e7e7;
	background-color: #f8f8f8;
	display: block;
	color: #e6e6e6;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	opacity: 1;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width: 575px) {

	.details-gallery-thumbs .swiper-button-next,
	.details-gallery-thumbs .swiper-button-prev {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 20px
	}
}

.details-gallery-thumbs .swiper-button-next:hover,
.details-gallery-thumbs .swiper-button-prev:hover {
	color: #fff;
	background-color: var(--theme);
	border-color: var(--theme)
}

.details-gallery-thumbs .swiper-button-next::after,
.details-gallery-thumbs .swiper-button-prev::after {
	display: none
}

.details-gallery-thumbs .swiper-button-next i,
.details-gallery-thumbs .swiper-button-prev i {
	line-height: 28px
}

.details-gallery-thumbs .swiper-button-next {
	right: 0
}

.details-gallery-thumbs .swiper-button-prev {
	left: 0
}

/*.product-details-description
{
	margin-top: 50px
}
*/
/*.product-details-description.product-details-sticky
{
	position: -webkit-sticky;
	position: sticky;
	top: 130px;
	left: 0;
	width: 100%
}
*/
/*.product-details-description .product-name
{
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0
}
*/
@media only screen and (max-width: 575px) {
	/*	.product-details-description .product-name
	{
		font-size: 24px
	}
*/
}

/*.product-details-description .price
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
*/
/*.product-details-description .price .sale-price
{
	font-size: 24px;
	color: var(--theme);
	margin-top: 5px
}
*/
@media only screen and (max-width: 575px) {
	/*	.product-details-description .price .sale-price
	{
		font-size: 20px
	}
*/
}

/*.product-details-description .price .old-price
{
	font-size: 20px;
	color: #a4a4a4;
	margin-top: 5px;
	margin-left: 10px;
	text-decoration: line-through
}
*/
@media only screen and (max-width: 575px) {
	/*	.product-details-description .price .old-price
	{
		font-size: 16px
	}
*/
}

/*.product-details-description .review-wrapper
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 12px
}
*/
/*.product-details-description .review-wrapper .review-star
{
	position: relative;
	display: inline-block;
	margin-right: 8px
}
*/
/*.product-details-description .review-wrapper .review-star::before
{
	content: """""""""";
	font-family: FontAwesome;
	display: inline-block;
	color: #dbdbdb;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 10px
}
*/
@media only screen and (max-width: 575px) {
	/*	.product-details-description .review-wrapper .review-star::before
	{
		letter-spacing: 5px
	}
*/
}

.product-details-description .review-wrapper .review-star .star {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	overflow: hidden
}

.product-details-description .review-wrapper .review-star .star::before {
	content: """""""""";
	font-family: FontAwesome;
	display: inline-block;
	color: #ffc600;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 10px
}

@media only screen and (max-width: 575px) {
	.product-details-description .review-wrapper .review-star .star::before {
		letter-spacing: 5px
	}
}

.product-details-description .review-wrapper p {
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	color: #9f9e9e;
	margin-top: 0;
	margin-bottom: 0
}

.product-details-description .lable {
	color: #3f3d3d;
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	margin-right: 5px
}

.product-details-description .value {
	color: #9f9e9e;
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600
}

/*.product-details-description .product-color
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px
}
*/
.product-details-description .product-color ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.product-details-description .product-color ul li {
	margin-left: 15px
}

.product-details-description .product-color ul li input[type=checkbox],
.product-details-description .product-color ul li input[type=radio] {
	display: none
}

.product-details-description .product-color ul li input[type=checkbox] + label,
.product-details-description .product-color ul li input[type=radio] + label {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	color: #666;
	font-family: "Rajdhani", sans-serif;
	cursor: pointer;
	display: block
}

.product-details-description .product-color ul li input[type=checkbox] + label span,
.product-details-description .product-color ul li input[type=radio] + label span {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: 2px solid #888;
	display: inline-block;
	position: relative;
	top: 2px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-description .product-color ul li input[type=checkbox] + label span::before,
.product-details-description .product-color ul li input[type=radio] + label span::before {
	position: absolute;
	content: "";
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: 300;
	width: 15px;
	height: 15px;
	line-height: 15px;
	top: -2px;
	left: -2px;
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-description .product-color ul li input[type=checkbox]:checked + label span,
.product-details-description .product-color ul li input[type=radio]:checked + label span {
	background-color: #ffb300;
	border-color: #ffb300
}

.product-details-description .product-color ul li input[type=checkbox]:checked + label span::before,
.product-details-description .product-color ul li input[type=radio]:checked + label span::before {
	opacity: 1;
	visibility: visible
}

.product-details-description p {
	line-height: 1.8;
	color: #6c788c;
	margin-bottom: 0;
	margin-top: 25px
}

/*.product-details-description .product-meta
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
*/
.product-details-description .product-meta > * {
	margin-right: 10px
}

/*.product-details-description .product-quantity
{
	position: relative;
	margin-top: 10px;
	background-color: #494949;
	border-radius: 5px
}
*/
.product-details-description .product-quantity button {
	background: none;
	color: #fff;
	height: 50px;
	border: 0;
	font-weight: 500;
	font-size: 16px;
	padding: 0
}

.product-details-description .product-quantity input {
	width: 35px;
	height: 50px;
	border: 0;
	padding: 0 5px;
	background: none;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	color: #fff;
	text-align: center
}

.product-details-description .product-quantity > *:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 16px
}

.product-details-description .product-quantity > *:last-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right: 16px
}

.product-details-description .meta-action .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-weight: 500;
	font-size: 14px;
	margin-top: 10px
}

.product-details-description .meta-action .action {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	background-color: #494949;
	display: block;
	border-radius: 5px;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-description .meta-action .action:hover {
	background-color: var(--theme)
}

/*.product-details-description .product-info
{
	padding-top: 33px
}
*/
/*.product-details-description .product-info .single-info
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 8px
}
*/
.product-details-description .social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px
}

.product-details-description .social li {
	margin-right: 25px
}

.product-details-description .social li a {
	font-size: 16px;
	color: #9f9e9e;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-description .social li a:hover {
	color: var(--theme)
}

/*.product-details-description .product-table
{
	margin-top: 40px
}
*/
.product-details-description .product-table .table {
	margin-bottom: 0
}

.product-details-description .product-table .table tbody tr td {
	border: 1px solid #e1e1e1;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #4c4c4c;
	width: 33.33%
}

.product-details-description .product-table .table tbody tr td .product-quantity {
	margin-top: 0
}

.product-details-description .product-table .table tbody tr td .amount {
	font-weight: 500;
	color: var(--theme)
}

.product-details-tabs .nav {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 8px
}

@media only screen and (max-width: 575px) {
	.product-details-tabs .nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.product-details-tabs .nav li {
	margin: 0 5px
}

.product-details-tabs .nav li button {
	color: #ccc;
	font-size: 24px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	border: 0;
	background: none;
	padding: 0 10px;
	position: relative;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-tabs .nav li button::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: var(--theme);
	bottom: -9px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (max-width: 575px) {
	.product-details-tabs .nav li button::before {
		display: none
	}
}

.product-details-tabs .nav li button.active {
	color: var(--theme)
}

.product-details-tabs .nav li button.active::before {
	opacity: 1;
	visibility: visible
}

.product-details-tabs .tab-content {
	max-width: 970px;
	margin: 0 auto
}

/*.information-content
{
	padding-top: 35px
}
*/
.information-content .title {
	font-size: 20px;
	font-weight: 600;
	color: #000
}

.information-content ul {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 1rem
}

.information-content ul li {
	font-size: 15px;
	line-height: 1.8
}

.information-content > *:last-child {
	margin-bottom: 0
}

/*.description-content
{
	margin-top: 35px
}
*/
/*.reviews-content
{
	padding-top: 10px
}
*/
/*.reviews-content .reviews-title
{
	font-weight: 700;
	font-size: 24px;
	color: #000
}
*/
/*.single-reviews
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px
}
*/
@media only screen and (max-width: 575px) {
	/*	.single-reviews
	{
		display: block
	}
*/
}

.single-reviews .comment-author img {
	border-radius: 50%
}

/*.single-reviews .comment-content
{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 30px
}
*/
@media only screen and (max-width: 575px) {
	/*	.single-reviews .comment-content
	{
		padding-top: 25px;
		padding-left: 0
	}
*/
}

/*.single-reviews .comment-content .author-name-rating
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
*/
.single-reviews .comment-content .author-name-rating .name {
	font-weight: 600;
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	line-height: 1;
	margin-right: 10px
}

/*.single-reviews .comment-content .author-name-rating .review-star
{
	position: relative;
	display: inline-block
}
*/
/*.single-reviews .comment-content .author-name-rating .review-star::before
{
	content: """""""""";
	font-family: FontAwesome;
	display: inline-block;
	color: #dbdbdb;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 2px
}
*/
.single-reviews .comment-content .author-name-rating .review-star .star {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	overflow: hidden
}

.single-reviews .comment-content .author-name-rating .review-star .star::before {
	content: """""""""";
	font-family: FontAwesome;
	display: inline-block;
	color: #ffc600;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 2px
}

.single-reviews .comment-content .date {
	color: #adadad;
	font-size: 14px;
	margin-top: 5px
}

.single-reviews .comment-content p {
	margin-top: 20px
}

/*.reviews-form
{
	margin-top: 85px
}
*/
/*.reviews-form .review-rating
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 35px
}
*/
.reviews-form .review-rating .title {
	font-weight: 600;
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	color: #494949;
	margin-bottom: 0;
	display: inline-block;
	white-space: nowrap;
	margin-right: 10px
}

.reviews-form .review-rating ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none
}

.reviews-form .review-rating ul li {
	margin: 0 2px;
	font-size: 16px;
	cursor: pointer
}

.reviews-form .review-rating ul li i {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #ffc600
}

.reviews-form .review-rating ul li i.hover::before {
	content: "" !important
}

/*.reviews-form .form-title
{
	font-size: 24px;
	font-weight: 400;
	color: #494949
}
*/
/*.reviews-form .form-check
{
	margin-top: 30px
}
*/
/*.reviews-form .form-check .form-check-input
{
	margin-top: 3px
}
*/
.cart-table .table {
	margin-bottom: 0
}

.cart-table .table thead tr th {
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	color: #494949
}

.cart-table .table thead tr th.product-thumb {
	min-width: 150px;
	width: 150px
}

.cart-table .table thead tr th.product-info {
	min-width: 330px;
	text-align: left
}

.cart-table .table thead tr th.product-quantity {
	min-width: 120px
}

.cart-table .table thead tr th.product-total-price {
	min-width: 90px
}

.cart-table .table thead tr th.product-add-to-cart {
	min-width: 120px
}

.cart-table .table thead tr th.product-action {
	min-width: 50px
}

.cart-table .table tbody tr td {
	border: 1px solid #eaeaea;
	padding: 20px 20px;
	vertical-align: middle
}

.cart-table .table tbody tr td.product-info .name a {
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
	color: #494949;
	font-size: 16px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.cart-table .table tbody tr td.product-info .name a:hover {
	color: var(--theme)
}

.cart-table .table tbody tr td.product-info .product-prices {
	margin-top: 15px
}

.cart-table .table tbody tr td.product-info .product-prices .old-price {
	font-weight: 400;
	line-height: 20px;
	font-size: 16px;
	color: #b1b1b1;
	margin-right: 8px;
	text-decoration: line-through;
	display: inline-block
}

.cart-table .table tbody tr td.product-info .product-prices .sale-price {
	color: var(--theme);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	margin-right: 8px
}

.cart-table .table tbody tr td.product-info .product-size-color p {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 5px
}

.cart-table .table tbody tr td.quantity {
	text-align: center
}

.cart-table .table tbody tr td.quantity .product-quantity {
	position: relative;
	background-color: #494949;
	border-radius: 5px
}

.cart-table .table tbody tr td.quantity .product-quantity button {
	background: none;
	color: #fff;
	height: 50px;
	border: 0;
	font-weight: 500;
	font-size: 16px;
	padding: 0
}

.cart-table .table tbody tr td.quantity .product-quantity input {
	width: 35px;
	height: 50px;
	border: 0;
	padding: 0 5px;
	background: none;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	color: #fff;
	text-align: center
}

.cart-table .table tbody tr td.quantity .product-quantity > *:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 16px
}

.cart-table .table tbody tr td.quantity .product-quantity > *:last-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right: 16px
}

.cart-table .table tbody tr td.product-total-price {
	text-align: center
}

.cart-table .table tbody tr td.product-total-price .price {
	font-size: 20px
}

.cart-table .table tbody tr td.product-add-to-cart {
	text-align: center
}

.cart-table .table tbody tr td.product-add-to-cart .btn {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0
}

.cart-table .table tbody tr td.product-action {
	text-align: center
}

.cart-table .table tbody tr td.product-action .remove {
	text-decoration: none;
	font-size: 20px;
	padding: 0;
	border: 0;
	background: none
}

.cart-table .table tbody tr td.product-action .remove:hover {
	color: var(--theme)
}

/*.cart-btn
{
	border: 1px solid #ebebeb;
	padding: 10px 20px 20px;
	border-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
*/
@media only screen and (max-width: 767px) {
	/*	.cart-btn
	{
		padding: 10px 10px 20px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.cart-btn
	{
		display: block
	}
*/
}

.cart-btn .btn {
	margin-top: 10px;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-weight: 500;
	font-size: 14px
}

@media only screen and (max-width: 767px) {
	.cart-btn .btn {
		padding: 0 13px;
		margin-right: 5px;
		font-size: 13px
	}
}

.cart-btn .btn:last-child {
	margin-right: 0
}

@media only screen and (max-width: 575px) {
	.cart-btn .left-btn .btn {
		width: 100%
	}
}

@media only screen and (max-width: 575px) {
	/*	.cart-btn .right-btn
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
*/
}

@media only screen and (max-width: 575px) {
	.cart-btn .right-btn .btn {
		width: 48%
	}
}

/*.cart-shipping,.cart-totals
{
	margin-top: 48px
}
*/
.cart-title .title {
	color: #494949;
	font-size: 24px;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 15px
}

@media only screen and (max-width: 575px) {
	.cart-title .title {
		font-size: 20px
	}
}

/*.cart-totals .cart-total-table
{
	background-color: #eaeaea;
	padding: 10px 25px
}
*/
.cart-totals .cart-total-table .table {
	margin-bottom: 0
}

.cart-totals .cart-total-table .table tbody tr td {
	padding: 5px 0;
	border-top: 0
}

.cart-totals .cart-total-table .table tbody tr:last-child td {
	border-bottom: 1px
}

/*.cart-totals .cart-total-table .shipping-list
{
	padding: 0;
	margin: 0;
	list-style: none
}
*/
.cart-totals .cart-total-table .value {
	font-size: 14px;
	font: 400px;
	color: #000;
	text-transform: capitalize
}

/*.cart-totals .cart-total-table .price
{
	font-size: 14px;
	font: 400px;
	color: #000
}
*/
/*.cart-totals .cart-total-btn
{
	margin-top: 30px
}
*/
.cart-totals .cart-total-btn .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-weight: 500;
	font-size: 14px
}

@media only screen and (max-width: 575px) {
	.cart-totals .cart-total-btn .btn {
		margin-right: 5px
	}
}

/*.empty-cart .empty-cart-title
{
	color: #494949;
	font-size: 35px;
	margin-top: -7px
}
*/
@media only screen and (max-width: 767px) {
	/*	.empty-cart .empty-cart-title
	{
		font-size: 24px
	}
*/
}

/*.empty-cart .empty-cart-img
{
	width: 110px;
	margin: 0 auto;
	padding-top: 25px
}
*/
.empty-cart p {
	font-size: 16px;
	margin-top: 30px;
	color: #494949
}

.empty-cart .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-weight: 500
}

.compare-wrapper .table {
	margin-bottom: 0
}

.compare-wrapper .table.table-striped > tbody > tr:nth-of-type(2n+1) {
	--bs-table-accent-bg: none;
	color: #333
}

.compare-wrapper .table.table-striped > tbody > tr:nth-of-type(2n+2) {
	background-color: #eee
}

.compare-wrapper .table tbody tr th,
.compare-wrapper .table tbody tr td {
	-webkit-box-flex: 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	padding: 15px;
	min-width: 270px
}

.compare-wrapper .table tbody tr th {
	white-space: nowrap
}

@media only screen and (max-width: 767px) {
	.compare-wrapper .table tbody tr th {
		display: none
	}
}

.compare-wrapper .table tbody tr td {
	font-weight: 500;
	font-size: 14px
}

/*.compare-product
{
	position: relative;
	display: inline-block;
	padding-top: 2rem;
	margin-bottom: 30px
}
*/
/*.compare-product .pack-product-container .thumb-mask
{
	margin-bottom: 20px
}
*/
.compare-product .pack-product-container .thumb-mask a {
	display: block
}

/*.compare-product .pack-product-container .desc-box .product-name
{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
	display: block
}
*/
/*.compare-product .pack-product-container .desc-box .product-reviews
{
	margin-bottom: 10px
}
*/
/*.compare-product .pack-product-container .desc-box .product-reviews .review-star
{
	position: relative;
	display: inline-block
}
*/
/*.compare-product .pack-product-container .desc-box .product-reviews .review-star::before
{
	content: """""""""";
	font-family: FontAwesome;
	display: inline-block;
	color: #dbdbdb;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	font-size: 14px
}
*/
.compare-product .pack-product-container .desc-box .product-reviews .review-star .star {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	overflow: hidden
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star .star::before {
	content: """""""""";
	font-family: FontAwesome;
	display: inline-block;
	color: #ffc600;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	font-size: 14px
}

/*.compare-product .pack-product-container .desc-box .product-prices
{
	margin-top: 15px
}
*/
/*.compare-product .pack-product-container .desc-box .product-prices .old-price
{
	font-size: 16px;
	color: #666;
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 5px
}
*/
@media only screen and (max-width: 575px) {
	/*	.compare-product .pack-product-container .desc-box .product-prices .old-price
	{
		font-size: 18px
	}
*/
}

/*.compare-product .pack-product-container .desc-box .product-prices .sale-price
{
	color: var(--theme);
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	margin-right: 13px
}
*/
@media only screen and (max-width: 575px) {
	/*	.compare-product .pack-product-container .desc-box .product-prices .sale-price
	{
		font-size: 24px
	}
*/
}

/*.compare-product .pack-product-container .desc-box .product-cart
{
	padding-top: 15px
}
*/
.compare-product .pack-product-container .desc-box .product-cart .btn {
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	font-weight: 500
}

/*.compare-product .compare-remove
{
	padding: 0;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 0;
	color: #555;
	border: 0;
	background: none
}
*/
/*.compare-product .compare-remove::after,.compare-product .compare-remove::before
{
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	width: 15px;
	height: 2px;
	display: inline-block;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	background-color: currentColor;
	-webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out
}
*/
/*.compare-product .compare-remove:hover
{
	color: var(--theme)
}
*/
/*.compare-product .compare-remove:hover::before
{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: var(--theme)
}
*/
/*.compare-product .compare-remove:hover::after
{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: var(--theme)
}
*/
/*.checkout-info
{
	margin-top: 30px
}
*/
/*.checkout-info .info-header
{
	padding: 14px 30px;
	margin: 0;
	position: relative;
	background-color: #eeeff2;
	list-style: none outside !important;
	width: auto;
	word-wrap: break-word;
	color: #000;
	font-size: 14px
}
*/
.checkout-info .info-header strong {
	font-weight: 700;
	color: #000
}

.checkout-info .info-header i {
	font-size: 12px;
	color: #6dde6d;
	margin-right: 10px
}

.checkout-info .info-header a {
	color: #000
}

.checkout-info .info-header a:hover {
	color: var(--theme)
}

.checkout-info .info-header.error i {
	color: #c43002
}

/*.checkout-info .card-body
{
	padding: 0;
	padding-top: 20px
}
*/
.checkout-info .card-body p {
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 0
}

.checkout-info .card-body .single-form {
	margin-top: 15px
}

.checkout-info .card-body .single-form .form-checkbox {
	margin-left: 20px
}

/*.checkout-info .card-body .forget
{
	margin-top: 15px
}
*/
.checkout-info .card-body .forget a {
	color: #4c4c4c;
	font-size: 15px
}

.checkout-info .card-body .forget a:hover {
	color: var(--theme)
}

.checkout-title .title {
	font-size: 24px;
	color: #131313;
	position: relative
}

.checkout-title .title::after {
	content: "";
	width: 50px;
	display: block;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: inherit
}

/*.checkout-form
{
	margin-top: 48px
}
*/
.checkout-account {
	display: none
}

.checkout-shipping {
	display: none
}

.checkout-note textarea {
	border: 0;
	background-color: #f7f7f7;
	height: 150px
}

/*.checkout-order
{
	border: 2px solid #e1e1e1;
	padding: 40px;
	margin-top: 50px
}
*/
@media only screen and (max-width: 767px) {
	/*	.checkout-order
	{
		padding: 40px
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.checkout-order
	{
		padding: 20px
	}
*/
}

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

.checkout-order .table {
	margin-bottom: 0
}

.checkout-order .table thead tr th {
	padding: 10px 0;
	border-top: 0;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	vertical-align: middle
}

.checkout-order .table thead tr th.Product-price {
	text-align: right
}

.checkout-order .table tbody tr td {
	padding: 5px 0;
	border-top: 0;
	vertical-align: middle
}

.checkout-order .table tbody tr td p {
	font-weight: 400;
	font-size: 14px;
	color: #000
}

.checkout-order .table tbody tr td.Product-price {
	text-align: right
}

.checkout-order .table tbody tr:first-child td {
	padding-top: 20px
}

.checkout-order .table tbody tr:last-child td {
	padding-bottom: 20px
}

.checkout-order .table tfoot tr td {
	padding: 10px 0;
	vertical-align: middle
}

.checkout-order .table tfoot tr td p {
	font-weight: 400;
	font-size: 14px;
	color: #000
}

.checkout-order .table tfoot tr td.Product-price {
	text-align: right
}

.checkout-order .table tfoot tr td.total-price {
	text-align: right
}

.checkout-order .table tfoot tr td.total-price p {
	font-size: 18px
}

.checkout-order .table tfoot tr td .radio label {
	white-space: nowrap;
	color: #252c51
}

/*.checkout-payment
{
	margin-top: 30px
}
*/
.checkout-payment .single-payment .payment-radio [type=radio] {
	position: relative;
	top: 2px;
	margin-right: 4px
}

.checkout-payment .single-payment .payment-radio label {
	color: #252c51;
	line-height: 35px
}

.checkout-payment .single-payment .payment-radio label span {
	top: 11px
}

.checkout-payment .single-payment .payment-radio label .payment {
	width: 100px;
	padding: 0 2px
}

.checkout-payment .single-payment .payment-radio label a {
	color: #000;
	text-decoration: underline;
	text-transform: capitalize
}

.checkout-payment .single-payment .payment-radio .payment-details {
	display: none;
	padding: 5px 0
}

.checkout-payment .single-payment .payment-radio .payment-details p {
	font-size: 14px
}

/*.checkout-payment .checkout-btn
{
	margin-top: 20px
}
*/
/*.my-account-menu .account-menu-list
{
	background-color: #f7f7f7
}
*/
.my-account-menu .account-menu-list li a {
	width: 100%;
	padding: 10px 30px;
	font-size: 14px;
	color: #4c4c4c;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: block;
	text-decoration: none
}

.my-account-menu .account-menu-list li a i {
	margin-right: 5px
}

.my-account-menu .account-menu-list li a:hover,
.my-account-menu .account-menu-list li a.active {
	background-color: var(--theme);
	color: #fff
}

/*.my-account-tab .account-title
{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0
}
*/
/*.account-table
{
	margin-top: 20px
}
*/
.account-table .table thead tr th {
	border: 1px solid #ececec;
	border-bottom-color: #ececec !important;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 8px 15px
}

.account-table .table thead tr th.name {
	min-width: 140px
}

.account-table .table thead tr th.date {
	min-width: 130px
}

.account-table .table tbody tr td {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	vertical-align: middle;
	border: 1px solid #ececec;
	padding: 0;
	white-space: nowrap
}

.account-table .table tbody tr td a {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	color: #000
}

/*.my-account-dashboard .welcome-dashboard
{
	margin-top: 10px
}
*/
.my-account-dashboard .welcome-dashboard p {
	font-size: 14px
}

.my-account-dashboard .welcome-dashboard p strong {
	font-weight: 500
}

.my-account-dashboard .welcome-dashboard p a {
	color: #000;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.my-account-dashboard .welcome-dashboard p a:hover {
	color: var(--theme)
}

.my-account-payment p {
	font-weight: 500;
	font-size: 14px;
	margin-top: 15px
}

/*.my-account-address
{
	margin-top: -30px
}
*/
/*.my-account-address .account-address
{
	margin-top: 30px
}
*/
.my-account-address .account-address .name {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 20px
}

.my-account-address .account-address p {
	margin-top: 10px;
	font-size: 14px
}

.my-account-address .account-address .btn {
	margin-top: 20px;
	height: 45px;
	line-height: 45px
}

/*.my-account-details .account-details
{
	margin-top: -15px
}
*/
.my-account-details .account-details .title {
	font-size: 20px;
	font-weight: 500;
	color: #000
}

/*.login-register-wrapper
{
	margin-top: -5px
}
*/
.login-register-wrapper .title {
	font-size: 24px;
	font-weight: 600;
	color: #494949
}

/*.login-register-wrapper .form-check
{
	margin-bottom: 0;
	min-height: inherit;
	margin-top: 30px
}
*/
/*.login-register-wrapper .form-check .form-check-input
{
	margin-top: 4px
}
*/
.login-register-wrapper .single-form .btn {
	width: 160px
}

.login-register-wrapper p {
	margin-bottom: 0;
	margin-top: 15px
}

.login-register-wrapper p a {
	text-decoration: none
}

/*.blog-details-wrapper
{
	margin-top: 50px
}
*/
.blog-details-wrapper img {
	width: 100%
}

/*.blog-details-wrapper .blog-meta
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 47px
}
*/
.blog-details-wrapper .blog-meta li {
	font-size: 15px;
	font-weight: 500;
	color: #545454;
	font-family: "Rajdhani", sans-serif;
	display: inherit
}

.blog-details-wrapper .blog-meta li i {
	font-size: 18px;
	color: #000;
	margin-right: 8px
}

.blog-details-wrapper .blog-meta li + li {
	margin-left: 20px
}

.blog-details-wrapper .title {
	margin-bottom: 0;
	margin-top: 10px;
	display: inline-block;
	color: #383838;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.4
}

@media only screen and (max-width: 767px) {
	.blog-details-wrapper .title {
		font-size: 28px
	}
}

.blog-details-wrapper p {
	margin-top: 25px;
	margin-bottom: 0
}

/*.blog-details-wrapper .blog-dec-images
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-left: -15px;
	padding-top: 20px;
	padding-bottom: 25px
}
*/
/*.blog-details-wrapper .blog-dec-images .dec-col-1
{
	padding: 0 15px;
	width: 62.4%
}
*/
/*.blog-details-wrapper .blog-dec-images .dec-col-2
{
	padding: 0 15px;
	width: 37.6%
}
*/
/*.blog-details-wrapper .blog-dec-images .single-dec-img
{
	margin-top: 30px
}
*/
.blog-details-wrapper .blog-dec-images .single-dec-img img {
	width: 100%
}

/*.blog-auhtor-social
{
	padding: 0px 20px 7px;
	background-color: #f2f2f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
*/
/*.blog-auhtor-social .blog-auhtor
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 7px
}
*/
.blog-auhtor-social .blog-auhtor .auhtor-thumb img {
	width: 36px;
	border-radius: 50%;
	border: 1px solid var(--theme)
}

/*.blog-auhtor-social .blog-auhtor .auhtor-content
{
	padding-left: 15px
}
*/
.blog-auhtor-social .blog-auhtor .auhtor-content p {
	color: #777;
	font-size: 14px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	text-transform: uppercase
}

/*.blog-auhtor-social .blog-social
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4px
}
*/
.blog-auhtor-social .blog-social .social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.blog-auhtor-social .blog-social .social li + li {
	margin-left: 20px
}

.blog-auhtor-social .blog-social .social li a {
	font-size: 14px;
	color: #000
}

.blog-auhtor-social .blog-social .social li a:hover {
	color: var(--theme)
}

/*.blog-auhtor-social .blog-social .share-count
{
	font-size: 14px;
	color: #000;
	margin-left: 40px
}
*/
@media only screen and (max-width: 575px) {
	/*	.blog-auhtor-social .blog-social .share-count
	{
		margin-left: 20px
	}
*/
}

/*.blog-auhtor-social .blog-social .share-count:hover
{
	color: var(--theme)
}
*/
/*.blog-next-previous-post
{
	padding-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
*/
@media only screen and (max-width: 575px) {
	/*	.blog-next-previous-post
	{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
*/
}

/*.blog-next-previous-post .blog-previous-post,.blog-next-previous-post .blog-next-post
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}
*/
.blog-next-previous-post .blog-previous-post .post-arrow a,
.blog-next-previous-post .blog-next-post .post-arrow a {
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 30px;
	color: var(--theme);
	display: block;
	background-color: #f6f6f6
}

@media only screen and (max-width: 767px) {

	.blog-next-previous-post .blog-previous-post .post-arrow a,
	.blog-next-previous-post .blog-next-post .post-arrow a {
		width: 75px;
		height: 75px;
		line-height: 75px
	}
}

/*.blog-next-previous-post .blog-previous-post .post-content,.blog-next-previous-post .blog-next-post .post-content
{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 30px;
	max-width: 280px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {
	/*	.blog-next-previous-post .blog-previous-post .post-content,.blog-next-previous-post .blog-next-post .post-content
	{
		padding: 0 15px
	}
*/
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	/*	.blog-next-previous-post .blog-previous-post .post-content,.blog-next-previous-post .blog-next-post .post-content
	{
		max-width: 230px
	}
*/
}

.blog-next-previous-post .blog-previous-post .post-content .title,
.blog-next-previous-post .blog-next-post .post-content .title {
	margin-bottom: 0
}

.blog-next-previous-post .blog-previous-post .post-content .title a,
.blog-next-previous-post .blog-next-post .post-content .title a {
	font-size: 24px;
	font-weight: 700;
	color: #4a4a4a
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (min-width: 768px)and (max-width: 991px) {

	.blog-next-previous-post .blog-previous-post .post-content .title a,
	.blog-next-previous-post .blog-next-post .post-content .title a {
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {

	.blog-next-previous-post .blog-previous-post .post-content .title a,
	.blog-next-previous-post .blog-next-post .post-content .title a {
		font-size: 16px
	}
}

.blog-next-previous-post .blog-previous-post .post-content .date,
.blog-next-previous-post .blog-next-post .post-content .date {
	font-size: 18px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	color: #545454;
	text-transform: uppercase;
	display: block;
	margin-top: 7px
}

.blog-next-previous-post .blog-previous-post:hover .post-arrow a,
.blog-next-previous-post .blog-next-post:hover .post-arrow a {
	color: #fff;
	background-color: var(--theme)
}

.blog-next-previous-post .blog-previous-post:hover .post-content .title a,
.blog-next-previous-post .blog-next-post:hover .post-content .title a {
	color: var(--theme)
}

@media only screen and (max-width: 575px) {
	/*	.blog-next-previous-post .blog-next-post
	{
		margin-left: auto
	}
*/
}

/*.blog-next-previous-post .blog-next-post .post-content
{
	text-align: right
}
*/
/*.blog-comment-form .comment-title
{
	font-size: 24px;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
	color: #000;
	margin-bottom: 0
}
*/
/*.blog-comment .comments-items
{
	margin-top: -10px
}
*/
.blog-comment .comments-items > li:last-child .single-comment {
	padding-bottom: 0
}

/*.blog-comment .single-comment
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0
}
*/
@media only screen and (max-width: 575px) {
	/*	.blog-comment .single-comment
	{
		display: block
	}
*/
}

.blog-comment .single-comment .comment-author img {
	border-radius: 50%
}

/*.blog-comment .single-comment .comment-content
{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 30px;
	position: relative
}
*/
@media only screen and (max-width: 575px) {
	/*	.blog-comment .single-comment .comment-content
	{
		padding-left: 0;
		padding-top: 25px
	}
*/
}

/*.blog-comment .single-comment .comment-content .comment-name-date
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
*/
.blog-comment .single-comment .comment-content .comment-name-date .name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 0
}

.blog-comment .single-comment .comment-content .comment-name-date .date {
	font-size: 14px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	color: #666;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	padding-left: 15px;
	position: relative
}

.blog-comment .single-comment .comment-content .comment-name-date .date::before {
	position: absolute;
	content: "-";
	font-size: 18px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	color: #333;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-comment .single-comment .comment-content p {
	margin-top: 15px;
	margin-bottom: 0
}

/*.blog-comment .single-comment .comment-content .reply
{
	position: absolute;
	top: 0;
	right: 0;
	color: var(--theme);
	font-size: 18px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	display: inline-block
}
*/
@media only screen and (max-width: 575px) {
	/*	.blog-comment .single-comment .comment-content .reply
	{
		position: relative;
		margin-top: 8px
	}
*/
}

/*.blog-comment .comments-reply
{
	padding-left: 130px
}
*/
@media only screen and (max-width: 575px) {
	/*	.blog-comment .comments-reply
	{
		padding-left: 0
	}
*/
}

/*.blog-comment .comments-reply .single-comment
{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}
*/
.contact-wrapper {
	background-color: #f5f5f5
}

.contact-info {
	background-color: #ececec;
	padding: 55px 40px 60px;
	height: 100%;
	position: relative
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.contact-info {
		padding: 55px 30px 60px
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.contact-info {
		padding: 55px 40px 60px
	}
}

@media only screen and (max-width: 767px) {
	.contact-info {
		padding: 60px 30px 60px
	}
}

@media only screen and (max-width: 575px) {
	.contact-info {
		padding: 55px 30px 55px
	}
}

.contact-info .title {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	color: #383838;
	margin-bottom: 0;
	padding-left: 1rem
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.contact-info .title {
		font-size: 30px
	}
}

@media only screen and (max-width: 575px) {
	.contact-info .title {
		font-size: 24px
	}
}

.contact-info .title::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 22px;
	background-color: var(--theme);
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact-info > p {
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1.8;
	color: #494949;
	font-size: 15px;
	font-weight: 400
}

.contact-info .social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px
}

.contact-info .social li + li {
	margin-left: 10px
}

.contact-info .social li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	background-color: var(--theme);
	color: #fff;
	border-radius: 50%
}

.contact-info .social li a:hover {
	background-color: var(--theme);
	color: #fff
}

.contact-info img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.contact-info-items {
	padding-top: 15px
}

.contact-info-items .single-contact-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0);
	padding: 8px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (max-width: 575px) {
	.contact-info-items .single-contact-info {
		padding: 8px 15px
	}
}

.contact-info-items .single-contact-info .info-icon i {
	font-size: 30px;
	color: var(--theme)
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
	.contact-info-items .single-contact-info .info-icon i {
		font-size: 24px
	}
}

.contact-info-items .single-contact-info .info-content {
	padding-left: 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.contact-info-items .single-contact-info .info-content p {
	font-family: "Rajdhani", sans-serif;
	margin: 0;
	color: #494949;
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
	border-bottom: 1px solid
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.contact-info-items .single-contact-info .info-content p {
		font-size: 16px
	}
}

@media only screen and (max-width: 575px) {
	.contact-info-items .single-contact-info .info-content p {
		font-size: 14px
	}
}

.contact-info-items .single-contact-info:hover {
	border-color: #ffedc8
}

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

@media only screen and (max-width: 575px) {
	.contact-form {
		padding: 30px;
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

.contact-form .single-form input:not([type=checkbox]):not([type=radio]),
.contact-form .single-form textarea {
	background-color: rgba(0, 0, 0, 0)
}

.contact-form .single-form textarea {
	height: 145px
}

.contact-form .single-form .btn {
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	font-size: 14px;
	font-weight: 600
}

@media only screen and (max-width: 575px) {
	.contact-form .single-form .btn {
		height: 50px;
		line-height: 50px;
		padding: 0 30px
	}
}

.form-message {
	margin-bottom: 0
}

.form-message.error,
.form-message.success {
	font-size: 16px;
	color: #07294d;
	background: #ddd;
	padding: 10px 15px;
	margin: 15px 0 0 15px
}

.form-message.error {
	color: red
}

.contact-map iframe {
	width: 100%;
	display: block
}

/*.footer-widget-section
{
	background-color: #ececec;
	padding-top: 30px;
	padding-bottom: 75px
}
*/
/*.footer-widget-title
{
	color: #252c51;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0px;
	padding-bottom: 10px
}
*/
/*.footer-widget
{
	margin-top: 45px
}
*/
.footer-widget .widget-about p {
	padding-top: 3px;
	color: #6d707f;
	font-weight: 400
}

.footer-widget .widget-about p a {
	font-size: 22px;
	color: #252c51
}

.footer-widget .widget-about p a:hover {
	color: var(--theme)
}

/*.footer-widget .widget-social
{
	padding-top: 20px
}
*/
.footer-widget .widget-social ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.footer-widget .widget-social ul li + li {
	margin-left: 30px
}

.footer-widget .widget-social ul li a {
	font-size: 16px;
	color: #252c51;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-widget .widget-social ul li a:hover {
	color: var(--theme)
}

.footer-widget .footer-link li {
	margin-top: 3px
}

.footer-widget .footer-link li a {
	font-size: 15px;
	font-weight: 400;
	color: #6d707f;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-widget .footer-link li a:hover {
	color: var(--theme)
}

/*.footer-widget-link
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
*/
@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	/*	.footer-widget-link
	{
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
*/
}

@media only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	/*	.footer-widget-link .footer-widget
	{
		width: 50%
	}
*/
}

@media only screen and (max-width: 575px) {
	/*	.footer-widget-link .footer-widget
	{
		width: 100%
	}
*/
}

/*.sidebar-widget
{
	margin-top: 50px
}
*/
/*.widget-title
{
	font-size: 24px;
	font-weight: 600;
	color: #717171;
	margin-bottom: 0;
	margin-top: -5px
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px) {
	/*	.widget-title
	{
		font-size: 22px
	}
*/
}

/*.widget-search
{
	position: relative
}
*/
.widget-search input {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	padding-right: 60px;
	border: 1px solid #ececec;
	font-size: 16px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	color: #969696;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 0;
	background-color: #fff
}

.widget-search input:focus {
	outline: none;
	border-color: var(--theme)
}

.widget-search input::-webkit-input-placeholder {
	opacity: 1
}

.widget-search input:-moz-placeholder {
	opacity: 1
}

.widget-search input::-moz-placeholder {
	opacity: 1
}

.widget-search input:-ms-input-placeholder {
	opacity: 1
}

.widget-search button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0;
	padding: 0;
	width: 50px;
	height: 60px;
	color: #969696;
	text-align: center;
	background: none;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.widget-search button::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background-color: #ececec
}

/*.widget-checkbox
{
	margin-top: 17px
}
*/
.widget-checkbox .checkbox-items li + li {
	margin-top: 13px
}

.widget-checkbox .checkbox-items li input[type=checkbox],
.widget-checkbox .checkbox-items li input[type=radio] {
	display: none
}

.widget-checkbox .checkbox-items li input[type=checkbox] + label,
.widget-checkbox .checkbox-items li input[type=radio] + label {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	color: #666;
	font-family: "Rajdhani", sans-serif;
	cursor: pointer
}

.widget-checkbox .checkbox-items li input[type=checkbox] + label span,
.widget-checkbox .checkbox-items li input[type=radio] + label span {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: 2px solid #888;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 13px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.widget-checkbox .checkbox-items li input[type=checkbox] + label span::before,
.widget-checkbox .checkbox-items li input[type=radio] + label span::before {
	position: absolute;
	content: "";
	font-family: FontAwesome;
	font-size: 11px;
	font-weight: 300;
	width: 15px;
	height: 15px;
	line-height: 15px;
	top: -2px;
	left: -2px;
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.widget-checkbox .checkbox-items li input[type=checkbox]:checked + label span,
.widget-checkbox .checkbox-items li input[type=radio]:checked + label span {
	background-color: #ffb300;
	border-color: #ffb300
}

.widget-checkbox .checkbox-items li input[type=checkbox]:checked + label span::before,
.widget-checkbox .checkbox-items li input[type=radio]:checked + label span::before {
	opacity: 1;
	visibility: visible
}

/*.widget-categories
{
	height: 220px;
	overflow-y: scroll
}
*/
/*.widget-categories::-webkit-scrollbar-track
{
	background-color: #ebebeb;
	border-radius: 10px
}
*/
/*.widget-categories::-webkit-scrollbar
{
	width: 5px;
	background-color: #ebebeb;
	border-radius: 10px
}
*/
/*.widget-categories::-webkit-scrollbar-thumb
{
	background-color: var(--theme);
	border-radius: 10px
}
*/
/*.widget-price
{
	margin-top: 20px
}
*/
.widget-price .irs .irs-min,
.widget-price .irs .irs-max {
	display: none
}

.widget-price .irs .irs-from,
.widget-price .irs .irs-to,
.widget-price .irs .irs-single {
	color: #656565;
	font-size: 16px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	padding: 0;
	background: none;
	border-radius: 0;
	top: -5px
}

.widget-price .irs .irs-from::before,
.widget-price .irs .irs-to::before,
.widget-price .irs .irs-single::before {
	display: none
}

.widget-price .irs .irs-line {
	height: 4px;
	background-color: #ebebeb
}

.widget-price .irs .irs-bar {
	height: 4px;
	background-color: #ffb300
}

.widget-price .irs .irs-handle {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 3px solid #ffb300;
	border-radius: 50%;
	top: 19px;
	cursor: pointer
}

.widget-price .irs .irs-handle i {
	display: none
}

/*.color-blue
{
	background-color: #0d6efd !important;
	border-color: #0d6efd !important
}
*/
/*.color-blue::before
{
	border-color: #0d6efd;
	color: #fff
}
*/
/*.color-dark-blue
{
	background-color: #004a80 !important;
	border-color: #004a80 !important
}
*/
/*.color-dark-blue::before
{
	border-color: #004a80;
	color: #fff
}
*/
/*.color-lower-blue
{
	background-color: #8194d9 !important;
	border-color: #8194d9 !important
}
*/
/*.color-lower-blue::before
{
	border-color: #8194d9;
	color: #fff
}
*/
/*.color-indigo
{
	background-color: #6610f2 !important;
	border-color: #6610f2 !important
}
*/
/*.color-indigo::before
{
	border-color: #6610f2;
	color: #fff
}
*/
/*.color-purple
{
	background-color: #6f42c1 !important;
	border-color: #6f42c1 !important
}
*/
/*.color-purple::before
{
	border-color: #6f42c1;
	color: #fff
}
*/
/*.color-pink
{
	background-color: #d63384 !important;
	border-color: #d63384 !important
}
*/
/*.color-pink::before
{
	border-color: #d63384;
	color: #fff
}
*/
/*.color-red
{
	background-color: #dc3545 !important;
	border-color: #dc3545 !important
}
*/
/*.color-red::before
{
	border-color: #dc3545;
	color: #fff
}
*/
/*.color-orange
{
	background-color: #fd7e14 !important;
	border-color: #fd7e14 !important
}
*/
/*.color-orange::before
{
	border-color: #fd7e14;
	color: #fff
}
*/
/*.color-yellow
{
	background-color: #ffc107 !important;
	border-color: #ffc107 !important
}
*/
/*.color-yellow::before
{
	border-color: #ffc107;
	color: #fff
}
*/
/*.color-green
{
	background-color: #198754 !important;
	border-color: #198754 !important
}
*/
/*.color-green::before
{
	border-color: #198754;
	color: #fff
}
*/
/*.color-teal
{
	background-color: #20c997 !important;
	border-color: #20c997 !important
}
*/
/*.color-teal::before
{
	border-color: #20c997;
	color: #fff
}
*/
/*.color-cyan
{
	background-color: #0dcaf0 !important;
	border-color: #0dcaf0 !important
}
*/
/*.color-cyan::before
{
	border-color: #0dcaf0;
	color: #fff
}
*/
/*.color-white
{
	background-color: #fff !important;
	border-color: #fff !important
}
*/
/*.color-white::before
{
	border-color: #fff;
	color: #fff
}
*/
/*.color-gray
{
	background-color: #6c757d !important;
	border-color: #6c757d !important
}
*/
/*.color-gray::before
{
	border-color: #6c757d;
	color: #fff
}
*/
/*.color-gray-dark
{
	background-color: #343a40 !important;
	border-color: #343a40 !important
}
*/
/*.color-gray-dark::before
{
	border-color: #343a40;
	color: #fff
}
*/
/*.widget-tags .tags-list
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
	padding-top: 5px
}
*/
.widget-tags .tags-list li {
	padding: 15px 7px 0
}

.widget-tags .tags-list li a {
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	background-color: #f6f6f6;
	display: block;
	color: #7e7e7e;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 50px
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.widget-tags .tags-list li a {
		padding: 0 15px
	}
}

@media only screen and (max-width: 575px) {
	.widget-tags .tags-list li a {
		padding: 0 20px
	}
}

.widget-tags .tags-list li a:hover {
	background-color: var(--theme);
	color: #fff
}

/*.sidebar-widget-02
{
	margin-top: 50px;
	padding: 30px;
	border: 1px solid #f1f1f1
}
*/
/*.widget-title-02
{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	color: #383838;
	margin-bottom: 0;
	padding-left: 1rem
}
*/
/*.widget-title-02::before
{
	position: absolute;
	content: "";
	width: 2px;
	height: 14px;
	background-color: var(--theme);
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
*/
/*.widget-search-02
{
	position: relative
}
*/
.widget-search-02 input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	padding-right: 75px;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	color: #919090;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 0;
	background-color: #fff
}

.widget-search-02 input:focus {
	outline: none;
	border-color: var(--theme)
}

.widget-search-02 input::-webkit-input-placeholder {
	opacity: 1
}

.widget-search-02 input:-moz-placeholder {
	opacity: 1
}

.widget-search-02 input::-moz-placeholder {
	opacity: 1
}

.widget-search-02 input:-ms-input-placeholder {
	opacity: 1
}

.widget-search-02 button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0;
	padding: 0;
	width: 64px;
	height: 50px;
	color: #fff;
	text-align: center;
	background: none;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: var(--theme)
}

/*.widget-recent-post
{
	padding-top: 5px
}
*/
/*.single-recent-post
{
	padding: 25px 0;
	border-bottom: 1px dashed #f1f1f1
}
*/
/*.single-recent-post:last-child
{
	padding-bottom: 0;
	border-bottom: 0
}
*/
/*.single-recent-post .blog-meta
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
*/
.single-recent-post .blog-meta li {
	font-size: 15px;
	font-weight: 500;
	color: #545454;
	font-family: "Rajdhani", sans-serif;
	display: inherit
}

.single-recent-post .blog-meta li i {
	font-size: 18px;
	color: #000;
	margin-right: 8px
}

.single-recent-post .blog-meta li + li {
	margin-left: 20px
}

.single-recent-post .title {
	margin-bottom: 0
}

.single-recent-post .title a {
	margin-top: 8px;
	display: inline-block;
	color: #383838;
	font-weight: 600;
	font-size: 20px
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.single-recent-post .title a {
		font-size: 16px
	}
}

.single-recent-post .title a:hover {
	color: var(--theme)
}

/*.widget-link
{
	padding-top: 12px
}
*/
.widget-link li {
	padding: 10px 0;
	border-bottom: 1px dashed #f1f1f1
}

.widget-link li:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

.widget-link li a {
	font-size: 18px;
	font-weight: 500;
	color: #545454;
	font-family: "Rajdhani", sans-serif;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.widget-link li a:hover {
	color: var(--theme)
}

/*.widget-subscribe
{
	margin-top: 30px
}
*/
.widget-subscribe input {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	color: silver;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background-color: #fff;
	text-align: center
}

.widget-subscribe input::-webkit-input-placeholder {
	opacity: 1
}

.widget-subscribe input:-moz-placeholder {
	opacity: 1
}

.widget-subscribe input::-moz-placeholder {
	opacity: 1
}

.widget-subscribe input:-ms-input-placeholder {
	opacity: 1
}

.widget-subscribe input:focus {
	border-color: var(--theme);
	outline: none
}

.widget-subscribe .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	border-radius: 0;
	margin-top: 1rem;
	width: 100%
}

/*.widget-admin
{
	text-align: center
}
*/
.widget-admin img {
	width: 100%
}

/*.widget-admin .admin-name
{
	font-size: 18px;
	font-weight: 600;
	color: #2e2a31;
	margin-bottom: 0;
	margin-top: 22px
}
*/
/*.widget-admin .designation
{
	font-size: 16px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	color: #5f5f5f;
	display: block
}
*/
/*.widget-admin .signechar
{
	width: auto
}
*/
/*.footer-top
{
	background-color: #e9e1f7;
	padding-top: 10px;
	padding-bottom: 40px
}
*/
/*.footer-logo
{
	margin-top: 30px
}
*/
/*.footer-contact-payment
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
*/
@media only screen and (max-width: 575px) {
	/*	.footer-contact-payment
	{
		display: block
	}
*/
}

/*.footer-contact-payment .footer-contact
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px
}
*/
/*.footer-contact-payment .footer-contact .contact-content
{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
	margin-bottom: -5px
}
*/
.footer-contact-payment .footer-contact .contact-content .title {
	font-size: 24px;
	color: #252c51;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0
}

.footer-contact-payment .footer-contact .contact-content p {
	font-size: 24px;
	color: #252c51;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	line-height: 1.1
}

/*.footer-contact-payment .footer-payment
{
	margin-top: 30px
}
*/
/*.footer-subscribe
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 30px
}
*/
@media only screen and (max-width: 575px) {
	/*	.footer-subscribe
	{
		display: block
	}
*/
}

.footer-subscribe .title {
	font-size: 24px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	color: #252c51;
	white-space: nowrap;
	padding-right: 15px
}

/*.footer-subscribe .subscribe-form
{
	position: relative;
	max-width: 276px;
	width: 100%
}
*/
@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (min-width: 768px)and (max-width: 991px),
only screen and (max-width: 767px) {
	/*	.footer-subscribe .subscribe-form
	{
		max-width: 100%
	}
*/
}

.footer-subscribe .subscribe-form input {
	width: 100%;
	height: 46px;
	padding: 0 15px;
	padding-right: 60px;
	background-color: #f4edff;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	color: #919090;
	border: 1px solid #f4edff;
	font-weight: 600;
	outline: none;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-subscribe .subscribe-form input::-webkit-input-placeholder {
	opacity: 1;
	color: #919090
}

.footer-subscribe .subscribe-form input:-moz-placeholder {
	opacity: 1;
	color: #919090
}

.footer-subscribe .subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #919090
}

.footer-subscribe .subscribe-form input:-ms-input-placeholder {
	opacity: 1;
	color: #919090
}

.footer-subscribe .subscribe-form input:focus {
	border-color: var(--theme)
}

.footer-subscribe .subscribe-form button {
	width: 46px;
	height: 46px;
	line-height: 50px;
	padding: 0;
	border: 0;
	background-color: var(--theme);
	color: #fff;
	font-size: 26px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0
}

/*.copyright
{
	background-color: #fff
}
*/
/*.copyright-text
{
	text-align: center;
	padding: 12px 0
}
*/
.copyright-text p {
	color: #8690a1;
	font-size: 15px
}

.copyright-text p span {
	color: var(--theme)
}

.copyright-text p i {
	color: red
}

.copyright-text p a {
	color: var(--theme);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-weight: 500
}

.copyright-text p a:hover {
	color: var(--theme)
}

/*.back-to-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 0;
	z-index: 99;
	text-align: center;
	display: none;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, .25);
	box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, .25);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #fff;
	background-color: var(--theme)
}
*/
/*.back-to-top:hover
{
	color: #fff;
	background-color: #494949
}
*/
/* CUSTOM */

/* ACCESSIBILITY */

.skip-link {
	position: absolute;
	left: -999px;
	top: -999px;
	padding: 8px 16px;
	z-index: 100
}

.skip-link:focus,
.skip-link:hover {
	left: 10px;
	top: 10px;
	width: auto;
	height: auto
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 2px !important
}

.f-input label {
	background-color: #fff;
	position: absolute;
	top: 1.1rem;
	left: 2rem;
	color: #222222;
	padding: 0 6px;
	pointer-events: none;
	transition: 0.2s ease all
}

.f-input.active label {
	font-size: 14px;
	color: #000;
	top: -0.5rem;
	font-weight: 700
}

.form-group label {
	display: block;
	color: #000000;
	font-size: 15px;
	font-weight: 600
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
	width: 30px;
	height: 30px
}

.f-input label {
	background-color: #f5f5f5;
	position: absolute;
	top: 1.2vh;
	left: 2rem;
	color: #222222;
	padding: 0 6px;
	pointer-events: none;
	transition: 0.2s ease all
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.cookieBanner .primary {
	background-color: #900 !important;
	color: #fff !important;
	text-shadow: none !important;
}

.cookieBanner a,
.cookieBanner a:hover,
.cookieBanner a:focus,
.cookieBanner a:visited {
	color: var(--theme) !important
}

input:not(:disabled):checked + .cookieOptionSlider {
	background-color: var(--theme) !important
}

.section-history {
	padding: 60px 0
}

.history-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap
}

.history-text {
	flex: 1 1 50%;
	text-align: left
}

.history-text .sub-title {
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #383838;
	margin-bottom: 15px;
	position: relative
}

.history-text .title {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	color: #383838;
	margin-bottom: 0;
	padding-bottom: 20px
}

.history-text p {
	margin-bottom: 0;
	line-height: 1.8;
	color: #494949;
	font-size: 16px;
	font-weight: 400;
	position: relative
}

.history-image {
	flex: 1 1 45%
}

.history-image img {
	width: 100%;
	height: auto;
	object-fit: cover
}

.history-icon {
	text-align: center;
	margin-top: 30px
}

.history-icon img {
	width: 80px;
	/* dimensione dell'icona */
	height: auto
}

.section-cta {
	padding-bottom: 60px;
	border-radius: 12px;
	margin-top: 40px;
	text-align: center
}

.cta-wrapper {
	max-width: 650px;
	margin: 0 auto
}

.cta-title {
	font-size: 32px;
	font-weight: 700;
	color: #222;
	margin-bottom: 20px
}

.cta-text {
	font-size: 18px;
	color: #555;
	margin-bottom: 30px;
	line-height: 1.6
}

/* ====== FOOTER PRINCIPALE ====== */

.custom-footer-section {
	position: relative;
	background: url('/assets/images/legno.png?&m=crop&w=1920&h=300&q=60&format=webp') center/cover no-repeat;
	color: #2b2b2b;
	padding: 70px 0 0px;
	overflow: hidden;
	box-shadow: 0px -9px 20px 4px rgba(73, 73, 73, .15);
	background-color: white;
}

/* Overlay chiaro sopra la texture legno */

.custom-footer-overlay {
	position: absolute;
	inset: 0;
	background: rgb(255 254 254 / 95%);
	backdrop-filter: grayscale(100%) brightness(1.1);
	z-index: 0;
	box-shadow: 2px 4px 8px rgba(73, 73, 73, .15)
}

/* Contenuto sopra overlay */

.custom-footer-section .container {
	position: relative;
	z-index: 1
}

.custom-footer-col {
	margin-bottom: 30px
}

/* Logo */

.custom-footer-logo img {
	max-width: 240px;
	margin-bottom: 15px;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25))
}

/* Testo */

/*.custom-footer-text
{
	line-height: 1.5;
	color: #3a3a3a;
	max-width: 85%;
	margin: 0;
	color: #494949;
	font-size: 15px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease
}
*/
/* Titoli */

.custom-footer-title {
	color: var(--theme);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
	position: relative;
	font-family: "Rajdhani", sans-serif
}

.custom-footer-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, var(--theme), #ffb3b3);
	margin-top: 8px;
	border-radius: 2px
}

/* Link */

.custom-footer-links {
	list-style: none;
	padding: 0;
	margin: 0
}

.custom-footer-links li {
	margin-bottom: 8px
}

.custom-footer-links a {
	color: #494949;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
	line-height: 1.1;
}

.custom-footer-links a:hover {
	color: var(--theme);
	transform: translateX(4px)
}

/* Contatti */

.custom-footer-contacts {
	list-style: none;
	padding: 0;
	margin: 0
}

.custom-footer-contacts li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #333
}

.custom-footer-contacts i {
	color: var(--theme);
	margin-right: 8px;
	width: 18px
}

/* ===== COPYRIGHT SEZIONE ===== */

.custom-footer-copy {
	background-color: #d9d9d9;
	/* grigio medio */
	color: #2a2a2a;
	padding: 20px 0;
	font-size: 14px;
	border-top: 3px solid var(--theme);
	margin-top: 30px
}

.custom-footer-copy-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px
}

/* Testo sinistro */

.custom-footer-copy .footer-left p {
	margin: 0;
	color: #494949;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease
}

/* Link destro */

.custom-footer-copy .footer-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 18px
}

.custom-footer-copy .footer-right a {
	margin: 0;
	color: #494949;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease
}

.custom-footer-copy .footer-right a:hover {
	color: var(--theme)
}

/* Responsivo */

@media (max-width: 767px) {
	.custom-footer-copy-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 8px
	}

	.custom-footer-copy .footer-right ul {
		flex-direction: column;
		gap: 5px
	}
}

.custom-header {
	position: relative;
	background: url('/assets/images/legno.png?&m=crop&w=1920&h=800&q=50&format=webp') center/cover no-repeat;
	overflow: hidden;
	z-index: 10;
	background-color: white;
}

/* Overlay grigio chiaro sopra la texture */

.custom-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.95);
	/* leggero velo bianco */
	backdrop-filter: grayscale(100%) brightness(1.1);
	/* effetto sbiancato */
	z-index: 0
}

.header-logo,
header-toggle {
	position: relative
}

.header-toggle {
	padding-left: 30px;
	position: relative
}

.header-button {
	font-size: 10px !important;
	font-weight: 600 !important
}

/* ===== GALLERY ITEM ===== */

.custom-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 0
}

.custom-gallery-img {
	position: relative;
	overflow: hidden
}

.custom-gallery-img img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease
}

/* Overlay */

.custom-gallery-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease
}

/* Bottone “+” al centro */

.custom-gallery-plus {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 26px;
	font-weight: 700;
	border-radius: 0;
	/* quadrato */
	transition: all 0.3s ease
}

.custom-gallery-plus i {
	font-weight: 900
}

/* Hover effetti */

.custom-gallery-item:hover img {
	transform: scale(1.05);
	filter: grayscale(100%) brightness(0.8)
}

.custom-gallery-item:hover .custom-gallery-overlay {
	opacity: 1
}

.custom-gallery-item:hover .custom-gallery-plus {
	background-color: var(--theme);
	color: #fff
}

/* Responsive */

@media (max-width: 767px) {
	.custom-gallery-plus {
		width: 50px;
		height: 50px;
		font-size: 22px
	}
}

.slider-text {
	color: white !important
}

.slider-text-1 {
	color: white !important
}

.slider-text-p {
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1.8;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600 !important;
	max-width: 80%
}

.pb-100 {
	padding-bottom: 100px !important
}

.pt-100 {
	padding-top: 100px !important
}

.pb-60 {
	padding-bottom: 60px !important
}

.pt-60 {
	padding-top: 60px !important
}

.section-history-custom {
	position: relative;
	height: 80px;
	/* Altezza totale */
}

/* ---------- VERSIONE TOP ---------- */

.section-top .history-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: url('/assets/images/legno.png?&m=crop&w=1920&h=800&q=50&format=webp') center / cover no-repeat;
	z-index: 1
}

.section-top .history-top.history-light::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: grayscale(100%) brightness(1.1);
	z-index: 2
}

.section-top .history-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
	z-index: 1
}

/* ---------- VERSIONE BOTTOM ---------- */

.section-bottom .history-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: url('/assets/images/legno.png?&m=crop&w=1920&h=800&q=50&format=webp') center / cover no-repeat;
	z-index: 1
}

.section-bottom .history-bottom.history-light::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: grayscale(100%) brightness(1.1);
	z-index: 2
}

.section-bottom .history-top-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
	z-index: 1
}

/* ---------- ICONA CENTRALE ---------- */

.section-history-custom .history-icon {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: 0px !important
}

/* Linea centrale gialla */

.section-history-custom .history-icon::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fcdd93;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2
}

.row-benefit {
	display: flex;
	flex-wrap: wrap;
	/* permette le righe multiple */
}

.single-benefit {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1 1 0;
	/* si espande per altezza uguale */
}

.page-banner-section {
	position: relative;
	/* Serve per posizionare l'overlay */
	background-size: cover;
	background-position: center
}

.page-banner-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Nero semi-trasparente */
	z-index: 1
}

.page-banner-section .page-banner-content {
	position: relative;
	z-index: 2;
	/* Sopra l'overlay */
}

.single-slider.slider-02 {
	position: relative;
	/* Necessario per posizionare l'overlay */
	background-size: cover;
	background-position: center
}

.single-slider.slider-02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Overlay nero semi-trasparente */
	z-index: 1
}

.single-slider.slider-02 .slider-content-02 {
	position: relative;
	z-index: 2;
	/* Sopra l'overlay */
}

/* Stile comune a entrambi i pulsanti */

.swiper-button-next,
.swiper-button-prev {
	width: 50px !important;
	height: 50px !important;
	background-color: var(--theme) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 9999 !important;
	cursor: pointer !important;
	text-indent: 0 !important;
	/* mostra il contenuto interno */
	padding: 0 !important
}

/* Posizione */

right: 10px !important;
}

.swiper-button-prev {
	left: 10px !important
}

/* Stile icona Font Awesome */

.swiper-button-next i,
.swiper-button-prev i {
	color: #fff !important;
	font-size: 20px !important;
	pointer-events: none;
	/* evita conflitti click */
}

/* Opzionale: effetto hover */

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #494949 !important
}

@media (max-width: 991px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important
	}
}

.btn.btn-primary.btn-cta {
	background-color: #d3282a;
	/* rosso vivo */
	border-color: #d3282a;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	/* migliora leggibilità senza cambiare il colore */
}



/* Target dispositivi mobili in modalità landscape */
/* Mobile (tutti i telefoni) */
@media only screen and (max-width: 767px) {
	.single-slider.slider-02 {
		padding-top: 150px;
		padding-bottom: 80px;
	}
}

/* Tablet verticale (portrait) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.single-slider.slider-02 {
		padding-top: 180px;
		padding-bottom: 110px;
	}
}

/* Tablet orizzontale (landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.single-slider.slider-02 {
		height: 450px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-slider.slider-02 {
		height: 550px;
	}
}

.single-slider.slider-02 {
	height: 700px;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.cart-title {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}

.title {
	max-width: 100%;
	flex: 1;
}

.breadcrumb a {
	color: white;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
