@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600&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:#111111;
}
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: #7e7e7e;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #02AFE8;
}
h3 a:link, h3 a:visited, h3 a:active {
	color: #2e347e;
	text-decoration: none;
	outline: none;
}
h3 a:hover {
	text-decoration: none;
	color: #02AFE8;
}
.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: 100%;
	margin: 0 auto -220px;
	padding: 0;
}
header .top_bar {
	padding:15px 0;
	background-color:#f4f4f4;
	color:#999;
}
header .navbar {
	padding:0;
}
header .bg-light {
	background-color:transparent !important;
}
header .top_bar .top_menu li {
	float:left;
	display:inline-block;
	font-weight:600;
}
header .top_bar .top_menu li.selected {
	color:#2e347e;
}
header .top_bar .top_menu li:last-child {
	margin-right:inherit;
}
header .top_bar a:link, header .top_bar a:active, header .top_bar a:visited {
	color:#414141;
	padding:.5rem;
}
header .top_bar a:hover {
	color:#02AFE8;
}
header .top_bar .login_register {
	text-align:right;
}
header .top_bar .login_register ul.links {
	padding:5px 0 0;
}
header .top_bar .login_register ul li {
	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;
	color:#3F3F3F;
}
header .top_bar .login_register ul li.dropdown-item a:hover {
	display:block;	
	padding:.5rem 1rem;
	color:#fff;
	background-color:#02AFE8;
}
header .top_bar .login_register ul.dropdown-menu li.dropdown-item a:hover {
	padding:.5rem;
}
header .top_bar .login_register ul li.dropdown-item a:hover svg {
	color:#fff;
}
header .top_bar .dropdown .btn-blue.dropdown-toggle svg {
	color:#fff;
	margin-right:5px;
}
header .top_bar .login_register svg {
	color:#00bcfa;
}
header .main_bar {
	padding:10px 0;
	background-color:#fff;
	color:#999;
}
header .main_bar .container {
	padding-bottom:10px;
	border-bottom:2px solid #eee;
}
.header_menu {
	background-color:#2d3580;
	color:#fff;
	padding:10px;
	font-size: 14px;
	line-height:16px;
}
.header_menu .breadcrumb {
	margin-bottom:0;
	background-color:transparent;
	color:#fff;
	padding:.75rem 0;
}
.header_menu .breadcrumb a:link, 
.header_menu .breadcrumb a:active, 
.header_menu .breadcrumb a:visited {
	color:rgba(255,255,255,.8);
}
.header_menu .breadcrumb a:hover, .header_menu .breadcrumb-item.active, .header_menu .breadcrumb-item.active a:link {
	color:#fff;
}
.header_menu .breadcrumb-item+.breadcrumb-item::before {
	color:#fff;
}
header .main_bar .search_wrapper {
	display:inline-block;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color:#2d3580;
}
header .top_bar .navbar .dropdown-menu {
	border-radius:0;
	padding:0;
	border:none;
	margin-top:.9rem;
}
header .top_bar .navbar .dropdown-menu .dropdown-item {
	background-color:#2d3580;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,.1);
}
header .top_bar .navbar .dropdown-menu .dropdown-item:last-child {
	border-bottom:none;
}
header .top_bar .navbar .dropdown-menu .dropdown-item:focus, header .top_bar .navbar .dropdown-menu .dropdown-item:hover {
	background-color:#02AFE8;
	color:#fff;
}
.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: #02AFE8;
}
#search_form_top .custom-select {
	max-width:200px;
	border:2px solid #eee;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:none;
	height: 46px;
}
#search_form_top .form-control {
	border-radius:0;
	border:2px solid #eee;
	border-right:1px solid transparent;
	height: 46px;
	padding:10px 18px;
}
#search_form_top .btn {
	border-radius:0;
	padding:10px 25px;
}
.cart ul {
	float:right;
}
.cart ul li {
	display:inline-block;
	float:left;
}
.cart_icon {
	margin-right:20px;
	font-size:19px;
}
.cart_icon img {
	height:38px;	
}
.my_cart {
	width:38px;
	height:38px;
	background-color: #2f2f2f;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    background-repeat: no-repeat;
    display: inline-block;
	position:relative;
}
.my_cart em {
	display:block;
	font-size:16px;
	font-weight:600;
	color:#fff;
	line-height:38px;
	text-align:center;
	font-style:normal;
}
#main_nav {
	width:100%;
	height:700px;
	background-color:#ECF0F1;
	border-bottom:1px solid #E8E8E8;
}
#main_nav .menu {
	background-color:#fff;
	width:300px;
	height:700px;
	padding:22px 0;
	position:relative;
}
#main_nav .menu h2 {
	color:#02AFE8;
	font-size:16px;
	font-weight:800;
	line-height:22px;
	padding:0 15px 10px 15px;
}
#main_nav .megamenu {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(1,87,116,1);
	top:0;
	left:0;
	z-index:2;
	padding:20px;
	color:#fff;
}
#main_nav .megamenu a:link, #main_nav .megamenu a:active, #main_nav .megamenu a:visited {
	color:#fff;
}
#main_nav .megamenu a:hover {
	color:#02AFE8;
}
#main_nav .megamenu .column {
	margin:0 0 20px;
}
#main_nav .megamenu .column h3 {
	font-size:16px;
	font-weight:600;
	line-height: 1.2;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
}
#main_nav .megamenu .column li {
	font-size: 13px;
	line-height:1.3;
	padding:2.5px 0;
}
#main_nav .menu ul li span {
	display:block;
	font-size:14px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	line-height: 48px;	
}
#main_nav .menu ul li:hover, #main_nav .menu ul li.active {
	background-color:rgba(1,87,116,1);
}
#main_nav .menu ul li span.icon {
	width:40px;
	float:left;
}
#main_nav .menu ul li a:link, #main_nav .menu ul li a:active, #main_nav .menu ul li a:visited {
	display:block;
	padding:0 15px;
	color:#3F3F3F;
}
#main_nav .menu ul li:hover a:link, #main_nav .menu ul li:hover a:active, #main_nav .menu ul li:hover a:visited,
#main_nav .menu ul li.active a:link, #main_nav .menu ul li.active a:active, #main_nav .menu ul li.active a:visited {
	color:#fff;
}
#main_nav .menu ul li a:hover {
	color:#02AFE8;
}
#main_nav .slides {
	padding:0;
	width:calc(100% - 300px);
	position:relative;
}
#main_nav .slides .item {
	width:100%;
	height:700px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
#main_nav .slides .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;
}
#main_nav .slides .item .data h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	text-align:center;
	margin:0 auto 15px auto;
}
#main_nav .slides .item .data h3 {
	font-size: 26px;
	text-align:center;
	margin:0 auto 20px auto;
}
#main_nav .slides .item .data .link {
	margin:0 auto;
	text-align:center;
}
#main_nav .slides .item .data .link .btn-blue {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight:600;
	padding:10px 15px;	
}
#main_categories {
	margin:30px auto;
}
#main_categories .item {
	position:relative;
	text-align:center;
	width:100%;
}
#main_categories .item img {
	width:100%;
	max-height: 201px;
}
#main_categories .item .data {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	margin:0 auto;
}
#main_categories .item .data img {
	width:auto;
	margin:0 auto;
}
#main_categories .item .data h3 {
	text-align:center;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
}
#main_categories .item.small .data h3 {
	font-size:16px;
}
@media only screen and (max-width: 991px) {
#main_categories .item .data img {
	max-width:50px;
}
#main_categories .item .data h3 {
	margin-bottom:10px;
}
#main_categories .item.small .data h3 {
	margin-bottom:10px;
	font-size:13px;
}
}
@media only screen and (max-width: 576px) {
#main_categories .item .data img {
	max-width:30px;
}
#main_categories .item .data h3 {
	margin-bottom:15px;
}
#main_categories .item.small .data h3 {
	font-size:16px;
	margin-bottom:10px;
}
}

/* LOGIN */
#login_form .loading, #login_form .button {
	margin: 10px auto;
}
#login_form .checkbox, #register_form .checkbox {
	margin: 0;
}
.input-group-text {
	background-color:transparent;
	color:#2e347e;
}
label.error {
	font-size: 14px;
	font-weight: 400;
	color: #02AFE8;
	display: block;
	text-align: left;
	margin: 5px auto;
	padding-bottom: 0;
}
.form-control.error {
	border-color: #02AFE8;
	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;
}
.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: #2e347e;
}


/* 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:54px;
}
.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: #2e347e;
}
.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:#2e347e;
	font-weight:600;
}
.smbox {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #ddd;
}
/* TABS */
#account_tabs .nav-item {
	display:inline-block;
}

.hide_tabs {
	display: block !important;
}
.show_select_tabs {
	display: none !important;
}
.hastab h2 {
	color:#2e347e;
	font-size:20px;
	font-weight:600;
}
.hastab h3 {
	color:#2e347e;
	font-size:16px;
	font-weight:600;
	padding-bottom:10px;
}
.customtabs_wrapper {
	margin: 0 0 20px 0;
}
.customtabs_wrapper .tab-pane {
	border: 1px solid #2e347e ;
	border-top:none;
	padding: 15px;
}
.customtabs_wrapper .nav-tabs {
	background-color:#2e347e;
	border: 1px solid #2e347e;
}
.customtabs_wrapper .nav-tabs .nav-item.show .nav-link,
.customtabs_wrapper .nav-tabs .nav-link.active {
	background-color:#fff;
	border:1px solid #fff;
	color:#2e347e;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #2e347e;
	color:#fff;
	background-color:#2e347e;
}
.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;
}
.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 #02AFE8;
}
.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 #00bcfa;
}	
.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: #00bcfa;
    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;
}
.product_view .description h2 {
	font-size:20px;
	font-weight:400;
	color:#363636;
	margin-bottom:10px;
}
.product_view .description p {
	margin:20px 0;
	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:#00bcfa;
}
.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 .code {
	font-size: 18px;
	line-height: 17px;
	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;
}
.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 {
	max-width:220px;
	margin:10px 0 20px 0;
	display:block;
}
.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;
    line-height: 27px;
    list-style: none;
    padding: 0;
    margin: 0 3px 3px 0;
    position: relative;
    text-align: center;
    width: 38px;
    height: 28px	
}
.product_inner ul.text_swatch li span:hover, .product_inner ul.text_swatch li.active span {
    line-height: 24px;
    width: 38px;
    height: 28px;
	border:2px 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 {
    line-height: 27px;
    width: 38px;
    height: 28px;
	border:1px solid #e7e7e7;
}

.product_inner ul.text_swatch li.inactive.active span {
	background-color: #f8f8f8;
	border-color: #00bcfa;
	color: #aeaeae;
	cursor: default;
}
.price_wrapper {
	display:block;
	margin-bottom:20px;
}
.price_label {
	display:inline-block;
	margin:10px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 17px;
	float:left;
	padding:5px 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;
}
.list_wrapper.products_block {
	margin:10px auto;
}
.list_wrapper.products_block .item .form-control {
	text-align: center;
	padding: 0;
}
.list_wrapper.products_block .item {
	margin-bottom:30px;
	border: 5px solid #ccc;
	padding: 10px !important;
}
.list_wrapper.products_block .item .badges {
	top: 5px;
	right: 5px;
}
.list_wrapper.products_block .item .price_cart {
	margin-top:10px;
}
.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;
	top:-60px;
	right:0;
}
.products_block .np_nav {
	position:absolute;
	top:-60px;
	right:0;
}
.products_block .np_nav button {
	height: 40px;
	width: 40px;
	border-radius: 6px;
	background-color: #2d3580;
	border:none;
	color:#fff;
	outline:none;
}
.products_block .np_nav button:hover {
	cursor:pointer;
	background-color:#02AFE8;
}
.products_block .np_nav button.owl-prev {
	margin-right:10px;
}
.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;
}
.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 #02AFE8;
}
.products_block .item {
	display:block;
	border-radius: 0px;
	position:relative;
}
.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 20px;
	text-align:center;
}
.products_block .item .img-fluid {
	display:inline-block;
	width:auto;
	height:220px;
}
.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: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.products_block .item .price_cart {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:block;
	background-color: #2d3580;
    border-color: #2d3580;
	border-radius: 0;
	padding:15px;
	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;
}
.products_block .item .price_cart:hover {
	background-color:#02AFE8;
	color:#fff;
	border-color:#02AFE8;
	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_white.svg);
    background-size: 18px;
    z-index: 10;
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
}

.products_block .item .price_cart span {
	display:inline-block;	
}

.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:#00bcfa;
	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;
}
.product_characteristics {
	margin:20px auto;
}
.product_characteristics .label {
	font-weight:600;
	width:30%;
}
.product_characteristics .value {
	width:70%;
}
@media only screen and (max-width: 576px) {
.product_characteristics .label {
	width:40%;
}
.product_characteristics .value {
	width:60%;
}	
}
.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;
}
.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 #00bcfa;
	height: 42px;
	padding: 5px 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.product_listing_price.quantity_wrapper .input-group .add_cart_quantity.form-control {
    font-size: 14px;
    height: 38px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.product_listing_price.quantity_wrapper .btn-sm {
    height: 38px !important;    
}
.cart_button_wrapper {
	display: inline-block;
	margin-left: 5px;
	float: right;
}
.cart_button_wrapper span {
	display: block;
	text-align: center;
	margin-bottom: 3px;
}
.cart_button_wrapper .btn-blue {
	color:#fff;
    height: 40px;
    line-height: 26px;
    margin-top: 2px;
}
.cart_button_wrapper .btn-blue span {
	background-image:url(images/cart_white.svg);
	background-repeat:no-repeat;
	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>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: #2d3580;
	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: #02AFE8;
	text-align: center;
	color:#fff;
	font-size:12px;
}
.input-group-btn-vertical > .btn:hover {
	background:#00bcfa;
}
.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;
}
label.error {
	font-size: 14px;
	font-weight: 400;
	color: #f26c4f;
	display: block;
	text-align: left;
	margin-top: 4px;
	padding-bottom: 0;
}
.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;
}
.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;
}
.cat_header {
	color: #3E3D3F;
	font-size: 27px;
	line-height: 37px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #D3D3D3;
	position:relative;
}
.cat_header:after {
	position:absolute;
	content: "";
	display: block;
	margin-top:10px;
	box-sizing: border-box;
	height: 2px;
	width: 220px;
	border: 1px solid #2d3580;
}

#related_products.products_block {
	margin:20px auto 10px;
}

/* 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;
}
@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: #02AFE8;
	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: #02AFE8;
	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: #02AFE8;
	color: #fff;
	font-weight: 700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.paging_list li a.selected:hover {
	background: #00bcfa;
}

/* PRODUCTS */
.main_title {
	text-align:center;
	font-size:40px;
	font-weight:300;
	padding:10px 0;
	color:#02AFE8;
	border-bottom:1px solid #02AFE8;
	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:#02AFE8;
	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:#2e347e;
}
.main_sidebar .filter ul.categories li a {
	color:#221E1F;
}
.main_sidebar .filter ul.categories li.active:before {
	color:#02AFE8;
}
.main_sidebar .filter ul.categories li.active a {
	color:#02AFE8;
}
.main_sidebar .filter ul.three_column li {
	display:inline-block;
	width:33.3333%;
	float:left;
}
.main_sidebar .filter ul.flex li {
	display:inline-flex;
	margin:0 10px 5px 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:#00bcfa;
	background-image: none;
	box-shadow: none;
	border-radius:0;
}
.main_sidebar .slider-handle {
	background-color:#02AFE8;
	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 {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	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 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: #8dc63f;
}
.stock_level_2 {
	color: #f7941d;
}
.stock_level_3 {
	color: #1078BD;
}
.stock_level_4 {
	color: #ff0000;
}

.stock_level_wrapper {
	display:inline-block;
	border-radius: 4px;
	background-color: #5BAF4F;
	padding:8px 15px;
	color:#fff;
	margin:10px auto 15px;
}
.stock_level_wrapper.stock_level_1 {
	background-color: #5BAF4F;
	color:#fff;
}
.stock_level_wrapper.stock_level_2 {
	background-color: #f7941d;
	color:#fff;	
}
.stock_level_wrapper.stock_level_3 {
	background-color: #1078BD;
	color:#fff;	
}
.stock_level_wrapper.stock_level_4 {
	background-color: #ff0000;
	color:#fff;	
}

/* BUTTONS */
.btn-blue {
	background-color:#2d3580;
	color:#fff;
	border-color:#2d3580;
}
.btn-blue:hover {
	background-color:#00bcfa;
	color:#fff;
	border-color:#00bcfa;
}

.btn-sale {
	display:inline-block;
	width:85px;
	height:50px;
	line-height:38px;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background-color:transparent;
	background-image:url(images/sale-btn.svg);
	background-repeat:no-repeat;
}
.btn-sale:hover {
	color:#fff;
}

/* CHECKBOX - RADIO */
.abc-checkbox-blue input[type="checkbox"]:checked + label::before, .abc-checkbox-blue input[type="radio"]:checked + label::before {
    background-color: #2e347e;
    border-color: #2e347e;
}
.abc-checkbox-blue input[type="checkbox"]:checked + label::after, .abc-checkbox-blue input[type="radio"]:checked + label::after {
    color: #fff;
}
.abc-radio-blue input[type="radio"]:checked + label::before {
    border-color: #2e347e;
}
.abc-radio-blue input[type="radio"]:checked + label::after {
    background-color: #2e347e;
}
.abc-radio-blue input[type="radio"] + label::after {
    background-color: #2e347e;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2e347e;
}
.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;
}

#product_categories .tab-content {
	padding:20px 0;
	position:relative;
}
#product_categories .tab-content .item h3,
.products_block .item h3 {
	text-align:center;
	font-weight:600;
	color:#2e347e;
	font-size: 16px;
	text-align: center;
    padding: 0 10px;
	display: -webkit-box;
	max-width: 100%;
	height: 38.4px;
	margin: 10px auto 0 auto;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
#product_categories .tab-content .item figure {
	text-align: center;
}
#product_categories .tab-content .item img {
	max-height: 300px;
	width: auto;
	margin: 0 auto;
}
#product_categories .tab-content .item h3 span,
.products_block .item h3 span {
	font-size: 14px;
	color: #000;
}
#product_categories .tab-content .item .price,
.list_wrapper.products_block .item .price {
	display:block;
	text-align:center;
	font-weight:600;
	padding: 5px 15px;
}
#product_categories .tab-content .np_nav {
	position:absolute;
	top:-50px;
	right:0;
	font-size:14px;
}
#product_categories .tab-content .np_nav .owl-prev::after {
	content:'/';
	display:inline-block;
	margin-left:10px;
}
#product_categories .tab-content .np_nav button {
	border-radius: 0px;
	background-color: transparent;
	box-shadow: none;
	border:none;
	color:#2e347e;
	outline:none;
}
#product_categories .tab-content .np_nav button:hover {
	cursor:pointer;
}
#product_categories .nav-tabs .nav-link {
	padding-left:0;
	padding-right:20px;
}
#product_categories .nav-tabs .nav-item.show .nav-link,
#product_categories .nav-tabs .nav-link.active {
	border-color:#fff #fff #dee2e6;
	font-weight:600;
}
#product_categories .nav-tabs .nav-link:focus, #product_categories .nav-tabs .nav-link:hover {
    border-color: #fff #fff #dee2e6;
    color: #2e347e;
    background-color: #fff;
}

#product_categories .tab-content .item .subitem {
	border: 5px solid #ccc;
	padding: 10px !important;
}
#product_categories .tab-content .item .subitem .badges {
	top: 5px;
	right: 5px;
}

.type_badge {
	display:inline-block;
	padding: 8px 5px;
	height: 38px;
	border-radius: 6px;
	background-color: #2e347e;
	color: #fff;
	font-weight: 600;
}
.type_badge.dvd {
	background-color: #3D7681;
}
.type_badge.cd {
	background-color: #9A6DAC;
}
.type_badge.blu-ray {
	background-color: #1F7BC0;
}
.type_badge.books {
	background-color:#002558;
}
.type_badge.lp {
	background-color: #AA2228;
}
.type_badge.toys-collectibles {
	background-color: #CF894E;
    padding: 4px 5px;
    font-size: 10px;	
	line-height: 30px;
}
.type_badge.merchandise {
	padding: 11px 5px;
	font-size: 10px;
}
.badges {
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
}
.badges .sub_item {
	display:block;
	position:relative;
	width:36px;
	height:20px;
	color:#fff;
	font-size:11px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;	
	background-image:url(images/badges.svg);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
.badges .sub_item.hot {
	background-position:0 0;
}
.badges .sub_item.new {
	background-position:0 -20px;
}
.badges .sub_item.sale {
	background-position:0 -40px;
}
.badges .sub_item span {
	position:relative;
	display:block;
	width:36px;
	text-align:center;
	padding:2px 0;
	margin:0 auto;
}

#sale_offers {
	margin:30px auto;
}
#sale_offers .item {
	background-color:#f5f5f5;
	padding:15px;
	min-height:200px;
}
#sale_offers .item .category {
	color:#2d3580;
}
#sale_offers .item h3 {
	color:#2e367f;
	font-size:16px;
	font-weight:600;
    padding: 0;
	display: -webkit-box;
	max-width: 100%;
	height: 38.4px;
	margin:10px 0;
	line-height: 1.2;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}


#partners .owl-carousel .owl-item .item {
	text-align:center;
}
#partners .owl-carousel .owl-item img {
	width:auto;
	margin:0 auto;
}
#newsletter_widget_form {
	margin-top:40px;
}
#newsletter_widget_form .container {
	border-top:2px solid #eee;	
	padding-top:30px;
}
#newsletter_widget_form .newsletter {
	height:200px;
	position:relative;
}
#newsletter_widget_form .btn-blue {
	border:2px solid #000;
	border-left:0;
}
#newsletter_widget_form h2 {
	font-size:32px;
	color:#2e347e;
	font-weight:700;
}
#newsletter_widget_form .form-control {
	border-radius:0;
	border:2px solid #000;
	border-right:0;
	height: 46px;
	padding:10px 18px;	
}
#newsletter_widget_form .newsletter label.error {
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
}
.push {
	height: 220px;
}
footer {
	width: 100%;
	height: 220px;
	border-top:2px solid #eee;
}
footer .menu {
	height: 170px;
	padding:20px 0;
	background: #FFF;
	color: #a0a0a0;
	box-sizing:border-box;
}
footer .menu .address li {
	font-size: 14px;
	line-height: 18px;
	font-weight:400;
	padding:0 0 8px;
}
footer .menu .address li svg {
	color:#a0a0a0;
	width:20px;
	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:#a0a0a0;
}
footer .menu li a:hover {
	color:#2d357d;
}
footer .smedia {
	margin:15px 0;
}
footer .smedia li {
	display:inline-block;
	float:left;
	width:42px;
}
footer .menu .smedia a:link,
footer .menu .smedia a:active,
footer .menu .smedia a:visited {
	color:#2d357d;
	font-size:18px;
}
footer .menu .smedia a:hover {
	color:#00bcfa;
}
footer .payments {
	text-align:right;
}
footer .bottombar {
	height: 50px;
	line-height: 49px;
	background: #2d357d;
	color: #fff;
}
footer .copyright a {
	color: #fff;
}
footer .copyright a:hover {
	color: #02AFE8;
}
footer .madeby {
	text-align: right;
}
footer .madeby a:link,
footer .madeby a:active,
footer .madeby a:visited {
	color: #fff;
}
footer .madeby a:hover span {
	color:#00bcfa;
}
.maintenance_mode_wrapper {
	font-family: 'Open Sans', sans-serif;
	padding: 200px 0 0 0;
}
.maintenance_mode {
	width: 600px;
	margin: 0 auto;
	padding: 30px;
	background: #29292A;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #02AFE8;
	-moz-box-shadow: 0 0 10px #02AFE8;
	-webkit-box-shadow: 0 0 10px #02AFE8;
	box-shadow: 0 0 10px #02AFE8;
}
.maintenance_text {
	text-align: center;
	font-size: 18px;
	font-weight:600;
	color:#fff;
}
.maintenance_logo {
	margin:10px auto 20px auto;
	text-align:center;
}
@media (min-width: 1200px){
.container {
    max-width: 1420px;
}
}
@media (max-width: 991px) {
	.container {
		max-width: 100%;
	}
}
@media (max-width: 1200px){
footer {
	width: 100%;
	height: auto;
}
footer .menu {
	height: auto;
	padding:20px 0;
	box-sizing:border-box;
}
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
header .top_bar {
	padding-bottom:0;
}	
header .top_bar .login_register ul.links {
	text-align:center;
}
header .top_bar .navbar .dropdown-menu.show {
    border-top: 1px solid rgba(255,255,255,.1);
	margin-top:0;
}
#main_menu ul li {
	text-align:left;
	margin-right:0;
    border-bottom: 1px solid rgba(255,255,255,.1);
	padding:.5rem;		
}
#main_menu ul li.nav-item.dropdown.show {
	background-color:#00bcfa;	
}
#main_menu ul li a:link,
#main_menu ul li a:active,
#main_menu ul li a:visited {
	color:#fff;
}
#main_menu ul li a:hover {
	background-color:#00bcfa;
}
#main_menu .navbar-nav {
	background-color:#2d3580;
}
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #2d3580;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
.navbar-toggler:hover .icon-bar {
	background-color:#00bcfa;
}
.navbar-light .navbar-toggler {
  border: none;
  background: transparent !important;
  margin-top:5px;
  margin-bottom:10px;
  outline:none;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
header .top_bar .top_menu {
	text-align:center;
	margin:0 auto;
	padding:0;
}
header .top_bar .top_menu li {
	float:none;
	display:inline-block;
	margin-right:15px;
}
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 .payments {
	text-align:center;
}
.hide_tabs {
	display: none !important;
}
.show_select_tabs {
	display: block !important;
}
footer .bottombar {
	height:auto;
	line-height:30px;
}
footer .bottombar .copyright, footer .bottombar .madeby {
	text-align:center;
}
}
@media (max-width: 575px){
header .main_bar {
	padding:20px 0;
}	
.logo {
	text-align:center;
	margin:0 auto;
}
.cart {
	text-align:center;
	margin:0 auto;
}
.cart ul {
	float:none;
	display:inline-block;
}
.cart ul li {
	display:inline-block;
}
#search_form_top .btn {
	position:relative;
}
}
/* 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;
}


.reCAPTCHA_tos {
    font-size:11px !important;
    line-height: initial;
    order: 5;
}
@media only screen and (max-width: 991px) {
    .reCAPTCHA_tos {
        text-align: center;
    }
}
.grecaptcha-badge {
    z-index:5050;
    visibility: hidden;
    opacity: 0;
    transition: linear opacity 1s;
}

.grecaptcha-badge.show {
    visibility: visible;
    opacity: 1;
    transition: linear opacity 1s;
}
