#cookieBar {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	color: #efefef;
	padding: 8px;
	text-align: center;
}

.checkoutForm input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
	color: #000;
}
.checkoutForm input[readonly="readonly"]:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
	background-color: #eee;
}

.checkoutForm .nice-select .list {
	height: 200px;
	overflow-y: scroll;
}

.profile-tabs-row {
}

	.profile-tabs-row li {
		text-align: center;
	}

		.profile-tabs-row li a {
			font-size: 20px;
		}
		@media(max-width: 768px) {
			.profile-tabs-row li a {
				font-size: 16px;
			}
		}
		@media(max-width: 520px) {
			.profile-tabs-row li {
				margin-right: 20px;
			}
			.profile-tabs-row li a {
				font-size: 14px;
			}
			.profile-tabs-row li a i {
				margin-bottom: 4px;
				display: block;
			}
		}

		.profile-tabs-row li:not(.active) a {
			color: #000;
		}

.productItem01 {}

.productItem01 .images-container {
	display: flex;
	height: 350px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
@media(max-width: 992px) {
	.productItem01 .images-container {
		height: 380px;
	}
}
@media(max-width: 768px) {
	.productItem01 .images-container {
		height: 300px;
	}
}
@media(max-width: 576px) {
	.productItem01 .images-container {
		height: 486px;
	}
}

.shopPagination a, .shopPagination span {}
@media(max-width: 576px) {
	.shopPagination a, .shopPagination span {
		width: 28px;
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}
}

.out-of-stock {
	color: #ff0000;
}

.red {
	color: #ff0000;
}

.shopSidebar2{
	position: relative;
}
.shopSidebar2 .widget{
	margin: 0 0 36px;
	padding: 0;
}
.shopSidebar2 .widget .widgetTitle{
	font-size: 21px;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 17px;
	margin: 0 0 21px;
}
.shopSidebar2 .widget .widgetTitle:before{
	content: '\f0da';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 18px;
	color: #9ebbbd;
	position: absolute;
	left: 0;
	top: 6px;
	line-height: 1;
}
.shopSidebar2 .widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.shopSidebar2 .widget li{
	position: relative;
	list-style: none;
	display: block;
	margin: 0 0 12px;
}
.shopSidebar2 .widget > ul > li:last-child{
	margin: 0;
}
.shopSidebar2 .widget li a{
	font-size: 16px;
	line-height: 24px;
	color: #7f8495;
	display: block;
	position: relative;
}
.shopSidebar2 .widget li a.active{
	color: #dd0000;
}
.shopSidebar2 .widget li.menu-item-has-children > a:after{
	content: '+';
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 4px;
}
.shopSidebar2 .widget li.menu-item-has-children.active > a:after{
	content: '-';
	top: 2px;
}
.shopSidebar2 .widget li a:hover{
	color: #52586d;
}
.shopSidebar2 .widget li ul{
	padding: 12px 0 0 21px;
	position: relative;
	top: 0;
	display: none;
}
.shopSidebar2 .widget li ul li:last-child{
	margin: 0;
}

@media(max-width: 768px) {
	.anSelects {
		display: block;
		padding-left: 0;
	}
	.anSelects::before {
		display: none;
	}
}

@media(max-width: 576px) {
	.logo img {
		height: 26px;
	}
}
@media(max-width: 389px) {
	.logo img {
		height: 21px;
	}
}

.pswItem label {
	margin-bottom: 4px;
	width: 60px;
}
@media(max-width: 380px) {
	.pswItem label {
		width: 44px;
		font-size: 12px;
	}
}

.quantity button {
	z-index: 2;
}

.orderReview table {
	margin-bottom: 20px;
}

.orderReview a {
	color: #000;
}

.alert-success a {
	color: #000;
}

.placeOrderBTN.disabled:after {
	background-color: #52586d;
}