@charset "UTF-8";
/* CSS Document */
.footer-container ul li {
	margin-bottom: 10px !important;
}
li.drill {
	font-weight: 300;
}
ul.sub {
	display: none;
	position: relative;
	top: -17px;
	left: 25px;
}
#basket th {
	font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: 300;
	color: black;
}
.social {
	padding: 100px 0 0 !important;
	margin: 0 auto;
	width: 100%;
    height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}
span.fa {
	display: block;
	color: #fff;
	background-color: #000;
	width: 25px;
	border-radius: 30px;
	line-height: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	float: left;
	margin: 0 10px;
}

.fa-lg {
    font-size: 1.2em;
}
.sidebar-cover{
	display: none;
	position: fixed;
	width: 100%;
    height: 100%;
    background: rgba(200,200,200,0.7) !important;
	z-index: 1;
}
.showsearch {
	position: absolute;
	top:  -5px;
	right: 60px;
}
.search {
  width: 300px;
  margin-top: 0px;
// border: 3px solid green;
//  padding-bottom: 10px;
  padding-top: 5px;
  //display: inline-flex !important;
} 
.searchak {
	background: white;border: solid thin black;float:left;height: 25px;font-size:14px;padding-left:5px;width: 100%;
}
.citem {
	position: absolute;
	top:  0px;
	right: 0;
}
#cart {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #FFF;
	display: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-box-shadow: 2px 2px 3px 3px #666;
	-webkit-box-shadow: 2px 2px 3px 3px #666;
	box-shadow: 2px 2px 3px 3px #666;
}
#basket {
	width: 320px;
}
#contents {
	width: 320px;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
#contents td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	border-bottom: #CCC thin solid;
	padding-bottom: 1em;
}
#hideBtn {
	font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: 300;
	color: black;
	background-color: #aaa;
	padding: 6px;
}
#checkout {
    font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: 500;
	color: black;
	background-color: #aaa;
	padding: 6px;
	float: right;
}
.shopitems {
	display: block;
	position: relative;
	z-index: 100 !important;
}
.box {
	float: left;
	position: relative;
	width: 25%;
	padding-bottom: 34%;
}
.boxInner {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: hidden;
	/*border:#000000 thin solid;*/
	cursor: pointer;
}
.boxInner img {
	width: 90%;
	height: auto;
	/*border: thin #000 dotted;*/
}
.boxInner .titleBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: -5px;
	color: #000;
	padding: 5px;
	text-align: center;
	vertical-align: text-top;
	height: 100px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
}
.main-area {
	width: 90% !important;
	margin: 0 auto !important;
}
@media screen and (min-width: 1899px) {
	.box {
	float: left;
	position: relative;
	width: 16.66%;
	padding-bottom: 22%;
}
	}
@media screen and (min-width: 1510px) {
	.box {
	float: left;
	position: relative;
	width: 20%;
	padding-bottom: 28%;
}
}
@media screen and (min-width: 1366px) {
	.box {
	float: left;
	position: relative;
	width: 20%;
	padding-bottom: 28%;
}
}
@media screen and (max-width: 1024px) {
.box {
	float: left;
	position: relative;
	width: 25%;
	padding-bottom: 34%;/* border:#000000 thin solid;*/
}
}
@media screen and (max-width: 981px) {
.box {
	float: left;
	position: relative;
	width: 33%;
	padding-bottom: 50%;
}
}
@media screen and (max-width: 775px) {
.box {
	float: left;
	position: relative;
	width: 50%;
	padding-bottom: 80%;
}
.boxInner .titleBox {
	height: 108px;
}
.citem {
	position: absolute;
	top: -12px !important;
	right: 10px;
}
.showsearch {
	position: absolute;
	top: 12px;
	right: 50px;
}
.search {
  margin-left: 0;
  margin-top: 96px;
  padding: 10px;
  
}
.searchak {
	font-size: 16px;
	text-align: center;
}
	.main-sidebar{
		width: 69% !important;
	}
	ul.sub {
	display: none;
	position: relative;
	top: -21px;
	left: 25px;
}
}
.copy-right {
display: block;
font-size: 12px;
padding-top: 30px;
padding-bottom: 10px;
}
	.social {
    padding-top: 60px;
	}
	span.fa {
	font-size:small;
	width: 22px;
	line-height: 22px;
}
/* .container-fluid {
	max-width: 1366px !important;
	margin: 0 auto;
} */
