/*------- General ------- Acc 1st Red: #ca352b */

body {
	font-family: "Exo 2", sans-serif;
	font-size: 18px;
	line-height: 24px;
	background-color: #ffffff;
	color: #777777;
}

dl {
	margin: 20px;
	padding: 20px;
	background-color: #ffffff;
}
dt,
dd {
	display: block;
}
dd {
	margin-inline-start: 5px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ca352b;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
form,
table {
	margin: 20px;
}
hr {
	margin: 20px;
	border: none 0;
	border-top: 1px solid #e7e9e2;
	height: 1px;
}
nav a {
	text-decoration: none;
}

ul,
ol {
	margin: 20px;
	padding: 0px 0px 0px 20px;
}
li {
	margin: 10px 0px;
}

table {
	width: calc(100% - 40px);
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #e7e9e2;
}
thead {
}
th {
	background-color: #272723;
	color: #ffffff;
	font-weight: 700;
}
tfoot td {
	background-color: #000000;
	color: white;
	font-weight: 100;
}
td,
th {
	padding: 10px;
	text-align: left;
	font-size: 16px;
}
tr:nth-of-type(even) {
	background-color: #f3f4f0;
}

h1 {
	color: #777777;
	font-weight: 200;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 36px;
}
h2 {
	color: #ca352b;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 36px;
}
h3 {
	color: #272723;
	font-size: 26px;
}
h4 {
	color: #abada3;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
}
h5 {
	color: #272723;
	font-size: 18px;
	font-weight: 200;
	line-height: 20px;
}
h6 {
	font-size: 16px;
	color: #cccccc;
	margin-bottom: -20px;
	text-transform: uppercase;
}

blockquote {
	border: 1px solid #e7e9e2;
	padding: 1px;
	border-radius: 5px;
}

img {
	max-width: 100%;
}

.user-content {
	white-space: pre-line;
}

/*------- Structure -------*/
#site-shell {
	position: relative;
}
.site-content {
	min-height: 70vh;
	padding-bottom: 40px;
}

header {
	position: relative;
	z-index: 1000;
	color: #ffffff;
	background-color: #272723;
	background-image: url(/img/back_camo.jpg);
	text-align: center;
}
header a {
	color: #272723;
}
header a:hover {
	color: #777777;
}

.header-content {
	height: 90px;
	transition: all 0.5s ease;
	border-bottom: 1px solid #cccccc;
}
.header-content #logo-main {
	display: inline-block;
	height: 80px;
	transition: all 0.5s ease;
}
.header-content h1 {
	transition: all 0.5s ease;
}

footer {
	background-color: #272723;
	background-image: url(/img/back_footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #ffffff;
	border-bottom: 5px solid #ca352b;
	font-size: 14px;
	padding: 1px;
	text-align: center;
	min-height: 100px;
}
footer a {
	color: #d0d3c5;
}
footer a:hover {
	color: #ffffff;
}

.foot-content {
	padding: 0px 10px;
	color: #777777;
}
.foot-content h4 {
	color: #ffffff;
}
.foot-content hr {
	border-top: 1px dotted #343430;
}
.foot-content-header {
	font-size: 28px;
	color: #ffffff;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	border-radius: 3px;
	margin: 20px 10px;
	padding: 5px;
	display: block;
	text-align: center;
}
.foot-content-header:hover {
	background-color: #5d5e58;
}

.foot-content-borders {
	border-left: 1px dotted #343430;
	border-right: 1px dotted #343430;
}

.foot-content-list-nav {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 20px;
	text-align: center;
	border-bottom: 1px solid #252525;
}
.foot-content-list-nav li {
	display: block;
}
.foot-content-list-nav li a {
	display: block;
}

.foot-data {
	font-size: 12px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
.sticky .header-content {
	height: 52px;
	transition: all 0.5s ease;
}
.sticky .header-content #logo-main {
	height: 40px;
	transition: all 0.5s ease;
}
.sticky .header-content h1 {
	font-size: 22px;
	margin: 0px;
	line-height: 40px;
	transition: all 0.5s ease;
}
.sticky + .site-content {
	padding-top: 102px;
}

.sticky .menu-bar-l {
	display: inline-block;
}

/*------- Navigation -------*/

.top-menu {
	background-color: #ffffff;
	color: #777777;
	border-bottom: 1px solid #cccccc;
}
.top-menu nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.top-menu nav ul li {
	display: inline-block;
	margin: 0px;
}
.top-menu nav ul li a {
	display: block;
	padding: 8px 20px 10px;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
}

.top-menu nav ul li a.active {
	border-bottom: 2px solid #cc0000;
}

.menu-bar-l {
	position: relative;
	float: left;
	margin: 50px 12px 0px;
	display: none;
	z-index: 1001;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-bar-r {
	position: relative;
	float: right;
	margin: 50px 12px 0px;
	z-index: 1001;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-bar-button {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	background-color: #464640;
	border-radius: 3px;
}
.menu-bar-button:hover {
	color: #ffffff;
	background-color: #ca352b;
}

.sticky .menu-bar-l,
.sticky .menu-bar-r {
	margin: 12px !important;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.side-menu {
	list-style: none;
	margin: 20px;
	padding: 0px;
	border-bottom: 1px solid #e7e9e2;
}
.side-menu-head {
	font-weight: 700;
	background-color: #e7e9e2;
}
.side-menu li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #e7e9e2;
}
.side-menu li a {
	display: block;
	padding: 10px;
}
.side-menu li a:hover {
	color: #ca352b;
}
.side-menu li a.active {
}

/*------- Content -------*/

#shopSec {
	margin-bottom: -40px;
}

.section-white {
	background-color: #ffffff;
	padding: 1px;
}
.section-grey {
	background-color: #efefef;
	padding: 1px;
}
.section-footer {
	margin-top: 40px;
	text-align: center;
}

.center-text {
	text-align: center !important;
}
.small-text {
	font-size: 12px;
	line-height: 16px;
}
.grey-text {
	color: #999999;
}

.extra-margin {
	margin: 40px 20px !important;
}

.white-shell {
	background-color: #ffffff;
	padding: 1px;
	border-radius: 2px;
	margin: 20px;
}
.white-shell table {
	margin: 10px;
	width: calc(100% - 20px);
}

.white-box {
	background-color: #ffffff;
	border: 1px solid #e7e9e2;
	border-radius: 5px;
	padding: 10px;
	margin: 20px;
}

.red-head {
	display: block;
	background-color: #000000;
	color: #ffffff;
	padding: 10px;
	border-radius: 2px;
}
.red-head a {
	color: #ffffff;
}
.red-head a:hover {
	color: #f90403;
}
.head-box {
	display: inline-block;
	border: 1px solid #ffffff;
	width: 50px;
	text-align: center;
	margin: -5px 5px -5px -5px;
	padding: 10px;
}

.main-content {
}
.sec-content {
}
.nav-content {
}

.box-content {
	border: 1px solid #e7e9e2;
	padding: 1px;
	margin: 10px;
	border-radius: 5px;
}

.splash-content-full {
	height: 100vh;
	background-color: #efefef;
}
.splash-content-half {
	height: 50vh;
	background-color: #efefef;
}
.splash-content-bar {
	height: 200px;
	background-color: #efefef;
}

.content-listing {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	border-radius: 5px;
}
.content-img {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.data-table {
	border-top: 1px solid #abada3;
	border-left: 1px solid #abada3;
	background-color: #ffffff;
}
.data-table tr:nth-of-type(even) {
	background-color: #ffffff;
}
.data-table td {
	border-bottom: 1px solid #abada3;
	border-right: 1px solid #abada3;
}

.border-all {
	border: 1px solid #e7e9e2;
	border-radius: 5px;
}
.border-top {
	border-top: 1px solid #e7e9e2;
	margin-top: 20px;
}
.border-bottom {
	border-bottom: 1px solid #e7e9e2;
	margin-bottom: 20px;
}

.call-out {
	color: #ca352b;
	border: 1px solid #ca352b;
	border-radius: 5px;
	padding: 20px;
}

.item-tags {
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 24px;
	top: -12px;
	font-size: 12px;
	font-weight: 700;
}
.item-tags span {
	display: inline-block;
	margin: 0px 5px;
	padding: 0px 10px;
	background-color: #cccccc;
	border-radius: 5px;
	text-transform: uppercase;
}

.item-tags .tag-sale {
	background-color: #ca352b;
	color: #ffffff;
}

.item-list {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item-list li {
	position: relative;
	display: inline-block;
	margin: 10px;
	width: calc(25% - 20px);
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #ffffff;
}
.item-list li a {
	display: block;
	padding: 20px;
}

/*------- Slide-Show -------*/

.slide-shell {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.slide-shell li {
	margin: 0px;
	height: 100%;
	width: 100%;
}

.slide-shell-half {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.slide-shell-half li {
	margin: 0px;
	height: 100%;
	width: 100%;
}

.slide-item {
	background-size: cover;
	background-repeat: norepeat;
	background-position: middle center;
}

.slide-item .slide-content {
	position: absolute;
	bottom: 30%;
	left: 10%;
	width: calc(80% - 20px);
	border-radius: 10px;
	color: #ffffff;
}
.slide-item .slide-content h1 {
	color: #ffffff;
	font-size: 64px;
	line-height: 64px;
	font-weight: 700;
	text-shadow: 1px 1px 3px #000000;
}
.slide-item .slide-content a {
	display: block;
}
.slide-item .slide-content a p {
	color: #ffffff !important;
}

/*------- Buttons -------*/

.btn {
	display: inline-block;
	background-color: #b2251b;
	color: #ffffff;
	border: 0px;
	border-radius: 3px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.btn:hover {
	background-color: #ca352b;
	color: #ffffff;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-hot {
	background-color: #f90403 !important;
}
.btn-hot:hover {
	background-color: #ca352b !important;
}

.btn-cold {
	background-color: #272723 !important;
}
.btn-cold:hover {
	background-color: #ca352b !important;
}

.btn-del {
	background-color: #e8e8e8;
	color: #444444;
}
.btn-del:hover {
	background-color: #dd0000 !important;
}

.btn-ghost {
	background-color: #f3f4f0;
	border: 1px solid #d0d3c5;
	color: #d0d3c5;
}

.btn-small {
	font-size: 12px;
	padding: 5px 10px;
}
.btn-large {
	padding: 20px;
}
.btn-block {
	display: block;
	text-align: center;
}
.btn-half {
	display: inline-block;
	width: 48%;
	text-align: center;
}
.btn-third {
	display: inline-block;
	width: 32%;
	text-align: center;
}

.btn-bottom {
	position: absolute;
	bottom: 5px;
	left: 5px;
	margin: auto;
	width: calc(100% - 10px);
}

.tag-cluster {
	margin: 20px;
}
.tag-item {
	display: inline-block;
	background-color: #b2251b;
	color: #ffffff;
	font-size: 12px;
	margin: 0px 5px;
	padding: 1px 10px;
	border-radius: 10px;
}
.tag-item:hover {
	background-color: #ca352b;
	color: #ffffff;
}

/*------- Search -------*/

form#search-form .search-box {
	border: 1px solid #e7e9e2;
	background-color: #ffffff;
	border-radius: 18px;
	padding: 10px 20px;
}
form#search-form .search-box:focus {
	border: 1px solid #ca352b;
}

/*------- Store/Basket -------*/

.store-cat-menu {
	list-style: none;
	padding: 0px;
	margin: 20px;
	border: 1px solid #e7e9e2;
}
.store-cat-menu li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #efefef;
}
.store-cat-menu li a {
	padding: 10px 20px;
	display: block;
}
.store-cat-menu li a.active {
	font-weight: 700;
	border-left: 2px solid #ca352b;
}

.on-sale {
	display: inline-block;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 2px 5px;
	border-radius: 3px;
}

.basket-attb {
	margin: 0px 20px;
}
.basket-attb li {
	margin: 5px;
}

.store-item-list {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.store-item-list li {
	position: relative;
	display: inline-block;
	margin: 10px;
	width: calc(25% - 20px);
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #ffffff;
}
.store-item-list li a {
	display: block;
	padding: 20px;
}

.store-item-btn li a {
	padding-bottom: 50px;
}

.store-item-list li.store-item-large {
	width: calc(33% - 20px);
}
.store-item-list li.store-item-small {
	width: calc(20% - 20px);
}

.store-item-list-item {
	border: 1px solid #e7e9e2;
	border-radius: 5px;
}

.attb-list {
	list-style: none;
	padding: 0px;
}
.attb-list li {
	display: inline-block;
	margin: 5px;
	width: calc(50% - 10px);
	text-align: center;
}
.attb-list li label {
	display: block;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 20px;
}

.attb-list .attb-option-selected {
	background-color: #000000;
	color: #ffffff;
}
.attb-list .attb-input {
	width: 0px;
}

.configList {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.configList li {
	display: inline-block;
	margin: 5px;
	width: calc(33% - 10px);
}

/*------- Forms -------*/

.flex-form {
	display: flex;
	justify-content: center;
}
.flex-form-param {
	flex: 1 1 0px;
}
.flex-form-param label {
	font-size: 12px;
	text-transform: uppercase;
	color: #9a9c92;
}

.flex-form-btn-expand {
	display: none;
	text-align: center;
	margin-top: -32px;
}

input,
button {
	outline: none;
}
form {
	margin: 0px;
}
form label {
	cursor: pointer;
}
form input,
form textarea,
form select {
	outline: none;
}

form fieldset {
	margin: 20px;
	border-radius: 5px;
	border: 1px solid #d0d3c5;
}
form legend {
	color: #d0d3c5;
	font-size: 16px;
	padding: 0px 10px;
}

form input[type="text"],
form input[type="number"],
form input[type="date"],
form input[type="time"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	background-color: #ffffff;
	border: 1px solid #d0d3c5;
	color: #444444;
	padding: 10px;
	font-size: 100%;
	border-radius: 3px;
	width: 100%;
	margin: 5px 0px;
}

form textarea {
	min-height: 60px;
}
form input[type="checkbox"],
form input[type="radio"] {
	vertical-align: middle;
}
form input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
form textarea:focus,
form select:focus {
	border: 1px solid #000000;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
form input[type="text"]:required {
}

form input[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #b2251b;
	border: 0px;
	border-radius: 5px;
	padding: 10px;
	margin: 5px 0px;
}
form input[type="submit"]:hover {
	background: #ca352b;
}

.label-option {
	display: block;
	background-color: #ffffff;
	border: 1px solid #e7e9e2;
	border-radius: 5px;
	padding: 10px;
	margin: 5px 0px;
}
.label-option:hover {
	border: 1px solid #444444;
}
.label-option-select {
	background-color: #5f615a;
	color: #ffffff;
}
.label-option-select span:after {
	content: " - SELECTED";
}

.file-upload {
	display: block;
	background-color: #ffffff;
	border: 1px solid #e7e9e2;
	border-radius: 5px;
	padding: 20px;
	margin: 20px;
}

.grey-input {
	color: #cccccc !important;
}

.password-strength-indicator {
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
}

.password-strength-indicator.very-weak {
	border-top: 5px solid #f24f4f;
}
.password-strength-indicator.weak {
	border-top: 5px solid #f68e56;
}
.password-strength-indicator.mediocre {
	border-top: 5px solid #fbaf5d;
}
.password-strength-indicator.strong {
	border-top: 5px solid #acd373;
}
.password-strength-indicator.very-strong {
	border-top: 5px solid #7cc576;
}

.password-confirm {
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
}
.password-confirm-false {
	border-top: 5px solid #f24f4f;
}
.password-confirm-true {
	border-top: 5px solid #7cc576;
}

/*------- Navigation -------*/

.social-list {
	list-style: none;
	padding: 0px;
	margin: 20px;
	font-size: 18px;
	text-align: center;
}
.social-list li {
	display: inline-block;
}
.social-list li a {
	display: block;
	margin: 2px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	width: 36px;
}
.social-list li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

/*------- Page Content Widgets -------*/

#content-tab-menu {
	list-style: none;
	padding: 0px;
	margin: 20px;
	text-align: center;
}
#content-tab-menu li {
	display: inline-block;
}
#content-tab-menu li a {
	display: block;
	padding: 4px 20px;
	text-transform: uppercase;
	color: #444444;
}
#content-tab-menu li.active {
	background-color: #000000;
}
#content-tab-menu li.active a {
	color: #ffffff !important;
}

.content-tab {
	margin: 0px;
	min-height: 300px;
	overflow: hidden;
}

/*------- Calendar -------*/

.calendar {
	padding: 10px;
	border-radius: 3px;
	margin: 40px 5px;
	background-color: #ffffff;
}

.cal-shell {
	width: 100%;
	border-top: 1px Solid #cccccc;
	border-left: 1px Solid #cccccc;
	background-color: #f6eae0;
	margin: 0px;
}
.cal-shell thead td {
	height: 40px;
}
.cal-shell td {
	background-color: #ffffff;
	border-bottom: 1px Solid #cccccc;
	border-right: 1px Solid #cccccc;
	height: 120px;
	padding: 5px;
	vertical-align: top;
}
.cal-shell td.calHeader {
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
}
.cal-shell td.calSubHeader {
	background: #1a08ce;
	color: #ffffff;
	text-align: center;
}
.cal-shell td.calBoxOff {
	background: #efefef;
}
.cal-shell td.calBoxPad {
	background-color: #ffffff;
}
.cal-shell td.calBoxOn {
	background: #ffffff !important;
	font-weight: bold;
	color: #246b36;
	font-size: 16px;
}

.calBoxEvent {
	color: #000000;
}
.calBoxEvent a {
	color: #1c1963;
}
.calBoxEvent a:hover {
	color: #000000;
}
.calBoxEvent ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	line-height: 14px;
}

/*------- Modal / Slide / Plugins -------*/

.modalShell {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 0px 0px 5px #000000;
}

.slidePanel {
	padding: 0px;
	background-color: #ffffff;
	border-left: 1px solid #dcded4;
	xbox-shadow: 0px 0px 50px #1a08ce;
}

.slidePanel-will-close {
	background: rgba(249, 4, 3, 0.4);
	border-left: 2px solid #f90403;
}
.slide-shell {
	position: relative;
	background-color: #ffffff;
	padding: 60px 20px 20px;
	height: 100vh;
}

.slide-specs {
	height: 55vh;
	overflow: auto;
}

.slide-panel-close-btn {
	padding: 5px 8px;
	background-color: #ffffff;
	color: #f90403;
	border: 1px solid #f90403;
	font-size: 12px;
	border-radius: 5px;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.slide-panel-close-btn:hover {
	background-color: #f90403;
	color: #ffffff;
}

.img-zoom img {
	display: block;
}

/*------- Social Icons -------*/

.socialList {
	list-style: none;
	padding: 0px;
	margin: 20px;
	font-size: 18px;
	text-align: center;
}
.socialList li {
	display: inline-block;
}
.socialList li a {
	display: block;
	margin: 2px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	width: 36px;
}
.socialList li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

#social-twitter a:hover {
	background-color: #00aced !important;
}
#social-facebook a:hover {
	background-color: #3b5998 !important;
}
#social-google a:hover {
	background-color: #dd4b39 !important;
}
#social-youtube a:hover {
	background-color: #bb0000 !important;
}
#social-instagram a:hover {
	background-color: #517fa4 !important;
}
#social-pinterest a:hover {
	background-color: #cb2027 !important;
}
#social-twitch a:hover {
	background-color: #6441a5 !important;
}

#social-rss a:hover {
	background-color: #ff9900 !important;
}
#social-email a:hover {
	background-color: #605ca8 !important;
}
#social-share a:hover {
	background-color: #00a651 !important;
}

/*------- CMS / Bread-Crumb / Messaging -------*/

.data-report {
	margin: 0px 20px;
	padding: 1px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 5px;
}
.data-report h2 {
	color: #f90403;
}

#bread-sec {
	color: #d0d3c5;
	padding: 10px 0px;
}
#bread-crumb {
	color: #d0d3c5;
	margin: 0px 20px;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid #e7e9e2;
}

#bread-crumb a {
	display: inline-block;
	color: #d0d3c5;
	padding: 2px 10px;
}
#bread-crumb a:hover {
	color: #ca352b;
}
#bread-crumb span {
	display: inline-block;
	color: #777777;
	padding: 2px 10px;
	font-weight: 700;
}

#bread-crumb-alt {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e9e2;
}
#bread-crumb-alt a {
	display: inline-block;
	padding: 2px 10px 2px 2px;
	color: #d0d3c5;
}
#bread-crumb-alt a:hover {
	color: #000000;
}

#msg-win,
.msg-win {
	margin: 20px;
	padding: 1px;
	color: #444444;
	text-align: center;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.9);
}
#msg-win h3,
.msg-win h3 {
	font-size: 22px;
	font-family: "Exo 2", sans-serif;
	color: #ffffff !important;
	margin-bottom: 0px;
	text-align: center;
	color: #444444;
}
#msg-win p,
.msg-win p {
	text-align: center;
}

.confirm {
	background-color: #7cbc0b !important;
	color: #ffffff !important;
}
.alert,
.basket {
	background-color: #5f615a !important;
	color: #ffffff !important;
}
.error {
	background-color: #f90403 !important;
	color: #ffffff !important;
}

.error-msg {
	max-width: 85ch;
	margin-inline: auto;

	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;

	font-size: var(--fs-300);

	border: 1px dashed #efefef;
	padding: 1rem;

	.error-msg--element {
		flex: 1;
		flex-basis: 40%;
		border: 1px dashed #efefef;

		text-align: left;
	}

	ul li {
		margin: 0px;
	}

	hr {
		margin: 2rem 0 !important;

		border: 0;
		border-top: 1px dashed #efefef;
		border-image-source: unset;
		border-image-slice: unset;
	}
}

/* ############# Media Queries ############# */

@media only screen and (max-width: 420px) {
	.col-shell {
		width: 100% !important;
	}

	header {
		position: fixed;
		top: 0;
		width: 100%;
	}

	.top-menu {
		display: none;
	}
	.top-menu nav ul {
	}
	.top-menu nav ul li {
		display: block;
		margin: 0px;
		text-align: center;
	}
	.top-menu nav ul li a {
		display: block;
		padding: 8px 20px 10px;
		font-size: 14px;
		text-transform: uppercase;
		border-bottom: 2px solid #ffffff;
	}

	.top-menu nav ul li a.active {
		border-bottom: 0px;
		font-weight: 700;
	}

	.header-content {
		height: 52px;
		transition: all 0.5s ease;
	}
	.header-content #logo-main {
		height: 40px;
		transition: all 0.5s ease;
	}
	.header-content h1 {
		font-size: 22px;
		margin: 0px;
		line-height: 40px;
		transition: all 0.5s ease;
	}
	.site-content {
		padding-top: 52px;
	}

	.sticky .menu-bar-l {
		display: inline-block;
	}

	.splash-content-full {
		height: 400px;
		background-color: #000000;
	}
	.splash-content-half {
		height: 200px;
		background-color: #000000;
	}
	.splash-content-bar {
		height: 200px;
		background-color: #000000;
	}

	.slide-shell {
		position: relative;
		list-style: none;
		padding: 0px;
		margin: 0px;
		height: 400px;
	}
	.slide-shell li {
		margin: 0px;
		height: 400px;
		width: 100%;
	}

	.slide-item .slide-content {
		bottom: 20%;
	}
	.slide-item .slide-content h1 {
		color: #ffffff;
		font-size: 46px;
		line-height: 46px;
		font-weight: 700;
		text-shadow: 1px 1px 3px #000000;
	}
	.slide-item .slide-content a {
		display: block;
	}
	.slide-item .slide-content a p {
		color: #ffffff !important;
	}

	.item-list li {
		width: calc(100% - 10px);
	}

	.menu-bar-l {
		display: inline-block;
	}
	.menu-bar-l,
	.menu-bar-r {
		margin: 12px !important;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.menu-bar-button span {
		display: none;
	}

	.store-item-list li {
		width: calc(100% - 10px) !important;
	}

	.flex-form-param {
		order: 1;
		flex-grow: 0;
		flex-basis: calc(100% - 40px) !important;
		margin: 10px 20px;
	}
	.flex-form-btn-expand {
		display: block;
	}
	.flex-form-expand {
		height: 80px;
		overflow: hidden;
	}

	.simple-pagination .page-link,
	.simple-pagination .disabled {
		display: none;
	}
	.simple-pagination .prev,
	.simple-pagination .next {
		display: inline;
	}

	#nav-main .nav-shell {
		padding: 20px;
	}

	.nav-content {
		width: 100% !important;
	}
	.nav-content:first-of-type {
		border-right: 0;
	}

	.nav-content-header {
		width: 100% !important;
	}
	.nav-bttn span {
		display: none;
	}

	.foot-content {
		width: 100% !important;
	}
	.foot-content-header {
		margin: 10px;
	}

	#bread-crumb span,
	#bread-crumb i {
		display: none;
	}

	.slide-panel-close-btn {
		position: relative;
		display: inline-block;
	}

	input,
	select {
		width: 100% !important;
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.item-list li {
		width: calc(50% - 10px);
	}

	.flex-form {
		flex-wrap: wrap;
	}
	.flex-form-param {
		order: 1;
		flex-grow: 0;
		flex-basis: calc(50% - 40px);
	}
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		text-decoration: none;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	blockquote {
		border: 1px solid #cccccc;
	}

	/*------- Custom Print Styles -------*/
	#printURL,
	#printFooter,
	.printItem {
		display: block;
	}
	.no-print {
		display: none;
	}
}

@page {
	size: auto;
	margin: 10mm 10mm 20mm 10mm;
}
