header .search-result {
	top: 80px;
}

/******************************************************************************/
/* HOME
/******************************************************************************/
#home article img {
	fl/oat: left;
}
#home article {
	width: 80%;
	margin: 0 auto;
}
#home article h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
}
#home article img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 2px;
	border: 2px solid white;
}
#home article div {
	margin: 10px 0;
}
#home article p {
	padding: 5px 0;
}
#home article .product-details {
	line-height: 1.2;
}
#home article .pro-price {
	font-size: 2em;
	font-weight: 700;
}
#home article .pro-code {
	position: absolute;
	left: -9999px;
}
#home > h3 {
	margin: 20px;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
}
#home #category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
}
#home li {
	list-style: none;
}
#home li.category {
    position: relative;
    width: 256px;
    height: 280px;
    text-align: center;
}
#home li.category a {
    display: block;
	width: 210px;
	height: 195px;
}
#home li.category h3 {
	line-height: 1.2;
	font-family: 'Fjalla One', sans-serif;
}

#carousel {
	position: relative;
	width: 100%;
	he/ight: 500px;
	margin: 0 auto;
	overflow: hidden;
}
#carousel .item {
	display: none;
	po/sition: absolute;
	to/p: 0;
	le/ft: 0;
	wi/dth: 100%;
	he/ight: 100%;
	te/xt-align: center;
}
#carousel .product-image {
	position: relative;
	wi/dth: 50%;
	ma/rgin-bottom: 20px;
}
#carousel .product-details {

}
#carousel .pro-status {
	fo/nt-size: 2em;
	font-weight: 700;
}
#carousel .pro-condition span {
	fo/nt-weight: 700;
}
#carousel .pro-description {
	line-height: 1.5em;
	position: absolute;
	left: 9999px;
}
#carousel .pro-description span {
	font-weight: 700;
}
#carousel-control {
	position: relative;
	margin-top: 20px;
}
#indicators {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#indicators .indicator {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: gray;
	margin: 0 5px;
	cursor: pointer;
}
#indicators .indicator.active {
	background-color: black;
}

#startButton {
	display: none;
}
#startButton,
#stopButton {
	position: absolute;
	bottom: 30px;
	tr/ansform: translateY(-50%);
	border: 0;
	background: none;
}
#prevButton,
#nextButton {
	position: absolute;
	bottom: 30px;
	tr/ansform: translateY(-50%);
	border: 0;
	background: none;
}
#startButton,
#stopButton {
	left: 48%;
}
#prevButton {
	left: 10px;
}
#nextButton {
	right: 10px;
}
/*.btn-resend {
	padding: 5px;
	text-decoration: none;
	border: 1px solid grey;
	background-color: white;	
}*/

/******************************************************************************/
/* SITE
/******************************************************************************/
div.options {
	position: relative;
	display: flex;
	justify-content: space-between;
}
div.options.left {
	width: 595px;
}
div.options > div {
	width: 33%;
}
#preview {
	position: absolute;
	border: 5px solid #fff;
	background: #333;
	padding: 5px;
	display: none;
	border-radius: 5px;
	color: #fff;
	z-index: 9999;
}
#box_id,
#cat_id,
#sho_id {
	width: 100%;
	color: white;
	padding: 5px;
	text-align: center;
	background-color: #000;
}
#opt_list {
	float: left;
}
#opt_list span.options:hover {
	cursor: pointer;
}
.check {
	di/splay: block;
	font-size: 12px;
}

li.fig .tip img {
	width: 150px;
	height: 150px;
}

#fig_list.left,
#sho_list.left {
	float: left;
	width: 595px;
	ov/erflow: auto;
}
#fig_list.left {
	margin-right: 90px;
}
#fig,
#sho,
#box,
#fig_box {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#list_fig .box-image .caption {
	position: absolute;
	text-align: right;
	bottom: -20px;
	left: 0;
	width: 100%;
	color: #fff;
}
figure {
	position: relative;
	margin: 15px;
	margin-bottom: 40px;
}
.caption {
	position: absolute;
	font-size: 12px;
}
#btn_fig_del,
#btn_fig_sho_add,
#btn_fig_sho_del,
#btn_fig_box_add {
	float: right;
	ma/rgin-right: 40px;
}

.btn-box-rem {
	position: absolute;
	width: 26px;
	bottom: 0px;
	left: 40px;
}
.btn-box-rem,
.btn-box-upl {
	cursor: pointer;
	position: absolute;
	right: -165px;
	bottom: -15px;
}

.fa-upload {
	font-size: 30px;
	color: green;
}
.fa-upload:hover {
    cursor: pointer;
}

li.fig {
	position: relative;
	width: 85px;
	height: 175px;
	text-align: center;
	font-size: 12px;
}
li.fig img.fig {
	width: 75px;
	height: 100px;
	margin-top: 1px;
}
li.fig img.box {
	width: 15px;
	height: 15px;
}
.fig_detail {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
figure img.box {
	width: 150px;
	height: 150px;
}
.hide {
	display: none;
}
.close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	background-color: black;
	color: white;
	border-radius: 50%;
	padding: 4px;
}
.fig-detail img:hover {
    cursor: zoom-out;
}
.fig-sort {
	float: right;
}
.checked {
    -webkit-box-shadow: inset 0px 0px 0px 1px #f00;
    -moz-box-shadow: inset 0px 0px 0px 1px #f00;
    box-shadow: inset 0px 0px 0px 1px #f00;
}

.double {
	color: red;
}

.fa-check:before {
	content: "\f00c";
}

/* BOXES */
.box-detail {
	display: none;
}

.box-detail img.minifig {
	float: left;
	width: 240px;
	height: 300px;
	margin-right: 10px;
}
