.product-single .product-meta{
	margin-bottom:0 !important;
}
.product-single .product-form label{
	margin-right:10px;
	width:100px;
	flex:none !important;
	max-width:inherit !important;
}

.banner-content .btn{
	text-shadow: 2px 2px 4px black;
}

.swiper-product-list h4.product-name{
	white-space: inherit !important; 
    overflow: inherit!important;
    text-overflow: inherit !important;
}
@media(max-width:999px){
	.intro-slide{
		min-height: 18rem !important
	}
	.category-accessories img{
		    min-height: inherit !important;
	    height: auto !important;
	    aspect-ratio: inherit !important;
	    width: 100% !important;
	    max-width: 100% !important;
	}
}

.category-box{
	width:100%;
}
.mb-10{
	margin-bottom:10px !important;
}

.shop-filter {
	display: flex;
	width: 100%;
	margin: 20px 0;
	border-radius: 0.33rem;
	background-color: #f1f1f1;
	border: 1px solid #BEBEBE;
}

.shop-filter .shop-filter-content:first-child{
	border-left:0 !important;
}

.shop-filter-content:hover,.shop-filter-content.active-filter-content{
	background-color: #bebebe;
	transition:.3s ease;
	color:#FFFFFF;
}

.shop-filter .shop-filter-content {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	border-left: 1px solid #bebebe;
	transition:.3s ease;
}

.quantity-module {
	padding: 0;
	border: 1px solid #d85600;
	display: flex;
	width: 130px;
	align-items: center;
	vertical-align: middle;
}
.quantity-module span {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #d85600;
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 13px;
	margin-right: 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quantity-module input{
	width:70px;
	padding:10px;
	font-size:17px;
	border:none !important;
}
.pm-list thead td{
	border-bottom:1px solid #000000;
	padding:10px 10px 10px 0;
}
.pm-list tbody td {
	border-bottom: 1px solid rgb(0 0 0 / 15%);
	padding: 10px 20px 10px 0;
	font-size: 14px;
}
.pm-list tbody tr:last-child td {
	border-bottom:none !important;
}
.pm-list thead td h5{
	margin:0;
	padding:0;
}
.w-300{
	width:300px;
}
.fs-16{
	font-size:16px !important;
}

.product-wrap .quantity-module{
	width:100%;
}
.product-wrap {
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 14px;
	margin-bottom: 0;
}
.product-wrap:nth-child(1), .product-wrap:nth-child(2), .product-wrap:nth-child(3),.product-wrap:nth-child(4){
	border-top:1px solid #d9d9d9;
}
.product-wrap:nth-child(1), .product-wrap:nth-child(4n+1){
	border-left:1px solid #d9d9d9;
}
@media (max-width: 1300px) {
	.btn-list-basket {
		padding: 0.93em 0.98em;
		font-size: 1.2rem;
	}
	.quantity-module input {
		width: 50px;
		padding: 11px 8px;
		font-size: 15px;
	}
}
@media (max-width: 1080px) {
	.btn-list-basket {
		padding: 0.93em 0.28em;
		font-size: 1rem;
	}
	.quantity-module input {
		width: 45px;
		padding: 8px 4px;
		font-size: 14px;
	}
}