.orange-text {
    color: rgb(230, 75, 14);
}
.grey-text {
    color: rgb(71, 71, 71);
}
.green-text {
    color: rgb(2, 107, 19);
}
.blue-text {
    color: rgb(61, 138, 211);
}
.red-text {
    color: rgb(182, 14, 2);
}
.white-text {
    color: rgb(255, 255, 255);
}
.shadow-text {
    text-shadow: 2px 3px 10px black;
}
.over-y {
    overflow-y: auto;
    height: 40vh;
}
.fas:hover {
    color: rgb(230, 75, 14);
    cursor: pointer;
}
.fas:active {
    text-shadow: 2px 3px 10px black;
}
.fs-22 {
    font-size: 22px;
}
.count_input {
    width: 20px;
}
.count_input {
    margin-top: -15px;
}
.text-line-through {
    text-decoration: line-through;
}
#cart-plus-sale {
    font-size: 24px;
    margin-left: 15px;
}
#carouselSale {
    min-height: 300px;
}
.mt-h-3:hover {
    margin-top: -3px;
}
.box-shadow {
    box-shadow: 2px 2px 5px rgb(44, 44, 44);
}

.block-img {
    transition: all 1s ease-out;
}
.block-img:hover {
    transform: scale(1.2);
}

.bg-white {
    background-color: white;
}
.main {
    min-height: 62vh;
}
.main_content {
    max-width: 100%;
}
.bg-grey {
    background-color: rgb(105, 105, 105);
}

.border_b {
    border: rgb(105, 105, 105),solid,1px;
}

/** Видалення стрілочок з імпута*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; 
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}