.ip-shop-loop-actions {
    justify-content: space-between;
}

.add-to-cart_container {
}

.product .add_to_cart_button  {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: var(--accent-color-2);
    color: #fff !important;
    border-radius: 8px;
}

.product .add_to_cart_button  .svg-add {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.product .add_to_cart_button  .ip-shop-loop-loading i {
    background-color: #fff;
}

.custom-counter {
    background-color: rgb(243, 243, 247);
    margin: 16px 0;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    max-height: 40px;
    overflow: hidden;
}

.products-wrap .custom-counter {
    width: 100%;
    max-height: 32px;
    margin: 0;
}

.custom-counter input {
    font-size: 16px;
    width: 50px;
    background-color: inherit;
    text-align: center;
    padding: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 0;
    appearance: none;
    -moz-appearance: textfield;
}

.custom-counter input::-webkit-outer-spin-button,
.custom-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-counter button {
    cursor: pointer;
    color: #fff;
    line-height: 32px;
    padding: 0 15px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 8px;
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .custom-counter button:hover {
        background-color: #8b8b8b;
    }
}


.product-type-simple form.cart {
    display: none;
}