@media(max-width:1200px){
    body{
        overflow-x: hidden;
    }
}

@media(max-width:991px){

}

@media(max-width:768px){

}

@media(max-width:575px){
    .navbar-nav li a {
        font-size: 18px !important;
    }
    .navbar-bottom {
        display: none !important;
    }
    .slider {
        height: 175px !important;
    }
    .service {
    	margin-left: 0 !important;
    }
    .card-wrapper {
        width: 100% !important;
    }
    .product-title {
        min-width: 100% ! important;
    }
    .breadcrumb-item:first-child {
        margin-left: 8px;
    }
    .card-image{
        width: 100%;
    }
    .search input {
    	width: 85%;
    }
    aside {
        margin-bottom: 40px;
    }
   /* .change-img {
        width: 290px ! important;
        height: 254px ! important;
    }*/
}

@media(max-width:320px){
    .dropdown-item {
    	white-space: normal;
    }
        .change-img {
    	width: 100%;
    }
    .logo img {
	width: 100%;
	 margin-left: 0;
    }
}