
@media (min-width: 576px) {
	.container { max-width: 540px;}
	.product_detail h3{margin-top: 20px;}
}

@media (min-width: 768px) {
	.container { max-width: 750px;}
	.product_detail h3{margin-top: 20px;}
}

@media (min-width: 992px) {
	.container { max-width: 970px;}
	.product_detail h3{margin-top: 20px;}
}
@media (min-width: 1200px) {
	.container { max-width: 1170px;}
	.product_detail h3{margin-top: 0px;}
}

body{
	background-color: #CCC;
}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
li{list-style-type: none;}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #F7941E;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #F7941E; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #F7941E; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 1.5;
	color: #555;
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none !important;
	color: #F7941E;
}

a:hover { color: #222; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

.text-center{text-align: center;}
.container{
	background-color: #FFF;
	margin:0 auto;
	padding: 20px;
}
.border_top{ border-top: solid 1px #999; }
#logo{display: inline-block;}

#header .container{background-color: #000;}
#header .container img{max-height: 150px; margin: 10px 0;}

.main_title{border-top:solid 2px #333;border-bottom:solid 2px #333; font-size: 30px; padding: 10px 0;}
div.main_title{padding: 0; border-bottom: 0;}
.sub_title{border-bottom:solid 2px #333; font-size: 15px; padding: 10px 0; padding-left: 50px;}

.product{width: 100%;}
.product_outline{margin-top: 30px;}
.product_img{width: 37%; padding-right: 1%; float: left;}
.product_img .uk-inline{display: inline-block; width: 100%;}
.product_img .big_img{width: 100%; border:solid 2px #333;}
.product_detail{width: 60%; float: left; padding: 0 1%;}
.product_detail_1 {display: table; width: 100%;}
.product_detail_1 li{display: table-cell; text-align: center; border:solid 1px #999; line-height: 30px;}

.product_detail_2{width: 100%; margin: 20px 0 20px 0; border-spacing: 0;}
.product_detail_2 td{text-align: center; border:solid 1px #999; padding: 5px 0;}
.product_detail_2 th{border:solid 1px #999; padding: 5px 0;}
.count{display: block; margin-top: 10px;}
.product_info{padding: 20px; width: 100%;}
.notfound{font-size: 80px; padding-top: 100px; padding-bottom: 100px;}
.product_other_images {display: inline-block; margin: 20px 0;}
.product_other_images li{width: 20%; float: left; display: inline-block;}
.product_other_images li img{width: 100%;  padding: 2%; border: solid 2px #333;}
.attc {margin-top: 20px;}
.attc a{display: block; color: #555;}
.text-danger{color: #FF0000;}
@media all and (max-width: 1200px) {
.product_img{width: 100%;}
.product_detail{width: 98%;}
}