.other-qty-val{
	display: none;
}
div.product .container .quantity.spinners-added{
	display: none !important;
}
.zen-custom-quantity {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.zen-custom-quantity .qty-btn {
    background-color: transparent;
    border: 1px solid #C9CBD0 !important;
    border-radius: 5px;
    padding: 5px;
    color: #5D6471 !important;
    min-width: 78px !important;
    margin: 0 8px 10px 0;
    cursor: pointer;
    font-family: "Inter";
    font-weight: 500;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
   
 }
.zen-custom-quantity .qty-btn:hover {
    background-color: #D5E5F6;
}
.zen-custom-quantity  .zen-other-qty {
    background-color: transparent;
    border: 1px solid #C9CBD0 !important;
    border-radius: 5px;
    padding: 5px;
    color: #5D6471 !important;
    min-width: 78px !important;
    margin: 0 8px 10px 0;
    cursor: pointer;
    font-family: "Inter";
    font-weight: 500;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.zen-update-other:hover{
    background: transparent !important;
}
.zen-other-div {
    position: relative;
    width: 80%;
    text-align: center;
}
.zen-other-div .input-other-qty {
    width: 100%;
}
.zen-other-div .zen-update-other{
    float: none !important;
    right: 10px !important;
}
.zen-custom-quantity .qty-btn.zen-selected {
    background-color: #D5E5F6 !important;
}
.zen-other-div input[type=number]::-webkit-inner-spin-button, 
.zen-other-div input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.zen-update-other {
    position: absolute;
    background: transparent !important;
    color: #5d6471 !important;
    padding: 0px !important;
    top: 8px;
    right: 22%;
}
@media only screen and (max-width: 1399px) {
  .zen-update-other {
    right: 16%;
}
}
@media only screen and (max-width: 1199px) {
  .zen-update-other {
    right: 10%;
}
}
@media only screen and (max-width: 999px) {
   .zen-custom-quantity {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
   .zen-custom-quantity {
    grid-template-columns: 1fr 1fr 1fr;
}
    .zen-other-div {
        width: 90%;
    }
}

@media only screen and (max-width: 367px) {
   .zen-custom-quantity {
    grid-template-columns: 1fr 1fr;
}
}

@media only screen and (max-width: 279px) {
   .zen-custom-quantity {
    grid-template-columns: 1fr;
}
}
@media only screen and (max-width: 259px) {
.zen-update-other {
  font-size: 13px;
}
.zen-other-div input::placeholder {
  font-size: 13px;
}
}	
