.shop_category3 .outer-box:not(.col-12) .cat-box > a {
	flex: 1;
}
.shop_category3 .outer-box:not(.col-12) .cat-box > .cat_content {
	flex: 2;
}
.shop_category3 .cat-box {
	min-height: 180px;
}
.shop_category3 .cat-box img {
	padding: 2px;
	border-radius: 7px;
}
.shop_category3 .cat-box.style-1 {
	border: 1px solid #e6e6e6;
	border-radius: 20px;
}
.shop_category3 .cat-box.style-2 {
	border-bottom: 1px solid #00000017;
}
.shop_category3 .outer-box:nth-last-child(-n+2) .cat-box.style-2 {
	border-bottom: none;
}
.shop_category3 .cat-box.style-2 img {
	border-radius: 20px;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.shop_category3 .cat_content > * {
	padding-bottom: 15px;
}
.shop_category3 .cat_content > a {
	padding-top: 15px;
}
.shop_category3 .cat_content .title {
	color: #323232;
	text-align: right;
}
.shop_category3 .cat_content .description p {
	color: #636363;
}
.shop_category3 .cat_content .quantity input {
	border: none;
	box-shadow: none;
	pointer-events: none;
    width: 35px;
	text-align: right;
	font-size: 16px;
}
.shop_category3 .cat_content form {
	justify-content: space-between;
}
.shop_category3 .cat_content form .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	gap: 5px;
}
.shop_category3 .cat_content form button {
	padding: 10px 20px;
    color: #fff;
	border-radius: 20px;
	background-color: #66bb6a;
	box-shadow: 0 0 10px #66bb6a;
}
.shop_category3 .cat-box .price {
	color: #66bb6a;
	font-size: 18px;
}
.shop_category3 .cat-box .mw_qty_btn i {
	color: #66bb6a;
}
.shop_category3 .cat_content .mw_qty_btn {
    cursor: pointer;
	border: 1px solid #aaa;
	padding: 4px 8px 1px 8px;
	border-radius: 100%;
}
.shop_category3 .cat_content .quantity input::-webkit-outer-spin-button,
.shop_category3 .cat_content .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop_category3 .cat_content .quantity input[type=number] {
	-moz-appearance: textfield;
	text-align: center;
	border-radius: 10px;
	background-color: #e9e9e9;
	color: #666;
}

.shop_category3 .out-of-stock {
	background-color: #e32323;
	padding: 5px 10px;
	border-radius: 10px;
	color: #fff;
}

.shop_category3 .no-submit-button button[type="submit"] {
	display: none;
}

.shop_category3 .w-auto {
	width: auto !important;
}

.shop_category2-container .ah-price .price {
	display: block;
}

.shop_category2-container .cat-box {
	min-height: initial;
}

@media screen and (max-width: 767px) {
	.shop_category3 .cat-box {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-bottom: 10px;
	}
	.shop_category3 .outer-box:not(.col-12) .cat-box > a,
	.shop_category3 .outer-box .fimage {
		width: 100%;
		flex: none;
		align-items: center;
	}
	.shop_category3 .cat_content .title {
		text-align: center;
	}
	.shop_category3 .cat_content form {
		padding-right: 10px;
		justify-content: center;
		gap: 10px;
	}
}

@media (min-width: 600px) and (max-width: 700px) {
	.shop_category3 .cat_content form {
		flex-direction: column;
	}
	.shop_category3 .cat_content form button {
		margin-top: 10px;
	}
}
@media (min-width: 400px) and (max-width: 500px) {
	.shop_category3 .cat_content form {
		flex-direction: column;
	}
	.shop_category3 .cat_content form button {
		margin-top: 10px;
	}
}
