﻿.shop-section__quantity {
    padding: 5px;
    width: 100px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50rem;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.shop-section__btn-qty {
    width: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    border: 0;
    background: rgba(0,0,0,0);
}

.shop-section__input-qty {
    width: 30px;
    font-family: "Roboto Condensed",sans-serif,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: 0;
    background: rgba(0,0,0,0);
}

.header__cart {
    right: 8px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 8px !important;
}

.header__cart span {
    font-size: 13px !important;
}

@media (min-width: 992px) {
    .header__cart {
        top: 16px !important;
        right: 8px !important;   
    }
}

@media (max-width: 992px) {
    .header__cart {
        width: 40px !important;
        height: 40px !important;
        top: 13px !important;
    }
}

.hide {
    display: none;
}
