.shop-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.shop-panel {
	width: 270px;
}

.shop-col {
	width: calc(99% - 270px);
	/* padding-left: 24px; */
	padding-inline-start: 24px;
	padding-inline-end: 10px;
}

.change-grid {
	position: relative;
}

.change-grid.active::after {
	bottom: -3px;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: 4px;
	border-top: 1px solid #000;
	left: calc(45% - 2px);
}

.panel-box {
	padding: 5px 20px;
	border: 0px solid rgba(0, 0, 0, .125);
	background: #f7f7f8;
	border-radius: 4px;
	margin-bottom: 30px;
}

.panel-box .heading-md {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #8943F6;
	padding-bottom: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.panel-list li a {
	font-weight: 400;
	font-size: 15px;
	color: #536372;
	line-height: 100%;
	padding: 7px 10px;
	display: block;
}

.panel-list li a:hover {
	color: #8943F6
}

/*Search bar*/
.search-container {
	min-width: 243px;
	position: relative;
	margin-bottom: 30px;
}

.search-container .form-control {
	height: 52px;
	border-radius: 2px;
	font-size: 14px;
	text-transform: capitalize;
	color: #566B7B;
	border: 1px solid rgb(0 0 0 / 2%);
}

.search-container .submit {
	height: 52px;
	position: absolute;
	right: 0;
	background: url(../images/search-icon.svg)no-repeat top 16px right 17px #8943F6;
	padding: 8px;
	width: 52px;
	top: 0;
	border: 0;
	border-radius: 2px;
}

/*shop bar*/
.shop-bar {
	min-height: 52px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}

.grid-controler {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.gird-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.gird-nav li {
	padding: 0 8px;
}

.gird-nav li a:hover img,
.gird-nav li.active a img {
	filter: brightness(0);
}

.short-ordering label {
	font-size: 16px;
	color: #767787;
	line-height: 100%;
	font-weight: normal;
	padding-right: 6px;
}

.short-ordering select {
	border: 0;
	height: 40px;
	background-color: #f7f7f8 !important;
	padding: 2px 12px 2px 10px;
	min-width: 140px;
	font-size: 16px;
	color: #121533;
	border-radius: 4px;
}

.related_sec {
	background: #FAFBFC;
}

/* Shopping cart */
.shopping-wrapper {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
}

.shop-left {
	width: 995px;
	padding-right: 40px;
}

.shop-right {
	width: calc(100% - 995px);
}

/* CART TABLE */


.table {
	border-collapse: collapse;
	width: 100%;
}

.table tbody>tr>td,
.table thead>tr>th {
	border: 1px solid #ddd;
	padding: 1rem;
}


.product-cart table.shop-table {
	border-radius: 0;
}

.product-cart table.shop-table tr td:first-child {
	border-left: 1px solid #E6E9EB;
}

.product-cart table.shop-table tr td:last-child {
	border-right: 1px solid #E6E9EB;
}

.product-cart table.shop-table {

	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	overflow: hidden;
}

.product-cart table.shop-table th {
	font-weight: normal;
	padding: 9px 12px;
	line-height: 18px;
	color: #000;
	font-size: 18px;
	background: #FAFBFC;
	border-top: 0;
	border: 1px solid #E6E9EB;
}

.product-cart table.shop-table tr td {
	border-bottom: 1px solid #E6E9EB;
	background: #FAFBFC;
}

.product-cart table.shop-table tr.spacer>td {
	border-left: none;
	border-right: 0;
	padding: 0;
	background: #fff;
}

.product-cart table.shop-table tr.spacer {
	height: 5px;
}

.product-cart table.cart td,
.product-cart table.cart th,
.product-cart table.cart td,
.product-cart table.cart th,
.product-cart table.cart td,
.product-cart table.cart th {
	vertical-align: middle;
}

.product-cart table.shop-table th {
	font-weight: 500;
	padding: 16px 15px;
	line-height: 100%;
	color: #04243D;
	text-transform: uppercase;
	font-size: 16px;
}

.product-cart table.cart .product-thumbnail {
	min-width: 32px;
}

.product-cart table.shop-table tbody td.product-remove {
	width: 90px;
	text-align: center;
}

.product-cart table.shop-table td.product-thumbnail {
	width: 215px;
	text-align: center;
}

.product-cart table.shop-table td {
	font-size: 16px;
	padding: 15px;
	position: relative;
}

.product-cart table.shop-table tbody td.product-quantity {
	width: 260px;
	text-align: left;
}

.product-cart table.shop-table td:last-child {
	border-right: 0;
}

.product-name .product-title {
	font-size: 22px;
	color: #8943F6;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}

.prod-col {
	font-size: 14px;
	color: #767787;
	line-height: 100%;
	display: flex;
}

.prod-col .prod-detail {
	width: 105px;
	color: #121533;
	font-weight: 500;
}

.product-info li:not(:last-child) {
	margin-bottom: 10px;
}

.product-quantity .quantitybox {
	display: inline-flex;
}

.quantity-referesh {
	width: 44px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #8943F638;
	position: relative;
	display: inline-flex;
	height: 44px;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}

.product-cart table.shop-table th:not(:last-child) {
	border-right: 0;
}

.product-cart table.shop-table th:not(:first-child) {
	border-left: 0;
}

.product-cart table.shop-table th:last-child {
	border-left: 0;
}

.product-price-amount.amount {
	font-size: 20px;
	color: #04243D;
	line-height: 100%;
	font-weight: 500;
}

.shopping-cart .product .remove {
	width: 40px;
	height: 40px;
	display: flex;
	background: #fff;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15px;
	font-size: 26px;
	right: 15px;
}

.summary-massage {
	padding: 0 20px;
	margin-top: 25px;
}

.discount-message {
	background: rgb(71 219 35 / 20%);
	font-size: 18px;
	color: #07A11F;
	line-height: 100%;
	border-radius: 3px;
	padding: 11px 20px;
	margin-bottom: 20px;
}

.shipping-summary {
	padding: 0 22px;
}

.shipping-detail .summary-total {
	border-top: 0;
	margin-top: 20px;
}

.coupon_input {
	display: flex;
	padding-left: 5px;
}

.coupon_input .form-control {
	border-color: #fff;
	box-shadow: 2px 0px 10px rgb(0 0 0 / 5%);
	border-radius: 5px;
	min-width: 242px;
	margin-right: 15px;
}

.coupon_input .btn-subscribe {
	background: #8943F6;
	color: #fff;
	height: 50px;
	line-height: 100%;
	padding: 8px 10px 13px;
}

.shipping-detail .head-line {
	margin-bottom: 0;
}

.coupon_input .btn-subscribe:hover {
	border-color: #8943F6;
	color: #8943F6;
	background: transparent;
}

.product-filter-click,
.close-filter {
	display: none;
}

/*=====******* MEDIA QUERY *******=====*/


@media screen and (max-width: 1499px) {
	.shop-left {
		width: 700px;
		padding-right: 30px;
	}

	.shop-right {
		width: calc(100% - 700px);
	}

	.product-cart table.shop-table td.product-thumbnail {
		width: 145px;
	}

	.product-cart table.shop-table th {
		font-size: 14px;
	}

	.product-name .product-title {
		font-size: 16px;
	}

	.prod-col .prod-detail {
		width: 65px;
	}

	.product-cart table.shop-table tbody td.product-quantity {
		width: 180px;
	}

	.product-price .remove {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.shop-panel {
		width: 300px;
	}

	.shop-col {
		width: calc(100% - 300px);
	}

	.prod-grid-col3>li {
		width: 50%;
	}

	.realeted-product .sepcial-product-js {
		margin-bottom: 88px;
	}

	.shop-left {
		width: 620px;
	}

	.shop-right {
		width: calc(100% - 620px);
	}

	.product-cart table.shop-table td.product-thumbnail {
		width: 100px;
	}

	.product-price-amount.amount {
		font-size: 18px;
	}

	.discount-message {
		font-size: 14px;
		padding: 9px 10px;
	}

	.quantity-referesh {
		margin-left: 6px;
	}

	.coupon_input .form-control {
		min-width: 140px;
		margin-right: 8px;
		padding: 12px 10px;
	}

	.coupon_input .btn-subscribe {
		padding: 8px 10px 10px;
		font-size: 14px;
		width: 90px;
	}

	.product-cart table.shop-table tbody td.product-quantity {
		width: 164px;
	}
}

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

	/* .shop-panel {width: 100%;} */
	.shop-col {
		width: 100%;
		/* padding-left: 0; */
	}

	.product-filter-click {
		display: block;
		font-size: 16px;
		color: #fff;
		background: #8943F6;
		display: inline-block;
		padding: 10px 15px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		cursor: pointer;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.product-list-overlay {
		display: none;
	}

	.product-list-overlay.active {
		display: block;
		position: fixed;
		width: 100%;
		background: #fff;
		top: 0;
		left: 0;
		padding: 65px 20px 20px;
		height: 100%;
		overflow-y: auto;
		z-index: 1001;
	}

	.close-filter {
		position: absolute;
		right: 20px;
		top: 15px;
		width: 35px;
		height: 35px;
		z-index: 11;
		display: block;
		border: 1px solid #000;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000;
	}

	.shop-left {
		width: 100%;
	}

	.shop-right {
		width: 100%;
		margin-top: 30px;
	}

	.coupon_input .btn-subscribe {
		margin-top: 0;
	}


}

@media screen and (max-width: 767px) {
	.shopping-cart .product .remove {
		width: 30px;
		height: 30px;
		font-size: 18px;
		top: 10px;
		right: 10px;
	}
}

@media screen and (max-width: 370px) {
	.prod-grid-col3>li {
		width: 100%;
	}
}