.custom-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: fit-content;
	margin-left: 27px;
	padding:0;
}

.custom-qty-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 0;
	display: flex;
	width: 40px !important;
    height: 40px !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 0.8;
    user-select: none;
}
.custom-qty-btn.plus {
	line-height: 2.8rem !important;
    font-size: 1.7rem !important;
	border-radius: 50px 5px 5px 50px !important;
	font-size: 1.2rem;
	background-color: #f0f0f0;
    border: none;
    font-weight: 600;
}
.custom-qty-btn.minus {
	line-height: 3.0rem !important;
    font-size: 23px !important;
    border-radius: 5px 50px 50px 5px !important;
    font-size: 1.2rem;
    background-color: #e2beeb;
    border: none;
    font-weight: 600;
}
.custom-quantity-wrapper input.qty {
    width: 50px;
    text-align: center;
    outline: none;
    font-size: 16px;
    padding: 8px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.70);
    border: 1px solid #d7d7d7;
    border-radius: 14px;
    margin: 0 5px;
}
.custom-quantity-wrapper input.qty::active{
	border:1px solid #101010 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
.product-attributes{
	font-family: 'IRANYekan';
	margin-bottom: 10px;
}
.btn-attribute{
	color:black;
	margin-top:10px;
	text-align: center;
}
.button-attributee {
    position: relative;
    text-align: center;
	border: 1px solid #c30000;
    padding: 5px 30px;
    border-radius: 50px;

}
.button-attributee::before,
.button-attributee::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 75%;
    height: 1px;
    background: #ccc;
}
.button-attributee::before {
    right: 100%;
    margin-right: 10px;
}

.button-attributee::after {
    left: 100%;
    margin-left: 10px;
}


.zoominix-wishlist-btn {
    background: #ffffff;
    border: none;
    padding: 14px 24px 11px 24px;
    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5) !important;
    border-radius: 8px;
}

.heart-icon {
  fill: none;
  stroke: #888;
  stroke-width: 2;
  transition: fill 0.3s ease, stroke 0.3s ease;}
.heart-icon:active{
  fill: none;
  stroke: #888;
}
.zoominix-wishlist-btn.filled .heart-icon {
  fill: red;
  stroke: red;
}
.zoominix-wishlist-btn:hover{
    background: #f5f5f5;
}
.zoominix-wishlist-btn:focus,
.zoominix-wishlist-btn:active {
  outline: none;
  background: none !important;}
@media (max-width: 767px){
	.button-attributee::before,
.button-attributee::after {
    width: 23%;
}
	.zoominix-wishlist-btn{
	border-radius: 10px 10px 10px 10px;
	padding: 12px 12px 12px 12px;
	box-shadow: 0 0 10px -5px #000000;
	}}