/* colors */
/* #0065AC */
/*  #002555 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:200&subset=latin-ext');

*:not(input[type="radio"]) {
	border-radius: 0px !important;
}

body {
	background-color: #F6F7FB;
	padding-top:70px;
	font-family: 'Montserrat',Arial,sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}

.gray-bg {
	background-color: #F6F7FB;
}

.tile-bg {
	padding-top:15px;
	background-color: #FFFFFF;
	border: 5px solid  #F6F7FB;
}

.container {
	max-width: 1360px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .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-lg-auto,
.col-md, .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-md-auto,
.col-sm, .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-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}

.row {
	margin-left: -5px;
	margin-right: -5px;
}

/* scroll gallery */
div.image-wrapper {
	background-color: #F6F7FB;
}

div.indeximg-wrapper {
  background-color: #F6F7FB;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.indeximg-wrapper img {
  padding: 10px;
	height:100px;
	width:auto;
	cursor:pointer;
}

.img-show-prev,
.img-show-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #0065AC;
  font-weight: bold;
  font-size: 48px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.img-show-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.img-show-prev:hover,
.img-show-next:hover {
	color:#FFFFFF;
  background-color: #0065AC;
}

/* app browser controls */
#virtual-map {
	overflow:hidden;
}

#virtual-map img {
	transform: scale(1.2);
}

#map-controls {
  position: absolute;
  left: 0;
	bottom: 10px;
  width: 100%;
  height: 75px;
  background-color: #FFFFFF00;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1;
	transform: perspective(50px) rotateX(20deg);
}

#map-controls button {
  margin: 0 10px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #00599CAA;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
}

#map-controls button:focus {
	outline: none;
}

#map-controls button.enabled:hover {
	background-color: #022656;
}

#map-controls button.disabled {
	background-color: #999999;
}

#map-controls button.disabled:hover {
	cursor:not-allowed;
}

#map-controls .material-symbols-outlined {
	font-size: 25px;
}

#menubar a {
	font-size: 1rem;
}

#menubar ul > li.separator {
	border-right: 3px solid #FFFFFF;
}

#menubar div:hover {
	background-color: #FFFFFF;
	cursor:pointer;
}

#menubar li a.selected {
	color: #FF801F;
}

@keyframes forward-zoom {
   0%   {transform:scale(1.2);}
   100% {transform:scale(1.4);}
}

.forward-zoom {
  animation: forward-zoom 1s;
}

/*  banner image */
.bg-banner {
	background-color: #ffffff;
	opacity: 1;
	background-image: radial-gradient(#bedaff 0.45px, #ffffff 0.45px);
	background-size: 9px 9px;
}

/* pagination */
.pagination {
	margin: 0;
}

.pagination > li {
  padding: 0.5rem;
}

.pagination > li.active, .pagination > li.active > span {
	color: #ff8021!important;
}

/* logo */
.mobilelogo {
	height:50px;
}

/* materia synbols css */
.material-symbols-outlined {
	font-weight: 200;
	font-size:15px;
}

h1 > .material-symbols-outlined {
	font-weight: 400;
	font-size:48px;
}

.ms-white {
	color: #FFFFFF;
}

.ms-blue {
	color: #002555;
}

.ms-yellow {
	color: #022656;
}

.ms-red {
	color: #FF0000;
}


.ms-lg {
	font-size: 1.5rem;
}

.ms-2x, .ms-search, .ms-close {
	font-size: 2rem;
}

.ms-2_3x {
	font-size: 2.3rem;
}

.ms-2_5x {
	font-size: 2.5rem;
}

.ms-3x {
	font-size: 3rem;
}

@media (max-width: 478px) {
	body {
		padding-top:120px;
	}

	.mobilelogo {
		height:2em;
	}

	.ms-lg {
		font-size: 0.75rem;
	}

	.ms-2x {
		font-size: 1rem;
	}

	.ms-2_3x {
		font-size: 1.75rem;
	}

	.ms-2_5x {
		font-size: 1.75rem;
	}

	.ms-3x {
		font-size: 2rem;
	}
}

/* header styles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #022656;
}

h1.productname {
	font-size: 24px!important;
}

h3.h3-option {
	margin-top:10px!important;
	margin-bottom:5px!important;
}

.ptfix {
	padding-left:5px!important;
	padding-right:5px!important;
}

h2 > span.slim {
	font-family: 'Raleway', sans-serif;
}

.input-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.input-icon > span {
	font-size: 2rem;
}

.inputicon {
	float: right;
  margin-right: 6px;
  margin-top: -24px;
  position: relative;
  z-index: 2;
  color: #FF0000;
}

.iconsuccess {
	color: #00FF00 !important;
}

.passicon {
	float: right;
  margin-right: 6px;
  margin-top: -24px;
  position: relative;
  z-index: 2;
  color: #555;
}

select option:not(:disabled) {
  font-weight: bold;
}

/* stickyNav */
#stickyNav {
	background: -webkit-linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	background: -o-linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	background: linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
}

#stickyNav i {
	color: white;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #022656;
}
a:hover {
	text-decoration: none;
}

.text-white {
	color: #FFFFFF !important;
}

/*header*/
header {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}
@media (max-width: 478px) {
	select.form-control {
		width: 66.66666667% !important;
	}

	h3.control-label {
		font-size: 16px;
	}
	#button-cart {
		margin-bottom:10px;
	}
	#button-checkout {
		margin-bottom:10px;
	}
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	background-color: #FFFFFF;
}

#product .form-control {
	height:41px;
	margin-bottom: 10px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.top-black {
	background-color: #000000;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	/*content: '* ';*/
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #022656;
}

/* search */
#search-module {
}

/* cart */
@media (min-width: 1200px) {
	#cart {
		margin-top: 20px;
	}
}

#cart {
	margin-bottom: 10px;
}

#cart:hover .dropdown-menu {
    display: block;
		margin-top:0;
 }

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
	margin-top:0;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.menu {
	background-color: #D9D9D9;
	font-family: 'Montserrat', sans-serif;
	height: 43px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000;
}

#menu {
	background-color: #D9D9D9;
	min-height: 40px;
	z-index:999;
}

@media (max-width: 767px) {
	body {
		padding-top:120px;
	}

	.menu {
		background-color: #000000;
		margin-top:5px;
		margin-bottom:5px;
	}

	a.mobile > h3 {
		color: #FFFFFF;
	}
}

#menu .nav > li > a {
	color: #000000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 17px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner a {
	min-width: 300px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner a:hover {
	color:#FFFFFF;
	background-color: #022656;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #022656;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #022656;
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #022656;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #D8A52B;
}

.navbar {
    border: 0px solid transparent;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}

/*panels*/
.homepanel1 {
	background-color: #D9D9D9;
	padding: 20px;
	cursor:pointer;
}

.homepanel1 h2, .homepanel1 p, .homepanel1 i {
	color: #000000;
}


.homepanel2 {
	background-color: #FF8020;
	padding: 20px;
	cursor:pointer;
}

.homepanel2 h2, .homepanel2 p, .homepanel2 i {
	color: #000000;
}

.homepanel3 {
	background-color: #00599C;
	padding: 20px;
	cursor:pointer;
}

.homepanel3 h2, .homepanel3 p, .homepanel3 i {
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.homepanel1, .homepanel2, .homepanel3 {
		padding: 20px 10px 5px 10px;
	}
}

.owl-wrapper-outer {
	border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background: linear-gradient(to bottom, rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.mapframe {
	width:100%;
	height:150;
	frameborder:0!important;
	border:2px solid #022656;
	border-radius:5px !important;
}

.yellow-border {
	border: 2px solid #FF8020;
	padding: 5px;
    border-radius: 10px !important;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 10px 0;
	padding: 8px 0;
	border: 0px solid rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #022656;
    content: "/\00a0" !important;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 15px 12px;
	font-size: 12px;
	/* border: 1px solid #cccccc; */
	/* border-radius: 4px; */
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-clean {
		border: 0px solid rgba(0,0,0,0) !important;
		box-shadow: none!important;
		border-radius: 0px!important;
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

@media (max-width: 767px) {

}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #022656;
	/*background-image: linear-gradient(to bottom, #eeeeee, #dddddd);*/
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-default:hover {
  color: #333;
	background-color: #022656;
  border-color: #adadad;
}

.btn-transparent {
	background-color: transparent;
	border: 0px solid transparent;
	color: white;
	box-shadow: none;
}

.btn-transparent:hover, .btn-transparent:active  {
  color: #022656;
	background-color: transparent;
  border-color: transparent;
	box-shadow: none;
}

.btn-trans, .btn-trans:hover, .btn-trans:active, .btn-trans:visited, .btn-trans:focus, .btn-trans:focus-within  {
  color: #022656;
	background-color: transparent;
  border: 0px solid transparent;
	box-shadow: none;
	outline:none!important;
}

.btn-grey {
	color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-grey.qty{
	font-size: 17px;
	margin-bottom: 10px;
}

.category-img-wrapper {
	background: #FFFFFF;
}

a.category-left-img{
	display:inline;
	color: #FFFFFF !important;
}

.btn-outline-primary {
  color: #002555;
  border-color: #002555;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.disabled, .btn-outline-primary[disabled] {
	color: #FFFFFF;
	background: -webkit-linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	background: -o-linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	background: linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	border-color: #002555;
}

.btn-primary {
	color: #FFFFFF;
	background: -webkit-linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	background: -o-linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	background: linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
	border-color: #FFFFFF;
}


.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #002555;
	border-color: #FFFFFF;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #DDDDDD;
	background-color: #022656 !important;
}
/* list group */
.list-group a {
	border: 0px solid #DDDDDD;
	background: #eeeeee;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #022656;
	border: 0px solid #DDDDDD;
	//text-shadow: 0 1px 0 #FFF;
}
/* carousel */
#additional-img-carousel {
 margin-top: 10px;
}

#additional-img-carousel .material-symbols-outlined {
	font-size: 25px;
	color: #00599C;
}

#additional-img-carousel .carousel-control-next, .carousel-control-prev {
	position: relative;
	display:inline-block;
	opacity: 1;
}

.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-black-bg {
	background-color: rgba(51,51,51, 0.7);
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

#tab-description img {
	vertical-align:middle;
	max-width:100%!important;
	height: auto;
}

/* product list */
.gray-bg {
	background-color: #F9F9F9;
}

.description {
	max-height: 385px;
	overflow-y: scroll;
	padding: 0 5px;
}

.description p {
	margin-bottom: 0.25rem;
}

.description img {
	max-width: 100%;
  height: auto;
}

.product-thumb {
	/* border: 1px solid #00599C; */
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	min-height: 4rem;
}
.product-thumb .caption {
	padding: 0 20px;
	text-align: center;
}

.tag {
	text-align: left;
}

.tag ul li {
	margin-bottom: 1px;
}

.product-thumb .freeproducts {
	padding: 0 20px;
}

.product-thumb .button-group button.freeproduct {
	width:100% !important;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	body {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 12px;
	}

	.product-grid .product-thumb .caption {
		padding: 0 10px;
		text-align: center;
	}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 65px;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 65px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #022656;
	font-size:1.5rem;
}
.product-thumb .price-new {
	color:#EF1D1D;
	font-size:1.75rem;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 1rem;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #DDD;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #DDD;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 40%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	border-left:1px solid #DDD;
	color: #022656;
	font-size:20px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 60%;
	border-left: 1px solid #DDD;
	color: #888;
	font-size:12px;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}

	#menu .nav > li > a {
		font-size:12px;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #00599C;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*products*/
.img-flavour {
    display: inline-block !important;
    max-width: 100%;
		padding:0 2px 0 2px;
    line-height: 1.42857143;
    background-color: #fff;
		-webkit-filter: blur(2px);
    filter: blur(2px);
}

.option-disabled {
	pointer-events: none !important;
}

.img-option {
    display: inline-block;
    max-width: 100%;
    line-height: 1.42857143;
    background-color: #fff;
}

.img-flavours, .img-options {
	border: 2px solid rgba(0,0,0,0);
  border-radius: 5px !important;
	padding: 0 2px 0 2px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-options {
	display:inline-block !important;
}

.border-class {
	border: 2px solid #022656;
}

.manufacturer-img {
	max-width: 200px;
	max-height: 100px;
	margin-top: -28px;
}

@media (max-width: 767px) {

	.rowflex {
		display: flex;
		flex-direction:column-reverse;
	}

	#scrollv {
		position: -webkit-sticky;
  	position: sticky;
  	bottom: 0;
		opacity: 0.5;
	}
}
/*product labels*/

.tag {
	position: absolute;
	left: 5px;
	top:10px;
}

@media (max-width: 767px) {
	.tag.tags {
		top: 30px;
		z-index: 99;
	}
}

.tag > ul > li > span {
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 5px;
}

.tag-sale span {
	background-color: #F01D1E;

}

.tag-bomb span {
	background-color: #5CCB1A;
}

.tag-freeshipping span {
	background-color: #022656;
}

.tag-exclusive span {
	background-color: #666666;
}

.tag-new span {
	background-color: #996699;
}

.tag-top span {
	background-color: #33CCFF;
}

.tag-last span {
	background-color: #FF3333;
}

.tag-gift span {
	background-color: #3b5998;
}

/*.tag-manufacturer {
	position: absolute;
	left:16px;
	margin-bottom:20px;
}*/

.tag-manufacturer > span {
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 5px;
}

.tag-manufacturer span {
	background-color: #000000;
}

div[id^="input-option"] {
	position:relative;
}

#SigninModal .modal-content, #homepanel1 .modal-content, #homepanel2 .modal-content, #homepanel3 .modal-content {
	/* color:#FFFFFF; */
	/* background-color:#202020; */
}

#SigninModal .modal-header, #homepanel1 .modal-header, #homepanel2 .modal-header, #homepanel3 .modal-header {
    border-bottom: 0px solid #022656;
}

#SigninModal .modal-footer, #homepanel1 .modal-footer, #homepanel2 .modal-footer, #homepanel3 .modal-footer {
    border-top: 0px solid #02265600;
}

#SigninModal h4, #homepanel1 h4, #homepanel2 h4, #homepanel3 h4 {
	color: #022656;
}

#SigninModal .close, #homepanel1 .close, #homepanel2 .close, #homepanel3 .close {
    color: #022656;
}

#SigninModal .btn-default, #homepanel1 .btn-default, #homepanel2 .btn-default, #homepanel3 .btn-default {
    color: #FFFFFF;
	text-shadow: 0 0px 0 rgba(255, 255, 255, 0.0);
	border: 1px solid #022656;
}

.owl-carousel {
	margin-bottom:5px !important;
}

/* Tabs */

.horizontal-tabs {
	text-align: center;
	text-transform: uppercase;
	padding: 12px 2px 11px 2px;
	background-color: #000000;
	margin-bottom:5px;
}

.horizontal-tabs  > a {
	padding:10px;
	color: #FFFFFF;
}

.horizontal-tabs  > a, .horizontal-tabs  > a:visited,.horizontal-tabs  > a:active, .horizontal-tabs  > a:link {
	text-decoration:none;
}

.horizontal-tabs  > a[href^="#tab-featured"].selected, .horizontal-tabs  > a[href^="#tab-featured"]:hover{
	background-color: #33CCFF;
}

.horizontal-tabs  > a[href^="#tab-bestseller"].selected, .horizontal-tabs  > a[href^="#tab-bestseller"]:hover {
	background-color: #022656;
}

.horizontal-tabs  > a[href^="#tab-latest"].selected, .horizontal-tabs  > a[href^="#tab-latest"]:hover {
	background-color: #022656;
}

.horizontal-tabs  > a[href^="#tab-special"].selected, .horizontal-tabs  > a[href^="#tab-special"]:hover {
	background-color: #FF00CC;
}

@media (max-width: 768px) {
	.horizontal-tabs  > a  {
		font-size:10px !important;
	}
}
.child-div a.list-group-item {
	background-color: #D2D2D2 !important;
}


/* carousel disable gradient hotfix*/
.carousel-control.right, .carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	background-repeat: repeat-x;
}

/*right offset fixe*/
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

/*leftmenu and rightmenu*/
.table-borderless>tbody>tr>td, .table-borderless>tbody>tr>th, .table-borderless>tfoot>tr>td, .table-borderless>tfoot>tr>th, .table-borderless>thead>tr>td, .table-borderless>thead>tr>th {
    border: 0px solid rgba(0,0,0,0) !important;
}

hr.hr-yellow {
  margin: 20px 5px !important;
  border-top: 1px solid #022656 !important;
}

hr.hr-gray {
  margin: 20px 5px !important;
  border-top: 1px solid #CCCCCC !important;
}

.rightbutton, .rightbutton > i {
  color: #FFFFFF;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  background: linear-gradient(rgba(0,101,172,1) 0%, rgba(0,37,85,1) 100%);
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 60px;
}

.sidenavleft {
	right: 0;
}

.sidenavright {
	left: 0;
}

.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #e1e6ea;
  display: inline-block;
  transition: 0.1s;
  font-family: 'Montserrat', sans-serif;
}

.sidenav a.child {
	font-size: 14px;
	color:#DDDDDD;
}

.sidenav a:hover {
	background-color: #022656;
	color:#FFFFFF;
}

.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 3em;
	padding: 8px !important;
}

.sidenav .dropdown-menu {
	background-color: #022656;
}

sidenav .dropdown-menu a {
	color:#111111;
}

.mobile h3 {
	margin-top:10px;
}

h3.social {
	padding-left: 15px;
}

/* scroll to top button*/
#scrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #FF8020;
  color: #000000;
  cursor: pointer;
  padding: 12px 15px;
}

#scrollTop:hover {
  background-color: #555;
	color: #FFFFFF;
}

.table-responsive {
	border: 0px solid transparent !important;
}

.modal td, .modal th {

}

footer td, footer th {
	color:white;
}
