@charset "utf-8";
@font-face {
	font-family: Arial, Helvetica, sans-serif;
	src: url("../resources/fonts/Calluna/Calluna-Regular.otf");
}
:root {
	--drop-down-grey: white;
	--accent-red: #E94F37;
	---ffffff: #FFFFFF;
	---eae9dd: #EAE9DD;
	--pantone-540-c: #0A324F;
	--button-yellow: #E6AF2E;
	--color-logo-theme: #003057;
	--menu-item-color: #003057;
	--theme-font-color: #003057;
	--theme-font-size: 12px;
	/* Font/text values */
	--bbs-font-family-montserrat: Arial, Helvetica, sans-serif;
	--bbs-font-family-calluna: Arial, Helvetica, sans-serif;
	
	--bbs-font-family: Arial, Helvetica, sans-serif;
	--bbs-font-color: #003057;
	
	--bbs-font-style-normal: normal;
	--bbs-font-weight-normal: normal;
	--bbs-font-size-15: 15px;
	--bbs-font-size-30: 30px;
	--bbs-font-size-90: 90px;
	--bbs-character-spacing-0: 0px;
	--bbs-character-spacing-0-75: 0.75px;
	--bbs-line-spacing-19: 19px;
	--bbs-line-spacing-37: 37px;
	--bbs-line-spacing-90: 90px;
}
body {
	width: 100%;
	background-color: white;
}
body, span, input, textarea, select, a, button, ul, ol, li {
	font-size: 12px;
	color: var(--theme-font-color);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	border-radius: 0px !important;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.css-underline {
	text-decoration: underline !important;
}
.css-font-weight-400 {
	font-weight: 400 !important;
}
.css-font-weight-600 {
	font-weight: 600 !important;
}
.css-footer-wrapper {
	font-size: 15px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 40px 0px;
	margin: 0px;
	margin-top: 100px !important;
}
.css-footer-address * {
	font-size: 14px;
}
.css-zebra-table tr:nth-child(even) {
	background-color: #F7F7F7;
}
.css-zebra-table tr:nth-child(odd) {
	background-color: #FF
}
a, u {
	text-decoration: none !important;
	cursor: pointer;
}
a:hover{
	text-decoration: none !important;
	color: #000;
}
.css-cursor {
	cursor: pointer;
}
.css-footer-wrapper .css-footer-submenu {
	font-size: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.css-icons .css-newsletter-panel {
	display: none;
}
.css-footer-wrapper .css-newsletter-panel {
	font-size: inherit;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.css-footer-wrapper .css-newsletter-panel input {
	font-size: 12px;
	width: 200px;
	height: 30px;
	border: 1px solid grey;
	margin: 0 0 0 10px;
}
.css-footer-wrapper #btn-top-subscribe {
		color: white;
		background-color: #002c4d;
		padding: 10px;
		top: 0px;
	}

.css-footer-wrapper .css-footer-social-media {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
hr {
	margin: 10px 0px;
}
td {
	line-height:24px;
	vertical-align: top;
}
.css-extrabig-font {
	font-size: 1.6em;
}
.css-big-font {
	font-size: 1.4em;
}
.css-standard-font {
	font-size: 12px;
	line-height: 14px;
	vertical-align: inherit;
}
.css-medium-font {
	font-size: 10px;
}
.css-small-font {
	font-size: 9px;
}
.css-tiny-font {
	font-size: 8px;
}
@media only screen and (max-width: 768px) {
	.div-container {
		width: 100%;
		padding: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.div-container {
		width: 100%;
		padding: 40px;
	}
}
@media only screen and (max-width: 768px) {
	.div-container .css-header-row {
		width: 100%;
		padding: 20px 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
}
@media only screen and (min-width: 768px) {
	.div-container .css-header-row {
		width: 100%;
		height: auto;
		padding: 0;
		padding: 0px 0px 20px 0px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
}
.css-header-row .css-search-wrapper {
	display: block;
	flex: 1;
}
.css-search-wrapper .css-magnifier {
	cursor: pointer;
	margin-left: 0;
}
.css-search-wrapper .css-magnifier img {
	width: 28px;
}
.css-header-row .css-logo {
	display: flex;
	justify-content: start;
	flex: 1;
}
@media only screen and (max-width: 768px) {
	.css-header-row .css-logo {
		padding: 0;
	}
}
.css-header-row .css-logo img {
	width: 100%;
	max-width: 400px;
}
.css-header-row .css-logo span {
	font-size: inherit;
	line-height: inherit;
}
.css-header-row .css-icons {
	flex: 1;
	width: auto;
	font-size: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.css-minibar {
	font-size: 8px;
	line-height: 30px;
	letter-spacing: 1px;
	z-index: 999;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	color: #333;
}
@media only screen and (max-width: 768px) {
	.css-minibar {
		gap: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.css-minibar {
		gap: 20px;
	}
}
.css-minibar > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
}
.css-minibar img {
	width: auto;
	height: 30px;
	padding: 4px 4px;
}
.css-minibar #btn-chkout {
	position: relative;
	width: 60px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.css-minibar .minicart-qty {
	margin-top: 10px;
	color: var(--theme-font-color);
}
.css-minibar .css-mini-cart-dot {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 6px;
	height: 6px;
	background-color: red;
	border-radius: 50%;
}
@media only screen and (max-width: 768px){
	.css-minbar img {
		width: 30px;
	}
	.css-minibar div {
		padding-left: 8px;
	}
/*	.wrapper-user {
		display: none !important;
	}*/
}
#mini-cart-qty {
	font-size: inherit;
	color: inherit;
	margin-left: 2px;
	
}
@media only screen and (max-width: 768px){
	#mini-cart-qty {
		font-size: 12px;
	}
}
.css-minibar .navbar-header button {
	font-size: inherit;
}
.css-minibar .glyphicon, .css-minibar a {
	font-size: inherit;
	color: inherit;
}
.css-header-row .glyhicon,{
	font-size: inherit;
	float: right;
	cursor: pointer;
}
#m_menu {
	color: var(--menu-item-color) !important;
	cursor: pointer;
	font-size: 14px;
	background-color: inherit;
	border: none;
	z-index:9999;
	margin-bottom: 5px;	
}
.row {
	width: 100%;
	margin: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
}
.css-square-corner {
	border-radius: 0px !important;
}
.css-center {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}
.xcss-seed, .css-seed {
	display: none !important;
}
.css-input-numeric {
	text-align: center;
}
.css-error-msg, .css-error-msg-light {
	color: red;
}
.css-error-msg-heavy {
	background-color: red;
	color: white;
	padding: 5px 10px;
}
.css-strike-through {
	text-decoration:line-through;
}
.css-prod-frame .css-sticker {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	display: block;
	height: 30px;
	width: 30px;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
@media only screen and (max-width:768px) {
	.css-prod-frame .css-sticker {
		height: 25px;
		width: 25px;
	}
}
.css-prod-frame .css-sticker-onsale {
	background-image: url(/images/tab_onsale.png);
	margin: 2px 1px;
}
.css-prod-frame .css-sticker-new {
	background-image: url(/images/tab_new.png);
	margin: 2px;
}
.css-prod-frame .css-sticker-restock {
	background-image: url(/images/tab_restock.png);
	margin: 2px;
}
.css-scale-in {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: 10.0s;
}
.css-fadein {
	transition: 2s;
	opacity: 1.0;
}
.css-fadeout {
	transition: 2s;
	opacity: 0.0;
}
.css-product-frame {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.css-product-frame .css-image {
	width: 100%;
	cursor: pointer;
}
.css-product-frame .css-image img {
	width: 100%;
}
.css-product-frame .css-name {
	width: 100%;
	height: 3em;
	font-size: 1.2em;
	line-height: 1.4em;
}
.css-page-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--theme-font-color);
	text-align: left;
	padding: 5px 0;
}
.css-copyright {
	font-size: 10px;
	color: var(--theme-font-color);
	text-align: center;
	padding: 0;
}
.css-container-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	overflow: hidden;
}
.css-prod-frame {
		margin: 4px;
		border: 1px solid white;
		padding-bottom: 34px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.css-prod-frame {
		width: calc(50% - 8px);
	}
}
@media only screen and (min-width: 768px) {
	.css-prod-frame {
		width: calc(25% - 8px);
	}
}
.css-prod-frame:hover{
		border: 1px solid lightgrey;
}
.css-prod-frame .css-overlap-frame {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.css-prod-frame .css-overlap-frame .css-brand-title {
	width: 90%;
	font-size: 22px;
	line-height: 30px;
	padding: 10% 0px;
	color: var(--theme-font-color);
	text-align: center;
	vertical-align: middle;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 800;
}
.css-prod-frame .css-overlap-frame .css-brand-info {
	font-size: 10px;
	color: var(--theme-font-color);
	line-height: 18px;
	vertical-align: bottom;
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
	position: relative;
}
.css-prod-frame .css-image {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
.css-prod-frame .css-image img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.css-prod-frame .css-image .pic1 {
	display: block;
	opacity: 1;
}
.css-prod-frame .css-image .pic2 {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 0;
}
@media only screen and (min-width: 768px) {
	.css-prod-frame .css-image:hover .pic1{
		opacity: 0;
		transition: opacity 0.4s;
	}
	.css-prod-frame .css-image:hover .pic2{
		opacity: 1;
		transition: opacity 0.4s;
		
	}
}
.css-prod-frame .css-title {
	font-size: 12px;
	font-weight: normal;
	color: var(--theme-font-color);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
	height: 40px;
	line-height: 16px;
	overflow: hidden;
}
.css-prod-frame .css-desc {
	height: auto;
	width: 100%;
	color: var(--theme-font-color);
	opacity: 0.8;
	letter-spacing: 0em;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
.css-prod-frame .css-price {
	color: var(--theme-font-color);
	text-align: center;
	padding: 5px;
	letter-spacing: 0em;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 2px;
	flex-wrap: wrap;
	line-height: 1;
}
.form-control, .btn {
	font-size: 14px;
	margin-bottom: 5px;
	color: var(--theme-font-color);
}
.btn {
	color: white;
}
.btn.btn-default {
	color: black !important;
}
.css-checkbox {
	transform: scale(1.6);
}
label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	gap: 10px;
}
.css-uppercase {
	text-transform: uppercase;
}

/* Spinner: BEGIN */
.css-loader-backdrop {
	background-color: #DDD;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	opacity: 0.7;
}
.loader {
	border: 16px solid #CCCCCC;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin 2s linear infinite;
	z-index: 9999;
	position: absolute;
	top: 40%;
	right: calc(50% - 50px);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Spinner: END */
.modal.in .modal-dialog {
	height: 100%;
}
.modal.fade {
	margin-right: 15px;
	margin-left: 15px;
}
.modal-header {
	font-size: 18px !important;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.modal-body {
	margin: 10px;
	display: flex;
	flex-direction: column;
}
.modal-content #btn-newsletter {
	background-color: #8892A0;
	color: var(--theme-font-color);
	border: none;
}
.modal .css-title {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 10px 0px;
}
.modal-header .close {
	font-size: 12px !important;
	text-transform: uppercase;
	opacity: 1;
	position: absolute;
	right: 30px;
}
.modal-header .close span {
	font-size: 12px;
}
.modal .glyphicon.glyphicon-remove {
	text-shadow:1px 1px 5px #000;
	background-color:transparent;
	font-size:1.2em;
	color:white;
}
.btn-default {
	color: var(--theme-font-color);
}
.fa {
	cursor: pointer;
	background-color: transparent !important;
}
.fa:hover {
	color: var(--theme-font-color);
	background-color: cyan;
}
@media only screen and (min-width: 768px) {
	.css-icons .css-newsletter-panel {
		font-size: inherit;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.css-icons .css-newsletter-panel span {
		font-size: inherit;
	}
	.css-icons .css-newsletter-panel input {
		font-size: inherit;
		width: 150px;
		height: 22px;
		padding: 4px;
		border: 1px solid grey;
		margin: 0 0 0 10px;
		border-radius: 0px;
	}
	.css-icons #btn-top-subscribe {
		color: white;
		background-color: var(--theme-font-color);
		padding: 7px;
		top: 0px;
	}
}
@media only screen and (orientation: landscape){
	#div-newsletter .modal-header {
		padding-bottom: 0;
	}
	#div-newsletter .modal-header h2 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	#div-newsletter .modal-header h2 img {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}
#z_div-newsletter #btn-newsletter {
		float: right;
		margin-top: 10px;
	}
	#div-newsletter .wrapper-main {
		padding: 0 15px;
	}
}
@media only screen and (orientation: portrait){
	#div-newsletter .modal-header {
		padding-bottom: 0;
	}
	#div-newsletter .modal-header h2 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#div-newsletter .modal-header h2 img {
		width: 40px;
		width: 40px;
		margin-right: 0 !important;
	}
#z_div-newsletter #btn-newsletter {
		float: right;
		margin-top: 10px;
	}
	#div-newsletter .wrapper-main {
		padding: 0 15px;
	}
}
.css-no-page {
	font-size: 1.4em;
	line-height: 2;
	min-height: 500px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
}
#div_search {
	padding: 20px;
}
.tab-hide {
	display: none !important;
}
.css-note {
	font-size: 11px;
	color: var(--theme-font-color);
}

@media only screen and (max-width: 768px){
	.css-logout.horz, .css-login.horz {
		display: none;
	}
	.css-logout.vert, .css-login.vert {
		display: block;
	}
}
@media only screen and (min-width: 768px){
	.css-logout.horz, .css-login.horz {
		display: block;
	}
	.css-logout.vert, .css-login.vert {
		display: none !important;
	}
}
#div-newsletter {
	overflow-y: hidden !important;
	max-height: 96vh;
}
#div-newsletter .css-newsletter {
	overflow-y: auto;
}
.css-alert {
	color: red;
}
.css-flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.css-flex-column {
	display: flex;
	flex-direction: column;
}