html {
    scroll-behavior: smooth;
}

a {
    color: #02914b;
}

input:focus,
textarea:focus {
    border-color: rgba(0, 161, 82, 0.5)!important;
    -webkit-box-shadow: 0 0 5px 1px #00a152!important;
}

.btn-primary {
    background-color: #02914b;
    border: unset;
}

#ocd_multilang button.btn,
.ocd_multilang button.btn{
    padding: 0!important;
    transform: translateY(-4px);
}

.mobile-phone,
.mobile-cart {
    position: absolute;
    top: 13px;
    display: block;
    width: 22px;
    height: 22px;
    background-size: cover;
}

.mobile-phone {
    right: 100px;
}

.mobile-cart {
    right: 0;
}

.mob-categories-line {
    /* position: fixed; */
    top: 60px;
    width: 100%;
    padding: 0 20px;
}

.mobile-cart .user-menu-item .count {
    position: absolute;
    top: 0;
    right: -9px;
    color: #fff;
    background-color: #00a152;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    margin-top: -6px;
}

.mobile-cart .basket-text {
    display: none;
}

.contacts-mobile {
    bottom: 0;
    position: absolute;
    width: 100%;
    justify-content: space-around;
    bottom: 10px;
}

#ocd_multilang button.btn span,
.ocd_multilang button.btn span{
    font-size: 12px;
    color: black;
}

.btn-primary:hover {
    background-color: #00a152;
}

#horizontal-menu ul li {
    position: unset;
}

#horizontal-menu ul li div.dropdown-menu {
    width: 100%!important;
    margin-left: 0!important;
}

#horizontal-menu .container {
    position: unset!important;
}

.common-home .product-thumb.transition {
    box-shadow: unset;
}

.common-home #content {
    padding-top: 30px;
}

.advantages {
    padding: 100px 0;
    background: #f2f2f2;
}

.advantages .row {
    text-align: center;
    margin-top: 100px;
}

.advantages span {
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: silver;
    font-weight: 600;
    margin-top: 30px;
}

.partners {
    padding: 50px 0;
}

.partners .row {
    margin-bottom: 20px;
}

#boc_order .modal-header {
    display: none;
}

.partners p,
.advantages p,
.common-home h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #00a152;
    font-weight: 100;
    position: relative;
    margin-bottom: 70px;
    line-height: 1;
}

.common-home h3 {
    margin-top: 100px;
}

.common-home h3:nth-child(2) {
    margin-top: 50px;
}

.partners p:after,
.advantages p:after,
.common-home h3:after {
    content: "";
    background: #204b37;
    width: 55px;
    height: 2px;
    bottom: -20px;
    left: 3px;
    position: absolute;
    z-index: 99;
}

.common-home .form-indent {
    margin: 100px 0;
}

.common-home #scroller_0 .product-layout,
.common-home #scroller_1 .product-layout {
    padding: 20px 15px;
}

.common-home .product-thumb .rating{
    display: block;
    margin: 0;
}

#zakazat-porezku {
    position: fixed;
    transition: 500ms;
    bottom: -100%;
    background: white;
    width: 100%;
    z-index: 1000;
    overflow: scroll;
    height: 500px;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#zakazat-porezku div:last-child {
    padding-top: 30px;
}

#zakazat-porezku .close-modal-porezka {
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: 18px;
}

#d_quickcheckout .panel .panel-heading {
    background-color: #00a152!important;
    border-color: #00a152!important;
    color: white!important;
}

#d_quickcheckout .btn-primary {
    background-color: #00a152!important;
    border-color: #00a152!important;
    color: white!important;
}

#login_view {
    display: none;
}

#d_quickcheckout a {
    color: black!important;
}

.form-horizontal.qc-totals .row:nth-child(1),
.form-horizontal.qc-totals .row:nth-child(2) {
    display: none;
}

.online-zakaz {
    position: relative;
    margin-bottom: 20px;
}

.online-zakaz button,
.online-zakaz a {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 40px;
    height: 40px;
    width: 200px;
    border-radius: 100px;
    background: #02914B;
    border: none;
    margin: auto;
    color: white;
    font-weight: bold;
}

.online-zakaz a {
    text-align: center;
    padding: 8px;
}

.col-md-8 .carousel img.img-responsive {
    height: 425px;
}

#form-language {
    position: relative;
}

#widgetOrderModal .modal-body .media {
    display: flex;
    margin: auto;
    width: max-content;
    margin-top: 20px;
    align-items: center
}

#widgetOrderModal p.modal-title {
    font-size: 25px;
    color: black;
    text-align: center;
}

#widgetOrderModal span.modal-title {
    font-size: 14px;
    color: grey;
    text-align: center;
    display: block;
    margin-top: 10px;
}

#widgetOrderModal .modal-footer {
    text-align: center
}

#widgetOrderModal textarea {
    width: 100%;
    height: 100px;
    border: 1px solid silver;
    padding: 10px;
    outline: unset;
}

#widgetOrderModal .row {
    margin-top: 10px
}

#widgetOrderModal .row input {
    width: 100%;
    padding: 10px;
    outline: unset
}

.widget-order {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.widget-social {
    position: fixed;
    bottom: 100px;
    left: 20px;
}

@media(max-width: 1200px) {
    .col-md-8 .carousel img.img-responsive {
        height: auto;
    }
}

@media(max-width: 768px) {
    .online-zakaz {
        display: none;
    }
    #d_quickcheckout .panel-body {
        width: 100%;
        overflow: scroll;
    }
}