@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=greek');
* {
	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-size: 14px;
	color: #363636;
}
body {
	background: #fff;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #29367E;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #1078BD;
}
.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 - 250px);
	margin: 0 auto;
	padding: 0;
}
#wrapper .main-alert.alert {
	border-radius:0;
    color: #fff;
    background-color: #009cde;
    border-color: #009cde;
	padding-top:20px;
	padding-bottom:20px;
}
#wrapper .main-alert .msg {
	position:relative;
	font-style:italic;
	font-size:14px;
	font-weight:600;
}
#wrapper .main-alert .msg::before {
	position:absolute;
	content:'\f05a';
	font-family:'Font Awesome 5 Pro';
	font-size:24px;
	font-style:normal;
	font-weight:300;
	left:0;
}
@media only screen and (max-width: 991px) {
#wrapper .main-alert .msg::before {
	left:25px;
}	
}
#wrapper .main-alert.alert .close {
	font-size:26px;
	font-weight:300;
	color:#fff;
	text-shadow:none;
	opacity:1;
	outline:none;
}
#wrapper .main-alert.alert .close:hover {
	color:#fff;
	opacity:0.8;
    text-decoration: none;
}
#wrapper .main-alert.alert a:link,
#wrapper .main-alert.alert a:active,
#wrapper .main-alert.alert a:visited {
	color:#fff;
}
#wrapper .main-alert.alert a:hover {
	color:rgba(255,255,255,.8);
}
#wrapper .main-alert.alert-dismissible .close {
    position:relative;
	padding:0;
}

header .top_bar {
	padding:15px 0;
	background-color:#F5F5F5;
	color:#585858;
	border-bottom:1px solid #e8e8e8;
}
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 a:link, header .top_bar a:active, header .top_bar a:visited {
	color:#003087;
}
header .top_bar a:hover {
	color:#009cde;
}
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:#29367E;
}
header .top_bar .login_register ul li.dropdown-item a:hover svg {
	color:#fff;
}
header .top_bar .login_register .dropdown .btn-light-blue svg {
	color:#fff;
}
header .top_bar svg {
	color:#009cde;
	margin-right:5px;
}
header .select_language .dropdown-menu {
    min-width: auto !important;
    padding: .2rem 0;
}
header .select_language .dropdown-menu li.dropdown-item {
    font-size: .875rem;
}
header .select_language .dropdown-menu li.dropdown-item a:link,
header .select_language .dropdown-menu li.dropdown-item a:active,
header .select_language .dropdown-menu li.dropdown-item a:visited {
    padding: .5rem .6rem !important;
}
header .main_bar {
	padding:40px 0 10px;
	background-color:#fff;
	color:#585858;
}
header .main_bar .logo img {
	max-height:100px;
}
header .main_bar .icons {
	margin-top:20px;
	font-size:16px;
	font-weight:400;
	color:#29367E;
	text-align:center;
}
header .main_bar .icons svg {
	margin-right:10px;
}
header .main_bar .icons .item {
	padding-left: 50px;
	position: relative;
	margin-bottom:10px;
}
header .main_bar .icons .item:not(:last-child) {
	border-right: 2px solid #e8e8e8;
}
header .main_bar .icons .item::before {
	width:40px;
	height:40px;
	position:absolute;
	left:15px;
	top:0;
	font-family:'Font Awesome 5 Pro';
	font-weight:700;
	font-size:26px;
}
header .main_bar .icons .item.track:before {
	content:'\f0d1';
}
header .main_bar .icons .item.paper-plane:before {
	content:'\f1d8';	
}
header .main_bar .icons .item.store:before {
	content:'\f54e';	
}
@media only screen and (max-width: 767px) {
header .main_bar .icons .item {
	min-height:40px;
	text-align:left;
}
header .main_bar .icons .item:not(:last-child) {
	border-right: none;
	border-bottom:2px solid #e8e8e8;
}
header .main_bar .icons .item::before {
	font-size:18px;
}
}

.header_menu {
	background-color:#fff;
	color:#29367E;
	padding:10px;
	font-size: 14px;
	line-height:16px;
}
.header_menu.index {
	padding:0;
}
.header_menu .breadcrumb {
	width:100%;
	margin-bottom:0;
	background-color:transparent;
	color:#29367E;
	padding:0;
	border-radius:0;
}
.header_menu .breadcrumb .breadcrumb-item {
	margin-bottom:5px;
	line-height:33px;
}
.header_menu .breadcrumb a:link, 
.header_menu .breadcrumb a:active, 
.header_menu .breadcrumb a:visited {
	color:#29367E;
}
.header_menu .breadcrumb a:hover, .header_menu .breadcrumb-item.active, .header_menu .breadcrumb-item.active a:link {
	color:#1078BD;
}
.header_menu .breadcrumb-item+.breadcrumb-item::before {
	color:#009cde;
}
.working_hours {
	position:absolute;
	width:calc(100% - 30px);
	margin-top:10px;
	text-align:center;
	color:#29367E;	
}
#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:#fff;
}
.cart ul {
	float:right;
}
.cart ul li {
	display:inline-block;
	float:left;
}
.cart_icon {
	margin-right:20px;
	font-size:19px;
}
.cart_icon img {
	height:70px;
	margin-top: -16px;
	margin-right:-30px;
}
.my_cart {
    display: inline-block;
	position:relative;
	color:#29367E;
	font-size:14px;
}
.my_cart em {
	font-weight:600;
	line-height:38px;
	text-align:center;
	font-style:normal;
	color:#29367E;	
}
#main_navigation {
	background-color:#29367E;
    color: #fff;
}
#main_navigation .navbar {
	padding:0;
}
#main_navigation .mega-menu {
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	right:0;
	margin:0 auto;
	background-color:#fff;
	color:#000;
	z-index:10;
	padding:20px;
	border:1px solid #eee;
	border-top:none;
	-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:18px;
	font-weight:600;
	color:#29367E;
	margin-bottom:10px;
}
#main_navigation .mega-menu .product_price {
    font-size: 18px;
    color: #1078BD;
    margin: 5px;
    line-height: 17px;
    font-weight: 600;
}
#main_navigation .mega-menu .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;
}
#main_navigation .mega-menu .category {
	margin-bottom:10px;
}
#main_navigation .mega-menu .category a:link,
#main_navigation .mega-menu .category a:active,
#main_navigation .mega-menu .category a:visited {
	color:#000;
}
#main_navigation .mega-menu .category a:hover {
	color:#29367E;
}
#main_navigation .mega-menu .category ul li {
    padding: 4px 0;
    letter-spacing: 0.04em;
	position:relative;
}
#main_navigation .mega-menu .multicolumn {
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
}
#main_navigation .mega-menu .category ul li span {
	display:block;
}
#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:#29367E;
	padding-right:5px;
}
#slideshow {
	padding:0;
	width:100%;
	position:relative;
}
#slideshow .item {
	width:100%;
	height:auto;
/*
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
*/	
	position:relative;
}
/*
@media only screen and (max-width: 1199px) {
#slideshow .item {
	height:500px;
}
}
@media only screen and (max-width: 767px) {
#slideshow .item {
	height:400px;
}
}
@media only screen and (max-width: 576px) {
#slideshow .item {
	height:300px;
}	
}
*/
#slideshow .item .data {
	width:calc(100% - 40px);
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
	right:0;
	margin:0 auto;
	background-color:rgba(0,0,0,.5);
	padding:40px;
	color:#fff;
}
#slideshow .item .data h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	text-align:center;
	margin:0 auto 15px auto;
}
#slideshow .item .data h3 {
	font-size: 26px;
	text-align:center;
	margin:0 auto 20px auto;
}
#slideshow .item .data .link {
	margin:0 auto;
	text-align:center;
}
#slideshow .item .data .link .btn-light-blue {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight:600;
	padding:10px 15px;	
}
.mm-categories {
	display:none;
}
/* NAVBAR */
.navbar-expand-lg .navbar-nav .nav-link {
	font-size:18px;
	padding-right: 2rem;
	padding-left: 2rem;
}
.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:#fff;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, 
.navbar-expand-lg .navbar-nav .active .nav-link {
	color:#fff;
	background-color:#1078BD;
}
#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;
}
#categories_list .item figure img {
	max-width:160px;
}
.list_wrapper.products_block {
	margin:10px auto;
}
.list_wrapper.products_block .item {
	margin-bottom:30px;
}
.list_wrapper.products_block .item .price_cart {
	width:100%;
	display:block;
	background-color: #29367E;
    border-color: #29367E;
	border-radius: 0;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;	
	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;
}
.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;
	color:#fff;
}
.list_wrapper.products_block .item .price_cart a .price {
	color:#fff;
}
.list_wrapper .image figure img {
	max-height:220px;
	margin:0 auto;
}
.list_wrapper .image figure {
	text-align:center;
}
.products_block, .cat_header {
	margin:30px auto 50px;
}
.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:#29367E;
	outline:none;
	padding:0;
}
.products_block .np_nav button:hover {
	cursor:pointer;
	color:#009cde;
}
.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: 40px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #D3D3D3;
	position:relative;
}
.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: block;
	margin-top:10px;
	box-sizing: border-box;
	height: 2px;
	width: 220px;
	border: 1px solid #29367E;
}
.products_block .item {
	display:block;
	position:relative;
	padding:0;
    overflow: hidden;	
	/*
	border: 0.8px solid #D3D3D3;
	border-radius: 8px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
	*/
}
.products_block .item .discount_badge {
	position:absolute;
	right:0;
	top:0;
	width:46px;
	height:46px;
	display:inline-block;
	background-color:#29367E;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#fff;
	z-index:5;
	text-align:center;
	padding-top:11px;
	font-weight:600;
}
.products_block .item .product_price {
	text-align:center;
}
.products_block .item .product_price .price {
	font-size: 18px;
	color: #1078BD;
	margin:5px;
	line-height: 17px;
	font-weight: 600;
}
.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 .badge {
	height: 80px;
	width: 80px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color: #232324;
	transform: rotate(-15deg);
	font-size:22px;
	font-weight:700;
	line-height:29px;
	color:#fff;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}
.products_block .item .image .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);	
}
.products_block .item h3 {
	color: #3E3D3F;
	font-size: 14px;
	text-align: center;
    padding: 0 10px;
	display: -webkit-box;
	max-width: 100%;
	height: 50.4px;
	margin: 10px auto 0 auto;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.products_block .item .code {
	display:block;
	padding:0 5px 5px;
	text-align:center;
	font-weight:600;
	color:#29367E;
}
.products_block .item .price_cart {
	width:100%;
	display:block;
	background-color: #29367E;
    border-color: #29367E;
	border-radius: 0;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;	
	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 .error_message a {
	padding:9.5px 10px;
	line-height:1.2;
}
.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:#1078BD;
	color:#fff;
	border-color:#1078BD;
	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;
}
.inside_page .heading {
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	margin-bottom:20px;
	text-align:center;
}
.inside_page .heading::after {
	content: "";
	display: block;
	margin:15px auto 0;
	width:80px;
	height:4px;
	background: #29367E;
}
.inside_page .text h2 {
	font-size:18px;
	font-weight:600;
	color:#29367E;
	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:#29367E;
	color:#fff;
	border:1px solid #29367E;
}
label.error {
	font-size: 14px;
	font-weight: 400;
	color: #009cde;
	display: block;
	text-align: left;
	margin: 5px auto;
	padding-bottom: 0;
}
.inside_page label.error span {
	display: none;
}
.form-control.error {
	border-color: #29367E;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(157, 214, 196, 0.6);
	outline: 0 none;
}
.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);
}
.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;
}
.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: #29367E;
}
.order_details table tbody tr:first-child td {
	border-top: 2px solid #ddd;
}
.order_details h2 {
	font-size:16px;
	display:block;
	margin-bottom:5px;
	color:#29367E;
	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:#29367E;
	border: 1px solid #29367E;
}
.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 svg {
	font-size: 20px;
	color: #29367E;
	float: left;
}

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

.hide_tabs {
	display: block !important;
}
.show_select_tabs {
	display: none !important;
}
.hastab h2 {
	color:#29367E;
	font-size:20px;
	font-weight:600;
}
.hastab h3 {
	color:#29367E;
	font-size:16px;
	font-weight:600;
	padding-bottom:10px;
}
.customtabs_wrapper {
	margin: 0 0 20px 0;
}
.customtabs_wrapper .tab-pane {
	border: 1px solid #29367E ;
	border-top:none;
	padding: 15px;
}
.customtabs_wrapper .nav-tabs {
	background-color:#29367E;
	border: 1px solid #29367E;
}
.customtabs_wrapper .nav-tabs .nav-item.show .nav-link,
.customtabs_wrapper .nav-tabs .nav-link.active {
	background-color:#fff;
	border:1px solid #fff;
	color:#29367E;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #29367E;
	color:#fff;
	background-color:#29367E;
}
.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 svg {
	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;
}
.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%;
}
.product_view .extra_photos a img {
    border: 1px solid #eee;
}
.product_view .extra_photos a:hover img {
    border: 1px solid #29367E;
}
.extra_photos .photo img {
	border:1px solid #dee2e6;
}
.short-title {
	font-size:20px;
	font-weight:600;
	padding:5px 0;
	margin-bottom:5px;
	border-bottom: 3px solid #1078BD;
}	
.wishlist_social {
	margin-top:30px;
}
.wish img {
	height:40px;
}
.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: #1078BD;
    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;
    margin-bottom: 15px;
}
.product_view .sm_title > span::after {
	content:'';
	display:block;
	width:inherit;
	margin-top:3px;
	height:2px;
	background-color:#29367E;
}
.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:#1078BD;
}
.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: 2px;
    left: 5.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 span {
    border: 1px solid #00315f;
	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 #1078BD;
}
.product_inner ul.text_swatch li.inactive span {
    border-color: #00315f;
	cursor: default;
}
.product_inner ul.text_swatch li.inactive span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top left,
             rgba(0,49,95,0) 0%,
             rgba(0,49,95,0) calc(50% - 1.5px),
             rgba(0,49,95,1) 50%,
             rgba(0,49,95,0) calc(50% + 1.5px),
             rgba(0,49,95,0) 100%);
    color: #009cde;
    pointer-events: none;
}
.product_inner ul.text_swatch li.inactive.active span {
	
	color: #555;
	cursor: default;
}
.web_price_wrapper {
	display:block;
}
.price_label {
	display:inline-block;
	margin:0 0 10px;
	font-weight: 600;
    font-size: 24px;
    line-height: 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;
}

.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;
	line-height: 27px;
	font-weight:600;
	color:#1078BD;
	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 {
	display:block;
	width:120px;
	text-align:center;
	margin-bottom:10px;
	color: #272C32;
	font-size: 15px;
	line-height: 17px;
}
.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 #1078BD;
	height: 42px;
	padding: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#product_add_to_cart {
	height:42px;
}
.cart_button_wrapper {
	display: 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.svg);
	background-repeat:no-repeat;
	background-position:0 -2px;
	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 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;
}
.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: #29367E;
	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: #29367E;
	text-align: center;
	color:#fff;
	font-size:12px;
}
.input-group-btn-vertical > .btn:hover {
	background:#1078BD;
}
.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 svg {
	position: absolute;
	top: 3px;
	left: 10px;
}
.form-control.error {
	border-color: #f26c4f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 108, 79, 0.6);
	outline: 0 none;
}
.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:#29367E;
}
.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;
}
.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 {
	background-color: #1078BD;
}
#cart_table .stock_level.stock_level_4, #cart_table .stock_level.stock_level_6 {
	color:#ff0000;	
}
@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
}
.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: #29367E;
	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: #29367E;
	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: #29367E;
	color: #fff;
	font-weight: 700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.paging_list li a.selected:hover {
	background: #1078BD;
}

/* PRODUCTS */
.main_title {
	text-align:center;
	font-size:40px;
	font-weight:300;
	padding:10px 0;
	color:#29367E;
	border-bottom:1px solid #29367E;
	margin-bottom:30px;
}
.main_content {
	margin-bottom:50px;
}
.main_content .side_filter_controls {
	display:none;
}
.main_content a.btn_lightgreen, .submit_data a.btn_lightgreen {
	color:#fff;
}
.main_sidebar h1 {
	font-size:20px;
	font-weight:600;
	color:#464646;
}
.main_sidebar .filter {
	margin:10px auto 20px auto;
}
.main_sidebar .filter h2 {
	font-size:16px;
	font-weight:600;
	color:#29367E;
	padding:10px 0;
	border-bottom:1px solid #ebebeb;
	margin-bottom:10px;
}
.main_sidebar .filter h2:hover {
	cursor:pointer;
}
.main_sidebar .filter h2 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:#29367E;
}
.main_sidebar .filter ul.categories li a {
	color:#29367E;
}
.main_sidebar .filter ul.categories li.active:before,
.main_sidebar .filter ul.categories li a:hover {
	color:#009cde;
}
.main_sidebar .filter ul.categories li.active a {
	color:#009cde;
}
.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 li {
	display:inline-flex;
	margin:0 10px 15px 10px;
}
.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:#1078BD;
	background-image: none;
	box-shadow: none;
	border-radius:0;
}
.main_sidebar .slider-handle {
	background-color:#29367E;
	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 */
.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.abc-checkbox-circle label span {
    display: none;
}
/*
.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 {
	background-color: #1078BD;
	color:#fff;	
}
.stock_level.stock_level_4, .stock_level.stock_level_6 {
	background-color: #ff0000;
	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-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_4, .mark.stock_level_6 {
    top: 18px;
    left: -40px;
    width: 160px;	
	background-color:#FF0000;
	color:#fff;	
}

/* BUTTONS */
.btn-light-blue {
	background-color:#29367E;
	color:#fff;
	border-color:#29367E;
}
.btn-light-blue:hover {
	background-color:#1078BD;
	color:#fff;
	border-color:#1078BD;
}
.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:#29367E;
	border-color:#fff;
	font-weight:600;
}
.btn-light-dark:hover {
	background-color:#29292A;
	color:#fff;
	border-color:#29292A;
}

/* CHECKBOX - RADIO */
.abc-checkbox-lightblue input[type="checkbox"]:checked + label::before, .abc-checkbox-lightblue input[type="radio"]:checked + label::before {
    background-color: #29367E;
    border-color: #29367E;
}
.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: #29367E;
}
.abc-radio-lightblue input[type="radio"]:checked + label::after {
    background-color: #29367E;
}
.abc-radio-lightblue input[type="radio"] + label::after {
    background-color: #29367E;
}


#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: #29367E;
}
.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;
}

.push {
	height: 250px;
}
footer {
	width: 100%;
	height: 250px;
}
footer .menu {
	height: 200px;
	padding:40px 0;
	background: #F4F4F4;
	color: #333;
	box-sizing:border-box;
	border-top: 1px solid #eee;
}
footer .menu .address li {
	font-size: 14px;
	line-height: 18px;
	font-weight:400;
	padding:0 0 8px;
}
footer .menu .address li svg {
	color:#29367E;
	float:left;	
	margin-top:2px;
}
footer .menu .address li span {
	display:inline-block;
	margin-left:10px;
}
footer .menu li {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding:0 0 8px;
}
footer .menu li a:link, footer .menu li a:active, footer .menu li a:visited {
	color:#003087;
}
footer .menu li a:hover {
	color:#009cde;
}
footer .payments {
	text-align:right;
}
footer .bottombar {
	height: 50px;
	line-height: 49px;
	background: #29367E;
	color: #fff;
}
footer .copyright a {
	color: #333;
}
footer .copyright a:hover {
	color: #29367E;
}
footer .madeby {
	text-align: right;
}
footer .madeby a {
	color: #fff;
}
footer .madeby a span {
	color:#5ec4ed;
}
footer .madeby a span em {
	color: #99cc68;
	font-style: normal;
}
.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:400;
	color:#29377D;
	line-height: 1.5em;
}
.maintenance_text p {
	margin-bottom:15px;
}
.maintenance_logo {
	margin:0 auto 20px auto;
	text-align:center;
}
.maintenance_logo img {
	width:300px;
}
@media (min-width: 1200px){
.container {
    max-width: 1420px;
}
}
@media (max-width: 1200px){
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 40px;
}	
.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:#29367E;
}
.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:#29367E;
}
.mm-categories {
	width:45px;
	display:inline-block;
    position: absolute;
    left: 15px;
    top: 14px;
}
.mm-navbar a {
	margin-left:12px;
}
}
@media (max-width: 767px) {
header .top_bar svg {
	font-size:18px;
}	
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 li {
	text-align:center;
}
footer .menu .address li {
	position:relative;
}
footer .menu .address li span {
	margin-left: 0;
}
footer .menu .address li svg {
	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;
}    
}
@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;
}
}
/* 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:#29367E;
	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;
}
.custom-select {
    border: 1px solid #3E3D3F;
}