@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&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:#F9F3EE;
}
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: 'Arimo', sans-serif;
	font-size: 16px;
	color: #302950;
}
body {
	background: #F9F3EE;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #235C47;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #283F5A;
}
.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 - 300px);
	margin: 0 auto;
	padding: 0;
}
.mm-categories {
	display:none;
}
header {
    padding-top: 40px;
}
.small_logo {
    display: none;
}
#main_navigation .container {
    position: relative;
}
#main_navigation em {
	font-style: normal;
}
#main_navigation .navbar-brand img {
    height: 70px;
    position: relative;
    z-index: 12;
}
#main_navigation .navbar-light .navbar-nav .nav-link {
    color: #302950;
    font-size: 20px;
}
#main_navigation .navbar-light .navbar-nav .nav-item {
    padding: 0;
}
#main_navigation .select_language .dropdown-menu {
    min-width: auto;
    color: #fff;
    width: 54px;
    background-color: #302950;
    color: #fff;
}
#main_navigation .select_language .dropdown-menu a:link,
#main_navigation .select_language .dropdown-menu a:active,
#main_navigation .select_language .dropdown-menu a:visited {
    color: #fff;
    display: block;
    padding: .25rem 1rem;
}
#main_navigation .btn-language {
    outline: none;
    box-shadow: none;
    background-color: #235C47;
    color: #fff;
}
#main_navigation .select_language .dropdown-menu a:hover {
    color: #fff;
}
#main_navigation .select_language .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: .875rem;
}
#main_navigation .select_language .dropdown-menu .dropdown-item:hover {
    background-color: #235C47;
}
#main_navigation .navbar-light .navbar-nav .nav-link:focus,
#main_navigation .navbar-light .navbar-nav .nav-link:hover {
    color: #302950;
}
@media (min-width: 992px) {
#main_navigation .navbar-expand-xl .navbar-nav .nav-link {
        padding: 1rem;
    }
}
#main_navigation .extra_menu {
    color: #235C47;
}
#main_navigation .extra_menu .hide_text {
	position: absolute;
	text-indent: -9999px;
}
#main_navigation .extra_menu svg {
    font-size: 24px;
}
@media (max-width: 1199px) {
    .small_logo {
        display: block;
    }
    .small_logo img {
        max-height: 80px;
    }
    header {
        padding-top: 20px;
    }
    #main_navigation .navbar-brand {
        display: none;
    }
    .mm-categories .hamburger {
        padding:2px 0 0;
        outline:none;
    }
    .mm-categories .hamburger-inner:before {
        top: -8px;
    }
    .mm-categories .hamburger-inner:after {
        bottom: -8px;
    }
    .mm-categories .hamburger-inner,
    .mm-categories .hamburger-inner:after,
    .mm-categories .hamburger-inner:before {
        width:30px;
        height:2px;
        background-color:#302950;
    }
    .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:#302950;
    }
    .mm-categories {
        width:45px;
        display:inline-block;
        position: absolute;
        left: 15px;
        top: 2px;
    }
    .mm-navbar a {
        margin-left:12px;
    }
}
.extra_menu .dropdown-menu {
    background-color: #302950;
    color: #fff;
}
#main_navigation .extra_menu .dropdown-menu svg {
    font-size: 20px;
    width: 30px;
}
.extra_menu .dropdown-menu .dropdown-item {
    padding: 0;
}
.extra_menu .dropdown-menu a:link,
.extra_menu .dropdown-menu a:active,
.extra_menu .dropdown-menu a:visited {
    color: #fff;
    display: block;
    padding: .25rem 1rem;
}
.extra_menu .dropdown-menu a:hover {
    color: #fff;
}
.extra_menu .dropdown-menu .dropdown-item:hover {
    background-color: #235C47;
}
#top_cart {
    position: relative;
}
#top_cart .my_cart.badge {
    background-color: #302950;
    font-weight: 300;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: 12px;
}
.mega_menu {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 66px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    color: #7E7E7E;
    z-index: 11;
    padding: 20px;
    border:1px solid #eee;
    border-top: none;
	-moz-box-shadow: 0 2px 2px #eee;
	-webkit-box-shadow: 0 2px 2px #eee;
	box-shadow: 0 2px 2px #eee;
}
.mega_menu .category img {
    max-height: 100px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.mega_menu .category figure {
    text-align: center;
    margin: 0 auto 1rem;
}
#main_navigation .navbar-light .navbar-nav .nav-item:hover .mega_menu {
    display: block;
}
.mega_menu h3 {
    font-size: 14px;
    font-weight: 400;
    color: #302950;
    margin-bottom: 15px;
    text-align: center;
}
.mega_menu ul li {
    font-size: 15px;
}
.mega_menu ul li a:link,
.mega_menu ul li a:active, 
.mega_menu ul li a:visited {
    color: #333333;
}
.mega_menu ul li a:hover {
    color: #ED1C24;
}

#main.inside_page h1 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #235C47;
}
#main.inside_page .text {
    margin: 20px auto 50px;
}
#main.inside_page .text p {
    margin-bottom: 15px;
}
#main.inside_page .text ul,
#main.inside_page .text ol {
    margin: auto 15px 15px;
}
#main.inside_page .text ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    list-style-type: disc;
}
#main.inside_page .text ol li {
    padding-left: 15px;
    list-style-type: decimal;
}
#service_icons .item {
    text-align: center;
}
#service_icons .item .icon {
    height: 120px;
}
#service_icons .item h3 {
    color: #283F5A;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
}
#service_icons .item h4 {
    color: #4F4F4F;
    font-weight: 400;
}
#bestsellers {
    margin: 100px auto;
}
#bestsellers .container {
    position: relative;
}
#bestsellers .title {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: #235C47;
    position: absolute;
    top: 0;
    left: -50px;
    opacity: 1;
    transform: translateY(0%) translateZ(0px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media only screen and (max-width: 1280px) {
    #bestsellers .title {
        font-size: 36px;
        font-weight: 400;
        text-align: center;
        position: relative;
        margin-bottom: 30px;        
        top: 0;
        left: auto;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

#latest {
    margin: 100px auto;
    background-color: #fff;
    padding-top: 30px;
}
#latest .book {
    margin-bottom: 100px;
}
#latest .title {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: #235C47;
    text-align: center;
    margin-bottom: 30px;
}
.book {
    margin-bottom: 30px;
}
.book .image {
    width: 50%;
}
.book .image img {
    -webkit-box-shadow: 20px 20px 25px 10px rgba(0,0,0,0.14);
    -moz-box-shadow: 20px 20px 25px 10px rgba(0,0,0,0.14);
    box-shadow: 20px 20px 25px 10px rgba(0,0,0,0.14);
}
.book .details {
    width: 50%;
    position: relative;
    min-height: 130px;
}
.book .details .btn-purple {
    position: absolute;
    bottom: 20px;
}
.book h3 {
    color: #235C47;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.book .rating {
    display: block;
    margin-bottom: 5px;
}
.book .rating span {
    display: inline-block;
    width: 11px;
    height: 22px;
    background-image: url("images/pen.svg");
    background-repeat: no-repeat;
    margin-right: 4px;
}
.book .rating span.rank {
    background-image: url("images/pen_gold.svg");
}
.book .author {
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 5px auto;
}

.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: #235C47;
}
.inside_page .text h2 {
	font-size:18px;
	font-weight:600;
	color:#235C47;
	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:#235C47;
	color:#fff;
	border:1px solid #235C47;
}
label.error {
	font-size: 14px;
	font-weight: 400;
	color: #235C47;
	display: block;
	text-align: left;
	margin: 5px auto;
	padding-bottom: 0;
}
.form-control.error {
	border-color: #235C47;
	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: #235C47;
}
.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:#235C47;
	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:#235C47;
	border: 1px solid #235C47;
}
#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:#235C47;
	font-size:20px;
	font-weight:600;
}
.hastab h3 {
	color:#235C47;
	font-size:16px;
	font-weight:600;
	padding-bottom:10px;
}
.customtabs_wrapper {
	margin: 0 0 20px 0;
}
.customtabs_wrapper .tab-pane {
	border: 1px solid #235C47 ;
	border-top:none;
	padding: 15px;
}
.customtabs_wrapper .nav-tabs {
	background-color:#235C47;
	border: 1px solid #235C47;
}
#account_tabs .nav-tabs .nav-item.show .nav-link,
#account_tabs .nav-tabs .nav-link.active {
	background-color:#302950;
	border:1px solid #302950;
	color:#FFF;
}
#account_tabs .nav-tabs {
    border-bottom: 1px solid #302950;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #235C47;
	color:#fff;
	background-color:#235C47;
}
.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 ;	
}
#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;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.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: #235C47;
    border-color: #235C47;
	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:#235C47;
	outline:none;
	padding:0;
}
.products_block .np_nav button:hover {
	cursor:pointer;
	color:#235C47;
}
.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;
	background-color: #235C47;
}
.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:#235C47;
	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;
    font-size:15px;
}
.products_block .item .product_price {
	text-align:center;
}
.products_block .item .product_price .price {
	font-size: 18px;
	color: #235C47;
	margin:5px;
	line-height: 17px;
	font-weight: 600;
}
.products_block .item .product_price .old_price {
	font-size: 18px;
	color: rgba(0,0,0,.6);
	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: #235C47;
	font-size: 16px;
	text-align: center;
    padding: 0 10px;
	display: -webkit-box;
	max-width: 100%;
	height: 62px;
	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:#235C47;
}
.products_block .item .price_cart {
	width:100%;
	display:block;
	background-color: #235C47;
    border-color: #235C47;
	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:#235C47;
	color:#fff;
	border-color:#235C47;
	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;
}

/* 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 #235C47;
}
.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 #235C47;
}	
.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: #235C47;
    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:10px auto;
	color:#363636;
	border-bottom:1px solid #dee2e6;
	padding-bottom:10px;
}
.product_view .description .specs p {
	display:none;
}
.product_view .sm_title  {
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
}
.product_view .sm_title > span {
	position:relative;
	display:inline-block;
}
.product_view .sm_title > span::after {
	content:'';
	display:block;
	width:inherit;
	margin-top:3px;
	height:2px;
	background-color:#235C47;
	margin-bottom: 15px;
}
.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:#302950;
}
.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:#235C47;
	margin-bottom:10px;
}
.product_inner h2 {
	font-size:18px;
	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 #e7e7e7;
	display:inline-block;
	float:left;
	color:#555;
	text-align:center;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    list-style: none;
    padding: 0;
    margin: 0 10px 10px 0;
    position: relative;
    text-align: center;
    width: 60px;
    height: 48px;
    line-height: 48px;
}
.product_inner ul.text_swatch li span:hover, .product_inner ul.text_swatch li.active span {
	border:1px solid #00315f;
}
.product_inner ul.text_swatch li.inactive span {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	color: #aeaeae;
	cursor: default;
}
.product_inner ul.text_swatch li.inactive span:hover {
	border:1px solid #e7e7e7;
}

.product_inner ul.text_swatch li.inactive.active span {
	background-color: #f8f8f8;
	border-color: #00bcfa;
	color: #aeaeae;
	cursor: default;
}
.web_price_wrapper {
	display:block;
}
.price_label {
	display:inline-block;
	margin:0 0 10px;
	font-weight: 600;
    font-size: 24px;
	float:left;
	padding:2px 10px 5px 0;
}
.web_price {
	display:inline-block;
	background-color:#FF4506;
	color:#fff;
	margin:10px 0;	
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
	line-height: 17px;
	float:left;
	padding:5px 7px 5px 5px;
}

.product_inner .price_wrapper span {
	display:inline-block;
	margin:0 10px 10px;
}
.product_inner .old_price {
	margin:30px auto 0 auto;
	font-size:28px;
	font-weight:400;
	color:#acacac;
	text-decoration:line-through;
}
.product_inner .old_price sup {
	font-size:18px;
}
.product_inner .price {
	font-size: 27px;
	font-weight:600;
	color:#235C47;
	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 #00bcfa;
	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;
	margin-bottom:10px;
}
.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 {
	padding: 15px;
	background-color: #fff;
}
.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>:not(caption)>*>* {
	border-bottom: none;
}
.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 0;
}
.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: #235C47;
	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: #235C47;
	text-align: center;
	color:#fff;
	font-size:12px;
}
.input-group-btn-vertical > .btn:hover {
	background:#302950;
}
.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: #A12408;
	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: #F9F9F9;
	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:#235C47;
}
.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;
	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: #235C47;
	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: #235C47;
	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: #235C47;
	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:#235C47;
	border-bottom:1px solid #235C47;
	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:#235C47;
	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:#235C47;
}
.main_sidebar .filter ul.categories li a {
	color:#235C47;
}
.main_sidebar .filter ul.categories li.active:before,
.main_sidebar .filter ul.categories li a:hover {
	color:#235C47;
}
.main_sidebar .filter ul.categories li.active a {
	color:#235C47;
}
.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:#302950;
	background-image: none;
	box-shadow: none;
	border-radius:0;
}
.main_sidebar .slider-handle {
	background-color:#235C47;
	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 {
    text-indent: -999em;
}

/* 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;	
}

/* CHECKBOX - RADIO */
.abc-checkbox-penbook input[type="checkbox"]:checked + label::before, .abc-checkbox-penbook input[type="radio"]:checked + label::before {
    background-color: #235C47;
    border-color: #235C47;
}
.abc-checkbox-penbook input[type="checkbox"]:checked + label::after, .abc-checkbox-penbook input[type="radio"]:checked + label::after {
    color: #fff;
}
.abc-radio-penbook input[type="radio"]:checked + label::before {
    border-color: #235C47;
}
.abc-radio-penbook input[type="radio"]:checked + label::after {
    background-color: #235C47;
}
.abc-radio-penbook input[type="radio"] + label::after {
    background-color: #235C47;
}

/* BUTTONS */
.btn-purple {
    background-color: #302950;
    color: #fff;
    border: 1px solid #302950;
}
.btn-purple:hover {
    background-color: #235C47;
    color: #fff;
    border: 1px solid #235C47;
}

.btn_cancel {
	background: #c9302c;
	color: #fff;
	outline: none;
	border: 1px solid #c9302c;
}
.btn_cancel:hover {
	background: #B00;
	color: #fff;
	outline: none;
	border: 1px solid #B00;
}
.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 7px;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #235C47;
}


.push {
	height: 300px;
}
footer {
	width: 100%;
	height: 300px;
    position: relative;
    color: #fff;
    background-color: #302950;
}
footer em {
	font-style: normal;
}
footer .menu {
    height: 250px;
    padding-top: 50px;
}
footer .menu .number {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    color: #000000;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}
footer .menu .number svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
footer .menu .phone {
    font-size: 22px;
}
footer .bottombar {
	height: 49px;
	line-height: 49px;
	color: #fff;
}
footer .bottombar .container {
    border-top: 1px solid #707070;
}
footer a:link,
footer a:active,
footer a:visited {
	color: #fff;
}
footer a:hover {
	color: #79CDB1;
}
footer .madeby {
	text-align: right;
}

@media only screen and (max-width: 1199px) {
	footer,
	footer .menu {
		height: auto;
	}
}
@media only screen and (max-width: 576px) {
	footer {
		text-align: center;
	}
	footer .bottombar {
		height: auto;
		line-height: 30px;
		padding: 5px 0;
	}
	footer .copyright, 
	footer .madeby {
		text-align: center;
		font-size: 14px;
	}
}

.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;
}
.maintenance_mode_wrapper {
	font-family: 'Arimo', 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:600;
	color:#302950;
	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;
}

/* 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;
}
.osano-cm-content a:link,
.osano-cm-content a:active,
.osano-cm-content a:visited {
	color: #FFF !important;
}
.osano-cm-content a:hover {
	color: #79CDB1 !important;
}


.btn-boxnow {
    background-color: #44D62C;
    border-color: #44D62C;
    color: #fff !important;
    transition: all .2s ease-in-out;
    font-weight: 700;
    font-size: 12px;
    line-height: 12.4px;
    text-transform: uppercase;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    margin-top: 1rem;
}
.btn-boxnow:hover {
    background-color: #fff;
    border-color: #44D62C;
    color: #44D62C !important;
}

.old_price_publisher{
    font-size:26px;
    font-weight:400;
    color:#acacac;
}
