.product-popup__tabs--wrapper td {
    padding: 4px;
}
.header-area .navbar-brand img:first-child {
    display: block;
}
.product-popup__tabs .product-content__image {
    height: 250px;
    display: block;
    margin: 10px 0;
}
.product-popup__tabs .product-content__image img {
    height: 100%;
    margin: 0 10px;
    object-fit: contain;
}

.single-showcase img{
max-height:517px;
}

.slick-slide{
min-height:407px;
}

@media(max-width: 768px) {
    body ._orinationRight_b12.wrap_66e {
        bottom: 100px;
        right: -12px;
    }
    .navbar-brand img {
        max-width: 170px;
    }
    .header-area .navbar .navbar-brand {
        padding-top: 5px;
    }
    .slick-slide{
        min-height:1px;
    }
}
.footer-logo .footer-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product-items-1 .product-item-price span {
    font-size: 18px;
    font-weight: 500;
}

.button-more {
    border-color: #3EBA00;
    background-color: #3EBA00;
    }

.button-more:hover {
    color: #3EBA00;
    border-color: #3EBA00;
    text-decoration: none;
}

.services-official {
    padding: 0 100px;
}

.section-title-left {
    display: flex;
    align-items: center;
}

.section-title-left img {
    margin-right: 20px;
    width: 130px;
}

.services-icon-official {
    margin-bottom: 15px;
}

.services-icon-official img {
    width: 20%;
}

.single-services-official {
    position: relative;
    display: flex;
    justify-content: center;
}

.services-image-official {
    width: 80%;
}

.services-content-official {
    position: absolute;
    margin-top: 24%;
    color: #000000;
}

.services-content-official h6 {
    color: #FFFFFF;
    line-height: 1.45;
    margin: 0;
    font-size: 0.9em;
}

.discount-product__title {
    background: #444444;
}

.discount-product__container .product-item-content .product-title,
.discount-product__container .product-item-content p {
    color: #000;
}

.showcase-title .title {
    color: #3EBA00 !important;
}

.showcase-title .title:before {
    background-color: #3EBA00;
}

.multiple-items .slick-arrow.prev {
    bottom: 44%;
}

#general-product-popup {
    z-index: 9998;
}

#service p {
    font-size: 18px;
    font-weight: 500;
    color: #20232E;
    line-height: 1.5;
}

@media(max-width: 768px) {
    .services-image-official {
        width: 100%;
    }

    .services-content-official h6 {
        font-size: 0.85em;
    }

    .services-content-official {
        margin-top: 27%;
    }
}

@media(max-width: 575px) {
    .services-content-official {
        margin-top: 30%;
    }

    .services-content-official h6 {
        font-size: 100%;
    }

    #service p {
        padding-right: 15px;
        padding-left: 15px;
    }

    .section-title-left {
        flex-direction: column;
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
    }

    .section-title-left img {
        margin: 0 0 20px 0;
    }
}

.single-partner {
    background: url(/assets/images/services/rombik_444444.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

a.single-partner {
    text-decoration: none;
}

h3,
.section-title .title {
    font-size: 34px !important;
}

@media(max-width: 768px) {
    h3,
    .section-title .title {
        font-size: 28px !important;
    }
}