/* footer */
*{
   font-family: din-next;
}.ps-footer{
    background: var(--color-1st);
}
footer .widget_content h3 {
    color: #fff !important
}

footer .widget_content p {
    color: #fff !important;
    max-width: 400px;
}

footer .widget {
    padding: 0 5px;
}

footer .subscribe {
    border: solid 1px #fff;
    border-radius: 5px;
    overflow: hidden;
}

.widget_footer .widget-title {
    font-size: 15px;
    margin-bottom: 30px;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
}

footer .subscribe{
    background: #fff;
 
}



footer .form-group--nest .ps-btn {
    border-radius: 100%;
    padding-left: 0;
    padding-right: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    line-height: 0px;
    left: 20px;
    top: 5px;
    background: rgba(121, 119, 119, 0.399);
}
footer .ps-btn:hover, .ps-btn:active, button.ps-btn:hover, button.ps-btn:active{
    background:  rgba(97, 96, 96, 0.399);
    color: #fff;
}
footer .form-group--nest .ps-btn i{
    line-height: 30px;
    margin-top: -15px;
    color: #000;
    font-size: 25px;
}
footer .subscribe input{
    height: 40px;
    padding-left: 50px;
}
.footer-menu li{
 display:inline-block;
 color: #fff;
 margin-left: 15px;
}

.ps-footer__copyright {
    padding: 10px 0;
    border-top: 0.5px solid #e1e1e148;
}

.ps-footer__copyright p:last-child span {
    margin-left: 10px;
}
.footer-payments img {
    max-height: 25px;
}

 .ps-footer .ps-list--link li a,.ps-footer .widget-title, .ps-footer p{
    color: #fff;

}

.ps-footer .widget_content{
    max-width: 300px;
}

.ps-footer__widgets .ps-list--social li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    position: relative;
    vertical-align: top;
    background: #5a525245;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin-top: 15px;
}

.ps-footer .ps-logo img{
    height: 80px;
}

.ps-footer__copyright {
    padding: 10px 0px;
    border-top: 1px solid #e1e1e1a6;
}


#back2top.active {
    bottom: 80px;
}
#back2top i {
    color: #fff;
}
#back2top:hover {
    background-color:#f5f5f5a5;
    border-color: #f5f5f5b3;
    cursor: pointer;
}
.footer-payments img {
    max-height: 25px;
}

.ps-footer__copyright p:last-child span {
    margin-left: 10px;
}
.ps-block--category{
   border: none; 

}
.ps-block--category img{
    border-radius: 5px;
    border-style: none;
}
@media screen and (min-width: 1200px) and (max-width: 2000px) {
  #homepage-1 .ps-home-banner .ps-container {
      height: 70vh;
  }
}

.banner_cat{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
}