#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;
}
#shop_category3 .cat-box.style-1 {
	border: 1px solid #e6e6e6;
	border-radius: 20px;
}
#shop_category3 .cat-box.style-2 {
	border-bottom: 1px solid #e6e6e6;
}
#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: 0px 0px 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 .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#shop_category3 .cat_content form button {
	padding: 10px 20px;
    color: #fff;
	border-radius: 20px;
}
#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;
}
@media (min-width: 600px) and (max-width: 699.98px) {
	#shop_category3 .cat_content form {
		flex-direction: column;
	}
	#shop_category3 .cat_content form button {
		margin-top: 10px;
	}
}
@media (min-width: 400px) and (max-width: 499.98px) {
	#shop_category3 .cat_content form {
		flex-direction: column;
	}
	#shop_category3 .cat_content form button {
		margin-top: 10px;
	}
}
