@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
body.maintenance {
	background:#F8F9F9;
	background-size:cover;
	position:relative;
	z-index:0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
/*	font-family: 'Open Sans', sans-serif; */
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	color: #363636;
}
body {
	background: #fff;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #737373;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #1c355e;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#wrapper {
	width: 100%;
	min-height: calc(100vh - 350px);
	margin: 0 auto;
	padding: 0;
}
header .top_bar {
	font-size:14px;
	padding:10px 0;
	background-color:#F2F2F2;
	color:#2B2B2B;
	border-bottom:1px solid #e8e8e8;
}
header.newcolor .main_bar {
	background-color: #80c7bc;
}
#main_navigation.newcolor {
	background-color: #80c7bc;
}
header.newcolor .top_bar {
	background-color: #1c355e;
	border-bottom:1px solid #1c355e;
	color: #fff;
}
header.newcolor .top_bar a {
	color: #fff !important;
}
header .top_bar .dropdown .btn {
    vertical-align:initial;
}
header .top_bar .dropdown-item {
    margin-right: 0 !important;
	padding:0;
}
header .top_bar .dropdown-item a {
	display:block;
	padding: 0 1rem;
}
header.newcolor .top_bar .dropdown .btn {
	color: #fff !important;
}
header .top_bar .dropdown-item:focus,
header .top_bar .dropdown-item:active,
header .top_bar .dropdown-item:hover {
	background-color:#F2F2F2;
}
header .top_bar .contact_details {
	line-height:31px;
}
header .top_bar .contact_details li {
	float:left;
	display:inline-block;
	margin-right:15px;
}
header .top_bar .contact_details li:last-child {
	margin-right:inherit;
}
header .top_bar .social_media {
	text-align:right;
}
header .top_bar .social_media span {
	line-height:31px;
}
header .top_bar .social_media span i {
	margin:0 5px;
}
header .top_bar .social_media a:link,
header .top_bar .social_media a:active,
header .top_bar .social_media a:visited {
	color:#737373;
}
header .top_bar .social_media a:hover {
	color:#1c355e;
}
header .top_bar a:link, header .top_bar a:active, header .top_bar a:visited {
	color:#212121;
}
header .newcolor .language.dropdown-menu .dropdown-item a {
    color: #1c355e !important;
}
header .top_bar a:hover {
	color:#1c355e;
}
header .top_bar .login_register {
	text-align:right;
}
header .top_bar .login_register ul li {
	margin-left:10px;
	display:inline-block;
}
header .top_bar .login_register ul li.dropdown-item {
	margin:0;
	padding:0;
}
header .top_bar .login_register ul li.dropdown-item a:link,
header .top_bar .login_register ul li.dropdown-item a:active,
header .top_bar .login_register ul li.dropdown-item a:visited {
	display:block;
	padding:.5rem 1rem;
	color:#3F3F3F;
}
header .top_bar .login_register ul li.dropdown-item a:hover {
	display:block;	
	padding:.5rem 1rem;
	color:#fff;
	background-color:#1c355e;
}
header .top_bar .login_register ul li.dropdown-item a:hover i {
	color:#fff;
}
header .top_bar .dropdown {
	float:right;
	margin-left: 10px;	
}
header .top_bar .dropdown i {
	color:#fff;
	margin-right:5px;
}
header .top_bar .dropdown .dropdown-menu i {
	color:#1c355e;
}
header .main_bar {
	padding:20px 0;
	background-color:#fff;
	color:#585858;
}
header .main_bar .userdetails {
	line-height:80px;
}
header .main_bar .logo {
	margin:0 auto;
	text-align:center;
}
header .main_bar .logo img {
	max-height:80px;
}
header .user {
	display:inline-block;
	width:22px;
	height:22px;	
	background-image:url(images/user.svg);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	top:4px;
	margin-right:5px;
}
header .wishlist {
	display:inline-block;
	width:22px;
	height:22px;	
	background-image:url(images/wishlist.svg);
	background-position:center;
	background-repeat:no-repeat;	
}
header .mycart {
	display:inline-block;
	width:22px;
	height:22px;	
	background-image:url(images/cart.svg);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	top:3px;	
}
header .cart {
	line-height:80px;
}
#language {
    box-shadow: none;
    outline: none;
}
header .language.dropdown-menu {
    min-width: inherit;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
header .language.dropdown-menu .dropdown-item:active,
header .language.dropdown-menu .dropdown-item.active {
    background-color: #f8f9fa;
    color: #1c355e;
}
header .language.dropdown-menu .dropdown-item:active a,
header .language.dropdown-menu .dropdown-item.active a {
    color: #1c355e;
} 
.header_menu {
	background-color:#fff;
	color:#1c355e;
	padding:10px;
	font-size: 14px;
	line-height:16px;
	margin:5px auto 0;
}
.header_menu.index {
	padding:0;
}
.header_menu .breadcrumb {
	width:100%;
	margin-bottom:0;
	background-color:transparent;
	color:#1c355e;
	padding:0;
	border-radius:0;
}
.header_menu .breadcrumb .breadcrumb-item {
	margin-bottom:5px;
	line-height:24px;
}
.header_menu .breadcrumb a:link, 
.header_menu .breadcrumb a:active, 
.header_menu .breadcrumb a:visited {
	color:#333e48;
    padding: .465em .929em;
    background-color: #f5f5f5;
    border-radius: .357em;
}
.header_menu .breadcrumb a:hover, .header_menu .breadcrumb-item.active, .header_menu .breadcrumb-item.active a:link {
	color:#1c355e;
	background-color:#fff;
}
.header_menu .breadcrumb .breadcrumb-item.active a:link, .header_menu .breadcrumb .breadcrumb-item.active a:active, .header_menu .breadcrumb .breadcrumb-item.active a:visited {
	background-color:#fff;
}
.header_menu .breadcrumb-item+.breadcrumb-item::before {
	color:#333e48;
	content:'\f105';
	font-family:'Font Awesome 5 Pro';
	line-height:36px;
}
.working_hours {
	position:absolute;
	width:calc(100% - 30px);
	margin-top:10px;
	text-align:center;
	color:#212121;	
}
.working_hours i {
	color:#1c355e;
}
#search_form_top .custom-select {
	border:1px solid transparent;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:1px solid #eee;
}
#search_form_top .form-control {
	background-color:#F5F5F5;
	border:1px solid #eee;
}
#search_form_top .btn {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
#top_cart a {
	color:#212121;
}
#top_cart .wish_list {
    position: relative;
    top:6px;
    margin-right: 15px;
}
.cart ul {
	float:right;
}
.cart ul li {
	display:inline-block;
	float:left;
}
.cart_icon {
	margin-right:15px;
	font-size:19px;
}
.cart_icon img {
	height:70px;
	margin-top: -16px;
	margin-right:-10px;
}
.my_cart {
    display: inline-block;
	position:relative;
	color:#1c355e;
}
.my_cart em {
	font-weight:600;
	line-height:38px;
	text-align:center;
	font-style:normal;
	color:#212121;
}
#main_navigation {
	background-color:#fff;
    color: #737373;
	border-bottom:1px solid #E6E6E6;
}
#main_navigation .navbar {
	padding:0;
}
#main_navigation .dropdown-menu {
	border-radius:0;
	margin:0;
	border:1px solid #E6E6E6;
	-moz-box-shadow: 0 3px 3px #eee;
    -webkit-box-shadow: 0 3px 3px #eee;
    box-shadow: 0 3px 3px #eee;
}
#main_navigation .navbar-brand {
	padding:0 0 2px;
	display:none !important;	
}
#main_navigation.fixed-top .navbar-brand {
	display:inline-block !important;
}
#main_navigation .dropdown-toggle::after {
	display:none;
}
#main_navigation .dropdown:hover > .dropdown-menu {
  display: block;
}
#main_navigation .dropdown > .dropdown-toggle:active {
}
#main_navigation .dropdown-item:focus,
#main_navigation .dropdown-item:hover {
	color:#1c355e;
}
#main_navigation .dropdown-item:active {
	background-color:#1c355e;
	color:#fff;
}
#main_navigation .mega-menu {
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	right:0;
	margin:0 auto;
	background-color:#fff;
	color:#737373;
	z-index:11;
	padding:20px;
	border:1px solid #E6E6E6;
	-moz-box-shadow: 0 3px 3px #eee;
	-webkit-box-shadow: 0 3px 3px #eee;
	box-shadow: 0 3px 3px #eee;
}
#main_navigation .mega-menu h3 {
	font-size:20px;
	font-weight:400;
	color:#1c355e;
	margin-bottom:10px;
}
#main_navigation .mega-menu .product_price {
    font-size: 20px;
    color: #1c355e;
    margin: 5px;
    line-height: 17px;
    font-weight: 400;	
}
#main_navigation .mega-menu .product_price .old_price {
	color:#999;
	margin-right:5px;
	text-decoration:line-through;
}
#main_navigation .mega-menu .category {
	margin-bottom:10px;
	border-right:1px solid #ddd;
}
#main_navigation .mega-menu .brands {
	border-right:1px solid #ddd;
}
#main_navigation .mega-menu .category ul > li > a {
	font-size:16px;
	font-weight:500;
}
#main_navigation .mega-menu .category ul > li > ul > li > a {
	font-size:14px;	
	font-weight:300;	
} 
#main_navigation .mega-menu .category a:link,
#main_navigation .mega-menu .category a:active,
#main_navigation .mega-menu .category a:visited {
	color:#737373;
}
#main_navigation .mega-menu .category a:hover {
	color:#1c355e;
}
#main_navigation .mega-menu .category ul.multiple {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
	list-style: inside none;
	padding: 0;
}
#main_navigation .mega-menu .category ul.tripple {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
	list-style: inside none;
	padding: 0;
}


#main_navigation .mega-menu .category ul li {
    padding: 4px 0;
    letter-spacing: 0.04em;
	position:relative;
}
#main_navigation .mega-menu .category ul.multiple li {
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
}
#main_navigation .mega-menu .category .subcategory li {
    padding: 2px 0;
    letter-spacing: 0.04em;
}
#main_navigation .mega-menu .category .subcategory li::before {
	content:'\f0da';
	display:inline-block;
    font-family: 'Font Awesome 5 Pro';
	font-weight:700;
	color:#1c355e;
	padding-right:5px;
}
#search_modal .modal-header {
	border:none;
	padding:0 1rem 0 0;
}
#search_modal .modal-header h5 {
	font-size:24px;
	font-weight:300;
	color:#1c355e;
}
#search_modal .modal-header .close {
	color:#fff;
	text-shadow:none;
	opacity:1;
    font-size: 40px;
    font-weight: 300;
	padding:1rem 0rem;
	outline:none;
}
#search_modal .modal-header .close:hover {
	opacity:0.8;
}
#search_modal .modal-content {
	background-color:transparent;
	border:none;
}
#search_modal .modal-body {
	padding:0;
}
#search_modal .modal-footer {
	text-align:center;
	padding:.5rem 0;
	border:0;
    justify-content: center;
}
#search_modal .btn-light {
	border:1px solid #1c355e;
}
#search_modal .btn-light:hover, #search_modal .btn-light:active {
	background: #80c7bc;
	border:1px solid #80c7bc;
	box-shadow:none;
	color: #1c355e;
}


@media (min-width: 576px) {
.modal-dialog-centered {
    min-height: calc(100% - 35rem);
}
.modal-dialog {
    margin: 0 auto;
}
}
.modal-backdrop.show {
    opacity: .8;
}

/* SLIDESHOW */
#slideshow_wrapper {
	position:relative;
	margin:30px auto;
    overflow: hidden;
}
#slideshow, #slideshow .item {
	width:100%;
    height: 100%;
	max-height:700px;
	display:block;
    overflow: hidden;
}
#slideshow .owl-carousel .owl-item {
    display: none;
}
#slideshow .owl-carousel .owl-item.active {
    display: block;
}
#slideshow .item .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 2;
	width: 70%;
	padding: 0 20px;
}
#slideshow .item .title .more {
	display:inline-block;
	width:150px;
	font-size:13px;
	font-weight:600;
	line-height:44px;
	margin:0 auto;
	color:#fff;
	background-color: transparent;
	background-image: linear-gradient(#ACD0CE, #ACD0CE);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 0%;
	transition: background-size .2s, color .2s;				
	border:1px solid #fff;
}
#slideshow .item .title .more:hover {
	cursor:pointer;
	color:#fff;
	background-size: 100% 100%;
}
#slideshow .item .title .more:after {
	content:'\f178';
	font-family:"Font Awesome 5 Pro";
	margin-left:5px;
	position:absolute;
}
#slideshow .item h2 {
	font-size: 60px;
	line-height: 68px;
	color:#fff;
	position:relative;
	z-index:2;
	margin-bottom:20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#slideshow .item .slide-shadow {
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,.2);
	position:absolute;
	top:0;
	z-index:1;
}
#slideshow .item .image-background {
	width:100%;
	height:100%;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	z-index:0;
}
#slideshow .owl-nav {
	width:100%;
	position:absolute;
    top: calc(50% - 25px);
    transform: translateY(calc(-50% - 25px));
	z-index:10;
	color:#fff;
	opacity:0;
}
#slideshow:hover .owl-nav {
	opacity:1;
}
#slideshow .owl-nav .owl-prev,
#slideshow .owl-nav .owl-next {
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size: 40px;
	opacity:.4;
}
#slideshow .owl-nav .owl-prev:hover,
#slideshow .owl-nav .owl-next:hover {
	opacity:1;
}
#slideshow .owl-nav .owl-prev:focus,
#slideshow .owl-nav .owl-next:focus {
	outline:none;
	box-shadow:none;
}
#slideshow .owl-nav .owl-prev {
	position:absolute;
	left:30px;
}
#slideshow .owl-nav .owl-next {
	position:absolute;	
	right:30px;	
}
/*
@media only screen and (max-width: 991px) {
#slideshow, #slideshow .item {
    height: 450px;
}
}
*/
@media only screen and (max-width: 767px) {
#slideshow {
	margin:10px auto;
}
/*
#slideshow, #slideshow .item {
    height: 350px;
}
    */
}
@media only screen and (max-width: 567px) {
#slideshow {
	margin:0 auto;
}	
/*
#slideshow, #slideshow .item {
    height: 250px;
}
*/
}
#slideshow .item.has_video {
	position:relative;
}
#slideshow .item figure {
	margin:0;
}
#slideshow .item figure .play {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	margin:0 auto;
	z-index:1000;		
}
#slideshow .item figure .play:before {
	content:'\f144';
	font-size:100px;
	color:rgba(224,212,197, 0.5);
    font-family: 'Font Awesome 5 Pro';
	width:100%;
	height:100%;
	position:absolute;
	top:calc(50% - 60px);
	text-align:center;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;		
}	
#slideshow .item figure:hover .play:before {
	color:rgba(224,212,197, 1);
}
.mobile-phones h4 {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
	text-align: center;
}
.mobile-phones .phone {
	color: #1c355e;
	font-weight: 600;
	text-align: center;
	display: block;
}

/* PROMO CATEGORIES */
#promo-categories .item .data, .section-data .data {
	padding:10px 0;
}
#promo-categories .item figure img {
	max-height:520px;
}
#promo-categories.aigner .item figure img {
    max-height: 800px;
}
#promo-categories .item .data h3, .section-data .data h3 {
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
}

#promo-categories .item .data h3 a:link,
#promo-categories .item .data h3 a:active,
#promo-categories .item .data h3 a:visited,
#promo-categories-bottom .item .data h3 a:link,
#promo-categories-bottom .item .data h3 a:active,
#promo-categories-bottom .item .data h3 a:visited,
.section-data .data h3 a:link,
.section-data .data h3 a:active,
.section-data .data h3 a:visited {
    color: #363636;
}
#promo-categories .item .data h3 a:hover,
#promo-categories-bottom .item .data h3 a:hover,
.section-data .data h3 a:hover {
    color: #1c355e;
}
#promo-categories .item .data h4, .section-data .data h4, #promo-categories-bottom .item .data h4, 
#promo-categories .item .data p, .section-data .data p,  #promo-categories-bottom .item .data p {
	font-size:16px;
	font-weight:400;
	min-height:50px;
	margin-bottom:10px;
}
#videos.section-data .data p {
	font-size: 16px;
	text-align: center;
    padding: 0 10px;
	display: -webkit-box;
	max-width: 100%;
	height: 38.4px;
	min-height:inherit;
	font-weight:300;
	margin: 10px auto;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.site-main .section-data .data a:link,
.site-main .section-data .data a:active,
.site-main .section-data .data a:visited {
	color:#363636;
}
.site-main .section-data .data a:hover {
	color:#1c355e;
}

.mm-categories {
	display:none;
}
/* NAVBAR */
.navbar-expand-lg .navbar-nav .nav-link {
	font-size:20px;
	padding-right: 15px;
	padding-left: 15px;
}
.newcolor .navbar-expand-lg .navbar-nav .nav-link:link,
.newcolor .navbar-expand-lg .navbar-nav .nav-link:active,
.newcolor .navbar-expand-lg .navbar-nav .nav-link:visited {
	color:#1c355e;
}

.navbar-expand-lg .navbar-nav .nav-link:link,
.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-link:visited {
	color:#737373;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, 
.navbar-expand-lg .navbar-nav .active .nav-link {
	color:#1c355e;
}
#categories_list .item {
	margin-bottom:30px;
}
#categories_list .item h2 {
	display:block;
	text-align:center;
	font-weight:600;
}
#categories_list .item figure {
	text-align:center;
}
.list_wrapper.products_block {
	margin:10px auto;
}
.list_wrapper.products_block .home h3 {
	font-size: 38px;
	font-weight: 200;
	text-align: center;
	margin: 30px auto;
	border-bottom: none;
}	
.list_wrapper.products_block .item {
	margin-bottom:30px;
	padding:0 15px;
	box-sizing:border-box;
/*	border-right:1px solid #eaeaea; */
	text-align:center;
}
.list_wrapper.products_block .item .price {
	font-size:20px;
	font-weight:300;
	color:#1c355e;
}
.list_wrapper.products_block .cover.large.item .price {
	font-size:28px;
}
.list_wrapper.products_block .item .old_price {
	font-size:16px;
	color:#999;
	margin-right:5px;
	text-decoration:line-through;
}
.list_wrapper.products_block .item:nth-child(4n) {
	border-right:none;
}
.list_wrapper.products_block .item:last-child {
	border-right:none;	
}
.list_wrapper.products_block .item .categories {
	padding:0 10px;
}
.list_wrapper.products_block .item .price_cart {
	width:100%;
	display:block;
	background-color: #FFF;
	border:1px solid #FFF;
	border-radius: 0;
	color:#1c355e;
	font-size:18px;
	line-height: 19px;
	text-align:center;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;	
	position:relative;
	margin-top:5px;
}
.list_wrapper.products_block .item .price_cart:hover {
	background-color: #fff;
	border:1px solid #1c355e;
	color:#1c355e;
}
.list_wrapper.products_block .item .price_cart .error_message a {
	padding:9.5px 10px;
	line-height:1.2;
}
.list_wrapper.products_block .item .price_cart .alert {
	margin:0;
	padding:0;
}
.list_wrapper.products_block .item .price_cart .cart_result {
	color:#fff;
	font-size:14px;
	text-align:center;
}
.list_wrapper.products_block .item .price_cart a {
	display:block;
	padding:15px 10px;
	color:#1c355e;
}
.list_wrapper.products_block .item .price_cart a:hover {
	color:#FFF;
}
.list_wrapper.products_block .item .price_cart a .price {
	color:#1c355e;
}
.list_wrapper .image figure img {
	max-height:220px;
	margin:0 auto;
}
.list_wrapper .new_arrivals_center .item .image figure img {
    max-height: 360px;
}
.list_wrapper .cover.large.item .image figure img {
	max-height:500px;
	margin:0 auto;
}
.list_wrapper .image figure {
	text-align:center;
}
.products_block, .cat_header {
	margin:30px auto 50px;
}
.list_wrapper.products_block.gs .nav {
	margin-bottom:20px;
}
.list_wrapper.products_block.gs .nav .nav-item .nav-link {
	font-weight:600;
	font-size:18px;
	padding:5px 0;
	margin:0 20px;
}
.list_wrapper.products_block.gs .nav-item .nav-link:link,
.list_wrapper.products_block.gs .nav-item .nav-link:active,
.list_wrapper.products_block.gs .nav-item .nav-link:visited {
	color:#000;
	border-bottom:2px solid #fff;
}
.list_wrapper.products_block.gs .nav-item .nav-link:hover {
	border-bottom:2px solid #000;
}
@media only screen and (max-width: 576px) {
.products_block, .cat_header {
	margin:30px auto 0;
}
}
.products_block .np_nav {
	position:absolute;
	width:100%;
	top:calc(50% - 20px);
}
.products_block .np_nav button {
	height: 40px;
	width: 40px;
	border:none;
	background-color:transparent;
	color:#1c355e;
	outline:none;
	padding:0;
}
.products_block .np_nav button:hover {
	cursor:pointer;
	color:#212121;
}
.products_block .np_nav button.owl-prev {
	position:absolute;
	left:-40px;
}
.products_block .np_nav button.owl-prev.disabled {
	opacity:.6;
}
.products_block .np_nav button.owl-next {
	position:absolute;
	right:-40px;
}
@media only screen and (max-width: 576px) {
.products_block .np_nav button.owl-prev {
	left:0;
}	
.products_block .np_nav button.owl-next {
	right:0;
}	
}
.products_block h2, .cat_header {
	color: #3E3D3F;
	font-size: 27px;
	line-height: 37px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #D3D3D3;
	position:relative;
	text-align:center;
}
.subcat_header h3 {
	color: #3E3D3F;
	font-size: 20px;
	font-weight:600;
	margin-bottom:10px;
	text-align:center;
}
.cat_header .iblock {
	display:inline-block;
}
.cat_header .manufacturer_logo {
	display:inline-block;
	float:right;
}
.products_block h2:after, .cat_header:after {
	position:absolute;
	content: "";
	display:inline-block;
	margin:10px auto 0;
	left:0;
	right:0;
	box-sizing: border-box;
	height: 2px;
	width: 220px;
	border: 1px solid #1c355e;
}
.products_block .item {
	display:block;
	position:relative;
	padding:0;
    overflow: hidden;
	margin:0 0 30px;
	/*
	border: 0.8px solid #D3D3D3;
	border-radius: 8px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
	*/
	padding:0 5px;
	box-sizing:border-box;
}
.products_block .item:nth-child(4n) {
	border-right:none;
}
.products_block .item:last-child {
	border-right:none;
}
@media only screen and (max-width: 576px) {
.products_block .item {
	border-right:none;
	padding-bottom:20px;
}
.products_block .item .categories,
.products_block .item h3,
.products_block .item .code,
.products_block .item .product_price {
	text-align:center !important;
}
}

.products_block .item .categories {
	padding:0 10px;
}

.products_block .item .product_price {
	text-align:left;
}
.products_block .item .product_price .price {
	font-size: 20px;
	color: #343f49;
	margin:5px 10px;
	line-height: 20px;
	font-weight: 400;
}
.products_block .item .product_price .old_price {
	font-size: 18px;
	color: rgba(0,0,0,.3);
	margin:5px;
	line-height: 17px;
	font-weight: 600;
	text-decoration:line-through;
}

.products_block .item .image {
	position:relative;
}
.products_block .item .image .icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}
.products_block .item .image .badge,
.main_photo .badge {
/*
    height: 50px;
	width: 50px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color: #232324;
    line-height:44px;
    color:#fff;
*/  
	background-color: #80c7bc;
    color: #1c355e;
    font-size:15px;
	font-weight:600;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}
.products_block .item .image .badge span,
.main_photo .badge span {
	position:absolute;
	left:0;
	right:0;
	top:24px;
}
.products_block .item figure {
	margin:10px auto;
	text-align:center;
}
.products_block .item .img-fluid {
	display:inline-block;
	width:auto;
	height:200px;
	max-width: calc(100% - 20px);	
}
@media only screen and (max-width: 767px) {
.products_block .item .img-fluid {
    height: auto;
}
}
.products_block .new_arrivals_center .item .img-fluid {
	display:inline-block;
	width:auto;
	height:auto;
	max-width: calc(100% - 20px);	
}
.products_block .cover.large.item .img-fluid {
	height:500px;
}
.products_block .item h3 {
	color: #363636;
	font-size: 16px;
	text-align: center;
    padding: 0 10px;
	display: -webkit-box;
	max-width: 100%;
	height: 38.4px;
	font-weight:300;
	margin: 10px auto;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
#mini-site.hoff .products_block .item h3 {
	padding: 0;
	height: auto;
}
.products_block .cover.large.item h3 {
	font-size:22px;
	height:52.8px;
}
.products_block .item h3 a:link,
.products_block .item h3 a:active,
.products_block .item h3 a:visited {
	color: #363636;	
}
.products_block .item h3 a:hover {
	color:#1c355e;
}
.products_block .item .code {
	display:block;
	padding:0 10px 5px;
	text-align:left;
	font-weight:600;
	color:#7d7d7d;
}
.products_block .item .price_cart {
	width:100%;
	display:block;
	background-color: #1c355e;
    border-color: #1c355e;
	border-radius:4px;
	color:#fff;
	font-size:20px;
	line-height: 21px;
	text-align:center;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	position:relative;
	margin-top:5px;
}
.products_block .item .price_cart.stock_level_8 {
	background-color:#F60;
	border-color:#F60;
}
.products_block .item .price_cart .error_message a, .products_block .item .price_cart .cart_result_error {
	padding:15px;
	line-height: 21px;
}
.products_block .item .price_cart .alert {
	margin:0;
	padding:0;
}
.products_block .item .price_cart .cart_result {
	color:#fff;
	font-size:14px;
	text-align:center;
}
.products_block .item .price_cart a {
	display:block;
	padding:15px;
	color:#fff;
}
.products_block .item .price_cart a .price {
	color:#fff;
}
.products_block .item .price_cart a:hover .old_price {
	color:rgba(255,255,255,.7);
}
.products_block .item .price_cart:hover {
	background-color:#212121;
	color:#fff;
	border-color:#212121;
	cursor:pointer;
}
.products_block .item .price_cart .price {
	position:relative;
	padding-left:35px;
}
.products_block .item .price_cart .price:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/cart.svg);
    background-size: 18px;
    z-index: 10;
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
}

.products_block .item .price_cart span {
	display:inline-block;
}
.products_block .item .price_cart .old_price {
	color:rgba(255,255,255,.5);
	text-decoration:line-through;
	margin-right:10px;	
}
#product_price_wrapper .old_price {
	color:rgba(0,0,0,.3);
	text-decoration:line-through;
	margin-right:15px;
	font-size:27px;
}
.inside_page {
	padding:30px 0;
}
.heading {
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	margin-bottom:20px;
	text-align:center;
}
.heading::after {
	content: "";
	display: block;
	margin:15px auto 0;
	width:80px;
	height:4px;
	background: #1c355e;
}
.homepage .heading {
    font-size: 28px;
}
.homepage .heading::after {
    display: none;
}
.inside_page .text h2 {
	font-size:18px;
	font-weight:600;
	color:#1c355e;
	margin-bottom:10px;
}
/* SEARCH */
#product_search_form {
	margin: 0 0 20px 0;
	padding: 0;
}
#product_search_form .table-filters {
	background-color:#f9f9f9;
}
#product_search_form .table td, #product_search_form .table th {
	vertical-align:middle;
}
.product_search_search_type_label {
	display: block;
	cursor: pointer;
	padding: 2px 0 0 0;
	font-size: 11px;
}
.product_search_flag_label {
	display: block;
	float: left;
	padding: 5px 0;
	margin: 0 15px 0 0;
	font-size: 12px;
	cursor: pointer;
}


/* LOGIN */
#login_form .loading, #login_form .button {
	margin: 10px auto;
}
#login_form .checkbox, #register_form .checkbox {
	margin: 0;
}
.input-group-text {
	background-color:#1c355e;
	color:#fff;
	border:1px solid #1c355e;
}
label.error {
	font-size: 14px;
	font-weight: 400;
	color: #1c355e;
	display: block;
	text-align: left;
	margin: 15px auto 5px auto;
	padding-bottom: 0;
}
.form-control.error {
    border-color: #1c355e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(171, 151, 98, 0.6);
    outline: 0 none;
}
input.form-control.error, textarea.form-control.error {
	border-color:#F4D88C !important;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  transition: linear opacity 1s;
}
.grecaptcha-badge.show {
  visibility: visible;
  opacity: 1;
  transition: linear opacity 1s;
}
#newsletter-box div.error, #newsletter-box div.error:focus {
    border: 1px solid #80c7bc;
    color: #1c355e;
}
#newsletter-box em.error {
    color: #1c355e;
}
#newsletter-box label.error {
    color: #1c355e;
}
#newsletter-box input.error, #newsletter-box input.error:focus {
    border: 1px solid #80c7bc;
}
#newsletter-box select.error, #newsletter-box select.error:focus {
    border: 1px solid #80c7bc;
}
#newsletter-box textarea.error, #newsletter-box textarea.error:focus {
    border: 1px solid #80c7bc;
}
.register h2 {
	font-size: 24px;
	font-weight: 700;
	color: #231F20;
	margin-bottom: 10px;
}
input.form-control:-webkit-autofill {
 -webkit-box-shadow:0 0 0 50px #fff inset;
 -webkit-text-fill-color: #555;
}

/* ACCOUNT */
.account_row {
	margin-bottom: 10px;
}
.msg .alert {
	margin-bottom: 10px;
}
.addresses {
	margin: 10px auto;
}
.address_form_title {
	margin: 10px auto;
	font-weight: 600;
	font-size: 18px;
}
.addresses .checkbox, .add_address .checkbox {
	margin: 0;
}
.address_entry {
	margin: 10px auto;
	padding: 10px 0;
	border-top: 1px solid rgba(99,99,99,0.1);
}
.address_entry:nth-child(even) {
	background-color: #F9F9F9;
}
.address_entry p {
	margin-bottom: 3px;
}
.address_entry .details {
	margin-bottom: 10px;
}
.address_entry .tools .fa-edit {
	color: #f0ad4e;
	width: 20px;
}
.address_entry .tools .fa-times {
	color: #F00;
	width: 20px;
}
.ui-state-highlight {
	background-color:#f8f9fa;
	border:1px solid rgba(99,99,99,0.1);
}
/* ARTICLES */
#page .site-main {
	margin:30px auto;
}
#page .site-main h1 {
	font-size:26px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0;
	text-align:center;
}
#page .site-main.inside .date {
	display:block;
	margin-bottom:20px;
}
#page .site-main.inside h1 {
	text-align:left;
	text-transform:none;
}
#page .site-main.inside .video_blog .header {
	text-align:center;
}
#page .site-main.inside .video_blog h1 {
	text-align:center;
	margin-bottom:15px;
}
#page .site-main.inside .blog-content article {
	padding:0;
}
#page .site-main p {
	margin-bottom:15px;
}
#page .main-article {
	margin:20px auto;
	position:relative;
}
#page .main-article .photo {
	background-color:#333;
	color:#fff;
	padding:60px;
	position:relative;
	text-align:right;
}
#page .main-article .photo figure {
	margin:0;
}
#page .main-article .photo figure img {
	max-height:500px;
}
#page .main-article::before {
	width: 50%;
	height: 100%;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}
#page .main-article article .description h2 {
	font-size:32px;
	line-height:1.1;
	font-weight:700;
	margin-bottom:10px;
}
#page .main-article article .description h2 a:link,
#page .main-article article .description h2 a:active,
#page .main-article article .description h2 a:visited  {
	font-size:32px;
	line-height:1.1;
	font-weight:700;
	margin-bottom:10px;
	color:#333;
}
#page .main-article article .description h2 a:hover {
	color:#835629;
}
#page .main-article article .description .date {
	display:block;
	font-size:20px;
	margin-bottom:10px;
}
#page .main-article article .description p {
	font-size:18px;
	line-height:1.2;
	margin-bottom:50px;
}
#page .main-article article .description a:link,
#page .main-article article .description a:active,
#page .main-article article .description a:visited {
	font-size:17px;
	color:#1c355e;
}
#page .main-article article .description a:hover {
	color:#835629;
}
#page .main-article .description {
	padding:60px 120px 60px 0;
}
@media only screen and (max-width: 991px) {
#page .main-article::before {
	display:none;
}
#page .main-article .description {
	padding:60px;
}
}
@media only screen and (max-width: 767px) {
#page .main-article .description {
	padding:40px;
}	
#page .main-article .photo {
	text-align:center;
	padding:40px;
}
#page .site-main.inside .blog-content article .photo {
	margin-bottom:30px;
}
}
#page .blog-content article .post-wrapper img {
	max-height:500px;
}
#page .blog-content article:nth-child(even) {
	padding:0 120px 0 0;
}
#page .blog-content article .contain h2.title {
	font-size:18px;
	font-weight:600;
	margin:10px auto;
}
#page .blog-content article .contain .date-meta {
	display:block;
	font-size:14px;
	margin-bottom:10px;
}
#page .blog-content article .contain .summary {
	display:block;
	font-size:18px;
	margin-bottom:10px;	
}
#page .blog-content article .readmore a:link,
#page .blog-content article .readmore a:active,
#page .blog-content article .readmore a:visited {
	font-size:16px;
	font-weight:400;
	color:#737373;
}
#page .blog-content article .readmore a:hover {
	color:#1c355e;
}
@media only screen and (max-width: 991px) {
#page .blog-content article {
	margin-bottom:40px;
}
#page .blog-content article:nth-child(even) {
	padding:0 40px;	
}
#page .blog-content article .content .text-truncate {
	overflow: initial;
    text-overflow: initial;
    white-space: initial;
}
}
@media only screen and (max-width: 576px) {
#page .main-article article .description h2 {
	font-size:24px;
}
#page .main-article article .description p {
	font-size:16px;
}
#page .main-article article .description a:link {
	font-size:15px;
}
#page .main-article {
	margin-bottom:0 !important;
}	
#page .blog-content article .post-wrapper {
	width:100%;
	display:block;
	float:none;
}
#page .blog-content article .content {
	width:100%;
	display:block;
	float:none;
	padding:0;
}
#page .blog-content article .post-wrapper img {
	max-height:100%;
}
}
.article_back {
	float: right;
}
.article_files_wrapper {
	margin-top:5px;
}
.article_files_wrapper.single_file_wrapper {
	background: #eee;
	padding: 0 10px;
}
.article_file_wrapper {
	padding: 10px 0 0 0;
	margin: 0 25px 15px 0;
	float: left;
}
.article_file a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	padding-left: 38px;
}
.article_file a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 0 0;
	color: #777
}
.icon_generic a {
	background: url(images/icons/generic.png) no-repeat 0 0;
}
.icon_doc a {
	background: url(images/icons/doc.png) no-repeat 0 0;
}
.icon_excel a {
	background: url(images/icons/excel.png) no-repeat 0 0;
}
.icon_powerpoint a {
	background: url(images/icons/powerpoint.png) no-repeat 0 0;
}
.icon_txt a {
	background: url(images/icons/txt.png) no-repeat 0 0;
}
.icon_pdf a {
	background: url(images/icons/pdf.png) no-repeat 0 0;
}
.icon_audio a {
	background: url(images/icons/audio.png) no-repeat 0 0;
}
.icon_video a {
	background: url(images/icons/video.png) no-repeat 0 0;
}
.icon_image a {
	background: url(images/icons/image.png) no-repeat 0 0;
}
.icon_archive a {
	background: url(images/icons/archive.png) no-repeat 0 0;
}
.extra_photos {
	display:block;
    width: 100%;
}
.extra_photos .photo {
	margin-bottom:30px;
}
.extra_photos a img {
    border: 1px solid #eee;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;	
}
.extra_photos a:hover img {
    border: 1px solid #1c355e;
}
.extra_photos a.active img {
    border: 1px solid #1c355e;
}
.orders_table tr td em {
	display: block;
	color: #B2B2B3;
	font-size: 12px;
	font-style: normal;
}
.orders_table tr td em span {
	display: block;
}
.orders_table tr td {
	text-wrap: none;
}
.orders_table .code {
	display: block;
	font-size: 12px;
	color: #1c355e;
}
.orders_table .details {
	display: block;
	font-size: 12px;
}
_details table tbody tr:first-child td {
	border-top: 2px solid #ddd;
}
.order_details h2 {
	font-size:16px;
	display:block;
	margin-bottom:5px;
	color:#1c355e;
	font-weight:600;
}
.text p {
	margin-bottom:15px;
}
.text ul {
	margin-bottom:20px;
	margin-left:15px;	
}
.text ul li {
	line-height:1.5;
	padding-left:10px;
	position:relative;
}
.text ul li::before {
	position:absolute;
	content: '';
	pointer-events: none;
	top:8px;
	left:-15px;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color:#1c355e;
	border: 1px solid #1c355e;
}
.text ul.visual_swatch li::before {
	display:none;
}
.text ul.visual_swatch li {
	padding:0;
}
.smbox {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #ddd;
}
#contact .form-message {
	resize:none;
}
#contact .form-group label {
	font-weight:600;
	margin-bottom:5px;
}
#contact .form-group .form-check label {
	font-weight:400;
}
#contact .location {
	margin: 30px 0 0 0;
}
#contact .location li .text {
	padding-left:40px;
}
#contact .location li {
	margin-bottom: 15px;
	font-size:16px;
}
#contact .location li:last-child {
	margin-bottom: 0;
}
#contact .location li i {
	font-size: 20px;
	color: #1c355e;
	float: left;
}

/* TABS */
#account_tabs .nav-item {
	display:inline-block;
}

.hide_tabs {
	display: block !important;
}
.show_select_tabs {
	display: none !important;
}
.hastab h2 {
	color:#1c355e;
	font-size:20px;
	font-weight:600;
}
.hastab h3 {
	color:#1c355e;
	font-size:16px;
	font-weight:600;
	padding-bottom:10px;
}
.customtabs_wrapper {
	margin: 0 0 20px 0;
}
.customtabs_wrapper .tab-pane {
	border: 1px solid #1c355e ;
	border-top:none;
	padding: 15px;
}
.customtabs_wrapper .nav-tabs {
	background-color:#1c355e;
	border: 1px solid #1c355e;
}
.customtabs_wrapper .nav-tabs .nav-item.show .nav-link,
.customtabs_wrapper .nav-tabs .nav-link.active {
	background-color:#fff;
	border:1px solid #fff;
	color:#1c355e;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #1c355e;
	color:#fff;
	background-color:#1c355e;
}
.customtabs_wrapper .nav-tabs .nav-link {
	border-radius:0;
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.facebook_login_wrapper {
	padding-top: 30px;
}
.facebook_login_button {
	margin: 10px 0 15px 0;
}
.facebook_login_button a {
	display:inline-block;
	text-indent: -9999px;
	width: 177px;
	height: 30px;
	background: url(images/facebook-button.png) no-repeat;
}
#invoice_details .form-group {
	margin-bottom:0;
}
#invoice_details h2 {
	font-size:16px;
	font-weight:600;
	margin-bottom:15px;
}
#invoice_details .afm {
	padding:0 7.5px 0 0;
}
#invoice_details .doy {

	padding:0 0 0 7.5px ;	
}
#login_form, #register_form {
	margin: 0 0 10px 0;
}
h1.icon {
	font-size:32px;
	font-weight:700;
	display:table;
	text-align:center;
	margin:0 auto 10px auto;
}
h1.icon i {
	color:#000066;
}
h1.icon span {
	padding-left:10px;
	display:table-cell;
	vertical-align:middle;
}

/* PRODUCT */
.product_view {
	position:relative;
}
.product_view .main_photo {
    width: 100%;
/*	border: 1px solid #eee; */
	text-align:center;
	margin-bottom:15px;
	position:relative;
}
.product_view .main_photo .owl-carousel .owl-item img {
	width:auto;
	margin:0 auto;
}
.product_view .main_photo .img-responsive {
	display:inline-block;
}
.product_view .main_photo.extras {
	display:block;
	width:100%;
}
.product_view .main_photo.extras figure {
	margin:0;
}
.product_view .loading_images {
	z-index:1;
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 55px);
	display:none;
	background-color:rgba(255,255,255,0.9);
	background-image:url(images/loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.product_view .extra_photos {
	display:block;
    width: 100%;
}
@media only screen and (max-width: 767px) {
.product_view .extra_photos {
	display:none;
}
}
.product_view .extra_photos a img {
    border: 1px solid #eee;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;	
}
.product_view .extra_photos a:hover img {
    border: 1px solid #1c355e;
}
.product_view .extra_photos a.active img {
    border: 1px solid #1c355e;
}
.product_view .main_photo .owl-nav {
	position:absolute;
	top: calc(50% - 28px);
	transform: translateY(-50%);
	left:0;
	right:0;
	margin:0 auto;
	z-index:10;
	width:100%;
}
.product_view .main_photo .owl-nav .owl-prev {
	position:absolute;
	left:0;
	background-color:transparent;
	outline:none;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	color:#333e48;
	opacity:0;
}
.product_view .main_photo:hover .owl-nav .owl-prev {
	opacity:1;
}
.product_view .main_photo .owl-nav .owl-prev:hover {
	color:#1c355e;
}
.product_view .main_photo .owl-nav .owl-next {
	background-color:transparent;
	position:absolute;	
	right:0;
	outline:none;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	color:#333e48;
	opacity:0;
}
.product_view .main_photo:hover .owl-nav .owl-next {
	opacity:1;
}
.product_view .main_photo .owl-nav .owl-next:hover {
	color:#1c355e;
}

.extra_photos .photo img {
	border:1px solid #dee2e6;
}
.short-title h3 {
	font-size:32px;
	font-weight:300;
	text-align:center;
	margin:30px auto 0;
	border-bottom:none;
}
#phone_order {
	display: inline-block;
}
#phone_order .phone_number {
	display: none;
	font-size: 16px;
	font-weight: 600;
}
#phone_order .phone_number a:link,
#phone_order .phone_number a:active,
#phone_order .phone_number a:visited {
	color: #1c355e;
}
#phone_order:hover a:link,
#phone_order:hover a:active,
#phone_order:hover a:visited
#phone_order .phone_number a:hover {
	color: #fff;
}
#phone_order .reveal_phone {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}

.wishlist_social {
	margin-top:30px;
}
.wish img {
	height:40px;
}
.wishlist_item {
    position: relative;
}
.wishlist_item .remove_from_list {
    position: absolute;
    top: 0;
    right: 0;
}
.slick-vertical>button.slick-prev {
    border-right: 1px solid #fff;
	position:absolute;
	bottom:-20px;
	left:0;
}
.slick-vertical>button.slick-next {
	position:absolute;
	bottom:-20px;
	right:0;
}
.slick-vertical>button:hover {
    background-color: #212121;
    color: #fff;
}
.slick-vertical > button {
    border: none;
    font-size: 0;
    width: 50%;
    padding: 0;
    line-height: 0;
    background-color: #231F20;
    color: #fff;
	outline:none;
	z-index:1;
}
.slick-vertical>button.slick-prev:before {
    content: "\f106";
    bottom: 1px;
}
.slick-vertical>button:before {
    line-height: 26px;
    font-size: 20px;
    position: relative;
    font-family: 'Font Awesome 5 Pro';
}
.slick-vertical>button.slick-next:before {
    content: "\f107";
    top: 1px;
}
.slick-vertical>button:before {
    line-height: 26px;
    font-size: 20px;
    position: relative;
    font-family: 'Font Awesome 5 Pro';
}
.product_view .description {
	margin:30px auto 10px;
	font-size:15px;
	color:#363636;
	border-bottom:1px solid #dee2e6;
	padding-bottom:30px;
}
.product_view .description .specs p {
	display:none;
}
.product_view .sm_title  {
	font-weight:600;
	font-size:16px;
	margin-bottom:10px;
	text-align:center;
}
.product_view .sm_title > span {
	position:relative;
	display:inline-block;
}
.product_view .sm_title > span::after {
	content:'';
	display:block;
	width:inherit;
	margin-top:3px;
	height:2px;
	background-color:#1c355e;
}
.product_view .description h2 {
	font-size:20px;
	font-weight:400;
	color:#363636;
	margin-bottom:10px;
}
.product_view .description p {
	margin:0 0 20px;
	text-align:justify;
}
.product_view .description p strong:first-child {
	font-size:17px;
	line-height:17px;
}
.product_view .description ul li {
	display:block;
	padding:5px 10px;
	background-color:#fff;
}
.product_view .description ul li:nth-child(odd) {
	background-color: #F2F2F2;
}
.product_view .delivery_returns {
	text-align:center;
	margin-top:20px;
	padding-bottom:40px;
	border-bottom:1px solid #e9e9e9;
}
.product_view .delivery_returns .more {
	display:block;
	margin:10px auto;
	text-align:center;
}
.product_view .delivery_returns .more a {
	color:#212121;
}
.product_view .delivery_returns h2 {
	font-size:20px;
	font-weight:300;
	color:#363636;
	margin:10px auto;
	text-align:center;
}
.product_view .delivery_returns p {
	text-align:justify;
}
.product_inner h1 {
	font-size: 23px;
	line-height:33px;
	font-weight:700;
	color:#272C32;
	margin-bottom:10px;
}
.product_inner h2 {
	font-size:20px;
	font-weight:400;
	color:#363636;
	margin:5px auto;
}
.product_inner .manufacturer {
	font-size:20px;
	font-weight:400;
	color:#363636;
	margin:0 auto 5px;
	display:inline-block;
	float:right;
}
.product_inner .code {
	font-size: 18px;
	font-weight:400;
	color:#272C32;
	margin:5px auto;
}
.product_inner ul.visual_swatch {
	margin:10px auto 20px auto;
	display:block;
}
.product_inner ul.visual_swatch li span {
	width:25px;
	height:25px;
/*
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
*/	
	margin:0 10px 10px 0;
	display:inline-block;
	float:left;
	border:1px solid rgba(0,0,0,.1);
}
.product_inner ul.visual_swatch li.active span:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	color:#fff;
    position: relative;
    top: 0px;
    left: 4.5px
}
.product_inner ul.visual_swatch li.active span.white:after {
	color:#555;
	left: 5px;
}
.product_inner ul.visual_swatch li.inactive span {
	opacity:0.1;
	cursor:default;
}

.product_inner ul.text_swatch {
	margin:10px 0 20px 0;
	display:block;
}
.product_inner ul.text_swatch li {
	padding-left:0;
}
.product_inner ul.text_swatch li::before {
	display:none;
}
.product_inner ul.text_swatch li span {
    border: 1px solid #e7e7e7;
	display:inline-block;
	float:left;
	color:#555;
	text-align:center;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    list-style: none;
    padding: 0;
    margin: 0 10px 10px 0;
    position: relative;
    text-align: center;
    width: 60px;
    height: 48px;
    line-height: 48px;
}
.product_inner ul.text_swatch li span:hover, .product_inner ul.text_swatch li.active span {
	border:1px solid #00315f;
}
.product_inner ul.text_swatch li.inactive span {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	color: #aeaeae;
	cursor: default;
}
.product_inner ul.text_swatch li.inactive span:hover {
	border:1px solid #e7e7e7;
}

.product_inner ul.text_swatch li.inactive.active span {
	background-color: #f8f8f8;
	border-color: #212121;
	color: #aeaeae;
	cursor: default;
}
.product_inner .specs h3 {
	font-weight:600;
	font-size:18px;
	color:#1c355e;
	margin:10px auto;
}
.web_price_wrapper {
	display:block;
}
.price_label, 
.product_inner h2.price_label {
	display:inline-block;
	margin:5px auto;
	font-weight: 400;
    font-size: 24px;
	float:left;
	padding:2px 10px 5px 0;
}
.web_price {
	display:inline-block;
	background-color:#FF4506;
	color:#fff;
	margin:10px 0;	
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
	line-height: 17px;
	float:left;
	padding:5px 7px 5px 5px;
}
ul.colors {
    margin: 10px auto 5px;
}
ul.colors li {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
}
ul.colors li::before {
    display: none;
    margin: 0;
    padding: 0;
}
ul.colors li span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: cover;
    position: relative;
    transition: all .2s ease-in-out;
}
ul.colors li span.active::before,
ul.colors li span:hover::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 2px;
    top: 2px;
    border: 2px solid #fff;
    cursor: pointer;
}
ul.colors li span.whitecolor {
    background-color: #fff;
    width: 28px;
    height: 28px;
    border: 1px solid #1c355e;
}
ul.colors li span.whitecolor.active::before,
ul.colors li span.whitecolor:hover::before {
    border: 2px solid #1c355e;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
}

.product_inner .price_wrapper span {
	display:inline-block;
	margin:0 10px 10px;
}
.product_inner .old_price {
	margin:30px auto 0 auto;
	font-size:28px;
	font-weight:400;
	color:#acacac;
	text-decoration:line-through;
}
.product_inner .old_price sup {
	font-size:18px;
}
.product_inner .price {
	font-size: 27px;
	font-weight:600;
	color:#1c355e;
	margin:0 auto 20px auto;
}
.product_inner .price sup {
	font-size:27px;
}
.product_img-box .share_icons {
	width:80%;
	margin:10px auto;
	color:#a1a1a1;
	float:right;
	text-align:center;
}
.product_img-box .share_icons.extras {
	width:100%;
}
.product_img-box .share_icons .wrapper {
	width:auto;
	max-width:240px;
	margin:0 auto;
}
.product_img-box .share_icons .wrapper label {
	font-weight:400;
	float:left;
	height:30px;
	padding-top:7px;
	box-sizing:border-box;
}
.quantity_label,
.product_inner h2.quantity_label{
	display:block;
	text-align:left;
	margin-bottom:10px;
	margin-top:20px;
	color: #272C32;
	font-size: 16px;
	font-weight:600;
	line-height: 20px;
}
.quantity_wrapper {
	display: inline-block;
	width:130px;
	float:left;
}
.quantity_wrapper span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #959595;
	text-align: center;
	margin-bottom: 3px;
}
.quantity_wrapper .input-group .add_cart_quantity.form-control {
	font-size: 24px;
	font-weight: 600;
	color: #636363;
	background: #fff;
	border: 1px solid #1c355e;
	height: 42px;
	padding: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#product_add_to_cart {
	height:42px;
}
.cart_button_wrapper {
	display: inline-block;
	margin-left: 0;
}
.cart_button_wrapper span {
	display: block;
	text-align: center;
	margin-bottom: 3px;
}
.btn.cart_update_inplace {
	display:block;
}
.cart_button_wrapper .btn-light-blue {
	color:#fff;
    height: 40px;
    line-height: 26px;
}
.cart_button_wrapper .btn-light-blue span::before {
	content:'';
	background-image:url(images/cart_white.svg);
	background-repeat:no-repeat;
	background-position:0;
	background-size:22px;
	padding-left:34px;
	margin-bottom:0;
}
.cart_bottom, .check_shipping {
	margin-bottom: 10px;
}
.cart_check_shipping {
	display: none;
}
.cart_check_shipping.opened {
	display: block;
	padding:10px 0;
	background: #F9F9F9;
	margin-bottom:10px;
	border:1px solid rgba(99,99,99,0.1);
}
.checkout_loading {
	z-index:10;
	position: fixed;
	padding: 8px 10px;
	bottom: 10px;
	right: 10px;
	border: 1px solid #ddd;
	/*background: #FFF;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.checkout_column .table {
	background: #F9F9F9;
	border:1px solid rgba(99,99,99,0.1);
}
.checkout_column .form-control {
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
	padding:3px 6px 5px 6px;
}
.checkout_column .input-group-text {
	min-width: 65px;
	text-align: center;
	height: 34px;
	line-height: 34px;
}
.checkout_column textarea.form-control {
	min-height:80px;
	height: auto;	
	line-height: 1.2em;
}
.table-responsive>.table-bordered {
	border:1px solid #dee2e6;
}
.table.table-bordered>tbody>tr>td:first-child {
	font-weight:600;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top:none;
}
.table>thead>tr>th {
	font-weight:600;
}

.checkout_column .table > tbody > tr > td,
.checkout_column .table > tbody > tr > th,
.checkout_column .table > tfoot > tr > td,
.checkout_column .table > tfoot > tr > th,
.checkout_column .table > thead > tr > td,
.checkout_column .table > thead > tr > th {
    border-top: none;
    vertical-align: middle;
	padding:6px;
}
.checkout_column .table > tbody > tr > td:first-child {
	font-weight:600;
}
.checkout_buttons.right {
	text-align:right;
}
@media only screen and (max-width: 576px) {
.checkout_buttons, .checkout_buttons.right {
	text-align:center;
	margin-bottom:10px;
}
.checkout_buttons.right .btn {
	margin-bottom:10px;
}
}
.coupon_form, .comments_form {
	background: #F9F9F9;
	border:1px solid rgba(99,99,99,0.1);
	padding:8px;
}
.comments_form {
	margin-bottom:20px;
}
.coupon_form .checkout_coupon_field {
	margin-bottom:10px;
}
#comments_box {
	margin-top:10px;
}
.choose_address_entry {
	margin: 0;
	padding: 10px 10px;
	background: #fff;
	border-bottom: 1px solid rgba(99,99,99,0.1);
	cursor: pointer;
	font-size: 11px;
}
.choose_address_entry:hover {
	background: #f3f3f3;
}
.my_addresses .title_wrapper {
	font-size:11px;
}
.my_addresses .title_wrapper .close {
	font-size:11px;
}
.data .choose_address_entry p {
	margin-bottom:2px;
}
.copy_from_wrapper {
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(99,99,99,0.1);
	padding: 0 0 8px 0;
}
.shipping_details {
	margin-bottom:20px;
}
.shipping_details label {
	margin-bottom:5px;
}
.checkout_column h3 {
	display:inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #1c355e;
	margin-bottom: 10px;
}
.order_footer {
	padding:10px 0;
	border-top:1px solid rgba(99,99,99,0.2);
	font-size:12px;
}
.load_address_wrapper {
	position: relative;
}
.load_address {
	display: block;
	margin-bottom:10px;
}
.load_address_wrapper .my_addresses {
	position: absolute;
	z-index: 5;
	left: -1px;
	top: -1px;
	display: none;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.load_address_wrapper .my_addresses .data {
	overflow: auto;
}
.load_address_wrapper .my_addresses .msg {
	padding: 10px;
}
.load_address_wrapper .my_addresses .title {
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
.load_address_wrapper .my_addresses .close {
	position: absolute;
	right: 6px;
	top: 8px;
}
.low_vat_tr .checkbox {
	margin:0;
}
.spinner {
	width: 90px;
}
.list .spinner {
	margin:0 auto 5px auto;
}
.spinner input {
	text-align: center;
}
.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}
.input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 10px 15px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
	background: #1c355e;
	text-align: center;
	color:#fff;
	font-size:12px;
}
.input-group-btn-vertical > .btn:hover {
	background:#80c7bc;
}
.input-group-btn-vertical > .btn:first-child {
	border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i {
	position: absolute;
	top: 3px;
	left: 10px;
}
label.error {
	font-size: 14px;
	font-weight: 400;
	color: #1c355e;
	display: block;
	text-align: left;
	margin-top: 4px;
	padding-bottom: 0;
}
.checkout_wrapper {
	margin: 0 0 10px 0;
}
.checkout_wrapper label {
	cursor: pointer;
}
.checkout_wrapper label.error {
	display: block;
	padding: 2px 0 0 0;
}
.checkout_wrapper .input_field {
	width: 200px;
}
.checkout_wrapper .select_box {
	width: 208px;
}
.checkout_wrapper .input_field.checkout_coupon_field {
	width: 140px;
	margin-right: 5px;
}
.checkout_wrapper .input_field.checkout_comments_field {
	overflow: auto;
	width: 270px;
	height: 100px;
	resize: none;
}
.coupon_field_wrapper {
	margin: 0 0 10px 0;
}
#checkout_coupon {
}
.coupon_valid {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 22px;
	color: #111;
	position:relative;
}
.coupon_valid:before {
	content:'\f00c';
	display:inline-block;
	position:absolute;
	left: 5px;
    top: 3px;
    font-family: 'Font Awesome 5 Pro';
	font-weight:700;
	color:#28a745;	
}
.coupon_invalid {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 22px;
	color: #111;
	position:relative;
}
.coupon_invalid:before {
	content:'\f00d';
	display:inline-block;
	position:absolute;
	left: 7px;
    top: 3px;
    font-family: 'Font Awesome 5 Pro';
	font-weight:700;
	color:#dc3545;	
}

.coupon_description {
	margin: 0 0 10px 0;
	line-height: 1.2em;
	color: #777;
}
.coupon_remove_wrapper {
	margin: -5px 0 5px 0;
	text-align: right;
}
.coupon_remove_wrapper a.coupon_remove {
	font-size: 11px;
	color: #c00;
}
.checkout_left {
	width: 54%;
	float: left;
}
.checkout_right {
	width: 44%;
	float: right;
}
.checkout_box {
	margin: 0 0 15px 0;
	background: #f3f3f3;
	padding: 10px 15px 15px 15px;
}
.checkout_box .abc-checkbox label {
	vertical-align:baseline;
}
.heading_checkout {
	margin: 0 0 10px 0;
	font-size: 15px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.load_address_wrapper {
	position: relative;
}
.load_address {
	display: block;
	position: absolute;
	z-index: 4;
	right: 0;
	top: -40px;
}
.load_address_wrapper .my_addresses {
	position: absolute;
	z-index: 5;
	left: -1px;
	top: -1px;
	display: none;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.load_address_wrapper .my_addresses .data {
	overflow: auto;
}
.load_address_wrapper .my_addresses .msg {
	padding: 10px;
}
.load_address_wrapper .my_addresses .title {
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
.load_address_wrapper .my_addresses .close {
	position: absolute;
	right: 6px;
	top: 8px;  /* border-bottom:1px solid #eee; padding:0 10px; height:25px; line-height:25px; text-align:right; */
}
.load_address_wrapper .my_addresses .close a {
	/*background: url(images/cross_small_gray.png) no-repeat right center;*/
	padding-right: 16px;
}
.choose_address_entry {
	margin: 0;
	padding: 10px 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	font-size: 11px;
}
.choose_address_entry p {
	margin: 0 0 3px 0;
	line-height: 1.2em;
}
.copy_from_wrapper {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 8px 0;
}
.copy_from_wrapper a {
	display: block;
	/*background: url(images/edit-copy.png) no-repeat left center;*/
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 22px;
}
.low_vat_tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkout_radio_table {
}
.checkout_radio_table label span {
	color: #222;
	font-size: 11px;
}
.checkout_radio_table label em {
	display: block;
	padding: 3px 0 0 0;
	font-size: 11px;
	font-style: normal;
	color:#1c355e;
}
.checkout_not_logged_in_warning {
	margin: 0 0 15px 0;
}
.checkout_not_logged_in_warning p {
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.checkout_not_logged_in_warning a {
	display: block;
	color: #444;
	font-size: 12px;
	padding: 10px;
	background: #fff6d0;
	border: 1px solid #ebe3bd;
}
.checkout_not_logged_in_warning a:hover {
	color: #000;
	background: #fff1b6;
	border: 1px solid #e8d161;
}

#related_products.products_block {
	margin:20px auto 10px;
}
#related_products .item .categories {
	padding:0 10px;
	font-size:14px;
	line-height:21px;
	font-weight:400;
	text-align:left;
}
#related_products .item .code {
	display:block;
	padding:0 10px 5px;
	text-align:left;
	font-weight:600;
	color:#7d7d7d;
	font-size:14px;
}
#related_products .sm_title > span,
#related_products .sm_title > h2 {
	margin-bottom:30px;
	font-size:26px;
	font-weight:400;
    position: relative;
    display: inline-block;
    border-bottom: none;
}
#related_products .sm_title > h2::after {
    content:'';
    display:block;
    width:inherit;
    margin-top:3px;
    height:2px;
    background-color:#1c355e;
}
.payment_wrapper {
	padding-top: 100px;
}
.payment_box {
	width: 500px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}
.payment_logo {
	text-align: center;
}
.payment_title {
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	color: #222;
}
.payment_orderinfo {
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
}
.payment_loading {
	text-align: center;
	padding-top: 30px;
}
.payment_form {
	text-align: center;
	padding-top: 20px;
}
.payment_select_cc_type {
	padding: 10px 0 20px 0;
	font-size: 14px;
}
.payment_select_cc_type label {
	color: #222;
}
.payment_select_cc_type select.select_box, .payment_select_cc_type select.select_box option {
	font-size: 14px;
}
/* CART */
#cart_table .form-group {
	display:block;
	background-color:#F8F8F8;
	padding: 8px;
	min-height:72px;
	margin-bottom:0;
    border-bottom: 1px solid #ddd;
}
#cart_table .header {
	display:block;
	background-color:#F8F8F8;
	padding: 8px;
	min-height:55px;
	margin-bottom:0;
    border-bottom: 1px solid #ddd;	
	border-top: 1px solid #ddd;
	font-weight:600;
}
#cart_table .header span {
	display: block;
	font-size: 11px;
	font-weight: normal;	
}
#cart_table .form-group:nth-child(even) {
	background-color:#fff;
}
#cart_table .form-group figure {
	display: inline-block;
	float: left;
	width: 50px;
	margin-right: 10px;
	height:100%;
	position:relative;
}
#cart_table .form-group .data {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    width: calc(100% - 60px);	
}
#cart_table .form-group span{
	display:block;
	font-size:12px;
}
#cart_table .form-group .product {
	position:relative;
	z-index:1;
}
#cart_table .form-group .sku_code {
	color: #B2B2B3;
}
#cart_table .form-group .controls .align {
	float:right;
	text-align:right;
}
#cart_table .form-group .controls {
	padding-top:5px;
	font-weight:600;
	margin-top:-35px;
	position:relative;
	z-index:0;
}
#cart_table .prices .column {
	width:20%;
	float:left;
	text-align:center;
}
#cart_table .stock_level {
	display: inline-block;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	color: #5BAF4F;
	margin:5px auto;
}
#cart_table .stock_level.stock_level_1, #cart_table .stock_level.stock_level_5 {
	color: #5BAF4F;	
}
#cart_table .stock_level.stock_level_2 {
	color:#f7941d;	
}
#cart_table .stock_level.stock_level_3 {
	color: #1078BD;
}
#cart_table .stock_level.stock_level_4, #cart_table .stock_level.stock_level_6 {
	color:#ff0000;	
}
#cart_table .stock_level.stock_level_8 {
	color:#F60;
}
@media only screen and (max-width: 1200px) {
#cart_table .form-group .controls {
	margin-top:0;
}
}
#cart_table .form-group .controls .form-control {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	float:left;
	border:1px solid #1078bd;
}
#cart_table .form-group .controls .add_cart_quantity.form-control {
	font-size:14px;
}
#cart_table .form-group .controls label {
	float:left;
	padding-top:6px;
	margin-right:10px;
}
#cart_table .form-group .controls .remove {
	float:right;
}
#cart_table .form-group .controls .input-group-btn, #cart_table .form-group .controls .input-group {
	float:left;
	width:auto;
	margin-right:10px;
}
#cart_table .form-group .controls .input-group-btn .btn {
	padding:2px 6px;
}
#cart_table .form-group .controls .input-group-btn:first-child {
	padding-right:24px;
}

/* PRODCUT FILTERS */
	a.filter_value_style.disabled:link, 
	a.filter_value_style.disabled:visited, 
	a.filter_value_style.disabled:active { color:#aaa; }

/*/////////////*/

.cart_table {
	margin: 0 0 10px 0;
	border-top: 1px solid #ddd;
}
.cart_table th, .cart_table td {
	padding: 7px 6px;
	text-align: left;
}
.cart_table th {
	background: #f4f4f4;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.cart_table th em {
	padding-top: 2px;
	display: block;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
}
.cart_table td {
	border-bottom: 1px solid #ddd;
}
.cart_table td h4 {
}
.cart_table tr:hover td {
	background: #f8f8f8;
}
.cart_table tr.affected_tr td {
}
.cart_table tr.affected_tr td input.quantity_field {
	border: 1px solid #f59700;
	background: #ffe1b1;
	color: #333
}
.cart_table .title {
	margin: 0;
	padding: 0;
}
.cart_table .title span {
	display: block;
	padding: 3px 0 0 0;
	font-weight: normal;
	font-size: 11px;
	color: #999
}
.cart_table .image {
	float: left;
	margin: 0 10px 0 0;
}
/*
a.cart_delete {
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/delete_action.gif) no-repeat;
	text-indent: -9999px;
}
*/
.cart_total_table {
	margin: 0 0 10px 0;
}
.cart_total_table th, .cart_total_table td {
	padding: 6px 4px;
}
.cart_total_table th {
	text-align: right;
	font-weight: normal;
}
.cart_total_table td {
}
.cart_total_table .total {
	width: 90px;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}
.cart_total_table .total_exvat {
	width: 90px;
	font-weight: 600;
	white-space: nowrap;
}
.cart_bottom {
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.cart_bottom .buttons {
	float: right;
}
@media only screen and (max-width: 576px) {
.cart_bottom .buttons {
	float: none;
	text-align:center;
}	
}
.cart_bottom .msg {
	float: left;
	font-size: 11px;
}
.cart_checkout {
	margin: 0 0 10px 0;
	padding-top: 20px;
}
a.cart_check_shipping_opener {
	padding: 4px 0 0 22px;
	position:relative;
}
a.cart_check_shipping_opener:before {
	content:'\f153';
	display:inline-block;
	position:absolute;
	left:0;
    font-family: 'Font Awesome 5 Pro';
	font-weight:700;
	color:#29292A;
}
.cart_check_shipping {
	margin: 0 0 15px 0;
	padding: 10px 15px;
	background: #f3f3f3;
	display: none;
}
.cart_check_shipping.opened {
	display: block;
}
.shipping_methods_output {
	padding-right: 20px
}
.shipping_methods_output p {
	padding: 1px 0 2px 0;
	margin: 0;
}
.shipping_methods_output strong {
	color: #000;
}

/* PAGINATION */
.pagination {
	background: #fff;
	padding: 10px;
	margin: 10 auto 0;
	width: 100%;
	display:block !important;
	color: #535353;
	border-top: 2px solid rgba(99,99,99,0.1);
}
.paging_simple {
	float: left;
	margin-top: 3px;
}
.paging_jump {
	width: 25px;
	text-align: right;
	font-size: 13px;
	padding: 1px 2px;
	margin: 0;
	background: #F6F6F6;
	color: #1c355e;
	border: 1px solid rgba(99,99,99,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.paging_jump:focus {
	border: 1px solid rgba(99,99,99,0.1);
	outline: none
}
#paging_jump {
	width: 25px;
	text-align: right;
	font-size: 13px;
	padding: 1px 2px;
	margin: 0;
	background: #F6F6F6;
	color: #1c355e;
	border: 1px solid rgba(99,99,99,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#paging_jump:focus {
	border: 1px solid rgba(99,99,99,0.1);
	outline: none
}
.paging_list {
	list-style: none;
	float: right;
}
.paging_list li {
	display: inline;
}
.paging_list li a, .paging_list li span {
	display: block;
	float: left;
	padding: 3px 6px;
	margin: 0 1px;
}
.paging_list li a.selected {
	background: #1c355e;
	color: #fff;
	font-weight: 700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.paging_list li a.selected:hover {
	background: #212121;
}

/* PRODUCTS */
.main_title {
	text-align:center;
	font-size:40px;
	font-weight:300;
	padding:10px 0;
	color:#1c355e;
	border-bottom:1px solid #1c355e;
	margin-bottom:30px;
}
.main_content {
	margin-bottom:50px;
}
.main_content .side_filter_controls {
	display:none;
}
.blog-content {
	margin:40px auto;
}
.main_sidebar h2 {
	font-size:20px;
	font-weight:600;
	color:#464646;
}
.main_sidebar .filter {
	margin:10px auto 20px auto;
}
.main_sidebar .filter h3 {
	font-size:16px;
	font-weight:600;
	color:#1c355e;
	padding:10px 0;
	border-bottom:1px solid #ebebeb;
	margin-bottom:10px;
}
.main_sidebar .filter h3:hover {
	cursor:pointer;
}
.main_sidebar .filter h3 span {
	display:inline-block;
	float:right;
}
.main_sidebar .filter ul.categories li {
	position:relative;
	padding-left:18px;
}
.main_sidebar .filter ul.categories li:before {
	content:'\f0c8';
	display:inline-block;
	position:absolute;
	left:0;
    font-family: 'Font Awesome 5 Pro';
	font-weight:700;
	color:#1c355e;
}
.main_sidebar .filter ul.categories li a {
	color:#1c355e;
}
.main_sidebar .filter ul.categories li.active:before,
.main_sidebar .filter ul.categories li a:hover {
	color:#212121;
}
.main_sidebar .filter ul.categories li.active a {
	color:#212121;
}
.main_sidebar .filter ul.three_column li {
	display:inline-block;
	width:33.3333%;
	float:left;
}
.main_sidebar .filter ul.double_column li {
	display:inline-block;
	width:50%;
	float:left;
}
.main_sidebar .filter ul.double_column::after {
	content:'';
	display:block;
	clear:both;
}
.main_sidebar .filter ul.flex {
	margin:0 auto;
	width:302px;
}
.main_sidebar .filter ul.flex li {
	display:inline-flex;
	margin:0 5px 15px;
}
.main_sidebar .filter ul.flex input[type="checkbox"]:checked + label::after {
	font-size:14px;
	font-family: "Font Awesome 5 pro";
	content: "\f00c";
	color:#fff;
    position: relative;
    left: 0px;
	top:6px;
	box-sizing:border-box;
	padding-top:0px;
}
.main_sidebar .tooltip.top {
	margin-left:3px;
}
/* PRICE RANGE SLIDER */
.main_sidebar .slider.slider-horizontal {
	width:100%;
}
.main_sidebar .slider.slider-horizontal .slider-track-low,
.main_sidebar .slider.slider-horizontal .slider-track-high {
	background-color:#e1e1e1;
	background-image: none;
	box-shadow: none;
	border-radius:0;
}
.main_sidebar .slider-selection {
	background-color:#F2F2F2;
	background-image: none;
	box-shadow: none;
	border-radius:0;
}
.main_sidebar .slider-handle {
	background-color:#1c355e;
	background-image: none;
	box-shadow: none;	
}
.main_sidebar .price_range_values {
	margin:10px -15px;
}
.main_sidebar .price_range_values .form-control {
	font-size:16px;
}
/* CIRCLE COLOR CHECKBOX */
.abc-checkbox.abc-checkbox-circle label::before {
    border-radius: 0;
}
.main_sidebar .abc-checkbox.abc-checkbox-circle label::before {
	width:30px;
	height:30px;
}
.main_sidebar .abc-checkbox input[type="checkbox"],
.main_sidebar .abc-checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
	outline:none;
}
.main_sidebar .abc-checkbox input[type="checkbox"]:focus + label::before {
    outline:none;
}
.main_sidebar .abc-checkbox label {
	display:inline-block;
}
/*
.main_sidebar .abc-checkbox input[type="checkbox"]:checked + label::after {
	content:'';
}
*/


/* STOCK LEVELS */
.stock_level {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
}
.stock_level_1, .stock_level_5 {
	color: #fff;
}
.stock_level_2 {
	color: #f7941d;
}
.stock_level_3 {
	color: #1078BD;
}
.stock_level_4 {
	color: #ff0000;
}

.stock_level {
	display:inline-block;
	border-radius: 4px;
	background-color: #5BAF4F;
	padding:8px 15px;
	color:#fff;
	margin:10px auto 15px;
}
.stock_level.stock_level_1, .stock_level.stock_level_5 {
	background-color: #5BAF4F;
	color:#fff;
}
.stock_level.stock_level_2 {
	background-color: #f7941d;
	color:#fff;	
}
.stock_level.stock_level_3, .stock_level.stock_level_8 {
	background-color: #1078BD;
	color:#fff;	
}

.stock_level.stock_level_4, .stock_level.stock_level_6 {
	background-color: #ff0000;
	color:#fff;	
}
.stock_level.stock_level_8 {
	background-color: #F60;
	color:#fff;		 
}
.cart_button_wrapper .stock_level {
	height:42px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.8;	
}

.mark {
    position: absolute;
    top: 22px;
    left: -30px;
    color: #fff;
    width: 135px;
    text-align: center;
    min-height: 30px;
    padding: 8px 25px;
    line-height: 13px;
    z-index: 1;
/*	font-family: 'Open Sans', sans-serif; */
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;	
}
.mark.new {
	background-color:#29adde;	
}
.mark.stock_level_1, .mark.stock_level_5 {
	background-color:#00D700;
	color:#fff;
}
.mark.stock_level_2 {
    top: 18px;
    left: -40px;
    width: 160px;	
	background-color:#f7941d;
	color:#fff;	
}
.mark.stock_level_3 {
    top: 18px;
    left: -40px;
    width: 160px;	
	background-color:#1078BD;
	color:#fff;	
}
.mark.stock_level_8 {
    top: 18px;
    left: -40px;
    width: 160px;	
	background-color:#F60;
	color:#fff;
}
.mark.stock_level_4, .mark.stock_level_6 {
    top: 18px;
    left: -40px;
    width: 160px;	
	background-color:#FF0000;
	color:#fff;	
}

/* BUTTONS */
.btn-light-blue {
	background-color:#1c355e;
	color:#fff;
	border-color:#1c355e;
}
.btn-light-blue:hover {
	background-color:#80c7bc;
	color:#1c355e;
	border-color:#80c7bc;
}

.btn-dark {
	background-color:#29292A;
	color:#fff;
	border-color:#29292A;
}
.btn-dark:hover {
	background-color:#111111;
	color:#fff;
	border-color:#111111;
}

.btn-light-dark {
	background-color:#fff;
	color:#1c355e;
	border-color:#fff;
	font-weight:600;
}
.btn-light-dark:hover {
	background-color:#29292A;
	color:#fff;
	border-color:#29292A;
}
.btn-light {
	background: #1c355e;
	color: #fff;
	text-align: center;
	border-radius:0;	
}
.btn-light:hover, .btn-light:active {
	background: #80c7bc;
	border:1px solid #80c7bc;
	box-shadow:none;
	color: #1c355e;
}
.btn-light-outline {
	background: #fff;
	color: #1c355e;
	text-align: center;
	border-radius:0;
	border:1px solid #1c355e;
	font-size:14px;
}
.btn-light-outline:hover, .btn-light-outline:active {
	background: #1c355e;
	color: #fff;
	text-align: center;
	border-radius:0;
	border:1px solid #1c355e;
}
.btn-giftcard {
    width: 100%;
    background-color:#fff;
	color:#1c355e;
	border-color:#1c355e;
    border-radius: 0;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
}
.btn-giftcard:hover,
.btn-giftcard.active:hover {
    background-color: #80c6bb;
    border-color: #1c355e;
    color:#fff;
}.btn-giftcard.active {
    background-color:#1c355e;
	color:#fff;
	border-color:#1c355e;
}
.btn-select-gift.small_width {
    width: auto;
    padding: 15px 30px;
}
.btn-select-gift {
    width: 100%;
    background-color:#FFF;
	color:#1c355e;
	border-color:#1c355e;
    border-radius: 0;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
}
.btn-select-gift.active {
    background-color:#80c6bb;
	color:#1c355e;
	border-color:#80c6bb;
}
.btn-select-gift:hover {
    background-color: #1c355e;
    border-color: #1c355e;
    color:#fff;    
}
.card_hover {
    display: inline-block;
    padding: 5px 10px;
    background-color: #1c355e;
    color: #FFF;
}
#ponwgc {
	margin-bottom:60px;
}
#ponwgc .item {
	position:relative;
}
#ponwgc .item .data {
	position:absolute;
	z-index:1;
	width:calc(100% - 40px);
	height:calc(100% - 76px);
	margin:0 auto;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	color:#fff;
	padding:0 20px;
}
#ponwgc .item .data h2 {
	font-size:22px;
	font-weight:600;
	text-align:center;
}
#ponwgc .item .data span {
	display:block;
	font-size:18px;
	font-weight:300;
	text-align:center;
}
#ponwgc .item .data span.phone {
	font-size:24px;
	font-weight:600;
}
#ponwgc .item .comment {
	width:calc(100% - 60px);
	font-size:16px;
	font-weight:600;
	color:#fff;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:6px;
	text-align:center;
}
#ponwgc .item figure {
	margin:0;
}
#instagram_feed {
	width:100%;
	position:relative;
	margin:20px auto 0;
}
#instagram_feed .row {
	margin:0;
}
#instagram_feed .item {
	width:12.5%;
	overflow:hidden;
}
#instagram_feed .item figure {
	margin:0;
}
#instagram_feed .title {
	width:100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color:#fff;
	z-index:2;
	text-align:center;
}
#instagram_feed .title h4 {
	font-weight: 300;
	font-size: 55px;
	line-height: 78px;
    background-color: transparent !important;
    color: #1c355e;
}
#instagram_feed .gallery {
	margin:0;
	padding:0;
}
#instagram_feed .shadow {
	position:absolute;
	width:100%;
	height:100%;
    opacity: .8;
    background: linear-gradient(180deg, rgba(128, 199, 188,0.7) 0%, rgba(128, 199, 188,1) 80%);
	z-index:1;
	box-shadow:none !important;
}
#instagram_feed .title .follow {
	display:inline-block;
	width:150px;
	font-size:13px;
	font-weight:600;
	line-height:44px;
	margin:20px auto 0 auto;
	color:#fff;
	background-color: transparent;
	background-image: linear-gradient(rgba(24, 53, 94, .9), rgba(24, 53, 94,.9));
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 0%;
	transition: background-size .2s, color .2s;				
	border:1px solid #fff;
}
#instagram_feed .title .follow:hover {
	cursor:pointer;
	color:#fff;
	background-size: 100% 100%;
}


/* CHECKBOX - RADIO */
.abc-checkbox input.error[type="checkbox"] + label::before{
	border-color:#996633 !important;
}  
.abc-checkbox input.error[type="radio"] + label::before{
	border-color:#996633 !important;
}  

.abc-checkbox-lightblue input[type="checkbox"]:checked + label::before, .abc-checkbox-lightblue input[type="radio"]:checked + label::before {
    background-color: #1c355e;
    border-color: #1c355e;
}
.abc-checkbox-lightblue input[type="checkbox"]:checked + label::after, .abc-checkbox-lightblue input[type="radio"]:checked + label::after {
    color: #fff;
}
.abc-radio-lightblue input[type="radio"]:checked + label::before {
    border-color: #1c355e;
}
.abc-radio-lightblue input[type="radio"]:checked + label::after {
    background-color: #1c355e;
}
.abc-radio-lightblue input[type="radio"] + label::after {
    background-color: #1c355e;
}

#newsletter_form_handler .abc-checkbox-lightblue label {
	font-size:12px;
	color:#1c355e;
}
#newsletter_form_handler .abc-checkbox label {
    vertical-align: inherit;
}

#main_nav .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -35px;
    z-index: 10;
    position: absolute;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1c355e;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot {
	outline:none;
}
.sm_header {
	width:auto;
	position:relative;
	text-align:center;
}
.sm_header h3 {
	border-bottom:2px solid #D3D3D3;
	display:inline-block;	
	margin:0 auto 10px;
	color: #1c355e;
	font-size: 30px;
	line-height: 40px;
	padding-bottom:10px;
	text-align:center;	
}
.push {
	height: 350px;
}

#newsletter-box {
	padding:40px;
	min-height:180px;
	background-color:#f5f5f5;
}
#newsletter-box a:link,
#newsletter-box a:active,
#newsletter-box a:visited {
	color: #18355E;
}
#newsletter-box a:hover {
	color: #18355E;
	text-decoration: underline;
}
#newsletter-box h3 {
	font-weight:300;
	font-size:30px;
	margin-bottom:5px;
	text-align:center;
}
#newsletter-box h4 {
	display:block;
	font-size:16px;
	font-weight:400;
	text-align:center;
	margin-bottom:10px;
}
#newsletter_email.form-control {
	color:#1c355e;	
	background-color:#fff;
	border:1px solid #80c7bc;
    transition: none;
	padding:1.5rem .75rem 1.5rem 2.75rem;
	text-align:center;
	font-size:1rem;
	outline:none;
	box-shadow:none;
}
.newsletter_form .bg-transparent {
	padding:0 1rem;
	color:#fff;	
	background-color:#1c355e !important;
}
.newsletter_form .bg-transparent:hover,
.newsletter_form .bg-transparent:active {
	background-color:#1c355e !important;
	box-shadow:none;
	color: #80c7bc;
}

.newsletter_form .form-control.error {
	border-color: none;
	box-shadow: none;
	outline: 0 none;
}
.newsletter_form label.error {
	text-align:center;
	color:#1c355e;
}
.newsletter_form .btn {
	outline:none;
	box-shadow:none;
}
.newsletter_form .btn.focus, .newsletter_form .btn:focus {
	outline:none;
	box-shadow:none;	
}
#newsletter_email.form-control::placeholder {
	color:#363636;
	font-weight:600;
}

footer {
	width: 100%;
	height: 350px;
}
footer .logo {
	max-width: 165px;
	max-height: 27px;
}
footer .menu {
	height: 300px;
	padding:30px 0 15px;
	background: #18355e;
	color: #FFF;
	box-sizing:border-box;
}
footer .menu h4 {
	color: #80c7bc;
	font-size:15px;
	font-weight:600;
	margin-bottom:10px;
}
footer .menu span {
	display:block;
	color:#FFF;
}
footer .menu span.phone {
	font-size:20px;
	color:#fff;
	margin-bottom:5px;
}
footer .menu span.phone a:link,
footer .menu span.phone a:active,
footer .menu span.phone a:visited {
    color: #fff;
}
footer .menu span.phone a:hover {
    color: #80c7bc;
}
footer .menu span.msg {
	font-size:13px;
	text-align:justify;
}
footer .menu span.asterisk {
	margin:5px auto;
	font-size:12px;
	font-style:italic;
}
footer .menu .stores ul li span:last-child {
	margin-bottom:5px;
}
footer .menu ul {
	margin-bottom:20px;
}
footer .menu ul li {
	font-size:13px;
}
footer .menu ul li a:link,
footer .menu ul li a:active,
footer .menu ul li a:visited {
	color:#fff;
}
footer .menu ul li a:hover {
	color: #80c7bc;	
}
footer .menu .social_icon {
	margin-bottom:20px;
}
footer .menu .social_icon i {
	margin-right:8px;
	font-size:26px;
}
footer .menu .social_icon a:link,
footer .menu .social_icon a:active,
footer .menu .social_icon a:visited {
	color: #fff;
}
footer .menu .social_icon a:hover {
	color: #80c7bc;
}
footer .menu .social_icon a span {
	background-image:url(images/social_icons.svg?1);
	background-repeat:no-repeat;
	display:inline-block;
	width:23px;
	height:23px;
	margin-right:5px;
}
footer .menu .social_icon a.facebook span {
	background-position:0 0;
}
footer .menu .social_icon a:hover.facebook span {
	background-position:-23px 0;
}
footer .menu .social_icon a:active.facebook span {
	background-position:-46px 0;
}
footer .menu .social_icon a.twitter span {
	background-position:0 -23px;
}
footer .menu .social_icon a:hover.twitter span {
	background-position:-23px -23px
}
footer .menu .social_icon a:active.twitter span {
	background-position:-46px -23px
}
footer .menu .social_icon a.youtube_icon span {
	background-position:0 -46px;
}
footer .menu .social_icon a:hover.youtube_icon span {
	background-position:-23px -46px;
}
footer .menu .social_icon a:active.youtube_icon span {
	background-position:-46px -46px;
}
footer .menu .social_icon a.instagram span {
	background-position:0 -69px;
}
footer .menu .social_icon a:hover.instagram span {
	background-position:-23px -69px;
}
footer .menu .social_icon a:active.instagram span {
	background-position:-46px -69px;
}
footer .menu .social_icon a.pinterest span {
	background-position:-23px -92px;
}
footer .menu .social_icon a:hover.pinterest span {
	background-position:0 -92px;
}
footer .menu .social_icon a:active.pinterest span {
	background-position:-46px -92px;
}
footer .safe_payments {
    background: #18355e;
	padding:0 0 10px;
	text-align:center;
}
footer .lastbar {
	height: 50px;
	line-height: 49px;
	font-size:14px;
	background: #0f2753;
	color: #fff;
}
footer .copyright a {
	color: #fff;
}
footer .copyright a:hover {
	color: #AB9762;
}
footer .madeby {
	text-align: right;
}
footer .madeby a {
	color: #fff;
}
footer .madeby a span {
	color:#0082ba;
}
footer .madeby a span em {
	color: #f1c847;
	font-style: normal;
}
@media only screen and (max-width: 576px) {
footer .lastbar {
	height: auto;
    line-height: 30px;
}
footer .copyright, footer .madeby {
	text-align:center;
}
}
#newsletter_message .msg {
	width:100%;
	height:60px;
	line-height:58px;
	font-size:26px;
	font-weight:200;
	color:#fff;
	background-image:url(images/hcbackground.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
#newsletter_form .form-control {
	float: left;
	color:#fff;
	border: 1px solid #1c355e;
	background-color: transparent;
	box-shadow: none;
	padding: 10px;
}
#newsletter_form .input-group {
	width:calc(100% - 95px);
	display:block;
}
#newsletter_form input.form-control:-webkit-autofill {
 -webkit-box-shadow:0 0 0 50px #252525 inset;
 -webkit-text-fill-color: #fff;
}
#newsletter_form span {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color:#1c355e;
}
#newsletter_form label.error {
	font-weight:400;
	font-size:13px;
	color:#1c355e;
	margin-top:5px;
}
#newsletter_form .m_success {
	color:#1c355e;
}
#newsletter_form .m_error {
	color:#F00;
}
label.newsletter_consent {
	color:#fff;
	font-size:12px;
	font-weight:300;
	color:rgba(255,255,255,0.4);
}
.newsletter_consent a:link,
.newsletter_consent a:active,
.newsletter_consent a:visited {
	color:rgba(255,255,255,0.6);
}
.newsletter_consent a:hover {
	color:#1c355e;	
}


.maintenance_mode_wrapper {
	font-family: 'Open Sans', sans-serif;
	padding: 200px 0 0 0;
	position:relative;
	z-index:10;
}
.maintenance_mode {
	margin: 0 auto;
	padding: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.maintenance_text {
	text-align: center;
	font-size: 22px;
	font-weight:700;
	color:#1c355e;
	line-height: 1.5em;
}
.maintenance_text p {
	margin-bottom:15px;
}
.maintenance_logo {
	margin:0 auto 20px auto;
	text-align:center;
}
.maintenance_logo img {
	width:auto;
}
@media (min-width: 1200px){
.container {
    max-width: 1420px;
}
}
@media (max-width: 1200px){
#instagram_feed .item {
	width:16.666666667%;
	overflow:hidden;
}
#instagram_feed .item:nth-of-type(1n+13) {
	display: none;
}
footer {
	width: 100%;
	height: auto;
}
footer .menu {
	height: auto;
	padding:40px 0;
	box-sizing:border-box;
}
#main_nav .container {
	max-width:100%;
}
#main_nav .menu {
	display:none;
}
#main_nav .slides {
	width:100%;
}
.header_menu .breadcrumb {
	width:100%;
	float:none;
	padding:0;
}
.header_menu .breadcrumb .breadcrumb-item {
	margin-bottom:0;
}
.logo {
	display:block;
}
}
@media (max-width: 991px) {
#main_navigation {
	display:none;
}
header .main_bar {
	padding:20px 0 0;
}	
header .top_bar .container {
	max-width:100%;
}
.header_menu .categories {
	display:inline-block;
	float:left;
}
.header_menu .categories .hamburger {
	padding:8px 0 0;
	outline:none;
}
.mm-categories .hamburger {
	padding:2px 0 0;
	outline:none;
}
.header_menu .categories .hamburger-inner, .header_menu .categories .hamburger-inner:after, .header_menu .categories .hamburger-inner:before,
.mm-categories .hamburger-inner, .mm-categories .hamburger-inner:after, .mm-categories .hamburger-inner:before {
	width:32px;
	height:2px;
	background-color:#1c355e;
}
.mm-categories .hamburger.is-active .hamburger-inner, .mm-categories .hamburger.is-active .hamburger-inner:after, .mm-categories .hamburger.is-active .hamburger-inner:before {
	background-color:#1c355e;
}
.mm-categories {
	width:auto;
	display:inline-block;
    position: relative;
    left: 0;
    top: 3px;
	z-index:10;
}
.mm-navbar a {
	margin-left:20px;
}
header .main_bar .userdetails {
	line-height:40px;
}
header .cart {
	line-height:40px;	
}
#instagram_feed {
	height:auto;
}
#instagram_feed .item {
	width:25%;
	overflow:hidden;
}
#instagram_feed .item:nth-of-type(1n+9) {
	display: none;
}
}
@media (max-width: 767px) {
header .top_bar i {
	font-size:normal;
}
header .top_bar .contact_details {
	text-align:center;
	margin:0 auto;
}
header .top_bar .contact_details li {
	float:none;
	display:inline-block;
	margin-right:15px;
}
header .top_bar .login_register {
	text-align:center;
}
header .main_bar {
	padding:20px 0 10px;
}	
footer .menu .address li {
	position:relative;
}
footer .menu .address li span {
	margin-left: 0;
}
footer .menu .address li i {
	float:none;
	position:absolute;
	top:0px;
	margin-left:-25px;
}
footer .menu .logo {
	text-align:center;
}
footer .menu .logo img {
	width:200px;
}
footer .payments {
	text-align:center;
}
.hide_tabs {
	display: none !important;
}
.show_select_tabs {
	display: block !important;
}
.list_wrapper.products_block .item {
	height:auto;
}
.products_block .item h3 {
	display: block;
	height:auto;
	overflow:inherit;
	margin-bottom:15px;
}
.cart {
	text-align:center;
	margin:0 auto;
}
.cart ul {
	float:none;
	display:inline-block;
}
.cart ul li {
	display:inline-block;
}
header .main_bar .userdetails {
	text-align:center;
}

}
@media (max-width: 575px){
.header_menu {
	padding:0;
}	
.logo {
	text-align:center;
	margin:0 auto;
}
footer .bottombar {
	height:auto;
	line-height:30px;
}
footer .bottombar .copyright, footer .bottombar .madeby {
	text-align:center;
}
.working_hours {
    display: block;
	position: relative;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
#instagram_feed .title h4 {
	font-weight: 300;
	font-size: 45px;
	line-height: 68px;
    background-color: transparent !important;
    color: #1c355e;
}
#instagram_feed .item {
	width:50%;
	overflow:hidden;
}
#instagram_feed .item:nth-of-type(1n+5) {
	display: none;
}

}
/* Back to top button*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #222 url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top:hover.cd-fade-out {
  background-color:#222;
  opacity: 1;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #222;
  opacity: 1;
}


a.btn_blue {
	background: #1078bd;
	color: #fff;
	text-align: center;
	margin-bottom:10px;
}
a.btn_blue:hover, a.btn_blue:active {
	background: #104a70;
	color: #fff;
}
a.btn_blue.active.focus, a.btn_blue.active:focus, a.btn_blue.focus, a.btn_blue.focus:active, a.btn_blue:active:focus, a.btn_blue:focus {
	color: #fff;
	outline: none;
}
.btn_blue {
	background: #1078bd;
	color: #fff;
	text-align: center;
}
.btn_blue:hover, .btn_blue:active {
	background: #104a70;
	color: #fff;
}
.btn_blue.active.focus, .btn_blue.active:focus, .btn_blue.focus, .btn_blue.focus:active, .btn_blue:active:focus, .btn_blue:focus {
	color: #fff;
	outline: none;
}
.btn_grey {
	background: #a4a4a5;
	color: #fff;
	text-align: center;
}
.btn_grey:hover, .btn_grey:active {
	background: #252525;
	color: #fff;
}
.btn_grey.active.focus, .btn_grey.active:focus, .btn_grey.focus, .btn_grey.focus:active, .btn_grey:active:focus, .btn_grey:focus {
	color: #fff;
	outline: none;
}

.btn.btn_cancel {
	background: #c9302c;
	color: #fff;
	outline: none;
	border: 1px solid #c9302c;
}
.btn.btn_cancel:hover {
	background: #B00;
	color: #fff;
	outline: none;
	border: 1px solid #B00;
}
#request_account_deletion_modal .modal-header {
	background-color:#1c355e;
	color:#fff;
}
#request_account_deletion_modal .modal-header .close {
	text-shadow: none;
	color:#fff;
	
}
#request_account_deletion_modal .modal-header h4 {
	display:inline-block;
	float:left;
}
#request_account_deletion_modal .modal-footer {
	text-align:center;
	display:block;
}
#stores {
	padding-bottom:10px;
}
#stores h2 {
	font-size:22px;
	font-weight:200;
	text-align:center;
	margin:0 auto 10px;
	border-bottom:none;
}
#stores h2::after {
	display:none;
}
#stores .form-control {
	font-size:14px;
	text-align-last:center;
	background-color:transparent;
	border:none;
	border-radius:0;
	box-shadow:none;
	height:46px;
	line-height:36px;
	appearance:none;
	-moz-appearance: none;
	-webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	background-image:url(images/select-arrow.svg);
	background-repeat:no-repeat;
	background-position:calc(60% + 50px), center;
}
#stores select.form-control option {
	text-align-last:left;
}
#stores .city .form-control {
	background-color:#231F20;
	background-image:url(images/select-arrow.svg);
	color:#fff;
}
#stores .city .form-control option {
	color:#fff;
}
#stores .store .form-control {
	background-color:#1c355e;
	color:#fff;
}
#stores .store .form-control option {
	background-color:#1c355e;
	color:#fff;
}
#stores select:focus{
	outline:0;
	box-shadow:none;
}
#stores .google_map {
	width:100%;
	height:600px;
}

/* MINI SITE */
#mini-site .cover-photo .data {
	padding:20px;
	font-size:16px;
}
#mini-site .category figure {
	margin:0;
}
#mini-site.lancaster .item:nth-child(odd) .category {
    order:1;
}
#mini-site.lancaster .item:nth-child(odd) .products {
    order:2;
}
@media only screen and (max-width:767px){
    #mini-site.lancaster .item .category {
        order:1;
    }
    #mini-site.lancaster .item .products {
        order:2;
    }
}
#mini-site.lancaster .products .owl-theme .owl-nav {
    position: absolute;
    margin-top: 0;
    margin-bottom: 15px;
    top:0;
    left: 20px;
}
#mini-site.lancaster .products .owl-carousel .owl-nav button.owl-prev,
#mini-site.lancaster .products .owl-carousel .owl-nav button.owl-next {
    outline: none;
    border-radius: 50%;
    background-image: radial-gradient(circle at 100% 0, #fafafa, #f5f5f5);
    border: 1px solid transparent;
    height: 40px;
    width: 40px;
    transition: all .2s ease-in-out;
}
#mini-site.lancaster .products .owl-theme .owl-nav [class*=owl-]:hover {
    color: inherit;
    background-image: none;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    transition: all .2s ease-in-out;
}
#mini-site.lancaster .products .owl-theme .item .img-fluid {
    max-height: 300px;
    height: inherit;
}
#mini-site.lancaster .products {
    padding: 160px 100px;
    overflow: hidden;
}
#mini-site.lancaster .products::before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 120px;
    top: 0;
    z-index: 2;
    background-color: #fff;
    left: 0;    
}
#mini-site.lancaster .products::after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 120px;
    top: 0;
    z-index: 2;
    background-color: #fff;
    right: 0;    
}
#mini-site.lancaster .products .data h3{
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}
#mini-site.lancaster .products .data h3 a:link,
#mini-site.lancaster .products .data h3 a:active,
#mini-site.lancaster .products .data h3 a:visited {
    color:#363636;
}
#mini-site.lancaster .products .data h3 a:hover {
    color: #1c355e;
}
#mini-site.lancaster .products_center .owl-stage-outer {
-webkit-transform: translate3d(0, 0, 0) rotate(-24deg) translateZ(0);
    -ms-transform: translate3d(0, 0, 0) rotate(-24deg) translateZ(0);
    transform: translate3d(0, 0, 0) rotate(-24deg) translateZ(0);
    overflow: visible;
}
#mini-site.lancaster .products_center .owl-item {
-webkit-transform: rotate(24deg) translateY(60px) translateZ(0);
    -ms-transform: rotate(24deg) translateY(60px) translateZ(0);
    transform: rotate(24deg) translateY(60px) translateZ(0);  
    overflow: visible;
}
#mini-site.lancaster .products_block .item {
    padding: 40px 45px;
}
#mini-site.lancaster .owl-carousel {
    padding: 80px 0;
}
#mini-site.lancaster .owl-carousel .item {
    padding:0;
}
#mini-site.prettyballerina .logo figure,
#mini-site.hoff .logo figure {
    margin: 0;
}
#mini-site.prettyballerina .logo img
#mini-site.hoff .logo img{
    max-height: 80px;
}
#mini-site.prettyballerina .category .data {
    text-align: left;
    margin-bottom: 0;
}
#mini-site.prettyballerina .category .data h3,
#mini-site .category .data h3 {
    font-size: 52px;
    font-weight: 400;
    padding-top: 30px;
}
#mini-site .video_text {
    font-size: 20px;
    font-weight: 300;    
}
#mini-site .video_text h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #363636;    
}
#mini-site .collection .title {
    font-size: 18px;
    font-weight: 300;
    margin: 15px auto;
}
#mini-site .collection .image {
    margin: 15px auto;
}
@media only screen and (max-width: 1400px) {
    #mini-site.lancaster .products {
        padding: 60px 100px;
    }
}
@media only screen and (max-width: 1199px) {
    #mini-site.lancaster .products {
        padding: 20px 60px;
    }
    #mini-site.lancaster .owl-carousel {
        padding: 0;
    }
    #mini-site.lancaster .products::before,
    #mini-site.lancaster .products::after{
       width: 80px; 
    }
    #mini-site.lancaster .products_center .owl-stage-outer {
    -webkit-transform: translate3d(0, 0, 0) rotate(0) translateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotate(0) translateZ(0);
        transform: translate3d(0, 0, 0) rotate(0) translateZ(0);
        overflow: visible;
    }
    #mini-site.lancaster .products_center .owl-item {
    -webkit-transform: rotate(0) translateY(0) translateZ(0);
        -ms-transform: rotate(0) translateY(0) translateZ(0);
        transform: rotate(0) translateY(0) translateZ(0);  
        overflow: visible;
    }

}

@media only screen and (max-width: 576px) {
#mini-site .category figure img{
	margin:0 auto;
	width:100%;
}
}
#mini-site .category .data {
	padding:15px;
	text-align:center;
	margin-bottom:20px
}
#mini-site.hoff .category  {
	padding:15px;
	text-align:center;
	margin-bottom:20px;
	position: relative;
}
@media only screen and (max-width: 575px) {
	#mini-site.hoff .category {
		padding: 10px 15px;
		margin-bottom: 0;
	}
}
#mini-site.hoff .category .data {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
#mini-site.hoff .category .data h3 {
	color: #ffab4d;
	font-size: 62px;
	font-weight: 700;
}
#mini-site.hoff .category a:hover .data h3 {
	color: #ffab4d; 
}
#mini-site.hoff .extras figure {
	margin: 1rem 0 .5rem;
}
#mini-site.hoff .products_block .item h3 {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-align: left;
}
#mini-site.hoff .list_wrapper.products_block .item .price {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-align: right;
	margin: 10px auto;
	display: inline-block;
}
#mini-site .category .data h3 {
	font-size:18px;
	font-weight:700;
}
#mini-site .category a .data h3 {
	color:#363636;
}
#mini-site .category a:hover .data h3 {
	color: #1c355e;	
}
#mini-site h2, #videos h2, #index_blog h2, #new_products h2, #product_offers h2, .error_404 h2{
	font-size:38px;
	font-weight:200;
	text-align:center;
	margin:30px auto;
	border-bottom:none;
}
#mini-site.hoff h2 {
	font-size:38px;
	font-weight:700;
	text-align:left;
	margin:20px 20px 0;
	border-bottom:none;
}
#mini-site h2::after, #videos h2::after, #index_blog h2::after, #new_products h2::after, #product_offers h2::after, .error_404 h2::after {
	display:none;
}
#mini-site .ms_cat_header h2 {
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    margin: 20px auto;
    border-bottom: none;
}
#mini-site .products_block {
	margin:0 auto 40px;
}
#mini-site .products_block .new_arrivals_center {
    position: relative;
}
#mini-site .products_block .new_arrivals_center::before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 15%;
    top: 0;
    z-index: 1;
    padding: 13.5px;
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, #fff 100%);
    left: 0;
}
#mini-site .products_block .new_arrivals_center::after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 15%;
    top: 0;
    z-index: 1;
    padding: 13.5px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
    right: 0;
}
@media only screen and (max-width: 767px) {
    #mini-site .products_block .new_arrivals_center::before,
    #mini-site .products_block .new_arrivals_center::after {
        display: none;
    }
}
#mini-site .products_block .new_arrivals_center .item {
    padding: 30px;
}
@media only screen and (max-width: 767px) {
    #mini-site .products_block .new_arrivals_center .item {
        border: none;
    }
}
#mini-site .products_block .cover figure {
	margin:0;
}
@media only screen and (min-width: 992px) {
#mini-site .products_block:nth-child(odd) .cover {
	order:2;
}
#mini-site .products_block:nth-child(odd) .products {
	order:1;
}
#mini-site .products_block:nth-child(odd) .see_all {
	order:3;
}
}
#mini-site .products_block .see_all {
	margin:37px auto;
}
#mini-site .products_block .item {
	margin-bottom:0;
	padding:20px 15px;
	box-sizing:border-box;
	text-align:center;
}
#mini-site.hoff .products_block .item {
	text-align: right !important;
	padding: 0;
}
#mini-site .new_arrivals {
	margin:60px auto 100px;
}
#mini-site.hoff .new_arrivals {
	margin:10px auto 40px;
}
#iconic_lines .title {
    padding: 30px 50px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
#iconic_lines .lines .item {
    height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#iconic_lines .lines .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
#iconic_lines .lines h3 {
    display: none;
}
@media only screen and (max-width: 991px) {
    #iconic_lines .lines h3 {
        display: block;
        width: calc(100% - 30px);
        position: absolute;
        bottom: 20px;
        color: #fff;
        z-index: 1;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }
}
@media only screen and (max-width: 567px) {
    #iconic_lines .lines .item {
        height: 500px;
    }
    #iconic_lines .title {
        padding: 20px 50px;
        text-align: center;
    }
}
#iconic_lines .lines .item.disabled {
    position: relative;
    opacity: .4;
}
#iconic_lines ul li {
    text-transform: uppercase;
    text-align: right;
    transition: all .2s ease-in-out;
    padding: 20px 0;
    cursor: pointer;
}
#iconic_lines ul li a:link {
    color: #000;
}
#iconic_lines ul li.disabled a:link {
    color: #ABABAB;
}
#iconic_lines ul li span {
-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-in-out;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}
#iconic_lines ul li span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .5s ease-in-out
}
#iconic_lines ul li.disabled span {
-webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    font-size: 20px;
}
#mini-site .cover-photo .boiler_plate p {
	font-size:14px !important;
}
#mini-site .cover-photo.main {
	position:relative;
}
#mini-site .cover-photo.main .image {
	position:relative;
	z-index:0;
}
#mini-site .cover-photo.main .boiler_plate p {
	padding:0 50px;
}
#mini-site .boiler_plate {
	position:absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	max-width:50%;
}
@media only screen and (max-width: 1199px) {
	#mini-site .boiler_plate {
		position:relative;
		top:auto;
		transform: translateY(0);
		max-width:100%;
	}
}
@media only screen and (max-width: 767px) {
    #mini-site .cover-photo.main .image {
        margin-bottom:20px;
    }
}
#mini-site .boiler_plate figure {
	margin-bottom:30px;
}
#mini-site .boiler_plate img {
	max-width:260px;
}
#mini-site.list .category-description,
#mini-site.list .item {
    padding: 40px 45px;
    box-sizing: border-box;
}
#mini-site.list.hoff .item {
	padding: 10px;
}
#mini-site.list .category-banner {
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;    
}
#mini-site.list .category-description h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}
#mini-site.lancaster.subcat .result-content {
    position: relative;
}
#mini-site.lancaster.subcat .result-content .image {
    text-align: center;
    margin: 0 0 30px;
}
#mini-site.lancaster.subcat .result-content .image img {
    max-height: 360px;
}
#mini-site.lancaster.subcat .result-content .product-data {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
}
#mini-site.lancaster.subcat .result-content .product-data .line {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #575757;
    display: block;
}
#mini-site.lancaster.subcat .result-content .product-data h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;    
}
#mini-site.lancaster.subcat .result-content .product-price {
    width: 100px;
    display: inline-block;
    text-align: right;
}
#mini-site.lancaster.subcat .result-content .product-price span {
    display: inline-block;
}
#mini-site.lancaster.subcat .result-content .product-price .price {
    font-size: 20px;
    color: #1c355e;
}
#mini-site.lancaster.subcat .result-content .product-price .old_price {
    color: #ababab;
    position: relative;
}
#mini-site.lancaster.subcat .result-content .product-price .old_price::after {
    content: '';
    height: 1px;
    position: absolute;
    background: #1c355e;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#mini-site.lancaster.subcat .category {
    position: relative;
}
#mini-site.lancaster.subcat .category::before {
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1;
    display: block;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5998774509803921) 0%, rgba(0,0,0,0) 40%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5998774509803921) 0%, rgba(0,0,0,0) 40%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5998774509803921) 0%, rgba(0,0,0,0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);    
}
#mini-site.lancaster.subcat .category a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#mini-site.lancaster.subcat .category h3 {
    display: block;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 1;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
#minisite_more_products {
    position: relative;
}
#minisite_more_products .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#minisite_more_products .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    outline: none;
}
#minisite_more_products .owl-nav .owl-prev:hover {
    background-color: transparent;
    color: #1c355e;
}
#minisite_more_products .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    outline: none;
}
#minisite_more_products .owl-nav .disabled:hover {
    background-color: transparent;
    color: inherit;
}
#minisite_more_products .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #1c355e;
}
#mini-site.castaner .category {
    position: relative;
}
#mini-site.castaner .category::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:rgba(255,255,255,.1);
    transition: all 0.3s ease 0s;
}
#mini-site.castaner .category:hover::before {
    background-color: transparent;
}
#mini-site.castaner .category .data {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
#mini-site.castaner .category .data h3 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
}
#mini-site.castaner .category a:hover .data h3 {
    color: #000;
}
#mini-site.castaner.subcat.list .category h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
}

.block_link{
	pointer-events: none;
}

/* GIFT CARD */

.custom-control-label::before,
.custom-control-label::after {
    top: .5rem;
}
.custom-control-input:checked~.custom-control-label::before, 
.custom-control.image-checkbox label:before {
    border-color: #80c6bb;
    background-color: #80c6bb;
}
.custom-control.image-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-control.image-checkbox .custom-control-input:checked~.custom-control-label:before {
    box-shadow: none;
}
#gift_card h2 {
    margin: 15px auto 10px;
    font-size: 18px;
    font-weight: 600;
}
#gift_card h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}
#gift_card .sub_title {
    font-weight: 600;
    color: #1c355e;
}
#gift_card .form-control {
    border-radius: 0;
    border:1px solid #dee2e6;
}
#gift_card .form-control:focus {
    box-shadow: none;
    border:1px solid #80c6bb;
}
#gift_card .counter {
    font-weight: 600;
    color: #1c355e;
}
#gift_card .add_giftcard_tocart {
    text-align: right;
}
#gift_card .gift_card_wrapper {
    position: relative;
    border-top: 2px dashed #ddd;
    margin-top: 30px;
    padding-top: 30px;
}
#gift_card .gift_card_wrapper:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
#gift_card .gift_card_wrapper .remove {
    position: absolute;
    top: 10px;
    right: 0;
}
#gift_card .gift_card_wrapper .remove:hover {
    cursor: pointer;
    color: #1c355e;
}

#my_gift_card {
    position: relative;
}
#my_gift_card .gift_card_wrapper {
    margin: 30px auto;
}
#my_gift_card .gift_card_wrapper p {
    margin-bottom: 15px;
}
#my_gift_card .flip_card .img-fluid {
    max-width: 500px;
    width: auto;
}
.mygift {
    font-size: 1.2em;
    margin: 0;
    perspective: 500px;
    transition: all 0.3s ease 0s;
}

.mygift:hover .dcard {
    transform: rotateY( 180deg);
    -webkit-transform: rotateY( 180deg);
}
.dcard {
    cursor: default;
    height: 380px;
    transform-style: preserve-3d;
    transition: transform 1s ease 0s;
    width: auto;
    border: none;
}
.dcard .front,
.dcard .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    display: block;
    font-size: 1.2em;
    height: 100%;
    padding: 0.8em;
    position: absolute;
    text-align: center;
    width: 100%;
}
.dcard .back {
    transform: rotateY( 180deg);
    -webkit-transform: rotateY( 180deg);
    position: relative;
    visibility: visible;
    -webkit-visibility: visible;
}
.dcard .back .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #80c6bb;
    width: calc(100% - 200px);
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}
.dcard.light .back .details {
	color: #1c365e;
}
.dcard .back .details span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.gift-card-msg {
    margin: 30px auto !important;
    text-align: center;
    font-style: italic;
    color: #1c355e;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .mygift:hover .card {
        transform: none;
    }
    .card {
        display: block;
        height: auto;
        margin-bottom: 30px;
    }
    .card .front, .card .back {
        padding:0.8em 0;
        position:relative;
        height: auto;
    }
    .card .back {
        transform: none;
        position: relative;
    }
    .card .back .details {
        width: calc(100% - 40px);
        top: 40px;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        font-size: 16px;
    }
    .card .back .details span {
        font-size: 14px;
    }
}
.qc-cmp2-persistent-link {
    background-color: #1c355e;
	color: rgba(255,255,255,.8) !important;
}
.qc-cmp2-persistent-link:hover {
	color: #80C7BC !important;
}

.phone_icon_sticky {
	position: sticky;
	left: calc(100% - 81px);
	bottom: 110px;
	width: 60px;
    height: 60px;
	padding: 0;
    font-size: 0.875rem;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
    box-sizing: border-box;
    min-height: 36px;
    line-height: 1.75;
    border-radius: 50%;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    background-color: #1f2f51;
	color: #fff;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	z-index: 5435465;
	margin-bottom: 10px;
}
.phone_icon_sticky a {
	width: 60px;
    height: 60px;
	color: #fff;
	border-radius: 50%;
}
.phone_icon_sticky:hover {
	background-color: #80c6bb;
}
.phone_icon_sticky i {
	font-size: 20px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 19px;
	right: 0;
	margin: 0 auto;
}

@media only screen and (max-width: 576px){
	.phone_icon_sticky {
		left: calc(100% - 66px);
		bottom: 80px;
		width: 50px;
		height: 50px;
	}
	.phone_icon_sticky a {
		width: 50px;
		height: 50px;
	}
	.phone_icon_sticky i {
		top: 15px;
	}
}
.espa_banner {
    width: 100%;
    max-width: 658px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.espa_banner figure {
    margin: 0;
}
.espa_banner .close {
    position: relative;
    top: -25px;
    right: 10px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
@media only screen and (max-width: 576px){
    .espa_banner .close {
        right: auto;
        left: 3px;
        float: left;
    }
}