@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/******************************************************************************/
/* VARIABLES
/******************************************************************************/
:root {
    --white: #f9f9f9;
    --black: #36383F;
    --gray: #85888C;
	--orange1: #d64414;
	--orange2: #f57a09;
}

/******************************************************************************/
/* COMMON
/******************************************************************************/
body {
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: white;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
a {
	color: var(--gray);
	text-decoration: none;
}
a:visited {
	color: var(--black);
	text-decoration: none;
}
a:hover {
	color: var(--gray);
	text-decoration: none;
}
a.btn-primary:visited {
    color: var(--white);
}
.fade-in {
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

@-webkit-keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

i.line-red {
    height: 2px;
    width: 117px;
    background: #f85e5e;
    clear: both;
    margin: 0 auto;
    display: block;
}

.page-container,
.popup-container {
	position: relative;
	max-width: 1300px;
	margin: 20px auto;
	padding: 10px;
	line-height: 1.2;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	z-index: 1;
}
.page-container
{
	background-color: white;
	background-image: url(img/background.jpg);
	background-size : cover;
}
.alert {
	clear: both;
	min-height: 55px;
}
/* View buttons */
.view-buttons {
	float: right;
}
.view-buttons i {
	margin-left: 10px;
	font-size: 1.5em;
	cursor: pointer;
}
.content {
	display: flex;
	flex-wrap: wrap;
}
.content.column-view {
	flex-direction: column;
}
.content.column-view > ul {
	width: 100%;
	margin-bottom: 20px;
}
.content.grid-view {
	flex-direction: row;
}
.content.grid-view > ul {
	width: calc(66.66% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.content.list-view > ul {
	width: 100%;
	margin-bottom: 20px;
}

.img-thumbnail {
	width: 100px;
	height: 100px;
}
.stick {
	width: 219px;
	height: 210px;
	padding: 20px;
	text-align: center;
	box-sizing: content-box;
	background: transparent url(img/note_stick_bg.png) top left no-repeat;
}
.nothing {
	display: block;
	width: 100%;
	text-align: center;
}
.input-invalid {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
	box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
}
h2 {
	font-size: 2em;
}
/******************************************************************************/
/* HEADER
/******************************************************************************/
header {
	position: relative;
}
header a {
	color: var(--black);
}
header .logo img {
	float: left;
}
header .site-title {
	margin: 0 20px 0px 50px;
	padding-top: 17px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.5em;
	text-wrap: nowrap;
}
header .site-title:hover {
	color: #d64414;
}

header .logo,
header .user {
	width: 20%;
}
header .user ul {
	position: absolute;
	right: 0;
	list-style: none;
}

header a.logo  {
	po/sition: absolute;
}

/*************************************/
/* SEARCH
/*************************************/
#search:not(.mobile) {
	po/sition: relative;
	wi/dth: 250px;
	z-index: 999;
}
#search:not(.mobile) input {
	position: absolute;
	top: 45px;
	width: 240px;
	padding: 4px;
	padding-right: 20px;
	border: 1px solid gray;
	border-radius: 5px;
	z-index: 999;
}
#search:not(.mobile) input:focus {
	outline: none;
}
#search:not(.mobile) i.fa-search {
	position: absolute;
	top: 52px;
	left: 220px;
	color: gray;
	z-index: 999;
}
#search:not(.mobile) i.fa-xmark {
	position: relative;
	top: 2px;
	cursor: pointer;
}
header .search-result {
	position: absolute;
	top: 80px;
	left: 0;
	border: none;
	background-color: white;
	z-index: 1000;
}
header .search-result {
	margin-bottom: 0;
	padding-left: 0;
}
header .search-result li:hover {
	background-color: #ccc;
}
header .search-result li a {
	display: block;
	padding: 4px;
	text-wrap: nowrap;
}

/*************************************/
/* HOME
/*************************************/
#home article img {
	fl/oat: left;
}
#home article {
	width: 80%;
	margin: 0 auto;
}
#home article h2 {
	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 > h2 {
	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: normal 1rem '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;	
}*/

/*************************************/
/* MAIN
/*************************************/

li.category {
	width: 246px;
	height: 280px;
	text-align: center;
}