﻿.cart .qty-input {
    margin: 0;
}

.add-to-cart-qty-input {
    background-color: transparent;
    border: 0;
    text-align: center;
    width: 60px;
}

.add-to-cart-qty-container .total {
    background-color: green;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
}

.product-item .add-info {
    width: 100%;
}

.add-info {
    width: 100%;
}

.item-box .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 10px;
    align-items: flex-end;
    width: 100%;
}

.buttons_addToCartWishList .quantity-box-into-container {
    position: absolute;
    left: 2px;
    top: 3px;
    display: flex;
    flex-direction: column;
}

.quantity-and-price, .add-to-cart-qty-container, .overview .add-to-cart-panel {
    display: flex;
    gap: 10px;
}

.product-item .item-box input[type="button"] {
    height: 40px;
    padding: 0 5%;
    vertical-align: middle;
    border: none;
    text-overflow: ellipsis;
    overflow: inherit;
    border-radius: 3px;
    color: white;
}

.add-to-cart-qty-wrapper .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper {
    margin-bottom: 7px;
    width: 90%;
}

.product-item .buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 8px;
}

input.button-2.product-box-add-to-cart-button.products-details-productBox {
    height: 45px;
}

input#enteredQuantity {
    width: inherit;
}

.qty-input-disabled {
    pointer-events: none;
}

.product-grid.featured-product-grid input.button-2.product-box-add-to-cart-button {
    height: 45px;
}

.container-plus-minus span {
    font-size: 12px;
    font-family: 'emporium-icons';
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9%;
    z-index: 2;
    height: 50%;
    border-radius: 0;
}

.add-to-cart-qty-wrapper {
    float: right;
    display: flex;
}

.container-plus-minus {
    height: 42px;
}

.container-end-price {
    width: max-content;
    margin-top: 9%;
}

.fa-plus:before, .fa-minus:before {
    font-family: 'FontAwesome';
    font-style: normal;
}

.quantity-type {
    height: 45px;
    background: lightgray;
    border: 1px solid;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 6% 0 6%;
    width: 70px;
}

.plus-qty, .minus-qty {
    display: block;
    width: 30px;
    height: 22px;
    color: white;
    border: 1px solid #f1f1f1;
    border-right: none;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.container-plus-minus span:hover {
    background-color: #f1f1f1
}

.overview .qty-input {
    width: 150px;
    height: 45px;
    padding: 12px 0 12px 30px;
    text-align: center;
    font: normal 14px 'Montserrat',sans-serif;
    color: #909090;
    border-color: #f1f1f1
}

.column-center span.dollar-price, span.dollar-price.ng-binding {
    font-size: 18px;
}

.column-center span.nis-price, .add-to-cart-panel span.nis-price.ng-binding {
    font-size: 30px !important;
}

.dollar-price label {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 3px;
}

.product-quantity-box-cntr {
    display: flex;
}

.container-plus-minus input.quantity-box {
    top: 0;
    font-size: 20px;
    font-weight: bold;
}

.container-plus-minus.button-quantity {
    display: flex;
    flex-direction: column;
    gap: 2px;
    float: left;
    height: 44px;
}

.container-plus-minus .quantity-box {
    border-radius: 0 !important;
}

    @media (max-width: 1024px) {
        input .button-2.product-box-add-to-cart-button {
            width: 100%;
        }

        .item-box .buttons {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            grid-gap: 10px;
            width: 100%;
        }

        .add-to-cart-qty-container {
            flex-wrap: wrap;
        }

        .item-box .actual-price {
            font-size: 18px;
        }

        product-quantity-componets {
            width: 100%;
        }

        input.button-2.product-box-add-to-cart-button {
            width: 100%;
        }
    }

.item-box .buttons {
    min-height: 45px;
}

    @media screen and (min-width: 1400px) {

        input.button-2.product-box-add-to-cart-button {
            width: 60%;
            height: 45px;
            white-space: normal;
        }

        .item-box .buttons {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            grid-gap: 10px;
            width: 100%;
        }
    }

    @media screen and (max-width: 1024px) and (min-width: 736px) {
        .item-box .buttons {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            grid-gap: 10px;
            width: 100%;
        }
    }