

@media only screen and (max-width: 768px) {
.look-taletn .pr-0, .pl-0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.latest-class .slick-prev {
    left: 0;
}
.latest-class .slick-next {
    right: 0;
}

.testimonial .slick-prev {
    left: 0;
    padding-left: 3px;
}
.testimonial .slick-next {
    right: 0;
    padding-right: 3px;
}



}




/*MOBILE SCREEN*/


@media only screen and (max-width: 425px) {

	.navbar-brand {
	    width: 100%;
	    text-align: center;
	    margin: 0;
	}
	.header-top {
	    padding: .5rem 0;
	}
	.nav-right {
	    flex-direction: column;
	    width: 100%;
	}
	.my-header-search {
	    width: 100%;
	    justify-content: center;
	}
	.my-header-search input {
	    border-radius: 0;
	    width: 100%;
	}
	.my-header-search.single-shop-header-search input {
    	width: 70%;
	}
	.my-header-search select {
    	width: 100%; 
	}
	.rel-pro-head {
	    width: 100%;
	    text-align: center;
	    margin-top: 0 !important;
	}
	.right-select {
	    justify-content: center;
	    margin-top: 10px;
	}

	.look-taletn .pr-0, .pl-0 {
	    padding-right: 15px !important;
	    padding-left: 15px !important;
	}

	.testimonial .slick-prev {
	    left: 0;
	    padding-left: 3px;
	}
	.testimonial .slick-next {
	    right: 0;
	    padding-right: 3px;
	}

	/*ZOOM CUSTOMIZE*/
	.bzoom_zoom_area {
	    left: 0 !important;
	    top: 328px !important;
	}

	.my-header-search.check-pin input {
   		width: 76%;
	}


	.my-mdl-body {
	    padding: 10px;
	}
	.my-mdl-header .modal-title {
	    font-size: 27px;
	}


	/*CHECK OUT PAGE*/

	.cart-img {
	    display: flex;
	    align-items: center;
	    height: 140px;
	    margin-bottom: 5px;
	    width: 100%;
	    justify-content: center;
	}


	
}