:root {
	--dark-gray: #434343;
	--dark-color: #092d3c;
	--accent-color: #fe6662;
	--text-color: #fff;
	--border-radius: 4px;
}

/* [Master Stylesheet v-1.0.0] */

/* :: :: 1.0 Import Fonts */
@import url(./font-awesome.min.css?v=1.0);
@import url(./font.css); /* public font */

/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Ubuntu';
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #242424;
	line-height: 1.3;
	font-weight: 400;
}

p {
	color: #6d6d6d;
	font-size: 16px;
	line-height: 1.9;
	font-weight: 400;
}

a {
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #131212;
	font-weight: 400;
	/*font-size: 12px;*/
}

a:hover,
a:focus {
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #131212;
	/*font-weight: 400;*/
	/*font-size: 12px;*/
}

ul,
ol {
	margin: 0;
}

ul li,
ol li {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

html {
	background: url(../images/bg_oversize.svg) repeat var(--dark-gray);
}

body {
	max-width: 1440px;
	margin: 0 auto !important;
	box-shadow: 0 0 10px black;
}

/* Section Padding */
.section-padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-padding-20-0 {
	padding-top: 44px;
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.section-padding-20-0 {
		padding-top: 20px;
		padding-bottom: 0;
	}	
}

.navbar-toggler {
	background-color: var(--accent-color);
	border-radius: 0;
	margin-bottom: 15px;
}

.navbar-toggler i {
	font-size: 12px;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.navbar {
		display: block;
	}
}

.mobile-nav {
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: #fff;
	z-index: 3000;
	top: 0;
	left: 0;
	right: 0;
	padding: 0.5em 2em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	display: none;
}

@media only screen and (max-width: 767px) {
	.mobile-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.mobile-nav .amado-navbar-brand {
	display: flex;
	align-items: center;
	gap: 4vw;
}

.mobile-nav .amado-navbar-brand a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.mobile-nav .amado-navbar-brand a img {
	width: 40px;
}

.mobile-nav .amado-navbar-toggler {
	cursor: pointer;
}

.mobile-nav .amado-navbar-toggler span {
	width: 28px;
	height: 3px;
	background-color: var(--accent-color);
	display: block;
	margin-bottom: 5px;
	border-radius: 2px;
}

.mobile-nav .amado-navbar-toggler span:last-child {
	margin-bottom: 0;
}

/* ScrollUp */
#scrollUp {
	background-color: var(--accent-color);
	border-radius: 0;
	bottom: 60px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	right: 60px;
	text-align: center;
	width: 40px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

#scrollUp:hover {
	background-color: #131212;
}

@media only screen and (max-width: 767px) {
	#scrollUp {
		bottom: 30px;
		right: 30px;
	}
}

/* :: 4.0 Search Wrapper Area CSS */
.search-wrapper {
	position: fixed;
	width: 100%;
	z-index: 5000;
	top: -350px;
	left: 0;
	background-color: #f5f7fa;
	border-bottom: 2px dotted silver;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.search-wrapper .search-content form {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
}

.search-wrapper .search-content form input {
	width: 100%;
	height: 60px;
	border: none;
	padding-left: 50px;
	font-size: 14px;
	color: #6b6b6b;
}

.search-wrapper .search-content form button {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 50px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	background-color: transparent;
	text-align: center;
}

.search-wrapper .search-close {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	cursor: pointer;
	background-color: var(--accent-color);
}

.search-wrapper .search-close:hover {
	background-color: #131212;
}

/* :: 5.0 Welcome Area CSS */
.main-content-wrapper {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: calc(100vh - 79px);
}

.main-content-wrapper.zindex {
	z-index: 100;
}

.main-content-wrapper.zindex2 {
	z-index: 100;
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper {
		margin-top: 70px;
		z-index: 98;
	}
}

.main-content-wrapper .header-area {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
	width: 320px;
	max-width: 320px;
	background-color: var(--dark-color);
	border-right: 2px dotted silver;
	padding: 20px 40px;
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .header-area {
		-webkit-transition-duration: 500ms;
		transition-duration: 500ms;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
		width: 320px;
		max-width: 320px;
		position: fixed;
		z-index: 4000;
		top: 0;
		left: -350px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		display: block;
	}
}

.main-content-wrapper .header-area.bp-xs-on {
	left: 0;
}

.main-content-wrapper .header-area .nav-close {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 15px;
	background-color: red;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	cursor: pointer;
	background-color: var(--accent-color);
	display: none;
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .header-area .nav-close {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.main-content-wrapper .header-area .nav-close:hover {
	background-color: var(--accent-color);
}

.main-content-wrapper .header-area .logo {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-content-wrapper .header-area .logo a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--text-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .header-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
		width: 280px;
		max-width: 280px;
		padding: 50px 40px;
	}

	.main-content-wrapper .header-area .logo a {
		font-size: 16px;
	}
}

.scrollUp {
	cursor: pointer;
}

.main-content-wrapper .header-area .amado-nav li .slide-toggle {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding: 15px 0;
	display: flex;
	line-height: 0.9;
	color: var(--text-color);
	font-weight: normal;
	cursor: pointer;
	transition: 0.2s linear;
}

.main-content-wrapper .header-area .amado-nav li .slide-search {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding: 15px 0;
	display: flex;
	line-height: 0.9;
	color: #131212;
	font-weight: normal;
	cursor: pointer;
	transition: 0.2s linear;
}

.main-content-wrapper .header-area .amado-nav li > .slide-toggle::after {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 30px;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	left: -150px;
	background-color: var(--accent-color);
	z-index: 10;
	content: '';
}

.main-content-wrapper .header-area .amado-nav li .slide-toggle:hover,
.main-content-wrapper .header-area .amado-nav li .slide-search:hover,
.main-content-wrapper .header-area .amado-nav li .slide-toggle:focus {
	color: var(--accent-color);
}

.main-content-wrapper .header-area .amado-nav li:hover .slide-toggle::after,
.main-content-wrapper .header-area .amado-nav li:focus .slide-toggle::after {
	left: -75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .header-area .amado-nav li:hover .slide-toggle::after,
	.main-content-wrapper .header-area .amado-nav li:focus .slide-toggle::after {
		left: -50px;
	}
}

.main-content-wrapper .header-area .amado-nav li.active .slide-toggle::after {
	left: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .header-area .amado-nav li.active .slide-toggle::after {
		left: -50px;
	}
}

.main-content-wrapper .header-area .amado-btn-group .amado-btn {
	width: 160px;
	display: block;
}

.main-content-wrapper .header-area .cart-fav-search a {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 0;
	color: #131212;
	line-height: 1;
}

.main-content-wrapper .header-area .cart-fav-search a .search-nav {
	padding-bottom: 0;
}

.main-content-wrapper .header-area .cart-fav-search a span {
	color: #9e9e9e;
}

.main-content-wrapper .header-area .cart-fav-search a img {
	margin-right: 10px;
}

.main-content-wrapper .header-area .cart-fav-search a:hover,
.main-content-wrapper .header-area .cart-fav-search a:focus {
	color: var(--accent-color);
}

.main-content-wrapper .header-area .social-info a {
	color: #b5b5b5;
	display: inline-block;
}

.main-content-wrapper .header-area .social-info a i {
	font-size: 18px;
}

.main-content-wrapper .header-area .social-info a:hover,
.main-content-wrapper .header-area .social-info a:focus {
	color: var(--accent-color);
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .header-area .social-info {
		margin-bottom: 75px;
	}
}

.main-content-wrapper .products-catagories-area {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 320px);
	flex: 0 0 calc(100% - 320px);
	width: calc(100% - 320px);
	max-width: calc(100% - 320px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .products-catagories-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 280px);
		flex: 0 0 calc(100% - 280px);
		width: calc(100% - 280px);
		max-width: calc(100% - 280px);
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .products-catagories-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
}

.main-content-wrapper .shop_sidebar_area {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
	width: 230px;
	max-width: 230px;
	background-color: #f5f7fa;
	padding: 100px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .shop_sidebar_area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		width: 180px;
		max-width: 180px;
		padding: 100px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .shop_sidebar_area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.main-content-wrapper .amado_product_area {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 320px);
	flex: 0 0 calc(100% - 320px);
	width: calc(100% - 320px);
	max-width: calc(100% - 320px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-content-wrapper .amado_product_area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 320px);
		flex: 0 0 calc(100% - 320px);
		width: calc(100% - 320px);
		max-width: calc(100% - 320px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .amado_product_area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 320px);
		flex: 0 0 calc(100% - 320px);
		width: calc(100% - 320px);
		max-width: calc(100% - 320px);
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .amado_product_area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		/*padding-top: 50px;*/
	}
}

.main-content-wrapper .cart-table-area {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(95% - 320px);
	flex: 0 0 calc(95% - 320px);
	width: calc(95% - 320px);
	max-width: calc(95% - 320px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-content-wrapper .cart-table-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 320px);
		flex: 0 0 calc(100% - 320px);
		width: calc(100% - 320px);
		max-width: calc(100% - 320px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .cart-table-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 280px);
		flex: 0 0 calc(100% - 280px);
		width: calc(100% - 280px);
		max-width: calc(100% - 280px);
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .cart-table-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding-top: 0;
	}
}

.main-content-wrapper .cart-table-area .cart-title h2 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #242424;
}

.main-content-wrapper .cart-table-area table thead {
	width: 100%;
	display: block;
}

.main-content-wrapper .cart-table-area table thead tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	background-color: #f5f7fa;
}

.main-content-wrapper .cart-table-area table thead tr th {
	border-top: none;
	border-bottom: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
	font-size: 12px;
	color: #242424;
	text-transform: capitalize;
	font-weight: 400;
}

.main-content-wrapper .cart-table-area table tbody {
	width: 100%;
	display: block;
}

.main-content-wrapper .cart-table-area table tbody tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	width: 100%;
}

.main-content-wrapper .cart-table-area table tbody tr td {
	border: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
}

.main-content-wrapper .cart-table-area table tbody tr td h5 {
	font-size: 16px;
	color: #252525;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-content-wrapper .cart-table-area table tbody tr td h5 {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .cart-table-area table tbody tr td h5 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .cart-table-area table tbody tr td h5 {
		font-size: 12px;
	}
}

.main-content-wrapper .cart-table-area table tbody tr td .qty-btn p {
	margin-bottom: 0;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	background-color: #f5f7fa;
	color: #242424;
	font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .cart-table-area table tbody tr td .qty-btn p {
		padding: 0 10px;
	}
}

.main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity {
	position: relative;
	z-index: 1;
}

.main-content-wrapper
	.cart-table-area
	table
	tbody
	tr
	td
	.qty-btn
	.quantity
	input {
	text-align: center;
	background-color: #f5f7fa;
	height: 40px;
	width: 60px;
	border: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	color: #242424;
	font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper
		.cart-table-area
		table
		tbody
		tr
		td
		.qty-btn
		.quantity
		input {
		width: 45px;
	}
}

.main-content-wrapper
	.cart-table-area
	table
	tbody
	tr
	td
	.qty-btn
	.quantity
	.qty-plus {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 20px;
	text-align: center;
	height: 40px;
	cursor: pointer;
	color: #242424;
	font-size: 10px;
}

.main-content-wrapper
	.cart-table-area
	table
	tbody
	tr
	td
	.qty-btn
	.quantity
	.qty-minus {
	position: absolute;
	top: 0;
	right: 40px;
	line-height: 40px;
	width: 20px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	color: #242424;
	font-size: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper
		.cart-table-area
		table
		tbody
		tr
		td
		.qty-btn
		.quantity
		.qty-minus {
		right: 30px;
	}
}

.main-content-wrapper .cart-table-area .cart-summary {
	background-color: #f5f7fa;
	margin-top: 118px;
	position: relative;
	z-index: 1;
	padding: 30px 20px;
}

.main-content-wrapper .cart-table-area .cart-summary h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.main-content-wrapper .cart-table-area .cart-summary .summary-table {
	margin-top: 30px;
}

.main-content-wrapper .cart-table-area .cart-summary .summary-table li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.main-content-wrapper .cart-table-area .cart-summary .summary-table li span {
	color: #6b6b6b;
	font-size: 14px;
}

.main-content-wrapper .cart-table-area .cart-summary .payment-method label {
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 400;
	margin-bottom: 15px;
}

.main-content-wrapper .single-product-area {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(95% - 320px);
	flex: 0 0 calc(95% - 320px);
	width: calc(95% - 320px);
	max-width: calc(95% - 320px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-content-wrapper .single-product-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 320px);
		flex: 0 0 calc(100% - 320px);
		width: calc(100% - 320px);
		max-width: calc(100% - 320px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper .single-product-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 280px);
		flex: 0 0 calc(100% - 280px);
		width: calc(100% - 280px);
		max-width: calc(100% - 280px);
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper .single-product-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding-top: 0;
	}
}

.main-content-wrapper .single-product-area .breadcrumb {
	background-color: transparent;
}

.main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item {
	font-size: 14px;
	text-transform: uppercase;
}

.main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item a {
	color: #242424;
	font-size: 14px;
	text-transform: uppercase;
}

.main-content-wrapper
	.single-product-area
	.breadcrumb
	.breadcrumb-item
	a:hover {
	color: var(--accent-color);
}

.main-content-wrapper
	.single-product-area
	.breadcrumb
	.breadcrumb-item
	+ .breadcrumb-item::before {
	content: '>';
}

.main-content-wrapper .single-product-area .single_product_thumb {
	position: relative;
	z-index: 1;
	margin-bottom: 170px;
}

.main-content-wrapper
	.single-product-area
	.single_product_thumb
	.carousel-indicators {
	margin: 0 7.5px;
	bottom: -165px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-content-wrapper
		.single-product-area
		.single_product_thumb
		.carousel-indicators {
		bottom: -105px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper
		.single-product-area
		.single_product_thumb
		.carousel-indicators {
		bottom: -105px;
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper
		.single-product-area
		.single_product_thumb
		.carousel-indicators {
		bottom: -95px;
	}
}

.main-content-wrapper
	.single-product-area
	.single_product_thumb
	.carousel-indicators
	li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	min-width: 25%;
	height: 140px;
	background-position: center center;
	background-size: cover;
	border: 2px solid transparent;
	cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-content-wrapper
		.single-product-area
		.single_product_thumb
		.carousel-indicators
		li {
		height: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-content-wrapper
		.single-product-area
		.single_product_thumb
		.carousel-indicators
		li {
		height: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper
		.single-product-area
		.single_product_thumb
		.carousel-indicators
		li {
		height: 70px;
	}
}

.main-content-wrapper
	.single-product-area
	.single_product_thumb
	.carousel-indicators
	li.active {
	border: 2px solid var(--accent-color);
}

.main-content-wrapper
	.single-product-area
	.single_product_thumb
	.carousel-item
	a {
	cursor: zoom-in;
}

.main-content-wrapper .single-product-area .single_product_desc {
	position: relative;
	z-index: 1;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.product-meta-data
	.line {
	width: 80px;
	height: 3px;
	background-color: var(--accent-color);
	margin-bottom: 15px;
	display: block;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.product-meta-data
	.product-price {
	font-size: 24px;
	font-weight: 400;
	color: var(--accent-color);
	line-height: 1;
	margin-bottom: 10px;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.product-meta-data
	a {
	display: block;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.product-meta-data
	a
	h6 {
	font-size: 30px;
	margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-content-wrapper
		.single-product-area
		.single_product_desc
		.product-meta-data
		a
		h6 {
		font-size: 20px;
	}
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.product-meta-data
	.ratings-review
	.ratings
	i {
	font-size: 10px;
	color: var(--accent-color);
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.product-meta-data
	.ratings-review
	.review
	a {
	display: inline-block;
	color: #6b6b6b;
	font-size: 14px;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.product-meta-data
	.avaibility {
	margin-bottom: 0;
	font-size: 12px;
	color: #6b6b6b;
	line-height: 1;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.product-meta-data
	.avaibility
	i {
	color: #20d34a;
	font-size: 12px;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.short_overview
	p {
	line-height: 2.1;
	color: #6b6b6b;
}

.main-content-wrapper .single-product-area .single_product_desc .cart p {
	margin-bottom: 0;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	background-color: #f5f7fa;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.cart
	.quantity {
	position: relative;
	z-index: 1;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.cart
	.quantity
	input {
	text-align: center;
	background-color: #f5f7fa;
	height: 40px;
	width: 100px;
	border: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	color: #959595;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.cart
	.quantity
	.qty-plus {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	width: 30px;
	text-align: center;
	height: 20px;
	cursor: pointer;
	color: #959595;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.cart
	.quantity
	.qty-minus {
	position: absolute;
	top: 21px;
	right: 0;
	line-height: 1;
	width: 30px;
	height: 25px;
	text-align: center;
	cursor: pointer;
	color: #959595;
}

.main-content-wrapper
	.single-product-area
	.single_product_desc
	.cart
	.amado-btn {
	width: 310px;
	height: 80px;
	line-height: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-content-wrapper
		.single-product-area
		.single_product_desc
		.cart
		.amado-btn {
		width: 250px;
	}
}

@media only screen and (max-width: 767px) {
	.main-content-wrapper
		.single-product-area
		.single_product_desc
		.cart
		.amado-btn {
		width: 280px;
	}
}

.search-wrapper-on .search-wrapper {
	top: 0;
}

.search-wrapper-on .main-content-wrapper {
	margin-top: 102px;
}

.modal__city {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10010;
	background: rgba(0, 0, 0, 0.5);
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	transition: 0.2s linear;
	pointer-events: none;
}

.modal__city.active {
	display: block;
	pointer-events: all;
}

.modal__city--inner {
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 900px;
	min-height: calc(100% - 35px);
	margin: 17.5px auto;
	justify-content: center;
}

.modal__city--content {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	border-radius: 3px;
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__city--title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.modal__city--cross {
	cursor: pointer;
}

.modal__city--cross span {
	width: 25px;
}

.modal__city--box {
	width: 100%;
	margin-top: 20px;
	overflow-y: auto;
	max-height: 350px;
	display: flex;
	flex-wrap: wrap;
}

.modal__city--link {
	width: calc(100% / 4);
	padding: 0 5px;
	color: #000;
	margin-top: 8px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.modal__city--link {
		width: calc(100% / 3);
	}
}
@media (max-width: 600px) {
	.modal__city--link {
		width: 50%;
	}
}
@media (max-width: 400px) {
	.modal__city--link {
		width: 100%;
	}
}

/* :: 6.0 Newsletter Area CSS */
.newsletter-area {
	position: relative;
	/*margin: 30px 0 0;*/
	z-index: 1;
	background-color: #3c3c3c;
}

.newsletter-area .newsletter-text {
	position: relative;
	z-index: 1;
}

.newsletter-area .newsletter-text h2 {
	font-size: 36px;
	margin-bottom: 10px;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.newsletter-area .newsletter-text h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.newsletter-area .newsletter-text h2 {
		font-size: 30px;
	}
}

.newsletter-area .newsletter-text h2 span {
	color: var(--accent-color);
}

.newsletter-area .newsletter-text,
.newsletter-area .newsletter-text p {
	color: #d3d1d1;
	margin-bottom: 0;
}
.newsletter-area .newsletter-text a {
	color: #fff;
	text-decoration: underline;
}

/* :: 7.0 Popular Products Area CSS */
.single-product-wrapper {
	position: relative;
	z-index: 1;
	margin-bottom: 3rem;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: var(--border-radius);
}

.single-product-wrapper .product-img {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.single-product-wrapper .product-img img {
	width: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	aspect-ratio: 2/2.8;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.single-product-wrapper .product-img .hover-img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
}

.single-product-wrapper .product-description {
	position: relative;
	z-index: 1;
	display: flex;
	flex-flow: wrap row;
	align-items: baseline;
	padding: 10px 0 0;
	background: #f5f7fa;
}

.single-product-wrapper .line {
	width: 80px;
	height: 0;
	border-bottom: 2px dotted var(--accent-color);
	margin-bottom: 15px;
	display: block;
}

.single-product-wrapper .product-description li {
	font-size: 1rem;
}

.single-product-wrapper .product-description .product-meta-param {
	width: 30%;
	text-align: right;
	padding: 0 5px 0 0;
	min-height: 100px;
}
.single-product-wrapper .product-description .product-meta-data {
	/*width: 70%;*/
	text-align: right;
	padding: 0 5px 0 0;
	min-height: 100px;
}

.single-product-wrapper
	.product-description
	.product-meta-data
	li:first-letter {
	color: var(--accent-color);
}

.single-product-wrapper .product-description .product-meta-data a {
	display: block;
}

.single-product-wrapper:hover .product-img .hover-img {
	opacity: 1;
	visibility: visible;
}

.single-product-wrapper:hover .product-img .product-favourite a {
	opacity: 1;
	visibility: visible;
}

.pagination {
	position: relative;
	z-index: 1;
}

.pagination .page-item .page-link {
	width: 40px;
	height: 40px;
	border: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	padding: 0;
	text-align: center;
	color: #242424;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
	color: #fff;
	box-shadow: none;
	background-color: var(--accent-color);
}

.pagination .page-item.active .page-link {
	color: #fff;
	box-shadow: none;
	background-color: var(--accent-color);
}

.pagination .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
	margin-left: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* :: 9.0 Product Sidebar Area CSS */
.widget {
	position: relative;
	z-index: 1;
}

.widget .widget-title {
	font-size: 16px;
	text-transform: capitalize;
	color: #242424;
}

.widget .catagories-menu li a {
	text-transform: capitalize;
	font-size: 16px;
	padding: 15px 0 15px 20px;
	display: block;
	font-weight: 400;
	color: #959595;
}

.widget .catagories-menu li a:hover,
.widget .catagories-menu li a:focus {
	color: var(--accent-color);
}

.widget .catagories-menu li.active a {
	color: var(--accent-color);
}

.widget.price .slider-range-price {
	background-color: #c7d2d8 !important;
	height: 2px;
	border: none;
}

.widget.price .ui-slider-handle {
	background-color: #fff;
	top: -7px;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 2px solid var(--accent-color);
	border-radius: 50%;
}

.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
	background-color: var(--accent-color);
}

.widget.price .ui-slider-horizontal {
	height: 2px;
	background-color: var(--accent-color);
}

.widget.price .range-price {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	text-transform: uppercase;
	color: #959595;
}

.widget.color .widget-desc ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget.color .widget-desc ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	margin-bottom: 15px;
}

.widget.color .widget-desc ul li a {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.widget.color .widget-desc ul li a.color1 {
	background-color: #ffffff;
}

.widget.color .widget-desc ul li a.color2 {
	background-color: #969696;
}

.widget.color .widget-desc ul li a.color3 {
	background-color: #030303;
}

.widget.color .widget-desc ul li a.color4 {
	background-color: #0315ff;
}

.widget.color .widget-desc ul li a.color5 {
	background-color: #dc0647;
}

.widget.color .widget-desc ul li a.color6 {
	background-color: #fff56a;
}

.widget.color .widget-desc ul li a.color7 {
	background-color: #f26e51;
}

.widget.color .widget-desc ul li a.color8 {
	background-color: #9a8777;
}

.widget.brands .form-check {
	margin-bottom: 25px;
}

.widget.brands .form-check label {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-size: 16px;
	color: #959595;
	font-weight: 400;
	cursor: pointer;
}

.widget.brands .form-check label:hover {
	color: var(--accent-color);
}

.widget.brands .form-check:last-child {
	margin-bottom: 0;
}

/* :: 10.0 Checkout Area CSS */
.checkout_details_area form .form-control {
	height: 60px;
	border: none;
	border-radius: 0;
	background-color: #f5f7fa;
	padding: 30px;
	color: #6b6b6b;
	font-size: 14px;
}

/* ##### The End ##### */

.card--buttons {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 16px;
}

.card__item--button {
	width: calc(100% / 3 - 48px / 3);
	padding: 8px 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background: #fff;
	cursor: pointer;
	transition: 0.2s linear;
	font-size: 11pt;
	font-weight: 500;
	border: 1px solid #d2d2d2;
	border-radius: var(--border-radius);
}

.card__item--button:hover {
	opacity: 0.6;
	cursor: pointer;
}

.card__item--button img {
	width: 15px;
}

@media (max-width: 850px) {
	.card__item--button {
		width: 100%;
	}

	.card--buttons {
		flex-direction: column;
		gap: 10px;
	}
}

.card__phone {
	width: 100%;
}

.phone__button {
	width: 100%;
	display: flex;
	justify-content: center;
}

.phone__button:hover {
	opacity: 0.7;
	background: #8d8 !important;
}

.phone__lock {
	width: 100%;
	text-align: center;
	color: #000;
	background: #e7e7e7;
	border-radius: 4px;
	padding: 5px 8px;
}
