@font-face {
    font-family: 'Ubuntu-R';
    src: url(../fonts/Ubuntu-R.ttf),
        url(../fonts/Ubuntu-B.ttf),
        url(../fonts/Ubuntu-M.ttf),
        url(../fonts/Ubuntu-R.ttf),
        url(../fonts/Ubuntu-L.ttf),
        url(../fonts/Ubuntu-LI.ttf),
        url(../fonts/Ubuntu-MI.ttf),
        url(../fonts/Ubuntu-RI.ttf),
        url(../fonts/Ubuntu-C.ttf),
        url(../fonts/Ubuntu-BI.ttf);
}

body {
    color: #343434;
    font-family: 'Ubuntu-R', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu-R', sans-serif;
}

.shipping-addr input,
.shipping-addr span {
    color: #343434;
}

.shipping-addr span.read-only {
    color: #a6a6a6;
}

.nav-buttons .prev-step-bottom {
    font-size: 12px;
    position: relative;
    float: left;
    bottom: 0;
    text-transform: uppercase;
    border: 2px solid #e16a03;
    color: #e16a03;
    padding: 8px 17px 6px 17px;
    cursor: pointer;
}

.nav-buttons .next-step-bottom {
    font-size: 12px;
    position: relative;
    float: right;
    bottom: 0;
    text-transform: uppercase;
    border: 2px solid #e16a03;
    color: #e16a03;
    padding: 8px 17px 6px 17px;
    cursor: pointer;
}

.account-info {
    margin-top: 45px;
    color: #343434;
}

.account-info .form-control {
    color: #343434;
}

.account-info label {
    font-size: 13px;
    margin: 0 0 16px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
}

.account-info .no-padding {
    padding: 0 !important;
}

.account-nav {
    padding: 20px;
    border: 1px solid #bbb;
    min-height: 400px;
    margin-bottom: 40px;
}

@media(max-width:767px) {
    .account-nav {
        min-height: 0;
    }
}

.account-info .block-content ul.items {
    padding: 0;
    list-style-type: none;
}

.account-info .block-content ul.items li {
    /*     border-bottom: 1px solid #ddd; */
    padding: 3px 0;

}

.account-info .block-content ul.items li.active a {
    color: #009fe3;
    font-weight: 600;
}

.account-info .block-content ul.items li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #5f5d5c;
    text-decoration: none !important;
}

.account-info .welcome-msg {
    margin: 0 0 1.5em 0;
}

.account-info .my-account h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

/* .panel-custom .panel-body {
    overflow-y: auto;
    max-height: 500px;
} */

.lst-news {
    height: 318px;
    overflow-y: auto;
}

.header.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 35px 0px;
    text-align: center;
}

.header.menu li {
    display: inline-block;
}

.header.menu li a {
    display: inline-block;
    padding: 5px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.header-search.menu li a {
    padding: 5px 10px;
}

.table-custom .th-checkbox {
    width: 150px !important;
}

div.checkbox-custom {
    left: -10px;
}

.table-custom tbody tr:nth-child(even) {
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 10px #00f;
}

.table-custom.table-hover>tbody>tr:hover td {
    color: #019FE3;
}

.panel-custom .panel-body {
    padding-left: 15px;
    padding-right: 15px;
}

.lst-products {
    position: relative;
}

.lst-products .vertical-text {
    position: absolute;
    left: -342px;
    top: 193px;
    color: #efefef;
    font-size: 87px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

div.checkbox-custom.checked .jq-checkbox__div {
    background-image: url('/assets_fe/img/checked.png') !important;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 16px;
    margin: 4px 0 0 3px;
}

.glyphicon-menu-down::before {
    transition: 0.3s;
}

.collapsed.glyphicon-menu-down:before {
    content: "\e260" !important;
}

.panel-custom .panel-heading .glyphicon-menu-down {
    width: 100px;
    text-align: right;
}

.block-order-detail {
    padding: 50px;
}

.block-order-detail .lst-products .panel-custom {
    background-color: transparent;
    border: 0;
}

.block-order-detail .lst-products .panel-custom .table-custom .th-checkbox,
.block-order-detail .lst-products .panel-custom .table-custom .checkbox-label {
    display: none;
}

.block-order-detail .lst-products .panel-custom .table-custom .th-price {
    text-align: right;
}

.block-order-detail .lst-products .panel-custom .panel-body {
    padding: 0;
}

.block-order-detail .lst-products .panel-custom .table-custom tr:nth-child(1) th {
    padding-top: 30px;
}

.block-order-detail .table-total {
    width: 50%;
    float: right;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
}

.table-total tbody tr {
    box-shadow: none !important;
    background-color: #fff;
}

.header .list-group {
    margin-top: 35px;
}

.us-box .glyphicon {
    color: #e16a03;
}

.us-box.active {
    border: 2px solid #e16a03;
}

.us-box.active::before {
    background: #e1e1e1;
}

@media screen and (min-width: 768px) {
    .header-top .contacts {
        padding-top: 40px;
    }

    .header-top .contacts>a {
        color: white;
    }

    .header-top .contacts>a:hover {
        color: white;
    }

}

.inloggen-content .panel-custom .panel-body {
    padding: 30px 30px 0px;
}

.modal .close {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon-close.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    top: 35px;
}

.modal-content {
    width: 100% !important;
    max-width: 450px !important;
}

.close:hover,
.close:focus {
    /*background-color: #fff;*/
}

.cms-page {
    display: inline-block;
    list-style-type: none;

}

.cms-page li {
    margin: 0 10px;
    display: inline-block;
}

.cms-page li a {
    /* text-transform: capitalize; */
    color: #343434;
}

.cms-page li a:hover {
    text-decoration: underline;
}

.block-title {
    /* text-transform: capitalize; */
}

#panel-shipping-info {
    padding-top: 0;
}

.collapse.in .text-right:last-child {
    width: 31px;
}

/*
.collapse.in .table.table-custom tbody tr td:nth-child(2){
    width: 67px;
}
*/
#collapsePanel1 .table-total tbody tr:nth-child(2) td:nth-child(2) {
    text-align: right;
    width: 26%;
}

/*
.lst-products .panel.panel-custom:nth-child(4) .collapse.in .table.table-custom tbody tr td:nth-child(2){
    width: 63%;
}
*/
.top-content-login {

    background-size: contain;
}
