.page-main {
    background-color: #fff;
} 
#mainpage-slider {
    margin-top: 5px;
}
.bull {
    font-size: 28px;
    line-height: 16px;
    vertical-align: middle;
}
.bull-orange {
    color: #ff8d00
}
.bull-green {
    color: #67d327;
}
.col-right-main {
    float: right;
}
.header-style-4 .header-top {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}
.header-style-4 .header-middle {
    padding-top: 48px;
}

.switcher-option img {
    float: right;
    height: 15px;
    margin-top: 5px;
}

.flag {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 5px;
}
.flag.flag-de {
    background: url(/img/flags/de.png) no-repeat;
    background-size: 15px;
}
.flag.flag-nl {
    background: url(/img/flags/nl.png) no-repeat;
    background-size: 15px;
}
.logo-content img {
    max-height: 90px;
}

.owl-theme .owl-dots .owl-dot span {
    height: auto;
}
.ico-cart-ok {
    margin-left: 10px;
}
.toolbar-bottom .toolbar, .toolbar-top .toolbar {
    margin-bottom: 5px;
}
.toolbar-bottom .toolbar .pages, .toolbar-top .toolbar .pages {
    float: left;
    padding-top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}
.toolbar-bottom .toolbar .pages .pages-items .item.current strong,
.toolbar-top .toolbar .pages .pages-items .item.current strong,
.toolbar-bottom .toolbar .pages .pages-items .item.current a.page,
.toolbar-top .toolbar .pages .pages-items .item.current a.page
{
    background: var(--dark-element-color);
    color: #fff;
    font-weight: bold;
}
.toolbar-bottom .toolbar .pages .pages-items .item a, .toolbar-top .toolbar .pages .pages-items .item a {
    min-width: 34px;
    text-align: center;
}

.toolbar-bottom .toolbar .pages .pages-items .item.pages-item-next a, .toolbar-top .toolbar .pages .pages-items .item.pages-item-next a {
    padding-right: 8px;
}
.toolbar-bottom .toolbar .pages .pages-items .item a:hover, .toolbar-top .toolbar .pages .pages-items .item a:hover {
    background: var(--dark-element-color);
    border-color: var(--dark-element-color);
}

.sm-listing-tabs .ltabs-wrap ul.ltabs-tabs li.ltabs-tab.tab-sel, .sm-listing-tabs .ltabs-wrap ul.ltabs-tabs li.ltabs-tab:hover {
    color: #999;
}

.action.sorter-action {
    display:  none !important;
}
.product.attribute ul {
    list-style: inside;
}
.product-info .product.attribute {
    display: block;
    clear: both;
}
.product-info .product.inline-attr * {
    float: left;
    margin-right: 5px;
}
.owl-nav.disabled {
    display: none;
}
.owl-item {
    display: inline-block;
    float: left;
}
.product.media {
    position: relative;
}

.box-image a img.ico-sale, img.ico-sale {
    width: 35% !important;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 8px;
}
.product-box-icons {
    z-index: 10;
    position: absolute;
    right: 10px;
    bottom: 30px;
    display: block;
}
.owl-carousel .owl-item img.ico-notouch, img.ico-notouch {
    width: 40px;
    float: right;
    display: block;
    margin-bottom: 5px;
}
.box-image a span.product-grade, span.product-grade {
    font-size: 18px;
    font-weight: bold;
    background-color: var(--dark-element-color);
    padding: 8px 10px;
    color: #fff;
    border-radius: 6px;
    opacity: 0.85;
    vertical-align: middle;
    margin-left: 10px;
    float: right;
    display: block;
}
.image-box-detail .product-box-icons {
    bottom: 30px;
}
.image-box-detail.gallery-image-box .product-box-icons {
    bottom: 60px;
}
.owl-item:hover span.product-grade, .products-grid .item .item-inner .box-image:hover a img.ico-sale,
.products-grid .item .item-inner:hover .box-image span.product-grade,
.image-box-detail .product.media:hover span.product-grade{
    opacity: 1;
}

.price-box .price-sale {
    display: block;
}
.info-box-detail .price-box.price-box-security {
    margin: 0;
    padding: 0;
    line-height: 120%;
}
.info-box-detail .price-box.price-box-security .price {
    font-size: 120%;
}
.info-box-detail .price-box-security .vat-text-main {
    margin-left: 5px;
}

.box-tocart input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 10px 10px 0 0;
}
.cart-extra {
    padding: 6px;
}
.modal-image-container {
    max-width: 170px;
    padding-top: 7px;
    float: left;
}
.modal-text-container {
    max-width: 400px;
    float: right;
}

.info-box-detail .product-options-bottom .box-tocart .fieldset .qty .control #qty, .info-box-detail .product-add-form .box-tocart .fieldset .qty .control #qty {
    width: 78px;
    border-right: none;
}
.related-products {
   margin-top: 40px;
}
.related-products .detail-title {
    margin-bottom: 20px;
    padding-bottom: 0;
}


.step-title .title-number:before {
    background: #ff5501;
    top: 16px;
    transition: background .3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 66px;
    border-radius: 6px;
    z-index: -1;
}

.step-title .title-number span {
    background: #fff;
    border-radius: 50%;
    border: 6px solid #ff5501;
    width: 26px;
    height: 26px;
    display: inline-block;
    font-weight: 600;
    font-size: 1.8rem;
    color: #333;
}

.fieldset .form-group.required label:after{
    content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px
}

.delivery-info {
    margin: 40px 0;
}
.delivery-info h3 {
    margin-bottom: 20px;
}
.step-title {
    margin-bottom: 20px;
}
.opc-wrapper .step-title {
    font-weight: 500;
}
table .align-numbers{
    text-align: right;
}
.action-checkout {
    background-color: var(--dark-element-color);
    border: 1px solid var(--dark-element-color);
    width: 100%;
}
.cart-container .checkout-methods-items .action.primary.checkout.action-checkout:hover,
.action-checkout:hover,
.action-checkout:focus,
.action-checkout:active  {
    background-color: var(--dark-element-hover-color);
    border: 1px solid var(--dark-element-hover-color);
    width: 100%;
}
.field-shoporders-agree label a {
    text-decoration: underline;
}
#user-select {
    display: none;
}
.form-page .btn-success{
    background-color: var(--dark-element-color);
    height: 40px;
    padding: 0 40px;
    border: none !important;
    color: #fff;
    letter-spacing: 0;
    border-radius: 0;
}
.form-page .btn-success:hover, .form-page .btn-success:active, .form-page .btn-success:focus{
    background-color: var(--dark-element-hover-color);
}
.form-page a.btn {
    font-size: 100% !important;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 11px;
}

.products-grid .item .item-inner .box-info .btn-action.btn-cart {
    margin-left: -56px;
}
.toolbar-bottom .toolbar .toolbar-sorter .sorter-options, .toolbar-top .toolbar .toolbar-sorter .sorter-options {
    border-right: none;
}
.no-margin {
    margin: 0!important;
}
.grand.totals td, .grand.totals th{
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.thanks-text {
    color: #222;
    font-size: 170%;
    font-weight: 500;
    margin: 0 0 15px;
}
#price-slider {
    margin-top: 15px;
}
#price-slider .ui-slider-range.ui-widget-header {
    background: none;
    background-color: #f03939;
}
.btn-filter-price, .btn-filter-price:active, .btn-filter-price:focus {
    font-size: 108% !important;
    font-weight: 500;
    padding: 0px 6px;
    text-transform: capitalize;
    margin: 10px 0 0 0;
}
.vat-text-sec {
    font-size: 11px;
}
.info-box-detail .vat-text-main {
    margin-left: 10px;
}
.info-box-detail .old-price {
    padding-top: 1px;
    margin-left: 10px;
}
.info-box-detail .vat-text-sec {
    margin-left: 5px;
}
.filter-options-title .glyphicon {
    float: right;
}
.block .block-content.filter-content .filter-options-title {
    color: var(--dark-element-color);
    padding: 10px 20px;
    border-radius: 3px 3px 0 0;
    margin: -25px -20px 5px;
    cursor: pointer;
}
.block .block-content.filter-content .filter-options-item.collapsed {
    overflow: hidden;
    height: 42px;
}

.block .block-content.filter-content .filter-options-item {
    padding: 25px 0 10px 0;
    border: none;
    border-bottom: 2px solid #b7b7b7;
    border-radius: 0;
}

.moveactivefirst ol
{
	position:relative;
	padding-top:22px;
}

.moveactivefirst .active
{
	display:block !important;
	width:100%;
}

.block .block-content.filter-content .filter-options-content .items li {
    border-bottom: 0;
    line-height: 22px;
}

.bold {font-weight: bold}
div.productModelOptionSelect {
    display: block;
    padding: 4px;
    margin: 3px;
    border-radius: 17px;
    border: 1px solid white;
}

div.productModelOptionSelect:hover, div.productModelOptionSelect.active {
    border: 1px solid var(--dark-element-color);
}

div.productModelOptionSelect img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div.productModelOptionSelect p {text-align: center; margin: 0}

span.chexkbox-box {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    position: relative;
    margin-top: -1px;
    vertical-align: middle;
}
.active span.chexkbox-box:before {
    position: absolute;
    content: " ";
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 5px;
    height: 10px;
    transform: rotate(45deg);
    left: 5px;
    top: 1px;
}

.price-slider-values input[type=text] {
    width: 76px;
}
.old-price{
    vertical-align: top;
    padding-top: 1px;
}
.price-box .old-price .price {
    font-size: 130%;
}
.accesoire-models {
    margin: 0 10px 10px;
    height: 63px;
    overflow: hidden;
}
.accesoire-models:after {
    content: '...';
}
a.product-item-photo {
    text-align: center;
}



.colorselector li
{
	display:block;
	margin:5px 0 15px 15px;
	float:left;
	background-color:#eeeeee;
	border-radius:7px;
}

.colorselector img
{
	width:70px;
	height:70px;
	object-fit:cover;
	display:block;
	border:2px solid #bbbbbb;
	border-radius:7px;
	line-height: 20px;
    text-align: center;
}

.colorselector li a:hover img, .colorselector .actief a img
{
	border:2px solid var(--dark-element-color);
}

.colorselector .product-item-photo .product-image-container .product-image-wrapper {
    height: 200px;
    display: block;
    vertical-align: middle;
}

.notavaliable
{
	opacity:0.3;
}

.haslogo
{
	padding-left:100px;
	position:relative;
}

.haslogo img
{
	width:80px;
	height:35px;
	object-fit:contain;
	position:absolute;
	left:0;
	margin-top:-5px;
}

.sizeselector
{
	clear:both;
}

.sizeselector .product-items {
    margin-left: -10px;
}

.sizeselector li
{
	display:inline-block;
	margin:5px 0 15px 10px;
}
.obligatoryCartModal {
    overflow: hidden;
}

.sizeselector a
{
	line-height:36px;
	min-width:40px;
	text-align:center;
	display:block;
	border:1px solid #bbbbbb;
	border-radius:4px;
	color:var(--dark-element-color);
	font-weight:500;
}

.sizeselector a:hover, .sizeselector .actief a
{
	border:1px solid var(--dark-element-color);
}

.pricehidden, .paramhidden
{
	display:none;
}


.products-grid .product-item-photo .product-image-container .product-image-wrapper {
    height: 300px;
    display: block;
    vertical-align: middle;
}
.product-image-photo {
    max-height: 300px;
    width: auto!important;
    margin: auto;
}
.product-image-photo-popup {
    max-height: 100px;
    width: auto!important;
    margin: auto;
}
.my-account.budget {
    background-color: var(--dark-element-color);
}
.my-account.budget:hover {
    background-color: var(--dark-element-hover-color);
}
.header-style-4 .header-top .language-currency-top .my-account.budget:after {
    content:none;
}
.header-style-4 .header-top .language-currency-top .my-account a,
.header-style-4 .header-top .language-currency-top .my-account a:any-link{
    color: #fff;
    font-weight: 500;
}
.budget-history, .username {
    font-size: 110%;
    font-weight: 600;
    color: var(--dark-element-color);
    word-break: break-word;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column{width:20%}
.sm_megamenu_drop a {
    white-space: nowrap;
}
.mainpage-products-slider .owl-nav{
    display: block;
}

.mainpage-products-slider .owl-nav button span {
    font-size: 50px;
}
.mainpage-products-slider .owl-nav button:hover {
    background: #869791;
    color: #FFF;
}
.mainpage-products-slider .owl-nav button {
    height: 50px;
    line-height: 50px !important;
    width: 50px;
    border-radius: 50px !important;
}
.mainpage-products-slider .owl-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    position: absolute;
    top: 40%;
}
.mainpage-products-slider .owl-carousel button.owl-next {
    right: -70px;
}
.mainpage-products-slider .owl-carousel button.owl-prev {
    left: -70px;
}
.mainpage-products-slider .owl-nav button {
    height: 50px;
    line-height: 50px !important;
    width: 50px;
    border-radius: 50px !important;
}

.js-link-block {
    cursor: pointer;
}
.lastest_posts .post_content {
    margin-bottom: 15px;
}
.lastest_posts .owl-item {
    width: 370px;
}
.workhome-page,
.device-page {
    padding: 30px 0;
}
.product-info-price {
    margin-bottom: 20px;
}
.product-add-form {
    display: inline-block;
    margin-bottom: 15px;
}
.products-grid .item .item-inner .box-info .product-name a {
    white-space: normal;
    min-height: 37px;
    display: block;
}
.stock.available, .product.attribute {
    margin-bottom: 5px;
}
.stock.delivery {
    font-weight: 700;
}
.btn-searchbox, input[type=text].input-searchbox,
.btn-searchbox:hover, .btn-searchbox:active, .btn-searchbox:focus{
    border: none;
}
.sm-imageslider .item-image img{
    width:auto;
    max-width:100%;
    margin: 0 auto;
}
.sm-listing-tabs {
    margin-top: 30px;
}

.fotorama__arr.fotorama__arr--prev, .fotorama__video-close, .fotorama__arr.fotorama__arr--next,
.fotorama__wrap--css3 .fotorama__arr.fotorama__arr--prev, .fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__arr.fotorama__arr--next{
    display: none !important;
}

.cart.items .column-buttons{
    padding: 8px 0;
}
.cart.items a{
    padding: 6px;
}

/* popup */
.primary-dark, .primary-dark:focus {
    color: #fff;
    background-color: var(--dark-element-color);
    border-color: var(--dark-element-color);
}
.ad-message{color:#ffA500; font-size:1.8em;font-weight:bold}
.ui-dialog {
    border: none;
    padding: 0;
    border-radius: 25px;
    background: var(--dark-element-color);
    z-index: 1200;
}
.ui-dialog .ui-corner-all {
    border: none;

}
.ui-dialog .ui-dialog-titlebar {
    display: none;
}
.ui-dialog .ui-dialog-content {
    padding: 0;
    border: none;
}
.modal-dialog {
    margin: 0;
}
.modal-content {
    border: 2px solid var(--dark-element-color);
    border-radius: 24px;
    overflow: hidden;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
.modal-body {
    padding-bottom: 35px;
}
.grade-filter {
    min-width: 20px;
    display: inline-block;
}
/* popup end */

@media (max-width: 1200px) {
    .post .post_content .content-right .post-info .readmore {
        float: none;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .price-slider-wrap {
        padding: 0;
    }

    .price-slider-values input[type=text] {
        width: 50px;
    }
}
@media (max-width: 991px) {
    .post .post_content {
        width: auto;
    }

    .footer-container .footer-block .footer-block-title h3 {
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .detail-1 .related-wrapper .detail-title{
        margin-top: 50px;
    }

    .products-grid .item .item-inner .box-info .product-name {
        height: 53px;
    }

    .dealsslider-item .btn-action.tocart{
        width: 80%;
        margin: auto;
        clear: both;
        float: none;
    }

    .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.cf {
        left: 0;
    }

	.filter-title
	{
		background-color:#eeeeee;
		cursor:pointer;
		border:1px solid var(--dark-element-color);
		padding-left:5px;
		padding-right:5px;
		margin-bottom:0 !important;
		position:relative;
		margin-top:-5px !important;
		background-image:url('/img/dropdown.png');
		background-repeat:no-repeat;
		background-position:96% center;
		background-size:30px;
	}

	.filter-title strong
	{
		font-weight:600 !important;
	}

	.filter-content
	{
		display:none;
	}

	.filteropen .filter-content
	{
		display:block;
	}

	.filteropen .filter-title
	{
		background-image:url('/img/dropdown-up.png');
	}
}

@media (min-width: 600px) {
    .form-page input[type=text], .form-page input[type=password] {
        max-width: 400px;
    }

}


.product-image-cart
{
	display:none;
}


@media (min-width: 800px) {
	.opc-wrapper {
 	   width: 33% !important;
	}

	.cart.table-wrapper .items
	{
		min-width:89%;
		width:89%;
		margin-left:11%;
	}

	.cart.table-wrapper .items td
	{
		position:relative;
		height:120px;
	}

	.product-image-cart
	{
		position:absolute;
		left:-120px;
		width:100px;
		height:100px;
		object-fit:contain;
		top:10px;
		display:block;
	}

}

@media (max-width: 600px) {
    .toolbar-top .toolbar .pages {
        display: none;
    }

    .toolbar-bottom .toolbar .pages .pages-label {
        display: none;
    }

    .toolbar-bottom .toolbar {
        margin-bottom: 25px;
    }

    .toolbar-bottom .toolbar .pages {
        margin-top: 55px;
    }
}

@media (max-width: 600px) {
    .modal-image-container {
        max-width: 100%;
        padding-top: 7px;
        float: none;
        text-align: center;
    }
    .modal-text-container {
        max-width: 90%;
        padding-top: 15px;
    }
}

@media (max-width: 370px) {
    .lastest_posts .owl-item {
        width: 300px;
        display: block;
    }
}

.clickable {
    cursor: pointer;
    text-decoration: underline;
}
.clickable:hover {
    text-decoration: none;
}

.js-guest-form input::-moz-placeholder {
    color: #cccccc;
}

.fixed-menu {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 47px;
}

/* minicart */
.minicart-wrapper.fixed-cart{
    position: fixed;
    right: 50px;
    height: 50px;
    top: 60px;
    z-index: 1039;
    color: white;
}
.minicart-wrapper.fixed-cart *{
    color: white;
    font-size: 12px;
    line-height: 18px;
}
.header-style-4 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper.fixed-cart .showcart {
    margin: 0;
}
.header-style-4 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper.fixed-cart .showcart:before{
    background: url('/img/shop/cart-v4-f.png') no-repeat scroll center top;
}
/* modal */
.dashboard-modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
    z-index: 1101;
}
.dashboard-modal .modal {
    background: white;
    display: block;
    width: 70%;
    left: 30%;
    top: 50%;
    margin-left: -15%;
    z-index: 1102;
    border: 3px solid var(--dark-element-color);
    border-radius: 0;
    padding: 20px 40px;
    position: absolute;
    bottom: auto;
    max-width: 800px;
}
.webshop-modal .modal {
    border-radius: 20px;
}
.dashboard-modal .modal .modal-header,
.dashboard-modal .modal .modal-body,
.dashboard-modal .modal .modal-footer {
    padding: 5px 0;
    border: 0;
}
.dashboard-modal .modal .modal-header {
    color: black;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}
.dashboard-modal .modal .modal-body {
    margin-bottom: 10px;
}
.dashboard-modal .modal button {
    height: 40px;
    padding: 0 20px;
    border: none !important;
    color: #fff;
    letter-spacing: 0;
    background-color: var(--dark-element-color);
    min-width: 100px;
    border-radius: 4px;
}
.dashboard-modal .modal button:hover {
    color: #fff;
    background-color: var(--dark-element-hover-color);
}
.modal-btn {
    min-width: 100px;
    border-radius: 4px;
    font-size: 19px;
}
@media (max-width: 375px) {
    .dashboard-modal .modal {
        width: 90%;
        left: 50%;
        top: 50%;
        margin-left: -45%;
        z-index: 1;
        padding: 10px 20px;
        border-radius: 10px;
    }
    .dashboard-modal .modal .modal-header,
    .dashboard-modal .modal .modal-body,
    .dashboard-modal .modal .modal-footer {
        padding: 5px 0;
        border: 0;
    }
    .dashboard-modal .modal .modal-header {
        color: black;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
    }
    .dashboard-modal .modal .modal-body {
        margin-bottom: 10px;
    }
}

#LoginOTP.modal {    
    display: none;
    opacity: 0;
    background: white;
    max-width: 500px;
    left: 0;
    top: 50%;
    margin: 0 auto;
    z-index: 1102;
    border: 3px solid var(--dark-element-color);
    border-radius: 20px;
    padding: 20px 40px;
    position: absolute;
    bottom: auto;
}

#LoginOTP .modal-header,
#LoginOTP .modal-body,
#LoginOTP .modal-footer {
    padding: 10px; 
}

#LoginOTP button:focus{
    border: unset;
    padding: 0px 13px;
}
#LoginOTP .modal-header button,
#LoginOTP .modal-header button:focus { 
    height: 20px;
    font-size: 20px !important;
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
}

#LoginOTP .modal-header .modal-title {
    font-family: Poppins;
    font-size: 13px;
    color: #666666;
    float: left;
}

#LoginOTP .otp-error {
    color: #ff0000;
}

#LoginOTP .otp_sent_msg {
    color: #3c763d;
}

a#more_link {
    margin-top: 10px;
    display: block;
    color: #007da6;
}
a.grade-info{
    float: right;
}
span.pre-order-text {
    float: right;
}


.cookconfirm
{
	display:block;
	padding:5px 40px;
}

#footercook
{
	position: fixed;
	text-align:center;
	width: 100%;
	background-color:#E9E9E9;
	z-index: 10000;
    bottom: 0px;     
    //position: absolute;     
    bottom: expression(document.getElementsByTagName( 'body' )[0].scrollTop < 850 ? 450 + document.getElementsByTagName('body')[0].scrollTop : '' + 'px');
	padding:0 10px 10px;
	margin:0;
	left:0;		
}

#footercook td 
{
	width:100%;
	padding:10px 0;
}

.cheader
{
	font-weight:500;
	padding-top:10px;
	padding-bottom:10px;
}

#footercook div
{
  text-align:center;
  padding:18px 10px;
}

#footercook a
{
  text-decoration:none;
  font-weight:bold;
}

#cancelbutton
{
	float:left;
}

#okbutton
{
	display:block;
	margin:0px auto;
	border-radius:3px;
	background-color:#00437a;
	color:#ffffff !important;
	width:150px;
	background-size:contain;
	letter-spacing:1px;
	background-repeat:no-repeat;	
	text-align:center;
	line-height:28px;
	text-transform:uppercase;
	font-weight:700 !important;
	font-size:14px;
	position:relative;
}


#okbutton:hover
{
	background-color:#0061A0;
}

.catloader .filter-options-title:after
{	
	content:'';
	display:inline-block;
	width:26px;
	height:14px;
	background-image:url('/img/shop/loader-1.gif');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
	margin-top:6px;
	margin-left:5px;
}

.catloader ol
{
	opacity:1;
	pointer-events:none !important;
}

.block .block-content.filter-content .filter-options-content .items li
{
	font-size:100% !important;
}