@media (min-width:1200px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0 5px;
    }

    .footer-block li a::before {
        content: "\f101";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        color: #fff;
        margin-left: -20px;
        position: absolute;
        opacity: 0;
    }

    .footer-block a:hover {
        padding-left: 20px;
    }

    .footer-block a:hover::before {
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .list-style li+li{
    padding-left: 15px;
    border-left: 1px solid #bfc8d2;
    margin-left: 15px;
}
}
@media (max-width:1199px) {
    .footer-block li {
        padding-left: 20px;
    }

    .footer-block li a::before {
        content: "\f101";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        color: #fff;
        margin-left: -20px;
        position: absolute;
    }
    .product-details  ul.d-flex {
        display: block!important;
    column-count: 2;
}
}
@media (max-width:767px){
    ul.custom-list{
        column-count: 1;
    }
    .contact-form {
    width: 90%;
}
    .contact-image img {
    width: 100px;
    margin-top: -12%;
}
}
@media (max-width:575px){
    .footer-block a {
    font-size: 12px;
    }
    .product-img-block {
    padding: 0;
}
    .product-details  ul.d-flex {
    column-count: 1;
}
    .your-order {
    padding: 30px 25px 45px;
}
    .contact-form form {
    padding: 10% 5%;
}
}
@media (max-width:325px){
    p.checkout-coupon input[type="text"]{
        max-width: 160px;
    }
}