body {
	font-weight: 300;
	color: #212529;
	padding: 0;
	margin: 0;
}

		/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

h1{font-weight: 300;font-size: 2.5rem;padding: 0px;margin: 0px;}
h2{font-weight: 300;font-size: 2rem;padding: 0px;margin: 0px;}
h3{font-weight: 300;font-size: 1.75rem;padding: 0px;margin: 0px;}
h4{font-weight: 300;font-size: 1.2rem;padding: 0px;margin: 0px;}
p{font-weight: 300;padding: 0px;margin: 0px;}

p {
	padding: 0px;
}

a {
	color: #293ed1;
	position: relative;
	text-decoration: none;
	transition: color .3s ease 0s;
}

.btn {
	outline: none;
	border: none;
	display: inline-block;
}
.btn:hover {
	cursor: pointer;
}



.nav {
	width: 100%;
	height: 70px;
	background-color: #000;
	color: #fff;
	position: fixed;
	z-index: 10;
	line-height: 70px;
}
.nav .brand > a {
	color: #fff;
}
.nav .brand img {
	width: 100%;
}
.nav .items {
	text-align: right;
	display: block;
}
.nav .items > a.item {
	padding: 10px;
	color: #fff;
}
.nav .item.drop-down {
	position: relative;
	cursor: pointer;
}
.nav .drop-down-box {
	display: none;
	top: 79px;
	background-color: #fff;
	position: absolute;
	padding: 10px 50px 10px 10px;
	margin: -10px -10px -10px -10px;
	border: 1px solid #eee;
}
.nav .drop-down-box a.drop-down-item {
	display: block;
	line-height: 25px;
	color: #fff;
}


.nav .mobile-button {
	display: none;
}

.dummy-nav {
	height: 70px;
	width: 100%;
}

@media (max-width: 768px) {
	.nav {
		width: 100%;
	}
	.nav .items {
		display: none;
		position: fixed;
		max-width: 100%;
		height: 100%;
		left: 0;
		top: 70px;
		background-color: #000;
	}
	.nav .items > a.item {
		line-height: 15px;
		width: 100%;
		display: block;
		text-align: left;
	}
	.nav .mobile-button {
		display: block;
		float: right;
	}
}

/**
 * === SCREEN ===
 */
.screen-box-100 {
	height: 100vh;
	min-height: 500px;
	background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.screen-box-75 {
	height: 75vh;
	min-height: 500px;
	background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.screen-box-50 {
	height: 50vh;
	min-height: 500px;
	background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.screen-box-25 {
	height: 25vh;
	background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/**
 * == SEARCH ==
 */

.search-button {
	display: inline-block;
	cursor: pointer;
}
.search-button > img {
	width: 20px;
}

.nav-icon {
	display: inline-block;
	cursor: pointer;
	height: 70px;
}
.nav-icon > img {
	max-height: 20px;
	max-width: 20px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #fff !important;
}

.search-box {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000000b8;
	z-index: 100;
	top: 0;
	left: 0;

	display: none;
}
.search-close {
	font-size: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #fff;
}

.search-input {
	width: 80%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	float: left;
	border-radius: 0px
	border: none;
}
.search-input-button {
	width: 20%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color: #fff;
	float: right;
	display: inline-block;
	text-align: center;
	color: #000;
	cursor: pointer;
}

.search-results {
	background-color: #fff;
	margin-top: 10px;
}
.search-results p.search-title {
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
}
.search-results a {
	width: 100%;
	text-align: left;
}
.search-row {
	width: 100%;
	display: inline-table;
	height: 50px;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.search-row .product-image {
	width: 50px;
	height: 50px;
	background-size: contain !important;
	float: left;
	display: inline-block;
}
.search-row .product-title {
	width: calc(100% - 150px);
	display: inline-block;
	line-height: 50px;
}
.search-row .product-price {
	width: 100px;
	display: inline-block;
}
.search-row .page-title {
	width: 100%;
	line-height: 50px;
}


.category-children-box {
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #eee;
}
.category-children-box .title {
	text-align: center;
}

/**
 * == INPUTS ===
 */
.input-text {
	border: 1px solid #ccc;
	width: 100%;
	font-size: 16px;
	padding: 5px;
	border-radius: 3px;

	transition: border-color .15s;
}
.input-text:focus {
	border-color: #444;
	outline: none;
}


.h-100 {height: 100%;}
.font-weight-100 {font-weight: 100;}.font-weight-200 {font-weight: 200;}.font-weight-300 {font-weight: 300;}
.font-weight-400 {font-weight: 400;}.font-weight-500 {font-weight: 500;}.font-weight-600 {font-weight: 600;}
.font-weight-700 {font-weight: 700;}.font-weight-800 {font-weight: 800;}.font-weight-900 {font-weight: 900;}

.text-right {text-align: right;}.text-center {text-align: center;}.text-left {text-align: left;}

.text-size-1 {font-size: 1rem;}
.text-size-2 {font-size: 1.25rem;}
.text-size-3 {font-size: 1.50rem;}
.text-size-4 {font-size: 2rem;}
.text-size-5 {font-size: 3rem;}

.color-white {color: #fff;}.bg-white {background-color: #fff;}
.color-black {color: #212529;}.bg-black {background-color: #212529;}
.color-red {color: #f44336;}.bg-red {background-color: #f44336;}


.p-6 {padding: 6rem!important}.pt-6,.py-6 {padding-top: 6rem!important}.pr-6,.px-6 {padding-right: 6rem!important}.pb-6,.py-6 {padding-bottom: 6rem!important}.pl-6,.px-6 {padding-left: 6rem!important}
.p-7 {padding: 9rem!important}.pt-7,.py-7 {padding-top: 9rem!important}.pr-7,.px-7 {padding-right: 9rem!important}.pb-7,.py-7 {padding-bottom: 9rem!important}.pl-7,.px-7 {padding-left: 9rem!important}
.p-8 {padding: 15rem!important}.pt-8,.py-8 {padding-top: 15rem!important}.pr-8,.px-8 {padding-right: 15rem!important}.pb-8,.py-8 {padding-bottom: 15rem!important}.pl-8,.px-8 {padding-left: 15rem!important}

.table table {
  border-collapse: collapse;
  width: 100%;
}

.table th {
  text-align: left;
  padding: 8px;
}
.table td {
  text-align: left;
  padding: 8px;
}

.table tr:nth-child(odd) {background-color: #f2f2f2;}


.icon {
	width: 16px;
	display: inline-block;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.arrow-right {background-image: url('/site/files/icons/arrow-right.svg');}
.arrow-right-2 {background-image: url('/site/files/icons/arrow-right-2.svg');}
.minus {background-image: url('/site/files/icons/minus.svg');}
.plus {background-image: url('/site/files/icons/plus.svg');}
.trash {background-image: url('/site/files/icons/trash.svg');}