/* * General */
 #ac-elm-results{
     display: flex;
     flex-direction: column;
}
 #over-header-top .salesConsultant {
     display: none;
}
 .top-container .account_navigation .icon{
     display: none;
}
 .eb-main-header .account_navigation .myfavourties-li, .eb-main-header .account_navigation .mypages-li, .eb-main-header .account_navigation #block-extra_menupoint, .eb-main-header .account_navigation #account_navigation-Logud, .eb-main-header .account_navigation #account_navigation-Admin, .eb-main-header .account_navigation #account_navigation-Glemtpassword, .eb-main-header .account_navigation #account_navigation-Login, .eb-main-header .account_navigation #account_navigation-Nykunde, .eb-main-header .account_navigation .salesConsultant .col-lg-8{
     display: none;
}
 .top-container .account_navigation-container .account_navigation a:hover, #ac-elm-results a:hover{
     color: #4d747a;
}
 .top-container .account_navigation-container .account_navigation .eb-my-account:hover{
     background-color: #4d747a;
     color: #fff !important;
}
 .favourite, .remove-favourite .glyphicon{
     color: #4d747a !important;
}
#account_navigation-Nykunde{
    display: none;
}
.temp-prod-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

#mw_addedToCart .modal-header{
    height: auto;
}
#mw_addedToCart .modal-title,
#mw_addedToCart .eb-text-center{
    text-align: center;
}
.myAccountAdvancedShop-addedToCart-box > .row:first-child > .col-xs-12{
    text-align: center;
}
.myAccountAdvancedShop-addedToCart-box .cart-buttons .col-xs-12{
    display: flex;
    justify-content: center;
}
#mw_addedToCart .image > img{
    margin-right: 40px;
}
#mw_addedToCart .main-title,
#mw_addedToCart .myAccountAdvancedShop-addedToCart-box > .cart-items{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#mw_addedToCart > .modal-dialog{
    max-width: 1400px;
    width: 100%;
}
#mw_addedToCart .eb-pop-title{
    font-size: 30px;
    text-align: center;
    max-width: none;
}

.salesconsultant-logback {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px;
    border: 6px solid rgba(187, 187, 187, 0.7);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    max-width: 400px;
    z-index: 1000;
}

.smiley{
  background-color: #ffffa7;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
.smiley img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.eb-paywiths{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smiley span{
  padding-top: 5px;
  color: #00644d;
  font-weight: bold;
}

 .eb-search-categories .select-category-div{
     font-weight: bold;
     border-bottom: 1px solid #ccc;
     padding-bottom: 10px;
     margin-bottom: 10px;
     margin-top: 34px;
}
 .eb-search-categories .nav-stacked a{
     padding: 0;
     margin-bottom: 10px;
}
 .eb-search-categories .nav-stacked a:hover{
     color: #000;
}
 .eb-frontpage-products{
     position: relative;
     margin-left: 80px;
     margin-right: 80px;
}
 .eb-frontpage-products .row{
     display: flex;
     overflow: hidden;
}
 .eb-frontpage-products .row .product-container{
     min-width: 25%;
     transition: .5s ease;
}
.add-to-cart-btn,
.btn.btn-success,
.eb-my-account,
.btn-primary{
  background-color: #4d747a !important;
}
.add-to-cart-btn:hover,
.btn.btn-success:hover,
.eb-my-account:hover,
.btn-primary:hover{
  background-color: #0074e8 !important;
}
 @media only screen and (max-width: 1199px){
     .eb-frontpage-products .row .product-container{
         min-width: 33.33%;
    }
}
 @media only screen and (max-width: 1025px){
     .eb-frontpage-products .row .product-container{
         min-width: 50%;
    }
}
 @media only screen and (max-width: 699px){
     .eb-frontpage-products .row .product-container{
         min-width: 100%;
    }
}
 @media only screen and (max-width: 899px){
   .eb-footer-col{
      display: flex;
      flex-direction: column;
      align-items: center;
   }
 }
 .eb-frontpage-products--btn{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     z-index: 999;
     border: 1px solid #ccc;
     border-radius: 100%;
     width: 50px;
     height: 50px;
     background: #fff;
     font-weight: bold;
     font-size: 24px;
}
 .eb-frontpage-products--btn-prev{
     left: -70px;
}
 .eb-frontpage-products--btn-next{
     right: -70px;
}
 .eb-frontpage-products--btn-disabled{
     pointer-events: none;
     opacity: .25
}
 .top-container .salesConsultant{
     display: none;
}
 .eb-customer-logo .salesConsultant{
     display: block;
}
 .eb-main-header .account_navigation .salesConsultant .customer-logo{
     margin-top: 20px;
}
 .eb-form{
     max-width: 600px;
}
 .eb-main-header .account_navigation .salesConsultant .customer-logo .img-responsive{
     max-height: 90px;
     margin-bottom: 20px;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .eb-form .control-label{
     text-align: right;
}
 .eb-my-account{
     background-color: #4d747a;
     color: #fff !important;
     border-radius: 0 !important;
}
 .eb-my-account:hover{
     color: #000 !important;
}
 #cart-popover{
     left: 50%;
     transform: translateX(-50%);
     top: 100%;
     max-width: 500px;
     width: 500px;
}
 .modal-dialog > .modal-content {
     border: 6px solid #bbbbbb;
}
 .eb-sales-consulent-image img{
     display: block;
     width: 100%;
     height: auto;
     max-height: 150px;
     object-fit: contain;
     margin-bottom: 20px;
}
 .despec_toner_logoes{
     padding: 0;
     list-style: none;
     margin-top: 20px;
}
 .despec_toner_logoes li{
     display: flex;
     align-items: center;
     justify-content: center;
     height: 80px;
}
 .footer-partners{
     display: flex;
     flex-wrap: wrap;
     align-items: center;
}
 .footer-partners li{
     display: flex;
     justify-content: center;
}
 .footer-partners img{
     width: 100%;
     max-width: 250px;
     height: auto;
     max-height: 100px;
     object-fit: contain;
}
 .footer_address{
     margin-bottom: 10px;
}
 .footer_address span{
     margin-bottom: 10px;
     display: block;
}
 .footer_contacts > div{
     margin-bottom: 10px !important;
     line-height: normal;
}
 .despec_toner_logoes li:nth-child(n+7){
     margin-top: 20px;
}
 @media only screen and (max-width: 899px){
     .despec_toner_logoes li:nth-child(n+4){
         margin-top: 20px;
    }
}
 @media only screen and (max-width: 599px){
     .despec_toner_logoes li:nth-child(n+3){
         margin-top: 20px;
    }
     .footer-partners{
    }
     .footer-partners li{
         margin-top: 10px;
    }
     .footer-partners img{
    }
}
 .despec_toner_logoes li img{
     width: 100%;
     height: 100%;
     object-fit: contain;
}
 .form__contact{
     margin-left: 0;
}
 .form__contact tbody{
     display: flex;
     flex-direction: column;
     margin-top: 20px;
}
 .form__contact tr{
     display: flex;
     align-items: center;
}
 .form__contact tr td:first-child{
     width: 100px;
}
 .form__contact tr td:last-child{
     flex: 1;
}
 .form__contact .btn{
     display: flex;
     margin-left: auto;
}
 .form__contact tr:nth-child(n+2){
     margin-top: 20px;
}
 .form__contact tr td{
     color: #000;
     font-size: 12pt;
}
 .label{
     color: #000;
}
 .form td input{
     margin-bottom: 10px;
}
 .form td input[type="submit"]{
     margin-top: 20px;
}
 .form {
     margin-top: 40px;
}
 .form .label{
     display: block;
     text-align: right;
     font-size: 11pt;
     font-family: "Open Sans", Arial;
     font-weight: normal;
     line-height: 30px;
     padding-right: 20px;
}
 body {
     background-color: #fff;
     color: #212121;
     font-family: "Open Sans", Arial;
     font-size: 13px;
}
 body h1 {
     font-size: 34px;
}
 body > div.container {
     max-width: 1520px;
}
 body > div.container-fluid > .component-common-breadcrumb {
     padding-top: 10px;
     max-width: 1033px!important;
}
 body > div.container-fluid > div.container, body > div.container-fluid > .component-common-breadcrumb {
     max-width: 1520px;
     margin-left: auto;
     margin-right: auto;
}
 @media (max-width: 1033px) {
     body > div.container-fluid > .component-common-breadcrumb {
        padding-left:15px;
    }
}
 .clearfix-no-height {
     clear: both;
     height: 1px;
}
 .main-title, #despec-toner-guide #despec-toner-guide-content .despec-toner-guide-search-header {
     padding-bottom: 10px;
     font-weight: 600;
}
 #content.one-col {
     background-color: #fff;
     border-radius: 4px;
}
 a, a:hover, a:active, a:focus {
     outline: 0;
     text-decoration: none;
}
 .form-control:hover {
     border: 1px solid #4d747a;
}
 #content {
     min-height: 500px;
     margin: 30px auto;
}
 .shop-new-products-titel {
    font-size: 2em;
     text-align: center;
    margin-bottom:30px;
}
 .bgSearchHolder {
     background: url('/js/elfinder/files/bg.jpg') no-repeat center center;
     background-size: cover;
     min-height: 400px;
}
 .bgSearchHolder .mid img {
     height: 90px;
     margin-bottom: 20px;
     margin-top: 40px;
}
 .bgSearchHolder p, .highLightHolder p {
     margin: 0;
}
 .bgSearchHolder .col-md-12 {
    height:400px;
}
 .bgSearchHolder .col-md-4.mid p {
    max-width: 365px;
    text-shadow: 0 0 5px #ffffff;
}
 .bgSearchHolder .searchHold {
     position: relative;
}
 .bgSearchHolder .arrowHolder {
     position: absolute;
     left: -230px;
     top: -65px;
     background: url('/js/elfinder/files/pil.png') no-repeat center center;
     width: 219px;
     height: 128px;
}
 .bgSearchHolder .arrowHolderText {
     font-family: "Comic Sans MS", cursive, sans-serif;
     font-size: 110%;
     position: absolute;
     left: -260px;
     top: -85px;
}
 .highLightHolder {
     margin: 40px auto 0 auto;
}
 .highLightHolder, .highLightHolder p {
     font-size: 9pt;
}
 .highLightHolder img {
     max-height: 70px;
}
 .highLightHolder strong {
     padding-top: 10px;
     display: inline-block;
}
 @media (max-width: 1199px){
     .bgSearchHolder .col-md-4.mid p br {
        display:none;
    }
}
 @media (max-width: 899px){
     .highLightHolder, .highLightHolder p {
        text-align:center;
    }
     .bgSearchHolder .col-md-4.mid {
         height:100%;
    }
}
 @media (max-width: 599px){
     .highlight {
         margin-bottom: 20px;
    }
     .highlight:last-child {
         margin-bottom: 0px;
    }
     .bgSearchHolder .col-md-4.mid{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.3+50,0.5+100 */
         background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.5) 100%);
        /* FF3.6-15 */
         background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.5) 100%);
        /* Chrome10-25,Safari5.1-6 */
         background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.5) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 );
        /* IE6-9 */
    }
}
 body.shop_checkout #content > div.row > div.col-sm-10 {
     background-color: #fff;
     border-radius: 4px;
     padding: 20px 15px;
}
 .align-right {
     text-align: right;
}
 .horizontal-category {
     background-color: #fff;
    margin-top: 20px;
}
 .horizontal-category a, .horizontal-category a:visited {
     color: #000;
}
 .horizontal-category a:hover, .horizontal-category li.active > a {
     background-color: #4d747a!important;
     color:#fff;
}
 .horizontal-category .header {
     color: #fff;
     background-color: #000;
     padding: 12px;
     font-weight: bold;
     text-transform: uppercase;
}
 .horizontal-category ul li {
     border-bottom: 1px solid #E6E6E6;
}
 .horizontal-category ul li:last-child {
     border-bottom: none;
}
 .horizontal-category ul > li > ul {
     border-left: 10px solid #000;
}
 .userGroup-container {
     margin: 0px auto;
     padding: 10px;
     width: 80%;
}
 .block-text {
     background-color: #fff;
     border-radius: 4px;
     padding: 20px;
}
 .shop-frontpage-products {
     margin-top: 40px;
}
 .img-responsive {
     width: auto;
}
/* * Header */
 .logo_fill {
     width: 201px;
}
 #block-top_search {
     padding-top: 30px;
}
 #block-top_search .input-group-addon, #block-top_search_popup .input-group-addon {
     background-color: #4d747a;
     color: #fff;
     cursor: pointer;
}
 span.glyphicon.glyphicon-search{
    color:#fff;
}
 #block-top_search_popup {
     margin-top: 10px;
}
 #block-top_search_popup a.btn.btn-default {
    width:100%;
}
 div#search-popover {
    margin-top:55px;
}
 div#block-top_search_popup span.glyphicon.glyphicon-search {
     color: #000;
}
/* * Catalog navigation */
 nav.catalog-horizontal{
     margin-bottom:0;
     border:0;
     min-height:20px;
     background:0;
     color:#fff;
     margin-left:-12px
}
 nav.catalog-horizontal .navbar-collapse {
     text-align: left;
}
 @media (max-width: 1199px){
     nav.catalog-horizontal{
         margin-left:0px;
    }
}
 nav.catalog-horizontal .navbar-toggle{
     float:unset;
     padding:20px 21px 19px;
     margin:0px;
}
 nav.catalog-horizontal .navbar-toggle .icon-bar{
     background-color:#fff
}
 nav.catalog-horizontal .navbar-collapse{
     padding-left:0px;
     text-align: center;
}
 @media (max-width: 599px){
     nav.catalog-horizontal .navbar-collapse{
         margin-left:-253px;
         background-color:#4d747a;
         padding-left:22px;
         padding-right:22px;
         border-width:0px
    }
}
 nav.catalog-horizontal ul.navbar-nav>li>a{
     font-size:14px !important;
     padding:8px 12px!important;
     color:#fff;
     font-weight:400 !important;
     line-height:23px !important;
}
 @media (max-width: 1199px){
     nav.catalog-horizontal ul.navbar-nav>li>a{
         padding:8px 8px 21px !important;
    }
     .eb-main-header .eb-customer-logo{
         order: 3;
    }
     .eb-main-header .navbar{
         order: 4;
    }
}
 @media (max-width: 899px){
     nav.catalog-horizontal ul.navbar-nav>li>a{
         padding:8px 12px 21px !important;
    }
}
 @media (min-width: 900px){
     .navbar-nav {
         margin-bottom: -4px;
    }
}
 nav.catalog-horizontal ul.navbar-nav>li>a:hover{
     color:#333 !important;
     background-color:#f1f1f1 !important;
}
 nav.catalog-horizontal ul.navbar-nav>li.active a.active, nav.catalog-horizontal ul.navbar-nav>li.dropdown.first:active a:active {
     color:#333 !important;
     background-color:#f1f1f1 !important;
}
 nav.catalog-horizontal ul>li .first a{
     padding-left:0px;
}
 nav.catalog-horizontal ul>li:hover{
}
 .catalog-nav .dropdown:hover .sub-menu,.catalog-nav-scroll-top .dropdown:hover .sub-menu{
     display:block;
}
 .catalog-nav .nav>li,.catalog-nav-scroll-top .nav>li{
     position:static;
}
 .catalog-nav .nav>li>a,.catalog-nav-scroll-top .nav>li>a{
     position:static;
}
 .catalog-nav .sub-menu,.catalog-nav-scroll-top .sub-menu{
     width:1200px;
     left:15px;
     border-top:0px;
     display:none;
     z-index:999;
     position:absolute;
}
 @media (max-width: 1199px){
     .catalog-nav .sub-menu,.catalog-nav-scroll-top .sub-menu{
         width:900px;
    }
}
 .catalog-nav .sub-menu .sub-menu-wrapper,.catalog-nav-scroll-top .sub-menu .sub-menu-wrapper{
     padding:0 1000em;
     margin:0 -1000em;
     background-color:#fff;
     box-shadow:0 2px 6px 0 rgba(0,0,0,0.1);
     z-index:999;
     position:absolute
}
 .catalog-nav .sub-menu navbar-collapse,.catalog-nav-scroll-top .sub-menu navbar-collapse{
     margin-left:0px
}
 .catalog-nav .sub-menu .level-2-break,.catalog-nav-scroll-top .sub-menu .level-2-break{
     border-top:1px solid #e5e5e5;
     margin-top:15px
}
 .catalog-nav .sub-menu .level-2-break-div,.catalog-nav-scroll-top .sub-menu .level-2-break-div{
     font-size:12px;
     line-height:17px;
     text-align:center;
     color:#888;
     margin-top:-10px;
     margin-bottom:15px
}
 .catalog-nav .sub-menu .level-1-break,.catalog-nav-scroll-top .sub-menu .level-1-break{
     text-align:center;
     margin-top:25px;
     margin-bottom:15px
}
 .catalog-nav .sub-menu .level-1-break span,.catalog-nav-scroll-top .sub-menu .level-1-break span{
     display:inline-block;
     position:relative;
     font-size:12px;
     line-height:17px;
     text-align:center;
     color:#888
}
 .catalog-nav .sub-menu .level-1-break span:before,.catalog-nav .sub-menu .level-1-break span:after,.catalog-nav-scroll-top .sub-menu .level-1-break span:before,.catalog-nav-scroll-top .sub-menu .level-1-break span:after{
     content:"";
     position:absolute;
     height:9px;
     border-bottom:1px solid #e5e5e5;
     top:0;
     width:calc(600px - 50% - 15px)
}
 .catalog-nav .sub-menu .level-1-break span:before,.catalog-nav-scroll-top .sub-menu .level-1-break span:before{
     right:100%;
     margin-right:15px
}
 .catalog-nav .sub-menu .level-1-break span:after,.catalog-nav-scroll-top .sub-menu .level-1-break span:after{
     left:100%;
     margin-left:15px
}
 .catalog-nav .sub-menu .level-1-image {
     padding-bottom: 20px;
}
 .catalog-nav .sub-menu .level-1-text a,.catalog-nav-scroll-top .sub-menu .level-1-text a{
     text-align:center
}
 .catalog-nav .sub-menu .header-category,.catalog-nav-scroll-top .sub-menu .header-category{
     text-align:center;
     position:relative;
     height:90px;
     margin-bottom:15px
}
 .catalog-nav .sub-menu .header-category img,.catalog-nav-scroll-top .sub-menu .header-category img{
     display:inline-block !important;
     z-index:5;
     margin:auto;
     vertical-align:middle;
     max-width: 100%;
     max-height: 100%;
}
 .catalog-nav .sub-menu ul,.catalog-nav-scroll-top .sub-menu ul{
     list-style-type:none;
     float:left;
     height:100%;
     padding-left:0px;
     padding-right:0px;
     width: 1520px;
     max-width: 90vw;
     padding-bottom:35px
}
 @media (max-width: 1199px){
     .catalog-nav .sub-menu ul,.catalog-nav-scroll-top .sub-menu ul{
         width:900px
    }
}
 .catalog-nav .sub-menu ul a,.catalog-nav-scroll-top .sub-menu ul a{
     font-size:12px;
     font-weight:bold;
     line-height:20px;
     text-align:center;
     color:#333;
     padding:10px 0px;
     display:block
}
 .catalog-nav .sub-menu ul a:hover,.catalog-nav-scroll-top .sub-menu ul a:hover{
     color:#4d747a !important
}
 body .filter-nav .navbar {
     border: none;
     border-radius: 0;
     background-color: #f1f1f1;
}
 body .navbar .filter-title {
     text-align: left;
     padding-bottom: 10px;
}
 body .navbar .filter-reset-all {
     padding: 10px 0;
     text-align: right;
}
 label.sortOrderLabel {
     text-align: right;
     padding-top: 5px;
}
/*nav.navbar {
     margin-bottom: 0;
     border: 0;
     min-height: 20px;
     background: 0;
}
 nav.navbar ul.navbar-nav > li > a {
     text-transform: uppercase;
     font-size: 16px;
     padding: 13px 12px;
     color: #fff;
     font-weight: 600;
}
 nav.navbar ul.navbar-nav > li > a:hover {
     color:#fff;
}
 nav.navbar ul > li .first a {
     padding-left: 0px;
}
 nav.navbar ul > li:hover {
     background-color: #000;
}
 nav.navbar #filter-reset-all {
     padding-bottom: 10px;
}
/* * END Catalog navigation */
 .filter-nav label {
     font-weight: normal;
}
 .filter-nav .filter-title {
     font-weight: bold;
}
 .filter-nav .table > tbody > tr > td {
     border: none;
     padding: 0;
}
 .filter-nav .filter-container-checkbox-td {
     width: 10%;
}
 .filter-nav .filter-container-label-td {
     width: 60%;
}
 .filter-nav .filter-container-label-td label {
     text-overflow: ellipsis;
     overflow: hidden;
}
 .filter-nav .filter-container-pcs-td {
     width: 30%;
     text-align: right;
     white-space: nowrap;
}
 .filter-nav .filter-container-pcs-td label {
     float: none;
}
 #over-header-top {
     margin: 0;
     background-color: #f1f1f1;
}
 #header-top {
     background-color: #fff;
     min-height: 46px;
     color: #000;
     font-size: 13px;
}
 @media (max-width: 1199px){
     #header-top {
         height:auto;
    }
}
 #header-top .container {
     padding: 0;
}
 #header-top #logo {
     position: relative;
}
 #header-top .logo img {
     max-height: 45px;
}
 #header-top .logo {
     padding:25px 0;
}
 #over-header-top .top-container .account_navigation-container {
     float: right;
}
 #over-header-top .top-container .account_navigation-container .cart-container {
     padding: 0px 15px;
}
 #over-header-top .top-container .account_navigation-container .cart-container:hover {
}
 #over-header-top .top-container .account_navigation-container .cart-container:hover a {
     text-decoration: none;
}
 #over-header-top .top-container .account_navigation-container .cart-container .cart-top-cart-item {
     border-top: 1px solid #E6E6E6;
     padding: 10px 0px;
}
 #over-header-top .top-container .account_navigation-container .cart-container .cart-top-cart-item:last-child {
     border-bottom: 1px solid #E6E6E6;
}
 #over-header-top .top-container .account_navigation-container .cart-container .cart-buttons {
     padding: 10px 0px;
     border-top: 1px solid #E6E6E6;
}
 #over-header-top .top-container .account_navigation-container .cart-container .cart-buttons .btn {
     color: #fff;
     background-color: #4d747a;
     border-color: #4d747a;
     width: 100%;
}
 #over-header-top .top-container .account_navigation-container .cart-container .cart-buttons .btn:hover {
     background-color: #398439;
     border-color: #398439;
}
 #over-header-top .top-container .account_navigation-container .cart-container .popover {
     /* top: 33px;
     width: 580px;
     max-width: 580px;
     left: -460px;
     border: 1px solid #f1f1f1;
     border-radius: 0; */
     z-index:1049!important;
}
 #over-header-top .top-container .account_navigation-container .cart-container .popover > .arrow:after, #over-header-top .top-container .account_navigation-container .cart-container .popover .arrow {
     /* right: 20px;
     left: auto; */
}
 #over-header-top .top-container .account_navigation-container .cart-container .popover > .arrow:after {
     right: -10px;
}
 #over-header-top .top-container .account_navigation-container li a, #over-header-top .top-container .account_navigation-container a {
     color: #000;
    padding: 10px 5px;
}
 #over-header-top .top-container .account_navigation-container li a:hover, #over-header-top .top-container .account_navigation-container a:hover {
     background-color:#fff;
}
 .navbar-collapse-xs-content {
    display:none;
}
 #header-bottom {
     background-color: #fff;
     min-height: 46px;
     height: 46px;
     border-bottom: 2px solid #000;
}
 .catalog-nav {
     background-color: #4d747a;
    min-height:20px;
     position: sticky;
     top: 0px;
     z-index: 1000;
}
 .catalog-nav .dropdown:hover .sub-menu {
     display: block;
}
 .catalog-nav .nav > li {
     position: static;
}
 .catalog-nav .nav > li > a {
     position: static;
}
 .catalog-nav .sub-menu {
     width: 100%;
     background-color: #fff;
     left: 16px;
     border: 4px solid #E6E6E6;
     border-top: 0px;
     box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
     display: none;
     z-index: 999;
     position: absolute;
}
 .catalog-nav .sub-menu ul {
     list-style-type: none;
     float: left;
     height: 100%;
     padding-left: 15px;
     padding-right: 15px;
}
 .catalog-nav .sub-menu ul a {
     color: #000;
     padding: 10px 10px 0 10px;
     display: block;
}
 .catalog-nav .sub-menu ul a:hover {
     font-size: 100%;
}
 .catalog-nav .sub-menu .level-1 ul {
     padding: 0;
}
 .catalog-nav .sub-menu .level-1 ul a {
     font-weight: normal;
     padding: 0 10px;
}
 .catalog-nav .container > .row {
     margin-left: -28px;
}
 div#catalog-nav-no-scroll .navbar-toggle {
     display: none;
}
 @media (min-width: 1200px){
     .navbar-collapse.collapse{
         display:block!important;
    }
}
 @media (max-width: 1199px){
     .navbar-collapse-xs-content .navbar-collapse {
         width: 600px;
    }
     .navbar-collapse-xs-content .navbar-collapse {
         background-color: #fff;
         border-width: 0px;
         color: #000;
         margin: 0px auto 10px;
    }
     .navbar-collapse-xs-content .navbar-collapse a {
         color: #000!important;
         text-align: left;
         font-size: 16px;
        display: block;
         padding: 5px 0px;
        line-height: 23px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-top {
         margin: 0px -15px;
         border-bottom: 1px solid #4d747a;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-top .small-category-close {
         padding-top: 17px;
         padding-bottom: 18px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-top .small-category-info{
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-top .small-category-info a {
         text-align: center;
         margin-top: 7px;
        font-size: 13px;
         display: inline-block;
         padding: 8px 15px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-category ul {
         padding: 30px 0px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-category ul ul {
         padding: 0px 0px;
         padding-left: 20px;
    }
     .navbar-collapse-xs-content .navbar-collapse ul.navbar-nav {
         background-color: #fff;
         margin: 0px;
        width: 100%;
    }
     .navbar-collapse-xs-content .navbar-collapse .ul-xs {
         display: none;
    }
     .navbar-collapse-xs-content .navbar-collapse .category-chevron-xs {
         padding-top: 17px;
         padding-right: 15px;
         cursor: pointer;
    }
     .navbar-collapse-xs-content .navbar-collapse li {
        width:100%;
    }
     .navbar-collapse-xs-content .navbar-collapse li .glyphicon {
        font-size: 16px;
        padding-top: 8px;
    }
     .navbar-collapse-xs-content .navbar-collapse .li-xs-level-0 a {
         width:90%;
    }
     .navbar-collapse-xs-content .navbar-collapse .li-xs-level-1 a {
         width:90%;
    }
     .navbar-collapse-xs-content .navbar-collapse .li-xs-level-2 a {
         width: 90%;
    }
     .navbar-collapse-xs-content .navbar-collapse .li-xs {
         list-style: none;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-bottom {
         margin-left:-15px;
        margin-right:-15px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-customer a, .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-login a, .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-password a {
         text-align: left;
         padding-left:15px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-customer img, .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-login img {
         display: block;
         margin: auto;
         margin-top: 14px;
         margin-bottom: 4px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-customerTypes a {
        display:inline;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-customerTypes {
         text-align: center;
         padding-top: 12px;
         margin-bottom: 12px;
         border-top: 1px solid #4d747a;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-customerTypes .active-customertype {
         font-weight: 600;
         cursor: default;
    }
     #header-top .contact-info {
         padding-top: 66px;
         text-align:right;
    }
     #header-top #block-top_search {
         padding-top: 21px;
    }
     #header-top .top-container .account_navigation-container {
         float: right;
         padding-top: 18px;
    }
     .navbar-collapse-xs-content {
        display:block;
        position: absolute;
         z-index: 1000;
    }
     nav#catalog-horizontal-catalog-top-xs {
         padding-bottom: 12px;
         padding-top: 10px;
    }
     li#block-extra_menupoint a {
         padding-right: 0px!important;
    }
}
 @media (max-width:899px) {
     #header-top .top-container .account_navigation-container .cart-container .popover {
         top: 33px;
         width: 580px;
         max-width: 580px;
         left: -512px;
         border: 6px solid #bbbbbb;
         -webkit-background-clip: unset;
         background-clip:unset;
    }
     .navbar-collapse-xs-content .navbar-collapse {
         width:90vw;
    }
}
 @media (max-width:599px) {
     #header-top .top-container .account_navigation-container .cart-container .popover {
         top: 33px;
         width: 300px;
         max-width: 300px;
         left: -233px;
         border: 6px solid #bbbbbb;
         -webkit-background-clip: unset;
         background-clip: unset;
    }
     nav#catalog-horizontal-catalog-top-xs {
         padding-top: 18px;
    }
     #header-top .top-container .account_navigation-container {
         padding-top: 7px;
        padding-bottom:10px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-top .small-category-info a {
         text-align: center;
         display: block;
         margin-top: 0px;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .small-category-customerTypes a {
         display:block;
    }
     .navbar-collapse-xs-content .navbar-collapse .small-category-top .small-category-info a:last-child {
         padding-top: 0px;
    }
}
/*Footer*/
 #footer {
     background-color: #f1f1f1;
     padding-top: 35px;
     min-height: 150px;
     margin-top: 20px;
     padding-bottom: 35px;
     line-height: 25px;
     color: #000;
     font-size: 13px;
}
 #footer #logo-bottom {
     padding-bottom: 10px;
     margin-bottom: 10px;
}
 .catalog-top {
     background-color: #fff;
     padding: 10px;
     border-radius: 4px;
}
 .catalog-top > .main-title, #despec-toner-guide #despec-toner-guide-content .catalog-top > .despec-toner-guide-search-header {
     margin-top: 0;
}
/* * Pagination */
 .paginator-controls {
     padding-top: 15px;
}
 .pagination-info {
     float: right;
     margin-top: 26px;
}
/* * Filters */
 .shop-category-filter-icecat-order-span {
     margin-left: 10px;
}
 .shop-category-filter-icecat-order-span input {
     margin-right: 5px;
     text-align: top;
     vertical-align: top;
}
 input[name='sis'] {
     margin-right: 5px;
     vertical-align: top;
}
/* * Product catalog view */
 .product-info {
     color: #000;
}
 .product-info a, .product-info a:hover, .product-info a:visited, .product-info a:focus {
     color: #000;
}
 .product-info {
     padding: 10px;
}
 .product-info .product-title {
     height: 44px;
     overflow: hidden;
     font-weight: 600;
     font-size: 14px;
     display: inline-block;
}
 .product-info .product-teaser {
     height: 46px;
}
 .special-label {
     color: #fff;
     margin: 8px 0px;
     display: block;
     text-align: right;
     font-weight: bold;
     background-color: #4d747a;
     position: absolute;
     top: 0;
     right: 30px;
     z-index: 2;
     padding: 5px 10px;
     font-size: 1.3em;
}
 .product-price {
     color: #000;
     font-weight: bold;
     font-size: 120%;
}
 .price-container td {
    font-weight: bold;
     font-size: 120%;
}
 .product-price .price-before {
     text-decoration: line-through;
     color: #ff0000;
}
 .product-price .without-tax {
     text-align: right;
}
 .product-price .with-tax {
     text-align: right;
     font-size: 18px;
     font-weight: 800;
}
 .product-price .price-label {
     color: #000;
}
 .add-favourite, .favourite {
     color: #bbbbbb;
     font-size: 18px;
     display: block;
     padding-top: 2px;
     cursor: pointer;
}
 .add-favourite:hover, .favourite:hover {
     color: #4d747a;
}
 .favourite {
     color: #4d747a;
}
 .product-container, .category-container {
     margin-bottom: 22px;
     min-height: 448px;
}
 .product-container:hover .popover, .category-container:hover .popover {
     display: block;
     width: 330px;
     max-width: 330px;
     left: -330px;
     margin-left: 0px;
     top: 30%;
}
 .category-container {
     min-height: 0px;
}
 #shop-catalog-container hr {
     height: 3px;
}
 #add-to-cart-popover, #add-to-cart-popover-product {
     z-index: 101;
     width: 100%;
}
 #add-to-cart-popover .success-box, #add-to-cart-popover-product .success-box {
     display: none;
}
 #add-to-cart-popover .loader, #add-to-cart-popover-product .loader {
     display: inline-block;
}
 #add-to-cart-popover .added-to-cart-title, #add-to-cart-popover-product .added-to-cart-title {
     display: none;
}
 #add-to-cart-popover .adding-to-cart-title, #add-to-cart-popover-product .adding-to-cart-title {
     display: block;
}
 #add-to-cart-popover.added-to-cart .loader, #add-to-cart-popover-product.added-to-cart .loader {
     display: none;
}
 #add-to-cart-popover.added-to-cart .success-box, #add-to-cart-popover-product.added-to-cart .success-box {
     display: block;
     font-weight: 700;
}
 #add-to-cart-popover.added-to-cart .adding-to-cart-title, #add-to-cart-popover-product.added-to-cart .adding-to-cart-title {
     display: none;
}
 #add-to-cart-popover.added-to-cart .added-to-cart-title, #add-to-cart-popover-product.added-to-cart .added-to-cart-title {
     display: block;
}
 #add-to-cart-popover .popover-title, #add-to-cart-popover-product .popover-title {
     font-weight: 700;
}
 #add-to-cart-popover .popover-content, #add-to-cart-popover-product .popover-content {
     color: #4d747a;
     text-align: center;
}
 #add-to-cart-popover .popover-content i, #add-to-cart-popover-product .popover-content i {
     font-size: 40px;
}
 #add-to-cart-overlay, #add-to-cart-overlay-product {
     display: none;
     position: absolute;
    /* background-color: rgba(0, 0, 0, 0.3);
    */
     z-index: 100;
     border-radius: 4px;
    /* box-shadow: inset 0px 0px 50px black;
    */
}
 .category-container-inner {
     background-color: #f1f1f1;
     border: 1px solid #f1f1f1;
     overflow: hidden;
     z-index: 50;
}
 .category-container-inner:hover {
     border: 1px solid #4d747a;
}
 .category-container-inner > a > .category-title {
     border-bottom: 0;
     padding: 20px 20px;
     font-size: 16px;
     font-weight: 600;
     overflow: hidden;
}
 .category-container-inner:hover > a > .category-title {
     color: #000;
}
 .category-grid {
     margin-top: 20px;
}
 .category-image {
     border-radius: 4px;
     text-align: center;
     background-color: #fff;
     min-height: 225px;
     max-height: 225px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .product-image, .category-image, .product-thumb {
     position: relative;
}
 .product-image .image-shadow, .category-image .image-shadow, .product-thumb .image-shadow {
     box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.3);
     background: transparent;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     z-index: 10;
}
 .product-image img, .category-image img, .product-thumb img {
     display: inline-block;
     z-index: 5;
}
 .product-container-inner {
     background-color:#f1f1f1;
     border: 1px solid #f1f1f1;
     overflow: hidden;
     z-index: 50;
}
 .product-container-inner .product-image {
     background-color: #fff;
     height: 200px;
     text-align: center;
     position: relative;
}
 .product-container-inner .product-image img {
     max-height: 169px;
     max-width: 95%;
}
 .product-container-inner:hover {
     border: 1px solid #4d747a;
     z-index: 100;
}
 .product-container-inner:hover .product-title {
     height: 100%;
     min-height: 44px;
}
 .product-teaser {
     margin-bottom: 8px;
     font-size: 13px;
}
/* * Sku */
 .sku-container {
     margin: 8px 0px;
     height: 40px;
     overflow: hidden;
     font-size: 13px;
}
/** * add to cart */
 .add-to-cart-container {
     padding-top: 10px;
     margin-top: 10px;
     border-top: 1px solid #E6E6E6;
}
 .add-to-cart-container .add-to-cart-btn {
     float: right;
     transition: all 0.5s ease;
}
/* * Stock */
 .stock-info-container {
     padding-top: 10px;
     margin-top: 10px;
     border-top: 1px solid #E6E6E6;
}
 .stock-info-container .stock-indicator {
     border-radius: 18px;
     height: 10px;
     padding: 2px;
     margin-top: 4px;
     width: 10px;
     background-color: #ff0000;
     float: right;
}
 .stock-info-container .stock-indicator.in-stock {
     background-color: green;
}
/* * Add to cart popover */
 #add-to-cart-popover .popover-content, #add-to-cart-popover-product .popover-content {
     text-align: center;
}
/* * Search */
 #search-cat {
     background-color: #fff;
     border-radius: 4px;
     padding: 10px;
     padding-bottom: 20px;
}
 #search-cat #search-cat-content td a {
     padding: 8px 8px;
     display: block;
     color: #000;
}
 #search-cat #search-cat-content td a:hover {
     color: #4d747a;
}
/* * Autocomplete elm */
 #ac-elm {
     background-color: #fff;
     border-radius: 4px;
     border: 6px solid #bbb;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
 #ac-elm ul li a {
     border-bottom: 1px solid #E6E6E6;
}
 #ac-elm ul li a .ac-parent-title {
     font-size: 12px;
     font-weight: 600;
     color: #4d747a;
}
 #ac-elm ul li a .ac-parent-title {
     border-left: 1px solid #E6E6E6;
     display: block;
}
 #ac-elm ul li:last-child a {
     border-bottom: 0;
}
/* * Related products (small right side boxes on product level). * Placed in this scss file for easy copying of the catalog product styles. */
 .related-products-small .product-container-inner .product-title {
     height: 100%;
}
 .related-products-small .product-container-inner .product-price {
     font-size: 14px;
}
 .related-products-small .product-container-inner .add-to-cart-btn {
     width: 100%;
     margin-top: 10px;
     float: none;
}
 .related-products-small .product-container-inner:hover {
     position: relative;
     top: auto;
     left: auto;
     margin-left: 0px;
     margin-right: 0px;
     box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
     z-index: 100;
}
 .title {
     color: #000;
     border-bottom: 3px solid #eee;
     font-weight: bold;
     height: auto;
     margin-top: 0;
     overflow: auto;
     padding-bottom: 10px;
     width: 100%;
}
 .container-bottom {
     background-color: #fff;
     border-radius: 4px;
     overflow: hidden;
     z-index: 50;
     margin-top: 20px;
     padding: 20px;
     padding-left: 0px;
     text-transform: uppercase;
     overflow: visible;
}
 .container-bottom .title {
     font-size: 26px;
}
 .container-bottom > .col-xs-8 {
     padding-left: 0px;
     padding-right: 0px;
}
 .container-bottom > .col-xs-8 > h2 {
     margin-left: 15px;
}
 .container-bottom #shop-catalog {
     background-color: #f2f2f2;
     border-top-right-radius: 4px;
     padding-right: 10px;
     padding-top: 10px;
     text-transform: none;
}
 .container-bottom .pricebreak-container th {
     color: #4d747a;
     border-top: 0;
}
 .container-bottom .pricebreak-container td {
     font-weight: bold;
}
 .container-bottom .pricebreak-container td label[for="product-quantity"] {
     margin-top: 6px;
}
 .container-bottom .pricebreak-container td .product-quantity {
     float: right;
     width: 26%;
}
 .container-bottom .add-to-cart-btn {
     text-transform: none;
}
 .shop-product {
}
 .shop-product .description {
     line-height: 25px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     min-height: 105px;
     margin-top: 20px;
     border-top: 5px solid #E6E6E6;
}
 .shop-product .product-features {
}
 .shop-product .sku-container {
     margin: 0;
     margin-bottom: 5px;
     font-style: italic;
     height: auto;
}
 .shop-product .product-bottom {
     padding-top: 10px;
     margin: 10px 0px;
}
 .shop-product .product-bottom > div {
     border-right: 1px solid #E6E6E6;
     display: table-cell;
     vertical-align: middle;
     float: none;
     height: 100%;
}
 .shop-product .product-bottom > div:last-child {
     border-right: 0;
}
 .shop-product .stock-info-container {
     border-top: 0;
     margin: 0;
     padding: 0;
}
 .shop-product .stock-info-container .stock-indicator {
     float: left;
     margin-right: 11px;
}
 .shop-product .stock-info-container .stock-text {
     font-size: 14px;
}
 .shop-product .product-price {
     font-size: 19px;
     text-transform: uppercase;
}
 .shop-product .container-top {
     background-color: #fff;
     border-radius: 4px;
     overflow: hidden;
     z-index: 50;
     overflow: visible;
}
 .shop-product .container-top .product-image {
     text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
     border: 1px solid #f1f1f1;
}
 .shop-product .container-top .product-info .inner-container {
     padding: 10px;
     padding-top: 0px;
}
/* * Product images */
 .product-thumb {
     margin: 10px 5px;
     text-align: center;
     cursor: pointer;
     border: 1px solid #f1f1f1;
}
 .video-link {
     display: block;
     margin-top: 10px;
     margin-bottom: 10px;
}
 .video-link strong {
     transition: all 1s ease;
}
 .video-link strong:hover {
     color: #4d747a;
     font-size: 20px;
}
/* * Related products */
 #related-products-anchor {
     margin-bottom: 10px;
}
 .cart-count {
     display: block;
     margin-bottom: 10px;
}
 .cart-container table {
     border-top: 5px solid #4d747a;
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
     border-collapse: unset;
}
 .cart-container table.table th {
     background-color: #eee;
}
/* * Checkout */
 body.shop_groupcheckout hr, body.shop_myaccountgroup hr {
     margin: 10px 0;
     border-width: 5px;
     border-color: #4d747a;
}
 .required-field {
     color: #ff0000;
}
 #shop-checkout-group-select-metode > div, .customer-type > div {
     margin: 0px auto;
     padding: 10px;
     width: 80%;
}
 #shop-checkout-group-select-metode > div > label, .customer-type > div > label {
     width: 32%;
     font-weight: 700;
}
 .delivery-address .col-xs-6 {
     height: 34px;
     font-size: 14px;
     padding: 6px 15px;
}
 #shop-checkout-group-addresses .required-field {
     float: right;
}
 td.quantity > div {
     width: 150px;
}
 body.shop_groupcheckout #content > div.row > .col-xs-10 {
     background-color: #fff;
     border-radius: 4px;
}
 div.myAccountAdvancedShop-login-box {
     width: 35%;
}
 .checkout-title {
     border-bottom: 5px solid #000;
     padding-bottom: 10px;
     font-weight: 600;
     text-transform: uppercase;
    font-size:16px;
}
/* * General cart styles (Used by some top cart blocks) */
 .cart-item-title {
     color: #000;
}
 .cart-item-price {
     color: #000;
}
 .cart-total {
     padding: 10px 0px;
     border-top: 1px solid #E6E6E6;
     font-size: 16px;
}
 .cart-total .total-price {
     font-weight: bold;
}
 .cart-total .total-label {
     color: #000;
     font-weight: bold;
}
 #addedToCartItem .cart-buttons > div {
     width: 80%;
     margin: 0px auto;
}
/* * Old cart */
 #shop-cart {
     margin-bottom: 20px;
}
 #shop-cart .cart-title {
     border-bottom: 5px solid #E6E6E6;
     padding-bottom: 10px;
     font-weight: 600;
     text-transform: uppercase;
}
 .table.cart > tbody > tr > td {
     vertical-align: middle;
}
 .table.cart > tbody > tr > td.quantity > .btn, .table.cart > tbody > tr > td.quantity > .form-control {
     display: inline-block;
}
 .table.cart > tbody > tr > td.total-price {
     min-width: 100px;
}
 #shop-checkout-group-addresses .invoice-add td {
     height: 51px;
}
 #shop-checkout-group-addresses td {
     position: relative;
}
 #shop-checkout-group-addresses input.form-control, #shop-checkout-group-addresses select.form-control {
     max-width: 95%;
     float: left;
}
 #shop-checkout-group-addresses .required-field {
     position: absolute;
     right: 0px;
}
 #shop-checkout-group-addresses img#delivery_address_email_info {
     position: absolute;
     right: 0px;
     top: 25px;
}
 @media (max-width:899px){
     .totals-table {
         float: none;
        width: 100%;
         max-width: 100%;
         margin-top: 20px;
    }
     td.quantity > div {
        width:120px;
    }
     .form-part2 {
         margin-top: 15px!important;
    }
     tr.shop-cart-tr-product td.quantity input {
         width: 40px!important;
         float: right;
         padding: 6px;
         margin-left: 5px!important;
         margin-right: 5px!important;
    }
     td.unit-price input {
        width:75px!important;
    }
     div#shop-checkout-group-shipping-method, div#shop-checkout-group-payment-method {
         margin-bottom: 30px;
    }
}
 @media (max-width:599px){
     button.shop-cart-button-empty-cart.btn.btn-empty-cart {
        float:left;
    }
     tr.shop-table-tr-header th.quantity {
         width: 38px!important;
         text-align: right;
    }
     tr.shop-table-tr-header th.unit-price, tr.shop-cart-tr-product td.unit-price {
        width: 38px!important;
    }
     tr.shop-cart-tr-product td.quantity > div.col-xs-12 {
        width: 38px!important;
    }
     tr.shop-cart-tr-product td.quantity input {
         margin:0px!important;
        width: 38px!important;
         padding:6px;
    }
     input#giftcard-code {
         margin-bottom: 15px;
    }
}
 @media (max-width: 419px){
     button.shop-cart-button-empty-cart.btn.btn-empty-cart {
         float: right;
    }
}
 #block-sc {
     background-color: #fff;
     border-radius: 4px;
     padding: 10px;
     margin-bottom: 15px;
}
 #block-sc .img-responsive {
     max-height: 81px;
}
 #block-sc hr {
     margin: 8px 0px;
     border-width: 4px;
     border-color: #4d747a;
}
 #block-sc a {
     color: #000;
}
 #block-sc a:hover {
     color: #000;
}
 #block-sc li.active a {
     background-color: #4d747a;
     color: #fff;
}
 #block-sc li.active a i {
    color:#fff;
}
 #block-sc div.company-info {
     text-align: right;
     padding-bottom: 10px;
}
 #block-sc .customer-logo {
     text-align: center;
}
 #block-sc .customer-logo img {
     display: inline-block;
}
 #block-sc > div.row > div {
     display: table-cell;
     vertical-align: top;
}
 #block-sc > div.row > div:last-child {
     border-right: 0;
}
/* * Reorder */
 #reorder-container .pagination, #favourites-container .pagination {
     margin: 0;
}
 #reorder-container .paginator-controls, #favourites-container .paginator-controls {
     margin: 10px;
}
 #reorder-container div.products-grid > div.row, #favourites-container div.products-grid > div.row {
     background-color: #f2f2f2;
     padding: 10px;
     padding-top: 22px;
}
.shop_favourites_categories .level-0{
  font-weight: bold;
}
 #reorder-container ul.shop_favourites_categories, #favourites-container ul.shop_favourites_categories {
     list-style-type: none;
}
 #reorder-container ul.shop_favourites_categories li > a, #favourites-container ul.shop_favourites_categories li > a {
     padding: 5px 0px;
     display: block;
}
 #reorder-container ul.shop_favourites_categories li.level-1, #favourites-container ul.shop_favourites_categories li.level-1 {
     padding-left: 5px;
}
 .toner-guide-link {
     font-weight: 600;
     padding-left: 35px;
     padding-top: 11px;
     color: #4d747a;
}
 .toner-guide-link:hover {
     color: #000;
}
 #despec-toner-guide .btn {
     text-align: left;
}
 #despec-toner-guide #despec-toner-guide-content {
     padding: 20px 10px;
     background-color: #fff;
     border-radius: 4px;
}
 #despec-toner-guide #despec-toner-guide-content .despec-toner-guide-search-header {
     margin-top: 0px;
}
 #despec-toner-guide #despec-toner-guide-content #despec-toner-guide-search .despec-toner-guide-search-printer {
     cursor: pointer;
     padding: 5px;
     border-top: 1px solid #E6E6E6;
}
 #despec-toner-guide #despec-toner-guide-content #despec-toner-guide-search .despec-toner-guide-search-printer:last-child {
     border-bottom: 1px solid #E6E6E6;
}
 #despec-toner-guide #despec-toner-guide-content #despec-toner-guide-search .despec-toner-guide-search-printer:hover {
     font-weight: 600;
     color: #4d747a;
     background-color: #eee;
}
 #despec-toner-guide .shop-category-filter-icecat-title {
     font-weight: 600;
     color: #4d747a;
     padding: 10px;
     margin-bottom: 5px;
     border: 1px solid #E6E6E6;
}
 #despec-toner-guide #search-printer-ct {
     border-right: 3px solid #E6E6E6;
}
 #despec-toner-guide h4.main-title, #despec-toner-guide #despec-toner-guide-content h4.despec-toner-guide-search-header {
     margin-top: 0;
}
 #despec-toner-guide .divider {
     display: inline-block;
     border-right-width: 1px;
     border-right-style: solid;
     border-color: #4cae4c;
     margin: 0px 10px;
     margin-left: 4px;
}
 #cookieContainer {
     bottom: 0px;
     left: 0px;
     padding: 20px;
     position: fixed;
     background-color: #fff;
     border-top: 4px solid #4d747a;
     width: 100%;
     z-index: 999;
    display:none;
}
 #cookieContainer .glyphicon-info-sign {
     font-size: 74px;
     color: #4d747a;
}
 #cookieContainer h3 {
     margin: 0;
     margin-bottom: 10px;
}
 #cookieContainer .btn-large {
     font-size: 16px;
}
 #cookieContainer-inner {
     line-height: 24px;
}
/* * Grid fix */
 .container.alpha, .container-fluid.alpha{
    padding-left:0px;
}
 .container.omega, .container-fluid.omega{
    padding-right:0px;
}
 .alpha {
     padding-left: 0px;
}
 .omega {
     padding-right: 0px;
}
 .row-alpha {
     margin-left: 0px;
}
 .row-omega {
     margin-right: 0px;
}
 .flex-wrap {
     display: flex;
     flex-wrap: wrap;
}
 @media (max-width: 1199px) and (min-width: 900px) {
     .flex-wrap-md {
         display: flex;
         flex-wrap: wrap;
    }
     .row-alpha-md {
        margin-left: auto!important;
    }
     .row-omega-md {
        margin-right:auto!important;
    }
     .alpha-md {
        padding-left: 0px!important;
    }
     .no-alpha-md {
        padding-left:15px!important;
    }
     .omega-md {
        padding-right: 0px!important;
    }
     .no-omega-md {
        padding-right:15px!important;
    }
     .pull-left-md{
        float:left!important;
    }
     .pull-right-md{
        float:right!important;
    }
}
 @media (max-width: 899px) and (min-width: 600px) {
     .row-alpha-sm {
         margin-left:auto!important;
    }
     .row-omega-sm {
        margin-right: auto!important;
    }
     .alpha-sm {
         padding-left: 0px!important;
    }
     .omega-sm{
        padding-right: 0px!important;
    }
     .no-alpha-sm {
         padding-left: 15px !important;
    }
     .no-omega-sm{
         padding-right: 15px !important;
    }
     .pull-left-sm{
        float:left!important;
    }
     .pull-right-sm{
        float:right!important;
    }
     .flex-wrap-sm {
         display: flex;
         flex-wrap: wrap;
    }
     .order-sm-1 {
        order: 1;
    }
     .order-sm-2 {
        order:2;
    }
}
 @media (max-width: 599px) {
     .row-alpha-xs {
         margin-left:auto!important;
    }
     .row-omega-xs {
         margin-right:auto!important;
    }
     .alpha-xs {
         padding-left: 0px!important;
    }
     .omega-xs {
         padding-right: 0px!important;
    }
     .no-alpha-xs {
        padding-left: 15px !important;
    }
     .no-omega-xs {
        padding-right: 15px !important;
    }
     .pull-left-xs{
        float:left!important;
    }
     .pull-right-xs{
        float:right!important;
    }
     .flex-wrap-xs {
         display: flex;
         flex-wrap: wrap;
    }
     .order-xs-1 {
        order: 1;
    }
     .order-xs-2 {
        order:2;
    }
     .container.one-col {
         width: 100%;
    }
}
/*# sourceMappingURL=default.css.map */
 .logo {
     padding-top: 12px;
     padding-bottom: 5px;
}
 #footer a {
    color:#000;
}
 #footer ul {
    list-style-type:none;
     -webkit-padding-start: 0px;
}
 div#footer .col-xs-12 {
     margin-bottom: 15px;
}
 .component-title.menu-component.vertical-menu-component {
    font-weight:600;
}
 .product-info .product-title {
     width: 100%;
}
 body.shop_checkout .container.one-col, body.shop_groupcheckout .container.one-col {
     background-color: #fff;
     margin-top: 30px;
    margin-bottom: 30px;
}
 .shop-catalog-category-title {
     margin-top: 0px;
     color: #000;
}
 body.shop_product_view.shop_product.shop.global #block-sc {
     margin-left:-15px;
    margin-right:-15px;
}
 .product-info a.btn, .product-info a.btn:hover, .product-info a.btn:visited, .product-info a.btn:focus {
     color: #fff;
}
 div#catalog-filter-collection {
     background-color: #f8f8f8;
     padding: 0px;
     margin-bottom: 15px;
}
 .row.cart-top-cart-item img {
     max-height: 100px;
}
 .product-quantity {
     text-align: right;
     display: block;
     height: 34px;
     width: 52px;
     padding: 6px;
     font-size: 14px;
     line-height: 1.42857143;
     color: #555555;
     background-color: #ffffff;
     background-image: none;
     border: 1px solid #cccccc;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     float: right;
    margin-right: 8px;
}
 .product-quantity:hover {
     border: 1px solid #4d747a;
}
 body .btn {
     border-radius: 0;
}
 .add-to-cart-container .product-quantity {
     float: left;
     margin-right: 10px;
}
 div#related-products-container .container-bottom{
    overflow:hidden;
}
 .shop-product .product-feature-title{
    font-weight:700;
    width:50%;
}
 .shop-product .product-feature-value{
    width:50%;
}
 .product-thumb:first-child {
    margin-left: 0px;
}
 .product-thumb:last-child {
    margin-right: 0px;
}
 .modal-header {
     height: 105px;
}
 #loginModal .logo, #forgotPasswordModal .logo {
     position: absolute;
     right: 35px;
     top: 0px;
     max-width: 250px;
     max-height: 100px;
}
 #content #left #block-sc {
     display: none;
}
 button.navbar-toggle.collapsed.filter-navbar-toggle {
     display: block;
    margin-right: auto;
     margin-left: auto;
     float:unset;
}
 button.navbar-toggle.collapsed.filter-navbar-toggle i {
     color: #fff;
}
 @media (max-width:899px){
     #content #left #block-sc {
         display: block;
    }
     #content #block-sc {
         display: none;
    }
     div#catalog-filter-collection {
        margin-top:0px!important;
    }
     form#catalog-filter-collection-form {
         display: flex;
         flex-wrap: wrap;
         justify-content: normal;
    }
     .filter-container:nth-of-type(odd) {
         margin-left: 0px;
         margin-right: 15px;
         width: calc(50% - 15px);
    }
     .filter-container:nth-of-type(even) {
         margin-left: 15px;
         margin-right: 0px;
         width: calc(50% - 15px);
    }
     .cart-buttons div {
         padding-bottom: 15px;
    }
}
 @media (max-width:599px){
     .filter-container:nth-of-type(even), .filter-container:nth-of-type(odd) {
         margin-left: 0px;
         margin-right: 0px;
         width: 100%;
    }
}
 @media (min-width:900px){
     button.navbar-toggle.collapsed.filter-navbar-toggle {
        display:none;
    }
}
 .step-container {
     max-width: 100%;
    padding-top: 20px;
}
 .smpl-step-step.active .smpl-step-icon i {
     color:#4d747a!important;
}
 .smpl-step-step.complete .smpl-step-icon i {
     color:#000!important;
}
 table.totals-table {
    width:100%;
}
 table.totals-table th{
    padding:8px;
}
 a.btn.pull-right.btn-keep-shoping.go-to-payment-block, a.btn.pull-right.btn-checkout.go-to-payment-block {
     margin-left: 8px;
     margin-top:15px;
}
 a.btn.pull-right.btn-checkout, a.btn.pull-right.btn-keep-shoping{
    margin-left:8px;
    margin-top:8px;
}
 .go-to-payment-block a.btn-keep-shoping {
    margin-top:0px;
}
 button.shop-cart-button-empty-cart.btn.btn-empty-cart{
    margin-top:8px;
}
 hr {
     background-color: #4d747a!important;
     color: #4d747a!important;
}
 .modal-title {
     font-weight: 600;
     font-size: 30px;
}
 .btn-success .glyphicon, .btn-primary .glyphicon, .btn-danger .glyphicon {
    color:#fff!important;
}
 .btn-keep-shoping {
    color:#000!important;
}
 .price-filter-border {
     padding: 5px 0px 5px 0px!important;
}
 div#price-slider {
    width:85%!important;
}
 .add-favourite .glyphicon, .favourite .glyphicon {
     color: #bbbbbb;
}
 .add-favourite:hover .glyphicon, .favourite:hover .glyphicon {
     color: #4d747a;
}
 .noUi-connect {
     background:#4d747a!important;
}
 div#mypages-popover {
     width: 250px;
    margin-top: 27px;
     margin-left: -128px;
}
 .nav-pills > li {
     float: right;
}
 .nav-pills > li a, #over-header-top .contact-info a {
     position: relative;
     display: block;
     padding: 10px 15px;
}
 #over-header-top .contact-info a {
     display: inline-block;
}
 div#mypages-popover li {
     width: 100%;
}
 div#mypages-popover li a {
     padding: 0px 0px 20px!important;
    background-color: #fff;
}
 div#mypages-popover .company-info-div {
     padding-top: 20px;
     border-top: 1px solid #4d747a;
     margin-bottom: 30px;
     text-align: left;
}
 .navbar-collapse-xs-content .navbar-collapse .small-category-bottom .company-info-div{
     padding-top: 20px;
     border-top: 1px solid #4d747a;
     margin-bottom: 30px;
     margin-top:5px;
     text-align: left;
}
 div#content .mypages-li, .container.main.one-col .mypages-li {
     display: none;
}
 #front-products-sliders{
     margin-top:30px;
     max-width:1520px;
}
 .top-slider, .bottom-slider {
     background-color: #f2f2f2;
     margin-bottom:30px;
     overflow: hidden;
}
 .slider-wrapper {
     border: 1px solid #f1f1f1;
}
 .slider-wrapper:hover {
     border: 1px solid #4d747a;
}
 .slider-wrapper center {
    height: 100%;
}
 .slider-half-half .nivo-controlNav{
    display:none;
}
 .theme-default .nivoSlider {
    border-radius:0px!important;
    background: #000 url(loading.gif) no-repeat 50% 50%!important;
}
 .theme-default .nivoSlider img {
    border-radius:0px!important;
}
 #front-products-sliders .nivoSlider {
    height:100%;
    overflow:hidden;
}
 #front-products-sliders .nivo-slice img {
    height:100%;
}
 #front-products-sliders .nivoSlider img {
    height:100%;
}
 #front-products-sliders .theme-default .nivo-controlNav {
     bottom: 10px!important;
     right: 15px!important;
     left: auto!important;
}
 .nivo-main-image {
     display: block !important;
     position: relative !important;
     width: 100% !important;
}
 #front-products-sliders .nivoSlider, #front-products-sliders .nivoSlider img, #front-products-sliders .slider-wrapper{
     height: auto !important;
}
/*Slideshow*/
 .theme-default .nivoSlider {
    border-radius:0px!important;
    background: #000 url(loading.gif) no-repeat 50% 50%!important;
}
 .nivoSlider {
    height:100%!important;
    overflow:hidden;
}
 .nivo-slice img{
    height:100%!important;
}
 .nivoSlider img {
    height:100%!important;
    object-fit:cover;
    transition:2s;
}
 .nivo-slice{
    top:0;
}
 .nivo-caption {
     background:rgba(255, 255, 255, 0.7)!important;
     opacity: 1!important;
     height: 25%!important;
     padding: 2% 5% 2% 5%;
     text-align: left;
}
 .nivo-caption * {
    color: #000;
}
 .nivo-caption h4 {
    font-size:22px;
    font-weight:500;
     margin-bottom: 5px;
}
 .nivo-caption h1, .nivo-caption h2, .nivo-caption h3, .nivo-caption h4, .nivo-caption h5, .nivo-caption h6 {
    margin-top:0px;
}
 body .nivo-caption p {
    font-size:16px;
     padding:0;
}
 .nivo-directionNav {
     display: none;
}
 .nivo-directionNav a.nivo-prevNav {
    border-left: 8px solid #fff!important;
     border-top: 8px solid #fff!important;
    opacity:0.5;
     transform: rotate(315deg);
}
 .nivo-directionNav a:hover {
    opacity:1!important;
}
 .nivo-directionNav a.nivo-nextNav {
    border-right: 8px solid #fff!important;
     border-top: 8px solid #fff!important;
     opacity:0.5;
     transform: rotate(45deg);
}
 body .theme-default .nivo-controlNav a {
     width: 5px;
     height: 5px;
}
 .nivo-controlNav a:last-child{
    margin-right:0px;
}
 .nivo-controlNav a.active{
    background-color:#4d747a!important;
}
 .nivo-main-image {
     display: block !important;
     position: relative !important;
     width: 100% !important;
}
 @media (max-width:1520px){
     .nivo-caption {
        padding:8% 20% 6% 20%;
    }
}
 @media (max-width:1200px){
     .nivoSlider {
        height:370px!important;
        overflow:hidden;
    }
     .nivo-slice img{
        height:370px!important;
    }
     .nivoSlider img {
        height:370px!important;
    }
     .nivo-caption {
        padding:12% 10%;
    }
     .nivo-caption h4 {
        font-size:32px!important;
    }
}
 @media (max-width:980px){
     .nivoSlider {
        height:300px!important;
    }
     .nivo-slice img{
        height:300px!important;
    }
     .nivoSlider img {
        height:300px!important;
    }
     .nivo-caption {
        padding:10%;
    }
     .nivo-caption h4 {
        font-size:26px!important;
    }
     .nivo-caption p {
        font-size:16px;
    }
     .nivo-controlNav {
         bottom: 10px!important;
    }
}
 @media (max-width:629px){
     .slider-wrapper.theme-default {
         padding-bottom: 15px;
    }
     .nivo-caption h4 {
        font-size:18px!important;
    }
     .nivo-caption p {
        font-size:14px;
        padding:5px 0 0 0!important;
    }
     .nivo-directionNav a.nivo-prevNav, .nivo-directionNav a.nivo-nextNav {
        border-width:5px!important;
    }
     .nivo-controlNav {
         bottom: -5px!important;
    }
}
 @media (max-width:360px){
     .nivo-caption {
        padding:8% 10%;
    }
}

 @media (min-width: 1368px) {
     body .container {
         width: calc(100% - 40px);
    }
}
 @media (min-width: 1026px) {
     body .container {
         width: calc(100% - 30px);
    }
}
 @media (max-width: 899px) {
     #shop-cart .btn {
        padding:6px;
    }
}
 @media (max-width: 599px) {
     .modal-dialog {
         width: calc(100vw - 20px);
    }
     div#selectCustomerTypeModal .btn {
        margin-bottom:10px;
    }
     .modal-content-right {
         padding-top: 15px;
    }
     .modal-header {
         height:auto;
        text-align:center;
    }
     #loginModal .logo, #forgotPasswordModal .logo {
         position: relative!important;
         right: auto!important;
         top: auto!important;
    }
     .company_number{
        margin-top:15px;
    }
     .table.cart > tbody > tr > td.total-price {
         min-width: 80px;
    }
     input#despec-toner-guide-printer-search, input#despec-toner-guide-brand-search {
         margin-bottom: 10px;
    }
}
 .navbar-collapse-xs-content li.dropdown.dropdownItem-212.li-xs-level-0 {
     display: none;
}
 .attribute-message {
     color: #f00;
}
 .product-attribute-grid, select.product_attribute {
     float: right;
}
 div.attribute-option {
     user-select: none;
     display: inline-block;
     margin: 3px 0px 0px 0px;
     cursor: pointer;
}
 .attribute-option-media {
     height: 32px;
     width: 32px;
     border: 1px solid #cccccc;
     border-radius: 16px;
}
 .attribute-option-color {
     height: 32px;
     width: 32px;
     border: 1px solid #cccccc;
     border-radius: 16px;
}
 .attribute-option-text {
     height: 32px;
     padding: 6px 16px 12px;
     background-color: #ffffff;
     background-image: none;
     border: 1px solid #cccccc;
     border-radius: 4px;
     text-align: center;
     color: #555;
}
 .attribute-option.selected {
    /* border: 1px solid #4A4A4A;
     */
     box-shadow: 0px 0px 0px 1px #4A4A4A;
}
 option.attribute-option[disabled] {
     font-style: italic;
     background: #ddd;
}
 .attribute-option.attribute-option-text[disabled] {
     background-color: #ddd;
     color: #777;
}
 .attribute-option.attribute-option-media[disabled] {
     opacity: 0.3;
}
 .price-break-container.has-discount {
     text-decoration: line-through;
}
/* - EROL OPDATERING - */
 @media only screen and (max-width: 1520px){
     #front-products-sliders .nivo-caption{
         padding: 20px;
         height: auto !important;
    }
}
 @media only screen and (max-width: 1199px){
     .eb-main-header{
         display: flex;
         align-items: center;
         width: 100%;
    }
     .eb-main-header .navbar{
         order: 4;
    }
     .eb-main-header .account_navigation .salesConsultant .customer-logo{
         margin-top: 10px;
    }
     .eb-main-header-col2{
         width: 100%;
         order: 2;
    }
     .eb-main-header-col1{
         order: 1;
    }
     #block-top_search{
         padding-top: 0 !important;
    }
     .eb-hide{
         display: none;
    }
     .nivoSlider{
         height: 100% !important;
    }
}
 .toner-guide-left{
     display: none;
}
 @media only screen and (max-width: 899px){
     .navbar-collapse-xs-content{
         background-color: #fff;
         border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}
 @media only screen and (max-width: 792px){
     .eb-contact-info{
         display: flex;
    }
     .eb-contact-info-col1{
         flex: 2;
    }
     .eb-contact-info-col2{
         flex: 1;
    }
}
 @media only screen and (max-width: 629px){
     .slider-wrapper{
         padding-bottom: 0 !important;
    }
}
 @media only screen and (max-width: 611px){
     .eb-contact-info{
         display: none;
    }
     .eb-main-header{
         flex-wrap: wrap;
    }
     .eb-main-header .navbar{
         order: 2;
         width: 25%;
         display: flex;
         justify-content: flex-end;
    }
     .eb-main-header-col2{
         order: 3;
         width: 100%;
         padding: 0;
         margin-bottom: 20px;
         display: block !important;
    }
     .eb-main-header-col2 #block-top_search{
         display: block !important;
         width: 100%;
    }
     .eb-main-header-col1{
         order: 1;
         width: calc(75% - 20px);
    }
}
 @media only screen and (max-width: 599px){
     .eb-main-header-col1{
         margin-right: 20px;
    }
     .eb-main-header .navbar {
         padding: 0;
         padding-right: 0 !important;
    }
     .small-category-top{
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
     .small-category-close{
         padding: 0;
         width: auto;
    }
     .small-category-info{
         display: flex;
         align-items: center;
         height: 100%;
         justify-content: space-between;
    }
     .small-category-info a{
         padding: 0 !important;
    }
}
