#menu_wrap #cart > .btn span {
    background: #ffeb3b !Important;
}
.service-wrapper {
    margin-bottom: 15px;
}

.service-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-wrapper .col-md-3, 
.service-wrapper .col-sm-6 {
    flex: 1 1 50%; /* Р”РІРµ РєРѕР»РѕРЅРєРё РІ СЂСЏРґ РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ */
    max-width: 50%;
    padding: 0px 5px;
}

@media (min-width: 768px) {
    .service-wrapper .col-sm-6 {
        flex: 1 1 33.33%; /* РўСЂРё РєРѕР»РѕРЅРєРё РІ СЂСЏРґ РґР»СЏ РїР»Р°РЅС€РµС‚РѕРІ */
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .service-wrapper .col-md-3 {
        flex: 1 1 25%; /* Р§РµС‚С‹СЂРµ РєРѕР»РѕРЅРєРё РІ СЂСЏРґ РґР»СЏ РџРљ */
        max-width: 25%;
    }
}

.service-item {
    padding: 20px 20px 20px 20px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 20px -5px rgba(36,36,59,.15);
}

.service-item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 25px -5px rgb(36 36 59 / 40%);
}

.service-item span {
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.service-banner_image img {
    max-width: 30%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    padding: 0px;
}

.service-banner_image {
    position: static;
    left: 5px;
    top: 30px;
}

.service-item .title {
    font-size: 17px;
    font-weight: 600;
    color: black;
}

.service-item .text {
    font-size: 14px;
    color: black;
    font-weight: 300;
}

@media(max-width: 1200px) {
    .slider-home-carousel .overlay-info {
        height: auto;
    }
    .btn-view .btn {
        width: 42px;
    }
    .online-help-box {
        border-color: #f9f9f9;
    }
    .product-thumb .caption {
        padding: 5px 15px 20px;
    }
    .service-item {
        padding: 20px;
        text-align: center;
    }
    .service-item .title {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .service-item span {
        font-size: 40px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
}

@media(max-width: 992px) {
    .service-item .title {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 1.1em;
    }
    .section-title {
        font-size: 21px;
        line-height: 1.1em;
    }
    .service-item .text {
        font-size: 15px;
        line-height: 1.1em;
    }
}

@media(max-width: 767px) {
    .service-item .title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .service-item .text {
        font-size: 15px;
    }
    .service-item {
        padding: 15px 5px;
        text-align: center;
    }
    .service-item span {
        top: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .service-banner_image img {
        max-width: 33%;
    }
    .service-banner_image {
        position: inherit;
        left: 0px;
        top: 0px;
        margin-bottom: 15px;
    }
}
.home-text {
    margin-bottom: 30px;
    margin-top: 30px;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}
.home-text h1 {
    color: #000;
}
.home-text p {
    color: #000;
}
.home-text li {
    color: #000;
}
.home-text-container{
    position: relative;
    padding-right: 15px
}
.home-text-container h2{
    margin: 0 0 20px;
    font-size: 26px;
}
.home-text-container ul {
    padding-left: 17px;
}
#expand-home-text {
    background: #2196F3;
    width: 50px;
    height: 50px;
    border-radius: 15%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: 0.3s all;
    color: #ffffff;
    border: 3px solid #2196f3;
}
#expand-home-text:hover {
    background: #fe4f4a;
    color: #fff;
    border-color: #fe4f4a;
}
#expand-home-text.open{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 992px){
#expand-home-text {
    top: -50px;
}