@charset "utf-8";
/* CSS Document */

/* MEDIA QUERIES */
/* ---------------- Extra Large Devices, Wide Screens ---------------- */
@media only screen and (max-width : 1400px) 
{


}
/* ---------------- Large Devices, Wide Screens ---------------- */
@media only screen and (max-width : 1200px) 
{

	
}

/* ---------------- Medium Devices, Desktops ---------------- */
@media only screen and (max-width : 1024px){


}

@media only screen and (max-width : 992px){


}


/* ---------------- Small Devices, Tablets ---------------- */
@media only screen and (max-width : 768px){
.product-block .img-responsive
{
	max-width:80%;
}
.products-section .product-block .product-name
{
	font-size: 13px;
}
.customer-service .service-content .warantee-stamp-block
{
	width:auto;
}
.customer-service .service-content .text-content br
{
	display:none;
}
.customer-service .service-content .warantee-stamp-block .text-content .five-year
{
	font-size: 24px;
	line-height: 26px;
}
.customer-service .service-content .title
{
	font-size: 24px;
}
.customer-service .service-content .text-content .text-pink
{
	font-size: 18px;
}
.customer-service .service-content .text-content .text-black
{
	font-size: 16px;
}

}


/* ---------------- Extra Small Devices, Phones ---------------- */ 
@media only screen and (max-width : 480px) {
.page-title .page-title-light
{
	font-size:16px;
}
.page-title .page-title-bold
{
	font-size:24px;
	line-height:24px;
}
.products-section .row 
{
    padding: 0;
}
.products-section .product-block 
{
    padding: 10px 0;
    height: 260px;
}
.customer-service .service-content .warantee-stamp-block
{
	float: none;
}
.customer-service .service-content .warantee-stamp-block .text-content
{
	float: none;
	width: 170px;
	margin: 0 auto;
}
.customer-service .service-content .title
{
	text-align: center;
}
.customer-service .service-content .text-content
{
	text-align:center;
}
.customer-service .service-content .text-content .text-pink
{
	padding-right:0;
}
.customer-service .service-content .text-content .text-black
{
	padding-right:0;
}

.footer
{
	text-align: center;
}
.footer .footer-hotline
{
	margin: 30px 0;
}
.register-product a span
{
	font-size: 20px;
}
.section-registration .section-title .title
{
	font-size: 24px;
}
.section-registration .section-title .description
{
	font-size: 16px;
}
.section-form .title
{
	text-align:center;
}
.section-form .required
{
	text-align:center;
}
.section-form .registration-form
{
	font-size:16px;
}
.section-form .registration-form .form-group
{
	margin-bottom: 15px;
}
}


/*--------------- Custom, iPhone Retina ---------------- */ 
@media only screen and (max-width : 320px) 
{

	
}




/* Landscape phones and down */
@media (max-width: 479px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 400px) {


}