
/* Footer */
.bg-footer {
    background-color: #F9FAFB;
    padding: 50px 0 30px;
}


.footer-link a {
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    margin-bottom: 12px;
    display: inline-block;
}

.footer-link a:hover {
    color: var(--dark);
}
.footer-link a svg{
    margin-right: 4px;
}
.contact-info {
    color: var(--bordercolor);
    font-size: 14px;
}

.bg-footer .footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    background-color: var(--default);
    line-height: 34px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}


.footer-alt {
    color: var(--white);
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    color: var(--bgcolor);
    margin: 0px 0px 16px;
}


.bg-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--blue);
    color: var(--white);
}
.bg-btn:hover{
    color: var(--white);
}



.ftr-pymnt-img {
    flex: 1;
    margin-left: 10px
}
.payment-img-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    border: 1px solid var(--cardBorder);
    border-width: 1px 0px 1px 0px;
}
.stripe-img {
    margin: 0;
    padding: 0
}

.stripe-img li {
    background: url(https://d11jpnl4uum05e.cloudfront.net/wbnew/images/footer/stripe-payment-2.png) top left/cover no-repeat;
    width: 42px;
    height: 27px;
    float: left;
    color: transparent;
    margin-right: 10px
}
.payment-txt{
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    color: var(--dark);
}
.visa {
    background-position: 0 0!important
}

.mastercard {
    background-position: 14% 0!important
}

.discover {
    background-position: 29% 0!important
}

.americanexpress {
    background-position: 43% 0!important
}

.paypal {
    background-position: 57% 0!important
}

.bitcoin {
    background-position: 71% 0!important
}

.applepay {
    background-position: 86% 0!important
}

.klarna {
    background-position: 100% 0!important
}

.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .stripe-img li {
        width:38px;
        height: 24.6px;
        margin-bottom: 0;
        margin-right: 4px
    }
}

@media screen and (max-width: 767px) {
    .ftr-pymnt-img {
        margin-left:0;
        margin-top: 8px;
        width: 100%;
        flex: auto
    }

    .stripe-img li {
        width: 38px;
        height: 24.6px;
        margin-bottom: 3px;
        margin-right: 3px
    }
}





/* Responsive css */
@media screen and (max-width:1024px){
    .ftr-logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .ftr-logo p{
        max-width: 60%;
        margin: auto;
    }
}
@media screen and (max-width:767px){
    .product-img {
        height: 150px;
        padding: 8px;
    }
}
@media screen and (max-width:580px){
    .ftr-logo p{
        max-width: 80%;
        margin: auto;
    }
    .product-info, .product-price{
        font-size: 12px;
    }
    .footer-link {
        margin-bottom: 30px;
    }
    .payment-img-sec{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .payment-txt{
        margin-bottom: 12px;
    }
    .copyright {
        flex-direction: column;
        align-items: flex-start;
        font-size: 10px;
    }
    .copyright .list-inline{
        margin-top: 12px;
    }
    .ftr-newsletter{
        margin-top: 16px;
    }
}







/* Responsive css */
@media screen and (max-width:1024px){
    .ftr-logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .ftr-logo p{
        max-width: 60%;
        margin: auto;
    }
}
@media screen and (max-width:767px){
    .product-img {
        height: 150px;
        padding: 8px;
    }
}
@media screen and (max-width:580px){
    .ftr-logo p{
        max-width: 80%;
        margin: auto;
    }
    .heading-xl h2 {
        font-size: 24px;
    }
    .footer-heading{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .product-info, .product-price{
        font-size: 12px;
    }
    .footer-link {
        margin-bottom: 30px;
    }
    .footer-link a{
        font-size: 12px;
        margin: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
     .bg-footer .order-mob-1{
        order: 1;
     }
}