/* width */
::-webkit-scrollbar {
	width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #111;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #333;
}

body {
	font-family: 'Roboto', sans-serif !important;
	color: #fff !important;
	min-height: 100vh !important;
	transition: background-color .5s;
}

h1, h2, h3 {
	font-weight: 100 !important;
	color: #ffffff !important;
}

h4, h5, h6 {
	font-weight: 400 !important;
}

p:last-child{margin-bottom:0;}

a{color:#fff !important;}
a:hover{color:#e32117 !important;}

.btn-counter {
    margin: 0 1rem;
    padding: 0 !important;
    color: #ffffff !important;
    cursor: pointer;
}

#counter.btn-counter {
    color: #ffffff !important;
}

#counter-container {
    position: fixed;
    top: 50% !important;
    right: 0;
    transform: translate(0, -50%);
    width: auto;
    height: auto;
    padding: 1rem;
    display: none;
    background: #111;
    box-shadow: -5px 5px 15px -5px #000000;
}

.count {
    font-size: 5rem;
    font-weight: 100;
    text-align: center;
    border-radius: 100%;
    border: 1rem solid #222;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#iw_carousel {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

#iw_carousel .carousel-item {
	background-color: #111111;
	background-size: cover;
	background-position: center;
	min-height: 100%;
}

/* MENU */
.hamburger {
    margin-right: 1rem;
    cursor: pointer;
}

.hamburger > span {
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 10px 0;
    cursor: pointer;
}

.hamburger > span:first-child {
    margin-top: 0;
}

.hamburger > span:last-child {
    margin-bottom: 0;
}

.menu {
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
}

.closebtn span {
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 15px;
    position: absolute;
}

.closebtn > span:first-child {
    transform: rotate(45deg);
}

.closebtn > span:last-child {
    transform: rotate(-45deg);
}

#counter-close {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#counter-close span {
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 15px;
    position: absolute;
}

#counter-close > span:first-child {
    transform: rotate(45deg);
}

#counter-close > span:last-child {
    transform: rotate(-45deg);
}

.grid-item {
	text-align: center;
	margin-bottom: .5rem;
}

.grid-item img {
	border-radius: 25%;
	transition: all .2s ease-in-out;
}

.grid-item a:hover {
	text-decoration: unset;
}

.grid-item a:hover img {
	transform: scale(1.05);
}

.grid-item h3 {
	color: #fff;
	font-size: 85%;
	word-break: break-word;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: unset !important;
}

.sidenav {
	height: 100%;
	max-width: 300px;
	width: 100%;
	margin-left: -300px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
}

.wrapperOC{
	padding: 2rem;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
    position: relative;
    color: #fff;
    height: 30px;
    width: 30px;
    margin: 0 0 0 auto;
    cursor: pointer;
}

#sorts {
    margin-left: 4px;
}

#body {
	transition: margin-left .5s;
}

#overlay {
	display:none;
	background: rgb(17, 17, 17);
	opacity: 0.5;
	z-index: 998;
	position: fixed;
	width: 100%;
	height: 100%;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	header h1 {
		font-size: 2rem;
	}
	
	.menu{display:none;}
	.hamburger {margin-right: 0;}
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.menu{display:none;}
	.hamburger {margin-right: 0;}
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}
