@charset "UTF-8";
/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}
*:not(.owl-stage) {
	max-width: 100vw;
}
div {
	position: relative;
}
*.clickable {
	cursor: pointer;
}
body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color:#454545;
	color:#254B60;
	background-color: #f3f6f6;
	/*background-color: #FFF;*/
    overflow-x: hidden;
	max-width: 100vw;
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: antialiased;*/
	/*font-smoothing: antialiased;*/
	font-size: 16px;
	line-height: 22px;
}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	font-family: "Space Grotesk", sans-serif;
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;

	color: #254B60;
}
h1 {
	font-weight: 700;
}
h2 {
	/*font-family: 'Work Sans', sans-serif;*/
	font-weight: 700;
	font-size: 30px;
	margin:20px 0;
	/*text-transform: uppercase;*/
}
h3 {

}
h4 {

}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 23px;
	}
}

.text-accent {
	color: #254B60;
}

span.material-symbols-outlined {
	vertical-align: middle;
}
@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	.text-center-xs {
		text-align: center !important;
	}
}
.text-lightmuted {
	color:#B7B7B7;
}
.text-warning {
	color: #f0802a !important;
}
.text-info {
	color: #5BC0DE !important;
}
a,a:hover {
	color:inherit;
}
div[class^=col-] {
	background-size: cover;
}
*[data-href]:not([data-href=""]) {
	cursor:pointer;
}

.well {
	padding: 21px;
}
.well-white {
	background-color: #FFF;
	border:0;
	border-radius: 8px;
}
.well-grey {
	background-color: #ecf0f0;
	border:0;
	border-radius: 8px;
	box-shadow: none;
}
.uppercase {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.soft-hidden-xs {
		display: none;
	}
}
.row.pad45 {
	margin-right:-45px;
	margin-left:-45px;
}
.row.pad45 > [class*='col-'] {
	padding-right:45px;
	padding-left:45px;
}
.row.pad35 {
	margin-right:-35px;
	margin-left:-35px;
}
.row.pad35 > [class*='col-'] {
	padding-right:35px;
	padding-left:35px;
}
.row.pad25 {
	margin-right:-25px;
	margin-left:-25px;
}
.row.pad25 > [class*='col-'] {
	padding-right:25px;
	padding-left:25px;
}
.row.pad5 {
	margin-right:-5px;
	margin-left:-5px;
}
.row.pad5 > [class*='col-'] {
	padding-right:5px;
	padding-left:5px;
}
.row.no-pad {
	margin-right:0;
	margin-left:0;
}
.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}

@media (max-width: 520px) {
	.row.xs-pad5 {
		margin-right:-5px;
		margin-left:-5px;
	}
	.row.xs-pad5 > [class*='col-'] {
		padding-right:5px;
		padding-left:5px;
	}
}
hr.noMargin {
	margin:0;
}
hr.dotted {
	border-bottom: 1px dotted #000;
}
img:not(.media-object), video {
	max-width:100%;
	height:auto !important;
}
section {
	/*background-color:#FFF;*/
}
section.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.pad25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	section.pad25-xs {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	section.pad25 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
section.greybg {
	background-color: #e7ebf0;
}
section.greyerbg {
	background-color: #dfe4e9;
}
section.brownbg {
	background-color: #5C5756;
}
section.bordertop {
	border-top:1px solid #efefef;
}
.noPad {
	padding:0;
}
@media (max-width: 767px) {
	.noPadTop-xs {
		padding-top: 0 !important;
	}
}

.modal-header {

}
.modal-content {

}

input[name="quantity"] {
	text-align: center;
	border-radius: 8px !important;
}
.qButton {
	color: #254B60 !important;
	font-size: 25px !important;
	padding-top: 7px !important;;
}

.btn {
	border-radius: 8px !important;
}
.btn-transparent {
	 border: 0;
	 background-color: transparent;
	 color: inherit;
	 font-weight: 100;
 }
.btn-transparent:hover,.btn-transparent:active,.btn-transparent:focus {
	color: inherit;
}
.btw-warning {
	background-color: #00EEC5;
}

.form-group > label:not(label[for="pvariation"]) {
	display: none;
}
.form-control {
	border-color: #d4d6d7;
	resize: none;
	border-style:solid !important;
	box-shadow: none;
	/*-webkit-appearance: none;*/
	display: block;
	border-radius: 8px;
	font-weight: 400;

	/*background-color: #F3F6F6;*/
	border:0;
}
.form-input-grey .form-control {
	background-color: #F3F6F6;
}
.form-control {
	/*border-radius: 20px;*/
}
input.form-control.ess {
	background-image: url("/img/asterisk-solid.svg");
	background-position: right 10px top 10px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
textarea.form-control {
	resize: vertical;
}

.text-warning {
	color:#f0802a;
}

.row.equal {
	display: flex;
	flex-wrap: wrap;
}

*[nowrap] {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hide-sm {
		display: none;
	}
}

.container {
	position: relative;
}
.container-fluid {

}

@media (max-width: 768px) {

}
.container-fluid.noPad {
	padding:0;
}
.container-fluid.noPad .row {
	margin: 0;
}


footer {
	background-color: #072932;
	color:#FFF;
	padding:50px 0 0 0;
}
.footerLogos {
	position: relative;
	margin-top: -85px;
}
footer h5 {
	color: #5BC0DE;
	font-family: 'Work Sans';
	font-size: 19px;
}
subfooter {
	display: block;
	padding:30px 0;
	background-color: #FFF;
}
@media (max-width: 768px) {
	footer	{
		padding:15px 15px 35px 15px;
	}
}

.navbar-fixed-top {
	transition: all 0.2s;
}

.navbar-fixed-top .container-fluid {
	position: relative;
}

.nav-top {

}

.navbar-toggle, .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
	background-color: transparent !important;
	border:0 !important; border-radius: 0;
	margin-top: 15px;
}
.navbar-toggle span, .navbar-toggle:active span, .navbar-toggle:focus span, .navbar-toggle:hover span {
	background-color: #FFF !important;
}

body.merchant .nav-top {

}
.nav-top a {
	display: inline-block;
	font-size: 12px;
	border-left:1px solid rgba(255,255,255,0.7);
	padding:5px 10px;
	font-weight: 500;
	transition: all 0.2s;
}
.nav-top a:last-child {
	border-right:1px solid rgba(255,255,255,0.7);
}
.nav-top a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.4);
}


.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border:0;
	padding:15px 0;
}
.navbar-white {
	padding:5px 0;
}

.navbar-inverse {
	padding-top: 20px;
}

.navbar-brand {
	position: relative;
	z-index: 3;
	height: auto !important;
	margin-top:0px;
	width: 180px;
	padding:5px;
	padding-left: 15px;
	margin-bottom: 0px;

	top:-11px;

}
.navbar-brand:hover {

}
.navbar-brand img {
	width: 180px;
	transition: all 0.2s;
}
.navbar .whiteborder {
	border:2px solid #FFF;
}
.withBack .navbar-brand img {
	/*width: 135px;*/
}
@media (max-width: 767px) {
	.navbar-fixed-top {
		margin: 0;
	}
}
@media (min-width: 767px) {
	.navbar-brand {
		top:0;
	}
	.navbar-fixed-top.withBack .navbar-right {
		/*top: 0px;*/
	}

	.navbar-btn {
		margin-left: 6px;
	}
}

.navbar-default.navbar-inverse {
	background-color: #064572;
	background-color: #13323E;

	background: #13323E;
	background: linear-gradient(345deg, rgba(19, 50, 62, 1) 0%, rgba(48, 90, 115, 1) 100%);
}
.navbar-right {
	position: absolute;
	top: 10px;
	right: 15px;
	transition: all 0.2s;
	z-index: 100;
	width: calc(100% - 200px);
	text-align: right;
}
.navbar-right .navbar-nav {
	float: right;
}
.navbar-white {
	background-color: #FFF;
	border-bottom:0px solid #d4d6d7;
}
.top-nav {
	/*margin-bottom: 15px;*/
}
.top-nav   a {
	font-family: 'Work Sans', sans-serif;
	font-size:14px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	padding:0px 5px;
	border-left: 1px solid #FFFFFF;
	border-radius: 0;
	transition: all 0.1s;
	color:#FFFFFF;
	margin:5px 0 5px 0px;
	/*letter-spacing: 0.5px;*/
	padding-left: 7px;
}
.top-nav  a:first-child {
	border-left:0px;
}
.top-nav  a:hover {
	color:#FFFFFF;
}
.navbar.withBack .navbar-nav > li > a {
	padding-bottom:22px;
}
.navbar-default .navbar-nav > li:last-child a {

}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus  {

}

body.merchant .navbar-default .navbar-nav > li > a, body.merchant .navbar-default .navbar-nav > li > a:hover {
	color:#000;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		font-size:16px;
		font-weight: 700;
		padding:10px 15px;
		text-align: right;

	}
}

.dropdown-menu {
	border-radius: 0;
	border:0;
	background-color: rgba(255,255,255,0.9);
	backdrop-filter: blur(5px);
}

@media (max-width: 1455px) {
	.navbar-brand img {
		width: 200px;
	}
}

@media (max-width: 1300px) {
	.navbar-nav.navbar-center {
		/*position: absolute;*/
		right: 0px;
		left: auto;
		bottom: 0;
		width: auto;
	}
	.navbar-right {
		/*position: absolute;*/
		right: 15px;
		bottom:45px;
		padding-left: 15px;
		padding-right: 15px;

	}
	.withBack .navbar-right  {
		opacity: 0;
	}
}

@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 7px;
		padding-right: 7px;
	}
}
@media (max-width: 993px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
}
@media (max-width: 650px) {
	.navbar-brand {
		margin-top:3px;
		margin-bottom: -10px;
	}
	.navbar-brand img {
		width: 90px;
	}
	.navbar-right {
		position: relative;
		width: 100%;
		text-align: left;
		padding-right: 0px !important;
		padding-left: 0px !important;
		right: 0px;
	}
	.navbar-collapse {
		border-top:0px;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
}


.navbar-src {
	/*background-color: #FFF;*/
	padding:5px;
	position: relative;
}
.navbar-src .form-control, .navbar-src .btn {
	border:0;
}
.navbar-src .btn {
	font-weight: 500;
}
.navbar-src select {
	appearance: none;
	border-right-width: 1px;
	font-weight: 500;
}
.navbar-src .select-down-icon {
	background-image: url("/img/chevron-down-solid.svg");
	background-position: right 3px top 17px;
	background-size: 14px 11px;
	background-repeat: no-repeat;
}
.navbar-src select.form-control {
	-webkit-appearance: none;
}

.dropDownnn > i {
	font-size: 10px;
}

@media (max-width: 768px) {
	.navbar-src {
		padding:5px 15px;
		padding-bottom: 0;
	}
	.navbar-src .select-down-icon {
		background-position: right 3px top 12px;
	}
}
@media (max-width: 1100px) {

}
@media (max-width: 768px) {

}


.toCartBtn {
	position: relative;
	display: inline-block;
	background-color: #5BC0DE;
	padding:11px;
	border-radius:0 8px 8px 0;
	color:#FFF;
}
.toCartBtn .cartCounter {
	width: 20px;
	height: 20px;
	color:#FFF;
	font-weight: 700;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top:-9px; right:-9px;
	padding-top:3px;
	z-index: 3;
	background-color: #FF0000;
	/*border:1px solid #FFF;*/
	border-radius: 25px;
}
.toCartBtnMobile {
	position: absolute;
	top:13px; right:65px;
	width: 33px;
	padding: 0;
	background-color: transparent;
}
.toCartBtnMobile img {
	border-radius: 8px;
}
.loginOutBtn {
	color:#FFF;
	border: 1px solid #FFF;
	border-radius: 50px;
	width: 33px; height: 33px;
	text-align: center;
	position: absolute;
	top:13px; right:114px;
	padding-top: 5px;
}



.navCartHolder {
	background-color: #FFF;
	border-radius: 8px;
	padding: 0px;
	display: inline-block;
	margin-top:5px;
}
.cartPrice {
	font-family: "Space Grotesk", sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	color: #13323E;
	font-weight: 700;
	display: inline-block;
	letter-spacing: -1px;
	vertical-align: top;
	/*padding-top: 11px;*/
	/*padding-right: 10px;*/
	padding:11px 11px 11px 16px;
}

a.headerCategory {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	padding:13px 10px;
	display: inline-block;
	font-weight: 500;
	color:#13313E;

	border-radius: 8px;
}
@media (max-width: 767px) {
	a.headerCategory:not(.headerCategorySmall) {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
}
a.headerCategory.bold {
	font-weight: 700;
}
a.headerCategory:hover, .salebtn {
	text-decoration: none;
	background-color: #5BC0DE;
	color: #FFF !important;
}
a.headerCategory.headerCategorySmall {
	font-size: 14px;
	font-weight: 300;
	padding:4px 10px;
	color:#333;
}
a.headerCategory.headerCategorySmall:hover {
	color:#5BC0DE;
}
a.headerCategory.red {
	color:#E20714;
}
a.headerCategory.red:hover {
	color:#FFF;
}
.text-danger {
	color:#E20714;
}
.categoryDropdownHolder {
	position: absolute;
	top:50px;
	left:0px;
	width: 100%;
	z-index: 100;
}
.categoryDropdown {
	width:100%;
	background-color: #FFF;
	padding: 35px 45px;
	display: none;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	border-radius: 0 0 8px 8px;
}
.categoryDropdown:hover {
	display: block;
}
.categoryDropdown a {
	display: block;
	font-size: 17px;
	padding: 5px 0;
	font-weight: 400;
}
.contentWrapper {

}



@media (max-width: 768px) {
	.sub {
		background-color: #FAFAFA;
		margin:0 -15px;
		padding:15px;
	}
	a.headerCategory {
		font-family: 'Work Sans', sans-serif;
		font-size: 18px;
		text-transform: capitalize;
		padding:10px 5px;
		display: block;
		font-weight: 500;
		color:#FFF;
	}
	a.headerCategory.bold {
		font-weight: 700;
	}
	a.headerCategory:hover {
		text-decoration: none;
		/*background-color: #2AABE2;*/
		color: #FFF;
	}
	a.headerCategory.red {
		color:#E20714;
	}
	a.headerCategory.red:hover {
		color:#FFF;
	}
	a.headerCategory:hover {
		background-color: transparent;
	}

	.top-nav   a {
		/*display: block;*/
		font-size:14px;
		padding:0px 5px;
		border-left: 0px solid #F7AE3D;
		border-radius: 0;
		transition: all 0.1s;
		color:#FFFFFF;
		margin:5px 0 5px 0px;
		/*letter-spacing: 0.5px;*/
		padding-left: 7px;
	}

	.mobile-pages-nav   a {
		display: block;
		font-size:14px;
		padding:0px 5px;
		border-left: 0px solid #F7AE3D;
		border-radius: 0;
		transition: all 0.1s;
		color:#FFFFFF;
		margin:5px 0 5px 0px;
		/*letter-spacing: 0.5px;*/
		padding-left: 7px;
	}
}


#homeCarousel {
	/*margin-bottom: 10px;*/
}
@media (max-width:768px) {
	#homeCarousel {
		margin-top: 10px;
	}
}
#homeCarousel .item .content {
	line-height: 35px;
}
#homeCarousel .item .content .title {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size: 65px;
	line-height: 55px;
	color:#F7931F;
	margin-top: 30px;
	margin-bottom: 10px;
}
#homeCarousel .item .content .subtitle {
	color:#FFF;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
}
#homeCarousel .containerContent {
	position: absolute;
	left:0; top:0; width: 100%; height: 100%;
	z-index: 5;
}
#homeCarousel .owl-dots {
	display: none !important;
}
.mainBannerOverlay {
	position: absolute;
	right:0;
	top:0;
	width: 50%;
	height: 100%;
	background-image: url("/img/header-layover.png");
	background-size: cover;
	background-position: left center;
	z-index: 4;
}

#brandsCarousel {
	margin: 25px 0;
	background-color: #FFF;
}
#brandsCarousel .brandTitle {
	display: block;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: inherit;
	padding:15px;
}
#brandsCarousel .brandTitle:hover {
	color: inherit;
	text-decoration: none;
}
#brandsCarousel .brandTitle img {
	transition: all 0.2s;

}
#brandsCarousel .brandTitle img:hover {

}


.saleBanner {
	padding:15px 0;
	border-radius: 8px;
	overflow: hidden;
}
.saleBanner img {
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.filterResults {
		border:1px solid #d4d6d7;
		padding:15px;
	}
}
.filterResults .uppercaseee {
	font-size: 16px;

}
.showSub {
	position: absolute;
	cursor: pointer;
	right: 0px;
}
.showSub i {
	color:#5BC0DE;
}
.subCheckboxes,.categories {
	padding-left: 10px;
	padding-bottom: 15px;
	display: none;
}
.categories .subCheckboxes {
	padding-left: 20px;
}
.subCheckboxes .checkbox:first-child {
	margin-top:0;
}

.shopCategory {
	cursor: pointer;
	padding: 4px 0;
	font-size: 16px;
	font-weight: 400;
}
.category, .subcategory {
	cursor: pointer;
}
.category {
	padding: 4px 0;
}
.subcategory {
	padding: 2px 0;
}

.category.active, .subcategory.active {
	font-weight: 600;
}



.productListTitle {
	margin-top:10px;
	margin-bottom: 10px;
	/*padding-left: 20px;*/
	color:#254B60;
	vertical-align: middle;
}
.productListTitle img {
	width: 50px;
	display: inline-block;
	vertical-align: -14px;
	transform: rotate(-10deg);
}

@media screen and (max-width: 768px) {
	.productListTitle img {
		width: 40px;
		vertical-align: -11px;
	}
	.productListTitle {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}


.products-panel {
	background-color: #FFF;
	border-bottom:0;
	border-radius: 8px;
}
.products-panel.withBB {
	border-bottom:1px solid #d4d6d7;
}
.products-panel .panel-heading {
	color: #12313E;
	border-bottom:1px solid #d4d6d7;
}
.panel-heading h2 {
	margin: 0; padding: 10px 0;
}
.panel-heading h2.red {
	color:#E20714;
}
.products-panel + .products-panel {
	margin-top: 20px;
}
.products-panel .panel-body {
	/*padding:25px;*/
}


.subCategoriesResult {
	/*background-color: #FFF;*/
	margin-bottom: 20px;
}
.categoryCard {

	border-right:0px;
	display: block;
	padding: 10px 10px 0 10px;
	background-color: #FFF;
	border-radius: 8px;
	margin-bottom: 10px;
}


.categoryCard .title {
	font-weight: 400;
	font-size: 14px;
	padding:4px 0;
	color:#0371BC;
}

.productResults > div.nonbordered {
	border:0;
}
.productCard {
	position: relative;
	border-radius: 8px;
	background-color: #FFF;
	margin-bottom: 25px;
	transition: all 0.3s;
	transform: translate3d(0,0,0);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	/*border-bottom:1px solid #d4d6d7;*/
	/*border-right:1px solid #d4d6d7;*/
}
.productCard:hover {
	transform: translate3d(0,-7px,0);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}


.productCard .addedToCart {
	pointer-events: none;
	background-color: #28CAF0;
	color: #fff;
	position: absolute;
	left:5px; top:5px;
	padding: 10px;
	border-radius: 10px;
	width: calc(100% - 10px);
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);

	opacity: 0;
	transform: translateY(-50px);

	z-index: 10;
	transition: all 0.3s;
	text-align: center;
}
.productCard .addedToCart.active {
	opacity: 1;
	transform: translateY(0);
}


.productCard .discountLabel {
	position: absolute;
	top:14px; right:15px;
}
.productCard .discountLabel .label {
	font-size: 1em;
}
.productCard .saleLabel,.products-panel .saleLabel {
	position: absolute;
	left:0; top:0;
	z-index: 3;
	border-top-left-radius: 8px;
	overflow: hidden;

	width: 80px;
}
.products-panel .saleLabel {
	width: 120px;
}
.products-panel .saleLabel img, .productCard .saleLabel img {
	width: 100%;
}
.productCard .addToCartHolder, .productCard .moreInfoHolder {
	position: absolute;
	right:15px; bottom:94px;
	z-index: 3;
}
.productCard .moreInfoHolder {
	width: 33px;
	right:14px;
	bottom:94px;
}
.productCard .image {
	position: relative;
	display: block;
	padding:20px;
}
.homeAd {
	/*border:1px solid #d4d6d7;*/
	border-radius: 8px;
	background-color: #FFF;
	overflow: hidden;
}
.homeAd:first-child {
	margin-top: 20px;
}
.productCard .info {
	padding:20px;
	padding-top: 0;
}
.productCard .info, .homeAd .productInfoHolder {

}
.productCard .brand {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
	color: #777777;
}
.productCard .title, .homeAd .productInfoHolder .title {
	font-family: "Space Grotesk", sans-serif;
	margin-bottom: 15px;

	/*padding:15px;*/
	font-weight: 500;
	font-size: 18px;
	height: 46px;
	color:#13313E;
	overflow: hidden;
	text-overflow: ellipsis;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;


}
.productCard .pull-right, .homeAd .productInfoHolder .pull-right {
	height: 100%;
}
.productCard .price, .homeAd .productInfoHolder .price {
	font-family: "Space Grotesk", sans-serif;
	padding:15px;
	background-color: #FFF;
	position: relative;
	text-align: right;
	font-weight: 700;
	font-size: 21px;
	color:#064572;
	height: 74px;
	border-left:1px solid #d4d6d7;
}
.productCard .price .from, .homeAd .productInfoHolder .price .from {
	display: inline-block;
	font-weight: 300;
	font-size: 18px;
	color:#808080;
}
.productCard  .fromText:not(:empty) {
	display: block;
	color:#777;
	font-family: 'Work Sans';
	font-weight: 300;
	font-size: 11px;
	text-align: left;
	margin-top: -14px;
	margin-bottom: -3px;
}

.productCard .price {
	border-right: 0;
	border-left:0;
	padding: 0;
	padding-top: 8px;
	height: auto;
	text-align: left;
	background-color: transparent;
}
.productCard .btn-success {
	border-radius: 5px !important;
	font-weight: 500;
	font-size: 17px;
}

@media (max-width: 768px) {
	.productCard {
		margin-bottom: 0;
	}
	.productCard .price {
		text-align: left;
		border-left: 0px;
		height: auto;
		padding-top:0;
	}
	.productCard .price .from {
		display: inline-block;
	}

	.homeAd .productInfoHolder .title {
		height: 64px;
	}

	.productCard .addToCartHolder, .productCard .moreInfoHolder {
		bottom:124px;
	}
	.productCard .moreInfoHolder {
		bottom:124px;
	}

	.productCard .title {
		margin-bottom: 10px;
	}
	.productCard .image {
		padding:10px;
	}
	.productCard .info {
		padding:10px;
		padding-top: 0;
	}
	.productCard .price {
		margin-bottom: 10px;
	}
	.productCard .discountLabel .label {
		font-size: 0.8em;
	}
}

.homeAd {
	position: relative;
	margin-bottom: 25px;
}
.homeAd.high .photo {

}
.homeAd .banner {

}
.homeAd .photo {
	width: 100%; padding-top: 153%;
	background-size: cover;
	background-position: center center;
}
.homeAd.high .photo {
	/*height: 432px;*/
	padding-top: 153%;
	width: 100%;
}
.homeAd .productInfoHolder {
	position: relative;
}
.homeAd .bannerInfoHolder {
	position: absolute;
	left:0; bottom:0;
	width:100%;
	padding: 15px;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: #5BC0DE;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	color:#FFF;
}
.homeAd .addToCartHolder {
	position: absolute;
	bottom:15px;
	right: 15px;
	z-index: 2;
}
.bannerInfoHolder .title {
	font-size: 16px;
	font-weight: 600;
}

#categoryHero {
	position: relative;

	margin: 20px 0 0 0;
	border-radius: 8px;
	overflow: hidden;
}
#categoryHero h1 {
	margin: 0; padding:0;
	/*text-transform: uppercase;*/
	font-size: 45px;
	color:#5BC0DE;
}
#categoryHero .content {
	position: absolute;
	right:30px; top:20px;
	z-index: 6;
	color:#F7931F;
}
#categoryHero .content .title {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size: 65px;
}
#categoryHero .content .subtitle {
	color:#FFF;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
}
#categoryHero .text {
	color:#FFF;
}

.select2multiple {
	width: 100%;
	border-radius: 8px;
}
.select2-selection {
	border-radius: 0 !important;
}


.breadcrumb {
	background-color: #FFF;
	border-radius: 8px;
	margin-bottom: 25px;
}
.productInfo {

}
.productInfo .price {
	font-family: "Space Grotesk", sans-serif;
	background-color: #FFF;
	position: relative;
	height: 100%;
	text-align: left;
	font-weight: 700;
	font-size: 40px;
	color: #254B60;
	padding-top: 11px;
}
.productInfo .price .from {
	display: inline-block;
	font-weight: 300;
	font-size: 19px;
	color:#808080;
}
#priceRow {

}
@media (max-width: 650px) {
	#priceRow {
		text-align: center;
	}
	#priceRow .price {
		text-align: center;
		padding-bottom: 20px;
	}
	#priceRow .btn-template {
		margin-top: 10px;
	}
}

.panel {
	border-radius: 8px;
}
.panel-default {
	background-color: #FFF;
	border:0px solid #d4d6d7;
	border-radius: 8px;
	box-shadow: none;
}
.panel-dark {
	background-color: #12313E;
	border:0;
	/*border-radius: 0;*/
	color:#FFF
}
.panel .panel-heading {
	border:0;
	background-color: #FFF;
	border-radius: 8px;
	padding: 50px 50px 0px 50px;
}
.panel .panel-body {
	border-radius: 0;
	border:0;
	padding: 50px;
}
.panel-heading h3.panel-title,.panel-body h3.panel-title {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	/*text-transform: uppercase;*/
	color:#254B60;
}
.panel-dark h3.panel-title {
	color:#FFF;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
	margin-left: 50px;
	margin-right: 50px;
	padding-left: 0;
	padding-right: 0;
}
.panel .list-group:last-child .list-group-item:last-child {
	border-radius: 0 0 8px 8px;
}
.panel .list-group .list-group-item:last-child {
	border-bottom: 0;
}
.list-group-flush .list-group-item {
	border-left:0;
	border-right: 0;
	border:0;
}
.list-group-flush .list-group-item:first-child {
	/*border-top: 0;*/
}
.list-group-flush .list-group-item:last-child {
	/*border-bottom: 0;*/
}
.list-group-stiped .list-group-item:nth-child(odd) {
	background-color: #F3F6F6;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #F3F6F6;
}
.table-striped > tbody > tr > td {
	border:0;
}
.table-noborder > tbody > tr > td {
	border:0;
	padding:15px 8px;
}
tfoot tr:first-child td {
	border-top:0 !important;
	padding-top: 25px !important;
}

@media screen and (max-width: 768px) {
	.panel .panel-body {
		padding: 15px;
	}

	.panel .panel-heading {
		padding: 15px 15px 0px 15px;
	}
	.panel-heading h3.panel-title,.panel-body h3.panel-title {
		font-size: 20px;
	}
	.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 0;
		padding-right: 0;
	}
}


.addToCartResult {
	display: none;
	margin: 10px 0;
}

.alert {
	border-radius: 0;
}
.alert-template {
	background-color: #064572;
	color:#FFF;
	margin-bottom: 0;
}

#slider-range {
	margin-top: 15px;
}
#amount {
	font-weight: bold;
}
.ui-slider-handle {
	background-color: #254B60 !important;
	border:0 !important;
	border-radius: 50px !important;
	top:-7px !important;
	width: 15px !important; height: 15px !important;
}
.ui-slider-range, .ui-slider {
	height: 2px !important;
	border:0 !important;
	background-color: #e2e2e2 !important;
}
.ui-slider-range {
	background-color: #254B60 !important;
}


.input-group {
	overflow: hidden;
	border-radius: 8px;
}
.input-group-md .form-control {
	padding:10px 12px;
	height: 40px;
	border-radius: 8px;
	border:0;
	font-size: 15px;
}
.input-group-md .btn {
	padding:10px 12px;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
}
.input-group .input-group-btn .btn {
	border-radius: 0 !important;
}
.input-group .input-group-btn:last-child .btn {
	border-radius: 0 8px 8px 0 !important;
}
.input-group .input-group-btn:first-child .btn:first-child {
	border-radius: 8px 0 0 8px !important;
}
.select2-container .select2-selection--multiple {
	min-height: 40px !important;
	/*border:1px solid #D4D6D7 !important;*/
	padding-top: 4px;
	padding-left: 4px;

	border-radius: 8px !important;
	border:0 !important;

}
.select2-search__field {
}


.image-checkbox {
	position: absolute;
	left: 25px;
	opacity: 0;
}
.image-checkbox-label {
	height: 20px;
	background: url('/img/checkbox.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left: 25px !important;
}
.image-checkbox:checked + .image-checkbox-label {
	background: url('/img/checkbox-checked.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.checkbox.small {
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.checkbox.small:first-child {
	margin-top: 0px;
}
.checkbox.small .image-checkbox {
	left: 25px;
}
.checkbox.small .image-checkbox-label  {
	height: 15px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px !important;
}
.checkbox.small .image-checkbox:checked + .image-checkbox-label  {
	background: url('/img/checkbox-checked.svg');
	background-size: 15px 15px;
	background-repeat: no-repeat;
}



select.input-lg {
	height: 46px;
	line-height: 26px;
}