
/***************Footer***************/
.footer-middle {
    padding: 50px 0 20px;
    color: #666;
    background: #000;
}

.Tabs-button, .block-footer {
    margin-bottom: 50px;
}

.block-footer .title-footer {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.SlideBox h2, .block-footer .title-footer {
    font-weight: 900;
    font-family: Dosis, sans-serif;
}
.block-footer .title-footer::after {
    content: "";
    background: #4ba948;
    height: 3px;
    width: 20px;
}
.title-footer::after {
    background: #fc2b23;
    height: 3px;
    width: 25px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.modal-open .modal#despPopup h4#headText ul, .my-account-sidebar .my-account-sidebar-ul ul, .page-footer ul {
    list-style: none;
    padding: 0;
}

.block-footer .content-footer li {
    margin-bottom: 8px;
}

.block-footer .content-footer li a {
    display: table;
    font-size: 14px;
    position: relative;
    padding-left: 0;
    transition: .2s;
    opacity: .7;
}

.block-footer .content-footer li a:hover {
    opacity: 9;
    text-decoration: none;
}

.footer-bottom {
    padding: 15px 0;
    color: #fff;
    background: #000;
    border-top: 1px solid #3b3b3b;
}

.footer-bottom .footer-payment {
    text-align: right;
    width: 260px;
    float: right;
    justify-content: center;
}

.Partners .owl-carousel .owl-stage, .footer-bottom .footer-payment {
    display: flex;
    align-items: center;
}

.footer-payment{
  background: #fff;
  padding: 3px 5px;
  border-radius: 20px;
  }

@media only screen and (max-width:580px){

    .footer-bottom [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}
.footer-bottom .footer-payment{width: 100%; margin-bottom: 10px;}
.footer-bottom .row {
    display: flex;
    flex-direction: column-reverse;
  }

}