/* GENERIC START */
body {
	width:100%;
}
body.live-search-expanded {
	overflow:hidden;
}
a {
    color: #255a9d;
    text-decoration: none;
    background-color: transparent;
}
h1,h2,h3,h4,h5 {
	text-transform:uppercase;
	font-weight:700;
	margin-top:2rem;
	margin-bottom:2rem;
}
.container {
    width: 100%;
    max-width: 1470px;
}
.content-top {
	position:relative;
}
.content-bottom {
	position:relative;
}
form {
	margin-bottom:2rem;	
}
.form-group {
    margin-bottom: 2rem;
}
.form-group.row .col-sm-10, .form-group.row .col-sm-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-control {
	border-radius:0;
}
.form-control.modified-input, input[type="text"] {
    border: 0px;
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1d2c5e;
	min-height:48px;
}
.btn-group .form-control.modified-input, .btn-group input[type="text"] {
	margin-bottom:0;
}
.form-control:focus {
	-webkit-box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.2);
}
label.col-form-label {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing: 0.05rem;
	margin-bottom:0;
	position:relative;
}
legend,legend.col-form-label {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing: 0.05rem;
	position:relative;
	padding-bottom:1rem;
	margin-bottom:2rem;
	padding-top:1rem;
}
legend:after,legend.col-form-label:after {
	content:"";
	position:absolute;
	width:30px;
	height:3px;
	background:#111;
	bottom:0;
	left:0px;
}
.btn {
	display:inline-flex;
	padding: .5rem 2rem;
	border-radius:0;
	text-transform:uppercase;
	font-size:1rem;
	line-height:1;
	min-height:48px;
	font-weight:700;
	letter-spacing:0.05rem;
	align-items:center;
	justify-content:center;
}
.btn i {
	padding-left:0.5rem;
	padding-right:0.5rem;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show>.btn.dropdown-toggle {
    color: #111;
    background-color: #fff;
    border-color: inherit;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus {
    border: 0;
}
.btn:focus {
    border: 0;
}
.btn:hover {
    background-color: #fff;
    border-color: inherit;
	border-color:transparent!important;
}
.btn-default:hover {
	background-color:#f4f4f4;
}
.btn.disabled {
	opacity:0.6;
}
.btn-primary,.btn-primary.disabled { 
    color: #fff;
    background-color: #273d85;
    border-color: #273d85; 
}
.btn-primary:hover ,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle { 
    color: #fff; 
	background:#83d416;
}
.btn-default,.btn-default.disabled { 
    color: #222;
    background-color: #fff;
    border-color: #fff; 
}
.btn-default:hover ,.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle { 
    color: #222; 
}
.btn-light,.btn-light.disabled { 
    color: #222;
    background-color: #fff;
    border-color: #fff; 
}
.btn-light:hover ,.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { 
    color: #222; 
}
.nav.nav-tabs {
	border:0px;
	margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.nav.nav-tabs .nav-item .nav-link {
	background:#f4f4f4;
	padding: .5rem 2rem;
	margin-left: 0.25rem;
    margin-right: 0.25rem;
	border-radius:0;
	font-size:1rem;
	line-height:1;
	min-height:48px;
	display:flex;
	align-items:center;
	font-weight:700;
	letter-spacing:0.05rem;
    border: 0;
	margin-bottom:0.5rem;
	background:#fff;
}
.buttons {
	display:inline-flex;
	padding-top:1rem;
	padding-bottom:1rem;
	align-items:center;
	width:100%;
}
.buttons div {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	display:flex;
	align-items:center;
}
.buttons div:last-child {
	justify-content:flex-end;
}
.buttons .pull-right .btn {
	margin-left:0.5rem;
}
#terms .terms .btn {
	margin-left:0.5rem;
}
.list-group-item {
	border:0;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:0;
}
.list-group-item:before {
	content:"\f054";
	font-family:'Font Awesome 5 Pro';
	margin-right:0.5em;
	color: #666;
}
.list-group-item:hover {
	text-decoration:none;
	background:#f4f4f4;
}
#common_home #content {
	padding:0px;
}
#content > h1 {
    display: flex;
    justify-content: center;
}
.swiper-button-next, .swiper-button-prev {
    background: #f4f4f4;
    color: #255a9d;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-image: none;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    font-size: 18px;
	position:absolute;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background:#222;
	color:#fff;
}
.swiper-button-next {
    right: 1rem;
}
.swiper-button-prev  {
    left: 1rem;
}
.module-title {
	text-align:center;
}
.module-wrapper {
	padding-top:3rem;
	padding-bottom:3rem;
}
.pagination-page-container {
	display:flex;
	justify-content:center;
	padding-top:3rem;
	padding-bottom:3rem;
}
.pagination li a {
	font-weight:bold;
	height:40px;
	width:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #e1e1e1;
	color:#222;
	font-size: .875rem;
	text-decoration:none;
}
.pagination li a:hover {
	background:#f4f4f4;
}
.pagination li span {
	font-weight:bold;
	height:40px;
	width:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #e1e1e1;
	font-size: .875rem;
}
.pagination li.active span{
	color:#273d85;
}
#column-left {
	position:relative;
	margin-bottom:1rem;
}
#column-right {
	padding-top:6rem;
}
#common-home #content {
	padding:0;
}
.card.card-default {
	border:0px;
	border-radius:0;
}
.card-header {
	background:#f4f4f4;
	border-radius:0;
}
.card-header:first-child {
	border-radius:0;	
}
.card-title {
	margin:0;
}
.card-body {
	background:#f4f4f4;
}
.card-title a {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05rem;
	color:#222;	
}
.card-title a:hover {
	text-decoration:none;
}
.alert {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 0;
    background: #333;
    color: #fff;
    border: 0;
    width: 300px;
    padding: .75rem 1.25rem;
}
.alert a {
	color:#ccc;
}
.alert i {
	line-height:1.5;
	padding-right:1rem;
	display:none;
}
.alert-dismissible .close {
    padding: 0;
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: 25px;
    height: 25px;
    display: flex;
    background: #000;
    line-height: 0.5;
    padding-left: 0;
    font-weight: normal;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 992px) {
	.alert {
		left: 1rem;
		right:1rem;
		transform: none;
		width:auto;
	}
	legend,legend.col-form-label {
		text-align:center;
		font-size:1rem;
	}
	legend:after,legend.col-form-label:after {
		left:50%;
		margin-left:-15px;
	}
	#content > h1 {
		margin: 2rem 0;
		font-size: 1.25rem;
		text-align:center;
	}
	#content > h2 {
		margin: 1rem 0;
		font-size: 1rem;
		text-align:center;
	}
	#content > h3 {
		margin: 1rem 0;
		font-size: 1rem;
		text-align:center;
	}
	#column-right  {
		padding-top:2rem;
	}
	.container {
		padding-left:2rem;
		padding-right:2rem;
	}
	.module-title {
		margin-top:0;
		margin-bottom:1rem;
	}
	.btn {
		font-size:0.9rem;
		padding:.75rem;
	}
	.module-wrapper {
		padding-top:1.5rem;
		padding-bottom:1.5rem;
	}
	#header .container {
		padding-left:1rem;
		padding-right:1rem;
		max-width:none;
	}
	body { 
		background-color:#f7f7f7;
	}
	.nav.nav-tabs .nav-item  {
	   width: min-intrinsic;
	   width: -webkit-min-content;
	   width: -moz-min-content;
	   width: min-content;
	   display: table-caption;
	   display: -ms-grid;
	   -ms-grid-columns: min-content;
	   text-align:center;
	}
	.nav.nav-tabs  .nav-item .nav-link {
		padding: .75rem .75rem;
		font-size: 0.9rem;
		line-height: 1.2;
		font-weight: bold;
		letter-spacing: 0;
	}
	.pagination li {
		display:none;
		margin-left:0.5rem;
		margin-right:0.5rem;
	}
    .pagination li.arrow-pag {
		display:block;
		background:#fff;
	}
	.pagination li.active {
		display:block;
		background:#fff;
	}
	#column-left {
		margin:0;
	}
}

/* GENERIC END */


/* LIVE SEARCH */

.live-search {
    border: none;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
	z-index:1000;
	display:none;
	background:#fff;
	width:100%;
}
.live-search li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.live-search ul {
    display: block;
    margin: 0;
    padding: 0;
}

.live-search ul .product-image img {
    max-width: 100%;
    height: auto;
}
.live-search ul .product-name p {
    margin-bottom: 0;
    margin-top: 5px;
}

.live-search ul .product-price > span {
    display: block;
    text-align: center;
}

.live-search ul .product-price .special {
    font-size: 12px;
    text-decoration: line-through;
    font-weight: normal;
    color: #999;
}
.live-search ul .product-add-cart a {
	width:100%;
}
.live-search ul .product-add-cart a i{
	line-height:normal;
}
.result-text {
	padding-left:2rem;
	padding-right:2rem;
	width:100%;
}
#search .result-text a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #222;
    font-size: 15px;
    font-weight: bold;
	border:1px solid #e1e1e1;
	background:#fff;
}
#search .result-text a:hover {
    color: #fff;
	border:1px solid #222;
	background:#222;	
}
.no-results {
    display: block;
    text-align: center;
    padding: 20px 15px;
    font-size: 14px;
    color: #666;
}

.no-results i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
    color: #ccc;
}
@media(min-width:992px) {
	.live-search {
		left: 0;
		right: 0;
		width: 100%;
		position: fixed;
		top:200px;
		overflow: auto;
		height: calc(100vh - 200px);
		margin-top:0;
		background-color:#f7f7f7;
	}
	.live-search ul {
		display:flex;
		flex-wrap:wrap;
		padding:0.5rem;
	}
	.live-search li{ 
		flex:0 0 20%;
		padding:0.5rem;
	}
	.live-search li > div {
		-moz-box-shadow: 0 1px 5px #e5e5e5;
		-webkit-box-shadow: 0 1px 5px #e5e5e5;
		box-shadow: 0 1px 5px #e5e5e5;
		padding:1rem;
		text-align:center;
		background:#fff;
	}
	.live-search  .product-image ,.live-search  .product-name,.live-search  .product-code,.live-search  .product-price,.live-search  .product-add-cart {
		width:100%;
	}
	.live-search  .product-code {
		color:#999;
		margin-bottom:1rem;
	}
	.live-search  .product-name {
		height: 70px;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		line-height: 1.4;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.live-search  .product-name a {
		font-weight:bold;
		color:#222;
		font-size: 1rem;
		text-transform:uppercase;
	}
	.live-search  .product-price {
		font-weight: bold;
		font-size: 1.5rem;
		margin-bottom:1rem;
	}
}
@media(max-width:991px) {
	.live-search {
		left: 0;
		right: 0;
		width: 100%;
		position: fixed;
		top:60px;
		overflow: auto;
		height: calc(100vh - 120px);
		margin-top:0;
		background-color:#f7f7f7;
		padding:0.5rem;
	}
	.live-search li{ 
		flex:0 0 100%;
		margin-bottom:0.5rem;
	}
	.live-search li > div {
		-moz-box-shadow: 0 1px 5px #e5e5e5;
		-webkit-box-shadow: 0 1px 5px #e5e5e5;
		box-shadow: 0 1px 5px #e5e5e5;
		padding:1rem;
		text-align:center;
		background:#fff;
	}
	.live-search ul .product-add-cart a i {
		line-height:normal;
	}
	.live-search  .product-image {
		display:none;
	}
	.live-search  .product-name {
	    height: 70px;
		text-overflow: ellipsis;
		overflow: hidden;
		display:flex;
		align-items:center;
		justify-content:center;
		margin-top:0;
		margin-bottom:0.5rem;
		padding-left:1rem;
		padding-right:1rem;
		
	}
	.live-search  .product-name a {
		line-height: 1.2;
		font-weight:bold;
		color:#222;
		font-size: 1rem;
		text-transform:uppercase;
	}
	.live-search  .product-price {
		font-weight: bold;
		font-size: 1.5rem;
		margin-bottom:0.5rem;
	}
	.live-search  .product-code {
		color:#999;
		margin-bottom:0.5rem;
	}
	.result-text {
		padding:0;
	}
}

/* LIVE SEARCH */


/* MODAL START */

.modal-footer a.btn {
	color:#fff;
	padding:10px;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top:0;
	font-weight:normal;
}

.modal-footer a.btn:first-child {
	background:#83d416;
	border-color:#83d416;
}

.modal-heading {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    padding: 15px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.03);
    -webkit-box-shadow: 0px 5px 1rem rgba(0,0,0,0.1);
    box-shadow: 0px 5px 1rem rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
    background: #101936;
    color: #fff;
}
.modal-heading #close-cart {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    height: 100%;
    cursor: pointer;
}

/* MODAL END */

/* WISHLIST START */
#wish {
	position:relative;
}
.wish-total, .garage-notif {
	background:#273d85;
	color:#fff;
	font-weight:bold;
	width:18px;
	height:18px;
	position:absolute;
	top:-9px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0.25rem;
	border-radius:100%;
}
.account-wish-row {
	display:flex;
	align-items:center;
	justify-content:space-around;
	width:100%;
	padding-top:2rem;
	padding-bottom:2rem;
	border-bottom:2px solid #eee;
}
.account-wish-row:last-child {
	border-bottom:0;
}
.account-wish-row .account-wish-block {
	padding-left:1rem;
	padding-right:1rem;
}
.account-wish-row .account-wish-block .account-wish-title {
	line-height: 1.25;
    font-size: 1.25em;
    font-weight: 700;
	color:#222;
	display:inline-block;
	width:100%;
	padding-bottom:1rem;
}
.account-wish-row .account-wish-block  .account-wish-sub {
	line-height: 1;
    font-size: 1;
    font-weight: 700;	
	color:#999;
	padding-bottom:1rem;
	display:inline-block;
}
.account-wish-row .account-wish-block .btn {
	padding:0.5rem;
}
.account-wish-row .account-wish-block .account-wish-price {
	line-height: 1;
     font-size: 1.25em;
    font-weight: 700;	
	color: #273d85;
}
.account-wish-container .btn-cart { 
    width: 100%;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 0rem;
}

@media screen and (max-width: 992px) {
	.account-wish-container .account-wish-row {
		flex-wrap:wrap;
		background:#fff;
		border:1px solid #e1e1e1;
		margin-bottom:1rem;
		padding:0;
	}
	.account-wish-row .account-wish-block {
		flex: 0 0 100%;
		text-align:center;
		padding:1rem;
	}
	.account-wish-row .account-wish-block.account-wish-block-buttons { 
		border-top:2px solid #e1e1e1;
		background:#f7f7f7;
	}
	.account-wish-row .account-wish-block img {
		margin-bottom:1rem;
	}
	.account-wish-row .account-wish-block .account-wish-title {
		padding-bottom:0;
	}
	.account-wish-row .account-wish-block .product-quantity {
		display:block;
	}
	.account-wish-row .account-wish-block .btn-group.btn-cart {
		flex-wrap:wrap;
	}
	.account-wish-row .account-wish-price {
		padding-top:1.5rem;
		padding-bottom:1.5rem;
	}
}

/* WISHLIST END */

/* QUICK CART START */

#cart-total {
	background:#273d85;
	color:#fff;
	font-weight:bold;
	width:18px;
	height:18px;
	position:absolute;
	top:-9px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:0.75rem;
	padding:0.25rem;
	border-radius:100%;
}
#cart .dropdown-toggle::after {
	display:none;
}
.modal-open div#cart-container.show {
    visibility: visible;
    pointer-events: unset;
}
div#cart-container {
    display: block ;
    visibility: hidden;
    right: 0;
    left: unset;
	width:100%;
	max-width:500px;
}
div#cart-container.modal.show {
    visibility: visible;
}
div#cart-container.modal.show  .modal-dialog {
    transform: translateX(0%);
	pointer-events:initial;
}
div#cart-container .modal-dialog {
    width: 100%;
    background: #fff;
    margin: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 100%;
}
div#cart-container.show .modal-dialog {
    transform: translateX(0%);
}
#cart-container .modal-body {
    display: flex;
    flex-flow: column;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    flex-grow: 1;
}
div#cart-container .cart_row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 30px 15px 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

div#cart-container .cart_row:last-child {
	border-bottom:none;
}
div#cart-container .cart_row_image {
    flex: 0 0 20%;
	text-align:center;
}
div#cart-container .cart_row_image img {
	max-width:100%;
	margin:0;
	padding:0;
}
div#cart-containercart_row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 30px 15px 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
div#cart-container .cart_row:last-child {
	border-bottom:none;
}
div#cart-container .cart_row_info {
    flex: 0 0 80%;
	padding:0 10px;
}
div#cart-container .cart_row_info h4 {
	margin-top:0;
	margin-bottom:5px;
	font-size:14px;
}
div#cart-container .cart_row_subtotal {
    font-weight: normal;
    font-size: 13px;
    color: #999;
}
div#cart-container .cart_row_total {
	font-size:18px;
	color:#273d85;
}
div#cart-container .cart_row_remove {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
	height:100%;
	width:30px;
	text-align:center;
	font-size:30px;
}
div#cart-container .cart_row_remove i {
	padding:0;
	margin:0;
	font-size:18px;
	line-height:30px;
}
div#cart-container .cart_row_remove a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: left;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 14px;
	color:#ccc;
}
div#cart-container .cart_row_remove a:hover {
	color:#222;
}
div#cart-container .cart-content{
    height: 100%;
    display: flex;
    flex-flow: column;
}
div#cart-container .cart_products {
    width: 100%;
    align-self: start;
    max-height: 100%;
    overflow: auto;
    height: 100%;
}
div#cart-container .cart_totals {
    align-self: end;
    padding: 0;
    width: 100%;
    margin: auto 0 0 0;
    background: #f8f8f8;
}
div#cart-container .modal-inner {
    height: 100%;
    display: flex;
    flex-flow: column;
}
div#cart-container .cart_empty {
    align-self: center;
    margin: auto;
    text-align: center;
	font-weight:normal;
	color:#666;
}
div#cart-container .cart_empty i {
    clear: both;
    display: block;
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
	font-weight:normal;
}
div#cart-container .cart_totals_row {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding:10px 15px;
	border-bottom:solid 1px rgba(0,0,0,0.1);
	align-items:center;
}
div#cart-container .cart_totals_row:last-child {
	border:none;
}
div#cart-container .cart_totals_row .col {
    justify-content: flex-start;
    flex-grow: 1;
	font-weight:normal;
	font-size:14px;
	color:#666;
}
div#cart-container .cart_totals_row .col.text-right {
    justify-content: flex-end;
    align-self: flex-end;
    justify-content: flex-start;
    flex-grow: 1;
	font-weight:bold;
	font-size:18px;
	color:#111;
}

/* QUICK CART END */

/* BREADCRUMBS START */

.breadcrumb {
    color: #acacac;
    font-size: 0.75rem;
    padding:1.75rem 0;
	margin-bottom:0;
    background: none;
    border: none;
	position:relative;
}

.breadcrumb li {
	position:relative;
	z-index:1;
}
.breadcrumb li a {
    color: #acacac;
}
.breadcrumb li:last-child a {
    color: #255a9d;
}

/* BREADCRUMBS END */

/* HEADER START */

header {
	position:relative;
	z-index:100;
	-webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
}

.header-main-wrapper {
}

.header-main-wrapper .header-main-block #cart{
	position:relative;
}
#search-mobile-bottom {
	padding: 0.75rem 0;
    width: 100%;
	position:fixed;
	bottom:0;
	background: #211d1e;
	height:60px;
}
#search-mobile-bottom .header-search-block-icon {
    display: flex;
    align-items: center;
	height:100%;
	justify-content:center;	
}
#search-mobile-bottom .search-icon-mobile {
	margin-left:0.25rem;
	margin-right:0.25rem;
}
#search-mobile-bottom #wish {
	position:absolute;
	right:1rem;
}
#search-mobile-bottom .search-icon-mobile i {
	font-size: 1.15rem;
	color:#fff;
}
span[data-has-total="0"] {
	/*display:none!important;*/
}
@media screen and (max-width: 992px) {
	#header-search-container {
		padding:0rem 1rem;
	}
	#header-search-container .close-arrow {
		flex:0 0 15%;
		margin:0;
		display:block;
		justify-content:flex-start;
		display:flex;
		align-items:center;
	}
	#header-search-container button.header-search {
		flex:0 0 15%;
		margin:0;
		justify-content:flex-end;
		display:flex;
		align-items:center;
	}
	#header-search-container input { 
		width:auto;
		flex:0 0 70%;
		border:1px solid #e1e1e1;
	}
	#header-search-container .select-categories-header-search {
		display:none;
	}
	#header-search-container .select-categories-header-search i {
		display:none!important;
	}
	
	.header-main.stick_it {
		position: fixed;
		width:100%;
		top:0;
	}
	#header-bottom {
		position: fixed;
		width: 100%;
		top:0;
		height:120px;
		z-index: 10000;
	}
	#header-bottom #search {
		flex-flow:row-reverse;
		flex-wrap:wrap;
		width:100%;
	}
}
@media screen and (max-width: 992px) {
	.header-main-wrapper .header-main-block .header-main-block-icon {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
	nav[aria-label="breadcrumb"] {
		display:none;
	}
}

/* HEADER END */

/* NAVIGATION START */

#desktop-menu {
	border-top: solid 1px #e1e1e1;
}
#desktop-menu.stick_it {
	position: fixed;
	width:100%;
	top:0;
}
#desktop-menu > .container {

}
.navbar .dropdown-menu div[class*="col"] {
	margin-bottom:1rem;
}
.navbar .dropdown-menu {
	border:none;
	background:none;
	border:0px;
	border-radius:0px;
	margin:0;
	padding:0;
}
.mm-navbars_bottom .mm-navbar {

}
.mm-navbars_bottom .mm-navbar span {
	font-size:.9rem;
	font-weight:bold;
	color:#999;
		padding-left:1rem;
	padding-right:1rem;
}
.mm-navbars_bottom .mm-navbar span i {
	margin-right:.5rem;
}
.mm-navbars_bottom .mm-navbar:last-child {
	height:60px;
	border-top:1px solid rgba(0,0,0,.1);
}
@media screen and (min-width: 992px) {
	.navbar-expand-lg {
		padding-left:0;
		padding-right:0;
	}
	.main-menu {
		width:100%;
	}
	.navbar {
		padding-top:0px;
		padding-bottom:0px;
	}
	.navbar .navbar-nav {
		display:inline-flex;
		width:100%;
	}
	.navbar .dropdown {
		position:static;
	}
	.navbar .dropdown-menu {
		width:100%;
		left:0;
		right:0;
		top:45px;
	}
	.navbar .dropdown-menu.show {
	}
	.navbar .dropdown-menu {
		background-color: #fff;
		top:100%;
		-webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
		box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
		border-top: solid 3px #255a9d;	
		flex-wrap:wrap;
		padding:2rem;
		columns: 4;
	}
	.navbar .nav-item {
		flex: 1 1 auto;
	}
	.navbar .nav-item .nav-link{
		padding: 1.75rem 0rem;
		font-size: 1rem;
		color: #363636;
		font-weight: normal;
		line-height: 14px;
		display: block;
		position:relative;
		text-align:center;
		width:100%;
	}
	.navbar .nav-item .nav-link:hover {
		background:#f4f4f4;
	}
	.navbar .dropdown-menu a {
		color:#111;
	}
	.navbar .dropdown-menu > li {
		/*-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;*/
		-webkit-column-break-inside: avoid-column;
		page-break-inside: avoid-column;
		break-inside: avoid-column;		
		margin-bottom:0.5rem;
	}
	.navbar .dropdown-menu > li > a {
		font-weight:700;
		margin-bottom:2rem;
		display:inline-block;
		margin-bottom:0.75rem;
		padding-bottom:0.75rem;
		width:100%;
	}
	.navbar .dropdown-menu > li ul {
		padding:0px;
		list-style:none;
		margin-bottom:1rem;
	}
	.navbar .dropdown-menu > li ul > li a {
		font-size:0.9rem;
		color:#ccc;
	}
}

/* NAVIGATION END */

/* SYSTEM PAGES START */
#account-account .well,#account-login .well{
	padding:2rem;
	border:1px solid #e1e1e1;
	margin-bottom:2rem;
}
.buttons .flex-system-row {
	display:flex;
	text-align:left;
}
.buttons .flex-system-row span {
	padding-right:0.5rem;
	padding-left:0.5rem;
}

@media screen and (max-width: 992px) {
	#account-account .well,#account-login .well{
		text-align:center;
		background:#fff;
	}
	#account-account .well h2,#account-login .well h2{
		margin-top:0rem;
		margin-bottom:1rem;
		font-size:1rem;
	}
	#account-register #content, #account-login #content {
		text-align:center;
	}
	.buttons .flex-system-row { 
		flex:0 0 100%;
		margin-bottom:1rem;
	}
	.buttons > div {
		flex-wrap:wrap;
	}
	.buttons div:last-child {
		justify-content:center;
	}
}

/* SYSTEM PAGES END */

/* SLIDESHOW START */

.slideshow-wrapper {
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	width:100%;
	position:relative;
}
.slideshow-wrapper .swiper-slide-wrapper {
    position: relative;
}
.slideshow-wrapper .swiper-slide img {
    position: relative;
    z-index: 2;
	width: 100%;
    height: auto;
}
.slideshow-wrapper .swipper-slide-caption-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption {
    padding-left:3rem;
	padding-right:3rem;
}
.slideshow-wrapper h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	width:auto;
	padding:0.75rem 2.5rem 1rem 2rem;
	display:flex;
	background:#111;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);	
	position:absolute;
	top:30px;
	z-index:15;
	left:0;
	text-transform:none;
	margin:0;
	background:#83d416;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption h2 {
    font-size: 3.1vw;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    margin-bottom: 1rem;
	line-height:1.75;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	text-transform:none;
}



.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption h3 {
    font-size: 1vw;
    font-weight: normal;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 2rem;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.3);	
	text-transform:none;
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption a {
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s; 
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
	height:40px;
	line-height:40px;
	padding: 0 20px;
	min-width:150px;
	color:#273d85;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption a:hover {
	background:#83d416;
	color:#fff;
}
.slideshow-wrapper .pagination-container {
    position: relative;
}
.slideshow-wrapper .swiper-pagination {
    bottom: 40px;
    left: 0;
    text-align: left;
    left: 15px;
    width: 100%;
}
.slideshow-wrapper .swiper-pager {
    width: 100%;
    position: absolute;
    top: 50%;
    line-height: 45px;
	z-index:1;
}
.slideshow-wrapper .swiper-pager .slider-button-next, .slideshow-wrapper .swiper-pager .slider-button-prev {
    background: #fff;
    color: #255a9d;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-image: none;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    font-size: 18px;
	position:absolute;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
	cursor:pointer;
	transition: all 0.3s;
}
.slideshow-wrapper .slider-button-next {
    right: 0;
}
.slideshow-wrapper .slider-button-prev {
    left: 0;
}
.slideshow-wrapper .slider-button-next:hover, .slideshow-wrapper .slider-button-prev:hover {
	background:#111;
	color:#fff;
}

@media(min-width:1400px) {
	.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption h2 {
		font-size: 60px;
	}
	
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h3 {
		font-size: 20px;
	}
}



div#common-home #column-right {
	padding-top:0;
}

div#common-home #column-right .swipper-slide-caption,
#column-left .slideshow-wrapper .swipper-slide-caption
{
    padding: 3rem 15px 15px 15px;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    max-width: none;
    text-align: center;
}

div#common-home #column-right .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h2,
#column-left .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h2
{
	font-size:20px;
	color:#83d416;
	font-weight:normal;
	margin:0 0 5px 0;
	line-height:1;
}

div#common-home #column-right .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h3, 
#column-left .slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h3

{
	font-weight:900;
	font-size:36px;
	color:#fff;
	margin:0;	
	line-height:1;
}

#column-left .slideshow-wrapper {
	overflow:hidden;
}

div#common-home #column-right .swiper-pagination {
	display:none;
}

@media screen and (min-width: 992px) {
	.slideshow-wrapper .swiper-container {
		display: block;
	}
	.slideshow-wrapper .swipper-slide-caption {
		max-width: 40%;
	}
	
	.slideshow-wrapper .swiper-pager {
		display:none;
	}
}
@media screen and (min-width: 768px) {
	.slideshow-wrapper .swiper-button-next {
		opacity: 0;
		right: -20px;
	}
	.slideshow-wrapper .swiper-button-prev {
		opacity: 0;
		left: -20px;
	}
}
@media screen and (max-width: 1200px) {
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h4 {
		font-size: 1.5rem;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h2 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 576px) {
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h4 {
		font-size: 0.75rem;
		padding: 0.75rem;
		margin-bottom:1rem;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h2 {
		font-size: 1.25rem;
		line-height: 1.5;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption a {
		font-size: 0.75rem;
		padding: 0.75rem;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption {
		text-align:center;
	}
	.slideshow-wrapper .swiper-pager {
		display:none;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption {
		padding-left:2rem;
		padding-right:2rem;
	}
}

/* SLIDESHOW END */

/* PRODUCT LIST START */
.category-description {
	background:#f7f7f7;
	padding:2rem;
	margin-bottom:2rem;
}
.category-description h1,.category-description h2, .category-description h3,.category-description h4, .category-description h5 {
	margin-bottom:1rem;
	font-size:1.5rem;
	margin-top:0;
}
.category-blocks {
	
}
.category-blocks .category-block {
	margin-bottom:2rem;
	padding-left:1rem;
	padding-right:1rem;
}
.category-blocks .category-block a {
	background:#f4f4f4;
	color:#222;
	padding:1rem;
	width:100%;
	justify-content:center;
	display:flex;
	height:100px;
	align-items:center;
	text-transform:uppercase;
	line-height:1.3;
}
.category-blocks .category-block a:hover { 
	background:#222;
	color:#fff;
	text-decoration:none;
}
.category-block-text-wrap {
    text-align: center;
}
.main-content-title-container {
	display:flex;
	justify-content:center;
	padding-top:5rem;
	padding-bottom:5rem;
	text-align:center;
}
.main-content-title-container .main-content-title {
	margin:0;
}
.top-toolbar {
	display:flex;
	justify-content:flex-end;
	padding:1rem;
	border:1px solid #e1e1e1;
	background:#fff;
    padding: 0.75rem;
	margin-bottom:1rem;
}
.top-toolbar .form-group {
	margin-bottom:0;
	width:auto;
	padding-left:0.5rem;
	padding-right:0.5rem;
	align-items:center;
}
.top-toolbar .form-group label {
	display:block!important;
	margin-bottom:0;
	padding-right:1rem;
	padding-left:3rem;
	font-size: .875rem;
}
.top-toolbar .form-group .form-control {
	margin-bottom:0;
	border:0px;
	background:#f6f6f6;
	min-height:30px;
}
.top-toolbar .btn-group {
	padding-left:0.5rem;
	padding-right:0.5rem;
}
.top-toolbar .btn-group .btn {
	min-height:30px;	
	border-color:transparent!important;
	padding-left:0;
	padding-right:0;
}
.product-layout {
	padding:1rem;
}
.product-layout .product-block {
	padding:1rem 1rem 0rem;
	border:1px solid #e1e1e1;
	background-color:#fff;
	position:relative;
}
.product-layout .product-block .product-block-title {
	padding-top:2rem;
	padding-bottom:1rem;
}

.product-layout .product-block .product-block-image {
	position:relative;
}
.product-layout .product-block .product-block-image .product-thumbnail {
	text-align:center;
}
.product-layout .product-block .product-block-image .product-thumbnail img {
	max-width:100%;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.product-layout .product-block .product-block-price .amount_before {
	font-weight:bold;
	font-size:1rem;
	color:#273d85;
	padding-left:0.5rem;
	padding-right:0.5rem;
}

.product-layout .product-block .product-cart {
	width:100%;
	padding-left:0.5rem;
	padding-right:0.5rem;
	flex:0 0 60%;
}
.product-layout .product-block .product-cart-float {
	position:absolute;
	right:1rem;
	bottom:-1.25rem;
	background:#222;
	color:#fff;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:30px;
}
.product-layout .product-block:hover .product-cart-float {
	display:none;
}
.product-layout .product-block .product-cart-float:hover {
	text-decoration:none;
	background:#fff;
	color:#222;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
	transition:all 0.3s;
}
.product-layout .product-block .product-wishlist {
	padding-left:0.5rem;
	padding-right:0.5rem;	
}
.product-layout .product-block .product-quickview {
	padding-left:0.5rem;
	padding-right:0.5rem;
	flex:0 0 20%;
	border-left:0.15rem solid #fff;
}
/*.product-layout .product-block .product-compare,.product-layout .product-block .product-quickview,.product-layout .product-block .product-wishlist {  
	position:absolute;
	background:#f4f4f4;
	color: #273d85;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	height:40px;
	width:40px;
	opacity:0;
	transition:all 0.3s;
	margin-top:40px;
	margin-bottom:-40px;
}
.product-block:hover .product-compare, .product-block:hover .product-quickview, .product-block:hover .product-wishlist {
	opacity:1;
	margin:0;
}
.product-layout .product-block .product-compare {
	left:0;
	bottom:0;
}
.product-layout .product-block .product-quickview {
	top:0;
	right:0;
}
.product-layout .product-block .product-wishlist { 
	bottom:0;
	right:0;
}
.product-layout .product-block .product-compare:hover,.product-layout .product-block .product-quickview:hover,.product-layout .product-block .product-wishlist:hover {
	text-decoration:none;
	background:#222;
	color:#fff;
}*/
.product-layout .product-block .product-block-labels {
	position:absolute;
	left:0;
	top:0;
}
.product-layout .product-block .product-block-labels span {
	float:left;
	background:#222;
	color:#fff;
	font-weight:bold;
	padding:0.2rem 2rem;
	margin-bottom:0.5rem;
	text-align:center;
	width:auto;
	clear:both;
}
.product-layout .product-block .product-block-labels span.product-sale {
	background:#273d85;
	padding-left:1.5rem;
	padding-right:1.5rem;
}
.related-container {
	justify-content:center;
}
@media screen and (max-width: 992px) {
	.main-content-title-container .main-content-title {
		margin:1rem 0;
		font-size:1.25rem; 
	}
	.category-description {
		background:#e9e9e9;
		padding:2rem 1rem 1rem;
		margin-bottom:2rem;
		text-align:center;
	}
	.category-description h1,.category-description h2, .category-description h3,.category-description h4, .category-description h5 {
		margin-bottom:1rem;
		font-size: 1rem;
		margin-top:0;
	}
	.category-blocks .category-block a { 
		font-size:0.75rem;
	}
	.top-toolbar {
		display:none;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
	.main-content-title-container {
		padding-top:2rem;
		padding-bottom:2rem;
	}
	.top-toolbar .form-group label {
		display:none!important;
	}
}

/* PRODUCT LIST END */

/* PRODUCT QUICKVIEW STARTS */

div#product-product.quickview-container #product-row {
	padding-top:0;
}
div#product-product.quickview-container .product-column-left {
	margin-bottom:2rem;
}
div#product-product.quickview-container .product-column-right {
	margin-bottom:2rem;	
}
div#product-product.quickview-container .product-column-right h1{
	margin-top:0;
}
div#product-product.quickview-container .product-column-left  .product-images-container .thumb {
	display:none;
}

@media(max-width:991px) {
	div#product-product.quickview-container {
		height:100%!important;
		padding:1.5rem;
	}
	div#product-product.quickview-container .fancybox-close-small {
		background:#000;
		color:#fff;
		position:fixed;
		opacity:1;
	}
	
}

/* PRODUCT QUICKVIEW ENDS */

/* SEARCH PAGE START */

.search-toolbar { 
	display: flex;
    justify-content: flex-start;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 0.75rem;
}
.search-toolbar .search-toolbar-block {
	padding-left:0.5rem;
	padding-right:0.5rem;
	flex:0 0 25%;
}
.search-toolbar  .search-toolbar-block-submit {
	display:flex;
	justify-content:flex-end;
}
.search-toolbar  .search-toolbar-block  .form-check-inline {
	display:flex;
	flex:0 0 100%;
}
.search-toolbar .search-toolbar-block select {
    -webkit-box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.05);
    box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.05);
    margin-bottom: 0;
    border: 0px;
    outline: none;
    border-bottom: 2px solid #e1e1e1;
    min-height: 48px;
}
.search-toolbar .search-toolbar-block input {
	margin-bottom:0;
}
@media screen and (max-width: 992px) {
	.search-toolbar  {
		flex-wrap:wrap;
	}
	.search-toolbar .search-toolbar-block {
		padding-left:0.5rem;
		padding-right:0.5rem;
		flex:0 0 100%;
		margin-bottom:1rem;
	}
	.search-toolbar  .search-toolbar-block  .form-check-inline {
		font-size:0.75rem;
	}
	.search-toolbar .search-toolbar-block-submit {
		justify-content:center;
		margin-bottom:0;
	}
	.search-toolbar .search-toolbar-block-submit input {
		width:100%;
	}
}
/* SEARCH PAGE END */

/* PRODUCT START */
div#product-product #product input[type="text"] {
	margin-bottom:0;
	border:0;
}
div#product-product .product-list  {
	margin-bottom:2rem;
}

div#product-product .btn-utilities .btn {
	border:0;
	background:#f4f4f4;
}
div#product-product .btn-utilities .btn:hover {
	background:#f4f4f4;
}
div#product-product  #product-image-gallery .swiper-button-next,div#product-product  #product-image-gallery .swiper-button-prev {
   opacity:0;
   transition:all 0.3s;
}
div#product-product  #product-image-gallery:hover .swiper-button-next, div#product-product  #product-image-gallery:hover .swiper-button-prev {
	opacity:1;
}
div#product-product  #product-image-gallery .swiper-button-disabled {
	display:none;
}
div#product-product  #product-image-gallery .product-block-labels {
    position: absolute;
    left: 0;
    top: 1rem;
	z-index:10;
}
div#product-product  #product-image-gallery .product-block-labels span {
    float: left;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    width: auto;
    clear: both;
}
div#product-product  #product-image-gallery .product-block-labels span.product-sale {
    background: #273d85;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
div#product-product #product-image-gallery .swiper-slide img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}
div#product-product .product-images-container .thumb {
    display: flex;
	justify-content:center;
    overflow: hidden;
    flex-wrap: wrap;
    margin: 2rem -1rem 0 -1rem;
}
div#product-product .product-images-container .thumb .swiper-slide {
    flex: 0 0 25%;
    padding: 0 1rem;
    margin-bottom: 0.3rem;
    border-bottom: solid 3px transparent;
    opacity: 0.3;
    transition: All 0.5s ease;
    cursor: pointer;
}
div#product-product .product-images-container .thumb .swiper-slide:hover,div#product-product .product-images-container .thumb .swiper-slide.active {
    opacity: 1;
}
div#product-product .product-images-container .thumb .swiper-slide img {
	width:100%;
}
div#product-product .product-option-container {
	margin-bottom:3rem;
}
div#product-product  .product-list li a {
	color:#212529;
	font-weight:bold;
	text-decoration:underline;
}
div#product-product .product-option-container .product-option-title {
	font-size:0.75rem;
	margin:0;
	padding-top:1rem;
	text-align:center;
	color: #212529;
	text-decoration:none;
}
div#product-product .product-option-block a:hover   {
	text-decoration:none;
}
div#product-product #product label.col-form-label {
	font-size:0.85rem;
}
div#product-product #product .form-check .form-check-label {
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
div#product-product #product .form-check.has-image input[type="radio"]:checked+label .option-value-box{ 
	background:#000;
}  
div#product-product #product .form-check.no-image input[type="radio"]:checked+label { 
	background:#000;
	color:#fff;
}  
div#product-product #product .form-check.has-image:hover .option-value-box{ 
	background:#eee;
	opacity:0.75;
}  
div#product-product #product .form-check.no-image:hover .form-check-label { 
	background:#eee;
	opacity:0.75;
}  
div#product-product #product .form-check .form-check-label .option-value-price {
	color:#999;
	font-size:0.75rem;
}
div#product-product #product .form-check.has-image .form-check-label .option-value-price {
	padding-top:0.25rem;
}
div#product-product #product .form-check.no-image .form-check-label {
	display:inline-block;
	width:100%;
	border:1px solid #e1e1e1;
	padding:0.5rem 1rem;
}
div#product-product #product .form-check.has-image .form-check-label{
	display:inline-block;
	width:100%
}
div#product-product #product .form-check.has-image .form-check-label .option-value-box{ 
	border:1px solid #e1e1e1;
	padding:0.25rem;
}
.product-option-block .product-option-image {
	border:1px solid #e1e1e1;
	padding:0.25rem;
}
.product-option-block:hover .product-option-image {
	background:#eee;
	opacity:0.75;
}
div#product-product #product .form-group  { 
	margin-bottom:0;
}
div#product-product #product .form-check  {
	padding-left:0.25rem;
	padding-right:0.25rem;
}
div#product-product #product .option-row {
	margin-left:-0.25rem;
	margin-right:-0.25rem;
}
div#product-product #product .form-check.has-image .form-check-label .option-value-box {
	padding:0;
	border:0;
}
.product-option-block .product-option-image {
	padding:0;
	border:0;
}
div#product-product #product .form-check.no-image .form-check-label {
	border:0;
	-webkit-box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.05);
    box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.05);
}

div#product-product #product .form-check.no-image .form-check-label {
    border: solid 2px #ddd;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

div#product-product .tab-content {
	padding-top:2rem;
	padding-bottom:2rem;
}
div#product-product .mobile-tab-content {
	display:none;
}
div#product-product  .btn-phone-order {
	flex-wrap:wrap;
	font-weight:normal;
	font-size:0.9rem;
}
div#product-product  .btn-phone-order .button-label {
	flex:0 0 100%;
}
div#product-product  .btn-phone-order .button-label.button-label-bold {
	font-weight:bold;
	font-size:1rem;
}
div#product-product .product-bottom-tabs  {
	margin-bottom:2rem;
}
div#product-product .product-bottom-tabs .tab-content table {
	background:#fff;
}

div#product-product .product-bottom-tabs .mobile-tab-content table  {
	background:#f4f4f4;
}

@media screen and (max-width: 992px) {
	div#product-product  .product-bottom-tabs .nav.nav-tabs {
		justify-content:center;
	}
	div#product-product  .product-bottom-tabs .nav.nav-tabs .nav-item {
		display: block;
		width:100%;
	}
	div#product-product  .product-bottom-tabs .nav.nav-tabs .nav-item .nav-link {
		justify-content:center;
		margin:0;
	}
	div#product-product  .product-bottom-tabs {

	}
	div#product-product .product-list .manufacturer-image {
		line-height: unset;
		margin-left: 2rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
		display: none;
	}	
	div#product-product .btn-cart {
		margin-bottom:1rem;
	}
	div#product-product .btn-cart  .product-quantity {
		margin-bottom:1rem;
	}
	div#product-product .btn-cart {
		flex-wrap:wrap;
		justify-content:center;
	}	
	div#product-product  .at-share-btn-elements {
		display:flex;
		justify-content:center;
	}
	div#product-product  .product-bottom-tabs .nav-item.parent-active .mobile-tab-content { 
		display:block;
	}
	
}

/* PRODUCT END */

/* BANNERS START */

.banner-container {
	display:flex;
	width:100%;
	align-items:center;
}
.banner-container .banner-row {
	display: -ms-flexbox;
    display: flex;
	margin-right: -15px;
    margin-left: -15px;
}
.banner-container .banner-row .banner-item {
	display:flex;
	padding-left:1rem;
	padding-right:1rem;
	align-items:center;
}
.banner-container .banner-row .banner-item.banner-image-right {
	-webkit-flex-direction: row-reverse; 
    flex-direction: row-reverse; 
}
.banner-container .banner-row .banner-item.banner-vertical.banner-text-above-image {
	 -webkit-flex-direction: column-reverse; 
	  flex-direction: column-reverse; 
}
.banner-container .banner-row .banner-item .banner-caption .banner-hypertitle {
	font-size:0.75rem;
	line-height:1;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	display:inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-title {
	font-size:1rem;
	line-height:1.4;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	display:inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-subtitle {
	font-size:1rem;
	line-height:1.2;
	font-weight:normal;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	display:inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-readmore {
	color: #111;
    background: #fff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem 2rem;
	margin-top:1rem;
	margin-bottom:1rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 0.05rem;
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);	
	cursor:pointer;
}
.banner-container .banner-row .banner-item .banner-image {
	margin-bottom:0.5rem;
	margin-top:0.5rem;
	display:inline-block;
}
.banner-container .banner-row .banner-item .banner-caption.banner-vertical .banner-hypertitle,.banner-container .banner-row .banner-item.banner-text-over-image .banner-hypertitle {
	width:100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption .banner-title,.banner-container .banner-row .banner-item.banner-text-over-image .banner-title {
	width:100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption .banner-subtitle,.banner-container .banner-row .banner-item.banner-text-over-image .banner-subtitle {
	width:100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-image,.banner-container .banner-row .banner-item.banner-text-over-image .banner-image {
	width:100%;
}
.banner-container .banner-row .banner-item .banner-image img{
	max-width:none;
}
.banner-container .banner-row .banner-item.banner-image-left {
	align-items:center;
}
.banner-container .banner-row .banner-item.banner-image-left.banner-horizontal .banner-image {
	padding-right:2rem;
}
.banner-container .banner-row .banner-item.banner-image-right .banner-caption {
	text-align:right;
}
.banner-container .banner-row .banner-item.banner-image-right.banner-horizontal .banner-image {
	padding-left:2rem;
}
.banner-container .banner-row .banner-item.banner-image-right .banner-image {
	text-align:right;
}
.banner-container .banner-row .banner-item.banner-image-center .banner-caption {
	text-align:center;
}
.banner-container .banner-row .banner-item.banner-image-center .banner-image {
	text-align:center;
}
.banner-container .banner-row .banner-item.banner-text-over-image {
	position:relative;
}
.banner-container .banner-row .banner-item.banner-text-over-image.banner-horizontal  .banner-image , .banner-container .banner-row .banner-item.banner-text-over-image.banner-vertical  .banner-image   {
	padding-right:0rem;
	padding-left:0rem;
	text-align:center;
}
.banner-container .banner-row .banner-item.banner-text-over-image .banner-caption{
	 position:absolute;
	 left:1rem;
	 top:0;
	 right:1rem;
	 bottom:0;
}
.banner-container .banner-row .banner-item > a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical {
	flex-wrap:wrap;
	-ms-flex-wrap: wrap;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-col.banner-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-col.banner-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.banner-container .banner-row .banner-col.banner-col-3 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.banner-container .banner-row .banner-col.banner-col-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.banner-container .banner-row .banner-col.banner-col-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.banner-container .banner-row .banner-col.banner-col-6 {
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}
@media screen and (max-width: 992px) {
	.banner-container .banner-row .banner-item {
		padding-left:2rem;
		padding-right:2rem;
	}
	.banner-container .banner-row { 
		flex-wrap:wrap;
	}
	.banner-container .banner-row .banner-col.banner-col-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-col.banner-col-3 {
		-ms-flex: 0 0 3100;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-col.banner-col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-col.banner-col-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-col.banner-col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-item .banner-caption .banner-readmore {
		font-weight: bold;
		font-size: 0.9rem;
		padding: .75rem;
	}
}

/* BANNERS END */

/* PRODUCT BUNDLES START */

.pbListing-box .box-content {
	border:0;
	border-radius:0;
	padding:2rem;
	background:#fff;

}
.pbListing-box .box-content .box-products {
	padding:0;
}
.pbListing-box  .box-products-container {
	display:flex;
	align-items:center;
	justify-content:center;
}
.PB_plusbutton {
	margin:0;
	width:40px;
	height:40px;
	background:none;
	color:#222;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.5rem;
}
.pbListing-box  .box-products-container .product-layout {
    flex-grow: 1;
    flex: 1 1 0;
}
.pbListing-box  .box-products-container .product-layout .product-block-title {
	padding:1em 0rem;
}
.pbListing-box  .box-products-container .product-layout .product-block-title .product-name {
    padding:0rem 1rem;
	text-align:center;
}
.bundle-list-name {
	text-align:center;
	padding:0;
}
.bundle-list-name h3 {
	margin:0;
	margin-bottom:1rem;
}
.pbListing-box .box-content .box-products .PB_bundle_info-container {
	display:flex;
	justify-content:flex-end;
	margin-top:2rem;
}
.pbListing-box .box-content .box-products .PB_bundle_info {
	text-align:right;
	margin:0;
}
.pbListing-box .box-content .box-products .PB_bundle_info a {
	margin-top:1rem;
}
.PB_bundle_info .bundle_price_row {
	margin-bottom:0.5rem;
	font-weight:bold;
	color:#d80117;
}
.PB_bundle_info .bundle_price_row span {
	margin-right:0.5rem;
	font-weight:normal;
	color:#222;
}
@media screen and (max-width: 992px) {
	.bundle-list-name h3 {
		margin:0;
		margin-bottom:1rem;
		font-size:1rem;
	}
	.pbListing-box  .box-products-container .product-layout {
	    flex-basis: 100%;
	}
}

/* PRODUCT BUNDLES END */

/* CATEGORY MODULE START */

.category-banner-container .category-banner-item {
	text-align:center;
	margin-bottom:1.5rem;
}
.category-banner-container .category-banner-item .category-banner-link {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	transition:all 0.3s;
    border: 0;
}
.category-banner-container .category-banner-item .category-banner-link:hover {
	text-decoration:none;
}
.category-banner-container .category-banner-item  .category-banner-image {
	padding:2rem;
	width:100%;
	position:relative;
}
.category-banner-container .category-banner-item  .category-banner-image img {
	max-width:100%;
}
.category-banner-container .category-banner-caption {
	padding:1rem;
	background:#f4f4f4;
	width:100%;
}
.category-banner-container .category-banner-item h3.category-banner-title {
	font-size:1.25rem;
	margin-top:0;
	margin-bottom:0;
	color:#111;
}
.category-banner-container .category-banner-item .category-banner-readmore {
	font-size:0.75rem;
	line-height:1;
	margin-bottom:0.5rem;
	display:inline-block;
}
.category-banner-container .category-banner-item .category-banner-readmore i {
	padding-left:0.5rem;
}
@media screen and (max-width: 768px) {

}
/* CATEGORY MODULE END */

/* TABS MODULE START */

.products_carousel_outter {
	position:relative;
}
.products_carousel_outter {
	
}
.products_carousel_outter .swiper-button-next {
	right:-0.5rem;
	margin-top:-10rem;
	transition:all 0.3s;
	opacity:0;
}
.products_carousel_outter .swiper-button-prev {
	left:-0.5rem;
	margin-top:-10rem;
	transition:all 0.3s;
	opacity:0;
}
.products_carousel_outter:hover .swiper-button-next {
	margin-top:-7.5rem;
	opacity:1;
}
.products_carousel_outter:hover .swiper-button-prev {
	margin-top:-7.5rem;
	opacity:1;
}
.ho_product_tabs-wrap .nav-tabs-wrapper .nav-tabs {
	display:flex;
	justify-content:center;
}
@media screen and (max-width: 768px) { 
	.products_carousel_outter .swiper-button-next {
		display:none;
	}
	.products_carousel_outter .swiper-button-prev {
		display:none;
	}
}

/* TABS MODULE END */

/* DEALS MODULE START */

.deals-module-container .deals-module-title {
	text-align:center;
}
.deals-module-container .product-deals-outer .product-block-caption {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding-left:3rem;
	padding-right:3rem;
}
.deals-module-container .product-deals-outer .product-block {
	display:flex;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown {
	display:inline-block;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_wrapper {
	display:flex;	
	margin-left:-0.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_cont{
	text-align:center;
	background:#f4f4f4;
	line-height:1;
	width:75px;
	margin-left:0.5rem;
	margin-right:0.5rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_var{
	font-weight:bold;
	font-size:1.7rem;
	margin-bottom:0.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_text{
	font-weight:bold;
	font-size:0.7rem;
}
.deals-module-container .product-deals-outer  .product-block .product-block-image {
	text-align:center;
	padding-left:3rem;
	padding-right:3rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-price {
    padding-bottom: 1.5rem;
	line-height:1;
}
.deals-module-container .product-deals-outer .product-block .product-block-price .amount_before {
    font-weight: bold;
    font-size: 1rem;
    color: #273d85;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
	line-height:1;
}
.deals-module-container .product-deals-outer .product-block .product-block-price .amount {
	font-weight: bold;
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-title .product-name {
    text-align: left;
    margin: 0;
    line-height: 1.5;
    font-size: 1rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-title .product-name a {
	color: #212529;
}
.deals-module-container .product-deals-outer .swiper-button-next,.deals-module-container .product-deals-outer .swiper-button-prev {
	margin-top:2rem;
}
.deals-module-container .product-deals-outer:hover .swiper-button-next {
	margin-top:0;
	opacity:1;
}
.deals-module-container .product-deals-outer:hover .swiper-button-prev {
	margin-top:0;
	opacity:1;
}
@media screen and (max-width: 992px) { 
	.deals-module-container .product-deals-outer .product-block .product-block-image {
		padding-left: 0rem;
		padding-right: 0rem;
		padding-bottom:2rem;
	}
	.deals-module-container .product-deals-outer .product-block { 
		flex-wrap:wrap;
	}
	.deals-module-container .product-deals-outer .product-block-caption {
		padding-left: 2rem;
		padding-right: 2rem;	
		text-align:center;
		display:inline-block;
		width:100%;
	}
	.deals-module-container .product-deals-outer .product-block .product-block-title .product-name {
		text-align:center;
	}
	.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_cont{
		width:50px;
	}
	.deals-module-container .product-deals-outer .product-block  .product-block-actions a{
		font-size: 0.9rem;
		width:100%;
		margin-bottom:.5rem;
	}
	.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_wrapper {	
		margin-left:-0.15rem;
	}
	.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_cont{
		margin-left:0.15rem;
		margin-right:0.15rem;
	}
	.deals-module-container .product-deals-outer {
		padding-top:0;
		padding-bottom:0;
	}
	.deals-module-title {
		margin-top:0rem;
		margin-bottom:2rem;
	}
}

/* DEALS MODULE END */

/* BRANDS MODULE START */

.brands-module {
	position:relative;
	padding-top:3rem;
	padding-bottom:3rem;
	background:#f8f8f8;
}
.brands-module .brand-block {
	text-align:center;
}
.brands-module .brand-block a img {
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.brands-module .brand-block a:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.brands-module .swiper-pager { 
	margin-top:-3rem;
	opacity:0;
	left:0;
	transition: all 0.3s;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
}
.brands-module:hover .swiper-pager {
	margin-top:0;
	opacity:1;
}
/* BRANDS MODULE ENDS */

/* BRAINYFILTER STARTS */
div[data-filter-totals="0"] {
	display:none!important;
}
.box-heading {
	background:#fff;
	padding:1rem;
	border: 1px solid #e1e1e1;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size:1.5rem;
	line-height:1;
	margin-bottom: 2rem;
}
.box {
    border: 0px;
    border-radius: 0px;
}
#column-left .bf-panel-wrapper .bf-attr-group-header {
	background: #222;
    padding: 1rem;
    border: 0px;
	color:#fff;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1rem;	
}
.bf-attr-block {
	margin-bottom:1rem;
}
.bf-panel-wrapper .bf-attr-block .bf-attr-header {
	background: #fff;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
}
.list-group-iteme {
	background: #fff;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
	width:100%;
	display:inline-block;
}
.bf-attr-block-cont {
	padding:1rem;
	padding-left:1.5rem;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.bf-cell {
	border:0;
}
.bf-cell.bf-c-2  {
	border:0px;
	display:flex;
	align-items:center;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
	height:auto;
	font-weight:bold;
}
.bf-cell.bf-c-2 input {
	margin-right:0.5rem;
}
.bf-cell.bf-c-3 .bf-count{
	display:none;
}
.bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
	border:0px;
}
.bf-sliding-cont {
	background:#fff;
}
.bf-price-container input {
	border:0px;
	min-height:25px;
	margin-bottom:0px;
	background: #f6f6f6;
}
.bf-buttonclear-box {
	display:none;
}
.ui-slider-horizontal .ui-slider-handle {
	border-radius:100%;
}
.bf-cur-symb {
	padding-bottom:1rem;
}
.bf-expanded {
	height:auto!important;
}
.bf-row.count-0 {
	display:none;
}
#header  .bf-panel-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding:1rem;
	position:static;
	height:60px;
	width:100%;
	background:#fff;
}
#header .bf-panel-wrapper .bf-btn-show.bf-btn-button {
	background:none;
	color:#222;
	position:static;
	padding-left:0.75rem;
	padding-right:0.75rem;
	width:auto;
	border:2px solid #222;
	border-radius:30px;
}
#header .bf-panel-wrapper .bf-btn-show.bf-btn-button:hover {
	background:#222;
	color:#fff;
}
#header .bf-panel-wrapper .bf-btn-show.bf-btn-arrow {
	background:none;
	color:#222;
	position:static;
	padding:0;
	width:auto;
	font-size:1.25rem;
	opacity:0;
	transition:opacity 0.3s;
}
#header .bf-panel-wrapper .bf-btn-show:before {
	display:none;
}
#header .bf-panel-wrapper .bf-btn-show:after {
	display:none;
}
#header .bf-panel-wrapper .bf-btn-reset {
	color:#222;
	padding:0px;
	position:static;
	background:none;
	font-size:1.25rem;
	width:30px;
	opacity:0;
	transition:opacity 0.3s;
	display:block;
	text-align:right;
}
#header .bf-panel-wrapper .bf-btn-reset:before {
	display:none;
}
#header .bf-panel-wrapper.bf-opened .bf-btn-arrow, #header .bf-panel-wrapper.bf-opened .bf-btn-reset {
	opacity:1;
}
#header .bf-panel-wrapper .bf-right-container {
	display:flex;
	align-items:center;
}
#header .bf-panel-wrapper  #input-sort {
    border-bottom: 2px solid #222;
	min-height:0px;
    background: none;
    padding: 0.15rem 0.5rem;
    height: 30px;
    width: 150px;
}
#header .bf-responsive.bf-active.bf-left .bf-check-position {
	left:-200%;
}
#header .bf-responsive.bf-active.bf-left.bf-opened .bf-check-position {
	left:0;
}
#header .bf-panel-wrapper .bf-check-position  {
    width: 100%;
    margin: 0;
    top: 120px;
    box-shadow: none;
    -webkit-box-shadow: none;
	padding:2rem;
	background:#f7f7f7;
	height:calc(100vh - 120px);
}
#header .bf-panel-wrapper .bf-check-position .box-heading {
	display:none;
}
#header .bf-panel-wrapper .bf-check-position .bf-attr-group-header {
	background: #222;
	padding: 1rem;
	border: 0px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05rem;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 1rem;
}
/* BRAINYFILTER ENDS */

/* BLOG START */

.blog-wrapper .blog_item-title {
    margin: 0;
    line-height: 1.5;
    font-size: 1.5rem;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
.blog-wrapper .blog_item-title a {
    color: #212529;
}
.blog-wrapper .blog_item-description {
	padding-bottom:1.5rem;
}
@media screen and (max-width: 768px) {
	.blog-wrapper .blog_item {
		padding-bottom:4rem;
		text-align:center;
	}
	.blog-wrapper .blog_item-title  {
		font-size:1.25rem;
		line-height:1.4;
	}
}

/* BLOG END */

/* CHECKOUT/CART START */

.quickcheckout-heading {
    background: #1d2c5e;
    border-radius: 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
	font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05rem;
	color:#fff;
}

.quickcheckout-heading i {
	color:#83d416;
}

#coupon-heading {
    background: #1d2c5e;
    border-radius: 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
	font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05rem;
	color:#fff;
}
#voucher-heading {
    background: #1d2c5e;
    border-radius: 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
	font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05rem;
	color:#fff;
}
.quickcheckout-content {
    background: #fff;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	border:0;
	overflow:hidden;
}
.quickcheckout-content table td  {
	vertical-align:middle;
}
.quickcheckout-content table td label {
	margin-bottom:0;
}
#coupon-content {
    background: #f4f4f4;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	border:0;
}
#coupon-content input {
	margin:0;
}
#voucher-content {
    background: #f4f4f4;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	border:0;
}
#voucher-content input {
	margin:0;	
}
.quickcheckout-content  input[type="text"], .quickcheckout-content  select, .quickcheckout-content .input-group  {
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
#cart1 .quickcheckout-content {
	background:none;
}
.quickcheckout-inputrow {
	display:flex;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	align-items:center;
}
.quickcheckout-inputrow input {
	margin-right:0.5rem;
}
.checkout-cart-container {
	padding-bottom:2rem;
}

.checkout-cart-row {
	display:flex;
	align-items:center;
	justify-content:space-around;
	width:100%;
	padding-top:2rem;
	padding-bottom:2rem;
	border-bottom:2px solid #eee;
}

.checkout-cart-totals .checkout-cart-row {
	justify-content:flex-end;
}

.checkout-cart-row .checkout-cart-block {
	padding-left:1rem;
	padding-right:1rem;
}
.checkout-cart-row .checkout-cart-block .checkout-cart-title {
	line-height: 1.25;
    font-size: 1.25em;
    font-weight: 700;
	color:#222;
	display:inline-block;
	width:100%;
	padding-bottom:1rem;
}
.checkout-cart-row .checkout-cart-block  .checkout-cart-sub {
	line-height: 1;
    font-size: 1;
    font-weight: 700;	
	color:#999;
	padding-bottom:1rem;
	display:inline-block;
}
.checkout-cart-row .checkout-cart-block .btn {
	padding:0.5rem;
}
.checkout-cart-row .checkout-cart-block  .checkout-cart-price {
	line-height: 1;
     font-size: 1.25em;
    font-weight: 700;	
	color: #273d85;
}
.checkout-cart-container .btn-cart { 
    width: 100%;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 0rem;
}
.checkout-cart-container .number-spinner {
    -webkit-box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.1);
	border: 1px solid #e1e1e1;
	display:flex;
}
.checkout-cart-container .number-spinner .input-group-btn {
    width: auto;
}
.checkout-cart-container .number-spinner input[type="text"] {
    background: white;
    height: 48px;
    line-height: 1.5;
    border: solid 1px #e1e1e1;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    min-width: 50px;
    padding: 10px 13px;
    font-weight: bold;
    color: black;
    width: calc(100% - 70px);
    border-top: 0px;
    border-bottom: 0px;
	border:0;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin:0;
}
.checkout-cart-container .product-quantity {
    position: relative;
    max-width: 140px;
    width: 100%;
    justify-content: flex-start;
	margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.checkout-cart-container .number-spinner .btn-default {
    height: 44px;
    line-height: 1.5;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-align: center;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
}
.checkout-cart-container .checkout-cart-sub-row {
	display:flex;
	margin-left:-1rem;
	margin-right:-1rem;
}

.checkout-cart-block.checkout-cart-block-desc {
    flex: 1;
}

.checkout-cart-sub-row.checkout-cart-sub-row-total {
    padding-right: 1rem;
    padding-left: 1rem;
	margin:0;
	justify-content:flex-end;
    flex: 1;
}

.checkout-cart-container button.btn.btn-default.button-minus,
.checkout-cart-container button.btn.btn-default.button-plus 
{
    background: #83d416;
    border-color: #83d416;
    color: #fff;
}

.checkout-cart-container button.btn.btn-default.button-minus:hover,
.checkout-cart-container button.btn.btn-default.button-plus:hover,
.checkout-cart-container button.btn.btn-default.button-minus:active,
.checkout-cart-container button.btn.btn-default.button-plus:active,
.checkout-cart-container button.btn.btn-default.button-minus:focus,
.checkout-cart-container button.btn.btn-default.button-plus:focus
{
    background: #273d85;
    border-color: #273d85;
    color: #fff;
}

@media screen and (max-width: 992px) {
	.quickcheckout-content  input[type="text"], .quickcheckout-content  input[type="password"], .quickcheckout-content  select, .quickcheckout-content .input-group  {
		min-height:38px;
	}
	.quickcheckout-content .btn {
		min-height:38px;
		padding:.5rem;
	}
	.quickcheckout-heading {
		font-size:0.9rem;
	}
	.quickcheckout-content {
		padding:1rem 0;
		background:none;
	}
	.quickcheckout-content .col-sm-6 {
		padding:0;
	}
	.quickcheckout-content  .col-sm-9 {
		padding:0;
	}
	.quickcheckout-content .terms  label {
		font-size:0.9rem;
	}
	.quickcheckout-content .terms  {
		text-align:center;
	}
	#coupon-heading {
		font-size:0.9rem;
	}
	#coupon-content input {
		width: 100%;
	}
	#coupon-content .input-group-btn {
		width: 100%;
	}
	#coupon-content button {
		width: 100%;
	}
	#voucher-heading {
		font-size:0.9rem;
	}
	#voucher-content input {
		width: 100%;
	}
	#voucher-content .input-group-btn {
		width: 100%;
	}
	#voucher-content button {
		width: 100%;
	}
	.checkout-cart-container {
		padding:0;
	}
	.checkout-cart-container .checkout-cart-row {
		background:#fff;
		border:1px solid #e1e1e1;
		flex-wrap:wrap;
		padding:0;
		margin-bottom:1rem;
		padding-top:1rem;
	}
	.checkout-cart-row .checkout-cart-block {
		flex: 0 0 100%;
		text-align:center;
	}
	.checkout-cart-row .checkout-cart-block img {
		margin-bottom:1rem;
	}
	.checkout-cart-row .checkout-cart-block .checkout-cart-title {
		padding-bottom:0;
	}
	.checkout-cart-row .checkout-cart-block .product-quantity {
		display:block;
	}
	.checkout-cart-row .checkout-cart-block .btn-group.btn-cart {
		flex-wrap:wrap;
	}
	.checkout-cart-totals {
		padding-top:0;
		padding-bottom:1rem;
	}
	.checkout-cart-totals  .checkout-cart-row {
		padding-top:1rem;
		padding-bottom:1rem;
		margin-bottom:0;
	}
	.checkout-cart-totals  .checkout-cart-row .checkout-cart-price {
		padding-top:0;
		padding-bottom:0;
	}
	.checkout-cart-container .checkout-cart-sub-row {
		flex-wrap:wrap;
		padding-top:1.5rem;
		padding-bottom:1.5rem;
		margin:0;
		width:100%;
	}
	.checkout-cart-container .checkout-cart-sub-row-total {
		border-top: 2px solid #eee;
		margin-top:2rem;
		background: #f7f7f7;
	}
	#collapse-voucher input {
		width:100%;
	}
	#collapse-voucher .input-group-btn {
		width:100%;
	}
	#collapse-coupon input {
		width:100%;
	}
	#collapse-coupon .input-group-btn {
		width:100%;
	}
}

/* CHECKOUT/CART END */

/* FOOTER START */

footer a {
	color:#fff;
}
footer .footer-logo-container {
	margin-bottom:3rem;
	text-align:center;
}
footer .footer-wrap {
	padding:3rem;

}
footer {
	margin-top:3rem;
}
.common_home footer {
	margin-top:0;
}

@media screen and (max-width: 576px) {
	.footer-wrap {
		text-align:center;
	}
}
/* FOOTER END */


/* NEW ADDITIONS */
a.image-category-block img {
	width: 100%;
	height: auto;
}
	
.category-blocks .category-block a {
    font-size: 0.75rem;
    background: #fff;
    font-weight: bold;
    color: #273d85;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

a.image-category-block {
	display:flex;
	padding:1rem;
	background:#fff;
}

.category-blocks a.image-category-block:hover,
.category-blocks a.image-category-block:active,
.category-blocks a.image-category-block:focus 
{
	background:#fff;	
}

.category-blocks .category-block {
    display: flex;
    flex-direction: column;
    height: auto;
}

/* NEW ADDITIONS */


.corePrice {
    display: inline-flex;
    background: #f1f4fe;
    padding: 0.75rem 1rem;
    align-items: stretch;
    border-radius: 0.25rem;
    border: solid 1px #acbae6;
    color: #1d2c5e;
}

.corePrice i {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #273d85;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    border-right: solid 1px #1d2c5e5e;
}



.header-pretop-bar {
    background: #83d416;
    color: #101936;
}

.header-pretop-bar .message {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
}
@media(max-width:991px) {

	.header-pretop-bar {
		background: #1d2c5e;
		color: #fff;
	}
}
