.footer {
    width: 100%;
    background: #e6e6e6;
    padding: 50px 0;
    text-align: center
}

.footer .col-lg-4 h2 {
    font-family: Montserrat;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    line-height: 22px
}

.footer .col-lg-4 a {
    display: block;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    transition: all .4s linear
}

.footer .col-lg-4 a:hover {
    color: #e60039
}

.footer .col-lg-4 p {
    font-size: 12px;
    padding: 10px 0;
    line-height: 14px
}

.footer .foot_contact input {
    width: 80%;
    border-radius: 0;
    border: none;
    height: 36px;
    font-size: 14px;
    padding: 8px 10px;
    box-sizing: border-box;
    background: #d6d6d6;
    color: #333;
    float: left
}

.footer .foot_contact button {
    width: 20%;
    height: 36px;
    font-size: 14px;
    padding: 8px 10px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    border: none;
    float: left;
    transition: all .3s linear
}

.footer .foot_contact button:hover {
    background: #e60039
}

.footer .amazon {
    display: block;
    margin-top: 2px;
    width: 100%;
    border: none;
    background: #333;
    font-size: 16px;
    padding: 8px 0;
    color: #fff;
    transition: all .3s linear
}

.footer .amazon:hover {
    background: #e60039
}

.footer .share {
    padding: 100px 0 50px
}

.footer .youtub,
.footer .tiwwer,
.footer .facebook,
.footer .boke,
.footer .ink,
.footer .link {
    display: inline-block;
    width: 50px;
    height: 25px;
    background-size: 250px;
    /* background-image: url(/assets/img/foot_share.jpg); */
    background-position: 6px -2px;
    background-repeat: no-repeat
}

.footer .tiwwer {
    background-position: -48px -2px
}

.footer .facebook {
    background-position: -92px -2px
}

.footer .boke {
    background-position: -134px -2px
}

.footer .ink {
    background-position: -177px -2px
}

.footer .link {
    background-position: -218px -2px
}

.footer .copright {
    font-size: 12px;
    color: #333
}
@media (min-width: 0px) and (max-width: 830px) {
    .mobile-margin-bottom {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 320px)and (max-width: 760px) {

    .footer .youtub,
    .footer .tiwwer,
    .footer .facebook,
    .footer .boke,
    .footer .ink,
    .footer .link {
        width: 42px
    }

    .footer .youtub {
        background-position: -2px -2px
    }

    .footer .share {
        padding: 60px 0 30px
    }
    .footer .share img{
        width: unset;
    }
}

/*# sourceMappingURL=footer.css.map */