@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-light .nav-item {
        margin-left: 3px;
    }
    .why-left h2 {
        font-size: 46px;
    }
    .service-list-box {
        padding: 58px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-box .product-img {
        height: 214px;
    }
    .why-left h2 {
        font-size: 34px;
    }
    .service-list-box {
        padding: 32px 15px;
    }

}
@media only screen and (max-width: 767px) {
    .slicknav_menu{
        display: block;
    }
    .shortcut-link {
        padding: 0 0px;
    }
    #menu{
        display: none;
    }
    .shortcut-link ul li > ul{
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 0;
    }
    .slicknav_nav .slicknav_row, .slicknav_nav a{
        margin: 0;
    }
    .slicknav_nav .slicknav_row:hover {
        background: #888;
        color: #fff;
        border-radius: 0;
    }
    .shortcut-link ul li {
        position: relative;
        text-align: left;
    }
    .slicknav_btn {
        margin: 0 5px;
        border-radius: 0;
        background-color: transparent;
        width: 100%;
        text-shadow: 0;
    }

    header{
        text-align: center;
    }
    header.sticky {
        position: relative;
    }
    .navbar-light .navbar-toggler {
        background: #fff;
    }
    .nav-link {
        padding: 0.2rem 1rem;
    }
    .navbar .form-inline {
        justify-content: center;
    }
    .tagline p {
        margin-bottom: 10px;
    }
    .top-links ul li {
        margin-left: 10px;
        text-align: center;
        line-height: 16px;
    }
    .top-links ul li a img{
        display: block;
        margin: 0 auto;
    }
    .shortcut-link ul li a {
        padding: 1px 5px;
        display: block;
        border-bottom: 1px solid #4e5358;
    }
    .owl-theme .owl-nav{
        display: none;
    }
    .banner-description {
        width: 292px;
        height: 132px;
        background: #2a3543;
        bottom: 4%;
        left: 2%;
        padding: 12px 15px;
    }
    .banner-description h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .why-left h2 {
        font-size: 24px;
    }
    .shortcut-link ul{
        flex-direction: column;  
    }
    .footer-links ul{
        flex-direction: column;
    } 
    .tandc ul{
        flex-direction: column;  
    }
    .fix-contact{
        display: none;
    }
    .product-box {
        margin: 8px 0;
    }
    .why-buy {
        margin: 30px 0;
    }
    .why-left {
        padding: 15px 15px;
    }
    .why-left p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .service-list-box {
        padding: 20px 10px;
        margin-top: 10px;
    }
    .testiminial-part {
        padding: 30px 0;
    }
    .testiminial-part .dark-box {
        margin-bottom: 15px;
    }
    .question-part {
        padding: 30px 0;
    }
    .ques-left h3 {
        font-size: 26px;
    }
    .footer-part {
        padding: 30px 0;
    }
    .tandc ul li:after{
        display: none;
    }
    .copy {
        margin-top: 15px;
    } 
    .contact-details{
        margin-top: 30px;
    }
    .woocommerce-MyAccount-navigation {
	    width: 100%;
	}
	.woocommerce-MyAccount-content {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 15px;
	}
	.columns-3 ul.products li.product {
	    width: 100% !important;
	    margin-right: 0 !important;
	}
	.single-product.woocommerce .cms-part .product {
	    width: 100%;
	}

    .woocommerce-product-attributes-item--attribute_pa_pieces-per-box{
        position: relative;
        top: 0;
        left: 0;
    }
    .woocommerce-product-attributes-item--attribute_pa_boxe-dims{
        position: relative;
        top: 0;
        left: 0;
    }
    .woocommerce-product-attributes-item--attribute_pa_box-weight-lbs{
        position: relative;
        top: 0;
        left: 0;
    }
    .woocommerce-product-attributes-item--attribute_pa_number-of-cases-per-pallet{
        position: relative;
        top: 0;
        left: 0;
    }

}
@media only screen and (max-width: 479px) {
    header{
        text-align: center;
    }
    .navbar-light .navbar-toggler {
        background: #fff;
    }
    .nav-link {
        padding: 0.2rem 1rem;
    }
    .tagline p {
        margin-bottom: 10px;
    }
    .top-links ul li {
        margin-left: 10px;
        text-align: center;
        line-height: 16px;
    }
    .top-links ul li a img{
        display: block;
        margin: 0 auto;
    }
    .shortcut-link ul li a {
        padding: 1px 5px;
        display: block;
        border-bottom: 1px solid #4e5358;
    }
    .banner-description {
        width: 292px;
        height: 132px;
        background: #2a3543;
        bottom: 4%;
        left: 2%;
        padding: 12px 15px;
    }
    .banner-description h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .why-left h2 {
        font-size: 24px;
    }
    .shortcut-link ul{
        flex-direction: column;  
    }
    .footer-links ul{
        flex-direction: column;
    } 
    .tandc ul{
        flex-direction: column;  
    }
    .fix-contact{
        display: none;
    }
    .product-box {
        margin: 8px 0;
    }
    .why-buy {
        margin: 30px 0;
    }
    .why-left {
        padding: 15px 15px;
    }
    .why-left p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .service-list-box {
        padding: 20px 10px;
        margin-top: 10px;
    }
    .testiminial-part {
        padding: 30px 0;
    }
    .testiminial-part .dark-box {
        margin-bottom: 15px;
    }
    .question-part {
        padding: 30px 0;
    }
    .ques-left h3 {
        font-size: 26px;
    }
    .footer-part {
        padding: 30px 0;
    }
    .tandc ul li:after{
        display: none;
    }
    .copy {
        margin-top: 15px;
    }
    .contact-details{
        margin-top: 30px;
    }

    .woocommerce-product-attributes-item--attribute_pa_pieces-per-box{
        position: relative;
        top: 0;
        left: 0;
    }
    .woocommerce-product-attributes-item--attribute_pa_boxe-dims{
        position: relative;
        top: 0;
        left: 0;
    }
    .woocommerce-product-attributes-item--attribute_pa_box-weight-lbs{
        position: relative;
        top: 0;
        left: 0;
    }
    .woocommerce-product-attributes-item--attribute_pa_number-of-cases-per-pallet{
        position: relative;
        top: 0;
        left: 0;
    }

}
