/* CSS Document */
@media only screen and (max-width: 500px) and (min-width: 320px)  {
	.logo img{
		width: 100%;
	}
	.header_top{
		font-size: 5px;
		height: 25px;
	    line-height: 28px;
	}
	.login_btn{
		font-size: 5px;
	}
	.cart_icon_text{
		font-size: 5px;
	}
	.cart_icon_text img{ width: 10px;}
	.cart_login .login_btn{
		margin-top: 0px;
	}
	.cart_login{
		padding-top: 0px;
	}
	.navbar-dark .navbar-nav .nav-item{
		font-size: 4px;
		padding-left: 1px;
		padding-right: 1px;
	}
	.navbar-dark .navbar-nav .nav-item .dropdown-menu{
		font-size: 5px;

	}
	.carousel-inner img {
		  width: 500px;
		  height: 130px;
	  }
	.slider_bottom{
		padding-top: 10px;
		padding-bottom: 10px;
	}  
	.slider_bottom .bold{
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 5px;
	}
	.slider_bottom p{
		font-size: 5px;
		line-height: 10px;
	}
	.custmehovereffect h2{
		margin-top: 10%;
		font-size: 8px;
		padding-left:0;
		padding-right: 0;
	}
	.custmehovereffect:hover h2{ margin-top: 10%}
	.custmehovereffect p.info{ font-size: 5px;}
	.cus_com_section{
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.diverse_collection{
		padding-top: 10px;
		padding-bottom: 10px;
	}  
	.diverse_collection .bold{
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 5px;
	}
	.diverse_collection p{
		font-size: 5px;
		line-height: 10px;
	}
	.collection{
		padding-top: 0px;
	}
	.centered{
	  	font-size: 8px;
	  }
	 .text_idea{
			padding-top: 0px;
		} 
	.catalogue_order img{
		width: 50px;
	}  
	  .catalogue_order h1{
			color: #131514;
			font-size: 10px;
		}
		.catalogue_order p{
			color: #131514;
			font-size: 5px;
			line-height: 10px;
		}
		.catlog_btn{
			border: none;
			border-radius:0;
			background: #131514;
			color: #fff;
			font-size: 5px;
			text-align: center;
		}
		.menu_section ul li{
			display: inline;
		}
	.case_quality_img img{
		width: 100%;
                height: 250px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 500px)  {
	.logo img{
		width: 100%;
	}
	.header_top{
		font-size: 8px;
		height: 25px;
	    line-height: 28px;
	}
	.login_btn{
		font-size: 10px;
	}
	.cart_icon_text{
		font-size: 10px;
	}
	.cart_icon_text img{ width: 15px;}
	.cart_login .login_btn{
		margin-top: 0px;
	}
	.cart_login{
		padding-top: 0px;
	}
	.navbar-dark .navbar-nav .nav-item{
		font-size: 8px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.navbar-dark .navbar-nav .nav-item .dropdown-menu{
		font-size: 10px;

	}
	.carousel-inner img {
		  width: 768px;
		  height: 200px;
	  }
	 .slider_bottom{
		padding-top: 15px;
		padding-bottom: 15px;
	}  
	.slider_bottom .bold{
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 5px;
	}
	.slider_bottom p{
		font-size: 10px;
		line-height: 15px;
	}
	.custmehovereffect h2{
		margin-top: 25%;
		font-size: 12px;
		padding-left:0;
		padding-right: 0;
	}
	.custmehovereffect:hover h2{ margin-top: 20%}
	.custmehovereffect p.info{ font-size: 8px;}
	.diverse_collection{
		padding-top: 15px;
		padding-bottom: 15px;
	}  
	.diverse_collection .bold{
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 5px;
	}
	.diverse_collection p{
		font-size: 10px;
		line-height: 15px;
	}
	.centered{
	  	font-size: 12px;
	  }
	  .text_idea{
			padding-top: 0px;
		}
	  .catalogue_order img{
		width: 50px;
	}  
	  .catalogue_order h1{
			color: #131514;
			font-size: 10px;
		}
		.catalogue_order p{
			color: #131514;
			font-size: 5px;
			line-height: 10px;
		}
		.catlog_btn{
			border: none;
			border-radius:0;
			background: #131514;
			color: #fff;
			font-size: 5px;
			text-align: center;
		}
}

