/* GLOBAL */
/* -------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

* {
	font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 40px;
	font-weight: bold;
    line-height: 48px;
	color: #e20015;
}

@media (max-width: 768px) {
	
	h2 {
		font-size: 25px;
		line-height: 35px;
	}
	
}

h3 { font-size: 18px; }

img { max-width: 100%; }

a { color: #7A89A8; }

p {
	margin-bottom: 15px;	
}

.fas {
	font-size: 14px !important;
	margin-right: 3px !important;
}

.btn {
	border-radius: 0px;
	font-size: 16px !important;
    padding: 12px 40px !important;
}

.btn:hover {
	background-color: red !important;
	color: #FFF !important;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.breadcrumbWrapper {
	background-image: linear-gradient(-180deg,#2e2e2e 19%,#1d1d1d 100%);
	border-top: 1px solid #666;
}

.breadcrumb {
	margin-bottom: 0px;
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 13px 0px;
	border-radius: 0px;
}

.breadcrumb-item,
.breadcrumb a {
	font-size: 12px;
	color: #a3a3a3;
}

.breadcrumb-item.active {
	color: #FFF;
    font-size: 12px;
    padding-top: 4px;
}

.breadcrumb a:hover {
	color: #bfc0c2;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: url(img/breadcrumbs.svg); width: 16px; fill: red;
}

.breadcrumb-item + .breadcrumb-item {
    padding-top: 1px;
}

/* NAV */
/* -------------------------------------------------- */

.navbar {
	padding: 0;
}

.navbar > div {
	width: 100%;
}

.navbar .navbar-brand {
	padding: 30px 0;
}

.navbar .navbar-brand img {
	max-width: 135px;
}

.navbar .navbar-toggler-icon {
	font-size: 18px;
}

.navbar .navbar-nav {
	width: 100%;
}

.navbar .navbar-nav .nav-item {
	transition: color cubic-bezier(.38,.04,.35,.96) 400ms, background-color cubic-bezier(.38,.04,.35,.96) 400ms;
}

@media(min-width: 768px) {
	.navbar .navbar-nav .nav-item {
		padding: 12px 8px;
		text-align: center;
	}
	
	.navbar .navbar-nav .nav-item:hover {
		background-color: red;
		color: #FFF;
	}
	
	ul.navbar-nav {
		margin-left: -16px;
	}
	
}

.navbar.bg-dark {
    background-color: #000 !important;
}

.navbar.bg-dark > div > div:last-child {
	background: linear-gradient(-180deg,#383838 0%,#2e2e2e 20%);
	color: white !important;
}

.navbar .navbar-toggler {
	border: none;
	margin-left: -10px;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #FFF;
}

@media (max-width: 992px) {
	
	.navbar .navbar-nav .nav-item {
		padding: 5px 5px;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		font-size: 12px;
		transition: color cubic-bezier(.38,.04,.35,.96) 400ms, background-color cubic-bezier(.38,.04,.35,.96) 400ms;
	}
	
	.navbar-dark .navbar-nav .nav-link:hover {
		color: red !important;
	}
	
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #FFF;
}

.navbar > .container, .navbar > .container-fluid {
	display: block
}

[data-toggle="collapse"]::before {
	display: none;
}

.subnav {
	position: absolute;
	right: 0;
	top: 43%;
	margin-top: -14px;
}

.subnav a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	transition: color cubic-bezier(.38,.04,.35,.96) 400ms;
}

.subnav a:hover {
	color: red;
	text-decoration: none;
}

@media (max-width: 768px) {
	
	.subnav {
		right: 15px;
	}
	
}

.prdNew {
	display: block;
	position: absolute;
	top: 35px;
	background-color: red;
	right: 5px;
	padding: 0px 5px;
	z-index: 99;
}

/* PRODUCTS DROPDOWN */
/* -------------------------------------------------- */

.products-dropdown {
	display: none;
}

@media (min-width: 992px) {

	.products-dropdown {
		display: none;
		position: absolute;
		background-color: #2d2d2d;
		left: 0px;
		width: 100%;
		margin-top: 12px;
		border-top: 1px solid #666666;
		z-index: 999;
	}

	.products-menu:hover .products-dropdown {
	  display: block;
	}

	.products-dropdown ul,
	.products-dropdown ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.products-dropdown ul {
		margin-right: -15px;
		margin-left: -15px;
	}

	.products-dropdown ul li {
        float: left;
        padding: 30px 0px 75px 30px;
	}
    
	.products-dropdown ul li:first-child {
        padding-left: 0px;
	}
    
	.products-dropdown ul li:last-child {
        padding-right: 30px;
    }
    
	.products-dropdown p,
	.products-dropdown img {
		max-width: 155px;
	}

	.products-dropdown ul li p {
		margin-top: 25px;
		font-size: 16px;
		color: #FFF;
		text-transform: uppercase;
		font-weight: bold;
	}

	.products-dropdown ul li a:hover {
		text-decoration: none;
	}

}

/* PANEL */
/* -------------------------------------------------- */

[data-toggle="collapse"]:before {
    position: absolute;
    content: "‹";
	top: -2px;
    right: 15px;
    font-size: 30px;
    transform: rotate(90deg);
	transform-origin: center 60%;
	transition: transform 0.2s;
}

[data-toggle="collapse"].collapsed:before {
    transform: rotate(-90deg);
}

.collapseTitle:before {
	content: "" !important;
}

/* OWL */
/* -------------------------------------------------- */

.owl-item {
	cursor: pointer;
}

.owl-carousel .owl-stage {
    display: flex;
}

/* FOOTER */
/* -------------------------------------------------- */

#pre-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 28px;
}

#social-footer {
	display: table-cell;
	text-align: left;
}

#sac-footer {
	display: table-cell;
	text-align: center;
	float: right;
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #3b3b3b;
	font-weight: bold;
	color: #FFF;
}

footer span,
footer a {
	color: #FFF;
	font-size: 12px !important;
}

footer a:hover {
	color: red;
	text-decoration: none;
}

footer img {
	max-width: 25px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
		
	footer div:nth-child(2) {
		text-align: right;
	}
		
}

@media (max-width: 992px) {
	
}

@media (max-width: 768px) {
	
	footer > div > div {
		text-align: center;
	}
	
	#footer > div > div:nth-child(1) {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#social-footer {
		display: block;
		text-align: center;
		padding-bottom: 50px;
	}

	#sac-footer {
		display: block;
		float: none;
	}
	
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* SWEETALERT */
/* -------------------------------------------------- */

.sweet-alert {
	padding: 25px;
}

.btn-primary {
	background-color: #000;
    border-color: #000;
	font-size: 15px;
}

.btn-primary:hover {
	background-color: red;
    border-color: red;
	font-size: 15px;
}

.btn.focus,
.btn:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #000;
	border-color: #000;
}

.lead {
	font-size: 15px;
}

.sa-icon {
	display: none !important;
}

.sweet-alert,
.sweet-alert button {
	border-radius: 0;
	
}

.sweet-alert .icon,
.sweet-alert hr {
	display: none !important;
}

.sweet-content {
	margin-bottom: 10px !important;
}

.sweet-alert .icon,
.sweet-alert hr {
	display: none !important;
}

.sweet-content {
	margin-bottom: 10px !important;
}

/* CHECKBOX */
/* -------------------------------------------------- */

.checkboxContainer {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 5px;
	margin-bottom: 12px;
	color: #FFF !important;
	text-transform: uppercase;
}

.checkboxContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkboxContainer .checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	height: 15px;
	width: 15px;
	background-color: transparent;
	border: 1px solid #FFF;
}

.checkboxContainer:hover input ~ .checkmark {
	background-color: rgba(0,0,0,0.3);
}

.checkboxContainer .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 3px;
	top: 0px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkboxContainer input:checked ~ .checkmark:after {
	display: block;
}

@media (max-width: 768px) {
	.checkboxContainer {
		font-size: 13px;
	}
}

#wrapper {
	min-height: 500px;
}

.title-bar {
    background-color: #3b3b3b;
    margin: 50px 0 30px 0;
}

.title-bar > h3 {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 15px;
}

.ql-editor {
    padding: 0 !important;
    display: grid;
    height: auto !important;
}

/* PAGINATION */
/* -------------------------------------------------- */

.page-item:not(.active) {
    cursor: pointer;
}