@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');

:root {

	--main--color: 0, 0, 0;;
	--main-bg-color: #FFF;
	--text-color: #555;
	--text-second-color: #777;
	--border-color: #e7e7e7;
	--header-icon-color: #9b9b9b;
	--header-icon-hover-color: black;
	--title-color: #2f2d2d;
	--footer-text-color: #767676;
	--product-title-color: #777;
	--product-price-color: #545454;
	--product-old-color: #999;
	--product-price-discount-color: #008000;
	--font-Helvetica-Now: "Helvetica Now";
	--font-Inter: "Inter";
	--font-Montserrat: "Montserrat";
}

@font-face {
	font-family: 'Helvetica Now';
	src: url('../fonts/helveticanow/HelveticaNowDisplay-Light.otf');
	src: local('HelveticaNow Light'), local('HelveticaNow-Light'), url('../fonts/helveticanow/HelveticaNowDisplay-Light.otf?#iefix') format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Now';
	src: url('../fonts/helveticanow/HelveticaNowDisplay-Regular.otf');
	src: local('HelveticaNow Regular'), local('HelveticaNow-Regular'), url('../fonts/helveticanow/HelveticaNowDisplay-Regular.otf?#iefix') format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Now';
	src: url('../fonts/helveticanow/HelveticaNowDisplay-Medium.otf');
	src: local('HelveticaNow Medium'), local('HelveticaNow-Medium'), url('../fonts/helveticanow/HelveticaNowDisplay-Medium.otf?#iefix') format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Now';
	src: url('../fonts/helveticanow/HelveticaNowDisplay-Bold.otf');
	src: local('HelveticaNow Bold'), local('HelveticaNow-Bold'), url('../fonts/helveticanow/HelveticaNowDisplay-Bold.otf?#iefix') format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: none !important;
}
.bi::after, [class^="bi-"]::after, [class*=" bi-"]::after {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.compare-container {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

li.compare-item {
	margin-right: 10px;
	border: 5px solid #eee;
	text-align: center;
	position: relative;
	list-style: none;
	flex: 0 0 auto;
	width: 25%;
}

li.compare-item p {
	padding: 0 10px;
	margin-top: 10px;
	font-weight: 600;
	font-size: 12px;
}

#odeme_tamamla {
	color: white;

}

.basket-canvas-cart-action #odeme_tamamla {
	display: none;
}

address {
	color: #2f2d2d;
}

li.compare-item:hover i {
	display: block !important;
}

li.compare-item .fa-ban {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 25px;
	cursor: pointer;
}

.b-margin {
	margin-bottom: 1.5rem;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 1rem 1rem;
	margin: 0;
	font-size: 1.2rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px;
	border-radius: 0;
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.dropdown-custom {
	padding: 0;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 1.4rem;
}

.dropdown-custom .dropdown-item {
	padding: 0;
}

.dropdown-custom .dropdown-item a {
	font-weight: 400;
	color: #596164;
	padding: 0.7rem 1.4rem;
	font-size: 1.4rem;
	display: block;
	text-transform: initial;
}

.dropdown-item i {
	width: 24px;
	color: var(--main--color);
}

div.main-content {
	margin-top: 0;
}

div.product-single-container iframe, table {
	max-width: 400px;
}

div#filter-result {
	padding: 10px;
	margin-bottom: 10px;
	background-color: rgb(244, 244, 244);
}

i.fa-trash-alt {
	cursor: pointer;
	margin-left: 3px;
}

div#filter-result .badge {
	font-size: 14px;
	margin-right: 5px;
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	background: #4c4c4c;
}

.product-field {
	max-width: 150px;
}

.dropdown-submenu .sf-with-ul {
	color: black !important;
}

label input.deger {
	display: none;
}

label input.deger:checked + span {
	opacity: 0.5;
}

.img-wrap > img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
}

div.afis {
	width: 100%;
}

div.afis img {
	width: 100%;
}

select[name='orderby'] i.fa-check {
	float: right;
	transition: .5s all;
}

html {
	font-size: 62.5%;
	font-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #fff;
	color: #555;
	font: normal 400 1.4rem / 1.8 var(--font-Inter), sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

body:not(.loaded) > *:not(.loading-overlay) {
	visibility: hidden;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

p {
	margin-bottom: 1.5rem;
}

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

b, strong {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

hr {
	margin: 4rem 0;
	background-color: #e2e2e2;
	border: 0;
	height: 1px;
}

sub, sup {
	position: relative;
	font-size: 70%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.loading-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .5s ease-in-out;
	background: #fff;
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}

.loaded > .loading-overlay {
	opacity: 0;
	visibility: hidden;
}

.bounce-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	margin: -9px 0 0 -35px;
	transition: all .2s;
	text-align: center;
	z-index: 10000;
}

.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #CCC;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}

.bounce-loader .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.bounce-loader .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #141a1f;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: 1.8rem;
}

h1, .h1 {
	font-size: 3rem;
}

h2, .h2 {
	font-size: 2.2rem;
}

h3, .h3 {
	font-size: 1.7rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.2rem;
}

h6, .h6 {
	font-size: 1rem;
}

a {
	transition: all .3s;
	color: #333;
	text-decoration: none;
}

a:hover, a:focus {
	color: #333;
	text-decoration: none;
}

.heading {
	margin-bottom: 4rem;
	font-size: 1.4rem;
}

.heading .title {
	margin-bottom: 1.6rem;
}

.heading p {
	letter-spacing: -.015em;
}

.heading p:last-child {
	margin-bottom: 0;
}

.title {
	font-weight: 400;
}

.subtitle {
	font: 400 2.6rem/1 var(--font-Inter), sans-serif;
	letter-spacing: .05rem;
	margin-bottom: 2.5rem;
	position: relative;
	text-transform: uppercase;
}

.title-group {
	margin-bottom: 2.5rem;
}

.title-group .subtitle {
	margin-bottom: .3rem;
}

.title-group p {
	font-size: 1.5rem;
	letter-spacing: .02rem;
}

.title-desc {
	font-size: 1.4rem;
	line-height: 2;
}

.light-title {
	margin-bottom: 2rem;
	font-weight: 300;
}

.text-primary {
	color: #000 !important;
}

.lead {
	color: inherit;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	h1, .h1 {
		font-size: 3.2rem;
	}

	h2, .h2 {
		font-size: 2.4rem;
	}

	.lead {
		font-size: 2.1rem;
	}
}

@media screen and (min-width: 992px) {
	h1, .h1 {
		font-size: 3.6rem;
	}
}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 4vw;
	padding-right: 4vw;
}

.container {
	max-width: 1300px;
}

@media screen and (max-width: 768px) {
	.container-fluid {
		padding-left: 14px;
		padding-right: 14px;
	}
}

.page-wrapper {
	position: relative;
	transition: transform .35s;
}

.mmenu-active .page-wrapper {
	transform: translateX(250px);
}

.main {
	background: var(--main-bg-color)
}

.row.row-sm {
	margin-right: -10px;
	margin-left: -10px;
}

.row.row-sm [class*='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.ajax-overlay {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1041;
}

@media screen and (min-width: 1200px) {
	.padding-left-lg {
		padding-left: 35px;
	}

	.padding-right-lg {
		padding-right: 35px;
	}

	.col-xl-5col {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col-xl-7col {
		-ms-flex: 0 0 14.2857%;
		flex: 0 0 14.2857%;
		max-width: 14.2857%;
	}

	.col-xl-8col {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

@media screen and (min-width: 1280px) {
	.container {
		max-width: 1300px;
	}

	/*.container-fluid, .container {*/
	/*	padding-left: 5rem;*/
	/*	padding-right: 5rem;*/
	/*}*/
}

@media screen and (min-width: 1600px) {
	/*.container-fluid {*/
	/*	padding-left: 7rem;*/
	/*	padding-right: 7rem;*/
	/*}*/
}

@media screen and (min-width: 1900px) {
	/*.container-fluid {*/
	/*	padding-left: 10rem;*/
	/*	padding-right: 10rem;*/
	/*}*/
}

@media screen and (max-width: 991px) {
	.container {
		max-width: 100%;
	}
}

/* Side Nav */
.main-container {
	display: flex;
	flex-wrap: wrap;
	min-height: 400px;
}

/*.main-container:after {*/
/*	content: '';*/
/*	display: table;*/
/*	clear: both;*/
/*}*/

.main-container .category-list {
	width: 100%;
	text-align: left; /*position:relative;*/
	background: #000;
	z-index: 5;
}

@media (min-width: 768px) {
	.main-container .category-list {
		width: 78px;
		float: left;
		padding: 46px 0 146px;
	}
}

@media (max-width: 767px) {
	.main-container .category-list {
		margin: 0 auto;
		width: calc(100% - 30px);
	}
}

.main-container .main-content {
	width: 100%;
	min-height: 100%;
}

.main-container .main-content > section {
	padding: calc(1.5rem * .5) 0;
}

.main-container .main-content > section:first-child {
	padding-top: 0;
}

.main-container .main-content > section:last-child {
	padding-bottom: 0;
}

.homepage .main-container .main-content {
	padding-top: 0;
}

@media (min-width: 768px) {
	.main-container .main-content {
		float: left;
		width: 100%;
	}
}

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

@media (max-width: 767px) {
	.category-list .nav.category-list-nav.affix {
		position: relative !important;
	}
}

@media (min-width: 768px) {
	.category-list .nav {
		padding-top: 16px;
	}
}

@media (min-width: 992px) {
	.category-list .nav.is_stuck {
		padding-top: 80px;
	}
}

.category-list .nav > li {
	float: none;
	font-size: 0;
}

@media (max-width: 767px) {
	.category-list .nav > li {
		float: left;
	}
}

.category-list .nav > li > a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	width: auto;
	padding: 0;
	transition: all .3s;
	color: #fff;
	line-height: 78px;
	text-decoration: none !important;
	white-space: nowrap;
}

.cat-list-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 78px;
	min-height: 60px;
}

.category-list .nav > li > a .cat-list-icon img {
	max-width: 32px;
	vertical-align: middle;
}

.category-list .nav > li > a .cat-list-text {
	display: inline-block;
	position: relative;
	width: 0;
	transition: all .3s;
	font-size: 16px;
	font-weight: 400;
	opacity: 0;
	overflow: hidden;
	vertical-align: middle;
	visibility: hidden;
}

@media (max-width: 767px) {
	.category-list .nav > li > a .cat-list-text {
		display: none;
	}
}

.category-list .nav > li > a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	transition: all .3s;
	border: 8px solid transparent;
	content: '';
}

@media (max-width: 767px) {
	.category-list .nav > li > a::after {
		display: none;
	}
}

.category-list .nav > li > a:hover .cat-list-text {
	width: auto;
	padding-right: 50px;
	opacity: 1;
	visibility: visible;
}

.category-list .nav > li.green > a:hover {
	background-color: #1bd49e;
}

.category-list .nav > li.green > a:hover:after {
	border-left-color: #1bd49e;
}

.category-list .nav > li.green a.active {
	background-color: #1bd49e;
}

.category-list .nav > li.green a.active:after {
	border-left-color: #1bd49e;
}

.category-list .nav > li.orange > a:hover {
	background-color: #f69a33;
}

.category-list .nav > li.orange > a:hover:after {
	border-left-color: #f69a33;
}

.category-list .nav > li.orange a.active {
	background-color: #f69a33;
}

.category-list .nav > li.orange a.active:after {
	border-left-color: #f69a33;
}

.category-list .nav > li.red > a:hover {
	background-color: #e84f5e;
}

.category-list .nav > li.red > a:hover:after {
	border-left-color: #e84f5e;
}

.category-list .nav > li.red a.active {
	background-color: #e84f5e;
}

.category-list .nav > li.red a.active:after {
	border-left-color: #e84f5e;
}

.category-list .nav > li.lime > a:hover {
	background-color: #cdd41b;
}

.category-list .nav > li.lime > a:hover:after {
	border-left-color: #cdd41b;
}

.category-list .nav > li.lime a.active {
	background-color: #cdd41b;
}

.category-list .nav > li.lime a.active:after {
	border-left-color: #cdd41b;
}

.category-list .nav > li.blue > a:hover {
	background-color: #2a7ee5;
}

.category-list .nav > li.blue > a:hover:after {
	border-left-color: #2a7ee5;
}

.category-list .nav > li.blue a.active {
	background-color: #2a7ee5;
}

.category-list .nav > li.blue a.active:after {
	border-left-color: #2a7ee5;
}

.category-list .nav > li.gray > a:hover {
	background-color: #434444;
}

.category-list .nav > li.gray > a:hover:after {
	border-left-color: #434444;
}

.category-list .nav > li.gray a.active {
	background-color: #434444;
}

.category-list .nav > li.gray a.active:after {
	border-left-color: #434444;
}

.category-list .nav > li.lightblue > a:hover {
	background-color: #2eacb3;
}

.category-list .nav > li.lightblue > a:hover:after {
	border-left-color: #2eacb3;
}

.category-list .nav > li.lightblue a.active {
	background-color: #2eacb3;
}

.category-list .nav > li.lightblue a.active:after {
	border-left-color: #2eacb3;
}

.header {
	font-family: var(--font-Inter), sans-serif;
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.slider-type-3 .header {
	font-family: var(--font-Inter), sans-serif;
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
}

.header .container, .header .container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header-left, .header-right {
	flex: 0 0 22%;
	max-width: 300px;
}

.header-left, .header-center, .header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header-right {
	position: relative;
	justify-content: flex-end;
}

.header-right > * {
	margin-left: 3rem;
}

.header-right-start {
	flex: 1 0 auto;
	display: flex;
	padding-left: 100px;
	position: relative;
	justify-content: flex-end;
}

.header-right-start .main-nav {
	flex: 0 0 auto;
}

.header-right-start .header-contact {
	flex: 0 0 auto;
	align-items: center;
	display: flex;
}

.header-right-end {
	flex: 0 0 auto;
	display: flex;
}

.header-center {
	margin-right: 2rem;
	margin-left: 2rem;
	flex: 1 0 auto;
}

.header-top-body {
	background: white;
	position: relative;
}

body.slider-type-3 .header-top-body {
	background: transparent;
}

.header-nav {
	background: white;

	border-bottom: 1px solid var(--border-color);
}

body.slider-type-3 .header-nav {
	background: transparent;
	border-bottom: 1px solid transparent;
}

header.nav-show .header-nav.fixed {
	background: white;
	transform: translateY(0%);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);

}

.header-nav.fixed {
	position: absolute;
	z-index: 10;
	width: 110%;
	transition: all ease-in-out .2s;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
	transform: translateY(-100%) scale(0.95);
	border: 0;
	left: -5%;
}

body.slider-type-3 .header-nav.fixed {
	position: fixed;
}

.header-nav nav.main-nav::after {
	/*content: "\f141";*/
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	bottom: -7px;
	left: 50%;
	opacity: 0;
	transition: all ease-in-out .2s;
}

.header-nav.fixed nav.main-nav::after {
	/*content: "\f141";*/
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	bottom: -7px;
	left: 50%;
	opacity: 1;
}

.header-nav.fixed:hover nav.main-nav::after {

	opacity: 0;
}

.header-nav nav.main-nav {
	width: 100%;
	position: relative;
}

.header-nav nav.main-nav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.header-nav nav.main-nav > ul > li {
	display: flex;
}

.header-top {
	color: #c4d0dc;
	background-color: #2f2d2d;
	padding-top: .4rem;
	padding-bottom: .4rem;
}

.header-top a {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: inherit;
}

/*.header-middle {*/
/*	padding-top: 2.1rem;*/
/*	padding-bottom: 2.1rem;*/
/*}*/

.header-middle .container, .header-middle .container-fluid {
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header-search-area {
	display: inline-flex;
}

/*------flexsearch------*/
.header-search {
	display: inline-flex;
	align-items: center;
	height: 40px;
}

.flex-header-search-body {
	position: relative;
	height: 100%;
	display: inline-flex;
	align-items: center;
	width: 40px;
	max-width: 400px;

}

.flex-header-search-body.active {
	width: 100vw;

}

.flex-search-body {
	/* padding: 0 5px; */
	background: transparent;
	border: 2px solid transparent;
	position: relative;
	box-shadow: unset;
	display: flex;
	z-index: 21;
	border-radius: 20px;
	width: 40px;
	overflow: hidden;
}

.flex-header-search-body.active .flex-search-body {
	padding: 0 4px;
	display: inline-flex;
	width: 100%;
}

.flex-search-body.opensearch {
	/* background: white; */
	transition: all ease-in-out .1s;
	box-shadow: 0 0 0 0 white !important;
	border-radius: 20px !important;
}

.flex-search-body::before {
	content: "";
	position: absolute;
	background: linear-gradient(to bottom, #fff, #fff0);
	width: 0;
	height: 10px;
	bottom: -8px;
	left: 50%;
	transition: all ease-in-out 0s;
	/*border-top: 1px solid rgb(232, 232, 232);*/
}

.flex-search-body.opensearch::before {
	width: calc(100% - 41px);
	left: 10px;
	right: 10px;
	transition: all ease-in-out .3s .4s;
}

.flex-search-body .header-search-input {
	position: relative;
	background: transparent;
	display: none;
	border: none;
	height: 40px;
	z-index: 1;
	flex: 1 0 auto;
	width: 0px;
	padding: 0;
}

.flex-header-search-body.active .header-search-input {

	display: flex;

}

.flex-search-body .header-search-input .fake-placeholder {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 5px 0;
	height: 100%;
}

.flex-search-body .header-search-input .fake-placeholder p {
	display: inline-block;

}

.flex-search-body .header-search-input .fake-placeholder span {
	display: inline-block;
	animation-name: carett;
	opacity: 0;
	animation-timing-function: step-end;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

@keyframes carett {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}

}

.flex-search-body input {
	width: 100%;
	border: none;
	outline: unset;
	z-index: 1;
	background: transparent;
	padding: 0;
}

.flex-search-body input:focus {
	border: none;
	outline: unset;
}

.flex-search-body input:focus + .fake-placeholder {
	opacity: 0;
}

.flex-search-body a[class*="e-search"] {
	flex: 0 0 auto;
	text-align: center;
	height: 40px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: all 0s;
}

.flex-search-body .e-search-bar {
	display: inline-flex;

}

.flex-search-body .e-search-bar-close {
	display: none;
	width: 40px;
	font-size: 1rem;
	border-radius: 0 18px 18px 0;

}

.flex-header-search-body.active .flex-search-body .e-search-bar-close {
	display: inline-flex;

}

.flex-search-body .e-search-bar-close i {

	font-size: 2rem;

}

.flex-header-search-body .e-search-bar-clear {
	width: 20px;
	visibility: collapse;
	margin-right: 10px;
	display: none;

}

.flex-header-search-body.active .e-search-bar-clear {
	display: inline-flex;

}

.flex-search-body .e-search-bar-clear i {
	font-size: 1.2rem;
}

.flex-header-search-body.active .flex-search-body input {
	flex: 0 0 auto;
	width: 100%;
	padding: 10px 12px;
}

.GetSearchContainer {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 10;
	border-radius: 20px;
	/* box-shadow: 0 10px 40px 0 #00000029; */
	padding: 8px;
	/* opacity: 0; */
	/* visibility: collapse; */
	min-height: 40px;
	transition: all ease-in-out .3s;
}

.GetSearchContainer.opensearch {
	opacity: 1;
	visibility: visible;
	box-shadow: 0 10px 40px 0 #00000029;
	/* border: 1px solid rgb(232, 232, 232); */
	border-radius: 20px;
	background: white;
}

.flex-header-search-body .GetSearchContainer {
	transition: all ease-in-out 0s;
}

.flex-header-search-body.active .GetSearchContainer {
	/* transition: all ease-in-out .3s .3s; */
	border: 1px solid var(--border-color);
	background: white;
}

.search_ul {
	display: block;
	width: 100%;
	background: #fff;
	margin: 0;
	transition: all ease-in-out .3s;
}

.searchlist-wrapper {
	margin-top: 20px;
	overflow: auto;
	scroll-snap-type: x mandatory;
	max-height: 0px;
	scrollbar-width: thin;
}

.opensearch .searchlist-wrapper {
	margin-top: 30px;
	max-height: 450px;
	transition: all ease-in-out .3s;
	padding-top: 13px;
}

.search_ul li {

	padding: 1rem 0;
	border-bottom: 1px solid var(--border-color);
}

.search_ul li:first-child {

	padding-top: 0;
}

.search_ul li:last-child {

	border: 0;
}

.search_ul .searchItem .media-body {
	display: flex;
	cursor: pointer;
}

.search_ul .searchItem .media-body figure {
	display: block;
	margin: 0;
	flex: 0 0 auto;
	width: 70px;
}

.search_ul .searchItem .media-body figure .searchimg {
	display: block;
	width: 100%;
	height: 70px;
	object-fit: contain;
	border: 1px solid var(--border-color);
	padding: 2px;
	border-radius: 6px;
	max-width: 70px;
}

.search_ul .searchItem .media-body article {
	display: flex;
	flex: 1 1 auto;
	padding-left: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.search_ul .searchItem .media-body article h4 {
	display: block;
	font-size: 1.2rem;
	width: 100%;
	margin: 0;
}

.search_ul .searchItem .media-body article h3 {
	display: block;
	margin-bottom: 0;
	font-size: 1.4rem;
}

.e-search-bar {
	cursor: pointer;
}

.e-search-bar i.bi-search {
	position: relative;
}

.e-search-bar i.bi-search::before {
	transform: rotateZ(0deg);
	transition: all ease-in-out .3s;
}

.e-search-bar.ac_mb_search i.bi-search::before {
	transform: rotateZ(45deg);
	opacity: 0;
	transition: all ease-in-out .3s;
}

.e-search-bar i.bi-search::after {
	content: "\f62a";
	position: absolute;
	right: 8px;
	top: 0;
	transform: rotateZ(45deg);
	opacity: 0;
	transition: all ease-in-out .3s;
}

.e-search-bar.ac_mb_search i.bi-search::after {

	transform: rotateZ(0deg);
	opacity: 1;
	transition: all ease-in-out .3s;

}

.header.type-1 .header-search,
.header.type-3 .header-search {
	justify-content: flex-start;
}

.header.type-2 .header-search,
.header.type-4 .header-search,
.header.type-5 .header-search,
.header.type-7 .header-search,
.header.type-8 .header-search {
	justify-content: flex-end;
}

.header.type-6 .header-search {
	width: 100%;
	justify-content: center;
}

header.type-6 .flex-header-search-body {
	width: 100%;
}

header.type-6 .flex-header-search-body .flex-search-body {
	background: white;
	border: 1px solid var(--border-color);
	width: 100%;
	align-items: center;
}

header.type-6 .flex-search-body .header-search-input {

	display: flex;
	padding: 10px 12px;

}

.logo {
	display: block;
}

.logo img {
	display: block;
	max-width: 220px;
	max-height: 50px;
	height: auto;
}

.logo .logo-dark {
	display: none;
}

.header-dropdown {
	position: relative;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .01rem;
}

.header-dropdown > a {
	color: #2f2d2d;
	position: relative;
	padding-right: 1.4rem;
	display: inline-flex;
	align-items: center;
}

.header-dropdown > a::after {
	content: '\e81c';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1.3rem;
	line-height: 1;
	margin-left: .6rem;
}

.header-dropdown a img {
	display: inline-block;
	max-width: 16px;
	height: auto;
	margin-right: .6rem;
}

.header-dropdown a:hover, .header-dropdown a:focus {
	text-decoration: none;
}

.header-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	padding-top: .4rem;
	padding-bottom: .4rem;
	transition: all .25s;
	border: 1px solid var(--border-color);
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	font-family: var(--font-Inter), sans-serif;
	font-size: 1.1rem;
}

.header-dropdown:hover > .header-menu {
	opacity: 1;
	visibility: visible;
}

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

.header-menu ul li {
	margin: 0;
}

.header-menu ul a {
	font-weight: 400;
	color: #696969;
	display: flex;
	align-items: center;
	padding: 2px 9px;
	white-space: nowrap;
}

.header-menu a {
	color: inherit;
}

.header-menu a:hover, .header-menu a:focus {
	background-color: #ccc;
	color: #fff;
}

.header .btn-remove::before {
	display: none;
}

.header-dropdowns {
	display: flex;
	align-items: center; /* margin-right: 3.5rem; */
}

.header-dropdowns .header-dropdown + .header-dropdown, .header-dropdowns .header-dropdown + .dropdown {
	margin-left: 2rem;
}

#basket-canvas {
	display: block;
}

#basket-canvas .offcanvas-header {
	height: 50px;
}

#basket-canvas .offcanvas-body {
	flex-grow: 1;
	padding: 0 1rem 1rem 1rem;
	/* overflow-y: auto; */
	max-height: calc(100% - 50px);
	height: 100%;
}

.basket-canvas-wrapper {
	position: relative;
	padding: 2rem;
	border: 1px solid var(--border-color);
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.basket-canvas-cart-products {
	flex: 1 1 auto;
	overflow: auto;
}

.basket-canvas-footer {
	flex: 0 0 auto;
	border-top: 1px solid black;
}

.dropdownmenu-wrapper {
	position: relative;
	padding: 2rem;
	border: 1px solid var(--border-color);
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1);
}

.dropdownmenu-wrapper::before, .dropdownmenu-wrapper::after {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
}

.dropdownmenu-wrapper::before {
	top: -9px;
	left: 15px;
	border-width: 0 10px 9px;
	border-color: transparent transparent var(--border-color);
}

.dropdownmenu-wrapper::after {
	top: -7px;
	left: 16px;
	border-width: 0 9px 8px 9px;
	border-color: transparent transparent #fff;
}

.header-user-icon, a.e-search-bar > i {
	font-size: 2rem;
}

.header-user-icon::after {
	font-size: 1.4rem;
}

.cart-dropdown .dropdown-toggle {
	text-decoration: none;
	display: block;
	position: relative;
	padding-right: 2.5rem;
}

/*.cart-dropdown .dropdown-toggle .cart-count {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	min-width: 18px;*/
/*	height: 13px;*/
/*	position: absolute;*/
/*	left: 1px;*/
/*	line-height: 1;*/
/*	bottom: 1px;*/
/*	!* border-radius: 50%; *!*/
/*	font-size: 10px;*/
/*	font-weight: 500;*/
/*	!* background-color: #fff2da; *!*/
/*	color: #000;*/
/*	!* box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05); *!*/
/*	padding: 1px;*/
/*	text-align: center;*/
/*	!* border: 1px solid #febf00; *!*/
/*}*/
.cart-dropdown .dropdown-toggle .cart-count {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	right: 0;
	line-height: 1;
	top: 0;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 500;
	background-color: #e1e1e1;
	color: #040404;
	/* box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05); */
	padding: 1px;
	text-align: center;
}

.cart-dropdown .dropdown-toggle .cart-count.fill {
	background-color: var(--main--color);
	color: white;
}

.fav-count {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	right: 0;
	line-height: 1;
	top: 0;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 500;
	background-color: #e1e1e1;
	color: #040404;
	/* box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05); */
	padding: 1px;
	text-align: center;
}

.fav-count.fill {
	background-color: var(--main--color);
	color: white;
}

/*
.cart-dropdown .dropdown-toggle::before {
	display: inline-block;
	content: '\f07a';
	font-family: 'Font Awesome 5 Pro';
	font-size: 2rem;
	line-height: 1;
	margin: 2px 0 0;
	color: #2f2d2d;
}
*/
.cart-dropdown .fa-shopping-cart {
	font-size: 2rem;
	color: #555555;
}

.cart-dropdown .dropdown-toggle::after {
	display: inline-block;
	content: '\e81c';
	font-family: 'porto';
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: 0.8rem;
	width: auto;
	margin: 0;
	height: auto;
	color: #2f2d2d;
	margin: 0;
	border: 0;
	line-height: 1;
	transition: all .3s;
}

.cart-dropdown .dropdown-toggle:hover, .cart-dropdown .dropdown-toggle:focus {
	text-decoration: none;
}

.header-right .static-dropdown > a::after {
	content: unset;
}

.static-dropdown {
	display: inline-flex;
	justify-content: center;

}

.static-dropdown .dropdown-menu {
	display: block;
	top: 100%;
	z-index: 100;
	font-size: 1.1rem;
	color: #777;
	border: 0;
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	visibility: hidden;
	opacity: 0;
	transform: scale(0.9);
	transition: all ease-in-out .2s;
	font-family: var(--font-Inter), sans-serif;
	padding: 10px 0 0 0;

}

.static-dropdown .dropdown-menu .dropdown-item {
	padding: 0;
}

.static-dropdown .dropdown-menu .dropdown-item a {
	display: flex;
	padding: .5rem 1rem;
	flex-direction: row;
	align-items: center;
}

.static-dropdown .dropdown-menu .dropdown-item a img {
	display: inline-block;
	width: 30px;
	/* position: relative; */
	max-width: unset;
}

.static-dropdown .dropdown-menu .dropdown-item a span {
	display: inline-block;
	padding-left: 1rem;
}

.lang-switch .static-dropdown .dropdown-menu .dropdown-item a span {
	padding: 0;
}

.static-dropdown .dropdown-menu ul {
	margin: 0;
}

.static-dropdown .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.static-dropdown > a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #9b9b9b;
    -webkit-appearance: none;
}

.static-dropdown a:hover {
	text-decoration: unset;
}

.static-dropdown:hover a > i::after {
	opacity: .1;
}

.static-dropdown:hover > a > i::before {
	color: var(--main--color);
	font-weight: 600;
}

.header-button:hover > .header-icon {
	color: var(--main--color) !important;
	font-weight: 600;
}

.header-button {
	display: inline-flex;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.header-button.moneySymbol span {
	font-size: 1.2rem;
	color: #9b9b9b;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	padding: 0;
	display: inline-flex;
	/* line-height: 0.7; */
	border: 2px solid #e9e9e9;
	align-items: center;
	justify-content: center;
}

.header-button.moneySymbol::after {
	content: none;
}

.header-button.moneySymbol span::after {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border: 1px solid #0000001a;
	border-radius: 50%;
}

i.header-icon {
	position: relative;
	line-height: 1.2;
	font-size: 2rem;
	color: #9b9b9b;

}

.header-icon.bi-bag::after {
	content: "\f174";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2rem;
	opacity: 0;
	color: var(--main--color);
	transition: all ease-in-out .3s;
}

.header-icon.bi-person:hover::after {

	opacity: 0.2;

}

.header-icon.bi-heart:hover::after {

	opacity: 0.2;

}

.header-icon.bi-basket3:hover::after {

	opacity: 0.2;

}

.lang-switch {
	/* margin-right: calc(2rem + 8px) !important; */
	padding-right: 8px;
}

.lang-switch .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute;
	right: 0;
}

.lang-switch .lang-dropdown {
	text-transform: uppercase;
}

.static-dropdown .dropdown-toggle p {
	margin-bottom: 0px !important;
	/* padding-left: 5px; */
	font: normal 400 1.2rem / 1.3 var(--font-Inter), sans-serif;
	display: inline-block;
	text-align: center;
	color: #767676;
}

.cart-dropdown .dropdown-menu {

	width: 300px;

}

.cart-dropdown .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
}

.static-dropdown .dropdownmenu-wrapper {
	padding: 1.6rem 1.9rem;
}

.static-dropdown .dropdownmenu-wrapper::before {
	left: auto;
	right: 0;
}

.static-dropdown .dropdownmenu-wrapper::after {
	left: auto;
	right: 0;
}

.static-dropdown.lang-select .dropdownmenu-wrapper::before, .static-dropdown.user-dropdown .dropdownmenu-wrapper::before {
	left: calc(50% - 9px);
	right: auto;
}

.static-dropdown.lang-select .dropdownmenu-wrapper::after, .static-dropdown.user-dropdown .dropdownmenu-wrapper::after {
	left: calc(50% - 8px);
	right: auto;
}

.cart-dropdown .product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 !important;
	padding: 1.6rem 1rem;
	border-bottom: 1px solid var(--border-color);
	box-shadow: none !important;
}

.cart-dropdown .product:last-child {
	border-bottom: 0;
}

.cart-dropdown .product-image-container {
	position: relative;
	max-width: 80px;
	margin: 0;
	margin-left: auto;
	border: 1px solid var(--border-color);
}

.cart-dropdown .product-image-container a::after {
	display: none !important;
}

.cart-dropdown .product-title {
	margin-bottom: .2rem;
	color: #696969;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: left;
}

.cart-dropdown .product-details {
	color: #696969;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: left;
}

.cart-dropdown .btn-remove {
	display: flex;
	position: absolute;
	top: -1rem;
	right: -1rem;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #fff;
	color: #474747;
	font-size: 1.1rem;
	line-height: 1;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border: 0;
}

.cart-dropdown .btn-remove:hover, .cart-dropdown .btn-remove:focus {
	color: #2f2d2d;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.cart-dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.user-dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;

}

.static-dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.basket-canvas-cart-total {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 1.1rem;
	padding: .7rem 1rem;
	color: #474747;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}

.basket-canvas-cart-total .cart-total-price {
	margin-left: auto;
	font-size: 1.5rem;
}

.basket-canvas-cart-action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between; /* padding: .2rem 1rem 1.5rem; */ /* flex-direction: column; */
}

.basket-canvas-cart-action .btn {
	min-width: 100%;
	padding: 0.25rem 1rem;
	border-radius: 0;
	border-color: #141a1f;
	background-color: #141a1f;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .025rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.basket-canvas-cart-action .btn:hover, .basket-canvas-cart-action .btn:focus {
	border-color: #2e2e2e;
	background-color: #2e2e2e;
	color: #fff;
}

.header-contact {
	position: relative;
	color: #2f2d2d;
	letter-spacing: 0;
	font-size: 1.4rem;
	line-height: 1.9;
	font-weight: 400; /* margin-right: 5.8rem; */
}

.header-contact i {
	margin-right: 1rem;
}

.header-contact a {
	color: #2f2d2d;
}

.header-contact a:hover, .header-contact a:focus {
	color: inherit;
	text-decoration: none;
}

body .header.header-white {
	position: relative;
	background-color: white;
}

.mobile-menu-toggler {
	border: 0;
	background: transparent;
	color: #2f2d2d;
	padding: 1rem .5rem;
	font-size: 2.1rem;
	line-height: 1;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 1.5rem;
	cursor: pointer;
}

.mobile-menu-toggler i::before {
	margin: 0;
}

@media screen and (min-width: 992px) {
	/*.flex-header-search-body,.header-search,.flex-search-body {*/
	/*	width: 100%;*/
	/*}*/
	.flex-header-search-body .header-search-input {
		display: flex;
	}
	.flex-header-search-body .flex-search-body input {
		flex: 0 0 auto;
		width: 100%;
		padding: 10px 12px;
	}
	.e-search-bar-close {
		display: none;
	}
	.flex-header-search-body .flex-search-body {
		padding: 0;
		display: inline-flex;
		/* background: white; */
		border-radius: 0;
		border: 0;

		width: 100%;
	}
	.flex-header-search-body.active .flex-search-body {
		display: inline-flex;
		border-radius: 20px;
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	/*.header-middle {*/
	/*	padding-top: 2.1rem;*/
	/*	padding-bottom: 2.1rem;*/
	/*}*/
}

@media screen and (max-width: 1199px) {
	.header-contact {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.user-dropdown .dropdown-menu {
		display: none !important;
	}
	header .header-wrapper {
		padding-top: 1.2rem !important;
		padding-bottom: 1.2rem !important;
		padding-left: 5px;
		padding-right: 5px;
	}
	.cart-dropdown .dropdown-toggle::before {
		font-size: 2.6rem;
	}

	.static-dropdown .dropdownmenu-wrapper::before {
		right: 27px;
	}

	.static-dropdown .dropdownmenu-wrapper::after {
		right: 28px;
	}

	.mobile-menu-toggler {
		display: flex;
		margin-right: 3rem;
	}

	.header-left {
		order: 1;
		flex: 1 0 auto;
		justify-content: center;
	}

	.header-center {
		order: 0;
		flex: 0 0 30%;
		margin: 0;
	}

	.header-right {
		order: 2;
		flex: 0 0 30%;
	}

	.logo img {

		max-height: 30px;

	}

	.footer-copyright {
		margin-right: auto;
		margin-top: 1.2rem;
		margin-bottom: 0;
		margin-left: auto;
		order: 1;
	}
	.header-wrapper .fav-dropdown, .header-wrapper .basket-dropdown {
		display: none;
	}
	.header-nav {
		display: none;
	}

	.header.type-6 .header-search {
		width: auto;

	}

	header.type-6 .flex-header-search-body .flex-search-body {
		background: transparent;
		border: 1px solid transparent;
		width: 42px;
		align-items: center;
	}

	.header.type-6 .flex-header-search-body .flex-search-body .header-search-input {
		display: none;
	}
	.header.type-6 .flex-header-search-body.active .flex-search-body .header-search-input {
		display: flex;
		padding: 10px 12px;
	}
	header.type-6 .flex-header-search-body.active .flex-search-body {
		background: white;
		border: 1px solid var(--border-color);
		width: 100%;
	}
	.header-search {
		margin: 0 !important;
	}
	.flex-header-search-body {
		max-height: 64px;
	}
	.flex-header-search-body.active {
		width: 100%;
		position: absolute;
		display: flex;
		height: 64px;
		left: 0;
		top: 0;
		padding: 0 14px;
		background: #f5f5f5;
		z-index: 1;
		max-width: unset;
	}
	.flex-header-search-body.active .flex-search-body {
		padding: 0 10px;
		display: flex;
		background: transparent;
		width: 100%;
		padding: 0;
		border: 0;
	}

}

@media screen and (max-width: 767px) {
	.cart-dropdown .dropdown-toggle {
		padding-right: 1.5rem;
	}

	.cart-dropdown .dropdown-toggle .cart-count {
		right: 0;
	}

	.cart-dropdown .dropdown-toggle::before {
		font-size: 2.3rem;
	}

	.static-dropdown .dropdownmenu-wrapper::before {
		right: 15px;
	}

	.static-dropdown .dropdownmenu-wrapper::after {
		right: 16px;
	}

	/*.header-middle {*/
	/*	padding-top: 1.6rem;*/
	/*	padding-bottom: 1.6rem;*/
	/*}*/
	.dropdown.cart-dropdown, .static-dropdown.user-dropdown {
		/* margin-left: 1.5rem; */
	}

	.mobile-menu-toggler {
		margin-right: 1.5rem;
		margin-top: -3px;
	}

	.header-right > * {
		padding: 0 10px;
		margin: 0;
	}

	.header-contact a {
		color: #2f2d2d;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		font-size: 10px;
	}

	.header-contact i {
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.header-dropdowns .header-dropdown + .header-dropdown, .header-dropdowns .header-dropdown + .dropdown {
		margin-left: 1rem;
	}

	.mobile-menu-toggler {
		margin-right: 1rem;
	}
}

@media (max-width: 360px) {
	.cart-dropdown .dropdown-menu {
		width: 260px;
	}

	.static-dropdown .dropdownmenu-wrapper {
		padding: 1rem 1.4rem;
	}

	.basket-canvas-cart-action .btn {
		min-width: 100px;
	}
}

.main-nav {
	display: none;
}

.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu::after {
	display: block;
	clear: both;
	content: '';
}

.menu li {
	position: relative;
}

.menu li.megamenu-container {
	/*position: static;*/
	position: relative;
}

.menu > li {
	float: left;
}

.menu ul, .menu .megamenu {
	display: none;
	position: absolute;
	top: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	font-family: var(--font-Inter), sans-serif;
	z-index: 999;
}

.menu ul {
	left: 0;
}

.menu ul ul {
	top: -1.1rem;
	left: 100%;
}

.menu .megamenu {
	left: 0rem;
	right: 0rem;
}

.menu .megamenu ul {
	transform: translateX(0);
}

.menu .megamenu .container-fluid {
	display: block;
}

.menu .megamenu .row {
	margin-left: -10px;
	margin-right: -10px;
}

.menu .megamenu .row [class*='col-'] {
	padding-left: 15px;
	padding-right: 15px;
}

.menu .megamenu .menu-title a {
	font-size: 1.4rem;
}

.menu a {
	display: block;
	position: relative;
	text-decoration: none;
}

@media screen and (min-width: 1280px) {
	.menu .megamenu {
		left: 0rem;
		right: 0rem;
	}
}

.menu li:hover > ul.megamenu, .menu li.show > ul.megamenu, .menu li:hover > .megamenu, .menu li.show > .megamenu {
	display: flex;
}

.menu li {
	padding-right: 1rem;
	padding-left: 1rem;
}

.menu li a {
	font-weight: 500;
	font-size: 1.2rem;
	color: #696969;
	text-transform: uppercase;
	display: block;
	padding: .7rem 1rem;
	white-space: nowrap;
	transition: background 0.25s;
}

.menu li .menu-title {
	color: #161616;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: -.01rem;
	margin-top: 1.25rem;
}

.menu li .menu-title a {
	font-size: 1.3rem;
	padding: .7rem 1rem;
	font-weight: 700;
	color: #161616;
}

.menu li .menu-title a:hover, .menu li .menu-title a:focus {
	text-decoration: underline;
}

.menu > li {
	padding-right: 0;
	padding-left: 0;
}

.menu > li > a {
	font-size: 1.4rem;
	font-weight: 500;
	background-color: transparent;
	color: #2f2d2d;
	padding: 1.4rem 1.5rem;
	letter-spacing: .01rem;
}

.menu > li + li {
	/* margin-left: 2.1rem; */
}

.menu.sf-arrows > li > a.sf-with-ul {
	padding-right: 2.4rem;
	padding-left: 1.4rem;
}

.menu.sf-arrows > li > a.sf-with-ul::before {
	/*content: '';*/
	position: absolute;
	display: block;
	z-index: 100;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
	left: 50%;
	bottom: 0;
	margin-bottom: -6px;
	margin-left: -6px;
	transform: rotate(45deg);
	opacity: 0;
	visibility: hidden;
}

.menu.sf-arrows .sf-with-ul {
	position: relative;
}

.menu.sf-arrows .sf-with-ul::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'porto';
	font-size: 1.3rem;
	line-height: 1;
	content: '\e81c';
}

.menu.sf-arrows ul .sf-with-ul::after {
	right: 1rem;
	content: '\e81a';
}

.menu .megamenu, .menu ul {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	/*border-top: 2px solid #e1e1e1;*/
	left: 0;
	right: unset;
}

.menu ul {
	min-width: 150px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.menu .megamenu {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 1rem .5rem;
}

.menu .megamenu ul {
	min-width: 0;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	border: 0;
	top: auto;
	bottom: auto;
	display: block;
	min-width: 0;
	padding: 0;
	margin: 0 0 1rem;
	background-color: transparent;
}

.menu .megamenu ul li a {
	font-family: var(--font-Inter), sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	padding: .5rem 0;
	font-size: 1.2rem;
}

.menu .megamenu.fixed-width {
	max-width: 610px;
	margin-left: -5rem;
	left: auto;
	right: auto;
}

.menu .megamenu .banner {
	background-color: transparent;
	margin-bottom: 0;
}

.menu .megamenu .banner a {
	padding: 0;
	margin-left: -15px;
}

.menu .megamenu .banner img {
	position: relative;
}

.menu li:hover > a, .menu li.show > a, .menu li.active > a {
	/* background-color: #f4f4f4; */
	/* color: #696969; */
}

.menu > li:hover > a, .menu > li.show > a, .menu > li.active > a {
	color: #696969;

}

.menu.sf-arrows > li.show > a.sf-with-ul::before {
	opacity: 1;
	visibility: visible;
}

.menu .show > ul, .menu .show > .megamenu {
	opacity: 1 !important;
}

.tip {
	display: inline-block;
	position: relative;
	margin: -2px 0 0 1rem;
	padding: .3rem .4rem;
	border-radius: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: middle;
	z-index: 1;
}

.tip::before {
	position: absolute;
	top: 50%;
	right: 100%;
	left: auto;
	margin-top: -3px;
	border: 3px solid transparent;
	content: '';
}

.tip.tip-new {
	background-color: #0fc567;
}

.tip.tip-new::before {
	border-right-color: #0fc567;
}

.tip.tip-hot {
	background-color: #eb2771;
}

.tip.tip-hot::before {
	border-right-color: #eb2771;
}

.menu > li > a .tip {
	position: absolute;
	top: -4px;
	right: 22px;
	margin: 0;
}

.menu > li > a .tip::before {
	position: absolute;
	top: 100%;
	left: 3px;
	width: 3px;
	height: 3px;
	margin: 0;
	border-color: transparent;
}

.menu > li > a .tip.tip-new::before {
	border-top-color: #0cc485;
}

.menu > li > a .tip.tip-hot::before {
	border-top-color: #eb2771;
}

@media screen and (min-width: 992px) {
	.main-nav {
		display: block;
	}
}

.mobile-menu-container {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
	background-color: #fff;
	width: 100%;
	max-width: 400px;
	overflow-y: auto;
	box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
	transform: translateX(-100%);
	visibility: hidden;
	font-size: 1.2rem;
	line-height: 1.5;
	transition: all .35s;
}

.mmenu-active .mobile-menu-container {
	transform: translateX(0);
	visibility: visible;
}

.mobile-menu-container .social-icons {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.mobile-menu-container .social-icon {
	width: 3rem;
	height: 3rem;
	margin-bottom: 0;
	border: 0;
	background-color: transparent;
	font-size: 1.5rem;
}

.mobile-menu-container .social-icon + .social-icon {
	margin-left: .3rem;
}

.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
	background-color: transparent;
	color: #fafafa;
}

.mobile-menu-wrapper {
	position: relative;
	padding: 4.2rem 0 3rem;
}

.mobile-menu-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: .4rem;
	color: #2f2d2d;
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
	z-index: 9;
}

.mobile-menu-lang {
	position: absolute;
	top: 0;
	width: calc(100% - 42px);
	padding: 12px 10px;
}

.mobile-menu-lang ul {
	display: block;
	margin: 0;
}

.mobile-menu-lang ul li {
	display: inline-block;
	margin-right: 1rem;
}

.mobile-header {
	display: block;
}

.mobile-header .mobile-header-user {
	display: block;
	background: linear-gradient(to bottom, var(--main--color), var(--main--color)), black;
	padding: 2rem 1rem;
}

.mobile-header .mobile-header-user figure {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}

.mobile-header .mobile-header-user figure span {
	display: block;
	text-align: center;
	background: rgb(255, 255, 255);
	color: var(--main--color);
	padding: 12px;
	border-radius: 50%;
	font-size: 3rem;
	width: 70px;
	height: 70px;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15), 0 0 0px 4px rgba(255, 255, 255, 0.33);
}

.mobile-header .mobile-header-user article {
	display: block;
	text-align: center;
}

.mobile-header .mobile-header-user article span {
	/* display: block; */
	font-size: 2rem;
	font-weight: 600;
	color: white;
}

.mobile-header .mobile-header-user article span:nth-child(1) {
	margin-right: 0.1rem;
}

.mobile-header .mobile-header-user ul {
	display: flex;
	justify-content: space-evenly;
	margin: 2rem 0rem 0rem;
	flex-wrap: wrap;
}

.mobile-header .mobile-header-user ul li {
	display: block;
	border-radius: 14px;
	flex: 1 0 25%;
	padding: 4px;
	max-width: 25%;
}

.mobile-header .mobile-header-user ul li a {
	color: white;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	padding: 8px;
	width: 100%;
	background: radial-gradient(farthest-corner at 50% 0%, rgba(255, 255, 255, 0.39), rgba(255, 255, 255, 0.2));
	border-radius: 8px;
}

.mobile-header .mobile-header-user ul li a:hover {
	text-decoration: none;
}

.mobile-header .mobile-header-user ul li a i {
	font-size: 3rem;
	margin-bottom: 0.4rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.mobile-menu-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .4s;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	backdrop-filter: blur(10px);
}

.mmenu-active .mobile-menu-overlay {
	opacity: 1;
	visibility: visible;
}

.mobile-nav {
	margin: 0 0 2rem;
	padding: 0;
}

.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid var(--border-color);
}

.mobile-menu > li > a {
	text-transform: uppercase;
}

.mobile-menu li {
	display: block;
	position: relative;
	border-top: 1px solid var(--border-color);
}

.mobile-menu li a {
	display: block;
	position: relative;
	padding: 1.1rem 0 1.1rem 1.5rem;
	margin-right: 4.5rem;
	color: #2f2d2d;
}

.mobile-menu li a:hover, .mobile-menu li a:focus {
	color: #b7b7b7;
	text-decoration: none;
}

.mobile-menu li.open > a, .mobile-menu li.active > a {
	color: #b7b7b7;
}

.mobile-menu li ul {
	display: none;
	margin: 0;
	padding: 0;
}

.mobile-menu li ul li a {
	padding-left: 2.5rem;
}

.mobile-menu li ul ul li a {
	padding-left: 3.5rem;
}

.mobile-menu > li > a {
	text-transform: uppercase;
}

.mmenu-btn {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	right: -3.8rem;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
	border-radius: 0;
	outline: none;
	background-color: transparent;
	color: #2f2d2d;
	font-size: 1.5rem;
	cursor: pointer;
}

.mmenu-btn::after {
	display: inline-block;
	margin-top: -2px;
	font-family: 'porto';
	content: '\e81c';
}

.open > a > .mmenu-btn::after {
	content: '\e81b';
}

/* Header Transparent/Overlay */
.header.header-transparent {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: transparent;
	z-index: 1040;
}

.header.header-transparent .logo .logo-dark {
	display: block;
}

.header.header-transparent .logo .logo-light {
	display: none;
}

.header.header-transparent .menu > li > a {
	color: #161616;
}

.header.header-transparent .menu > li:hover > a, .header.header-transparent .menu > li.show > a, .header.header-transparent .menu > li.active > a {
	color: #161616;
}

.header.header-transparent .header-contact {
	color: #161616;
}

.header.header-transparent .header-contact a {
	color: inherit;
}

.header.header-transparent .mobile-menu-toggler, .header.header-transparent .header-dropdown > a, .header.header-transparent .cart-dropdown .dropdown-toggle::before, .header.header-transparent .cart-dropdown .dropdown-toggle::after {
	color: #161616;
}

@-webkit-keyframes fixedHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fixedHeader {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.sticky-wrapper {
	position: relative;
	z-index: 100;
}

.sticky-header {
	border-bottom: 0px solid var(--border-color);
}

.sticky-header.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 1040;
	transition: all ease-in-out .2s;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.nav-show .sticky-header.fixed {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

header.type-8 .sticky-header.fixed {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.sticky-header.fixed .logo .logo-dark {
	display: none;
}

.sticky-header.fixed .logo .logo-light {
	display: block;
}

.sticky-header.fixed .menu > li > a {
	color: #2f2d2d;
}

.sticky-header.fixed .menu > li:hover > a, .sticky-header.fixed .menu > li.show > a, .sticky-header.fixed .menu > li.active > a {
	color: #2f2d2d;
}

.sticky-header.fixed .header-contact {
	color: #2f2d2d;
}

.sticky-header.fixed .header-contact a {
	color: #2f2d2d;
}

.sticky-header.fixed .mobile-menu-toggler, .sticky-header.fixed .header-dropdown > a, .sticky-header.fixed .cart-dropdown .dropdown-toggle::before, .sticky-header.fixed .cart-dropdown .dropdown-toggle::after {
	color: #2f2d2d;
}

.sticky-header.fixed-nav {
	position: fixed;
	top: 79px;
	right: 0;
	left: 0;
	height: 38px;
	background-color: white;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	z-index: 1039;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fixedHeader;
	animation-name: fixedHeader;
}

.sticky-header.fixed-nav .container-fluid {
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.sticky-header.fixed-nav {
		top: 94px;
	}
}

@media screen and (max-width: 575px) {
	.sticky-header.fixed-nav {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.sticky-header.fixed-nav {
		top: 10rem;
	}
}

@media screen and (max-width: 768px) {
	.static-dropdown .dropdown-menu {

		right: 0;
	}
}

.footer {
	flex: 0 0 auto;
	color: #767676;
	background-color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
}

.footer .social-icon {
	color: white;
	margin-bottom: 0;
	width: 38px;
	height: 38px;
	font-size: 1.8rem;
	border-radius: 50%;
	background: #2f2d2d;
}

.footer .social-icon + .social-icon {
	margin-left: 1rem;
}

.footer .social-icon:hover, .footer .social-icon:focus {
	color: #fff;
	background-color: #5a5a5a;
}

.footer-middle {
	padding: 4rem 0 .4rem;
}

.footer .widget-title {
	color: #2f2d2d;
	font: 500 1.5rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: .07em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.footer-top {
	padding-top: 4rem;
	border-bottom: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
}

.footer-top .widget-title {
	margin-bottom: 3.4rem;
}

.footer .widget {
	margin-bottom: 3.6rem;
}

.footer .links {
	margin-bottom: 0;
}

.footer .links li {
	position: relative;
	margin-bottom: .7rem;
}

.footer a {
	color: inherit;
}

.footer a:hover, .footer a:focus {
	color: #2f2d2d;
	text-decoration: underline;
}

.footer .widget-about {
	line-height: 1.85;
}

.footer .widget-about p {
	/* max-width: 510px; */
}

.footer .widget-social::after {
	display: block;
	clear: both;
	content: '';
}

.footer .widget-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .widget-footer-bottom .site-map-icons a {
	color: #2f2d2d;
	font-size: 1.4rem;
}

.contact-info {
	margin-bottom: 0;
}

.footer .contact-info {
	padding: 0;
	margin-top: 1.5rem;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}

.footer .widget-title + .contact-info {
	padding-top: .7rem;
}

.contact-info li {
	position: relative;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.contact-info li:last-child {
	margin-bottom: 0;
}

.contact-info-label {
	display: block;
	font-weight: 400;
	color: #2f2d2d;
	text-transform: uppercase;
}

.widget-newsletter p {
	margin-bottom: 1.5rem;
	line-height: 1.5;
	max-width: 560px;
}

.widget-newsletter form {
	position: relative;
	margin-bottom: 0;
	max-width: 360px;
}

.widget-newsletter .form-control {
	height: 4.8rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	color: #686865;
	border: 1px solid var(--border-color);
	background-color: #f2f2f2;
	padding: 1.35rem 14rem 1.35rem 2rem;
	margin-bottom: 1rem;
	border-radius: 40px;
	max-width: none;
}

.widget-newsletter .form-control:focus {
	color: #686865;
	border-color: var(--border-color);
	background-color: #fff;
}

.widget-newsletter .form-control::-webkit-input-placeholder {
	color: #686865;
}

.widget-newsletter .form-control:-ms-input-placeholder {
	color: #686865;
}

.widget-newsletter .form-control::-ms-input-placeholder {
	color: #686865;
}

.widget-newsletter .form-control::placeholder {
	color: #686865;
}

.widget-newsletter .btn {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.1;
	font-family: var(--font-Inter), sans-serif;
	letter-spacing: .005em;
	color: #fff;
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	text-transform: uppercase;
	padding: 1.6rem 2.8rem 1.6rem 2rem;
	border-radius: 0 40px 40px 0;
	min-width: 121px;
	text-align: center;
	height: 48px;
}

.widget-newsletter .btn:hover, .widget-newsletter .btn:focus {
	color: #fff;
	border-color: #2f2d2d;
	background-color: #2f2d2d;
}

.footer-bottom {
	padding-top: 3.3rem;
	padding-bottom: 3.7rem;
	border-top: 1px solid var(--border-color);
}

.footer-bottom .container {
	display: flex;
	flex-direction: column;
}

.footer-bottom .contact-info {
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
}

.footer-bottom .contact-info li {
	margin-bottom: 0;
}

.footer-e-commerce-brand {
	display: block;
	border-top: 1px solid var(--border-color);
	padding: 2rem 0;
}

.footer-e-commerce-brand .e-commerce-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-direction: column; */
	/* padding: 2rem 0; */
}

.footer-e-commerce-brand .e-commerce-brand p {
	display: block;
	margin: 0;
}

.footer-e-commerce-brand .e-commerce-brand span:last-child {
	display: block;
	margin-top: 15px;
	margin-left: 7px;
	font-style: italic;
	font-weight: 500;
}

.footer-e-commerce-brand .e-commerce-brand a {
	display: inline-block;
	color: #e01ae4;
}

.footer-e-commerce-brand .e-commerce-brand img.ec-logo {
	display: block;
	height: 30px;
	width: auto;
}

.footer-copyright {
	margin-right: auto;
	margin-bottom: 1.2rem;
	margin-left: auto;
}

.footer-payments {
	margin-right: auto;
	margin-left: auto;
}

#scroll-top {
	height: 40px;
	position: fixed;
	right: 15px;
	width: 40px;
	z-index: 9999;
	bottom: 0;
	background-color: #404040;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 11px 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	transition: all .3s;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
}

#scroll-top:hover, #scroll-top:focus {
	background-color: #555;
}

#scroll-top.fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width: 576px) {
	.footer .contact-info {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.footer-top {
		padding-top: 6rem;
	}
}

@media screen and (min-width: 992px) {
	.footer .widget-social {
		padding-top: 3rem;
	}

	.footer .widget-social .social-icons {
		float: right;
		margin-bottom: 0;
	}

	.footer-top {
		padding-top: 4rem;
	}

	.widget-newsletter form {
		margin-top: 1.4rem;
	}

	.widget-newsletter .form-control {
		padding-left: 2rem;
		padding-right: 16rem;
	}

	.footer-bottom .container {
		align-items: center;
		flex-direction: row;
	}

	.footer-copyright {
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		align-self: center;
	}

	.footer-payments {
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 0;
	}

	.footer-bottom .contact-info {
		margin-bottom: 0;
		margin-right: 0;
	}
}

.product-intro.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
}

.product-intro.owl-carousel.owl-theme .owl-dots {
	top: -58px;
	position: absolute;
	right: 0;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid;
	background: none;
	margin: 5px 2px;
	border-radius: 7px;
	border-color: rgba(0, 68, 102, 0.4);
	transition: opacity .2s;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: none;
	border-color: #2f2d2d;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span::before, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span::before {
	display: none;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span::after, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span::after {
	content: '';
	position: absolute;
	left: 3px;
	bottom: 3px;
	right: 3px;
	top: 3px;
	border-radius: 10px;
	background-color: #2f2d2d;
}

.product-intro.owl-carousel.owl-theme .owl-nav {
	color: #333;
	font-size: 2.4rem;
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev, .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
	opacity: 0;
	transition: opacity .2s, transform .4s;
	top: 30%;
	width: 30px;
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
	text-align: left;
	left: -30px;
	padding-right: 30px;
	transform: translateX(-10px);
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
	text-align: right;
	right: -30px;
	padding-left: 30px;
	transform: translateX(10px);
}

.product-intro.owl-carousel.owl-theme:hover .owl-prev, .product-intro.owl-carousel.owl-theme:hover .owl-next {
	transform: translateX(0);
	opacity: 1;
}

.product-panel {
	margin-bottom: 3.5rem;
}

.product-panel .section-title {
	color: #313131;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 2.4rem;
}

.product-panel .section-title h2 {
	font: 700 1.6rem var(--font-Inter), sans-serif;
	letter-spacing: -0.01em;
	line-height: 22px;
	text-transform: uppercase;
}

.product-intro {
	padding-bottom: 1.6rem;
}

.product-default {
	position: relative;
	color: #777;

}

.product-default .discount-label {
	line-height: 1.4;
	margin-right: 10px;
	text-align: center;
	text-transform: capitalize;
	border-radius: 4px;
	background: green;
	padding: 2px 5px;
	max-width: 50px;
	align-self: end;
}

.product-default-top-label {
	position: absolute;
	top: 0;
}

.product-default .discount-label text {

	color: white;

	display: inline-block;
	font-size: 1rem;
	font-weight: 400;

}

.product-default .product-media-card {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
}

.product-default .product-media-card .text-outsale {
	position: absolute;
	left: 0;
	background: #9f0202;
	color: white;
	z-index: 1;
	padding: 0px 10px;
	bottom: 0;
	width: 100%;
}

.product-default a {
	position: relative;
	color: var(--product-price-color);
	display: block;
	text-align: left;
}

.product-default a video {
	width: 100%;
	height: 100%;

	display: block;
	object-fit: cover;
}

.product-default a:hover {
	color: #2f2d2d;
	text-decoration: none;
}

.product-default figure {
	margin-bottom: 1.6rem;
	position: relative;
}

.product-default figure img {
	transition: all .5s;
	height: auto;
	width: 100%;

}

.lazyload {

	background: #f2f2f2;
}

.lazyload.loaded {

	animation-name: loader;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	opacity: 0;

}

@keyframes loader {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}

}

.product-default figure img:last-child {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	left: 0;
}

.product-default figure img:first-child {
	opacity: 1;
	position: relative;
}

.product-default .label-group {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: .8rem;
	left: .8rem;
}

.product-default .label-group > * {
	margin-bottom: 5px;
}

.product-default .product-label {
	text-transform: uppercase;
	padding: 5px 11px;
	font: 700 1rem/1 var(--font-Inter), sans-serif;
	color: white;
}

.product-default .product-label.label-sale {
	background-color: #62b959;
}

.product-default .product-label.label-cut {
	background-color: #e27c7c;
}

.product-default .product-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.product-default .category-list {
	font: 400 1rem var(--font-Inter), sans-serif;
	line-height: 1.7;
	opacity: .8;
	text-transform: uppercase;
}

.product-default .product-title {
	font: 400 1.4rem var(--font-Inter), sans-serif;
	/* letter-spacing: .05em; */
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 4px;
	min-height: 36px;
	flex: 1 0 auto;
}

.product-default .tooltiptext {
	visibility: hidden;
	position: absolute;
	background-color: #333;
	color: #fff;
	font-family: var(--font-Inter), sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: center;
	padding: 1rem .7rem;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
}

.product-default .product-action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	color: #333;
}

.product-default .btn-icon-wish, .product-default .btn-quickview {
	display: flex;
	border: 1px solid var(--border-color);
	font-size: 1.6rem;
	margin: 0 2px;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .25s ease;
	transform: translateX(200%);
}

.product-default .btn-icon-wish.checked, .product-default .btn-quickview.checked {
	color: #e27c7c;
}

.product-default .btn-icon-wish.checked i::before, .product-default .btn-quickview.checked i::before {
	content: '\e88a';
}

.product-default .btn-quickview {
	font-size: 1.4rem;
	transform: translateX(-200%);
}

.product-default .btn-add-cart {
	display: flex;
	align-items: center;
	background-color: white;
	border: 1px solid var(--border-color);
	padding: 0 1rem;
	font: 1.4rem var(--font-Inter), sans-serif;
	line-height: 32px;
	margin: 0 2px;
	cursor: pointer;
	transition: all .25s ease;
}

.product-default .btn-add-cart i {
	font-size: 1.8rem;
	margin-bottom: 2px;
}

.product-default .btn-add-cart i::before {
	margin: 0 4px 0 0;
}

.product-default:hover {
	z-index: 2;
}

.product-default:hover figure img:first-child {
	/* opacity: 0; */
}

.product-default:hover figure img:last-child {
	opacity: 1;
}

.product-default:hover .btn-add-cart {
	background-color: #2f2d2d;
	border-color: #2f2d2d;
	color: white;
}

.product-default:hover .product-action a {
	transform: translateX(0);
	opacity: 1;
}

.tooltip-top::after {
	content: "";
	position: absolute;
	top: 96%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

.form-tooltip .tooltip-inner {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	color: #fff;
	text-align: center;

}

.tooltip-span {
	padding-right: 10px;
}

.old-price {
	text-decoration: line-through;
	text-decoration-color: red;
	font-size: 1.2rem;
	letter-spacing: 0.005em;
	font-weight: 400;
	color: var(--product-old-color);
	font-family: var(--font-Inter), sans-serif;
	margin-left: 0;
	position: relative;
	display: inline-block;
	text-align: left;
	line-height: 1;
}

.product-price {
	color: var(--product-price-color);
	font: 500 1.6rem var(--font-Inter), sans-serif;
	text-align: left;
	margin-right: 0.5rem;
}

.product-price.discount {
	text-align: left;
	color: var(--product-price-discount-color);
}

.product-price span.moneytype {
	font: 600 1.4rem/0.8 var(--font-Inter), sans-serif;
}

.price-box {
	position: relative;
	width: 100%;
	margin-bottom: 1.2rem;
}

.price-box .price-box-inner {
	position: relative;
	/* margin-bottom: 1.2rem; */
	flex-direction: column-reverse;
	display: flex;
}

.discount-fl-left {
	display: block;
}

.discount-fl-right {
	display: block;
}

.price-box p.indirim-miktari {
	display: block;
	color: green;
	font-weight: 500;
	padding: 0px 10px;
	margin: 0;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.ratings-container {
	line-height: 1;
	margin: 0 0 10px 1px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.product-details .ratings-container {
	line-height: 1;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	margin-bottom: 14px;
}

.product-details .rating_count {
	line-height: 1;
	font-family: var(--font-Inter), sans-serif;
	height: 14px;
	display: inline-block;
	font-size: 10px;
	vertical-align: 0.1rem;
}

.product-details .rating_count i {
	font-style: normal;
	color: #acacac;
}

.ratings-container .product-ratings, .ratings-container .ratings, .product-details .product-ratings {
	position: relative;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-family: bootstrap-icons !important;
}

.ratings-container .product-ratings {
	height: 13px;
}

.ratings-container .ratings-list-container {
	position: absolute;
	padding-top: 1.6rem;
	width: 300px;
	border-radius: 10px;
	left: 0;
	top: 60px;
	transition: all ease-in-out .3s;
	opacity: 0;
	visibility: collapse;
	z-index: 2;
}

.ratings-container .product-ratings:hover ~ .ratings-list-container, .ratings-container .ratings-list-container:hover {
	opacity: 1;
	visibility: visible;
	top: 12px;
}

.ratings-container .product-ratings:hover ~ .ratings-list-container .starbar i, .ratings-container .ratings-list-container:hover .starbar i {
	width: var(--width) !important;
	transition: all cubic-bezier(.79, .14, .15, .86) calc(var(--i) * .4s) .1s;
}

.ratings-list .rating-head {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.ratings-list .rating-head p {
	flex: 0 0 100%;
}

.ratings-list .rating-count {
	display: block;
}

.ratings-list .rating-count span {
	display: block;
}

.ratings-list .rating-count span:first-child {
	font-size: 5rem;
	line-height: 1;
	font-weight: 700;
}

.ratings-list .rating-count span:last-child {
	font-size: 1.4rem;
	font-weight: 500;
	color: #959595;
}

.ratings-container .ratings-list-container::before {
	content: '';
	position: absolute;
	top: -11px;
	left: 20px;
	border-width: 14px;
	border-style: solid;
	border-color: #fff0 #fff0 white #fff0;
	z-index: 2;
}

.ratings-container .ratings-list-container .ratings-list {
	box-shadow: 0 0 40px 0 #00000040;
	width: 300px;
	z-index: 1;
}

.ratings-list-container .ratings-list {
	position: relative;
	display: block;
	background: white;
	padding: 1.6rem;
	border-radius: 10px;
}

#yorum .ratings-list-container.static {
	position: relative;
	height: 100%;
}

#yorum .ratings-list-container.static .ratings-list {
	position: sticky;
	top: 100px;
	display: block;
	background: white;
	padding: 0 1.6rem 0 0;
	border-radius: 10px;
	width: 100%;
}

.ratings-list .star-row {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
}

.ratings-list .star-row:last-child {
	margin-bottom: 0;
}

.ratings-list .star-row span.star {
	position: relative;
	flex: 0 0 auto;
	margin-right: 1rem;
}

.ratings-list .star-row div.starbar {
	position: relative;
	flex: 1 0 auto;
	background: rgba(255, 191, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	height: 12px;
	border: 1px solid rgba(255, 191, 0, 0.4);
}

.ratings-list .star-row div.starbar i {
	position: relative;
	width: 0%;
	background: #ffbf00;
	display: block;
	height: 100%;
	transition: all ease-in-out .2s;

}

#yorum .ratings-list .star-row div.starbar i {
	position: relative;
	width: 0%;
	background: #ffbf00;
	display: block;
	height: 100%;
	border-radius: 9px;

}

#yorum.show .ratings-list .star-row div.starbar i {
	width: var(--width) !important;
	transition: all cubic-bezier(.79, .14, .15, .86) calc(var(--i) * .4s) .1s;
}

#yorum .ratings-list .star-row div.starbar i span.star-count {
	display: flex;
	justify-content: center;
	width: 22px;
	height: 22px;
	background: #ffbf00;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	z-index: 1;
	position: absolute;
	right: -14px;
	top: -5px;
	font-style: normal;
	box-shadow: 0 0 10px 0 #0003;
	font-size: 12px;
	font-weight: 600;
}

#yorum .ratings-list .star-row div.starbar {
	overflow: unset;
}

.ratings-list.inline-r {
	display: inline-block;
}

.star-row span.star span.star-starbar::before {
	content: "\F586" "\F586" "\F586" "\F586" "\F586";
	font-family: bootstrap-icons !important;
	color: #ffbf00;
}

.star-row span.star-count {
	margin-left: 1rem;
	flex: 0 0 20px;
	display: flex;
	justify-content: flex-end;
}

.star-row span.star::before {
	content: "\F586" "\F586" "\F586" "\F586" "\F586";
	font-family: bootstrap-icons !important;
	color: #4c4c4c;
	opacity: .3;
}

.star-row.starfive span.star span.star-starbar::before {
	content: "\F586" "\F586" "\F586" "\F586" "\F586";
	font-family: bootstrap-icons !important;

}

.star-row span.star span.star-starbar {
	position: absolute;
	left: 0;
	overflow: hidden;
}

.star-row.starfive span.star span.star-starbar {
	width: 100%;
}

.star-row.starfour span.star span.star-starbar {
	width: 80%;
}

.star-row.startree span.star span.star-starbar {
	width: 60%;
}

.star-row.startwo span.star span.star-starbar {
	width: 40%;
}

.star-row.starone span.star span.star-starbar {
	width: 20%;
}

.ratings-container .product-ratings::before, .product-details .product-ratings::before {
	content: "\F586" "\F586" "\F586" "\F586" "\F586";
	color: rgba(76, 76, 76, 0.3);
}

.ratings-container .product-ratings:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.ratings-container .ratings, .product-details .ratings {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}

.ratings-container .ratings::before, .product-details .ratings::before {
	content: "\F586" "\F586" "\F586" "\F586" "\F586";
	color: #ffc400;
}

.rating-info {
	display: block;
	padding-left: 1rem;
}

.rating-info span {
	display: inline-block;
}

.divide-line {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.divide-line > .col-1:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-1:nth-child(12n) {
	border-right: none;
}

.divide-line > .col-2:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-2:nth-child(6n) {
	border-right: none;
}

.divide-line > .col-3:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-3:nth-child(4n) {
	border-right: none;
}

.divide-line > .col-4:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-4:nth-child(3n) {
	border-right: none;
}

.divide-line > .col-5:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-5:nth-child(2n) {
	border-right: none;
}

.divide-line > .col-6:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-6:nth-child(2n) {
	border-right: none;
}

.divide-line > .col-7:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-7:nth-child(1n) {
	border-right: none;
}

.divide-line > .col-8:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-8:nth-child(1n) {
	border-right: none;
}

.divide-line > .col-9:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-9:nth-child(1n) {
	border-right: none;
}

.divide-line > .col-10:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-10:nth-child(1n) {
	border-right: none;
}

.divide-line > .col-11:nth-child(n) {
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.divide-line > .col-11:nth-child(1n) {
	border-right: none;
}

.divide-line:not(.up-effect) .product-default .btn-quickview {
	width: calc(100% - 30px);
	margin: 0 15px;
}

.divide-line:not(.up-effect) .product-default .product-details {
	padding: 0 1.5rem;
}

.divide-line.up-effect .product-default {
	padding: 5rem 0 0;
	margin: 0;
	transition: all .3s;
}

.divide-line.up-effect .product-default .product-action {
	transition: all .3s;
	opacity: 0;
}

.divide-line.up-effect .product-default:hover {
	padding: 1rem 0 4rem;
}

.divide-line.up-effect .product-default:hover .product-action {
	opacity: 1;
}

.divide-line .product-default {
	margin-bottom: 0;
}

.divide-line .product-default:hover {
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}

.divide-line .product-default:hover figure {
	box-shadow: none;
}

.inner-quickview figure {
	position: relative;
}

.inner-quickview figure .btn-quickview {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	font-family: var(--font-Inter), sans-serif;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	height: unset;
	padding: 1.4rem;
	background-color: #2f2d2d;
	color: white;
	transform: none;
	margin: 0;
	border: none;
	transition: all .3s ease-out;
}

.inner-quickview figure .btn-quickview:hover {
	opacity: 1;
}

.inner-quickview .product-details {
	align-items: unset;
}

.inner-quickview .product-title a {
	color: #212529;
}

.inner-quickview .product-title a:hover {
	color: #2f2d2d;
}

.inner-quickview .category-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inner-quickview .category-wrap .btn-icon-wish {
	font-size: 1.5rem;
	transform: none;
	opacity: 1;
	width: auto;
	height: auto;
	border: none;
	margin-right: -2px;
}

.inner-quickview:hover .btn-quickview {
	visibility: visible;
	opacity: 0.9;
}

.inner-icon figure {
	position: relative;
}

.inner-icon figure .btn-icon-group {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}

.inner-icon figure .btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border-color);
	border-radius: 50%;
	margin: 0 0 5px;
	width: 36px;
	height: 36px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	transform: none;
}

.inner-icon figure .btn-icon i {
	font-size: 1.6rem;
	margin-bottom: 0;
}

.inner-icon figure .btn-icon i::before {
	margin: 0;
}

.inner-icon figure .btn-icon i.icon-bag {
	font-size: 1.8rem;
}

.inner-icon figure .btn-icon:hover {
	background-color: #2f2d2d;
	border-color: #2f2d2d;
	color: white;
}

.inner-icon:hover .btn-icon {
	background-color: white;
	border-color: var(--border-color);
	color: #2f2d2d;
	visibility: visible;
	opacity: 1;
}

.left-details .product-details {
	align-items: unset;
}

.left-details .btn-icon-wish, .left-details .btn-quickview, .left-details .btn-add-cart {
	background-color: #f4f4f4;
	border-color: var(--border-color);
	color: #2f2d2d;
}

.left-details .btn-icon-wish:hover, .left-details .btn-quickview:hover, .left-details .btn-add-cart:hover {
	background-color: #2f2d2d;
	border-color: #2f2d2d;
	color: white;
}

.left-details .btn-icon-wish, .left-details .btn-quickview {
	transform: none;
}

.left-details .btn-add-cart {
	margin-left: 0;
	padding: 0 1.5rem;
}

.left-details .product-action {
	justify-content: unset;
}

.modal#addCartModal {
	width: 340px;
	top: calc((100% - 320px) / 2);
	left: calc((100% - 320px) / 2);
	padding: 10px !important;
	overflow: hidden;
}

.modal#addCartModal .modal-dialog {
	margin: 0;
}

.modal#addCartModal .modal-content {
	margin: 0;
	border: none;
	box-shadow: none;
}

.add-cart-box {
	padding: 19px 10px 20px !important;
	border-top: 4px solid #000;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.add-cart-box h4 {
	font-weight: 500;
	color: #2f2d2d;
	margin-bottom: 1.8rem;
}

.add-cart-box img {
	margin: 0 auto 10px;
	width: 120px;
}

.add-cart-box .btn-actions {
	display: flex;
	justify-content: space-around;
}

.add-cart-box .btn-actions .btn-primary {
	width: 140px;
	padding: 8px 0;
	font: 500 16px var(--font-Inter), sans-serif;
	border: none;
	cursor: pointer;
}

.add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.hidden-description {
	position: relative;
}

.hidden-description:hover figure {
	box-shadow: none;
}

.hidden-description:hover .btn-add-cart {
	background-color: #f4f4f4;
}

.hidden-description:hover .product-details {
	opacity: 1;
	transform: translateY(0);
}

.hidden-description figure {
	margin-bottom: 0;
}

.hidden-description figure .btn-icon-group {
	top: 1rem;
	right: 1rem;
}

.hidden-description .product-details {
	position: absolute;
	width: 100%;
	bottom: 46px;
	padding: 15px 20px 0;
	background-color: white;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	opacity: 0;
	transform: translateY(5px);
	transition: all .3s ease;
}

.hidden-description .product-action {
	position: absolute;
	left: 0;
	bottom: -46px;
	width: 100%;
}

.hidden-description .btn-quickview {
	transform: none;
	opacity: .85;
	background-color: #2f2d2d;
	color: white;
	width: 50%;
	margin: 0;
	border: none;
	height: 45px;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	font-family: var(--font-Inter), sans-serif;
	text-transform: uppercase;
}

.hidden-description .btn-quickview:hover {
	opacity: 1;
	color: white;
}

.hidden-description .btn-add-cart {
	z-index: 3;
	justify-content: center;
	margin: 0;
	width: 50%;
	height: 45px;
	border: none;
	background: #f4f4f4;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	font-family: var(--font-Inter), sans-serif;
	text-transform: uppercase;
}

.hidden-description .btn-add-cart:hover {
	background-color: #2f2d2d;
	color: white;
}

.full-width {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.full-width [class*='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.product-select-group {
	display: flex;
}

.product-select {
	margin: 0 4px 0 0;
	cursor: pointer;
}

.product-select.type-image {
	width: 32px;
	height: 32px;
	background-size: contain;
	border: 1px solid var(--border-color);
}

.product-select.type-image.checked, .product-select.type-image.hover {
	border: 1px solid #000;
}

.product-select.type-check {
	margin: 5px;
	overflow: unset;
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.product-select.type-check::after {
	content: '';
	background-color: transparent;
	border: 1px solid black;
	position: absolute;
	left: -3px;
	top: -3px;
	border-radius: 50%;
	width: 18px;
	display: block;
	height: 18px;
}

.product-select.type-check.checked::before {
	font-size: 8px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	height: 12px;
	line-height: 12px;
	margin-top: -6px;
	text-align: center;
}

.no-gaps {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}

.no-gaps [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.no-gaps .product-details {
	padding: 0 1rem;
}

.no-gaps .product-default {
	margin-bottom: 0;
}

.no-gaps .product-default:nth-child(even) figure > a:first-child::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 37, 41, 0.01);
}

.inner-icon-inline figure .btn-icon-group {
	display: flex;
	flex-direction: row;
}

.inner-icon-inline figure .btn-icon {
	margin-left: 5px;
}

.overlay figure {
	margin: 0;
}

.overlay figure > a:first-child::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 23, 0);
	transition: all .25s;
}

.overlay figure .btn-quickview, .overlay figure .btn-icon-group {
	z-index: 1;
}

.overlay figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: 0;
}

.overlay .product-details {
	align-items: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: scale(0.8);
	transition: all .4s;
}

.overlay .product-details .product-category, .overlay .product-details .product-title a, .overlay .product-details .product-price {
	color: white;
}

.overlay .product-details a:hover {
	color: #2f2d2d;
}

.overlay .product-details .ratings-container .product-ratings::before {
	color: rgba(255, 255, 255, 0.6);
}

.overlay .product-details .price-box {
	margin-bottom: 0;
}

.overlay:hover figure, .overlay:nth-child(even):hover figure {
	box-shadow: none;
}

.overlay:hover figure > a:first-child::after, .overlay:nth-child(even):hover figure > a:first-child::after {
	background-color: rgba(27, 27, 23, 0.6);
}

.overlay:hover figure .btn-quickview, .overlay:hover figure .btn-icon, .overlay:nth-child(even):hover figure .btn-quickview, .overlay:nth-child(even):hover figure .btn-icon {
	opacity: 0.85;
	visibility: visible;
}

.overlay:hover figure .btn-quickview:hover, .overlay:hover figure .btn-icon:hover, .overlay:nth-child(even):hover figure .btn-quickview:hover, .overlay:nth-child(even):hover figure .btn-icon:hover {
	opacity: 1;
}

.overlay:hover figure .btn-icon, .overlay:nth-child(even):hover figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: 0.85;
}

.overlay:hover .product-details, .overlay:nth-child(even):hover .product-details {
	opacity: 1;
	transform: scale(1);
}

.overlay-dark figure {
	margin: 0;
}

.overlay-dark figure > a:first-child::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 23, 0.3);
	transition: all .25s;
}

.overlay-dark figure .btn-quickview, .overlay-dark figure .btn-icon-group {
	z-index: 1;
}

.overlay-dark figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: 0;
	margin-left: 8px;
}

.overlay-dark figure .btn-quickview {
	border: 2px solid white;
	background-color: #4d4d4a;
	border-radius: 2rem;
	padding: 1rem 2.3rem;
	width: auto;
	height: auto;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	opacity: 0;
	transition: all .1s;
}

.overlay-dark .product-details {
	position: absolute;
	width: 100%;
	left: 2rem;
	bottom: 4rem;
	opacity: 0;
	transform: translateY(10px);
	transition: all .4s;
}

.overlay-dark .product-details .product-category, .overlay-dark .product-details .product-title a, .overlay-dark .product-details .product-price {
	color: white;
}

.overlay-dark .product-details a:hover {
	color: #2f2d2d;
}

.overlay-dark .product-details .ratings-container .product-ratings::before {
	color: rgba(255, 255, 255, 0.6);
}

.overlay-dark .product-details .price-box {
	margin-bottom: 0;
}

.overlay-dark:hover figure, .overlay-dark:nth-child(even):hover figure {
	box-shadow: none;
}

.overlay-dark:hover figure > a:first-child::after, .overlay-dark:nth-child(even):hover figure > a:first-child::after {
	background-color: rgba(27, 27, 23, 0.7);
}

.overlay-dark:hover figure .btn-quickview, .overlay-dark:hover figure .btn-icon, .overlay-dark:nth-child(even):hover figure .btn-quickview, .overlay-dark:nth-child(even):hover figure .btn-icon {
	opacity: 0.85;
}

.overlay-dark:hover figure .btn-quickview:hover, .overlay-dark:hover figure .btn-icon:hover, .overlay-dark:nth-child(even):hover figure .btn-quickview:hover, .overlay-dark:nth-child(even):hover figure .btn-icon:hover {
	background-color: #4d4d4a;
	opacity: 1;
}

.overlay-dark:hover figure .btn-icon, .overlay-dark:nth-child(even):hover figure .btn-icon {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	background-color: #4d4d4a;
	opacity: 0.85;
}

.overlay-dark:hover .product-details, .overlay-dark:nth-child(even):hover .product-details {
	opacity: 1;
	transform: translateY(0);
}

.creative-grid > div:not(:last-child) .product-default {
	height: 600px;
}

.creative-grid > div:last-child .product-default {
	height: 300px;
}

.creative-grid .product-default {
	padding-bottom: 2rem;
	margin-bottom: 0;
	position: relative;
}

.creative-grid .product-default figure {
	height: 100%;
}

.creative-grid .product-default figure img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	transition: opacity .3s linear;
}

.creative-grid .product-default figure img:last-child {
	opacity: 0;
}

.creative-grid .product-default figure img:first-child {
	opacity: 1;
}

.creative-grid .product-default:hover figure img:first-child {
	opacity: 0;
}

.creative-grid .product-default:hover figure img:last-child {
	opacity: 1;
}

.inner-btn figure .btn-icon-group {
	top: unset;
	left: unset;
	right: 1.5rem;
	bottom: 1.5rem;
}

.inner-btn figure .btn-icon {
	position: relative;
	margin-bottom: 0;
}

.inner-btn figure .btn-quickview {
	background-color: white;
}

.inner-btn figure .btn-quickview i {
	font-size: 1.4rem;
}

.quantity-input .product-details {
	align-items: center;
}

.quantity-input .btn-add-cart {
	margin: 0 0 0 4px;
	margin-bottom: 1rem;
}

.quantity-input .btn-add-cart:hover {
	background-color: #2f2d2d;
	border-color: #2f2d2d;
	color: white;
}

.product-single-qty {
	max-width: 90px;
	max-height: 36px;
	margin-bottom: 1rem;
}

.product-single-qty .bootstrap-touchspin.input-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 100%;
	max-height: 36px;
	padding-right: 0;
}

.product-single-qty .bootstrap-touchspin .form-control {
	max-width: none;
	height: 36px;
	padding: 1rem .2rem;
	color: #2f2d2d;
	font-size: 1.5rem;
	letter-spacing: .05em;
	box-shadow: none;
	pointer-events: none;
}

.product-single-qty .bootstrap-touchspin .form-control, .product-single-qty .bootstrap-touchspin .form-control:not(:focus), .product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
	border-color: #dae2e6;
}

.product-single-qty .btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 28px;
	margin: 0;
	padding: .5rem;
	font-family: var(--font-Inter), sans-serif;
	font-size: 2.4rem;
	line-height: 1;
	z-index: 2;
}

.product-single-qty .btn.btn-outline {
	border-color: #dae2e6;
	color: #8798a1;
}

.product-single-qty .btn.btn-up-icon::before {
	transform: rotate(90deg);
}

.product-list {
	display: flex;
}

.product-list .product-list-title a {
	text-align: left;
}

.product-list figure {
	max-width: 270px;
	margin-right: 20px;
	margin-bottom: 0;
}

.product-list .price-box p, .product-list .price-box span {
	text-align: left;
	padding: 0;
}

.product-list figure img {
	object-fit: cover;
	height: 100%;
}

.product-list .product-details {
	max-width: calc(100% - 270px);
}

.product-list .product-title {
	font: 700 1.8rem var(--font-Inter), sans-serif;
}

.product-list .product-description {
	font: 400 1.4rem var(--font-Inter), sans-serif;
	line-height: 24px;
	margin-bottom: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-list .btn-add-cart {
	background-color: #2f2d2d;
	border-color: #2f2d2d;
	color: white;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 1rem;
}

.product-list .btn-icon-wish, .product-list .btn-quickview {
	opacity: 1;
	background-color: white;
	color: #333;
	border-color: var(--border-color);
	margin-right: 5px;
	margin-bottom: 5px;
}

.product-list:hover figure {
	box-shadow: none;
}

.product-widget {
	display: flex;
	margin-bottom: 15px;
}

.product-widget figure {
	max-width: 84px;
	margin-right: 20px;
	margin-bottom: 0;
}

.product-widget figure img {
	object-fit: cover;
	height: 100%;
}

.product-widget .ratings-container {
	margin-bottom: 5px;
}

.product-widget .product-details {
	max-width: calc(100% - 104px);
}

.product-widget .product-title {
	font-size: 1.4rem;
}

.product-widget .price-box {
	margin-bottom: 0;
}

.product-widget .product-price {
	font-size: 1.5rem;
}

.product-widget .old-price {
	font-size: 1.2rem;
}

.product-widget:hover figure {
	box-shadow: none;
}

.modal-backdrop.show {
	opacity: 0.7;
	z-index: 1000;
}

.modal-backdrop.fade {
	transition: opacity .3s linear;
}

.product-quick-view {
	background-color: #fff;
	padding: 2rem;
}

.product-quick-view .product-single-details .product-action {
	margin-bottom: 2.1rem;
}

.product-quick-view .product-single-filter {
	padding-bottom: 2.2rem;
}

.config-swatch-list {
	margin: 1.5rem 0 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}

.config-swatch-list li {
	margin-right: .4rem;
	margin-bottom: .3rem;
}

.config-swatch-list li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 2.2rem;
	height: 2.2rem;
	color: #2f2d2d;
}

.config-swatch-list li a span:last-child {
	padding-top: .3rem;
	color: #7a7d82;
	font-size: 1.2rem;
}

.config-swatch-list li .color-panel {
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	border: 1px solid #fff;
	transition: all .3s;
	margin-right: 1.5rem;
}

.config-swatch-list li:hover span:last-child {
	text-decoration: underline;
}

.config-swatch-list li.active a::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-family: 'porto';
	font-size: 1.1rem;
	line-height: 1;
	content: '\e84e';
}

.config-swatch-list a:hover .color-panel, .config-swatch-list a:focus .color-panel, .config-swatch-list li.active .color-panel {
	box-shadow: 0 0 0 .1rem #dfdfdf;
}

@media (max-width: 767px) {
	.creative-grid > div:not(:last-child) .product-default {
		height: 400px;
	}

	.creative-grid > div:last-child .product-default {
		height: 200px;
	}
}

@media (min-width: 481px) {
	.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.col-xs-6 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (max-width: 575px) {
	.product-list {
		flex-direction: column;
	}

	.product-list figure {
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.product-list .product-details {
		max-width: none;
	}

	.product-action .btn-add-cart {
		display: block;
		padding: 0 8px;
		width: 36px;
		height: 36px;
		overflow: hidden;
	}
}

@media (max-width: 1200px) {
	.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: 10px;
	}

	.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
		right: 10px;
	}
}

@media (max-width: 1159px) {
	.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -30px;
	}

	.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -30px;
	}
}

@media (max-width: 1000px) {
	.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: 10px;
	}

	.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
		right: 10px;
	}
}

@media (min-width: 576px) {
	.divide-line > .col-sm-1:nth-child(n) {
		border-right: var(--border-color);
		border-bottom: var(--border-color);
	}

	.divide-line > .col-sm-1:nth-child(12n) {
		border-right: none;
	}

	.divide-line > .col-sm-2:nth-child(n) {
		border-right: var(--border-color);
		border-bottom: var(--border-color);
	}

	.divide-line > .col-sm-2:nth-child(6n) {
		border-right: none;
	}

	.divide-line > .col-sm-3:nth-child(n) {
		border-right: var(--border-color);
		border-bottom: var(--border-color);
	}

	.divide-line > .col-sm-3:nth-child(4n) {
		border-right: none;
	}

	.divide-line > .col-sm-4:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-sm-4:nth-child(3n) {
		border-right: none;
	}

	.divide-line > .col-sm-5:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-sm-5:nth-child(2n) {
		border-right: none;
	}

	.divide-line > .col-sm-6:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-sm-6:nth-child(2n) {
		border-right: none;
	}

	.divide-line > .col-sm-7:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-sm-7:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-sm-8:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-sm-8:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-sm-9:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-sm-9:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-sm-10:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-sm-10:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-sm-11:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-sm-11:nth-child(1n) {
		border-right: none;
	}
}

@media (min-width: 768px) {
	.divide-line > .col-md-1:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-1:nth-child(12n) {
		border-right: none;
	}

	.divide-line > .col-md-2:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-2:nth-child(6n) {
		border-right: none;
	}

	.divide-line > .col-md-3:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-3:nth-child(4n) {
		border-right: none;
	}

	.divide-line > .col-md-4:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-4:nth-child(3n) {
		border-right: none;
	}

	.divide-line > .col-md-5:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-5:nth-child(2n) {
		border-right: none;
	}

	.divide-line > .col-md-6:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-6:nth-child(2n) {
		border-right: none;
	}

	.divide-line > .col-md-7:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-7:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-md-8:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-8:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-md-9:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-9:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-md-10:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-10:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-md-11:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-md-11:nth-child(1n) {
		border-right: none;
	}
}

@media (min-width: 992px) {
	.divide-line > .col-lg-1:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-1:nth-child(12n) {
		border-right: none;
	}

	.divide-line > .col-lg-2:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-2:nth-child(6n) {
		border-right: none;
	}

	.divide-line > .col-lg-3:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-3:nth-child(4n) {
		border-right: none;
	}

	.divide-line > .col-lg-4:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-4:nth-child(3n) {
		border-right: none;
	}

	.divide-line > .col-lg-5:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-5:nth-child(2n) {
		border-right: none;
	}

	.divide-line > .col-lg-6:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-6:nth-child(2n) {
		border-right: none;
	}

	.divide-line > .col-lg-7:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-7:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-lg-8:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-8:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-lg-9:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-9:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-lg-10:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-10:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-lg-11:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-lg-11:nth-child(1n) {
		border-right: none;
	}
}

@media (min-width: 1200px) {
	.divide-line > .col-xl-1:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-1:nth-child(12n) {
		border-right: none;
	}

	.divide-line > .col-xl-2:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-2:nth-child(6n) {
		border-right: none;
	}

	.divide-line > .col-xl-3:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-3:nth-child(4n) {
		border-right: none;
	}

	.divide-line > .col-xl-4:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-4:nth-child(3n) {
		border-right: none;
	}

	.divide-line > .col-xl-5:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-5:nth-child(2n) {
		border-right: none;
	}

	.divide-line > .col-xl-6:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-6:nth-child(2n) {
		border-right: none;
	}

	.divide-line > .col-xl-7:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-7:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-xl-8:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-8:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-xl-9:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-9:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-xl-10:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-10:nth-child(1n) {
		border-right: none;
	}

	.divide-line > .col-xl-11:nth-child(n) {
		border-right: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.divide-line > .col-xl-11:nth-child(1n) {
		border-right: none;
	}
}

.banners-group {
	margin-bottom: 3rem;
}

.banner {
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
	background-color: #ccc;
}

#banner a {
	display: block;

}

#banner a img {
	width: 100%;
}

.banner > a {
	display: block;
}

.banner img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.banner .banner-content {
	display: inline-block;
}

.banner.banner-cat {
	display: flex;
	align-items: center; /* height: 300px; */
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 3rem; /* padding: 8.1% 0%; */
}

.banner .banner-title {
	color: #010204;
	font: 800 3.5rem/1.1 var(--font-Inter), sans-serif;
	margin-bottom: 2rem;
	letter-spacing: -.025rem;
	text-transform: uppercase;
}

.banner .banner-subtitle {
	color: #010204;
	font: 700 1.8rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: .2rem;
}

.banner .banner-subtitle span {
	font-size: 2.8rem;
	font-family: var(--font-Inter), sans-serif;
}

.banner .btn {
	min-width: 100px;
	padding: 1.1rem 1rem;
	border-radius: .2rem;
}

.banner-image > a {
	position: relative;
}

.banner-image > a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.banner-image > a:hover::after, .banner-image > a:focus::after {
	opacity: 1;
	visibility: visible;
}

.breadcrumb-nav {
	margin-bottom: 0;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 1.15rem 0 .95rem;
	/* border-bottom: 1px solid #e1e1e1; */
}

.breadcrumb-item {
	position: relative;
	text-transform: capitalize;
	font: 400 1.3rem/1.4 var(--font-Inter), sans-serif;
	letter-spacing: .05rem;
	clip-path: polygon(0% 0%,calc(100% - 10px) 0%,100% 50%,calc(100% - 10px) 100%,0% 100%, 10px 50%);
	padding: 0.5rem 2rem;
	background: var(--border-color);
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.breadcrumb-item:hover a {
	color: white !important;
}
.breadcrumb-item:hover::after {
	background: black !important;
}
.breadcrumb-item:first-child::after {
	content: "";
	position: absolute;
	width: calc(100% - 3px);
	height: 100%;
	background: #fcfcfc;
	left: 2px;
	clip-path: polygon(0% 0%,calc(100% - 10px) 0%,100% 50%,calc(100% - 10px) 100%,0% 100%, 10px 50%);
	top: 0px;
	z-index: -1;
}
.breadcrumb-item::after {
	content: "";
	position: absolute;
	width: calc(100% - 1px);
	height: 100%;
	background: #fcfcfc;
	left: 0px;
	clip-path: polygon(0% 0%,calc(100% - 10px) 0%,100% 50%,calc(100% - 10px) 100%,0% 100%, 10px 50%);
	top: 0px;
	z-index: -1;
}
.breadcrumb-item:last-child::after {

	opacity: .6;

}
.breadcrumb-item i {
	font-size: 1.3rem;
	vertical-align: top;
	margin-top: -.2rem;
}

.breadcrumb-item i::before {
	margin: 0;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 2rem;
	margin-left: -10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "";
	/* content: '\e81a'; */
	/* font-family: 'porto'; */
	/* padding-right: 1.3rem; */
	/* font-size: 1.3rem; */
	/* vertical-align: middle; */
	/* color: #4f4f4f; */
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #2f2d2d;
	display: inline-block;
	z-index: 1;
}

.page-header {
	padding: 4rem 0;
}

.page-header h1 span {
	display: block;
	margin-bottom: .4rem;
	font-family: var(--font-Inter), sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.page-header .btn {
	min-width: 100px;
	padding: .85rem 2rem;
	border-radius: .2rem;
	font-size: 1.4rem;
}

.page-header h1, .page-title {
	color: #292525;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.page-header {
		padding-left: 40px;
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.page-header h1 span {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 992px) {
	.page-header {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.page-header h1 span {
		font-size: 1.8rem;
	}
}

@font-face {
	font-family: 'porto';
	src: url("../fonts/porto.eot?64334846");
	src: url("../fonts/porto.eot?64334846#iefix") format("embedded-opentype"), url("../fonts/porto.woff2?64334846") format("woff2"), url("../fonts/porto.woff?64334846") format("woff"), url("../fonts/porto.ttf?64334846") format("truetype"), url("../fonts/porto.svg?64334846#porto") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']::before, [class*=' icon-']::before {
	display: inline-block;
	width: 1em;
	margin-right: .2em;
	margin-left: .2em;
	font-family: 'porto';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

.icon-cancel::before {
	content: '\e800';
}

.icon-spin2::before {
	content: '\e801';
}

.icon-spin3::before {
	content: '\e802';
}

.icon-spin4::before {
	content: '\e803';
}

.icon-spin5::before {
	content: '\e804';
}

.icon-spin6::before {
	content: '\e805';
}

.icon-firefox::before {
	content: '\e806';
}

.icon-chrome::before {
	content: '\e807';
}

.icon-opera::before {
	content: '\e808';
}

.icon-ie::before {
	content: '\e809';
}

.icon-phone::before {
	content: '\e80a';
}

.icon-down-dir::before {
	content: '\e80b';
}

.icon-cart::before {
	content: '\e80c';
}

.icon-up-dir::before {
	content: '\e80d';
}

.icon-mode-grid::before {
	content: '\e80e';
}

.icon-mode-list::before {
	content: '\e80f';
}

.icon-compare::before {
	content: '\e810';
}

.icon-wishlist::before {
	content: '\e811';
}

.icon-search::before {
	content: '\e812';
}

.icon-left-dir::before {
	content: '\e813';
}

.icon-right-dir::before {
	content: '\e814';
}

.icon-down-open::before {
	content: '\e815';
}

.icon-left-open::before {
	content: '\e816';
}

.icon-right-open::before {
	content: '\e817';
}

.icon-up-open::before {
	content: '\e818';
}

.icon-angle-left::before {
	content: '\e819';
}

.icon-angle-right::before {
	content: '\e81a';
}

.icon-angle-up::before {
	content: '\e81b';
}

.icon-angle-down::before {
	content: '\e81c';
}

.icon-down::before {
	content: '\e81d';
}

.icon-left::before {
	content: '\e81e';
}

.icon-right::before {
	content: '\e81f';
}

.icon-up::before {
	content: '\e820';
}

.icon-angle-double-left::before {
	content: '\e821';
}

.icon-angle-double-right::before {
	content: '\e822';
}

.icon-angle-double-up::before {
	content: '\e823';
}

.icon-angle-double-down::before {
	content: '\e824';
}

.icon-mail::before {
	content: '\e825';
}

.icon-location::before {
	content: '\e826';
}

.icon-skype::before {
	content: '\e827';
}

.icon-right-open-big::before {
	content: '\e828';
}

.icon-left-open-big::before {
	content: '\e829';
}

.icon-down-open-big::before {
	content: '\e82a';
}

.icon-up-open-big::before {
	content: '\e82b';
}

.icon-retweet::before {
	content: '\e82c';
}

.icon-user::before {
	content: '\e82d';
}

.icon-mail-alt::before {
	content: '\e82e';
}

.icon-fax::before {
	content: '\e82f';
}

.icon-lock::before {
	content: '\e830';
}

.icon-company::before {
	content: '\e831';
}

.icon-city::before {
	content: '\e832';
}

.icon-post::before {
	content: '\e833';
}

.icon-country::before {
	content: '\e834';
}

.icon-calendar::before {
	content: '\e835';
}

.icon-doc::before {
	content: '\e836';
}

.icon-mobile::before {
	content: '\e837';
}

.icon-clock::before {
	content: '\e838';
}

.icon-chat::before {
	content: '\e839';
}

.icon-tag::before {
	content: '\e83a';
}

.icon-folder::before {
	content: '\e83b';
}

.icon-folder-open::before {
	content: '\e83c';
}

.icon-forward::before {
	content: '\e83d';
}

.icon-reply::before {
	content: '\e83e';
}

.icon-cog::before {
	content: '\e83f';
}

.icon-cog-alt::before {
	content: '\e840';
}

.icon-wrench::before {
	content: '\e841';
}

.icon-quote-left::before {
	content: '\e842';
}

.icon-quote-right::before {
	content: '\e843';
}

.icon-gift::before {
	content: '\e844';
}

.icon-dollar::before {
	content: '\e845';
}

.icon-euro::before {
	content: '\e846';
}

.icon-pound::before {
	content: '\e847';
}

.icon-rupee::before {
	content: '\e848';
}

.icon-yen::before {
	content: '\e849';
}

.icon-rouble::before {
	content: '\e84a';
}

.icon-try::before {
	content: '\e84b';
}

.icon-won::before {
	content: '\e84c';
}

.icon-bitcoin::before {
	content: '\e84d';
}

.icon-ok::before {
	content: '\e84e';
}

.icon-chevron-left::before {
	content: '\e84f';
}

.icon-chevron-right::before {
	content: '\e850';
}

.icon-export::before {
	content: '\e851';
}

.icon-star::before {
	content: '\F586';
}

.icon-star-empty::before {
	content: '\e853';
}

.icon-plus-squared::before {
	content: '\e854';
}

.icon-minus-squared::before {
	content: '\e855';
}

.icon-plus-squared-alt::before {
	content: '\e856';
}

.icon-minus-squared-alt::before {
	content: '\e857';
}

.icon-truck::before {
	content: '\e858';
}

.icon-lifebuoy::before {
	content: '\e859';
}

.icon-pencil::before {
	content: '\e85a';
}

.icon-users::before {
	content: '\e85b';
}

.icon-video::before {
	content: '\e85c';
}

.icon-menu::before {
	content: '\e85d';
}

.icon-desktop::before {
	content: '\e85e';
}

.icon-doc-inv::before {
	content: '\e85f';
}

.icon-circle::before {
	content: '\e860';
}

.icon-circle-empty::before {
	content: '\e861';
}

.icon-circle-thin::before {
	content: '\e862';
}

.icon-mini-cart::before {
	content: '\e863';
}

.icon-paper-plane::before {
	content: '\e864';
}

.icon-attention-alt::before {
	content: '\e865';
}

.icon-info::before {
	content: '\e866';
}

.icon-compare-link::before {
	content: '\e867';
}

.icon-cat-default::before {
	content: '\e868';
}

.icon-cat-computer::before {
	content: '\e869';
}

.icon-cat-couch::before {
	content: '\e86a';
}

.icon-cat-garden::before {
	content: '\e86b';
}

.icon-cat-gift::before {
	content: '\e86c';
}

.icon-cat-shirt::before {
	content: '\e86d';
}

.icon-cat-sport::before {
	content: '\e86e';
}

.icon-cat-toys::before {
	content: '\e86f';
}

.icon-tag-line::before {
	content: '\e870';
}

.icon-bag::before {
	content: '\f290';
}

.icon-search-1::before {
	content: '\e872';
}

.icon-plus::before {
	content: '\e873';
}

.icon-minus::before {
	content: '\e874';
}

.icon-search-2::before {
	content: '\e875';
}

.icon-bag-1::before {
	content: '\e876';
}

.icon-online-support::before {
	content: '\e877';
}

.icon-shopping-bag::before {
	content: '\e878';
}

.icon-us-dollar::before {
	content: '\e879';
}

.icon-shipped::before {
	content: '\e87a';
}

.icon-list::before {
	content: '\e87b';
}

.icon-money::before {
	content: '\e87c';
}

.icon-shipping::before {
	content: '\e87d';
}

.icon-support::before {
	content: '\e87e';
}

.icon-bag-2::before {
	content: '\f290';
}

.icon-grid::before {
	content: '\e880';
}

.icon-bag-3::before {
	content: '\e881';
}

.icon-direction::before {
	content: '\e882';
}

.icon-home::before {
	content: '\e883';
}

.icon-magnifier::before {
	content: '\e884';
}

.icon-magnifier-add::before {
	content: '\e885';
}

.icon-magnifier-remove::before {
	content: '\e886';
}

.icon-phone-1::before {
	content: '\e887';
}

.icon-clock-1::before {
	content: '\e888';
}

.icon-heart::before {
	content: '\e889';
}

.icon-heart-1::before {
	content: '\e88a';
}

.icon-earphones-alt::before {
	content: '\e88b';
}

.icon-credit-card::before {
	content: '\e88c';
}

.icon-action-undo::before {
	content: '\e88d';
}

.icon-envolope::before {
	content: '\e88e';
}

.icon-chart::before {
	content: '\e88f';
}

.icon-down-1::before {
	content: '\e890';
}

.icon-up-1::before {
	content: '\e891';
}

.icon-eye::before {
	content: '\e892';
}

.icon-spin1::before {
	content: '\e893';
}

.icon-twitter::before {
	content: '\f099';
}

.icon-facebook::before {
	content: '\f09a';
}

.icon-gplus::before {
	content: '\f0d5';
}

.icon-linkedin::before {
	content: '\f0e1';
}

.icon-spinner::before {
	content: '\f110';
}

.icon-instagram::before {
	content: '\f16d';
}

.icon-sliders::before {
	content: '\f1de';
}

.icon-question-circle-o::before {
	content: '\f29c';
}

.icon-check-empty::before {
	content: '\f87a';
}

.icon-check::before {
	content: '\f87b';
}

.icon-docs-inv::before {
	content: '\e895';
}

.icon-briefcase::before {
	content: '\e896';
}

.icon-user-2::before {
	content: '\e91a';
}

.icon-search-3::before {
	content: '\e918';
}

.icon-wishlist-2::before {
	content: '\e91b';
}

.icon-secure-payment::before {
	content: '\e919';
}

.icon-smiling-girl::before {
	content: '\e91f';
}

.icon-boy-broad-smile::before {
	content: '\e921';
}

.icon-smiling-baby::before {
	content: '\e922';
}

.icon-tshirt::before {
	content: '\e920';
}

.icon-chef::before {
	content: '\e91e';
}

.icon-edit::before {
	content: '\e91d';
}

.icon-gift-2::before {
	content: '\e91c';
}

.icon-category-saddle::before {
	content: '\e916';
}

.icon-category-pedals::before {
	content: '\e915';
}

.icon-category-frames::before {
	content: '\e914';
}

.icon-category-chains::before {
	content: '\e913';
}

.icon-category-tools::before {
	content: '\e917';
}

form {
	margin-bottom: 3.5rem;
}

form h2 {
	margin-top: 3.4rem;
	margin-bottom: 2.3rem;
}

.form-group {
	margin-bottom: 1.4rem;
}

.form-group .form-control, .form-group .select-custom {
	margin-bottom: 0;
}

.form-group .form-control + .form-control {
	margin-top: 1rem;
}

.form-group .form-control + .form-control.nice-select {
	margin-top: 0;
}

.form-group-sm {
	max-width: 480px;
	margin-bottom: .9rem;
}

.form-control {
	/* background-color: #f4f4f4; */
	border: 1px solid var(--border-color);
	border-radius: 5px;
	color: #555;
	font-size: 1.4rem;
	font-weight: 400;
	height: 4rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	max-width: 480px;
	padding: 1.25rem 1.5rem;
	transition: all .3s;
	appearance: auto;
	/* border-color: #d5d5d5; */
}
.country-select-button ~ .form-control {
	max-width: 380px;
}
.nice-select .nice-select-search-box {
	-webkit-transform: unset;
	transform: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.nice-select.form-control {
	float: none;
	width: 100%;
	border-radius: 5px;
	padding: 10px 30px 10px 18px;
	border: 0;
	box-shadow: 0 0 0 1px var(--border-color);
}

.nice-select.open.form-control {
	width: 100%;
	border-radius: 8px 8px 0 0;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
	border-color: white !important;
	box-shadow: 0 0 0 0 #e1e1e1;
	z-index: 10;
}

.nice-select.form-control .list {
	width: 100%;
	margin-top: 47px;
	max-height: 240px;
	overflow: auto;
	scrollbar-width: thin;
	padding-top: 0;
	box-shadow: unset;
}

.nice-select.open.form-control .list {
	border-radius: 0 0 5px 5px;
	/* box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px #cbcbcb; */
}

.nice-select.form-control .list .option {

	transition: all ease-in-out .2s;
}

.nice-select.open .nice-select-search-box {
	margin-top: 0px;
	z-index: 10;
	opacity: 1;
	-webkit-transform: unset;
	transform: unset;
	pointer-events: auto;
	box-shadow: unset;
	border-radius: 0;
	border: 0;
}

.nice-select.open.form-control .list .option {
	margin-top: 0%;
}

.nice-select.not-search .nice-select-search-box {
	display: none;
}

.nice-select.not-search .list {
	margin-top: 0;
}

.form-control:focus {
	background-color: #fff;
	border-color: #cbcbcb;
	color: #555;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.form-control-sm {
	height: 4.5rem;
	padding: 1.2rem 1.5rem;
	font-size: 1.3rem;
}

select.form-control:not([size]):not([multiple]) {
	height: 43px;
	line-height: 12px;
}

select.form-control-sm:not([size]):not([multiple]) {
	height: 4.5rem;
}

.main .form-control::-webkit-input-placeholder {
	color: #555;
}

.main .form-control::-moz-placeholder {
	color: #555;
}

.main .form-control:-ms-input-placeholder {
	color: #555;
}

.main .form-control::-ms-input-placeholder {
	color: #555;
}

.main .form-control::placeholder {
	color: #555;
	opacity: 0.4;
}

textarea.form-control {
	max-width: 680px;
	min-height: 176px;
}

.form-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 3.5rem;
	font-size: 1.4rem;
	vertical-align: middle;
}

.form-footer .form-footer-right {
	margin-right: 0;
	margin-left: auto;
}

.form-footer .form-footer-right .btn {
	margin: 0;
}

.form-footer .btn {
	margin-right: 3rem;
}

.forget-pass {
	line-height: 1.3;
}

label {
	margin: 0 0 0.6rem 0.6rem;
	color: #484848;
	font-size: 1.3rem;
	font-weight: 400;
}

.dashboard-content label {

	color: #787373;
}

.required-field > label::after {
	margin: 0 0 0 .45rem;
	color: #e02b27;
	font-size: 1.2rem;
	content: '*';
}

.required {
	color: #e02b27;
	font-size: 1.2rem;
}

.required + .form-footer {
	margin-top: .8rem;
}

.select-custom {
	position: relative;
	margin-bottom: 1rem;
}

.select-custom select {
	-webkit-appearance: none;
	appearance: none;
}

.select-custom::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.9rem;
	-webkit-transform: translateY(-51%);
	transform: translateY(-51%);
	color: #34373f;
	font-family: 'porto';
	font-size: 1.5rem;
	content: '\e81c';
}

.select-custom .form-control, .select-custom .form-control-sm {
	padding-right: 4rem;
}

.form-group-custom-control {
	margin-top: 2rem;
}

.form-group-custom-control .custom-control {
	margin-top: 0;
	margin-bottom: 2rem;
}

.form-group-custom-control + .form-group-custom-control {
	margin-top: -.5rem;
}

.form-group-custom-control .custom-control-label {
	font-family: var(--font-Inter), sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: initial;
}

.custom-control {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 3rem;

}

.custom-control-label {
	position: static;
	margin-top: .1rem;
	margin-bottom: 0;
	font-size: 1.4rem;
}

.custom-control-label::before, .custom-control-label::after {
	height: 2rem;
	left: 0;
	top: .3rem;
	width: 2rem;
}

.custom-control-label::before {
	background-color: #fff;
	border: 1px solid var(--border-color);
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #333;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #2f2d2d;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 0, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 0, 0, 0.5);
}

.form-input {
	padding: 1rem 1.2rem;
	border: 1px solid var(--border-color);
	border-radius: 2px;
}

.form-wide {
	width: 100%;
}

@media screen and (min-width: 768px) {
	form, .form-footer {
		margin-bottom: 4rem;
	}

	form h2 {
		margin-top: 4.4rem;
	}
}

@media screen and (min-width: 992px) {
	form, .form-footer {
		margin-bottom: 5rem;
	}
}

.btn {
	padding: 0.870rem 2rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: var(--font-Inter), sans-serif;
	letter-spacing: .1rem;
	text-transform: uppercase;
	border-width: 1px;
	min-width: 124px;
	transition: all .3s;
}

.btn-sm {
	font-size: 1.3rem;
	letter-spacing: 1px;
	min-width: 90px;
}

.btn-link {
	padding-top: 0;
	padding-bottom: 0;
	color: #333;
	text-transform: initial;
	letter-spacing: 0;
	font-size: 13px;
	min-width: 0;
	font-family: var(--font-Inter), sans-serif;
}

.btn-link:hover, .btn-link:focus {
	color: #333;
	text-decoration: underline;
}

.btn-md {
	padding: 1rem 2.4rem;
	font-size: 12px;
	letter-spacing: .025em;
	text-shadow: none;
}

.btn-primary {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
	box-shadow: none;
}

.btn-color-primary {
	border-color: var(--main--color);
	background-color: var(--main--color);
	color: #fff;
	box-shadow: none;
}

.btn-color-primary:hover {
	border-color: var(--main--color);
	background-color: white;
	color: var(--main--color) !important;
	box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	border-color: #141414;
	background-color: #141414;
	color: #fff;
	box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
}

.btn-secondary {
	border-color: #333;
	background-color: #333;
	color: #fff;
	box-shadow: none;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
	border-color: #474747;
	background-color: #474747;
	color: #fff;
	box-shadow: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
	border-color: #333;
	background-color: #333;
	color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	border-color: #131313;
	background-color: #1a1a1a;
	color: #fff;
}

.btn-dark {
	border-color: #2b2b2c;
	background-color: #2b2b2c;
	color: #fff;
	box-shadow: none;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
	border-color: #333;
	background-color: #333;
	color: #fff;
	box-shadow: none;
}

.btn-dark.disabled, .btn-dark:disabled {
	border-color: #2b2b2c;
	background-color: #2b2b2c;
	color: #fff;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	border-color: #333;
	background-color: #333;
	color: #fff;
}

.btn-outline {
	border-color: #ccc;
	background-color: transparent;
	background-image: none;
	color: #696969;
}

.btn-outline:hover, .btn-outline.focus {
	border-color: #2f2d2d;
	background-color: #fff;
	color: #333;
	box-shadow: none;
}

.btn-outline.disabled, .btn-outline:disabled {
	background-color: transparent;
	color: #ccc;
}

.btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
	border-color: #2f2d2d;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	background-image: none;
	color: #fff;
	border-width: 2px;
	border: none;
}

.btn-outline-primary:hover, .btn-outline-primary.focus {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
	box-shadow: none;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	background-color: transparent;
	color: #2f2d2d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
}

.btn-outline-secondary {
	border-color: #ccc;
	background-color: transparent;
	background-image: none;
	color: #777;
}

.btn-outline-secondary:hover, .btn-outline-secondary.focus {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
	box-shadow: none;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	background-color: transparent;
	color: #777;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
}

.btn-outline-dark {
	border-color: #efefef;
	background-color: transparent;
	background-image: none;
	color: #05131c;
}

.btn-outline-dark:hover, .btn-outline-dark.focus {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
	box-shadow: none;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	background-color: transparent;
	color: #05131c;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
}

.owl-dots .owl-dot, .owl-nav .owl-prev, .owl-nav .owl-next {
	outline: none;
}

a:focus {
	outline: none;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.mfp-container .mfp-preloader, .porto-loading-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 2px solid transparent;
	border-radius: 50%;
	border-top-color: #2f2d2d;
	content: '';
	z-index: 2;
	border-image: none;
	-webkit-animation: spin .75s infinite linear;
	animation: spin .75s infinite linear;
}

.mfp-container .mfp-preloader::before, .porto-loading-icon::before {
	position: absolute;
	top: -2px;
	right: 0;
	left: -2px;
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
	border-top-color: inherit;
	content: '';
	-webkit-animation: spin 1.5s infinite ease;
	animation: spin 1.5s infinite ease;
}

.alert {
	border-radius: 0;
	margin-bottom: 2rem;
	padding: 1.4rem 1.5rem;
}

.alert.alert-intro {
	font-size: 1.5rem;
}

.card {
	margin-bottom: 1.6rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 1.4rem;
	background: #fff;
	border-radius: 10px;
	height: 100%;
}

.card-header {
	margin: 0;
	padding: 1.2rem 1.5rem;
	border-color: #f4f4f4;
	background-color: transparent;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	border: 0;
	color: #2f2d2d;
	letter-spacing: 0.1rem;
}

.card-header::after {
	display: block;
	clear: both;
	content: '';
}

.card-header .card-edit {
	display: inline-block;
	margin-top: .1rem;
	float: right;
	color: #333;
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: capitalize;
}

.card-body {
	padding: 2rem 1.5rem;
	border-top: 0;
	border-radius: 0;
}

.card-body a {
	text-decoration: underline;
}

.card-body h4 {
	margin-bottom: .7rem;
	color: #888;
}

/* Modals */
.modal form {
	margin: 0;
}

/*.modal form .form-group {*/
/*	max-width: 480px;*/
/*}*/

.modal form .form-control {
	max-width: 100%;
}

.modal .form-control:not(:focus), .modal .custom-control-label::before {
	border-color: #e6e6e6;
}

/*.modal-body {*/
/*	padding: 1.5rem;*/
/*	border: 1px solid #00000012;*/
/*	border-radius: 16px;*/
/*	margin-left: 2rem;*/
/*	margin-right: 2rem;*/
/*	background: white;*/
/*	!* box-shadow: 0px 0px 20px 0px #0000; *!*/
/*}*/

/*.modal-content {*/
/*	position: relative;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	width: 100%;*/
/*	pointer-events: auto;*/
/*	background-color: #f5f5f5;*/
/*	background-clip: padding-box;*/
/*	border: 1px solid rgba(0, 0, 0, .2);*/
/*	!* border-radius: .3rem; *!*/
/*	outline: 0;*/
/*	border-radius: 20px;*/
/*}*/

.modal-header, .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	border: 0;
}

.modal-title {
	font-size: 1.8rem;
	font-weight: 400;
}

.close {
	font-size: 2.2rem;
}

@media screen and (min-width: 576px) {
	.modal-content {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.modal-body {
		max-height: calc(100vh - 210px);
		padding-top: 2rem;
		overflow-y: auto;
	}

	.modal-header, .modal-footer, .modal-body {
		padding-right: 2em;
		padding-left: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.modal-dialog {
		max-width: 800px;
	}

	.modal-header, .modal-footer, .modal-body {
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media screen and (max-width: 479px) {
	.modal-open, .modal-open .modal {
		padding-right: 0 !important;
	}
}

.member {
	position: relative;
	margin-bottom: 2.8rem;
	background-color: #fff;
	transition: all 0.3s ease;
}

.member img {
	display: block;
	width: 100%;
	height: auto;
}

.member-title {
	font: 400 1.6rem/1 var(--font-Inter), sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #111;
	margin: 0;
	padding: 3rem 0;
	text-align: center;
}

.social-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.social-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	opacity: 1;
}

.social-icon + .social-icon {
	margin-left: .5rem;
}

.social-icon:hover, .social-icon:focus {
	color: #fff;
	text-decoration: none;
	opacity: .85;
}

.social-icon.social-facebook {
	background-color: #3b5a9a;
	color: #fff;
}

.social-icon.social-twitter {
	background-color: #1aa9e1;
	color: #fff;
}

.social-icon.social-linkedin {
	background-color: #0073b2;
	color: #fff;
}

.social-icon.social-gplus {
	background-color: #dd4b39;
	color: #fff;
}

.social-icon.social-mail {
	background-color: #dd4b39;
	color: #fff;
}

.info-boxes-container {
	border-bottom: .1rem solid #e5e8e8;
	margin-bottom: 3.4rem;
}

.info-boxes-container .container, .info-boxes-container .container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.info-box {
	display: flex;
	align-items: center;
	padding: .7rem 1.5rem;
	width: 100%;
	color: #839199;
}

.info-box i {
	min-width: 3.5rem;
	margin-right: 1.9rem;
	color: #545454;
	font-size: 3.7rem;
	text-align: center;
}

.info-box i::before {
	width: auto;
	margin: 0;
}

.info-box h4 {
	margin-bottom: .1rem;
	padding-top: .1rem;
	color: #545454;
	font: 700 1.4rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: .05rem;
	text-transform: uppercase;
}

.info-box p {
	margin-bottom: 0;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: .01rem;
	line-height: 1.6;
}

.info-box.info-box-wrap {
	display: block;
	padding: 35px 30px 40px;
	line-height: 1.4;
	background-color: #fff;
	margin-bottom: 12px;
	margin-bottom: 1.5rem;
}

.info-box.info-box-wrap::after {
	display: block;
	clear: both;
	content: '';
}

.info-box.info-box-wrap i {
	color: #141a1f;
	margin-right: 2rem;
	float: left;
}

.info-box.info-box-wrap h4 {
	color: #141a1f;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 60px;
}

.info-box.info-box-wrap p {
	font-size: 15px;
	font-weight: 400;
	color: #646a70;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 81px;
	margin-left: 60px;
}

@media screen and (min-width: 768px) {
	.info-boxes-container .container, .info-boxes-container .container-fluid {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info-boxes-container .info-box {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		justify-content: center;
	}

	.info-boxes-container .info-box:first-child {
		justify-content: flex-start;
	}

	.info-boxes-container .info-box + .info-box {
		border-left: .1rem solid #e5e8e8;
	}

	.info-box {
		padding-top: 1.6rem;
		padding-bottom: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.info-boxes-container .container {
		width: 100%;
		max-width: none;
	}
}

.feature-box {
	width: 100%;
	margin-bottom: 3rem;
	padding: 2rem 2.5rem;
	background-color: #fff;
	color: #7b858a;
	font-size: 1.5rem;
	line-height: 2;
}

.feature-box i {
	display: inline-block;
	margin-bottom: 2.2rem;
	color: #2f2d2d;
	font-size: 5rem;
	line-height: 1;
}

.feature-box i::before {
	margin: 0;
}

.feature-box h3 {
	margin-bottom: 2rem;
	color: #21293c;
	font: 700 1.8rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: 0;
}

.feature-box p {
	margin-bottom: 0;
}

.feature-box-content {
	color: #7b858a;
	font-size: 1.5rem;
	line-height: 1.8;
}

.feature-box-simple {
	margin-bottom: 2.5rem;
	padding: 0;
	background-color: transparent;
	color: #687176;
	font-size: 1.3rem;
	line-height: 1.9;
}

.feature-box-simple .feature-box-content {
	color: inherit;
	font-size: 1.3rem;
	line-height: 1.8;
}

.feature-box-simple i {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2.5rem;
	color: #2f2d2d;
	font-size: 4rem;
}

.feature-box-simple i.icon-paper-plane::before {
	margin-left: -.5rem;
}

.feature-box-simple h3 {
	margin-bottom: 2.6rem;
	color: #141a1f;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.feature-box-simple h3 span {
	display: block;
	margin-top: .5rem;
	color: #545454;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: capitalize;
}

.feature-box-simple p {
	max-width: 340px;
	min-height: 0 !important;
	margin-bottom: 0;
}

.feature-box-simple.text-center p {
	margin-right: auto;
	margin-left: auto;
}

.feature-box-simple .btn {
	min-width: 125px;
	padding: 1rem;
	font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
	.feature-box {
		padding: 4.1rem 4.5rem 4rem;
	}

	.feature-box.feature-box-simple {
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
	.feature-box p {
		min-height: 120px;
	}
}

.nav.nav-tabs {
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--border-color);
}

.dashboard-content .nav.nav-tabs {
	border-bottom: 0;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
}

.dashboard-content .nav.nav-tabs .nav-item {
	margin: 0;
	border: 0;
}

.dashboard-content .nav.nav-tabs .nav-item + .nav-item {
	margin-left: 2rem;
}

.dashboard-content .nav.nav-tabs .nav-item .nav-link {
	padding: 1rem 1.5rem;
	color: rgba(0, 0, 0, 0.7);
	font: 700 1.2rem/1 var(--font-Inter), sans-serif;
	letter-spacing: .01rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px !important;
	background: #f4f4f4;
}

.dashboard-content .nav.nav-tabs .nav-item .nav-link.active {
	border-color: var(--main--color);
	color: var(--main--color);
	background: transparent !important;
}

.nav.nav-tabs .nav-item {
	margin-bottom: -.2rem;
}

.product-single-tabs .nav.nav-tabs .nav-item {
	margin-bottom: 0;
}

.nav.nav-tabs .nav-item .nav-link {
	padding: 1.2rem 1.6rem;
	border: 0;
	color: rgba(0, 0, 0, 0.7);
	font: 500 1.6rem/1 var(--font-Inter), sans-serif;
	letter-spacing: .01rem;
	background: #f1f1f1;
	border-radius: 0;
	text-decoration: none;
	margin: 0;
}

.nav.nav-tabs .nav-item:first-child .nav-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;

}

.nav.nav-tabs .nav-item:last-child .nav-link {

	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;

}

.nav.nav-tabs .nav-item {
	margin-bottom: 1rem;
	border-right: 1px solid #e2e3e3;

}

.nav.nav-tabs .nav-item:last-child {

	border: 0;

}

.nav.nav-tabs .nav-item .nav-link:hover {
	color: #2f2d2d;
}

.nav.nav-tabs .nav-item + .nav-item {
	margin-left: 0;
}

.nav.nav-tabs .nav-item.show .nav-link, .nav.nav-tabs .nav-item .nav-link.active {
	border-bottom-color: #2f2d2d;
	color: white;
	background: var(--main--color) !important;
}

.count-container {
	margin-bottom: 2rem;
}

.count-wrapper {
	font: 800 3.2rem/1 var(--font-Inter), sans-serif;
	text-transform: uppercase;
	color: #2f2d2d;
	margin-bottom: .7rem;
}

.count-wrapper span + span {
	font-size: 1.9rem;
}

.count-title {
	color: #7b858a;
	font: 400 1.4rem/1 var(--font-Inter), sans-serif;
	margin-bottom: 0;
}

.testimonial-owner h4 {
	display: block;
	margin-bottom: .3rem;
	padding-top: .7rem;
	color: #282d3b;
	font: 500 1.6rem/1 var(--font-Inter), sans-serif;
}

.testimonial-owner span {
	display: block;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.testimonial {
	position: relative;
	padding-left: 85px;
}

.testimonial figure {
	position: absolute;
	left: 0;
	max-width: 60px;
}

.testimonial blockquote {
	position: relative;
	margin-left: 0;
	padding: 0;
	font-size: 1.4rem;
	font-style: normal;
	line-height: 2;
}

.testimonial blockquote::before {
	margin-right: 10px;
	float: left;
	color: #21293c;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1;
	content: '"';
}

.toolbox {
	color: #555;
	display: flex;
	flex-direction: row;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.toolbox::after {
	display: block;
	clear: both;
	content: '';
}

.toolbox.toolbox-pagination {
	margin-bottom: 5rem;
	padding-top: 2rem;
	border-top: .1rem solid #e7e7e7;
}

.toolbox .pagination {
	margin-left: auto;
}

.toolbox .select-custom {
	margin-bottom: 0;
}

.toolbox .select-custom::after {
	right: 1.3rem;
	font-size: 1.6rem;
}

.toolbox .select-custom .form-control {
	max-width: 160px;
	padding-right: 2.5rem;
	border-color: #e4e4e4;
	font-size: 1.2rem;
}

.toolbox label {
	display: none;
	margin-top: 1px;
	margin-bottom: 0;
	color: #555;
	font-size: 1.3rem;
	font-weight: 400;
}

.toolbox .form-control {
	display: inline-block;
	margin-bottom: 0;
	border-width: .1rem;
	color: #7a7d82;
}

.toolbox .form-control:not(:focus) {
	border-color: #e4e4e4;
}

.toolbox select.form-control:not([size]):not([multiple]) {
	height: 34px;
}

.toolbox .toolbox-show .select-custom:after {
	right: 1rem;
}

.toolbox-pagination .toolbox-show {
	display: none;
}

.pagination {
	border-radius: 0;
	font-weight: 500;
	font-family: var(--font-Inter), sans-serif;
	align-items: center;
	margin-bottom: 0;
}

.page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.2rem;
	height: 3.2rem;
	font-size: 1.4rem;
	padding: .2rem .3rem 0;
	line-height: 1.1;
	color: #706f6c;
	background-color: #fff;
	border: .1rem solid #fff;
}

.page-link.page-link-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: .2rem;
	padding-right: .2rem;
	min-width: 0;
	height: 3.2rem;
	padding: 0;
	border: 0;
	color: #6f6e6b;
	background-color: transparent;
	font-size: 2rem;
}

.page-link.page-link-btn:hover, .page-link.page-link-btn:focus {
	color: #2f2d2d;
	border-color: transparent;
	background-color: transparent;
}

.page-link.page-link-btn i {
	position: relative;
	top: -.1rem;
}

.page-link.page-link-btn i::before {
	margin-right: 0;
	margin-left: 0;
}

.page-link:hover, .page-link:focus {
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	border-color: #2f2d2d;
	background-color: #2f2d2d;
}

.page-item + .page-item {
	margin-left: .7rem;
}

.page-item span {
	padding-right: .3rem;
	padding-left: .3rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-item.active .page-link {
	color: #fff;
	background-color: #2f2d2d;
	border-color: #2f2d2d;
}

.page-item.disabled .page-link {
	color: #e7e7e7;
}

.page-item.disabled .page-link.page-link-btn {
	color: #e7e7e7;
	background-color: transparent;
}

.toolbox-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.toolbox-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.toolbox-item.toolbox-sort {
	margin-right: 1.5rem;
	min-width: 240px;
}

.toolbox-item.toolbox-show {
	margin-left: auto;
	font-size: 1.2rem;
}

.toolbox-item label {
	margin-right: 1.2rem;
}

.sorter-btn {
	margin-left: .8rem;
	color: #2f2d2d;
	font-size: 1.7rem;
	text-decoration: none;
}

.sorter-btn::before {
	font-family: 'porto';
	content: '\e890';
}

.sorter-btn.btn-desc::before {
	content: '\e891';
}

.sorter-btn:hover, .sorter-btn:focus {
	text-decoration: none;
}

.layout-modes {
	display: none;
	margin-left: 2.1rem;
	font-size: 0;
}

.layout-btn {
	display: inline-block;
	height: 3.4rem;
	font-size: 1.6rem;
	line-height: 3.4rem;
	color: #999;
	text-align: center;
	margin-right: .7rem;
	text-decoration: none;
}

.layout-btn i::before {
	margin-left: 0;
	margin-right: 0;
}

.layout-btn:last-child {
	margin-right: 0;
}

.layout-btn.active, .layout-btn:hover, .layout-btn:focus {
	color: #2f2d2d;
	text-decoration: none;
}

.horizontal-filter .toolbox-sort {
	margin-left: auto;
}

.horizontal-filter .toolbox-item:last-child {
	display: none;
}

@media screen and (min-width: 480px) {
	.layout-modes {
		display: -ms-flexbox;
		display: flex;
	}

	.horizontal-filter .toolbox-show {
		margin-left: 0;
	}

	.toolbox-pagination .toolbox-show {
		display: -ms-flexbox;
		display: flex;
		margin-left: 0;
	}
}

@media screen and (min-width: 576px) {
	.toolbox-left {
		margin-bottom: 0;
	}

	.toolbox-left label {
		margin-right: 1.8rem;
	}

	.horizontal-filter .toolbox-item:last-child {
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	.toolbox label {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.toolbox.toolbox-pagination {
		margin-top: 1.5rem;
		margin-bottom: 5rem;
	}
}

@media screen and (max-width: 575px) {
	.horizontal-filter .toolbox-item.toolbox-sort {
		margin-right: 0;
	}
}

.login-popup .mfp-content {
	width: 80%;
	max-width: 872px;
	background-color: white;
}

.login-popup .container {
	padding: 2.5rem 3rem;
}

.login-popup .title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2;
	text-transform: uppercase;
}

.login-popup form {
	display: block;
}

.login-popup label {
	color: #777;
	font-family: var(--font-Inter), sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
}

.login-popup .form-footer {
	margin: 0 0 2rem;
}

.login-popup .form-footer .custom-control {
	margin: 0 0 0 auto;
	font-size: 1.3rem;
}

.login-popup .forget-password {
	color: #2f2d2d;
	font-size: 1.3rem;
}

.login-popup .social-login-wrapper {
	padding: 2rem 2rem 2.5rem;
	background-color: #f4f4f2;
	text-align: center;
}

.login-popup .social-login-wrapper p {
	margin-bottom: 2rem;
	color: #121214;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.login-popup .btn-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.mfp-newsletter.mfp-bg {
	transition: all .35s;
	background-color: transparent;
}

.newsletter-popup {
	position: relative;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0;
	background: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
	top: 0;
	color: #2f2d2d;
	font-size: 2rem;
	font-weight: 700;

}

.newsletter-popup .mfp-close {
	top: 0;
	color: #2f2d2d;
	font-size: 2rem;
	font-weight: 700;
	opacity: .85;
	background: white;
}

.newsletter-popup-content {
	width: 100%;
	text-align: center;
}

.newsletter-popup-content .form-control {
	height: auto;
	padding-top: 6.5px;
	padding-bottom: 6.5px;
	border-radius: 0;
	font-size: 13px;
}

.newsletter-popup-content .btn {
	min-width: 54px;
	margin-left: -1px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: transparent;
	color: #555;
	font-family: var(--font-Inter), sans-serif;
	font-size: 1.4rem;
	letter-spacing: .08em;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
}

.logo-newsletter {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.newsletter-popup h2 {
	margin: 32px 0 12px;
	color: #313131;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.newsletter-popup p {
	color: #444;
	font-size: 1.3rem;
	line-height: 1.4;
}

.newsletter-popup form {
	margin: 0 0 2.1rem;
}

.newsletter-subscribe {
	font-size: 1.1rem;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 1rem;
	background: white;
	padding: 0px 20px;
}

.newsletter-subscribe .checkbox {
	margin-top: .6rem;
}

.newsletter-subscribe input {
	margin-right: .5rem;
}

.newsletter-subscribe label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.1rem;
}

.mfp-newsletter.mfp-removing {
	transition: opacity .35s ease-out;
	opacity: 0;
}

.mfp-ready.mfp-bg {
	transition: all .35s ease-out;
	background-color: #2f2d2d;
}

.mfp-zoom-out-cur .mfp-bg {
	opacity: .8;
}

.mfp-zoom-out-cur .mfp-counter {
	color: #fff;
}

.mfp-zoom-out-cur .mfp-arrow-right::before {
	border-left: 0;
}

.mfp-zoom-out-cur .mfp-arrow-left::before {
	border-right: 0;
}

.mfp-ajax-product.mfp-bg, .login-popup.mfp-bg {
	opacity: 0;
}

.mfp-wrap .mfp-content {
	transition: all .35s ease-out;
	opacity: 0;
}

.mfp-ajax-product.mfp-wrap .mfp-content, .login-popup.mfp-wrap .mfp-content {
	max-width: 872px;
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.login-popup .col-md-6 {
		padding: 0 2rem;
	}

	.login-popup .col-md-6:first-child {
		border-right: 1px solid #f5f6f6;
	}
}

.slider-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-bottom: 4rem;
}

.slider-grid .home-slider.owl-carousel {
	height: 100%;
}

.slider-grid .grid-slider-square {
	background: #dadada;
	grid-row-end: span 2;
	grid-column-end: span 2;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.slider-grid .grid-slider-square .home-slider-container {
	margin: 0;
	height: 100%;
}

.slider-grid .grid-square {

	grid-row-end: span 1;
	grid-column-end: span 1;
}

.slider-grid .grid-square img {

	width: 100%;
	height: 100%;
	max-height: 250px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.slider-grid .grid-rectangle {
	grid-row-end: span 1;
	grid-column-end: span 2;
}

.slider-grid .grid-rectangle img {
	width: 100%;
	height: 100%;
	max-height: 250px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.slider-grid .grid-square figure, .slider-grid .grid-rectangle figure {
	margin: 0;
	background: #dadada;
	width: 100%;
	height: 100%;
}

.home-slider-container {
	/* position: relative; */
	width: 100%;
	/* max-width: 1300px; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* padding-left: var(--bs-gutter-x,.75rem); */
	/* padding-right: var(--bs-gutter-x,.75rem); */
}

body.slider-type-2 .slider .container, body.slider-type-2 .slider .container-fluid {
	/* position: relative; */
	/* width: 100%; */
	max-width: unset;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

body.slider-type-3 .slider .container, body.slider-type-3 .slider .container-fluid {
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	height: 100vh;
}

body.slider-type-3 .slider {
	padding: 0;
}

body.slider-type-3 .home-slider-container .home-slider img {
	height: 100vh;
}

body.slider-type-3 .sticky-header {
	border: 0;
}

.home-slider-container .home-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.owl-carousel-lazy.owl-carousel {
	display: block;
}

.owl-carousel-lazy.owl-carousel .category-slide:first-child, .owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide {
	display: -ms-flexbox;
	display: flex;
}

.owl-carousel-lazy.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
	display: none;
}

.home-slide, .category-slide {
	position: relative;
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
}

.category-slide::after, .category-slide::before {
	position: absolute;
	top: calc(50% - 2rem);
	left: calc(50% - 2rem);
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	border-radius: 50%;
	border-top-color: #2f2d2d;
	border-image: none;
	content: '';
}

.home-slide::before, .category-slide::before {
	-webkit-animation: spin 1s infinite ease;
	animation: spin 1s infinite ease;
	z-index: 4;
}

.home-slide::after, .category-slide::after {
	-webkit-animation: spin .5s infinite linear;
	animation: spin .5s infinite linear;
	z-index: 5;
}

.home-slide.loaded::after, .home-slide.loaded::before, .category-slide.loaded::after, .category-slide.loaded::before {
	display: none;
}

.home-slide .slide-bg, .category-slide .slide-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: none !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}

.home-slide-content {
	z-index: 3;
}

.home-slide-content .slide-content-wrapper {
	display: inline-block;
	text-align: center;
	margin-left: 5rem;
}

.home-slide-content h1 {
	color: #2f2d2d;
	font: 700 7.2rem/1 var(--font-Inter), sans-serif;
	margin-bottom: 1rem;
	letter-spacing: .3rem;
	margin-bottom: 6rem;
	text-transform: uppercase;
}

.home-slide-content h1.smaller {
	font-size: 5.3rem;
	margin-bottom: 5.6rem;
}

.home-slide-content h3 {
	color: #575757;
	font: 400 3.2rem/1 var(--font-Inter), sans-serif;
	margin-bottom: 1.4rem;
	letter-spacing: .25rem;
	text-transform: uppercase;
}

.home-slide-content p {
	color: #575757;
	font: 400 1.6rem/1 var(--font-Inter), sans-serif;
	margin-bottom: 1.3rem;
}

.home-slide-content .btn {
	min-width: 148px;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	border-radius: 0;
}

.home-slider.owl-carousel .owl-dots {
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 !important;
	z-index: 20;
}

.home-slider.owl-carousel .owl-dots .owl-dot span {
	width: 1.2rem;
	height: 1.2rem;
	border-width: 2px;
}

.home-slider.owl-carousel .owl-nav .owl-prev, .home-slider.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 4.6rem;
	font-size: 4.6rem;
	margin: 0;
	line-height: 1;
	color: #2f2d2d;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	transition: all .3s;
	font-weight: 100;
	transform: translateY(-50%);
}

.home-slider.owl-carousel .owl-nav .owl-prev i, .home-slider.owl-carousel .owl-nav .owl-next i {
	margin-top: -.3rem;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
}

.home-slider.owl-carousel .owl-nav .owl-prev i::before, .home-slider.owl-carousel .owl-nav .owl-next i::before {
	margin: 0;
	border-radius: 0;
}

.home-slider.owl-carousel .owl-nav .owl-prev {
	left: 1.2rem;
}

.home-slider.owl-carousel .owl-nav .owl-next {
	right: 1.2rem;
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover, .home-slider.owl-carousel .owl-nav .owl-next:hover, .home-slider.owl-carousel .owl-nav .owl-prev:focus, .home-slider.owl-carousel .owl-nav .owl-next:focus {
	color: #333;
	border-color: transparent;
	background-color: transparent;
}

.StoryCarousel, .brands-menu {
	overflow: hidden;
	display: inline-flex !important;
	justify-content: center;
}

.StoryCarousel {
	margin-top: 2rem;
	margin-bottom: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.StoryCarousel.owl-carousel .owl-stage-outer {
	display: flex;
	justify-content: center;
}

.StoryCarousel .story-item {
	height: 100%;
	display: flex;
}

.StoryCarousel::before {
	content: "";
	position: absolute;
	background: linear-gradient(to right, white, #fff0);
	width: 1rem;
	height: 100%;
	left: 0;
	z-index: 1;
}

.StoryCarousel::after {
	content: "";
	position: absolute;
	background: linear-gradient(to left, white, #fff0);
	width: 1rem;
	height: 100%;
	right: 0;
	z-index: 1;
}

.StoryCarousel a {
	display: flex;
	flex-wrap: wrap;
}

.StoryCarousel img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	padding: 4px;
	background: #f7f7f7;
	flex: 0 0 auto;
	align-self: flex-start;
}

.StoryCarousel span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.3rem;
	margin-top: 8px;
	color: black;
	line-height: 1;
	font-weight: 600;
	flex: 1 1 auto;
	align-self: first baseline;
}

.owl-carousel .product:not(.product-sm) {
	margin-bottom: 0;
}

.products-carousel {
	margin-bottom: 4.7rem;
}

.category-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	padding-top: 2.2rem;
	padding-bottom: 2.1rem;
	margin-bottom: .5rem;
}

.category-title .btn {
	margin-left: auto;
	min-width: 120px;
	padding: .75rem 1rem;
	margin-bottom: .3rem;
	display: none;
}

.category-title .dropdown {
	float: left;
	position: static;
}

.category-title .dropdown .dropdown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 3;
	background-color: #fff;
	border: 1px solid #bebebe;
	border-radius: .5rem;
	padding: 10px 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.category-title .dropdown .dropdown-menu:before, .category-title .dropdown .dropdown-menu::after {
	content: '';
	position: absolute;
	display: block;
}

.category-title .dropdown .dropdown-menu::before {
	border: 8px solid transparent;
	width: 16px;
	height: 16px;
	border-bottom-color: #bebebe;
	top: -16px;
	left: 90px;
}

.category-title .dropdown .dropdown-menu::after {
	border: 7px solid transparent;
	width: 14px;
	height: 14px;
	border-bottom-color: #fff;
	top: -13px;
	left: 91px;
}

.category-title .cat-title, .category-title .dropdown .dropdown-toggle {
	font: 700 3rem/1.1 var(--font-Inter), sans-serif;
	color: #2f2d2d;
	text-decoration: none;
	letter-spacing: .05rem;
	text-transform: uppercase;
	display: block;
}

.category-title .dropdown .dropdown-toggle::after {
	border: 0;
	font-family: 'porto'; /*content: '\e81c';*/
	font-size: 1.8rem;
	color: #2f2d2d;
	display: inline-block;
	transform-origin: center center;
	margin: 0;
	margin-left: 1.5rem;
	width: auto;
	height: auto;
}

.category-title .dropdown.show .dropdown-toggle::after {
	transform: rotate(-180deg);
}

.category-title .dropdown .dropdown-menu > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-title .dropdown .dropdown-menu > ul::after {
	content: '';
	display: table;
	clear: both;
}

.category-title .dropdown .dropdown-menu > ul > li {
	float: left;
	width: 50%;
	margin: 10px 0;
	padding: 20px 4%;
	line-height: 20px;
	border-left: 1px solid #bebebe;
}

.category-title .dropdown .dropdown-menu > ul > li:first-child {
	border-left: none;
}

.category-title .dropdown .dropdown-menu > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
}

.category-title .dropdown .dropdown-menu > ul > li a {
	color: #2f2d2d;
	font-size: 1.4rem;
	line-height: 2.5;
}

.category-title .dropdown .dropdown-menu > ul > li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (min-width: 768px) {
	.category-title {
		padding-top: 4px;
	}

	.category-title .dropdown .dropdown-menu {
		width: calc(100% + 50px);
		left: -25px;
	}

	.category-title .dropdown .dropdown-menu > ul > li {
		width: 20%;
		padding: 10px 2%;
	}

	.category-title .dropdown .dropdown-menu > ul > li a {
		font-size: 1.1rem;
	}
}

@media (min-width: 992px) {
	.category-title {
		padding-top: 47px;
	}

	.category-title .dropdown .dropdown-menu {
		padding: 20px 0;
	}

	.category-title .dropdown .dropdown-menu > ul > li a {
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {
	.category-title .dropdown .dropdown-menu {
		padding: 50px 0;
	}

	.category-title .dropdown .dropdown-menu > ul > li {
		padding: 30px 4%;
	}

	.category-title .dropdown .dropdown-menu > ul > li a {
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	.category-title .dropdown .dropdown-menu > ul > li:nth-child(2n+1) {
		border-left: none;
	}
}

@media (max-width: 480px) {
	.category-title .dropdown {
		float: none;
	}

	.category-title .cat-title, .category-title .dropdown .dropdown-toggle {
		line-height: 1.4;
	}
}

.owl-carousel .member {
	margin-bottom: 0;
}

.about-section {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid #e2e2e2;
}

.about-section p {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4rem;
	line-height: 2;
}

.team-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.team-section .subtitle {
	margin-bottom: 3.5rem;
}

.team-carousel .member {
	margin-bottom: 0;
}

.team-carousel .member-title {
	padding-bottom: 2rem;
}

.testimonials-section {
	padding: 3rem 2rem;
	background-color: #ededed;
	margin-bottom: 3rem;
}

.testimonials-section .subtitle {
	margin-bottom: 3.5rem;
}

.partners-container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.partners-carousel {
	padding-left: 40px;
	padding-right: 40px;
}

.partner {
	display: block;
	padding-top: .8rem;
	padding-bottom: .8rem;
	opacity: .6;
}

.partner img {
	display: block;
	max-width: 100% !important;
	width: auto !important;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	.testimonials-section {
		padding: 5rem 7rem;
	}
}

@media screen and (min-width: 992px) {
	.partners-carousel {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media screen and (min-width: 1200px) {
	.testimonials-section {
		padding: 7rem 10rem;
	}
}

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

.sidebar-shop {
	font-size: 1.3rem;
}

.sidebar-shop .widget {
	margin: 0;
	padding: 1.4rem 1.4rem 1rem;
	border: 1px solid #dae2e6;
	margin-bottom: 1rem;
	background: white;
}

.sidebar-shop .widget::after {
	display: block;
	clear: both;
	content: '';
}

.sidebar-shop .widget:last-child {
	border-bottom: 1px solid #dae2e6;
	position: sticky;
	bottom: 0;
}

.sidebar-shop .widget .product.product-sm:last-child {
	margin-bottom: .4rem;
}

.sidebar-shop .widget-title {
	margin: 0;
	color: #21293c;
	font-family: var(--font-Inter), sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}

.sidebar-shop .widget-title a {
	display: block;
	position: relative;
	padding: .2rem 0 .6rem;
	color: inherit;
	font-size: 1.2rem;
	font-weight: 500;
}

.sidebar-shop .widget-title a:hover, .sidebar-shop .widget-title a:focus {
	color: #141a1f;
	text-decoration: none;
}

.sidebar-shop .widget-title a::after {
	content: '\e81b';
	font-family: 'porto';
	position: absolute;
	display: inline-block;
	font-size: 2rem;
	right: .1rem;
	top: 0;
	transition: all .35s;
	font-weight: 400;
}

.sidebar-shop .widget-title a.collapsed::after {
	content: '\e81c';
}

.sidebar-shop .widget-body {
	padding-top: 1.3rem;
	padding-bottom: .5rem;
}

.sidebar-shop .widget-body::after {
	display: block;
	clear: both;
	content: '';
}

.sidebar-shop .widget-featured {
	position: relative;
}

.sidebar-shop .widget-featured .widget-body {
	padding-top: 2.3rem;
}

.sidebar-shop .widget-featured .product-sm:last-child {
	margin-bottom: 0;
}

.widget .owl-carousel .owl-nav {
	position: absolute;
	top: -4.2rem;
	right: -.4rem;
}

.widget .owl-carousel .owl-nav button.owl-next, .widget .owl-carousel .owl-nav button.owl-prev {
	padding: 0 .4rem !important;
	border-radius: 0;
	color: #141a1f;
	font-size: 1.8rem;
	line-height: 1;
}

.widget .owl-carousel .owl-nav i::before {
	width: auto;
	margin: 0;
}

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

.cat-list li {
	margin-bottom: .8rem;
}

.cat-list li:last-child {
	margin-bottom: 0;
}

.cat-list li a {
	font-weight: 400;
	color: #555;
}

.cat-list li a span {
	float: right;
}

.cat-list li a:hover, .cat-list li a:focus {
	color: #2f2d2d;
}

.price-slider-wrapper {
	padding-top: 1rem;
}

.filter-price-action {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	margin-top: 2.5rem;
	padding-bottom: .4rem;
}

.filter-price-action::after {
	display: block;
	clear: both;
	content: '';
}

.filter-price-action .filter-price-text {
	margin-left: auto;
	color: #7a7d82;
	font-size: 1.3rem;
	font-weight: 400;
}

.filter-price-action .btn {
	min-width: 0;
	padding: .3rem 1.2rem;
	font-size: 1.3rem;
	letter-spacing: .08em;
}

.config-swatch-list, .config-size-list {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}

.config-swatch-list li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: .4rem;
	margin-bottom: .4rem;
}

.config-swatch-list a {
	display: block;
	position: relative;
	width: 2.2rem;
	height: 2.2rem;
	transition: all .3s;
}

.config-swatch-list a:hover, .config-swatch-list a:focus {
	box-shadow: 0 0 0 .1rem #fff, 0 0 0 .2rem #dfdfdf;
}

.config-swatch-list li.active a::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-family: 'porto';
	font-size: 1.1rem;
	line-height: 1;
	content: '\e84e';
}

.config-size-list {
	margin-right: -.4rem;
}

.config-size-list li {
	display: inline-flex;
	margin-right: .4rem;
	margin-bottom: .4rem;
}

.config-size-list li a {
	position: relative;
	display: block;
	min-width: 2.6rem;
	height: 2.6rem;
	transition: all .3s;
	padding-left: .2rem;
	padding-right: .2rem;
	font-weight: 400;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.4rem;
	border: 1px solid #dae2e6;
	background-color: #e9e9e9;
	text-decoration: none;
	color: #7a7d82;
}

.config-size-list li a:hover, .config-size-list li a:focus {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
	text-decoration: none;
}

.config-size-list li.active a {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
}

.widget-block {
	color: #141a1f;
}

.widget-block h5 {
	font-weight: 600;
	font-size: 1.4rem;
	color: #7a7d82;
	margin-bottom: 2.3rem;
	margin-top: .8rem;
}

.widget-block p {
	max-width: 210px;
}

.boxed-slider .category-slide {
	height: 300px;
}

.boxed-slide-content {
	margin-bottom: 0;
	background-color: transparent;
	z-index: 3;
}

.boxed-slide-content .btn {
	display: inline-block;
}

.boxed-slider .owl-dots {
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	left: 0;
}

.horizontal-filter {
	margin-bottom: 18px;
	padding: 1.2rem 1rem;
	background-color: #f4f4f4;
}

.horizontal-filter .price-sort {
	position: relative;
}

.horizontal-filter .price-sort label {
	font-size: 1.2rem;
}

.horizontal-filter .price-sort .input-price {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 8px;
	line-height: 1.4;
	box-shadow: none;
}

.horizontal-filter .price-sort.opened::before {
	display: block;
}

.sort-list li {
	padding: 7px 0;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.filter-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
}

.filter-toggle a {
	display: inline-block;
	position: relative;
	width: 46px;
	height: 26px;
	margin-left: 8px;
	border-radius: 13px;
	background: #e6e6e6;
	text-decoration: none;
}

.filter-toggle a::before {
	position: absolute;
	left: 0;
	width: 42px;
	height: 22px;
	transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	-webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	transition: all .3s linear;
	border-radius: 11px;
	background-color: #fff;
	content: '';
}

.filter-toggle a::after {
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	transform: translate3d(2px, 2px, 0);
	-webkit-transform: translate3d(2px, 2px, 0);
	transition: all .2s ease-in-out;
	border-radius: 11px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
	content: '';
}

.filter-toggle.opened a {
	background-color: #008000;
}

.filter-toggle.opened a::before {
	-webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.filter-toggle.opened a::after {
	-webkit-transform: translate3d(22px, 2px, 0);
	transform: translate3d(22px, 2px, 0);
}

@media screen and (min-width: 576px) {
	.horizontal-filter {
		padding: 1.2rem 2rem;
	}
}

@media screen and (min-width: 992px) {
	.products-body {
		overflow: hidden;
	}

	.products-body .sidebar-shop {
		left: -25%;
		transition: all .3s linear 0s;
		visibility: hidden;
		z-index: -1;
	}

	.sidebar-opened .sidebar-shop {
		left: 0;
		visibility: visible;
		z-index: 0;
	}

	.main-category-content {
		margin-left: -25%;
		transition: all .3s linear 0s;
	}

	.sidebar-opened .main-category-content {
		margin-left: 0;
	}

	main:not(.sidebar-opened) .main-category-content {
		max-width: 100%;
		flex: 0 0 100%;
	}

	main:not(.sidebar-opened) .main-category-content .col-md-4 {
		max-width: 25%;
	}

	.filter-sorts {
		padding: 12px;
	}

	.filter-sorts .toolbox-left {
		position: relative;
	}

	.filter-sorts .toolbox-item {
		margin-right: 1rem;
	}

	.filter-sorts .toolbox-item.toolbox-sort {
		margin: 0 1rem 0 0;
		background: #fff;
	}

	.filter-sorts .toolbox-item.toolbox-show {
		margin-left: auto;
		font-size: 1.2rem;
	}

	.filter-sorts select {
		min-width: 140px;
		border: 0;
		text-transform: uppercase;
	}

	.filter-sorts .layout-modes {
		margin-left: .5rem;
	}

	.filter-sorts .filter-toggle {
		display: none;
	}

	.filter-sorts .sidebar-shop {
		left: 0;
		visibility: visible;
		z-index: 2;
	}

	.filter-price-form, .sort-list {
		display: none;
	}

	.filter-price-form {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 220px;
		margin-top: 9px;
		padding: 10px 15px;
		background-color: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
		z-index: 99;
	}

	.sort-list {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 220px;
		margin-top: 9px;
		padding: 10px 15px;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
		z-index: 99;
	}

	.sort-menu-trigger {
		display: block;
		min-width: 140px;
		height: 34px;
		padding-left: .8rem;
		color: #7a7d82;
		font-size: 1.2rem;
		line-height: 34px;
		text-transform: uppercase;
		z-index: 9;
	}

	.sort-menu-trigger:hover, .sort-menu-trigger:focus {
		text-decoration: none;
	}

	.sort-menu-trigger::before {
		display: none;
		position: absolute;
		top: 100%;
		left: 21px;
		margin-top: 1px;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		content: '';
		z-index: 999;
	}

	.toolbox-item.opened .sort-list, .toolbox-item.opened .filter-price-form, .toolbox-item.opened .sort-menu-trigger::before {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.sort-menu-trigger {
		display: block;
		margin-bottom: 1.5rem;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		text-transform: uppercase;
	}

	.filter-sorts .toolbox-sort.select-custom {
		display: block;
		margin: 2rem;
	}

	.filter-sorts .toolbox-sort.select-custom::after {
		content: none;
	}
}

.paction {
	position: relative;
	display: -ms-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.4rem;
	color: #2f2d2d;
	background-color: white;
	border: 1px solid var(--border-color);
	transition: all .3s;
	text-decoration: none;
	text-align: center;
	min-width: 35px;
	height: 35px;
}

.paction .float-span {
	display: inline-block;
	height: 25px;
	overflow: hidden;
}

.paction .float-span span {
	display: block;
	transform: translateY(0%);
	transition: all ease-in-out .3s;
}

.paction.done .float-span span {
	display: block;
	transform: translateY(-100%);
}

.paction span.done {
	display: block;
	position: relative;
	transform: rotateZ(-45deg);
	left: -27px;
}

.paction span.done::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 4px;
	background: white;
	left: 4px;
	bottom: -12px;
}

.paction span.done::before {
	content: "";
	position: absolute;
	width: 4px;
	background: white;
	height: 0%;

}

.paction.done span.done::after {

	animation-name: ok2;
	animation-duration: .3s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
	will-change: contents;

}

.paction.done span.done::before {
	animation-name: ok1;
	animation-duration: .3s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	will-change: contents;
}

@keyframes ok1 {
	from {
		height: 0%;
	}
	to {
		height: 12px;
	}
}

@keyframes ok2 {
	from {
		width: 0%;
	}
	to {
		width: 16px;
	}
}

.paction + .paction {
	margin-left: .7rem;
}

.paction:hover, .paction:focus {
	text-decoration: none;
	color: white;
	border-color: #2f2d2d;
	background-color: #2f2d2d;
}

.paction.favoriPink:hover, .paction.favoriPink:focus {
	text-decoration: none;
	color: white;
	border-color: hotpink;
	background-color: hotpink;
}

.add-cart::before {
	display: inline-block;
	line-height: 1;
	margin-right: 4px;
	font-size: 1.4rem;
	content: '\f290';
	font-family: 'Font Awesome 5 Pro';
}

.add-cart.done::before {
	color: transparent;
}

.add-wishlist::before, .add-wishlist .fav-icon::before {
	content: '\F417';
	font-family: bootstrap-icons !important;
}

.add-compare::before {
	content: '\F12B';
	font-family: bootstrap-icons !important;
}

.add-cart {
	font-family: var(--font-Inter), sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: .85rem .5rem;
	min-width: 115px;
}

button.outsale {
	font-family: var(--font-Inter), sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: .85rem 1rem;
	min-width: 115px !important;
	background: #9f0202;
	border-radius: 30px !important;
	border-color: #9f0202;

}

button.outsale span {
	display: block;
	color: white;
	padding: 0;
}

.add-cart i {
	width: 20px;
	height: 18px;
	top: 3px;
	margin-right: 1rem;
}

.add-cart i::before {
	margin-left: -7px;
	width: 14px;
	height: 11px;
}

.add-cart i, .add-cart i::before {
	border-color: white;
}

.add-cart:hover, .add-cart:focus {
	border-color: #2f2d2d;
	background-color: #2f2d2d;
	color: #fff;
}

.add-cart span {
	display: inline-block;
}

.product-single-container {
	margin-bottom: 3rem;
	/* border: 1px solid var(--border-color); */
	padding: 1.5rem 0px;
	border-top: 0;
	/* margin-top: -2rem; */
}

.product-single-details {
	/* margin-top: -.6rem; */
	font-family: var(--font-Inter), sans-serif;
	background: white;
	/* padding: 0 1.5rem; */
	height: 100%;
	/* padding: 2rem 0; */
	display: flex;
	flex-direction: column;
}

.product-single-details .product-title {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: #21293c;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: -.01em;

}

.product-single-details h4 {
	/* margin-top: 1.5rem; */
	margin-bottom: 1.5rem;
	color: #4c4c4c;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -.01em;
}

.product-single-details .text-success {

	color: green !important;
	/*margin-bottom: 2rem;*/
	font-weight: 600;
	margin-bottom: 4px;
}

.product-single-details .price-box {
	color: #2f2d2d;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0;
}

.product-single-details .price-box .discount-col {
	margin-right: 10px;
}

.product-single-details .price-box .discount-col .indirim-miktari {
	display: inline-flex;
	flex-direction: column;
	background: green;
	padding: 0.6rem;
	border-radius: 5px;
}

.product-single-details .price-box .discount-col .indirim-miktari span {
	color: #fff;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
}

.product-single-details .price-box .discount-col .indirim-miktari .discount-type {
	/* color: #fff; */
	font-size: 1.6rem;
	margin-bottom: 2px;
}

.product-single-details .price-box .price-col {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	justify-content: center;
}

.product-single-details .product-desc-frame .product-desc {
	margin-bottom: 8px;

}

.product-single-details .product-desc-frame .product-desc:last-child {
	margin-bottom: 0;

}


.product-single-details .product-desc-text {
	margin-bottom: 8px;

}

.product-single-details .variant {
	position: relative;
	margin-top: 5px;
}

.product-single-details .price-box p.indirim-miktari {
	display: block;
	color: green;
	font-weight: 500;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	line-height: 1;
	font-size: 14px;
	width: 100%;
	order: 0;
	text-align: left;
}

.product-single-details .product-price {
	font-size: 2.1rem;
	font-weight: 600;
	color: #2f2d2d;
	display: inline-block;
	line-height: 1;
}

.product-single-details .product-add-conf {
	padding: 20px 0;
	border-top: 1px solid var(--border-color);
	margin-top: 10px;
}

.product-single-details .product-add-conf .conf-button {
	display: inline-flex;
	font-size: 14px;
	margin-right: 22px;
	text-decoration: none;
	cursor: pointer;
	/* height: 44px; */
	/* border: 2px solid #e7e7e7; */
	/* padding: 8px 12px; */
	border-radius: 10px;
}

.product-single-details .product-add-conf .conf-button .pact-text {
	margin-left: 4px;
}

.product-single-details .old-price {
	font-size: 1.3rem;
	font-weight: 600;
}

.product-single-details .old-price + .product-price {
	margin-left: 0;
}

.rating-row {

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-single-details .visitor {
	margin: 0;
	height: 22px;
}

.product-single-details .visitor p {
	margin: 0;
	font-size: 1.2rem;
}

.product-single-details .visitor p span {
	font-weight: 600;
}

.product-single-details .ratings-container {
	line-height: 1;
	margin: 0;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.product-single-details .ratings-container .product-ratings, .product-single-details .ratings-container .ratings {
	font-size: 1.4rem;
}

.product-single-details .ratings-container .product-ratings, .product-details .product-ratings {
	height: 10px;
}

.product-single-details .rating-link {
	margin-left: 0.4rem;
	color: #90939a;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: .025em;

}

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

.title-row .product-title {
	margin: 0;
}

.title-row .product-brand {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title-row .add-wishlist {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1;
	display: inline-flex;
	text-decoration: none;
}

.product-single-details .product-desc {
	/* margin-bottom: 1.4rem; */
	font-size: 1.3rem;
	/* letter-spacing: .005em; */
	/* line-height: 1.92; */
}

.product-single-details .product-desc.visit p {
	display: inline-block;
	font-size: 1.2rem;
}

.product-single-details .product-desc.visit i {
	color: #c40000;
	margin-right: 0.3rem;
}

.product-single-details .product-desc.visit span {
	font-weight: 900;
}

.product-single-details .product-desc a {
	color: #333;
}

.calendar-row {
	display: block;
	width: 100%;
	background: #f7f7f7;
	padding: 2rem;
	border-radius: 10px;
	margin-bottom: 2.2rem;
	/* border: 1px solid #e1e1e1; */
	/* background-color: black; */
}

.calendar-row .form-control {
	max-width: 100%;
	box-shadow: 0 10px 20px -10px #0000002e;
}

.calendar-row .calendar-select-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.4rem;
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.calendar-row label {
	margin: 0;
	flex: 0 0 auto;
	width: 25%;
	padding-right: .5rem;
	padding-left: .5rem;
}

.calendar-row label input {
	display: none;
}

.calendar-row label input:checked + .date-col {
	background: radial-gradient(farthest-corner at 0% 0%, #ffffff6b 0%, #fff0 100%);
	/* border: 2px solid rgba(var(--main--color)); */
	background-color: rgba(var(--main--color));
}

.calendar-row label input:checked + .date-col span, .calendar-row label input:checked + .date-col i {
	color: white;
}

.calendar-select-wrapper label .date-col {
	display: flex;
	/* border: 2px solid #e1e1e1; */
	background: white;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	aspect-ratio: 1/1;
	position: relative;
	border-radius: 10px;
	padding: 1rem;
	user-select: none;
	box-shadow: 0 10px 20px -10px #0000002e;
}

.calendar-select-wrapper label .date-col span {
	line-height: 1;
	text-align: center;
}

.calendar-select-wrapper label .date-col span:nth-child(1) {
	display: block;
	font-weight: 600;
	margin-bottom: 1rem;
}

.calendar-select-wrapper label .date-col span:nth-child(2) {
	display: block;
	font-size: 2.4rem;
	line-height: 1;
}

.calendar-select-wrapper label .date-col span:nth-child(3) {
	display: block;
}

.calendar-select-wrapper label .date-col.calendar i {
	display: block;
	font-size: 2.4rem;
}

.calendar-select-wrapper label .date-col.calendar input {
	display: block;
	width: 0;
	height: 0;

}

.calendar-select-wrapper .select-day {
	display: none;

}

.calendar-select-wrapper .select-day.show {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	border-radius: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.calendar-row label input:checked + .date-col.calendar .select-day {
	display: flex;
}

.calendar-select-wrapper .select-day span:nth-child(1) {
	display: block;
	font-weight: 600;
	margin-bottom: 1rem;
}

.calendar-select-wrapper .select-day span:nth-child(2) {
	display: block;
	font-size: 2.4rem;
	line-height: 1;
}

.calendar-select-wrapper .select-day span:nth-child(3) {
	display: block;

}

.calendar-select-wrapper .clock-col {
	margin-bottom: 1.4rem;
}

.clock-select-items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.4rem;
}

.clock-select-items .clck-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	height: 100%;
	position: relative;
	border-radius: 10px;
	padding: 1rem;
	background: white;
	user-select: none;
	box-shadow: 0 10px 20px -10px #0000002e;
}

.clock-select-items label input:checked + .clck-item {
	background: radial-gradient(farthest-corner at 0% 0%, #ffffff6b 0%, #fff0 100%);
	background-color: rgba(var(--main--color));

}

.clock-select-items label input:checked + .clck-item span {
	color: white;
}

.product-single-details .product-action {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	align-items: inherit;
	margin: 10px 0;
	padding: 20px 0;
	/*border-top: 1px solid var(--border-color);*/
}

.product-single-details .product-action .select-property.qty {
	margin-right: 16px;
}

.product-single-details .sticky-header {
	height: auto;
}

.product-single-details .sticky-header .sticky-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
}

.product-single-details .sticky-header .product-title {
	margin-right: 2rem;
	margin-bottom: 0;
	color: #777;
	font-size: 16px;
	font-weight: 600;
}

.product-single-details .sticky-header .price-box {
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	color: #2b2b2d;
}

.product-single-details .sticky-header .ratings-container {
	margin-bottom: 3.2rem;
}

.product-single-details .container-fluid {
	display: none;
	-ms-flex-align: center;
	align-items: center;
}

.product-single-details .container-fluid img {
	max-width: 5rem;
	max-height: 5rem;
	margin-right: 2rem;
}

.product-single-details .container-fluid .add-cart {
	margin-left: auto;
	margin-bottom: 0;
}

.product-single-details .sticky-header.fixed-nav .container {
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem;
}

.product-single-details .product-single-qty, .product-single-details .paction, .product-single-details .form-group.product-field {
	margin: 0;
}

.product-single-details .paction {
	height: 44px;
	min-width: 43px;
	cursor: pointer;
}

.product-single-details .add-cart {
	min-width: 300px;
	background: black;
	color: white;
	border: 0;
	border-color: var(--main--color);
	font-weight: 500;
	/* width: 100%; */
	border-radius: 10px;
}

.product-single-details .add-cart.done {
	background: green;
}

.product-single-details .add-cart:hover {

	box-shadow: inset 0 0 30px 0 #00000057;

}

.product-both-info .product-single-details {
	margin-top: 0;
}

.product-both-info .product-single-details .product-desc {
	border-bottom: 0;
}

.product-gallery {

	border-right: 0px solid #e7e7e7;

}

.product-single-carousel {

	border-radius: 6px;

}

.product-single-gallery {
	position: sticky;
	top: 100px;
	/* border-right: 1px solid var(--border-color); */
	/* padding: 1.5rem; */
	display: flex;
	/* flex-direction: row; */
	width: 100%;
	/* justify-content: normal; */
	/* flex-wrap: wrap; */
	/* background: #edeeee; */
	/* border-radius: 8px; */
}

.prod-thumbnail-wrapper {
	/* position: relative; */
	/* height: 100%; */
	/* position: absolute; */
	/* width: 20%; */
	right: 0;
	padding-right: 1.5rem;
	flex: 0 1 auto;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: all;
}

.sw-container {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}

.sw-container .sw-scroll-container {
	display: flex;
	transition: all cubic-bezier(.68, -0.55, .27, 1.55) .5s;
}

.sw-container .sw-scroll-container .sw-wrapper {
	flex: 0 0 100%;
	width: 100%;
}

.sw-wrapper .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -80px;
	left: auto;
}

.sw-wrapper .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -80px;
	right: auto;
}

.swiper.swCard {
	width: 320px;
	height: 320px;
}

.swiper.swCard .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #0a0a0a;
	/* background: white; */
	background: radial-gradient(farthest-corner at 50% 50%, rgb(255, 255, 255), rgb(248, 248, 248));
	box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1);
}

.swiper.swCard .swiper-slide span {
	font-family: 'Sriracha', cursive;
	font-size: 18px;
	color: #0a0a0a;
	padding: 4rem;
	font-weight: normal;
	user-select: none;
}

.swiper.swCard .swiper-slide a.copy-text {
	font-family: 'Sriracha', cursive;
	font-size: 18px;
	color: #f00;
	font-weight: normal;
	user-select: none;
	position: absolute;
	bottom: 20px;
}

.sw-buttons {
	display: flex;
	/* padding: 10px 0; */
}

.sw-buttons .btn-sw {
	display: flex;
	background: #efefef;
	padding: 10px 20px;
}

.sw-buttons .btn-sw.active {
	background: #ddd;
}

.product-single-gallery > * {

}

.product-single-gallery a {
	position: relative;
	width: 100%;
	display: block;
}

.product-single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 762px;
	object-fit: cover;
}

.product-single-carousel .product-single-image-link img {
	min-height: 500px;
	object-fit: contain;
	background: white;
	height: 100% !important;
	width: 100% !important;
}

.product-single-gallery .owl-theme .owl-nav, .product-single-gallery .owl-theme .owl-nav {
	color: #2f2d2d;
	font-size: 32px;
}

.product-single-gallery .owl-prev, .product-single-gallery .owl-next {
	margin: 0 2rem !important;
	transition: all .5s;
	opacity: 0;
}

.prod-thumbnail {
	border-radius: 12px;
	/* position: relative; */
	/* display: flex; */
	/* flex: 0 0 auto; */
	/* width: 30%; */
	height: 100%;
}

.prod-thumbnail img, .prod-thumbnail video {
	width: 100%;
	cursor: pointer;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #e1e1e1;
}

.prod-thumbnail .swiper-slide-thumb-active img, .prod-thumbnail .swiper-slide-thumb-active video {
	opacity: .5;
}

.prod-thumbnail .focus img, .prod-thumbnail img:hover, .prod-thumbnail .focus video, .prod-thumbnail video:hover {
	opacity: .5;
}

.transparent-dots {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 1rem;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80px;
	margin: 0;
	padding: 0;
	opacity: .5;
	z-index: 99;
}

.transparent-dots .active img, .transparent-dots img:hover {
	border: 1px solid #000;
}

.product-slider-container {
	position: relative;
	flex: 0 0 auto;
	width: 80%;
	order: 1;
	background: white;
	border-radius: 10px;
}

.product-single-container .p-slider {
	z-index: 10;

}

.product-single-gallery .js-image-zoom__zoomed-image {
	z-index: 100;
	box-shadow: 0 0 40px 0px #0000001a;
	background: white;
	border: 2px solid white;
	border-radius: 10px;
}

.js-image-zoom__zoomed-area {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.prod-full-screen {
	position: absolute;
	right: 2rem;
	bottom: 1.7rem;
	transition: all .5s;
	outline: none;
	opacity: 0;
	z-index: 1;
}

.prod-full-screen i {
	color: #2f2d2d;
	font-size: 1.4rem;
	cursor: pointer;
}

.product-item:hover .prod-full-screen, .product-item:hover .owl-prev, .product-item:hover .owl-next {
	opacity: 1;
}

.prod-thumbnail img {
	display: block;
}

.prod-thumbnail .owl-dot {
	box-sizing: border-box;
}

.single-info-list {
	margin-bottom: 2rem;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.5;
	text-transform: uppercase;
}

.single-info-list li {
	margin-bottom: 1rem;
	color: #7b858a;
	letter-spacing: .005em;
}

.single-info-list li strong {
	color: #4c4c4c;
}

.product-single-qty {
	max-width: 85px;
	max-height: 44px;
}

.product-single-qty .bootstrap-touchspin.input-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 100%;
	max-height: 44px;
	padding-right: 0;
	background: white;
	border-radius: 10px;
	border: 2px solid #e9e9e9;
	overflow: hidden;
}

.product-single-qty .bootstrap-touchspin .form-control {
	max-width: none;
	height: 40px;
	padding: 1rem .2rem;
	color: #2f2d2d;
	background: white;
	font-size: 1.5rem;
	letter-spacing: .05em;
	border-radius: 8px !important;
	z-index: 4;
	border: 0;

}

.product-single-qty .bootstrap-touchspin .form-control, .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
	border-color: #dae2e6;
}

.product-single-qty .horizontal-quantity {
	height: 43px;
}

.product-single-qty .btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 31px;
	margin: 0;
	padding: .5rem;
	font-family: var(--font-Inter), sans-serif;
	font-size: 2.4rem;
	line-height: 1;
	z-index: 2;
}

.product-single-qty .btn.btn-outline {
	border-color: transparent;
	color: #2f2d2d;
	display: flex;
	height: 100%;
	width: 30px;
	border: 0;
}

.product-single-qty .btn.btn-up-icon {
	border-radius: 0;
}

.product-single-qty .btn.btn-down-icon {
	border-radius: 0;
}

.product-single-qty .btn.btn-up-icon::after {
	display: block;
	position: absolute;
	content: '\e145';
	font-family: 'Material Icons Outlined';
	color: #4c4c4c;
	font-size: 1.4rem;

}

.product-single-qty .btn.btn-down-icon::after {
	display: block;
	position: absolute;
	content: '\e15b';
	font-family: 'Material Icons Outlined';
	color: #4c4c4c;
	font-size: 1.4rem;

}

.product-filters-container .product-action {
	display: flex;
}

.product-single-filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 4.2rem;
}

.product-single-filter + .product-single-filter {
	margin-top: 2.2rem;
}

.product-single-filter label {
	margin-right: 1.3rem;
	margin-bottom: 0;
	color: #21293c;
	font: 700 1.5rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: .005em;
}

.product-single-filter .config-swatch-list {
	display: inline-flex;
	margin: 0;
}

.product-single-filter .config-swatch-list li {
	margin-bottom: 0;
}

.product-single-filter .config-size-list li {
	margin-right: .7rem;
	margin-bottom: 0;
}

.product-single-filter .config-size-list li a {
	min-width: 3rem;
	height: 3rem;
	border: 1px solid #dae2e6;
	background-color: #f4f4f4;
	color: #21293c;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.8rem;
}

.product-single-filter .config-size-list li a:hover, .product-single-filter .config-size-list li a:focus {
	border-color: #333;
	background-color: #f4f4f4;
	color: #21293c;
}

.product-single-filter .config-size-list li.active a {
	border-color: #333;
	outline: none;
	background-color: #f4f4f4;
	color: #21293c;
}

.product-single-filter.product-single-qty {
	max-width: 148px;
	max-height: 7.5rem;
	border-bottom: 0;
}

.product-single-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
	background: #f4f4f4;
	padding: 1rem;
	border-radius: 10px;
	padding-top: calc(1rem + 5px);
}

.product-single-share label {
	margin-right: 1.2rem;
	margin-bottom: 05px;
	color: #2f2d2d;
	font: 700 1.4rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: .005em;
	text-transform: uppercase;
}

.product-single-tabs {
	margin-top: 5.5rem;
	margin-bottom: 5.5rem;
	border: 1px solid var(--border-color);
	padding: 0px 2rem 2rem 2rem;
}

.product-single-tabs .tab-pane {
	padding-top: 3.5rem;
	color: #7b858a;
	line-height: 1.92;
}

.product-single-tabs .sticky-header {
	height: auto;
}

.scrolling-box .tab-pane + .tab-pane {
	margin-top: 3.5rem;
	border-top: 2px solid #dae2e6;
}

.product-desc-content p {
	margin-bottom: 2.2rem;
}

.product-desc-content ul, .product-desc-content ol {
	margin-bottom: 2.2rem;
	padding-left: 4rem;
}

.product-desc-content ul li, .product-desc-content ol li {
	margin-bottom: .4rem;
}

.product-desc-content ul li i, .product-desc-content ol li i {
	margin-right: 2rem;
	color: #21293c;
	font-size: 1.5rem;
}

.product-desc-content ul li i::before, .product-desc-content ol li i::before {
	margin: 0;
}

.product-desc-content img.float-right, .product-desc-content img.float-left {
	max-width: 50%;
}

.product-desc-content .feature-box i {
	float: none;
	display: inline-block;
}

.product-desc-content .feature-box-content {
	margin-left: 0;
}

.product-tags-content h4 {
	margin: 0 0 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.product-tags-content form {
	margin-bottom: 2rem;
}

.product-tags-content .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.product-tags-content .form-control {
	margin-right: 10px;
}

.product-tags-content .btn {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.collateral-box ul, .collateral-box ol {
	margin-top: -2rem;
	margin-bottom: 2.5rem;
}

.collateral-box ul li, .collateral-box ol li {
	padding: 2rem 0 1rem;
	border-bottom: 1px solid #dae2e6;
}

.collateral-box.comment-container ul {
	margin-top: 0;
}

.ratings-table {
	width: 100%;
	margin: 20px 0 40px;
	border: 1px solid #ffe9a9;
	border-spacing: 0;
	font-size: 100%;
	empty-cells: show;
	padding: 1rem 0.5rem;
	border-radius: 10px;
	background: #ffbf000a;
}

.ratings-table thead th, .ratings-table tbody td {
	border-right: 1px solid #dae2e6;
	border-bottom: 1px solid #dae2e6;
	line-height: 1.3;
}

@media (max-width: 600px) {
	.ratings-table thead th, .ratings-table tbody td {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.ratings-table input[type=checkbox], .ratings-table input[type=radio] {
	margin: 0 auto;
}

@media (max-width: 600px) {
	.ratings-table thead {
		display: none;
	}
}

.ratings-table thead th {
	padding: .8rem 1.5rem;
	background-color: #f6f6f6;
	color: #777;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
}

.ratings-table tbody td {
	padding: 1.5rem 1rem;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
}

.ratings-table tbody td:first-child {
	font-weight: 700;
	text-align: left;
}

.add-product-review h3 {
	font-size: 1.8rem;
}

.add-product-review form {
	margin-bottom: 4rem;
}

.sidebar-product {
	margin-bottom: 2.8rem;
}

.sidebar-product .widget:not(:last-child) {
	margin-bottom: 1rem;
	padding-bottom: 0;
}

.sidebar-product .widget:not(:last-child).widget-banner {
	margin-bottom: 4.6rem;
}

.sidebar-product .widget:not(:last-child).widget-brand {
	margin-bottom: 2.5rem;
}

.sidebar-product .widget-title {
	margin: 0;
	color: #21293c;
	font: 700 1.2rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-bottom-width: 1px;
}

.sidebar-product .widget-subtitle {
	color: #7a7d82;
	margin-bottom: 3rem;
	font-size: 1.3rem;
	font-weight: 400;
}

.sidebar-product .widget-body {
	padding-left: 0;
	padding-top: 2.3rem;
}

.sidebar-product .widget-body p {
	line-height: 27px;
	font-size: 1.3rem;
	color: #2f2d2d;
	letter-spacing: 0.01em;
	font-weight: 500;
	margin-bottom: 3rem;
}

.widget-brand {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .5rem;
}

.widget-brand a {
	display: block;
}

.widget-info ul {
	margin: 0;
}

.widget-info li {
	padding-top: 1.8rem;
	padding-bottom: 2rem;
	border-top: 1px solid #dee5e8;
	line-height: 1;
}

.widget-info li::after {
	display: block;
	clear: both;
	content: '';
}

.widget-info i {
	min-width: 40px;
	margin-top: .3rem;
	margin-right: 1.4rem;
	margin-left: .7rem;
	float: left;
	color: #2f2d2d;
	font-size: 4rem;
	line-height: 1;
}

.widget-info i::before {
	margin: 0;
}

.widget-info h4 {
	margin-bottom: 0;
	color: #6b7a83;
	font: 700 1.4rem/1.5 var(--font-Inter), sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.widget-banner {
	padding-top: 4rem;
	border-top: 1px solid #dfdfdf;
}

.widget-banner a {
	display: block;
}

.widget-banner img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.featured-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #fff;
}

.featured-section.bg-white {
	background-color: #fff;
}

.featured-section.pt-sm {
	padding-top: 2.5rem;
}

.productPage .home-product {
	margin: 0;
}

.productPage .home-product:hover figure {
	box-shadow: none;
}

.promote {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.promote li {
	border-top: 0;
}

.promote h4 {
	color: #1d2127;
	font-weight: 400;
	letter-spacing: 0;
}

.promote i {
	margin: .3rem .7rem;
}

.product-single-gallery .product-item {
	position: relative;
	display: flex;
	align-self: center;
}

.product-single-gallery .product-item img, .product-single-gallery .product-item video {
	border-radius: 12px;

}

.product-single-gallery .product-single-grid {
	margin-bottom: 3.6rem;
}

.carousel-title {
	margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
	.widget-info i {
		min-width: 40px;
		margin-right: 2.9rem;
		font-size: 4rem;
	}
}

@media screen and (min-width: 992px) {
	.featured-section {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.product-single-container .col-lg-7 {
		-ms-flex: 0 0 55.56%;
		flex: 0 0 55.56%;
		max-width: 55.56%;
	}

	.product-single-container .col-lg-5 {
		-ms-flex: 0 0 44.44%;
		flex: 0 0 44.44%;
		max-width: 44.44%;
	}
}

@media screen and (max-width: 991px) {
	.product-single-gallery {
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.product-all-icons.product-action .product-single-qty {
		margin-right: 50%;
		margin-bottom: 1.2rem;
	}
}

@media screen and (min-width: 768px) {
	.featured-section {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.product-both-info .product-single-share {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 576px) {
	.promote {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.product-both-info .product-top-banner {
		display: -ms-flexbox;
		display: flex;
	}

	.product-both-info .product-single-share {
		margin-left: auto;
	}

	.product-tags-content .form-control {
		width: 250px;
	}
}

.product-single-extended {
	margin-bottom: 6rem;
}

.product-single-extended .product-single-gallery {
	position: relative;
	margin-bottom: 3rem;
}

.product-single-extended .product-title {
	font-size: 4.5rem;
	line-height: 1.15;
}

.product-single-extended .price-box {
	margin-bottom: 1rem;
	border: 0;
}

.product-single-extended .product-price {
	font-size: 3.1rem;
}

.product-single-extended .old-price {
	font-size: 2.4rem;
}

.product-single-extended .old-price + .product-price {
	margin-left: 1.5rem;
}

.product-single-extended .product-desc {
	margin-bottom: 3.1rem;
	padding-bottom: 1.9rem;
}

.product-single-extended .product-desc p {
	max-width: none;
}

.product-single-extended .product-action {
	margin-bottom: 0;
}

.product-single-extended .widget-area .widget.widget-info {
	margin-bottom: 0;
}

.product-single-extended .widget-info ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-single-extended .widget-info i {
	margin-right: 1rem;
}

.product-single-extended .widget-info li {
	padding: 0;
	border-top: 0;
}

.product-single-extended .widget-info li + li {
	margin-left: 2.5rem;
}

.product-single-extended .product-filters-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 2rem;
}

.product-single-extended .product-single-filter {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
	margin-top: 0;
	margin-left: 5rem;
}

.product-single-extended .product-single-filter .config-swatch-list li {
	margin-right: .5rem;
	margin-bottom: 0;
}

.product-single-extended .product-single-filter .config-swatch-list a {
	width: 3rem;
	height: 3rem;
}

.product-desc .view-more {
	color: #2f2d2d;
	font-weight: 700;
	text-transform: uppercase;
}

.product-single-header {
	margin-bottom: 3.2rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #dae2e6;
}

.product-single-header .single-header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end;
}

.product-single-header .product-single-share {
	margin-top: 1rem;
	margin-bottom: 3.7rem;
}

.single-qty-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.single-qty-wrapper label {
	margin-right: 1.3rem;
	margin-bottom: 0;
	color: #21293c;
	font: 700 1.5rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: .005em;
	text-transform: uppercase;
}

.single-qty-wrapper .product-single-qty {
	max-width: 104px;
	max-height: 30px;
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
	max-height: 30px;
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
	max-width: none;
	height: 30px;
	padding: .35rem .2rem;
	box-shadow: none;
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control, .single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
	border-color: #dae2e6;
}

.single-qty-wrapper .product-single-qty .horizontal-quantity {
	height: 30px;
	background-color: #f4f4f4;
}

.single-qty-wrapper .product-single-qty .btn.btn-outline {
	border-color: transparent;
}

.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::after {
	background-color: #2f2d2d;
}

.single-qty-wrapper .product-single-qty .btn.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-up-icon::after {
	background-color: #97a6ae;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev, .owl-nav-simple.owl-carousel .owl-nav .owl-next {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 3rem;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: #21293c;
	font-size: 3rem;
	font-weight: 100;
	line-height: 1;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i, .owl-nav-simple.owl-carousel .owl-nav .owl-next i {
	margin-top: -.3rem;
	line-height: 1;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i::before, .owl-nav-simple.owl-carousel .owl-nav .owl-next i::before {
	margin: 0;
	border-radius: 0;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus, .owl-nav-simple.owl-carousel .owl-nav .owl-next:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
	color: #2f2d2d;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
	left: 1rem;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-next {
	right: 1rem;
}

.product-single-row {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	height: 700px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #7b858a;
	font-size: 1.4rem;
	letter-spacing: .005em;
	line-height: 1.92;
}

.product-single-row .single-row-entire, .product-single-row .single-row-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.product-single-row .single-row-entire {
	width: 100%;
}

.product-single-row .single-row-bg {
	left: 50%;
	width: 50%;
}

.product-single-row.single-row-reverse .single-row-bg {
	left: 0;
}

.product-single-row h5 {
	margin-bottom: 1.1rem;
	margin-left: .6rem;
	color: #7b858a;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -.01em;
}

.product-single-row h2 {
	margin-bottom: 2.8rem;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: -.01em;
}

.product-single-row p {
	margin-bottom: 0;
}

.product-single-row ul, .product-single-row ol {
	margin-bottom: 0;
}

.product-single-row ul li, .product-single-row ol li {
	margin-bottom: .4rem;
}

.product-single-row ul li i, .product-single-row ol li i {
	margin-right: 2rem;
	color: #21293c;
	font-size: 1.5rem;
}

.product-single-row ul li i::before, .product-single-row ol li i::before {
	margin: 0;
}

.product-single-video {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 300px;
	background-color: #4d4d4d;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #7b858a;
	text-align: center;
}

.product-single-video h3 {
	margin-bottom: 1.2rem;
	color: #21293c;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: -.01em;
}

.product-single-video .video-btn {
	color: #7b858a;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -.01em;
	text-transform: uppercase;
}

.product-single-video .video-btn img {
	display: inline-block;
	max-width: 38px;
	height: auto;
	margin-left: .7rem;
	vertical-align: middle;
}

@media screen and (min-width: 576px) {
	.product-single-extended .paction {
		height: 50px;
	}

	.product-single-extended .paction.add-cart {
		min-width: 156px;
		height: auto;
		margin-left: 1.8rem;
	}

	.product-single-extended .paction.add-cart::before {
		font-size: 2rem;
	}

	.product-single-extended .paction.add-cart span {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 1199px) {
	.product-single-header .single-header-right {
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.product-single-row {
		display: block;
	}

	.product-single-row .single-row-bg {
		position: relative;
		left: 0;
		width: 100%;
		height: 50%;
	}

	.product-single-row .single-row-entire {
		position: relative;
		height: 50%;
	}

	.product-single-row h2 {
		font-size: 3.5rem;
	}

	.product-single-row .container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 50%;
	}

	.product-single-extended .product-price {
		font-size: 2.4rem;
	}

	.product-single-extended .product-title {
		font-size: 3rem;
	}
}

@media screen and (max-width: 575px) {
	.product-single-row h2 {
		font-size: 3rem;
	}

	.product-single-extended .widget-info ul {
		display: block;
		margin-left: -.7rem;
	}

	.product-single-extended .widget-info li + li {
		margin-top: 2rem;
		margin-left: 0;
	}

	.product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
		margin-left: 1rem;
	}
}

.sidebar-product .widget.widget-collapse {
	margin-bottom: 3rem;
	padding: 1.8rem 1.5rem 1.3rem;
	border: 1px solid #dae2e6;
}

.sidebar-product .widget.widget-collapse .widget-title {
	margin: 0;
}

.sidebar-product .widget.widget-collapse .widget-title a {
	display: block;
	position: relative;
	padding: .2rem 0 .6rem;
	color: inherit;
}

.sidebar-product .widget.widget-collapse .widget-title a:hover, .sidebar-product .widget.widget-collapse .widget-title a:focus {
	color: #141a1f;
	text-decoration: none;
}

.sidebar-product .widget.widget-collapse .widget-title a::after {
	display: inline-block;
	position: absolute;
	top: 42%;
	right: .1rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .35s;
	font-family: 'porto';
	font-size: 1.7rem;
	font-weight: 400;
	content: '\e81b';
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed::after {
	content: '\e81c';
}

.sidebar-product .widget.widget-collapse .widget-body {
	padding-top: 1.3rem;
	padding-bottom: .5rem;
}

.sidebar-product .widget.widget-collapse .widget-body::after {
	display: block;
	clear: both;
	content: '';
}

.product-single-collapse {
	margin-bottom: 2rem;
}

.product-single-collapse p {
	margin-bottom: 2.5rem;
}

.product-single-collapse .product-desc-content ul, .product-single-collapse .product-desc-content ol {
	margin-bottom: 2.5rem;
}

.product-collapse-panel {
	padding-bottom: 1.8rem;
}

.product-collapse-title {
	margin: 0;
	padding-bottom: 1.2rem;
	color: #141a1f;
	font: 700 1.4rem/1.1 var(--font-Inter), sans-serif;
	letter-spacing: .005em;
	text-transform: uppercase;
}

.product-collapse-title a {
	display: block;
	position: relative;
	padding: 0 0 1.2rem 4rem;
	border-bottom: .2rem solid #dae2e6;
	color: inherit;
}

.product-collapse-title a:hover, .product-collapse-title a:focus {
	color: inherit;
	text-decoration: none;
}

.product-collapse-title a::before {
	display: block;
	position: absolute;
	bottom: -.2rem;
	left: 0;
	width: 100%;
	height: .2rem;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: transform .4s;
	background-color: #2f2d2d;
	content: '';
}

.product-collapse-title a::after {
	display: inline-block;
	position: absolute;
	top: .7rem;
	left: 1.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .35s;
	font-family: 'porto';
	font-size: 2rem;
	font-weight: 400;
	content: '\e81b';
}

.product-collapse-title a.collapsed::after {
	content: '\e81c';
}

.product-collapse-title a.collapsed::before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.collapse-body-wrapper {
	padding-top: 3.4rem;
	padding-bottom: 2rem;
}

.sidebar-toggle {
	position: fixed;
	left: 0;
	width: 40px;
	height: 40px;
	transition: all .2s ease-in-out 0s;
	border: #dcdcda solid 1px;
	border-left-width: 0;
	background: #fff;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
}

@media screen and (min-width: 992px) {
	.sidebar-toggle {
		display: none;
	}
}

@media screen and (min-width: 576px) {
	.sidebar-product .widget.widget-collapse {
		padding: 3.3rem 3rem 2.8rem;
	}
}

@media screen and (max-width: 991px) {
	#scroll-top {
		display: none;
	}
	.mobile-sidebar {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 340px;
		padding: 0;
		-webkit-transform: translate(-340px);
		transform: translate(-340px);
		transition: transform .2s ease-in-out 0s;
		background-color: #fff;
		z-index: 9999;
		overflow-y: auto;
	}

	.sidebar-opened .mobile-sidebar {
		-webkit-transform: translate(0);
		transform: translate(0);
		transition: transform .3s ease-in-out 0s;
	}

	.sidebar-opened .sidebar-overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .35;
		z-index: 8999;
	}

	.sidebar-product {
		margin: 0;
		padding: 2.5rem;
	}
}

.product-single-grid {
	margin-bottom: 6rem;
	padding-top: 4rem;
}

.product-single-grid .product-single-gallery {
	padding: 0 .75rem;
}

.product-single-grid .product-single-gallery .product-item {
	margin-bottom: 1.5rem;
	padding: 0 .75rem;
}

.product-single-grid .inner {
	position: relative;
}

.product-single-grid .prod-full-screen {
	right: 1rem;
	bottom: 1rem;
}

.product-single-grid .product-single-details .product-title {
	margin-top: 1.5rem;
	font-size: 2.8rem;
}

.product-single-grid .product-single-details .ratings-container {
	margin-bottom: 5rem;
}

.product-single-grid .product-single-details .price-box {
	margin-bottom: 3.8rem;
}

.product-single-grid .product-single-details .product-price {
	font-size: 3.1rem;
}

.product-single-grid .product-single-details .old-price {
	font-size: 2.2rem;
}

.product-single-grid .product-single-details .old-price + .product-price {
	margin-left: 1.5rem;
}

.product-single-grid .product-single-details .product-action {
	margin-bottom: 3.8rem;
}

.product-single-grid .product-single-details .paction {
	height: 59px;
}

.product-single-grid .add-cart {
	min-width: 270px;
	margin-left: 0;
}

.product-single-grid .add-cart::before {
	font-size: 2.1rem;
}

.product-single-grid .add-cart span {
	font-size: 1.6rem;
}

.product-single-grid .product-filters-container {
	margin-bottom: 4rem;
}

.product-single-grid .product-single-filter {
	padding-bottom: 2.1rem;
}

.product-single-grid .product-single-filter .config-swatch-list li {
	margin-right: .5rem;
	margin-bottom: 0;
}

.product-single-grid .product-single-filter .config-swatch-list a {
	width: 3rem;
	height: 3rem;
}

.product-size-content img {
	display: block;
	width: auto;
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
}

.table.table-size thead tr th, .table.table-size tbody tr td {
	border: 0;
	color: #21293c;
	font-size: 1.5rem;
	letter-spacing: .005em;
	text-transform: uppercase;
}

.table.table-size thead tr th {
	padding: 2.8rem 1.5rem 1.7rem;
	background-color: #f4f4f2;
	font-weight: 600;
}

.table.table-size tbody tr td {
	padding: 1rem 1.5rem;
	background-color: #fff;
	font-weight: 700;
}

.table.table-size tbody tr td:first-child {
	font-weight: 600;
}

.table.table-size tbody tr:nth-child(2n) td {
	background-color: #ebebeb;
}

@media screen and (min-width: 992px) {
	.table.table-size thead tr th {
		padding-top: 4.2rem;
		padding-bottom: 2.8rem;
	}

	.table.table-size thead tr th, .table.table-size tbody tr td {
		padding-right: 3.5rem;
		padding-left: 3.5rem;
	}
}

@media screen and (max-width: 912px) and (min-width: 768px) {
	.product-single-grid .add-cart {
		min-width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.product-single-grid .product-single-gallery .row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.product-single-grid .product-single-gallery [class*='col-'] {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.cart-table-container {
	margin-bottom: 2.5rem;
}

.table.table-cart tr th, .table.table-cart tr td {
	vertical-align: middle;
}

.table.table-cart tr th:not(.product-col), .table.table-cart tr td:not(.product-col) {
	text-align: left;
}

.table.table-cart tr th {
	padding: 1.7rem 1.5rem 1.2rem;
	border: 0;
	font-weight: 600;
}

.table.table-cart tr td {
	padding: 2rem 1.5rem;

}

.table.table-cart thead {

	border-bottom: 1px solid var(--border-color);
}

.table.table-cart tr td.product-col {
	padding: 2rem .8rem 1.8rem 0;
}

.table.table-cart tr.product-action-row td {
	padding: 0 0 2.2rem;
	border: 0;
}

.table.table-cart .product-title {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.table.table-cart tfoot td {
	padding: 2rem 0 1rem;
}

.table.table-cart tfoot .btn {
	padding: .85rem 2rem;
	font-family: var(--font-Inter), sans-serif;
	letter-spacing: 0;
	text-transform: initial;
}

.table.table-cart tfoot .btn + .btn {
	margin-left: 1rem;
}

.table.table-cart .bootstrap-touchspin.input-group {
	margin-right: auto;
	margin-left: auto;
}

.btn-remove, .btn-edit, .btn-move {
	color: #2f2d2d;
}

.btn-remove:hover, .btn-remove:focus, .btn-edit:hover, .btn-edit:focus, .btn-move:hover, .btn-move:focus {
	color: #0d0d0d;
	text-decoration: none;
}

.btn-edit {
	margin-right: 1rem;
	font-size: 1.3rem;
}

.btn-move {
	font-size: 1.3rem;
	line-height: 2.5rem;
}

.btn-move:hover, .btn-move:focus {
	text-decoration: underline;
}

.qty-col {
	min-width: 98px;
}

.product-col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

tbody .product-col {
	font-size: 0;
}

.product-col .product-image-container {
	flex: 0 0 100px;
	max-width: 100px;
	/* border: 1px solid var(--border-color); */
	vertical-align: middle;
	margin-right: 1.8rem;
	margin-bottom: 0;
}

.product-col .product-title {
	display: inline-block;
	vertical-align: middle;
}

.cart-discount {
	margin-top: 2rem;
	margin-bottom: -1.6rem;
	background: #f4f4f4;
	padding: 1.6rem;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}

.cart-discount .discount-group input {

	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cart-discount .discount-group button {

	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.cart-discount form {
	margin: 0;
}

.cart-discount h4 {
	margin-bottom: 1.2rem;
	font-size: 1.6rem;
	font-weight: 400;
}

.cart-discount form {
	max-width: 420px;
}

.cart-summary {
	margin-bottom: 2.5rem;
	padding: 1.6rem;
	border: 1px solid var(--border-color);
	/* background: #fbfbfb; */
	position: sticky;
	top: 120px;
}

.cart-summary .table-mini-cart {
	padding: 0;
	border: 0;
	margin-bottom: 1.6rem;
}

.cart-summary h3 {
	margin-bottom: 1.3rem;
	font-size: 1.8rem;
	font-weight: 600;
}

.cart-summary h4 {
	font-size: 1.5rem;
	font-weight: 600;
	/* border-top: 1px solid #cccccc; */
	margin-bottom: 1rem;
}

.cart-summary h4 a {
	position: relative;
	display: block;
	color: inherit;
	padding: 1rem 2rem 1rem 0;
}

.cart-summary h4 a::after {
	font-family: 'porto';
	content: '\e81b';
	position: absolute;
	display: inline-block;
	right: .4rem;
	top: 50%;
	font-size: 1.4rem;
	transform: translateY(-50%);
}

.cart-summary h4 a.collapsed::after {
	content: '\e81c';
}

#total-estimate-section form {
	margin-bottom: 0;
	padding: .7rem 0 2.2rem;
}

.table.table-totals {
	margin-bottom: 2rem;
	border-top: 1px solid #ccc;
}

.table.table-totals tbody tr:first-child td {
	padding-top: 1.6rem;
}

.table.table-totals tr {
	border: 0;
}

.table.table-totals tr th, .table.table-totals tr td {
	padding: .6rem 0;
	border: 0;
}

.table.table-totals tr th:last-child, .table.table-totals tr td:last-child {
	text-align: right;
}

.table.table-totals tfoot {
	border-top: 1px solid #ccc;
	font-size: 1.4rem;
	font-weight: 400;
}

.table.table-totals tfoot tr td {
	padding-top: 1.3rem;
	padding-bottom: 1.6rem;
}

.table.table-totals tfoot tr td:last-child {
	font-weight: 600;
	color: #141a1f;
}

.checkout-methods .btn + .btn {
	margin-top: 2.2rem;
}

@media screen and (max-width: 767px) {
	.table.table-cart, .table.table-cart tbody, .table.table-cart tfoot {
		display: block;
	}

	.table.table-cart thead {
		display: none;
	}

	.table.table-cart tr td {
		padding: .5rem 1rem;
		border-top: 0;
	}

	.table.table-cart tr td.product-col {
		padding-bottom: .5rem;
	}

	.table.table-cart .product-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		border-top: 1px solid #ccc;
	}

	.table.table-cart .product-action-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}

	.table.table-cart .product-action-row td {
		width: 100%;
	}

	.table.table-cart .product-action-row .float-right {
		margin-top: -4px;
		margin-left: auto;
	}

	.table.table-cart .product-col {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.table.table-cart .product-col .product-image-container {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.table.table-cart tfoot {
		border-top: 1px solid #ccc;
	}

	.table.table-cart tfoot tr {
		display: block;
		width: 100%;
	}

	.table.table-cart tfoot tr td {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 1rem 0;
	}

	.table.table-cart tfoot .btn {
		margin-top: .5rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.table.table-cart tfoot .float-left {
		display: none;
	}

	.table.table-cart tfoot .float-right {
		margin-left: auto;
	}
}

.checkout-progress-bar {
	display: block;
	margin: 0 0 3rem;
	font-size: 0;
	line-height: 1.4;
	counter-reset: i;
}

.checkout-progress-bar li {
	display: inline-block;
	position: relative;
	width: 50%;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

.checkout-progress-bar li::before {
	background-color: #e7e7e7;
	top: 1.9rem;
	transition: background 0.3s;
	content: '';
	height: .7rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.checkout-progress-bar li > span {
	display: inline-block;
	padding-top: 4.5rem;
	width: 100%;
	word-wrap: break-word;
	color: #999;
	font-weight: 300;
	font-size: 1.6rem;
}

.checkout-progress-bar li > span::before, .checkout-progress-bar li > span::after {
	position: absolute;
	top: 0;
	left: 50%;
	transition: background .3s;
	border-radius: 50%;
	content: '';
}

.checkout-progress-bar li > span::before {
	background-color: #e7e7e7;
	height: 3.8rem;
	width: 3.8rem;
	margin-left: -1.9rem;
}

.checkout-progress-bar li > span::after {
	background: #ffffff;
	height: 2.6rem;
	width: 2.6rem;
	margin-left: -1.3rem;
	top: .6rem;
	content: counter(i);
	counter-increment: i;
	color: #777;
	font-weight: 600;
}

.checkout-progress-bar li.active::before, .checkout-progress-bar li.active > span::before {
	background-color: var(--main--color);
}

.checkout-progress-bar li.active > span {
	color: #2f2d2d;
}

.checkout-progress-bar li.active > span::after {
	font-family: 'porto';
	content: '\e84e';
}

.checkout-progress-bar li:first-child::before {
	border-radius: .6rem 0 0 .6rem;
}

.checkout-progress-bar li:last-child::before {
	border-radius: 0 .6rem .6rem 0;
}

.checkout-steps .step-title {
	margin-top: 0;
}

.checkout-steps textarea {
	width: 100%;
	max-width: 100%;
}

.checkout-steps .product-container {
	background: #f7f7f7;
	padding: 1rem;
	margin-bottom: 2rem;
	border-radius: 10px;
}

.checkout-steps .form-control-tooltip {
	position: relative;
	display: flex;
}

.checkout-steps .form-control-tooltip.form-alert::after {
	content: "\F33A";
	font-family: bootstrap-icons !important;
	position: absolute;
	left: -10px;
	color: red;
	background: white;
	border-radius: 50%;
	border: 1px solid red;
	width: 2rem;
	height: 2rem;
	line-height: 1.4;
	text-align: center;
	top: 10px;
	box-shadow: 0 0 10px 0 #ff000038;
}

.checkout-steps .form-control-tooltip.form-alert input {
	border-color: red;
}

.checkout-steps .product-container .prod-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkout-steps .product-container .prod-title label:first-child {
	display: flex;
	font-size: 2rem;
	font-weight: 500;
}

.checkout-steps .product-container .prod-title label:last-child {
	display: flex;
	font-size: 1.4rem;
	/* font-weight: 500; */
}

.checkout-steps li {
	margin-bottom: 3rem;
}

.checkout-steps li form {
	max-width: 480px;
	margin-top: 2.5rem;
	margin-bottom: 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}

.checkout-steps li form:last-of-type {
	padding-bottom: .1rem;
	border-bottom: 0;
}

.checkout-steps li form p {
	margin-bottom: 1rem;
	color: #777;
	font-size: 1.3rem;
}

.checkout-steps li .form-footer {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.step-title {
	padding-bottom: 9px;
	font-weight: 300;
	font-size: 2.2rem;
	border-bottom: 1px solid var(--border-color);

}

.step-title::after {
	display: block;
	clear: both;
	content: '';
}

.step-title .step-title-edit {
	margin-top: .4rem;
	float: right;
	font-size: 1.4rem;
}

.shipping-step-addresses {
	margin-bottom: 2rem;
	font-size: 0;
}

.shipping-step-addresses::after {
	display: block;
	clear: both;
	content: '';
}

.shipping-address-box, .shipping-cargo-box {
	margin: 0;
}

.add-more-container {
	margin-bottom: 2rem;
}

.add-more-container a {
	margin: 0;
	padding: 1rem;
	border: .2rem solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	color: var(--main--color);
}

.add-more-container a:hover {
	color: var(--main--color);
	background: transparent !important;
}

.checkout-step-cargo {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.checkout-step-cargo .shipping-cargo-box {
	margin: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.shipping-cargo-box {
	display: block;
	width: 50%;

}

.shipping-cargo-box article .cargo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shipping-cargo-box article .cargo img {
	display: block;
	height: 36px;
	width: auto;
}

.shipping-cargo-box article .cargo span {
	display: inline-block;

}

.shipping-address-box article, .shipping-cargo-box article {
	display: inline-flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2rem;
	transition: .3s border-color;
	border: .2rem solid rgba(0, 0, 0, 0.1);
	font-size: 1.3rem;
	line-height: 3rem;
	vertical-align: top;
	word-wrap: break-word;
	border-radius: 10px;

}

.shipping-address-box article address, .shipping-cargo-box article address {

	flex: 0 0 auto;
	width: 100%;
}

.shipping-address-box input, .shipping-cargo-box input {
	display: none;
}

.shipping-address-box h4 {
	font-weight: 600;
	margin-bottom: 1rem;
}

.shipping-address-box p {
	margin-bottom: 1rem;
	line-height: 1;
}

.shipping-address-box p span {
	padding: 0 0.3rem;
}

.shipping-address-box input:checked + article, .shipping-cargo-box input:checked + article, .checkout-step-shipping label input:checked ~ span {
	border-color: #5ecf00;
}

.shipping-address-box input:checked + article::after, .shipping-cargo-box input:checked + article::after, .checkout-step-shipping label input:checked ~ span::after {
	content: '\e84e';
	font-family: 'porto';
	position: absolute;
	right: 17px;
	top: -14px;
	height: 2.7rem;
	width: 2.7rem;
	font-size: 1.9rem;
	line-height: 2.1rem;
	padding-top: .2rem;
	text-align: center;
	background-color: #5ecf00;
	color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #fff, 0 0 0 5px #5ecf00;
}

.shipping-address-box.active .address-box-action {
	/* visibility: hidden; */
}

.address-box-action {
	margin-top: 2rem;
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	width: 100%;
}

.address-box-action a.addr-btn {
	font-weight: 600;
	font-size: 1.4rem;
	cursor: pointer;
}

.address-box-action .btn {
	font-family: var(--font-Inter), sans-serif;
	letter-spacing: 0;
	text-transform: initial;
}

.address-box-action .btn.btn-sm {
	padding: .85rem 1.2rem;
	font-size: 1.3rem;
}

.address-box-action .btn.btn-sm.btn-link {
	padding-right: 0;
	padding-left: 0;
}

.btn-new-address {
	margin-bottom: 1.2rem;
	padding: .95rem 1.3rem;
	font-family: var(--font-Inter), sans-serif;
	letter-spacing: 0;
	text-transform: initial;
}

.table-step-shipping {
	/* max-width: 600px; */
	display: flex;
}

.table-step-shipping tr td {
	border: 0;
	border-bottom: 1px solid var(--border-color);
	padding: 1.8rem 1.5rem;
}

.checkout-steps-action::after {
	display: block;
	clear: both;
	content: '';
}

.checkout-steps-action .btn {
	min-width: 70px;
	text-align: center;
	background: green;
	border-color: green;
}

.order-summary {
	margin-bottom: 2.5rem;
	padding: 1.6rem;
	border: 1px solid var(--border-color);
	/* background: #fbfbfb; */
	position: sticky;
	top: 120px;
}

.order-summary.agreement {
	margin-top: 2.5rem;
	top: 120px;

}

.order-summary h3 {
	margin-bottom: 1.3rem;
	font-size: 2.4rem;
	font-weight: 300;
}

.order-summary h4 {
	font-size: 1.5rem;
	font-weight: 600;
	/*border-top: 1px solid #cccccc;*/
	/* border-bottom: 1px solid #cccccc; */
	margin-bottom: 1rem;
}

.order-summary h4 a {
	position: relative;
	display: block;
	color: inherit;
	padding: 1rem 2rem 1rem 0;
}

.order-summary h4 a::after {
	font-family: 'porto';
	content: '\e81b';
	position: absolute;
	display: inline-block;
	right: .4rem;
	top: 50%;
	font-weight: 400;
	font-size: 1.5rem;
	transform: translateY(-50%);
}

.order-summary h4 a.collapsed::after {
	content: '\e81c';
}

.table-mini-cart {
	margin-bottom: 0;
	border: 1px solid var(--border-color);
	padding: 1rem;
}

.table-mini-cart tr td {
	padding: 2rem 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.table-mini-cart .product-col {
	-ms-flex-align: start;
	align-items: flex-start;
}

.table-mini-cart .product-col .product-image-container {
	flex: 0 0 75px;
	max-width: 75px;
	margin-right: 1.5rem;
	vertical-align: top;
}

.table-mini-cart .product-col > div {
	padding-top: .8rem;
	vertical-align: top;
}

.table-mini-cart .price-col {
	padding-top: 2.5rem;
	color: #2f2d2d;
	font-size: 1.6rem;
	font-weight: 400;
}

.table-mini-cart .product-title {
	display: block;
	max-width: 170px;
	margin-bottom: .8rem;
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 0;
}

.table-mini-cart .product-qty {
	display: block;
	color: #777;
	font-size: 1.3rem;
}

.table-mini-cart-flex-column {
	display: flex;
	border-bottom: 1px solid var(--border-color);
}

.table-mini-cart-column {
	display: flex;
	margin-bottom: 1rem;
	justify-content: space-between;
}

.table-mini-cart-column span {
	font-size: 14px;
}

.table-mini-cart-column span:last-child {
	font-weight: 600;
}

.table-mini-cart-column:last-child {
	margin-bottom: 0;
}

.table-mini-cart-flex-column .product-image-container {
	display: flex;
	flex: 0 0 50%;
}

.table-mini-cart-flex-column .product-title-container {
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

.table-mini-cart-flex-column .product-title-container .product-var {

}

.table-mini-cart-flex-column .product-title-container .product-var p {
	margin-bottom: .8rem;
	padding: 0;
}

.price-cart {
	margin-bottom: 1.6rem;
	/* border: 1px solid var(--border-color); */
	/* padding: 1rem; */
}

.price-cart-column {
	display: flex;
	margin-bottom: 1rem;
	justify-content: space-between;
	align-items: center;
}

.price-cart-column span {
	font-size: 18px;
}

.price-cart-column span:last-child {
	font-weight: 600;
	font-size: 24px;
	color: green;
}

.price-cart-column:last-child {
	margin-bottom: 0;
}

.order-summary.agreement .checkout-steps-action {
	margin-top: 1.6rem;
}

.agreement-action {
	padding: 1.6rem 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.agreement-action-group {
	display: flex;
	margin-bottom: 1.6rem;
}

.agreement-action-group:last-child {
	margin-bottom: 0;
}

.agreement-action-group label {
	margin-left: 1.6rem;
	margin-bottom: 0;
}

.agreement-action-group a {
	cursor: pointer;
}

.agreement-action-group a:hover {
	text-decoration: underline;
}

.agreement-action span {
	font-size: 14px;
}

.agreement-action input {
	width: 2rem;
	height: 2rem;
	margin-top: 0.5rem;
	border-radius: 0 !important;
}

.agreement-action input:checked {
	background-color: green;
	border-color: green;
}

.agreement-action input:focus {
	box-shadow: unset;
}

.agreement-action input:active {
	border-color: green;
}

.checkout-payment {
	margin-bottom: 3rem;
}

.checkout-payment .step-title {
	margin-bottom: 1.8rem;
}

.checkout-payment h4 {
	font-weight: 400;
}

.checkout-payment .form-group {
	max-width: 480px;
}

#checkout-shipping-address {
	display: none;
	padding-left: 3rem;
	line-height: 3rem;
}

#checkout-shipping-address.show {
	display: block;
}

#new-checkout-address {
	display: none;
}

#new-checkout-address.show {
	display: block;
}

.checkout-discount {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.checkout-discount form {
	max-width: 480px;
	margin-bottom: 0;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

.checkout-discount h4 {
	font-size: 1.4rem;
	font-weight: 400;
	border-top: 1px solid var(--border-color);
	margin-bottom: 0;
}

.checkout-discount h4 a {
	position: relative;
	display: block;
	padding: 1rem 2rem 1rem 0;
}

.checkout-discount h4 a::after {
	font-family: 'porto';
	content: '\e81b';
	position: absolute;
	display: inline-block;
	right: .4rem;
	top: 50%;
	font-size: 1.5rem;
	transform: translateY(-50%);
}

.checkout-discount h4 a.collapsed::after {
	content: '\e81c';
}

.checkout-info-box {
	margin-bottom: 3rem;
	font-size: 1.3rem;
	line-height: 2.7rem;
}

.checkout-info-box .step-title {
	margin-bottom: 1.8rem;
}

@media screen and (min-width: 576px) {
	.checkout-progress-bar li {
		width: 50%;
	}

	.checkout-progress-bar li > span {
		font-size: 1.8rem;
	}

	.shipping-address-box {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.shipping-address-box {
		width: 33.33%;
	}
}

.entry {
	margin-bottom: 3rem;
	color: #555;
}

.entry a {
	color: #555;
}

.entry a:hover, .entry a:focus {
	color: #333;
}

.entry-media {
	border-radius: 0;
	margin-bottom: 2rem;
	background-color: #fff;
	padding: .4rem;
	border: 1px solid var(--border-color);
}

.entry-media img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.entry-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.4rem;
	margin: 0 !important;
}

.entry-body {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 2.7rem;
}

.entry:not(.single):last-of-type .entry-body {
	border-bottom: 0;
}

.entry-body .entry-date {
	width: 45px;
	margin-right: 10px;
	float: left;
	text-align: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.entry-body .entry-date .day {
	color: #161616;
	background-color: #f4f4f4;
	border-radius: .2rem .2rem 0 0;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1rem .2rem;
	line-height: 1.375;
	margin-bottom: .3rem;
}

.entry-body .entry-date .month {
	color: #fff;
	background-color: #2f2d2d;
	border-radius: 0 0 .2rem .2rem;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	display: block;
	font-size: 1.2rem;
	padding: 0 .2rem .2rem;
	line-height: 1.33;
}

.entry-title {
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.35;
	margin-bottom: 1rem;
	color: #141a1f;
}

.entry-title a {
	color: #141a1f;
}

.entry-title a:hover, .entry-title a:focus {
	text-decoration: underline;
}

.entry-content::after {
	display: block;
	clear: both;
	content: '';
}

.read-more {
	float: right;
}

.read-more i::before {
	margin: 0;
}

.entry-meta > span {
	display: inline-block;
	margin-right: 1.5rem;
}

.entry-meta i {
	margin-right: .5rem;
}

.entry-meta i::before {
	margin: 0;
}

.single .entry-meta {
	margin-bottom: 2.4rem;
}

.single .entry-title {
	font-size: 2.4rem;
}

.single h3 {
	font-weight: 400;
	font-size: 2rem;
}

.single h3 i {
	margin-right: .2rem;
}

.single .entry-content {
	margin-bottom: 4rem;
}

.entry-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2.6rem;
	padding: 2.8rem 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}

.entry-share h3 {
	margin-right: 1.5rem;
}

.entry-share .social-icon {
	color: #fff;
}

.entry-share .social-icon:hover, .entry-share .social-icon:focus {
	color: #fff;
}

.entry-author {
	margin-bottom: 3rem;
	padding-bottom: 2.7rem;
	border-bottom: 1px solid var(--border-color);
}

.entry-author::after {
	display: block;
	clear: both;
	content: '';
}

.entry-author h3 {
	margin-bottom: 2rem;
}

.entry-author figure {
	max-width: 80px;
	margin-right: 2rem;
	margin-bottom: 0;
	float: left;
}

.entry-author h4 {
	margin: 1rem;
	font-weight: 600;
}

.entry-author .author-content {
	font-size: 1.3rem;
	line-height: 1.8;
}

.entry-author .author-content p:last-child {
	margin-bottom: 0;
}

.comment-respond h3 {
	margin-bottom: 1.2rem;
}

.comment-respond h3 + p {
	margin-bottom: 2.6rem;
}

.comment-respond form {
	margin-bottom: 0;
}

.related-posts {
	margin-bottom: 4rem;
}

.related-posts h4 {
	margin-bottom: 2rem;
	font-size: 1.9rem;
	text-transform: uppercase;
}

.related-posts .entry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.related-posts .entry p {
	margin-bottom: 1rem;
}

.related-posts .entry-body {
	padding-bottom: 0;
	border-bottom: 0;
}

.related-posts .entry-media {
	margin-bottom: 2rem;
}

.related-posts .entry-title {
	margin-bottom: 1rem;
	font-size: 1.8rem;
}

.sidebar {
	position: relative;
	font-size: 1.3rem;
}

.sidebar .widget {
	margin-bottom: 3rem;
	padding-right: 2rem;
}

.sidebar .sidebar-wrapper .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 3rem;
}

.sidebar-wrapper {
	-webkit-backfac-visibility: hidden;
}

.widget-title {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 600;
	color: #141a1f;
	margin: .5rem 0 1.3rem;
}

.widget form {
	margin-bottom: 0;
}

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

.list li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.list li.active {
	font-weight: 600;
}

.list li.active a {
	color: #141a1f;
}

.list li a {
	font-size: 1.4rem;
	color: #555;
	display: flex;
	position: relative;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list li:last-child a {
	border-bottom: unset;
}

.list li a:hover {

	color: #2f2d2d;

}

.list li a::before {
	content: '';
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-size: 2rem;
	font-weight: 400;
	color: var(--main--color);
	width: 40px;
	text-align: center;
	margin-right: 10px;
	transition: all ease-in-out .1s;
	height: 40px;
	line-height: 39px;
}

.list li a.musteri-icon::before {
	content: "\f4d3";
}

.list li a.hesabim-icon::before {
	content: "\f4db";
}

.list li a.siparis-icon::before {
	content: "\f179";
}

.list li a.fatura-icon::before {
	content: '\f570';
}

.list li a.adres-icon::before {
	content: "\f3e8";
}

.list li a.fav-icon::before {
	content: "\f417";
}

.list li a.cikis-icon::before {
	content: "\f1c3";
}

.list li a:hover, .list li a:focus {
	text-decoration: none;
}

.widget-search form {
	position: relative;
	margin: 0;
}

.widget-search .form-control {
	width: 100%;
	max-width: none;
	padding-right: 5.5rem;
}

.widget-search .search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	border: 0;
	outline: none;
	background-color: transparent;
	color: #2f2d2d;
	font-size: 1.3rem;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}

.tagcloud::after {
	display: block;
	clear: both;
	content: '';
}

.tagcloud a {
	display: block;
	padding: 1.1rem 1.4rem;
	background-color: #e1e1e1;
	color: #7e7d79;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 11px;
	float: left;
	margin: 0 .7rem .7rem 0;
}

.tagcloud a:hover, .tagcloud a:focus {
	background-color: #2f2d2d;
	color: #fff;
	text-decoration: none;
}

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

.simple-entry-list li {
	margin: 0 0 1rem;
}

.simple-entry-list li::after {
	display: block;
	clear: both;
	content: '';
}

.simple-entry-list li:last-child {
	margin-bottom: 0;
}

.simple-entry-list .entry-media {
	width: 6.5rem;
	line-height: 0;
	float: left;
	padding: .2rem;
	margin: 0 1.2rem 0 0;
	border-radius: 0;
}

.simple-entry-list .entry-media img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.simple-entry-list .entry-meta {
	font-size: 1.3rem;
	color: #888;
}

.simple-entry-list a {
	color: #141a1f;
}

@media screen and (min-width: 576px) {
	.entry-share {
		flex-direction: row;
		align-items: center;
	}

	.entry-share h3 {
		margin-bottom: 0;
	}

	.related-posts {
		padding-top: 1rem;
	}
}

@media screen and (min-width: 768px) {
	.entry-media {
		margin-bottom: 3rem;
	}

	.single .entry-meta {
		margin-bottom: 3.2rem;
	}

	.entry-body {
		margin-left: 60px;
	}

	.entry-body .entry-date {
		margin-left: -60px;
	}

	.related-posts {
		padding-top: 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	.comment-respond .form-footer {
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.comment-respond .form-footer {
		margin-bottom: 2rem;
	}
}

#map {
	height: 300px;
	background-color: #c1c1c1;
	margin-bottom: 0;
}

#map address {
	margin: 0;
	padding: .625rem .875rem;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

#map a {
	display: inline-block;
	margin-top: .8rem;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.contact-info {
	margin-bottom: 3rem;
	padding-top: .5rem;
}

.contact-info > div {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}

.contact-info > div::after {
	display: block;
	clear: both;
	content: '';
}

.contact-info i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	width: 4.3rem;
	height: 4.3rem;
	color: #fff;
	background-color: #2f2d2d;
	text-align: center;
	font-size: 1.8rem;
	border-radius: 0;
}

.contact-info p {
	margin-bottom: 0;
	margin-left: 5.5rem;
	line-height: 1.4;
}

.dashboard-content {
	margin-bottom: 1em;
}

.dashboard-content h2 {
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.dashboard-content .form-control {
	max-width: 100%;
}

#account-chage-pass {
	display: none;
	padding-bottom: 1.5rem;
}

#account-chage-pass.show {
	display: block;
}

.widget-dashboard .widget-title {
	font-weight: 600;
	font-size: 1.6rem;
	margin-top: .2rem;
}

.widget-dashboard {
	margin-bottom: 3rem;
	position: sticky;
	top: 120px;
}

/* *  Owl Carousel - Core */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: unset;
	-webkit-transform: translate3d(0px, 0px, 0px);
	width: 100%;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: 0;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* * 	Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /**  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong  	calculation of the height of the owl-item that breaks page layouts   */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/* * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../images/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* * 	Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
	margin: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	color: #c5c5c5;
	font-size: 2.4rem;
}

.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #c5c5c5;
	margin: 0;
	font-size: 4.4rem;
	padding: 0 3px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
}

.owl-theme .owl-nav [class*='owl-'] i::before {
	margin: 0;
	width: auto;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	color: #2f2d2d;
	text-decoration: none;
}

.owl-theme .owl-nav .owl-prev {
	left: 0rem;
}

.owl-theme .owl-nav .owl-next {
	right: 0rem;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 2rem;
}

.owl-theme .owl-dots {
	line-height: 1;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
	position: relative;
	width: 1rem;
	height: 1rem;
	margin: 0 5px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: all .3s ease;
	border: 0px solid #f2f2f2;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #c0b8b8;
	background: #2f2d2d;
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
	border-color: #fff;
	background: transparent;
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span::before {
	border-color: #fff;
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span, .owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
	border-color: #fff;
	background: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #fff;
	opacity: 0.5;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #222;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #222;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #222;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow::after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow::before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left::after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left::before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right::after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right::before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure::after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**   * Remove all paddings around the image on small screen   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure::after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* *  Bootstrap TouchSpin - v4.2.5 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4. *  http://www.virtuosoft.eu/code/bootstrap-touchspin/ * *  Made by István Ujj-Mészáros *  Under Apache License v2.0 License *//* This CSS file is unnecessary if you are not using vertical buttons functionality */
.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 11;
}

.bootstrap-touchspin.input-group {
	max-width: 68px;
	padding-right: 20px;
	margin-bottom: 0;
}

.bootstrap-touchspin .form-control {
	height: 4.2rem;
	text-align: center;
	margin-bottom: 0;
	max-width: 46px;
	padding: 1.05rem 1rem;
	line-height: 1.4;
}

.bootstrap-touchspin .form-control:not(:focus) {
	border-color: #ccc;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	position: absolute;
	right: 0;
	height: 2rem;
	padding: 0;
	width: 2rem;
	text-align: center;
	font-size: 1.2rem;
	min-width: 0;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn::before {
	position: relative;
	margin: 0;
	width: auto;
	line-height: 1;
	width: auto;
	top: -.1rem;
	margin-right: -.1rem;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	bottom: 0;
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 *//* Functional styling; * These styles are required for noUiSlider to function. * You don't need to change these rules to apply your design. */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* Wrapper for all connect elements. */
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

/* Offset direction */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the * connect elements. */
.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	position: absolute;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement; */
.noUi-horizontal {
	height: 7px;
}

.noUi-horizontal .noUi-handle {
	width: 1.5rem;
	height: 1.5rem;
	left: -.55rem;
	top: -0.3em;
}

.noUi-vertical {
	width: .3rem;
	height: 150px;
}

.noUi-vertical .noUi-handle {
	width: 1.1rem;
	height: 1.1rem;
	left: -.4rem;
	top: -.5rem;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -.55rem;
	left: auto;
}

/* Styling; * Giving the connect element a border radius causes issues with using transform: scale */
.noUi-target {
	background: #eaeaea;
	border-radius: 2px;
}

.noUi-connects {
	border-radius: 0;
}

.noUi-connect {
	background: var(--main--color);
}

/* Handles and cursors; */
.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border-radius: 50%;
	background: var(--main--color);
	cursor: pointer;
	box-shadow: 0 0 5px #00000038;
}

/* Disabled state; */
[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base; * */
.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values; * */
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings; * */
.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-sub {
	background: #AAA;
}

.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout; * */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout; * */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%, 0);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #2f2d2d;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 4rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mt-6 {
	margin-top: 6rem !important;
}

.mt-7 {
	margin-top: 7rem !important;
}

.mt-8 {
	margin-top: 8rem !important;
}

.mt-9 {
	margin-top: 9rem !important;
}

.mt-10 {
	margin-top: 10rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mb-5 {
	margin-bottom: 5rem !important;
}

.mb-6 {
	margin-bottom: 6rem !important;
}

.mb-7 {
	margin-bottom: 7rem !important;
}

.mb-8 {
	margin-bottom: 8rem !important;
}

.mb-9 {
	margin-bottom: 9rem !important;
}

.mb-10 {
	margin-bottom: 10rem !important;
}

@media screen and (min-width: 768px) {
	.mt-md-1 {
		margin-top: 1rem !important;
	}

	.mt-md-2 {
		margin-top: 2rem !important;
	}

	.mt-md-3 {
		margin-top: 3rem !important;
	}

	.mt-md-4 {
		margin-top: 4rem !important;
	}

	.mt-md-5 {
		margin-top: 5rem !important;
	}

	.mt-md-6 {
		margin-top: 6rem !important;
	}

	.mt-md-7 {
		margin-top: 7rem !important;
	}

	.mt-md-8 {
		margin-top: 8rem !important;
	}

	.mt-md-9 {
		margin-top: 9rem !important;
	}

	.mt-md-10 {
		margin-top: 10rem !important;
	}

	.mb-md-1 {
		margin-bottom: 1rem !important;
	}

	.mb-md-2 {
		margin-bottom: 2rem !important;
	}

	.mb-md-3 {
		margin-bottom: 3rem !important;
	}

	.mb-md-4 {
		margin-bottom: 4rem !important;
	}

	.mb-md-5 {
		margin-bottom: 5rem !important;
	}

	.mb-md-6 {
		margin-bottom: 6rem !important;
	}

	.mb-md-7 {
		margin-bottom: 7rem !important;
	}

	.mb-md-8 {
		margin-bottom: 8rem !important;
	}

	.mb-md-9 {
		margin-bottom: 9rem !important;
	}

	.mb-md-10 {
		margin-bottom: 10rem !important;
	}
}

@media screen and (min-width: 992px) {
	.mt-lg-1 {
		margin-top: 1rem !important;
	}

	.mt-lg-2 {
		margin-top: 2rem !important;
	}

	.mt-lg-3 {
		margin-top: 3rem !important;
	}

	.mt-lg-4 {
		margin-top: 4rem !important;
	}

	.mt-lg-5 {
		margin-top: 5rem !important;
	}

	.mt-lg-6 {
		margin-top: 6rem !important;
	}

	.mt-lg-7 {
		margin-top: 7rem !important;
	}

	.mt-lg-8 {
		margin-top: 8rem !important;
	}

	.mt-lg-9 {
		margin-top: 9rem !important;
	}

	.mt-lg-10 {
		margin-top: 10rem !important;
	}

	.mb-lg-1 {
		margin-bottom: 1rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 2rem !important;
	}

	.mb-lg-3 {
		margin-bottom: 3rem !important;
	}

	.mb-lg-4 {
		margin-bottom: 4rem !important;
	}

	.mb-lg-5 {
		margin-bottom: 5rem !important;
	}

	.mb-lg-6 {
		margin-bottom: 6rem !important;
	}

	.mb-lg-7 {
		margin-bottom: 7rem !important;
	}

	.mb-lg-8 {
		margin-bottom: 8rem !important;
	}

	.mb-lg-9 {
		margin-bottom: 9rem !important;
	}

	.mb-lg-10 {
		margin-bottom: 10rem !important;
	}
}

@media screen and (min-width: 1200px) {
	.mt-xl-1 {
		margin-top: 1rem !important;
	}

	.mt-xl-2 {
		margin-top: 2rem !important;
	}

	.mt-xl-3 {
		margin-top: 3rem !important;
	}

	.mt-xl-4 {
		margin-top: 4rem !important;
	}

	.mt-xl-5 {
		margin-top: 5rem !important;
	}

	.mt-xl-6 {
		margin-top: 6rem !important;
	}

	.mt-xl-7 {
		margin-top: 7rem !important;
	}

	.mt-xl-8 {
		margin-top: 8rem !important;
	}

	.mt-xl-9 {
		margin-top: 9rem !important;
	}

	.mt-xl-10 {
		margin-top: 10rem !important;
	}

	.mb-xl-1 {
		margin-bottom: 1rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 2rem !important;
	}

	.mb-xl-3 {
		margin-bottom: 3rem !important;
	}

	.mb-xl-4 {
		margin-bottom: 4rem !important;
	}

	.mb-xl-5 {
		margin-bottom: 5rem !important;
	}

	.mb-xl-6 {
		margin-bottom: 6rem !important;
	}

	.mb-xl-7 {
		margin-bottom: 7rem !important;
	}

	.mb-xl-8 {
		margin-bottom: 8rem !important;
	}

	.mb-xl-9 {
		margin-bottom: 9rem !important;
	}

	.mb-xl-10 {
		margin-bottom: 10rem !important;
	}
}

@media screen and (min-width: 1600px) {
	.mt-xxl-1 {
		margin-top: 1rem !important;
	}

	.mt-xxl-2 {
		margin-top: 2rem !important;
	}

	.mt-xxl-3 {
		margin-top: 3rem !important;
	}

	.mt-xxl-4 {
		margin-top: 4rem !important;
	}

	.mt-xxl-5 {
		margin-top: 5rem !important;
	}

	.mt-xxl-6 {
		margin-top: 6rem !important;
	}

	.mt-xxl-7 {
		margin-top: 7rem !important;
	}

	.mt-xxl-8 {
		margin-top: 8rem !important;
	}

	.mt-xxl-9 {
		margin-top: 9rem !important;
	}

	.mt-xxl-10 {
		margin-top: 10rem !important;
	}

	.mb-xxl-1 {
		margin-bottom: 1rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 2rem !important;
	}

	.mb-xxl-3 {
		margin-bottom: 3rem !important;
	}

	.mb-xxl-4 {
		margin-bottom: 4rem !important;
	}

	.mb-xxl-5 {
		margin-bottom: 5rem !important;
	}

	.mb-xxl-6 {
		margin-bottom: 6rem !important;
	}

	.mb-xxl-7 {
		margin-bottom: 7rem !important;
	}

	.mb-xxl-8 {
		margin-bottom: 8rem !important;
	}

	.mb-xxl-9 {
		margin-bottom: 9rem !important;
	}

	.mb-xxl-10 {
		margin-bottom: 10rem !important;
	}
}

/*# sourceMappingURL=style.css.map */
.products-container.products-carousel.owl-carousel .owl-stage-outer .owl-stage, .featured-products.owl-carousel .owl-stage-outer .owl-stage {
	display: flex;
}

.product-default, .featured-products .product-default, .main-category-content .product-default {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	overflow: hidden;
}

.product-default figure, .featured-products .product-default figure, .main-category-content .product-default figure {
	flex: 0 0 auto;
	margin-bottom: 0;
	width: 100%;
	align-self: flex-end;
}

.product-default .product-details, .featured-products .product-default .product-details, .main-category-content .product-default .product-details {
	display: flex;
	flex-direction: column;
	align-items: unset;
	justify-content: space-between;
	flex: 1 1 auto;
	align-self: end;
}

.product-default .product-details .product-title a, .featured-products .product-default .product-details .product-title a, .main-category-content .product-default .product-details .product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 0 0 calc(100% - 20px);
}

.product-default .product-details .product-title a.fav, .featured-products .product-default .product-details .product-title a.fav, .main-category-content .product-default .product-details .product-title a.fav {
	display: flex;
	flex: 0 0 auto;
	cursor: pointer;
}

.product-default .product-details .price-box, .featured-products .product-default .product-details .price-box, .main-category-content .product-default .product-details .price-box {
	margin-bottom: 0;
	display: flex;
	/* flex-wrap: wrap; */
	align-items: unset;
	flex-direction: revert;
	min-height: 32px;
}

.product-default figure img:first-child, .featured-products .product-default figure img:first-child, .main-category-content .product-default figure img:first-child {
	width: 100%;
	height: auto;

}

.product-default .product-details a.fav {
	font-size: 1.4rem;
}

.product-fav-icon {
	position: absolute;
	opacity: .8;
	right: 0;
	top: -6px;
}

.product-default:hover .product-fav-icon {
	opacity: 1;
}

.product-fav-icon a.shine-fav {

	text-align: center;
	padding: 3px;
	cursor: pointer;
}

a.shine-fav {
	position: relative;
}

a.shine-fav .fav-icon {
	position: relative;
	display: inline-block;
}

a.shine-fav span.shine {
	position: absolute;
	top: 7px;
	left: 50%;
	width: 1px;
	height: 1px;
}

a.shine-fav span.shine i {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	padding-left: 100%;
	/* border: 1px solid; */
	transform-origin: 0 0;
	opacity: 0 !important;
	transition: all ease-in-out .3s;

}

a.shine-fav.favoriPink span.shine i {
	width: 20px;
	opacity: 1 !important;

}

a.shine-fav span.shine i::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background: hotpink;
	width: 50%;
	height: 1px;
	/* padding-left: 16px; */
	/* border: 1px solid; */
	transition: all ease-in-out .3s .2s;
}

a.shine-fav.favoriPink span.shine i::after {

	left: 100%;

	width: 0%;

}

a.shine-fav span.shine i:nth-child(2n+0)::after {
	width: 40%;
}

a.shine-fav.favoriPink span.shine i:nth-child(2n+0)::after {
	width: 0%;
}

a.shine-fav span.shine i:nth-child(1) {
	transform: rotateZ(0deg);
	/* border: 1px solid; */
}

a.shine-fav span.shine i:nth-child(2) {

	transform: rotateZ(45deg);
	/* border: 1px solid; */
}

a.shine-fav span.shine i:nth-child(3) {

	transform: rotateZ(90deg);
	/* border: 1px solid; */
}

a.shine-fav span.shine i:nth-child(4) {

	transform: rotateZ(135deg);
	/* border: 1px solid; */
}

a.shine-fav span.shine i:nth-child(5) {

	transform: rotateZ(180deg);
	/* border: 1px solid; */
}

a.shine-fav span.shine i:nth-child(6) {
	transform: rotateZ(-45deg);
	/* border: 1px solid; */
}

a.shine-fav span.shine i:nth-child(7) {

	transform: rotateZ(-90deg);
	/* border: 1px solid; */
}

a.shine-fav span.shine i:nth-child(8) {

	transform: rotateZ(-135deg);
	/* border: 1px solid; */
}

a.shine-fav::before {
	content: "\f415";
	color: hotpink;
	font-family: bootstrap-icons !important;
	position: absolute;
	transform: scale(0);
	opacity: 0;
	transition: all cubic-bezier(.68, -0.55, .27, 1.55) .3s;
	filter: blur(10px);
}

a.shine-fav.favoriPink::before {
	content: "\f415";
	color: hotpink;
	font-family: bootstrap-icons !important;
	position: absolute;
	/* top: 0; */
	transform: scale(1);
	opacity: 1;
	filter: blur(0px);
}

a.shine-fav.favoriPink i {
	opacity: 0;
}

.product-scope {
	margin-top: 0;
}

.product-scope a.shine-fav::before, .product-scope a.shine-fav::after {
	content: none;
}

.product-scope a.add-btn {
	display: inline-flex;
	font-size: 1.4rem;
	margin-right: 1.6rem;
	text-decoration: none;
	user-select: none;
	cursor: pointer;
}

.product-scope a.add-btn .pact-text {
	margin-left: 0.7rem;
}

.product-default:hover figure {
	box-shadow: unset;
}

.brands-menu.owl-theme {
	padding: 0;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.brands-menu.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: -30px;
}

.brands-menu .product-default {
	color: #777;
	margin-bottom: 0;
	border-right: 0;
}

.brands-menu.owl-theme .owl-nav [class*="owl-"] {
	font-size: 2rem;
}

.brands-menu .product-default figure {
	margin-bottom: 0;
	position: relative;
}

.brands-menu .product-default figure img {
	width: 100%;
	height: 70px;
	object-fit: contain;
}

.brands-menu .product-default figure, .brands-menu .product-default figure a {
	height: 100%;
}

.brands-menu .product-default figure a {
	display: block;
	margin: 0 20px;
}

.brands-menu.owl-carousel .owl-stage {
	display: flex;
}

.brands-menu.owl-theme .owl-nav .owl-prev {
	left: -3%;
}

.brands-menu.owl-theme .owl-nav .owl-next {
	right: -3%;
}

.footer-top .widget-newsletter .widget-title {
	/* margin-top: 0.3rem; */
}

.widget-flex-align {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.sidebar-shop .widget input {
	display: none;
}

.widget label span:last-child {
	margin-left: 1rem;
}

.widget ul li {
	display: block;
}

.widget ul.contact-info li {
	display: block;
	width: 33.33%;
}

.widget ul li label {
	display: block;
}

.widget span.input_imitation {
	position: relative;
	width: 12px;
	height: 12px;
	background-color: white;
	border: 1px solid #e6e6e6;
	display: inline-block;
}

.widget span.input_imitation i {
	position: absolute;
	width: 12px;
	height: 12px;
	transform: rotate3d(0, 0, 1, -45deg);
	top: -1px;
}

.widget input:checked ~ .input_imitation i::after {
	width: 15px;
	height: 8px;
	opacity: 1;
}

.widget span.input_imitation i::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 3px solid #008000;
	border-bottom: 3px solid #008000;
	transition: height ease-in-out .1s, width ease-in-out .1s .1s;
	opacity: 0;
}

.vote-stars {
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}

.vote-stars label {
	position: relative;
	width: fit-content;
	display: flex;
}

.vote-stars input {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: blue;
	z-index: 2;
	position: relative;
	opacity: 0;
	cursor: pointer;
	margin: 0 !important;
}

.vote-stars .stars {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}

.vote-stars span {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #ffbf00 !important;
	font-size: 20px;
	text-align: center;
}

.vote-stars span::before {
	content: "\f005";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400
}

.vote-stars input:nth-child(1):checked ~ .stars :is(span:nth-child(1))::before {
	font-weight: 900
}

.vote-stars input:nth-child(2):checked ~ .stars :is(span:nth-child(1),span:nth-child(2))::before {
	font-weight: 900
}

.vote-stars input:nth-child(3):checked ~ .stars :is(span:nth-child(1),span:nth-child(2),span:nth-child(3))::before {
	font-weight: 900
}

.vote-stars input:nth-child(4):checked ~ .stars :is(span:nth-child(1),span:nth-child(2),span:nth-child(3),span:nth-child(4))::before {
	font-weight: 900
}

.vote-stars input:nth-child(5):checked ~ .stars :is(span:nth-child(1),span:nth-child(2),span:nth-child(3),span:nth-child(4),span:nth-child(5))::before {
	font-weight: 900
}

.ratings-table tbody td.stars {
	padding: 0;
}

form .text-danger {
	max-width: 480px;
}

tbody, td, tfoot, th, thead, tr {
	vertical-align: middle;
}

.favori-col {
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	height: 100%;
}

.favori-col figure {
	flex: 0 0 40%;
	margin: 0;
}

.favori-col figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.favori-col .media-body {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	justify-content: center;
}

.favori-col .favori-col-text {
	display: flex;
	flex: 0 0 auto;
	margin-bottom: 1.8rem;
	justify-content: center;
	align-items: first baseline;
	flex-direction: column;
}

.favori-col .favori-col-text p {
	display: block;
	margin-bottom: 0.4rem;
}

.favori-col .favori-col-text .discount-label {
	color: green;
	font-weight: 600;
}

.favori-col .favori-col-button {
	display: block;
	flex: 0 0 auto;
}

.favori-col .media-body .fav-price-box {
	display: block;
}

.favori-col .media-body .remove-favori {
	padding: 6px 12px;
	font-size: 1rem;
}

.success-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 70px 0;
}

.sepetModal i {
	font-size: 100px;
	color: green;
	opacity: 0.3;
}

.sepetModal .modal-dialog {
	max-width: 400px;
}

.success-content-text {
	display: block;
	margin-top: 3rem;
}

.success-content-text span {
	font-size: 2rem;
}

.sepetModal .ok {
	position: relative;
	width: 80px;
	height: 45px;
	transform: rotateZ(-45deg);
	margin-top: -40px;
}

.sepetModal .ok span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	background: green;
	width: 14px;
	height: 0%;
	animation-name: ok1;
	animation-duration: .3s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	will-change: contents;
}

.sepetModal .ok span:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	background: green;
	width: 0%;
	height: 14px;
	animation-name: ok2;
	animation-duration: .3s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
	will-change: contents;
}

.product-single-tabs .nav-tabs {
	display: flex;
	justify-content: center;
	margin-top: -20px;
	/* background: var(--main--color); */
	border-bottom: 0;
}

.product-single-tabs .nav-tabs li {
	display: block;
}

.product-single-tabs .nav-tabs li a {
	display: block;
}

.product-single-tabs .nav-tabs li a.active {
	color: white !important;
}

button.close[type="button"] {
	/* -webkit-appearance: button; */
	/* background: white; */
	/* color: #2f2d2d; */
	/* padding: 0 8px; */
	/* border: 1px solid var(--border-color); */
	/* outline: none; */
	/* line-height: initial; */
	/* margin-left: 1rem; */
}

select.form-control footer {
	background: black;
}

.product-item-video {
	width: 100%;
	display: block;
}

.prod-thumbnail-video {
	width: 100%;
}

.product-single-bottom {
	/* border: 1px solid var(--border-color); */
	/* padding: 1.5rem; */
	/* background: linear-gradient(to bottom,#f4f4f4,#f4f4f4); */
	height: 100%;
	padding-bottom: 7rem;
}

.product-single-bottom h3 {
	font-weight: 500;
	/* padding-bottom: 1rem; */
	margin-bottom: 2rem;
	text-align: center;
	font-size: 2rem;
	/* margin-top: 0rem; */
}

.product-single-bottom .product-desc-wrapper .product-desc {
	/* margin-bottom: 1.5rem; */
	display: flex;
	/* justify-content: space-between; */
	/* max-width: 600px; */
	/* align-items: baseline; */
	/* width: 100%; */
	/* background: antiquewhite; */
	/* flex-direction: row; */
}

.product-single-bottom .product-desc p {
	font-weight: 500;
	font-size: 1.4rem;
	color: #2f2d2d;
	flex: 1 0 0%;
	text-align: center;
	background: #fff;
	padding: 2rem;
	/* border-radius: 10px; */
	margin-right: -1px;
	/* box-shadow: 0 10px 20px -10px #0000001c; */
	/* display: inline-flex; */
	/* margin: 0; */
	border: 1px solid var(--border-color);
	margin-bottom: -1px;
}

.product-single-bottom .product-desc p:last-child {

	margin-right: 0;

}

.product-single-bottom .product-desc p span {
	font-weight: 400;
	display: block;
	font-size: 1.2rem;
	color: var(--main--color);
}

.iconBox {
	display: flex;
	/* justify-content: center; */
	/* max-width: 600px; */
	width: 100%;
	background: antiquewhite;
}

.iconBox .ib-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* height: 100%; */
	background: white;
	margin-right: -1px;
	padding: 2rem;
	/* border-radius: 10px; */
	/* box-shadow: 0 10px 20px -10px #0000001c; */
	flex: 1 0 0%;
	border: 1px solid var(--border-color);
}

.iconBox .ib-box:last-child {

	margin-right: 0;

}

.iconBox .ib-box i {
	font-size: 3rem;
	text-align: center;
	color: var(--main--color);
}

.iconBox .ib-box span {
	font-size: 1.2rem;
	margin-top: 0.2rem;
}

.rowPrp {
	flex: 0 0 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
}

.rowPrp .form-group-wrapper {
	display: flex;
	/*border-bottom: 1px solid var(--border-color);*/
	/*border-top: 1px solid var(--border-color);*/
	padding-top: 1rem;
	align-items: baseline;
	flex: 0 0 100%;
	flex-wrap: wrap;
}

.rowPrp.horizontal {
	position: relative;
}

.rowPrp.horizontal .form-group {
	margin-right: 1rem;
	position: relative;

}

.rowPrp.horizontal .form-group.qty {
	flex: 0 0 100%;

}

.rowPrp.horizontal .form-group .nice-select.form-control {
	height: 3.5rem;
	padding: 6px 30px 6px 18px;
}

.rowPrp.horizontal .form-group .form-control {
	margin: 0;
}

.rowPrp .product-single-qty {
	margin: 0 1rem 1rem 0;
}

.rowPrp .product-single-qty .btn:active {
	background: transparent !important;
}

.rowPrp .product-single-qty .btn.btn-down-icon:active {
	box-shadow: inset 8px 0 13px -12px #00000061 !important;

}

.rowPrp .product-single-qty .btn.btn-up-icon:active {
	box-shadow: inset -8px 0 13px -12px #00000061 !important;

}

.rowAct {
	flex: 0 0 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: end;
}

.rowAct .product-single-qty {
	height: 43px;
}

.rowAct .product-single-qty .bootstrap-touchspin .form-control {
	height: 43px;
}

.rowAct > * {
	margin-bottom: 0 !important;
}

.form-group.product-field.select-property {
	margin: 0;
	/* border: 1px solid #e9e9e9; */
	position: relative;
	/* margin-bottom: 2rem; */
	max-width: none;
	/* flex: 0 0 100%; */
	/* margin-right: 2rem; */
}

.form-group.select-property.qty {
	margin-left: 0;
	margin-bottom: 0;
}

.form-group.product-field.select-property:last-child {
	margin-right: 0;
}

.label-props {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0;
	padding: 0 0;
	margin-top: 3px !important;
}

.select-property h5 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1.3rem;
	font-weight: 700;
	color: #555;
}

label.product-select-property {
	display: block;
	margin: 0;
	margin-right: 1rem;
	max-height: 43px;
	cursor: pointer;
	margin-bottom: 1rem;
}

label.product-select-property:last-child {
	margin-right: 0;
}

label.product-select-property input {
	display: none;
}

label.product-select-property .property-item::after {
	content: '';
	width: 1px;
	height: 1px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: var(--main--color);
	position: absolute;
	opacity: 0;
	box-shadow: 0 0 0 0 var(--main--color);
	transition: all ease-in-out .4s;
}

label.product-select-property input:checked ~ .property-item::after {
	box-shadow: 0 0 0 500px var(--main--color);
	opacity: 1;
}

label.product-select-property input:disabled ~ .property-item {
	color: #9a9a9a;
	background: #e7e7e7;
	border-color: #dadada;
}
label.product-select-property input:disabled ~ .property-item::after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: red;
	left: 0;
	top: 50%;
	box-shadow: unset;
	transform: rotateZ(30deg);
	z-index: 1;
	opacity: 1;
}
label.product-select-property input:checked ~ .property-item span {

	color: white;
}

label.product-select-property .property-item {
	display: inline-flex;
	border: 2px solid #e7e7e7;
	padding: 4px 14px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	align-items: center;
}

label.product-select-property .property-item span {
	position: relative;
	display: block;
	z-index: 1;
}

.select-property .product-single-qty {
	margin: 0;
}

.collateral-box.comment-container ul li {
	margin-bottom: 1rem;
	border-radius: 20px;
	padding: 2rem !important;
}

.collateral-box.comment-container ul li > img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin: 0;
	border-radius: 50%;
	margin-right: 2rem;
}

.collateral-box.comment-container ul li .btn.cevapla {
	display: inline-block;
	padding: 0;
	background: transparent;
	color: #737373;
	/* border: 1px solid #cfcfcf; */
	/* border-radius: 4px; */
	text-align: left;
	font-weight: 600;
	letter-spacing: 0;
	/* text-transform: capitalize; */
	/* width: auto; */
	min-width: auto;
	font-size: 1.3rem;
}

.collateral-box.comment-container ul li .btn.cevapla:hover {
	color: var(--main--color);
	background: transparent !important;
}

.add-product-review {
	background: white;
}

.product-page {
	background: white;
}

.uye_yorum {
	width: 100%;
	position: relative;
}

.uye_yorum.quotes::before {
	content: "";
	position: absolute;
	top: 40px;
	left: -41px;
	height: auto;
	/* width: 2px; */
	border-left: 3px solid #dee2e6;
	/* border-bottom: 1px solid #dee2e6; */
	bottom: 130px;
}

.quote-comment-collect {

}

.quote-comment-collect .quote-comment::after {

	position: absolute;
	top: -20px;
	left: -42px;
	height: 50px;
	width: 42px;
	border-left: 3px solid #dee2e6;
	border-bottom: 3px solid #dee2e6;
	border-radius: 0 0 0 20px;
}

.quote-comment-collect.first-q::after {

	position: absolute;
	top: 49px;
	/* left: -42px; */
	height: auto;
	width: 42px;
	border-left: 3px solid #dee2e6;
	/* border-bottom: 3px solid #dee2e6; */
	/* border-radius: 0 0 0 20px; */
	/* background: #faebd78c; */
	bottom: 110px;
	transform: translateX(-40px);
}

.quote-comment-collect.sub .comment::before {

	position: absolute;
	top: 49px;
	/* left: -42px; */
	height: auto;
	width: 42px;
	border-left: 3px solid red;
	/* border-bottom: 3px solid #dee2e6; */
	/* border-radius: 0 0 0 20px; */
	/* background: #faebd78c; */
	bottom: 110px;
	transform: translateX(-40px);
}

.uye_yorum form {
	width: 100%;
	margin: 0;
}

.product-item .zoomCont {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.product-item .zoomCont .zoomWindow {
	box-shadow: 0 0 70px 0px #0000004d;
	transform: translateX(50px);
	border: 4px solid white !important;
}

.text-outsale {
	position: absolute;
	left: 0;
	background: #9f0202;
	color: white;
	z-index: 1;
	padding: 0px 10px;

}

.product-default .product-details .text-outsale {
	width: 100%;
	text-align: center;
	transform: translateY(-100%);
}

.price-box .text-outsale {
	position: relative;
	background: white;
	color: #9f0202;
	padding: 0;
	margin-right: 1rem;
}

.uye_yorum h5.user span {
	color: #6f7072;
	padding-left: 0.5rem;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dropdown-item a:hover {
	color: white;
	background-color: var(--main--color);
}

.dropdown-item a:hover i {
	color: white !important;

}

.dropdown-item:focus, .dropdown-item:hover {
	color: transparent;
	background-color: transparent;
}

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

	.footer-copyright {
		margin-top: 1.2rem;
		margin-bottom: 4rem;
		order: 1;
	}
	.footer .contact-info {

		flex-wrap: wrap;
	}
	.widget ul.contact-info li {
		display: block;
		width: 100%;
	}
	.GetSearchContainer {
		background: transparent;
		top: initial;
		left: initial;
		display: block;
		position: absolute;
		width: 0;
		z-index: 10;
		border-radius: 20px;
		padding: 1rem;

	}
	.flex-header-search-body.active .GetSearchContainer {

		width: calc(100% - 28px);

	}
	.GetSearchContainer.opensearch {

		top: 10px;
	}
	header.type-1 {

		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	}
	header.type-1 .header-wrapper {
		padding-top: 1rem;
		padding-bottom: 1rem;

	}
}

.mobile-header .loginhref {
	font-size: 1.4rem;
	padding: 18px 15px;
	display: block;
}

.mobile-header .loginhref i {
	margin-right: 1rem;
}

.product-default.horizontal {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.product-default.horizontal video {
	max-width: 270px;
	width: 100%;
	margin-right: 20px;
}

.product-default.horizontal .product-details {
	justify-content: center;
}

.product-default.horizontal figure, .product-default.horizontal video {
	flex: 0 1 auto;
	margin-right: 20px;
}

.toast-message {
	font-size: 16px;
}

.main-container .main-content.dashboard {
	background: white;
	margin-top: 0;
	padding-top: 4rem;
}

.cargo-discount {
	color: green;
	font-weight: 400;
}

.cargo-discount > span {
	font-weight: 500;
}

.switcher {
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	box-shadow: inset 0 0 10px -1px #0000002b;
	background: #fff;
	transition: all .4s
}

.form-switch input {
	position: absolute;
	opacity: 0;
	z-index: 1
}

.form-switch .switcher span {
	width: 64px;
	height: 32px;
	position: relative;
	display: block;
	border-radius: 40px;
	overflow: hidden;
	border: 4px solid #fff0;
	filter: drop-shadow(0 0 3px #0000004a)
}

.form-switch .switcher span i {
	width: calc(32px - 8px);
	height: calc(32px - 8px);
	display: block;
	border-radius: 30px;
	position: absolute;
	left: 0;
	transition: all .4s
}

.form-switch .switcher span i::after {
	content: '';
	background: #fff;
	width: calc(32px - 8px);
	height: calc(32px - 8px);
	display: block;
	border-radius: 30px;
	position: absolute;
	left: 0;
	transition: all .4s .2s
}

.form-switch input:checked + .switcher {
	background: #198754;
	border: 1px solid transparent
}

.form-switch input:checked + .switcher span i {
	left: 32px;
	transition: all .4s .2s;
	background: #fff !important
}

.form-switch input:checked + .switcher span i::after {
	width: 60px;
	transition: all .4s;
	background: #fff !important
}

.form-switch {
	display: flex;
	align-items: center;
	padding-left: 0;
	position: relative
}

.form-switch input {
	width: 64px;
	height: 32px;
	left: 0;
	margin: 0;
}

.form-switch input:focus {
	box-shadow: unset
}

.form-switch label {
	order: 1;
	margin-left: 1rem
}

.btn-outline-primary:hover, .btn-outline-primary.focus {
	background-color: var(--main--color) !important;
	border-color: var(--main--color) !important;
	text-decoration: none !important;
}

.widget-newsletter .btn:hover, .widget-newsletter .btn:focus {
	background-color: var(--main--color) !important;
	border-color: var(--main--color) !important;;
}

#scroll-top {
	background-color: var(--main--color) !important;
}

.footer .social-icon:hover, .footer .social-icon:focus {
	background-color: var(--main--color) !important;
	color: white !important
}

.footer a:hover, .footer a:focus {
	color: var(--main--color) !important;
	text-decoration: none !important;
}

.filter_btn {
	border-color: var(--main--color) !important;
	color: var(--main--color) !important;
}

.filter_btn:hover {
	background-color: var(--main--color) !important;
	border-color: var(--main--color) !important;
	color: #fff !important;
}

.menu > li > li:hover > a {
	color: var(--main--color) !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary.focus {
	background-color: var(--main--color) !important;
	border-color: var(--main--color) !important;
	text-decoration: none !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	background-color: var(--main--color) !important;
	border-color: var(--main--color) !important;
	text-decoration: none !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	background-color: var(--main--color) !important;
	border-color: var(--main--color) !important;
	text-decoration: none !important;
}

.basket-canvas-cart-action .btn:hover, .basket-canvas-cart-action .btn:focus {
	background-color: var(--main--color) !important;
	border-color: var(--main--color) !important;
	text-decoration: none !important;
}

.btn-primary.disabled, .btn-primary:disabled {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 45px;
}

.header-user-icon::after {
	display: none !important;
}

.header-fav-icon::after {
	display: none !important;
}

.basket-icon::after {
	display: none !important
}

.user-dropdown, .cart-dropdown, .lang-select .dropdown-menu .dropdownmenu-wrapper::before, .user-dropdown, .cart-dropdown, .lang-select .dropdown-menu .dropdownmenu-wrapper::after {
	left: 0;
}

.dropdown.lang-select .lang-dropdown img {
	width: 40px;
	border-radius: 30px;
}

.user-dropdown, .lang-select {
	justify-content: center;
}

.cart-dropdown {
	justify-content: flex-end;
}

.basket-dropdown .dropdown-toggle {
	padding-right: 0px !important;
}

.basket-dropdown i {
	display: flex;
	justify-content: center;
}

.adress-btn {
	border: none;
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
}

.adress-btn i {
	padding-left: 5px;
}

.adres-card .card-btn button, .fatura_adres_card .card-btn button {
	font-size: 12px;
	/* padding: 0.5rem !important; */
	/* display: flex; */
	border-radius: 8px;
}

.adres-card .card-btn, .fatura_adres_card .card-btn {
	display: flex;
	justify-content: right;
}

.adres-card .card-btn button {
	display: inline-block;
}

.adres-card .card-btn button:last-child, .fatura_adres_card .card-btn button:last-child {
	margin-left: 1.5rem;
}

.adres-card .card-btn .delete i, .fatura_adres_card .card-btn .delete_fatura i {
	padding-left: 5px;
}

.uyelik_bilgileri_card, .sifre_degistir_card {
	height: auto;
	border: 0;
}

.sifre_degistir_card {
	background: #f4f4f4;
	border-radius: 10px;
}

.dashboard-content form {
	margin: 0 !important;
}

.dashboard-content .form-group {
	margin-top: 2rem;
}

.uyelik_bilgi_btn, .sifre_degistir_btn {
	/* width: 100%; */
}

.siparis-satir {
	border: 1px solid #f4f4f4;
	border-radius: calc(35px - 1.25rem);
	overflow: hidden;

}

.siparis-detay-bilgi {
	display: flex;
	margin-bottom: 30px;
}

.siparis-detay-bilgi p {
	margin-bottom: 0.5rem !important;
}

.siparis-detay-bilgi .siparis-icerikleri {
	margin-left: 10px;
}

.siparis-detay-bilgi .siparis-icerikleri p.urun-adi {
	font-weight: bold;
}

.siparis-detay-bilgi .siparis-icerikleri p.urun-fiyati {
	font-weight: bold;
	font-size: 1.5rem;
	color: #198754;
}

.siparislerim_accordion {
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.siparislerim_accordion .accordion-body {
	padding: 1.25rem !important;
}

.siparislerim_accordion .accordion-item {
	border-radius: 10px;
	border: 0;
}

.siparislerim_accordion .accordion-button {
	background-color: transparent;
	border-radius: 10px
}

.siparislerim_accordion .accordion-button:not(.collapsed) {
	box-shadow: unset;
}

.accordion-item:first-of-type .accordion-button {
	border-radius: 10px !important;
	min-height: 70px;
}

.siparislerim_accordion .siparis_img {
	display: flex;
}

.siparislerim_accordion .siparis_img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 10px;
}

.siparislerim_accordion .siparis_img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: -20px;
	box-shadow: 0 0 0 0 black;
}

.siparislerim_accordion .siparis_img img:first-child {
	box-shadow: unset;
}

.siparislerim_accordion .siparis_img img:last-child {
	margin-right: 10px;
}

.siparis_no {
	color: #555;
	font-size: 1.4rem;
	display: flex;
}

.siparis_no .siparis_no_text {
	font-weight: bold;
}

.siparis_no .siparis_no_text::after {
	content: ":";
	padding-right: 5px;
}

.siparis-tarihi {
	padding-top: 10px;
	font-size: 1.2rem;
	color: #555;
}

.siparis-durumu {
	font-size: 1.4rem;
	position: absolute;
	right: 40px;
}

.accordion-button:focus {
	border-color: transparent !important;
	box-shadow: none !important;
}

.siparis_detay {
	padding: 30px;
}

.siparis_detay_bilgi img {
	width: 20%;
	margin-bottom: 20px;
}

.siparis-odeme-bilgisi {
	background-color: #f4f4f4;
	padding: 30px;
}

.siparis-odeme-bilgisi strong {
	font-weight: 400;
}

.siparis-odeme-bilgisi .odeme-turu {
	display: flex;
}

.siparis-odeme-bilgisi .odeme-turu .odeme-turu-text {
	font-weight: bold;
	padding-right: 10px;
}

.siparis-odeme-bilgisi .kargo-fiyat {
	display: flex;
}

.siparis-odeme-bilgisi .kargo-fiyat .kargo-fiyat-text {
	font-weight: bold;
	padding-right: 10px;
}

.siparis-odeme-bilgisi .fatura-bilgi {
	display: flex;
}

.siparis-odeme-bilgisi .fatura-bilgi .fatura-bilgi-text {
	font-weight: bold;
	padding-right: 10px;
}

.siparis-odeme-bilgisi .toplam-tutar {
	display: flex;
}

.siparis-odeme-bilgisi .toplam-tutar .toplam-tutar-text {
	font-weight: bold;
	padding-right: 10px;
}

.siparis-odeme-bilgisi .iade-btn {
	margin-top: 20px;
}

.siparis-odeme-bilgisi .iade-btn p {
	padding-top: 10px;
	font-weight: bold;
}

.siparis-odeme-bilgisi .iade-btn .geri_odeme {
	border: 1px solid var(--main--color) !important;
	background-color: var(--main--color) !important;
	border-radius: 100%;
	padding: 10px;
	font-size: 2rem;
	color: white;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' fill= '%23212529' %3e%3cpath fill-rule= 'evenodd' d= 'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e);
}

.fatura_adres_card, .adres-card {
	background: white;
	margin-bottom: 0;
}

.fatura_adres_card, .adres-card, .shipping-address-box, .shipping-cargo-box {
	cursor: pointer;
}

.fatura_adres_card .card-body, .adres-card .card-body {
	display: flex;
	flex-direction: column;
}

.fatura_adres_card .address-col, .adres-card .address-col {
	flex: 1 0 auto;
}

.fatura_adres_card .card-header, .adres-card .card-header {
	color: var(--main--color);
	/* background: linear-gradient(to bottom, var(--main--color), rgba(var(--main--color), 0.8)), black; */
	padding-bottom: 0;
}

.fatura_adres_card h6, .adres-card h6 {
	display: block;
	margin-bottom: 0;
	font-size: 1.2rem;
	color: #a8a8a8;
}

.sehir-ilce span.sehir::after, .sehir-ilce span.ilce::after {
	content: "/";
}

.material-icons {
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px; /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: white;
	z-index: 1000;
	display: none;
	justify-content: space-around;
	border-top: 2px solid #e1e1e1;
}

.mobile-bottom-nav .mobile-link {
	position: relative;
	display: flex;
	flex: 1 0 auto;
	align-items: center;
	justify-content: center;
	transition: all ease .3s;
}

.mobile-bottom-nav .mobile-link a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mobile-bottom-nav a:hover {
	color: #2f2d2d;
	text-decoration: none;
}

.mobile-bottom-nav a span {
	font-style: normal;
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
	background: #ed5348;
	color: white;
	width: 20px;
	height: 20px;
	z-index: 3;
	font-family: var(--font-Inter), sans-serif;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}

/*.mobile-bottom-nav a::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	clip-path: path('M21.9109 0.999837C13.4817 0.999592 10.9738 0.999617 0.892578 0.999635H120.893C110.822 0.999635 105.846 0.999635 99.8743 0.999635C90.3276 0.999635 79.575 0.609436 60.8926 0.609436C42.2102 0.609436 29.9011 0.999545 21.9109 0.999837Z');*/
/*	width: 120px;*/
/*	height: 26px;*/
/*	background: #f6f6f6;*/
/*	top: 0;*/
/*	transition: all ease .3s;*/
/*	left: calc(50% - 60px);*/
/*}*/

/*.mobile-bottom-nav a:hover::after {*/
/*	clip-path: path('M21.9109 16.0135C15.9733 22.2684 10.7148 24.8099 0.892578 26H120.893C111.07 24.8099 105.812 22.2684 99.8743 16.0135C91.971 8.01355 79.575 0.00213623 60.8926 0.00213623C42.2102 0.00213623 29.8142 8.01355 21.9109 16.0135Z');*/
/*	top: -25px;*/
/*}*/

.mobile-bottom-nav i {
	position: relative;
	z-index: 2;
	font-size: 24px;
	transition: all ease .3s;
	color: #9e9e9e;
	padding: 10px;
}

.mobile-bottom-nav a.mobile-menu-toggler {
	margin-right: 0;
	margin-top: 0;
}

.mobile-basket-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	display: none;
	justify-content: space-between;
	border-radius: 30px 0 0 0;
	padding: 3rem 2rem 0 2rem;
	flex-wrap: wrap;
	box-shadow: 0px 0px 40px 0 #0000006b;
	/* background: linear-gradient(to bottom,#fff,#fffefe); */
	border-top: 3px solid var(--main--color);
	transition: all ease-in-out .2s;

}

.mobile-pay-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	display: none;
	justify-content: space-between;
	border-radius: 20px 20px 0 0;
	padding: 3rem 2rem 3rem 2rem;
	flex-wrap: wrap;
	box-shadow: 0px 0px 40px 0 #0000006b;
	/* background: linear-gradient(to bottom,#fff,#fffefe); */
	border-top: 3px solid var(--main--color);
	transition: all ease-in-out .2s;
}

.mobile-basket-nav.moving {
	transition: unset !important;

}

.border-radius-right {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	top: -30px;
}

.border-radius-right::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: #f000;
	right: 0;
	top: -29.9px;
	border-radius: 50%;
	box-shadow: 30px 30px 0 0 white;
	border-bottom: 3px solid var(--main--color);
	/* border-right: 2px solid var(--main--color); */
	/* transform: rotateZ(-50deg); */
}

.mobile-pay-nav > * {
	display: flex;
	align-items: first baseline;
	flex-direction: column;
	justify-content: center;
}

.mobile-basket-nav .basket-header {
	display: flex;
	justify-content: space-between;
	align-self: baseline;
	flex: 0 0 100%;
	flex-wrap: wrap;
	padding: 1rem 0;

}

.mobile-basket-nav .basket-header .product-title, .mobile-basket-nav .basket-header .ratings-container {
	margin: 0;
}

.mobile-basket-nav .basket-header .rating-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 0 0 100%;
}

.mobile-basket-nav .basket-footer {
	display: flex;
	justify-content: space-between;
	align-self: end;
	flex: 0 0 100%;
	flex-wrap: wrap;
	padding: 1rem 0;

}

.mobile-basket-nav .price-quick {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
}

.mobile-basket-nav .price-piece {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 0 0 auto;
}

.mobile-basket-nav .price-piece .select-property {
	margin: 0;
}

.mobile-basket-nav .bootstrap-touchspin.input-group, .mobile-basket-nav .bootstrap-touchspin .form-control, .mobile-basket-nav .product-single-qty {

	max-height: 34px;
}

.mobile-basket-nav .basket-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	flex: 0 0 auto;
}

.mobile-basket-nav .basket-button button {
	margin: 0;
	padding: 1rem 2rem;
	border-radius: 20px;
	height: 40px;
}

.mobile-basket-nav .price-box {
	margin: 0;
	color: #2f2d2d;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.mobile-basket-nav .product-price, .mobile-pay-nav .product-price span:last-child {
	font-size: 2rem;
	font-weight: 700;
	color: #2f2d2d;
	order: 1;
	display: inline-block;
	line-height: 1;
}

.mobile-basket-nav .old-price {
	font-size: 1.4rem;
	font-weight: 600;
	order: 0;
}

.mobile-basket-nav .old-price + .product-price {
	margin-left: 0;
}

.mobile-basket-nav .price-box p.indirim-miktari {
	display: block;
	color: green;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 12px;
	width: 100%;
	order: 0;
	text-align: left;
}

.mobile-pay-nav p.indirim-miktari {
	color: green;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.mobile-basket-nav .add-cart {
	min-width: 115px;
	background: var(--main--color);
	color: white;
	border-color: var(--main--color);
	font-weight: 500;
	width: 100%;
	padding: 2rem 0;
	border-radius: 8px;
}

.mobile-title-container {
	padding: 0 1.5rem;
}

.mobile-title-container .product-title {
	margin-bottom: 2rem;
	color: #21293c;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -.01em;
	margin-top: 2rem;
}

.mobile-basket-nav .product-title {
	margin-bottom: 0;
	color: black;
	font-size: 1.3rem;
	font-weight: 400;
	flex: 0 0 70% !important;
}

.mobile-basket-nav .discount-col {
	transform: translateY(calc(-100% - 3px));
	position: absolute;
	width: 130px;

}

.mobile-basket-nav .discount-col div.indirim-miktari {
	/* background: green; */
	color: green;
	/* text-align: center; */
	/* padding: 0 7px; */
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 10px;
	display: inline-block;
	/* margin-top: -50px; */
}

.mobile-basket-nav .price-col {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;

}

.mobile-basket-nav .product-single-qty .btn.btn-outline {
	background: transparent;
}

.mobile-basket-container {
	flex: 0 0 100%;
	padding-top: 0;
	position: relative;
	transition: all cubic-bezier(1, 0, 0, 1) .5s;
	height: 0;
	align-self: center;
	overflow: hidden;
}

.mobile-basket-container > h4 {

	transition: all ease-in-out .5s .3s;
	margin-bottom: 1rem;
	color: var(--main--color);
	font-weight: 500;
}

.mobile-basket-container .mobile-basket-scrollBody {
	max-height: 400px;
	overflow: auto;
	border: 1px solid transparent;
	padding: 2rem 1rem;
	margin-bottom: 2rem;
}

.mobile-basket-container.openBasket .mobile-basket-scrollBody {

	border: 1px solid var(--border-color);

}

.mobile-basket-container .basket-canvas-cart-products {
	display: flex;
	flex-direction: column;
	transition: all cubic-bezier(.68, -0.55, .27, 1.55) .4s .2s;
	opacity: 0;
}

.mobile-basket-container.openBasket .basket-canvas-cart-products {
	opacity: 1;
	margin-top: 0;
}

.mobile-basket-container .basket-canvas-cart-products .product {
	position: relative;
	display: flex;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--border-color);
}

.mobile-basket-container .basket-canvas-cart-products .product:last-child {
	border-bottom: 0;
	margin-bottom: 0;

}

.mobile-basket-container .basket-canvas-cart-products .product .product-details {
	order: 1;
	padding-left: 2rem;
	padding-right: 2rem;
}

.mobile-basket-container .basket-canvas-cart-products .product figure {

	width: 80px;
	order: 0;
	margin: 0;
	min-width: 80px;
}

.mobile-basket-container .basket-canvas-cart-products .product figure .btn-remove {
	position: absolute;
	top: 0;
	right: 0px;
	width: 20px;
	height: 20px;
	min-width: 20px;
	padding: 3px;
	background: white;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
	line-height: 1;
	color: #adadad;
	font-size: 1.2rem;
}

.mobile-pay-nav .product-price {
	display: flex;
	flex-direction: column;
}

.mobile-basket-btn {
	display: inline-flex;
	position: absolute;
	top: -18px;
	/* left: calc(50% - 15px); */
	width: 30px;
	height: 30px;
	/* background: white; */
	/* border: 1px solid var(--main--color); */
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	user-select: none;
	cursor: pointer;
	/* box-shadow: 0 0 10px 0 #fff; */
	font-size: 2.4rem;
	color: var(--main--color);
	right: 18px;
	z-index: 1;
}

.mobile-basket-btn span.cart-count {
	position: absolute;
	font-size: 8px;
	top: 10px;
	background: white;
	line-height: 2;
	width: 19px;
	z-index: -1;
}

#confirm.modal.fade .modal-dialog {
	transition: transform .1s ease-out;
	transform: scale(0.8);
}

#confirm.modal.fade.show .modal-dialog {
	transition: transform .1s ease-out;
	transform: scale(1);
}

#confirm .modal-dialog {
	max-width: 500px;
}

#confirm .modal-body {
	padding-top: 1.5rem;
}

#confirm .modal-header {
	height: 52px;
}

#confirm .modal-header .modal-title {
	display: flex;
	align-items: center;
}

#confirm .modal-text-danger {
	display: flex;
	flex-direction: column;
}

#confirm .modal-text-danger::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

#confirm .modal-text-danger .md-icon {
	font-size: 6rem;
	color: #ffca4c;
	text-align: center;
}

#confirm .modal-header .modal-title span:first-child {
	line-height: 1.6;
	color: red;
	display: none;
}

#confirm .modal-header .modal-title span.dynamic-title {
	color: #2f2d2d;
	display: inline-block;
	vertical-align: super;
	padding-right: 1rem;
	font-size: 1.2rem;
}

#confirm .modal-body p.dynamic-title {
	margin: 2rem 0;
	text-align: center;
	font-weight: 600;
	font-size: 21px;
}

#confirm .modal-body p {
	margin: 0;
	text-align: center;
	font-weight: 400;
	font-size: 1.6rem;
}

#confirm .modal-footer {

	justify-content: space-evenly;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.product-single-image {
	opacity: 1;
	transition: all ease-in-out .2s;
}

.product-single-image.img-fade {
	opacity: 0;
}

.dashboard-content > div {
	position: relative;
}

.add-adres {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	flex-direction: column;
	top: -55px;
	right: 0;
}

.add-adres > * {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	border-radius: 8px;
	width: 100%;
}

.card-add-adres {
	flex: 0 1 100%;
}

.card-add-fatura-adres {
	flex: 0 1 100%;
}

.bg-gray {
	background: #fff;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3e%3c/svg%3e");
}

.form-check-input:checked:checked {
	background-color: green;
	border-color: green;
}

.custom-check .form-check-input {
	width: 2rem;
	height: 2rem;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	border-radius: 0;
}

.form-agreement-action .form-check {
	margin-bottom: 2rem;
}

.form-agreement-action .form-check a {
	cursor: pointer;
}

.form-agreement-action .form-check a:hover {
	cursor: pointer;
}

.form-input-group {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.form-input-group > i {
	line-height: 2.7;
	font-size: 16px;
	position: absolute;
	padding: 0 10px;
	color: #a4a4a4;
	transition: all ease-in-out .2s;
}

.form-input-group > input {
	padding-left: 40px;
}

.form-input-group > input:focus {
	border-color: rgba(var(--main--color));
	color: #555;
	box-shadow: unset;
}

.form-input-group > input:focus + span {
	color: rgba(var(--main--color));

}

.form-input-group > p {
	flex: 0 0 auto;
}

.discount-group input {
	margin: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.discount-group button {
	margin: 0;
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}

.card-button-container {
	padding: 1.6rem 0;
}

.card-button-container .btn {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.btn-icon {
	display: inline-flex;
	align-items: center;
}

.btn-icon span {
	margin-right: 0.4rem;
	font-size: 18px;
}

.basket-card {
	display: flex;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 1.6rem;
	padding-bottom: 1.6rem;
}

.basket-card:first-child {
	padding-top: 1.6rem;
}

.basket-card:last-child {
	margin-bottom: 0;
}

.basket-card figure {
	display: block;
	margin: 0;
	flex: 0 0 auto;
	max-width: 120px;
	width: 100%;
}

.basket-card figure img {
	display: block;
	width: 100%;
	height: auto;
}

.basket-card .basket-text-body {
	display: flex;
	flex: 0 1 100%;
	flex-direction: column;
	padding: 0 2rem;
}

.basket-card .basket-card-row ul.variant {
	display: flex;
	margin: 0;
	line-height: 1;
}

.basket-card .basket-card-row ul.variant li {
	display: inline-block;
	margin-right: 1rem;
}

.basket-card .basket-card-row ul.variant li span {
	display: inline-block;
	font-size: 12px;
}

.basket-card .basket-card-row ul.variant li i {
	font-style: normal;
	margin-right: 4px;
}

.basket-card .basket-card-row ul.variant li span:last-child {
	font-weight: 600;
}

.basket-card .basket-text-body .basket-card-column .product-title {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.basket-card .basket-text-body .basket-card-column:last-child {
	margin-bottom: 0rem;
}

.basket-card .basket-card-column {
	display: flex;

}

.basket-card .ratings-container {
	margin-bottom: 1.2rem;
	font-size: 12px;
}

.basket-card p {
	margin-bottom: 0;
	line-height: 1;
}

.basket-card .basket-price {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	color: #149b12;
	margin-top: 1.2rem;
}

.basket-card .vertical-quantity {
	border-radius: 0%;
	margin-right: 0.2rem;
}

.cartToRemove.btn-remove {
	line-height: 1.4;
	text-align: center;
	font-size: 2rem;
	color: #dc0404;
}

.basket-button-body {
	display: flex;
	flex: 0 0 auto;
}

.basket-button-body .basket-card-column {
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	justify-content: space-between;
}

.basket-button-body .basket-card-column .basket-card-row {
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	justify-content: space-between;
}

.form-payment-wrapper {
	display: flex;
	justify-content: center;
}

.checkout-step-shipping label {
	color: #2f2d2d;
	margin: 0;
}

.checkout-step-shipping label span {
	position: relative;
	color: #2f2d2d;
	border: .2rem solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	padding: 1.95rem 1.3rem;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	height: 100%;
}

.checkout-step-shipping label h4 {
	color: #2f2d2d;
	margin: 0;
	font-size: 14px;
}

.checkout-step-shipping label i {
	color: #2f2d2d;
	font-size: 30px;
	margin-bottom: 1rem;
}

.checkout-step-shipping label input {
	display: none;
}

.favoriBlack {
	color: #2f2d2d;
}

.favoriPink {
	color: hotpink;
}

.payment-card-wrapper {
	display: flex;
	flex-direction: column;
	background: #f9f9f9;
}

.payment-card-wrapper .card-wrapper {
	margin-bottom: 1.8rem;
}

.payment-title h1 {
	margin: 1.8rem 0;
	text-align: center;
}

.payment-totals {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.payment-totals .payment-totals-column {
	display: flex;
	justify-content: space-between;
	max-width: 400px;
	flex: 0 0 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
}

.payment-totals .payment-totals-column:last-child {

	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.payment-totals .payment-totals-column span {
	font-size: 14px;
}

.payment-totals .payment-totals-column span:last-child {
	font-weight: 600;
}

.jp-card.jp-card-safari.jp-card-identified .jp-card-front:before, .jp-card.jp-card-safari.jp-card-identified .jp-card-back:before {
	background-image: repeating-linear-gradient(45deg, #000, #565656);
}

.jp-card.jp-card-ie-10.jp-card-flipped, .jp-card.jp-card-ie-11.jp-card-flipped {
	-webkit-transform: 0deg;
	-moz-transform: 0deg;
	-ms-transform: 0deg;
	-o-transform: 0deg;
	transform: 0deg
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-front, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-front {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back:after, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back:after {
	left: 18%
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-cvc, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-cvc {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	left: 5%
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny {
	left: 84%
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny:after, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny:after {
	left: -480%;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.jp-card.jp-card-ie-10.jp-card-amex .jp-card-back, .jp-card.jp-card-ie-11.jp-card-amex .jp-card-back {
	display: none
}

.jp-card-logo {
	height: 36px;
	width: 60px;
	font-style: italic
}

.jp-card-logo, .jp-card-logo:before, .jp-card-logo:after {
	box-sizing: border-box
}

.jp-card-logo.jp-card-amex {
	text-transform: uppercase;
	font-size: 4px;
	font-weight: bold;
	color: white;
	background-image: repeating-radial-gradient(circle at center, #fff 1px, #999 2px);
	background-image: repeating-radial-gradient(circle at center, #fff 1px, #999 2px);
	border: 1px solid #EEE
}

.jp-card-logo.jp-card-amex:before, .jp-card-logo.jp-card-amex:after {
	width: 28px;
	display: block;
	position: absolute;
	left: 16px
}

.jp-card-logo.jp-card-amex:before {
	height: 28px;
	content: "american";
	top: 3px;
	text-align: left;
	padding-left: 2px;
	padding-top: 11px;
	background: #267AC3
}

.jp-card-logo.jp-card-amex:after {
	content: "express";
	bottom: 11px;
	text-align: right;
	padding-right: 2px
}

.jp-card.jp-card-amex.jp-card-flipped {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front:before, .jp-card.jp-card-amex.jp-card-identified .jp-card-back:before {
	background-color: #108168
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-logo.jp-card-amex {
	opacity: 1
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-cvc {
	visibility: visible
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front:after {
	opacity: 1
}

.jp-card-logo.jp-card-discover {
	background: #f60;
	color: #111;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	padding-top: 9px;
	letter-spacing: .03em;
	border: 1px solid #EEE
}

.jp-card-logo.jp-card-discover:before, .jp-card-logo.jp-card-discover:after {
	content: " ";
	display: block;
	position: absolute
}

.jp-card-logo.jp-card-discover:before {
	background: white;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	bottom: -5%;
	right: -80%;
	z-index: -1
}

.jp-card-logo.jp-card-discover:after {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	top: 10px;
	left: 27px;
	background-color: #f60;
	background-image: -webkit-radial-gradient(#f60, #fff);
	background-image: radial-gradient(#f60, #fff);
	content: "network";
	font-size: 4px;
	line-height: 24px;
	text-indent: -7px
}

.jp-card .jp-card-front .jp-card-logo.jp-card-discover {
	right: 12%;
	top: 18%
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-front:before, .jp-card.jp-card-discover.jp-card-identified .jp-card-back:before {
	background-color: #86B8CF
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-logo.jp-card-discover {
	opacity: 1
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-front:after {
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	transition: 400ms;
	content: " ";
	display: block;
	background-color: #f60;
	background-image: -webkit-linear-gradient(#f60, #ffa366, #f60);
	background-image: linear-gradient(#f60, #ffa366, #f60);
	height: 50px;
	width: 50px;
	border-radius: 25px;
	position: absolute;
	left: 100%;
	top: 15%;
	margin-left: -25px;
	box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5)
}

.jp-card-logo.jp-card-unionpay {
	width: 60px;
	display: block;
	height: 40px;
	background: #e21836;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	border-radius: 5px;
	font-size: 10px;
	z-index: 1;
	line-height: 33px;
	color: #fff;
	text-align: center;
	font-family: "Sans-serif", "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans", "Gulim", "\5B8B\4F53";
	font-weight: bold
}

.jp-card-logo.jp-card-unionpay:after, .jp-card-logo.jp-card-unionpay:before {
	display: block;
	margin: 0 auto;
	position: absolute;
	height: 40px;
	top: 0;
	z-index: -1
}

.jp-card-logo.jp-card-unionpay:before {
	content: " ";
	width: 28px;
	background: #00447c;
	left: 14px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.jp-card-logo.jp-card-unionpay:after {
	content: "银联";
	width: 26px;
	background: #007b84;
	left: 34px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 54px;
	text-indent: -17px
}

.jp-card.jp-card-unionpay.jp-card-identified .jp-card-back:before, .jp-card.jp-card-unionpay.jp-card-identified .jp-card-front:before {
	background-color: #987c00
}

.jp-card.jp-card-unionpay.jp-card-identified .jp-card-logo.jp-card-unionpay {
	opacity: 1
}

.jp-card-logo.jp-card-visa {
	text-transform: uppercase;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 18px;
}

.jp-card-logo.jp-card-visa:before, .jp-card-logo.jp-card-visa:after {
	content: " ";
	display: block;
	width: 100%;
	height: 25%
}

.jp-card-logo.jp-card-visa::before {
	position: absolute;
	background-image: url('/public/front/assets/images/payment-logo/visa.svg');
	background-color: white;
	width: 100%;
	height: 100%;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

.jp-card.jp-card-visa.jp-card-identified .jp-card-front:before, .jp-card.jp-card-visa.jp-card-identified .jp-card-back:before {
	background-color: #191278
}

.jp-card.jp-card-visa.jp-card-identified .jp-card-logo.jp-card-visa {
	opacity: 1;
	box-shadow: none
}

.jp-card-logo.jp-card-visaelectron {
	background: white;
	text-transform: uppercase;
	color: #1A1876;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px
}

.jp-card-logo.jp-card-visaelectron:before, .jp-card-logo.jp-card-visaelectron:after {
	content: " ";
	display: block;
	width: 100%;
	height: 25%
}

.jp-card-logo.jp-card-visaelectron:before {
	background: #1A1876
}

.jp-card-logo.jp-card-visaelectron:after {
	background: #E79800
}

.jp-card-logo.jp-card-visaelectron .elec {
	float: right;
	font-family: arial;
	font-size: 9px;
	margin-right: 1px;
	margin-top: -5px;
	text-transform: none
}

.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-front:before, .jp-card.jp-card-visaelectron.jp-card-identified .jp-card-back:before {
	background-color: #191278
}

.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-logo.jp-card-visaelectron {
	opacity: 1
}

.jp-card-logo.jp-card-mastercard {
	color: white;
	font-style: normal;
	text-transform: lowercase;
	font-weight: bold;
	text-align: center;
	font-size: 9px;
	line-height: 84px;
	z-index: 1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.6)
}

.jp-card-logo.jp-card-mastercard:before, .jp-card-logo.jp-card-mastercard:after {
	content: " ";
	display: block;
	width: 36px;
	top: 0;
	position: absolute;
	height: 36px;
	border-radius: 18px
}

.jp-card-logo.jp-card-mastercard:before {

	position: absolute;
	background-image: url('/public/front/assets/images/payment-logo/mastercard.svg');
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;

}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front .jp-card-logo.jp-card-mastercard, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-back .jp-card-logo.jp-card-mastercard {
	box-shadow: none
}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front:before, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-back:before {
	background-color: #0061A8
}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-logo.jp-card-mastercard {
	opacity: 1
}

.jp-card-logo.jp-card-maestro {
	color: white;
	font-style: normal;
	text-transform: lowercase;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 84px;
	z-index: 1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.6)
}

.jp-card-logo.jp-card-maestro:before, .jp-card-logo.jp-card-maestro:after {
	content: " ";
	display: block;
	width: 36px;
	top: 0;
	position: absolute;
	height: 36px;
	border-radius: 18px
}

.jp-card-logo.jp-card-maestro:before {
	left: 0;
	background: #EB001B;
	z-index: -2
}

.jp-card-logo.jp-card-maestro:after {
	right: 0;
	background: #00A2E5;
	z-index: -1;
	opacity: 0.8
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-front .jp-card-logo.jp-card-maestro, .jp-card.jp-card-maestro.jp-card-identified .jp-card-back .jp-card-logo.jp-card-maestro {
	box-shadow: none
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-front:before, .jp-card.jp-card-maestro.jp-card-identified .jp-card-back:before {
	background-color: #0B2C5F
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-logo.jp-card-maestro {
	opacity: 1
}

.jp-card-logo.jp-card-dankort {
	width: 60px;
	height: 36px;
	padding: 3px;
	border-radius: 8px;
	border: #000 1px solid;
	background-color: #fff
}

.jp-card-logo.jp-card-dankort .dk {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.jp-card-logo.jp-card-dankort .dk:before {
	background-color: #ED1C24;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 6px
}

.jp-card-logo.jp-card-dankort .dk:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7.7px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 10px 0;
	border-color: transparent #ED1C24 transparent transparent;
	z-index: 1
}

.jp-card-logo.jp-card-dankort .d, .jp-card-logo.jp-card-dankort .k {
	position: absolute;
	top: 50%;
	width: 50%;
	display: block;
	height: 15.4px;
	margin-top: -7.7px;
	background: white
}

.jp-card-logo.jp-card-dankort .d {
	left: 0;
	border-radius: 0 8px 10px 0
}

.jp-card-logo.jp-card-dankort .d:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background: #ED1C24;
	border-radius: 2px 4px 6px 0px;
	height: 5px;
	width: 7px;
	margin: -3px 0 0 -4px
}

.jp-card-logo.jp-card-dankort .k {
	right: 0
}

.jp-card-logo.jp-card-dankort .k:before, .jp-card-logo.jp-card-dankort .k:after {
	content: '';
	position: absolute;
	right: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	margin-right: -1px
}

.jp-card-logo.jp-card-dankort .k:before {
	top: 0;
	border-width: 8px 5px 0 0;
	border-color: #ED1C24 transparent transparent transparent
}

.jp-card-logo.jp-card-dankort .k:after {
	bottom: 0;
	border-width: 0 5px 8px 0;
	border-color: transparent transparent #ED1C24 transparent
}

.jp-card.jp-card-dankort.jp-card-identified .jp-card-front:before, .jp-card.jp-card-dankort.jp-card-identified .jp-card-back:before {
	background-color: #0055C7
}

.jp-card.jp-card-dankort.jp-card-identified .jp-card-logo.jp-card-dankort {
	opacity: 1
}

.jp-card-logo.jp-card-elo {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	background: black;
	color: white;
	text-align: center;
	text-transform: lowercase;
	font-size: 21px;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 13px
}

.jp-card-logo.jp-card-elo .e, .jp-card-logo.jp-card-elo .l, .jp-card-logo.jp-card-elo .o {
	display: inline-block;
	position: relative
}

.jp-card-logo.jp-card-elo .e {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg)
}

.jp-card-logo.jp-card-elo .o {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	right: 0;
	top: 7px;
	border-radius: 100%;
	background-image: -webkit-linear-gradient(#ff0 50%, red 50%);
	background-image: linear-gradient(#ff0 50%, red 50%);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	text-indent: -9999px
}

.jp-card-logo.jp-card-elo .o:before {
	content: "";
	position: absolute;
	width: 49%;
	height: 49%;
	background: black;
	border-radius: 100%;
	text-indent: -99999px;
	top: 25%;
	left: 25%
}

.jp-card.jp-card-elo.jp-card-identified .jp-card-front:before, .jp-card.jp-card-elo.jp-card-identified .jp-card-back:before {
	background-color: #6F6969
}

.jp-card.jp-card-elo.jp-card-identified .jp-card-logo.jp-card-elo {
	opacity: 1
}

.jp-card-logo.jp-card-jcb {
	border-radius: 5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	-webkit-border-radius: 5px 0px 5px 0px;
	background-color: white;
	font-style: normal;
	color: white;
	width: 50px;
	padding: 2px 0 0 2px
}

.jp-card-logo.jp-card-jcb > div {
	width: 15px;
	margin-right: 1px;
	display: inline-block;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
	border-radius: 5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	-webkit-border-radius: 5px 0px 5px 0px
}

.jp-card-logo.jp-card-jcb > div:before, .jp-card-logo.jp-card-jcb > div:after {
	content: " ";
	display: block;
	height: 8px
}

.jp-card-logo.jp-card-jcb > div.j {
	background-color: #000063;
	background-image: -webkit-linear-gradient(left, #000063, #008cff);
	background-image: linear-gradient(to right, #000063, #008cff)
}

.jp-card-logo.jp-card-jcb > div.c {
	background-color: #630000;
	background-image: -webkit-linear-gradient(left, #630000, #ff008d);
	background-image: linear-gradient(to right, #630000, #ff008d)
}

.jp-card-logo.jp-card-jcb > div.b {
	background-color: #006300;
	background-image: -webkit-linear-gradient(left, #006300, lime);
	background-image: linear-gradient(to right, #006300, lime)
}

.jp-card.jp-card-jcb.jp-card-identified .jp-card-front:before, .jp-card.jp-card-jcb.jp-card-identified .jp-card-back:before {
	background-color: #CB8000
}

.jp-card.jp-card-jcb.jp-card-identified .jp-card-logo.jp-card-jcb {
	opacity: 1;
	box-shadow: none
}

.jp-card-logo.jp-card-dinersclub {
	font-family: serif;
	height: 40px;
	width: 100px;
	color: white;
	font-size: 17px;
	font-style: normal;
	letter-spacing: 1px
}

.jp-card-logo.jp-card-dinersclub::before, .jp-card-logo.jp-card-dinersclub::after {
	display: block;
	position: relative
}

.jp-card-logo.jp-card-dinersclub::before {
	content: 'Diners Club'
}

.jp-card-logo.jp-card-dinersclub::after {
	content: 'International';
	text-transform: uppercase;
	font-size: 0.6em
}

.jp-card.jp-card-dinersclub .jp-card-front .jp-card-logo {
	box-shadow: none !important
}

.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-front:before, .jp-card.jp-card-dinersclub.jp-card-identified .jp-card-back:before {
	background-color: #999
}

.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-logo.jp-card-dinersclub {
	opacity: 1
}

.jp-card-logo.jp-card-hipercard {
	height: 20px;
	width: 100px;
	color: white;
	font-size: 21px;
	font-style: italic;
	font-weight: bold
}

.jp-card-logo.jp-card-hipercard::before, .jp-card-logo.jp-card-hipercard::after {
	display: block;
	position: relative
}

.jp-card.jp-card-hipercard.jp-card-identified .jp-card-front:before, .jp-card.jp-card-hipercard.jp-card-identified .jp-card-back:before {
	background-color: #770304
}

.jp-card.jp-card-hipercard.jp-card-identified .jp-card-logo.jp-card-hipercard {
	opacity: 1;
	box-shadow: none
}

.jp-card-logo.jp-card-troy {
	text-transform: lowercase;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 18px;
	margin-top: 5px
}

.jp-card-logo.jp-card-troy::before {
	content: "";
	position: absolute;
	left: 0;
	background-image: url('/public/front/assets/images/payment-logo/troy.svg');
	width: 100%;
	height: 100%;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	background-color: white;
}

.jp-card.jp-card-troy.jp-card-identified .jp-card-front:before, .jp-card.jp-card-troy.jp-card-identified .jp-card-back:before {
	background-color: #01adba
}

.jp-card.jp-card-troy.jp-card-identified .jp-card-logo.jp-card-troy {
	opacity: 1;
	box-shadow: none
}

.jp-card-container {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	width: 350px;
	max-width: 100%;
	height: 200px;
	margin: auto;
	z-index: 1;
	position: relative
}

.jp-card {
	font-family: 'Courier Prime', monospace;
	line-height: 1;
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 315px;
	border-radius: 10px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	transition: all 400ms linear
}

.jp-card-nm {
	display: flex;
}

.jp-card-logo-container {
	flex: 0 0 70px;
	position: relative;
	/* align-items: center; */
	justify-content: left;
	display: flex;
	margin-right: -19px;
}

.jp-card > *, .jp-card > *:after, .jp-card > *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit
}

.jp-card.jp-card-flipped {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.jp-card .jp-card-back, .jp-card .jp-card-front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	transition: all 400ms linear;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #ddd
}

.jp-card .jp-card-back:before, .jp-card .jp-card-front:before {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 10px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease
}

.jp-card .jp-card-back:after, .jp-card .jp-card-front:after {
	content: " ";
	display: block
}

.jp-card .jp-card-back .jp-card-display, .jp-card .jp-card-front .jp-card-display {
	color: #fff;
	font-weight: normal;
	opacity: 0.5;
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	transition: opacity 400ms linear
}

.jp-card .jp-card-back .jp-card-display.jp-card-focused, .jp-card .jp-card-front .jp-card-display.jp-card-focused {
	opacity: 1;
	font-weight: 700
}

.jp-card .jp-card-back .jp-card-cvc, .jp-card .jp-card-front .jp-card-cvc {
	font-family: 'Courier Prime', monospace;
	font-size: 14px
}

.jp-card .jp-card-back .jp-card-shiny, .jp-card .jp-card-front .jp-card-shiny {
	width: 50px;
	height: 35px;
	border-radius: 5px;
	position: relative
}

.jp-card .jp-card-back .jp-card-shiny:before, .jp-card .jp-card-front .jp-card-shiny:before {

	content: "";
	position: absolute;
	left: 0;
	background-image: url('/public/front/assets/images/payment-logo/Chip.svg');
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;

}

.jp-card .jp-card-front .jp-card-logo {
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	transition: 400ms;
}

.jp-card .jp-card-front .jp-card-lower {
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 30px
}

@media only screen and (max-width: 480px) {
	.jp-card .jp-card-front .jp-card-lower {
		width: 90%;
		left: 5%
	}
}

.jp-card .jp-card-front .jp-card-lower .jp-card-cvc {
	visibility: hidden;
	float: right;
	position: relative;
	bottom: 5px
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
	font-family: 'Courier Prime', monospace;
	font-size: 24px;
	clear: both;
	margin-bottom: 30px
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
	font-family: 'Courier Prime', monospace;
	letter-spacing: 0;
	position: relative;
	float: right;
	width: 25%
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after, .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
	font-family: 'Courier Prime', monospace;
	font-weight: bold;
	font-size: 7px;
	white-space: pre;
	display: block;
	opacity: 0.5
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
	content: attr(data-before);
	margin-bottom: 2px;
	font-size: 7px;
	text-transform: uppercase
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after {
	position: absolute;
	content: attr(data-after);
	text-align: right;
	right: 100%;
	margin-right: 5px;
	margin-top: 2px;
	bottom: 0
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
	text-transform: uppercase;
	font-family: 'Courier Prime', monospace;
	font-size: 20px;
	max-height: 45px;
	width: 190px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: horizontal;
	overflow: hidden;
	text-overflow: ellipsis
}

.jp-card .jp-card-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.jp-card .jp-card-back .jp-card-bar {
	background-color: #444;
	background-image: -webkit-linear-gradient(#444, #333);
	background-image: linear-gradient(#444, #333);
	width: 100%;
	height: 20%;
	position: absolute;
	top: 10%
}

.jp-card .jp-card-back:after {
	content: " ";
	display: block;
	background-color: #fff;
	background-image: -webkit-linear-gradient(#fff, #fff);
	background-image: linear-gradient(#fff, #fff);
	width: 80%;
	height: 16%;
	position: absolute;
	top: 40%;
	left: 2%
}

.jp-card .jp-card-back .jp-card-cvc {
	position: absolute;
	top: 40%;
	left: 85%;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	transition-delay: 600ms
}

.jp-card .jp-card-back .jp-card-shiny {
	position: absolute;
	top: 66%;
	left: 2%
}

.jp-card .jp-card-back .jp-card-shiny:after {
	content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free. It comes with no warranty. For support issues, please visit: github.com/jessepollak/card.";
	position: absolute;
	left: 120%;
	top: 5%;
	color: white;
	font-size: 7px;
	width: 230px;
	opacity: 0.5
}

.jp-card.jp-card-identified {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

.jp-card.jp-card-identified .jp-card-back, .jp-card.jp-card-identified .jp-card-front {
	background-color: #2f2d2d;
	background-color: rgba(0, 0, 0, 0.5)
}

.jp-card.jp-card-identified .jp-card-back:before, .jp-card.jp-card-identified .jp-card-front:before {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
	background-image: repeating-linear-gradient(45deg, #000, #565656);
	opacity: 1
}

.jp-card.jp-card-identified .jp-card-back .jp-card-logo, .jp-card.jp-card-identified .jp-card-front .jp-card-logo {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3)
}

.jp-card.jp-card-identified.no-radial-gradient .jp-card-back:before, .jp-card.jp-card-identified.no-radial-gradient .jp-card-front:before {
	background-image: repeating-linear-gradient(45deg, #000, #565656);
}

@media (max-width: 450px) {
	.card-wrapper {
		max-width: 80vw;
		width: 100%;
		margin: 20px auto;
		overflow-x: hidden
	}

	.card-wrapper > .jp-card-container {
		transform: scale(0.625);
		transform-origin: left center
	}
}

.bank_table {
	display: block;
	padding-right: 2rem;
}

.bank_table .bank_info {
	display: block;
	margin-bottom: 2rem;
}

.bank_table .bank_info span.copy {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 1.6rem;
}

.bank_table .bank_info span.copy i.success {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	color: green;
	transition: all ease-in-out .2s;
}

.bank_table .bank_info span.copy.copied i.success {
	opacity: 1;
}

.bank_table .bank_info input {
	display: none;
}

.bank_table .bank_info input:checked ~ article {
	border: 1px solid green;
}

.bank_table .bank_info article {
	display: flex;
	border: 1px solid #e1e1e1;
	padding: 12px 8px;
	cursor: pointer;
	position: relative;
	transition: all .3s ease-in-out;
}

.bank_table .bank_info article::before {
	content: "\F26B";
	font-family: bootstrap-icons !important;
	font-size: 2rem;
	color: green;
	position: absolute;
	left: 5px;
	width: 2.2rem;
	height: 2.2rem;
	text-align: center;
	line-height: 1.1;
	top: 5px;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.bank_table .bank_info input:checked ~ article::before {

	opacity: 1;
}

.bank_table .bank_info article:hover {
	border: 1px solid #a9a9a9;
}

.bank_table .bank_info article figure {

	margin: 0;
}

.bank_table .bank_info article figure img {
	display: block;
	width: 100px;
	min-width: 100px;
	height: 100%;
	object-fit: contain;
}

.bank_table .bank_info article div {
	display: flex;
	flex: 1 0 auto;
	padding-left: 12px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.bank_table .bank_info article div p {
	margin: 0;
}

.bank_table .bank_info article div p:last-child {
	font-family: 'Courier Prime', monospace;
	font-weight: 600;
	font-size: 18px;
	margin-top: 1rem;
}

.product-user-comment {
	padding: 1rem;
	display: flex;
	border: 1px solid #dae2e6;
}

.product-user-comment form {
	margin-bottom: 0;
}

.comment {
	position: relative;
}

.comment-group {
	width: 100%;
	position: relative;
}

.quote-comment {
	position: relative;
	border-radius: 10px;
	border: 1px solid #dee2e6;
	margin: 1.6rem 0 0;
	display: flex;
	padding: 1rem;
}

.quote-comment-text {
	width: 100%;
}

.quote-comment img.quote-comment-avatar {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 2rem;
}

.mini-modal.hide {
	opacity: 0;
	right: -20%;

}

.mini-modal {
	display: block;
	position: fixed;
	bottom: 10%;
	right: 2%;
	background: #fff;
	padding: 2rem;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
	/* border: 1px solid #e1e1e1; */
	transition: all cubic-bezier(.68, -0.55, .27, 1.55) .4s;
}

.mini-modal-close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	color: #2f2d2d;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}

.mini-modal-close::before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
}

.mini-modal .mini-modal-container {
	overflow: hidden;

}

.mini-modal .mini-modal-container figure {
	flex: 0 0 100px;
	margin: 0;
}

.mini-modal .mini-modal-container figure img {
	display: block;
	width: 100px;
}

.mini-modal .mini-modal-container article {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	transition: all cubic-bezier(.68, -0.55, .27, 1.55) .3s;
	margin-bottom: 1.6rem;
}

.mini-modal .mini-modal-container article.hide {
	opacity: 0;
	transform: translateX(-20%);

}

.mini-modal .mini-modal-container .mini-modal-title-container {
	display: flex;
	width: 240px;
	flex: 1 0 auto;
	flex-direction: column;
	justify-content: center;
	padding-left: 1.6rem;

}

.mini-modal .mini-modal-container p {
	display: block;
	font-size: 13px;
}

.mini-modal .mini-modal-container p:last-child {
	margin: 0;

}

.mini-modal .mini-modal-container p.b_title {
	font-weight: 600;
}

.mini-modal a.btn {
	display: block;
	flex: 0 0 100%;
	background: var(--main--color);
	color: white;
}

basket-canvas-cart-products {
	max-height: 400px;
	overflow: auto;
	scrollbar-width: thin;
}

.siparis-detay-resmi img {
	max-width: 75px;
}

.toast-message {
	font-size: 14px;
}

.toast-title {
	font-size: 15px;
}

.w-frame {
	position: relative;
}

.w-frame.open h2.step-title::after {
	content: attr(data-text);
	color: red;
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
}

.agreement-action.open::after {
	content: attr(data-text);
	color: red;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	top: -14px;
	left: 0;
	background: white;
}

.alert.announcement {
	background: #2f2d2d;
	color: #e6e6e6;
	border: 0;
	padding: 0.4rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;

}

body.slider-type-3 .page-wrapper .alert.announcement:first-child {
	display: none;
}

.alert.announcement button {
	display: inline-block;
	background: transparent;
	color: #e6e6e6;
	border: 0;
	vertical-align: 30px;
}

.alert.announcement button span {
	line-height: 1;
	vertical-align: 2px;
}

.product-default figure img {
	transition: all .5s;
	height: 100%;
	width: 100%;
}

/* -------------------- */
.alert-jobs {
	display: flex;
	margin-bottom: 2rem;
	align-items: baseline;
}

.alert-jobs.fill {
	display: flex;
	margin-bottom: 2rem;
	padding: 1rem 1rem 1rem 1rem;
	align-items: baseline;
	border-radius: 10px;
}

.alert-jobs p {
	margin: 0;
	font-weight: 500;
	align-self: center;
	font-size: 14px;
	flex: 1 1 auto;
}

.alert-jobs strong {
	line-height: 1;
	align-self: center;
	margin-right: 5px;

}

.alert-jobs .alert-btn {
	padding: 7px 10px;
	background: #fff;
	color: #664d03;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
}

.alert-jobs.fill p {
	margin: 0;
	font-weight: 500;
	align-self: center;

}

.alert-jobs::before {
	font-family: bootstrap-icons !important;
	font-weight: 600;
	align-self: center;
	margin-right: 0.6rem;
}

.alert-jobs.fill::before {
	font-family: bootstrap-icons !important;
	margin-right: 10px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
}

/* -------------------- */
.alert-jobs[this-role="alert"] {
	color: #e50101;
}

.alert-jobs[this-role="warning"] {
	color: #d2a804;

}

.alert-jobs[this-role="info"] {
	color: #0160a6;

}

.alert-jobs[this-role="success"] {
	color: #01820f;

}

.alert-jobs.fill[this-role="alert"] {
	color: white;
	background: radial-gradient(circle at 0%, #9f0202, #e50101);
}

.alert-jobs.fill[this-role="warning"] {
	color: #664d03;
	background: radial-gradient(circle at 0%, #ffe699, #fff3cd);
}

.alert-jobs.fill[this-role="info"] {
	color: #664d03;
	background: radial-gradient(circle at 0%, #0160a6, #0185e5);
}

.alert-jobs.fill[this-role="success"] {
	color: white;
	background: radial-gradient(circle at 0%, #01820f, #01bf16);
}

/* -------------------- */
.alert-jobs[this-role="alert"]::before {
	content: "\F33A";
	color: #e50101;
}

.alert-jobs[this-role="warning"]::before {
	content: "\F33A";
	color: #664d03;
}

.alert-jobs[this-role="info"]::before {
	content: "\F646";
	color: #0160a6;

}

.alert-jobs[this-role="success"]::before {
	content: "\F633";
	color: #01820f;

}

.alert-jobs.fill[this-role="alert"]::before {
	content: "\F33A";
	color: white;

}

.alert-jobs.fill[this-role="warning"]::before {
	content: "\F33A";
	color: #664d03;

}

.alert-jobs.fill[this-role="info"]::before {
	content: "\F646";
	color: #0160a6;
	background-color: rgb(255, 255, 255);
}

.alert-jobs.fill[this-role="success"]::before {
	content: "\F633";
	color: #fff;
}

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

.compare-table {
	display: block;
	margin-bottom: 40px;
	overflow: auto;
	border-right: 1px solid var(--border-color);
}

.compare-top-table .compare-column {
	border-bottom: 0 !important;
}

.compare-row {
	display: flex;

}

.compare-column {
	display: block;
	flex: 1 1 0%;
	padding: 10px;
	border: 1px solid var(--border-color);
	min-width: 200px;
	width: auto;
	border-bottom: 0;
	border-left: 0;
}

.compare-column.left-space {
	display: block;
	flex: 0 0 auto;
	max-width: 150px;
	font-weight: 500;
	min-width: 150px;
	position: sticky;
	left: 0;
	background: white;
	border: 0 aliceblue;
	border-right: 1px solid var(--border-color);
	border-left: 0 !important;
	border-top: 0 !important;
}

.compare-column:first-child {

	border-left: 1px solid var(--border-color);
}

.compare-row:first-child .compare-column {
	border-top: 1px solid var(--border-color);

}

.compare-row:last-child .compare-column {
	border-bottom: 1px solid var(--border-color);

}

.compare-row .compare-column:last-child {
	border-right: 0;

}

.compare-row:last-child {
	border-bottom: 0;

}

.compare-row.sticky-row {
	position: sticky;
	left: 0;
}

.compare-column.title {
	display: block;
	flex: 0 0 auto;
	max-width: 150px;
	font-weight: 500;
	min-width: 150px;
	position: sticky;
	left: 0;
	background: white;
}

.compare-column.row-title {
	display: block;
	flex: 1 1 auto;
	text-align: center;
	background: #f8f8f8;
	font-weight: 700;
}

.compare-picture-frame {
	display: flex;
	justify-content: center;
	/* flex-direction: column; */
	flex-wrap: wrap;
}

.compare-picture-frame img {
	display: block;
	width: auto;
	height: 150px;
}

.compare-picture-frame a {
	display: block;
	width: 100%;
	/* padding: 0 0px; */
}

.bank-table {
	opacity: 1;
}

.bank-table .bank-col {
	position: relative;
	margin-bottom: 1.4rem;
	padding: 1rem;
}

.bank-table .bank-col tbody tr td:first-child {
	font-weight: 600;
}

.bank-table .bank-col.Maximum {
	background: rgba(235, 0, 139, 0.04);
	background: linear-gradient(to bottom, rgba(235, 0, 139, 0.04), transparent)
}

.bank-table .bank-col.Cardfinans {
	background: rgba(43, 69, 119, 0.04);
	background: linear-gradient(to bottom, rgba(43, 69, 119, 0.04), transparent)
}

.bank-table .bank-col.Paraf {
	background: rgba(0, 177, 221, 0.04);
	background: linear-gradient(to bottom, rgba(0, 177, 221, 0.04), transparent)
}

.bank-table .bank-col.World {

	background: rgba(120, 42, 144, 0.04);
	background: linear-gradient(to bottom, rgba(120, 42, 144, 0.04), transparent)
}

.bank-table .bank-col.Axess {

	background: rgba(255, 183, 27, 0.04);
	background: linear-gradient(to bottom, rgba(255, 183, 27, 0.04), transparent)
}

.bank-table .bank-col.Bonus {

	background: rgba(115, 183, 37, 0.04);
	background: linear-gradient(to bottom, rgba(115, 183, 37, 0.04), transparent)
}

.bank-table .bank-col.BankkartCombo {

	background: rgba(225, 25, 49, 0.04);
	background: linear-gradient(to bottom, rgba(225, 25, 49, 0.04), transparent)
}

.bank-table .bank-col.Maximum table td, .bank-table .bank-col.Maximum table th, .bank-table .bank-col.Maximum label {
	border-color: #e6d5df;
}

.bank-table .bank-col.Cardfinans table td, .bank-table .bank-col.Cardfinans table th, .bank-table .bank-col.Cardfinans label {
	border-color: #d4dce3;
}

.bank-table .bank-col.Paraf table td, .bank-table .bank-col.Paraf table th, .bank-table .bank-col.Paraf label {
	border-color: #d1e3e7;
}

.bank-table .bank-col.World table td, .bank-table .bank-col.World table th, .bank-table .bank-col.World label {
	border-color: #e3d4e7;
}

.bank-table .bank-col.Axess table td, .bank-table .bank-col.Axess table th, .bank-table .bank-col.Axess label {
	border-color: #e5e2db;
}

.bank-table .bank-col.Bonus table td, .bank-table .bank-col.Bonus table th, .bank-table .bank-col.Bonus label {
	border-color: #dee5d7;
}

.bank-table .bank-col.BankkartCombo table td, .bank-table .bank-col.BankkartCombo table th, .bank-table .bank-col.BankkartCombo label {
	border-color: #e1d9da;
}

.bank-table .bank-col.Maximum table th {

	color: #c10876;
}

.bank-table .bank-col.Cardfinans table th {

	color: #1e3064;
}

.bank-table .bank-col.Paraf table th {

	color: #006a84;
}

.bank-table .bank-col.World table th {

	color: #782a90;
}

.bank-table .bank-col.Axess table th {

	color: #79570d;
}

.bank-table .bank-col.Bonus table th {

	color: #4f7d18;
}

.bank-table .bank-col.BankkartCombo table th {

	color: #ae1326;
}

.bank-table .bank-col table tbody tr:hover {

	background: #f4f4f4;
}

.bank-table .bank-col label {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1.5rem;
	padding-top: 0.5rem;
}

.bank-table .bank-col label img {
	height: 24px;
	width: 100px;
}

.bank-table .bank-col table {
	border-collapse: collapse;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
}

.bank-table tbody, .bank-table td, .bank-table tfoot, .bank-table th, .bank-table thead, .bank-table tr {
	border-color: #f1f1f1;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 6px 2px;
	font-size: 13px;
}

.bank-table th {

	font-weight: 500;
}

.bank-table td {
	font-weight: 400;
	color: #555;
}

@media screen and (max-width: 768px) {
	.basket-card .ratings-container {
		font-size: 10px;
	}
	.basket-card .basket-text-body .basket-card-column .product-title {
		font-size: 1.1rem;
	}
	.product-single-tabs .nav-tabs {
		display: flex;
		margin-top: -20px;
		border-bottom: 0;

	}
	.product-single-tabs .nav.nav-tabs .nav-item {
		margin-bottom: 1px;
		margin-right: 1px;
		flex: 1 0 auto;
		text-align: center;
		border: 0;
	}
}

.variant-warning {
	opacity: 1;
	position: absolute;
	background: #ffe79d;
	width: 100%;
	top: -56px;
	left: 0;
	z-index: 11;
	display: flex;
	justify-content: center;
	padding: 10px 0px;
	transition: all ease-in-out .2s;
}
.variant-warning.mobile {
	position: fixed;
	top: 60px;
}
.variant-warning::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 10px solid #ffe79d;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: transparent;
	left: 10px;
	bottom: -20px;
}

.variant-warning.passive {
	visibility: collapse;
	opacity: 0;
	top: -100px;
}
.variant-warning.mobile.passive {
	visibility: collapse;
	opacity: 0;
	top: 0;
}
.variant-warning i {
	opacity: 1;
}

.variant-warning p {
	margin: 0;
}

button.select-country {
	padding: 0.870rem;
	min-width: 100px;
	border: 1px solid var(--border-color);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

button.select-country span:nth-child(2), .country-menu li a span:nth-child(2) {
	margin-left: 4px;
}

.country-select-button {
	position: relative;
}

.country-form {
	opacity: 1;
}

.country-menu {
	opacity: 1;
	width: 100%;
}

.country-menu li {
	cursor: pointer;
	margin: 0;
}

.product-list .price-box p, .product-list .price-box span {
	text-align: center;
	padding: 0;
}

.cover a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.cover h3 {
	color: white;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	position: absolute;
	font-size: 7rem;
	font-weight: 900;
	background-size: cover;
	background-position: 0 0;
	-webkit-background-clip: text;
	z-index: 1;
	margin: 0;
	transition: all ease-in-out .2s;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	text-align: end;
	flex-wrap: wrap;
}

.cover h3 span {
	color: white;

}

.cover img {
	transition: all ease-in-out .8s;
	width: 100%;
	height: auto;
}

.cover a:hover h3 {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	box-shadow: 0 0 0 0 black;
}

.cover a:hover h3 ~ img {
	filter: grayscale(60%);
}

.cover a:hover h3 span {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}

@media screen and (max-width: 991px) {
	.mini-modal {
		bottom: 25% !important;
		width: 96% !important;
		z-index: 10;
	}

	.form-group.product-field.select-property {

		margin-bottom: 1rem;

	}
	.product-single-bottom {
		border: 0;
		padding: 0 1.5rem;

	}
	.row.iconBox {
		border-top: 1px solid var(--border-color);
		padding-top: 2rem;
	}

	.iconBox .ib-box span {
		text-align: center;
	}
	.product-single-bottom h3 {
		border-top: 1px solid var(--border-color);
		padding-top: 2rem;
	}
	.product-single-gallery {
		margin-bottom: 0;
		border: 0;
	}
	#carousel-custom-dots, .variant-float-right-button {
		display: none;
	}
	.product-single-details .product-desc {
		order: 2;
	}
	.product-single-details .product-action {
		display: none;
		order: 0;
	}
	.product-single-details .text-success {
		order: 1;
	}
	.product-slider-container {
		width: 100%;
	}
	.prod-thumbnail-wrapper {
		display: none;
	}
	.mobile-bottom-nav, .mobile-basket-nav, .mobile-pay-nav {
		display: flex;
	}
	.mobile-basket-nav .price-piece .select-property h5 {
		display: none;
	}
	.mobile-title-container .title-row .add-wishlist {
		margin-top: 22px;
	}

	.user-dropdown .user-text {
		display: none;
	}

	.lang-switch, .static-dropdown .dropdown-toggle p {
		display: none;
	}

	.page-wrapper {
		margin-bottom: 93px;
	}

	.wp-frame {
		width: 40px !important;
		height: 40px !important;
		bottom: 80px !important;
		right: 20px !important;
	}

	.wp-frame span i {
		font-size: 24px !important;
		line-height: 30px !important;

	}

	.bank_table {
		padding-right: 0;
	}
	.StoryCarousel.owl-carousel .owl-stage-outer {
		display: block;
	}
	#wp-contact-wrapper {
		bottom: 140px;
	}

}

@media screen and (max-width: 576px) {
	.bank_table .bank_info article {
		flex-wrap: wrap;
	}
	.bank_table .bank_info article figure {
		flex: 0 0 auto;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.bank_table .bank_info article div {
		flex: 0 0 auto;
		width: 100%;
	}
}

.nothing--here {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.nothing--here i {
	font-size: 10rem;
	color: #c4c4c4;
}
.nothing--here h3 {
	font-size: 2.3rem;
	font-weight: 600;
	color: #555;
}
#odeme_tamamla{
	width:100%;
}
.alert-warning button{
	margin-top: -15px;
}
.varyantlar {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: white;
	text-align: center;
	padding: 5px;
}

.varyant-item {
	display: inline-flex;
}

.product-media-card figure {
	position: relative;
}
.product-media-card  figure:hover .varyantlar {
	display: block;
	transition:  all .5s ease-in-out;
}
.nice-select.form-control {
	float: none;
	max-width: 100%;
	border-radius: 5px;
	padding: 10px 30px 10px 18px;
	border: 0;
	box-shadow: 0 0 0 1px var(--border-color);
}
.forms-container{
	display: block;
	margin:20px
}
.forms-container button {
	text-align: center;
}
.f-buttons {
	display: flex;
	justify-content: center;
}


.purchasing-page {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.purchasing-page .filter-header {
	background: #F8F8F8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.purchasing-page .filter-header .input-group-text {
	background-color: white;
	border: 1px solid var(--border-color);
	width: 4rem;
	justify-content: center;
}

.purchasing-page .filter-header .form-control {
	border-left: unset;
}
.pagination{
	margin:10px;
}
.country-menu{
	max-height:300px;
	overflow-y: auto;
	width:130px;
}
