

@media screen and (min-width: 577px) and (max-width: 767px) {
	.h1-main{font-size: 1.8em !important; }
	.h2-main{font-size: 1.2em !important;}

	h2, .h2{font-size: 2em !important;}
	h3, .h3{font-size: 1.8em !important;}
	h4, .h4{font-size: 1.6em !important;}
	h5, .h5{font-size: 1.2em !important;}

	.btn{
		font-size: 1em;
	}
	
	.main-img {
    	max-height: 480px !important;
	}

	.main-text{
		padding: 0px 0px 50px 0px !important;
	}

	.timer{
		display: none;
	}

	.timerMobile {
    display: inherit;
	
	}

}



@media (min-width: 576px){
	.prodct-more-row .col-sm-12{
		margin-bottom: 30px;
	}


}


@media screen and (max-width: 400px){

}

@media screen and (max-width: 576px){
	/*h1, .h1{font-size: 1.8em !important;}
	h2, .h2{font-size: 1.6em !important;}
	h3, .h3{font-size: 1.4em !important;}
	h4, .h4{font-size: 1.3em !important;}
	h5, .h5{font-size: 1.1em !important;}

	.btn{
		font-size: 0.8em;
	}*/

	h1, .h1{font-size: 1.2em !important;}
	h2, .h2{font-size: 1.1em !important;}
	h3, .h3{font-size: 1.2em !important;}
	h4, .h4{font-size: 0.9em !important;}
	h5, .h5{font-size: 0.8em !important;}

	.btn{
		font-size: 0.8em;
	}
	.prodct-more-row .col-sm-12{
		margin-bottom: 30px;
	}

	.carousel-caption {
		transform: none!important;
    	height: 125px;
    	text-align: center !important;
	}

	.mobil-none{
		display: none;
	}

	.bg-light-mobil{
		background-color: #f8f9fa!important;
	}

	.bg-light-mobil-2{
		background-color: #f7f7f7!important;
	}
	
}

@media screen and (max-width: 576px){

	.ok {
		left: 50%!important;
	   transform: translateX(-50%)!important;
	}
	#product {
   	padding-bottom: 60px!important;
   	padding-top: 55px!important;
	}
	.popup-title {
		font-size: 19px!important;
    	margin-bottom: 0!important;
	}
	h5, .h5 {
   	font-size: 1em !important;
   	font-weight: 800!important;
	}
	.mb-5, .my-5 {
   	margin-bottom: 1.5rem!important;
	}
	.container-fluid {
   	padding: 50px 0px;
	}
	.product-more p,
	.product-more span {
		font-size: 15px!important;
	}
	.btn {
   	font-size: 1em!important;
	}
	#product .text-center p {
		font-size: 13px!important;
	}
}