/*
* Style tweaks
* --------------------------------------------------
*/
/* Smartphones ----------- */

@media (max-width: 767px) {
    h1 {
        font-size: 32px !important;
    }
    h4 {
        font-size: 14px !important;
    }
    h5{
        margin: 0px !important;
    }

    .padding-description {
        padding-bottom: 15px !important;
        font-size: 14px !important;
    }

    #smartphone-div {
        display: none;
    }

    #header-container {
        display: none !important;
    }

    .logo {
        position: absolute;
    }

    .navbar-brand {
        height: 30px !important;
        margin-top: 0px !important;
    }

    .thumb-img {
        max-width: 150px !important;
    }

    #accordion {
        display: block !important;
        z-index: 1 !important;
    }

    #features-info {
        /*display: none !important;*/

    }

    .panel-body {
        padding: 0 !important;
    }

    .thumb {
        height: 315px !important;
    }

    .total-height {
        height: auto !important;
    }

    .bottom-left {
        position: relative !important;
    }

    .cart-qty {
        width: auto !important;
    }

    .breadcrumb > li + li::before {
        padding: 0 !important;
        color: var(--color-white) !important;
        content: "/\00a0" !important;
    }

    .breadcrumb {
        background-color: var(--color-white) !important;
        font-size: 12px !important;
    }

    .btn-list {

        padding: 2px 16px !important;

    }

    .help-block {
        display: none !important;
      }

    ::-webkit-input-placeholder {
        color: transparent !important;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: transparent !important;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: transparent !important;
    }

    :-ms-input-placeholder {
        color: transparent !important;
    }

    .table {
        padding: 10px !important;
    }

    .table span {
        margin: 0 0 !important;
    }

    .xs-list {
        left: 20px !important;
        position: relative !important;
    }

    .user-icon {
        float: right !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .prod-name {
        font-weight: normal !important;
        height: 75px !important;

    }

    .title-search {
        font-weight: normal !important;
        height: 75px !important;

    }

    .container-page {
        padding-top: 60px !important;
    }

    .info-product {
        color: var(--color-dark-blue);
        font-size: 14px !important;
        font-weight: bold;
    }

    .accordion{
        margin-top: 20px !important;
        border-top: 1px solid;
    }
    .card-header{
        border-bottom: 1px solid;
    }
    .color-menu{
        font-weight: 700 !important;
        font-size: 14px !important;
    }
    .card-body{
        border-bottom: 1px solid;
        border-top: 3px solid #0096D2;
        background-color: var(--color-grey);
        font-size: 14px;
        padding: 5px;
    }
    .card-features{
        margin: 5px 0;
    }
    .button-bordergrey{
        width: 100% !important;
        margin: 5px !important;
    }
    .related-mobile-title{
        color: var(--color-blue);
        font-size: 16px;
        font-weight: bold;
        font-family: "Roboto Condensed";
        text-align: center;
    }
    .thumb-relation:hover {
        background-color: var(--color-white) !important;
    }
    .mobileTxt{
        font-size:12px;
    }

    .alert{

        margin-bottom: 15px !important;

    }

    .data-canvas {

        padding: 0 !important;
        margin: 0 0 30px 0 !important;
        text-align: left;
        width: 100% !important;
    }

    .data-button-inactive {
        position: relative !important;
    }

    .block-limiter {
        margin: 10px !important;

    }

}

/* tablet portrait */
@media (min-width: 768px) and (max-width: 991px) {
    #tablet-port-div {
        display: none;
    }

    .thumb {
        height: 345px !important;
    }

    .btn-list {
        padding: 5px !important;
        font-size: 16px;
    }

    .font-menu {
        font-size: 0.8em;
    }


    .img-cart {
        height: 100% !important;
    }

    .panel-body {
        padding: 0px !important;
    }

    .panel-group .panel-heading {
        padding: 12px 12px !important;
    }

    .user-icon {
        display: none !important;
    }

    .navbar-brand {
        height: 40px !important;
    }

    .font-help {
        font-size: 0.9em !important;
    }

    .blackTxt {
        font-size: 0.8em !important;
    }

}

/* tablet landscape */
@media (min-width: 992px) and (max-width: 1199px) {
    #tablet-land-div {
        display: none;
    }

    .help {
        position: absolute !important;
        float: right !important;
    }

    /*.btn-list{
        font-size: 16px !important;
        padding: 11px 5px !important;
    }*/
    .thumb {
        height: 425px !important;
    }

    .thumb-search {
        height: 365px !important;
    }

    .info-product-search {
        color: var(--color-dark-blue) !important;
        font-size: 1em !important;
        font-weight: bold !important;
        padding: 5px 0px 0px !important;
    }

    h6 {
        margin-bottom: 0px !important;
    }
}

html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    font-family: 'Roboto';
!important;

}

body {
    /*padding-top: 100px;*/
}

footer {
    padding: 30px 0;
}

h1 {
    /*font-family: 'Roboto Condensed';*/
    font-weight: bold;
    font-size: 50px;
}

h2 {
    /*font-family: 'Roboto Condensed';*/
    font-weight: bold;
    font-size: 40px;
}

h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.5;
    font-size: 17px;
    font-weight: bold;
}

h5 {
    margin-top: 0px;
}

h6 {
    margin-top: 0px;
    line-height: 1.3;
}

p {
    margin: 0;
}

/*
 * Custom styles
 */

.container {
    padding: 0px;
}

.container-menu {
    max-width: 450px;
}

.navbar-brand {
    font-size: 24px;
    height: 70px;
    left: 0;
    top: 0;
    margin: auto;
    padding: 0;
    float: none;
    text-align: left;
}

.navbar-container {
    width: 100%;
    margin: auto;
    text-align: center;
    border-bottom: 3px solid;
    border-top: 1px solid;
    font-size: 17px;
    background-color: var(--color-white);
    height: 44px;
}

.navbar.navbar-fixed-top.fixed-theme {
    /*background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);*/
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {

}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    /*padding: 10px 0px 0px;
    height: 35px;*/
}

.navbar-toggle {
    padding: 15px 20px;
    font-size: 1.25rem;
    line-height: 1;
    background: var(--color-blue);
    border: 1px solid #122b40;
    border-radius: .25rem;
}

.navbar-header {
    float: none;
    justify-content: center !important;
}

#brand {

}

.topbar {
    background: var(--color-dark-blue);
    color: var(--color-white);
}

.logo {
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    margin: 0px;
    background: var(--color-white);
}

img {
    /*display:block;*/
    margin: auto;
}

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--color-black);
    font-weight: bold;
}

.language {
    color: var(--color-white);
    padding: 4px 20px;
}

.help-txt {

    display: table-cell;
    vertical-align: middle;
}

.container-help {

}

.help {
    position: absolute;
    float: right;
}

.sat {
    font-size: 12px;
    text-align: right;
}

.search {
    border: 0px;
}

.mainbox {
    position: relative;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.custom-input-search {
    border: 0;
    box-shadow: none;
    color: #1E1E1E !important;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    /*float: right;*/
    display: inline;
}

.custom-buttom-search {
    background-color: var(--color-white);
    color: var(--color-black);
    font-size: 24px;
    padding: 0;
    margin-right: 10px;
    position: absolute;
}

.sub-menu {
    position: absolute;

    background-color: var(--color-white);
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px;
    border: 1px solid;
}

.sub-menu-section {
    position: relative;
    text-align: left;
    margin: 0 auto;

   vertical-align: top;
    padding: 20px 15px;

    font-size: 14px;
}

.sub-menu-column {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    padding-top: 30px;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 14px;

}

#navbar {
    background-color: var(--color-white);
}

.nav-column {
    padding-right: 200px;
}

.item-column {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 10px 2px 0;
}

.font-menu {
    font-family: 'Roboto Condensed', sans-serif;
}

.display-menu {
    display: table;
    visibility: hidden;
}

.blue {
    color: var(--color-blue);
    font-weight: bold;
}

.item-column a {
    color: var(--color-black);
    text-decoration: none;
}

a:hover {
    color: var(--color-blue);
    text-decoration: none;
}

a:visited{

    text-decoration: none;
}

a:link{

    text-decoration: none;
}

a:active{

    text-decoration: none;
}

.border-bottom-menu {
    border-bottom: 2px solid var(--color-black);
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
}

.border-top-resume {
    border-top: 2px solid var(--color-black);
}

.no-padding {
    padding: 0px;
}

.padding-footer-menu {
    padding: 10px;
}

.sub-menu-footer {
    border-top: 1px solid;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    font-size: 16px;
    padding-left: 10px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.border-right {
    border-right: 1px solid;
}

#form-bottom {
}

.container-top {
    padding-top: 200px;

}

.container-page {

    padding-top: 175px;
    padding-bottom: 200px;
}

.breadcrumb {
    background-color: var(--color-white);
    font-size: 14px;
    font-family: "Roboto Condensed";
    color: var(--color-dark-grey);

}

.breadcrumb a{

    color: var(--color-dark-grey);

}

.breadcrumb a:hover{

    color: var(--color-black);

}

.thumb {
    box-shadow: none;
    margin-top: 20px;
    /*height: 490px;*/
    background-color: var(--color-white);
}

.thumb:hover {
    background-color: var(--color-grey);
}

.thumb .thumb-margin{

    padding:10px;
    background-color: white;

}

.new {
    color: var(--color-red);
    /* font-family: 'Roboto Condensed';*/
    font-size: 16px;
    text-transform: uppercase;
}

.footer-product {
    margin-top: 20px;
    font-weight: bold;
    /* font-family: 'Roboto Condensed';*/
    text-align: center;
    border-top: 1px solid;
    border-bottom: 5px solid;
}

.font-weight-bold {
    font-weight: bold;
}

.font-condensed {
    font-family: 'Roboto Condensed';
}

.related {
    margin-top: 25px;
}

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

.padding-description {
    padding-bottom: 20px;
    font-size: 15px;
}

.info-product {
    color: var(--color-dark-blue);
    font-size: 25px;
    font-weight: bold;
}

.add_to_list {

    border: none;
    background-color: transparent;

}

.btn-list {
   padding: 2px 16px !important;
}

.btn-step {
    background-color: var(--color-white);
    color: var(--color-blue);
    border-radius: 0px;
    border: 1px solid var(--color-blue);
}

.btn-quantity {
    background-color: var(--color-white);
    border: 1px solid var(--color-black) !important;
}

.btn-menu {
    margin-bottom: 20px;
}

.input-quantity {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    border-left: 0px;
    border-right: 0px;
}

.nav-tabs {
    border: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-bottom: 5px solid var(--color-blue);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.nav-tabs > li > a:hover {
    border-bottom: 5px solid;
    border-color: transparent transparent var(--color-blue);
}

.nav-tabs > li > a {
    border: 0px;
}

.product-info {
    text-align: left;
    display: table;
    background-color: var(--color-white);
    padding: 20px 0px;
    border-bottom: 4px solid;
    width: 100%;
    background-color: var(--color-grey);
}

.color-menu {
    color: var(--color-black);
    font-family: 'Roboto Condensed';
    font-size: 17px;
}

.description-footer {

}

.bg-white {
    background-color: var(--color-white);
}

.no-decoration a {
    text-decoration: none;
    color: var(--color-black);
}

.no-color {
    background-color: var(--color-white);
}

.max-width-list {
    max-width: 20px;
    margin-right: 5px;
    /*float: left;*/
    display: inline !important;

}

.no-new {
    margin-top: 22px;
}

.detail {
    padding: 0 0 10px 0 !important;
    margin: 15px 0 -10px !important;
   /* overflow: hidden !important;*/
    border-top: 1px solid !important;

}

.thumb-hover {
    /*background-color: #e7e7e8;*/
    /*padding-bottom: 15px;*/
}

.mob-menu-item {
    font-family: 'Roboto' !important;

}

.pagination-container {
    text-align: center;
}

.row_feature {
    padding-bottom: 20px;
}

.vertical-space {
    height: 10px;
}

.zoom {
    display: inline-block;
    cursor: default;
}

.quantity {
    text-align: center;
    border: 0px !important;
    -webkit-box-shadow: unset !important;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 8px !important;
}

#accordion {
    display: none;
}

.btn-default, .btn-default:hover {
    background-color: var(--color-white) !important;
    color: #333 !important;
    border-radius: 0px !important;
    border: 0px !important;
}

.btn-delete {
    background-color: transparent !important;
    color: #333 !important;
    border-radius: 0px !important;
    border: 0px !important;
}

.btn-cart {
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    text-transform: uppercase;
    background-color: var(--color-white);
    font-weight: 700;
    border-radius: 0px !important;
    height: 30px;
    padding: 3px 10px !important;

}

.btn-search {
    border: 2px solid var(--color-blue);
    color: var(--color-blue);
    text-transform: uppercase;
    background-color: var(--color-white);
    font-weight: 700;
    border-radius: 0px !important;
    padding: 2px 10px;
    margin-top: 3px;
}

.btn-search:hover {

    border: 2px solid var(--color-black);

}

.btn-search-spare-parts {
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    text-transform: uppercase;
    background-color: var(--color-white);
    font-weight: 700;
    border-radius: 0px !important;
    padding: 2px 10px;
}

.btn-search-spare-parts:hover {
    color: var(--color-white);
    background-color: var(--color-blue);
}

.input-cart {
    padding-right: 10px;
}

.bootstrap-touchspin {
    border: 1px solid var(--color-dark-grey) !important;
    z-index: 0;
}

.form-control {
    border-radius: 0px;
}

.input-border {
    border: 1px solid var(--color-black);
}

.panel-body {
    padding: 0px 20px;
}

.panel-filter {
    border-bottom: 1px solid;
}

.colors {
    padding-bottom: 20px;
}

.colors img {

    width: 20px;
    height: 20px;
    margin: 2px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);

}

.colors img:hover {

    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.color-row {
    height: 40px;
}

.prod-name {
    line-height: 1.1;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin: 0 !important;
}

.prod-name-search {
    height: 80px;
}

.feature-desc {
    vertical-align: center;
}

.separation-row {
    padding: 20px 0px 0px;
    border-bottom: 1px solid;
}

.vertical-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.vertical-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
    font-size: 16px;
    color: var(--color-black);
}

.vertical-nav > li > a:hover {
    text-decoration: none;
    color: var(--color-blue);
}

.cart-qty {
    width: 100%;
}

.send {
    margin: 1em 0em 2em;
}

.header-cart {
    background-color: var(--color-dark-grey);
    color: var(--color-white);
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.header-cart-mobile {
    background-color: var(--color-dark-grey);
    color: var(--color-white);
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.cart-row {
    /*height: 170px;*/
    border-bottom: 1px solid var(--color-dark-grey);
    padding: 10px;
}

.cart-row-mobile{
    border-bottom: 1px solid var(--color-dark-grey);
    padding: 10px;
}

.edit-cart-row {
    height: 120px;
    border-bottom: 1px solid var(--color-dark-grey);
    padding: 10px;
}

.cart-box {
    border-top: 1px solid var(--color-dark-grey);
    border-left: 1px solid var(--color-dark-grey);
    border-right: 1px solid var(--color-dark-grey);
    border-bottom: 1px solid var(--color-dark-grey);
}

.step-box {
    border-bottom: 1px solid var(--color-dark-grey);
}

.total-height {
    height: 170px;
}

.edit-total-height{
    height: 100px;
}

.cart-delete {
    position: absolute;
    top: 8px;
    right: 30px;
    color: var(--color-white);
    vertical-align: middle;

}

.cart-delete a{

    color: var(--color-white);
    text-decoration: none;
    padding-left: 40px;

}

.cart-delete i{
    vertical-align: middle;

}

.cart-delete .fa-file-pdf-o{

    font-size:1.4em;
    padding-left: 8px;

}

.cart-delete .fa-trash-o{

    font-size:1.7em;
    padding-left: 5px;

}

.resume-box {
    font-weight: 700;
    background-color: var(--color-grey);
    padding-bottom: 10px;
}

.resume-row {
    padding: 5px 0px;
}

.last-row {
    padding: 20px 0px 15px 0px;
}

.notification-box {
    border: 1px solid var(--color-grey);
    padding: 10px 15px;
}

.form-cart {
    width: 100%;
}

.file-input {
    visibility: hidden;
    width: 0;
    position: relative;
}

.file-custom {

    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;

   /* content: 'Select some files';
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px var(--color-white);
    font-weight: 700;
    font-size: 10pt;
    visibility: visible;
    position: absolute;
    width: 100%;
    height: 30px;
    */
}

.file-custom + label {

   background-color: var(--color-grey);
    border: 1px solid var(--color-dark-grey);
    font-weight: normal;
    height: 30px;
    width: 97%;
    display: inline-block;
    cursor: pointer;
    vertical-align: center;
    padding:2px 10px;

}

.file-custom + label:hover{

    background-color: var(--color-dark-grey);

}



.file-input:hover::before {
    border-color: var(--color-black);
}

.file-input:active::before {
    background: -webkit-linear-gradient(top, var(--color-grey), var(--color-white));
}

.text-uppercase {
    text-transform: uppercase;
}

.input-radio {
    min-width: 4%;
}

#description::placeholder {
    color: var(--color-grey);
    font-style: italic;
    font-size: 12px;
}

.btn-edit {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid var(--color-black);
    font-weight: normal;
    font-size: 12px;
    padding: 2px 10px;
}

.header-voucher {
    background-color: var(--color-dark-grey);
    color: var(--color-white);
    padding: 10px;
    font-weight: 700;
    text-transform: none !important;
}

a.disabled {
    pointer-events: none;
}

.btn-apply {
    margin: 0 0 4px 0 !important;
    padding: 0 4px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px !important;
    border-width: 1px !important;
}

#cheques_add {
    font-size: 12px;
    font-weight: normal;
}

#new_cheques_add {
    font-size: 12px;
    font-weight: normal;
}

.btn-customer {
    float: right;
    margin-right: 10px;
    text-transform: uppercase;
 /*
    padding: 6px;
    font-weight: bold;
   */

}

#search-dialog {
    width: 900px;
}

#search-modal-background {
    background-color: var(--color-white);
    margin-bottom: 20px;
}

.red {
    color: var(--color-red);
    font-weight: bold;
}

.green {
    color: green;
    font-weight: bold;
}

.orange {
    color: orange;
    font-weight: bold;

}


.fixed {
    position: fixed;
}

.img-cart {
    max-height: 150px;
}

.img-cart-order {
    max-height: 100px;
}

.cart-summary {
    position: absolute;
    right: 0;
    background: var(--color-white);
    box-shadow: 0 .25em .5em rgba(0, 0, 0, 0.25);
    margin-top: 1.9em;
    overflow: hidden;
    text-align: left;
    z-index: 10;
    display: none;
    padding-top: 10px;
}

.menu-description {
    line-height: 2;
}

.last-picture-menu {
    padding-bottom: 44px;
}

.filter {
    /*border: 1px solid var(--color-blue);*/
    border: none;
    z-index: 1;
    margin-bottom: 20px;
}

.filter-header {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    text-transform: uppercase;
    padding: 10px;
}

.filter-form {
    margin-bottom: 5px;
}

.filter-form input[type="checkbox"]:checked + label {


    background-color: white !important;

}

.filter-content {
    background-color: rgb(244, 244, 244) !important;
}

.filter-spare-parts {
    background-color: rgb(244, 248, 251);
}

.product-list-search {
    height: 150px;
}

.panel-group-search {
    margin-bottom: 0px;
}

.title-search {
    line-height: 1.1;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin: 0 !important;
}

.info-product-search {
    color: var(--color-dark-blue);
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0px;
}

.info-product-search-price {
    color: var(--color-black);
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0px;
}

.thumb-search {
    /*height: 490px;*/
    margin-top: 0px;
}

.thumb-spare-parts {
    height: 320px;
    margin-top: 0px;
}

.thumb-search-promotions {
    /*height: 440px;*/
    margin-top: 0px;
}

.new-btn-list {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 0px;
    font-size: 14px;
    width: 100%;
    padding: 2px 10px;
    text-transform: uppercase;
}

.separation-row-search {
    padding: 0px 0px 0px;
}

.separation-row-search-spare-parts {
    padding-right: 10px;
    margin-bottom: 30px;
}

.loader-wheel {
    font-size: 64px; /* change size here */
    position: relative;
    height: 1em;
    width: 1em;
    padding-left: 0.45em;
    overflow: hidden;
    margin: 0 auto;
    animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
    display: block;
    position: absolute;
    height: 0.3em;
    width: 0.1em;
    border-radius: 0.05em;
    background: #333; /* change color here */
    opacity: 0.8;
    transform: rotate(-30deg);
    transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.thumb-relation {
    box-shadow: none;
    margin-top: 20px;
    height: 300px;
    background-color: var(--color-white);
    border-radius: 3px;
    padding: 10px;
    width: 100%;
}

.thumb-relation:hover {
    background-color: var(--color-grey);
}

/*********** CUSTOMER MENU ************/

#customer-menu {
    padding-bottom: 15px;
    width:100%;
    /*margin: 20px;
    max-width: 1000px; TEST*/
}

#customer-buttons {
    display: table;
    width: 100%;
}

.customer-sel {
    position: relative;
    display: table-cell;
    height: 55px;
    width: 33%;
    background-position: left;
    background-position-x: 15px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    vertical-align: middle;
    background-color: var(--color-grey);
    padding: 0px;
    border-bottom: 3px solid var(--color-grey);
    cursor: pointer;
}

.customer-sel-img {
    margin-left: 10px;
}

.customer-sel-img img {
    position: absolute;
    height: 30px;
    left: 15px;
    top: 12px;
}

.customer-sel-text {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin-left: 60px;
    padding-right: 15px;
}

.customer-sel-active {

    border-bottom: 3px solid var(--color-blue);
    background-color: var(--color-dark-grey);

}

.customer-sel-active div img {
    -webkit-filter: drop-shadow(0 0 0 var(--color-blue));
    filter: opacity(0.5) drop-shadow(0 0 0 var(--color-blue)) brightness(200%);
}

.customer-sel-left {

    border-right: 15px solid var(--color-white);
}

.customer-sel-right {
    border-left: 15px solid var(--color-white);

}

#customer-sub-menu {
    display: table;
    width: 100%;
    height: 60px;
    background-color: var(--color-dark-grey);
    opacity: 0;
}

#customer-sub-menu div a {
    color: var(--color-black);
    text-decoration: none;
}

#customer-sub-menu div a.active {
    font-weight: bold;
}

.customer-sub-menu-block {
    vertical-align: middle;
    opacity: 0;
    display: none;
}

.customer-sub-menu-block a {
    padding: 20px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.data-canvas {
    position: relative;
    background-color: var(--color-white);
    padding: 1px 20px 20px 20px;
    margin: 10px;
    text-align: left;
    width: 95%;
}

.data-canvas label {
    margin-left: 10px;
}

.data-block {
    display: table;
    width: 100%;

}

.data-title {
    font-weight: bold;
    padding-top: 5px;
    font-size: 1.8em;
}

.data-button {
    position: absolute;
    right: 30px;
    top: 25px;
    padding: 3px 10px;
}

.data-button-inactive {
    position: absolute;
    right: 20px;
    top: 10px;
   /* border: 3px solid var(--color-blue);
    background-color: var(--color-white);
    padding: 1px 25px;*/
}

.data-line {
    position: relative;
    display: table-row;
    width: 100%;
    margin: 10px 0;
}

.data-line div {
    display: table-cell;
    padding: 10px 0;
    border-top: 1px solid var(--color-grey);
}

.data-line div input {
    width: 100%;
    padding: 0px 5px;
}

.data-label {
    font-weight: bold;
    width: 30%;
}

#dataCustomerEdit {

    display: none;
}

#contactCustomerEdit {
    display: none;
}

.customer-table {
    width: 100%;
}

.customer-table-td {
    display: inline-block;
    position: relative;
    min-width: 300px;
    max-width: 450px;
    vertical-align: top;
    width: 100%;

}

.block-limiter {
    margin: 0 20px;
    text-align: left;
    /*max-width: 1000px;*/

}

.stretch {
    max-width: 500px;

}

.block-limiter form label {

    margin-top: 20px;

}

.block-limiter form button.submit {
    margin-top: 20px;
}

.block-limiter button.submit {
    margin: 20px 0;
}

.frame {
    display: none;

}

.frame h3 {
    padding-left: 20px;
    text-align: left;
}

.check {
    position: relative;
    display: table;
    max-width: 800px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.21);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.21);
    color: #333;
    border: 1px solid var(--color-white);
    margin: 40px 10% 0 10%;
    /*margin-bottom: 40px;*/

}

.check-details {
    position: relative;
    display: table;
    max-width: 800px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.21);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.21);
    color: #333;
    border: 1px solid var(--color-white);
    /*margin: 40px 10% 0 10%;*/
    /*margin-bottom: 40px;*/

}

.check > div > div {
    position: relative;

}

.check-col {

    display: table-cell;
    border: 2px solid var(--color-white);

}

.check-img {

    background-size: cover;
    background-repeat: no-repeat;
    /* width: 150px;
     height: 150px;*/

}

.check-price {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 2.1em;
    font-weight: bold;
    color: var(--color-white);
    vertical-align: middle;

}

.check-header {

    padding: 15px 15px 15px 65px;
    font-size: 1.0em;
    font-weight: bold;
    background-image: url(/assets/images/icon-check.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 10px;
    background-position-y: 5px;
    border-bottom: 4px solid var(--color-white);

}

.check-data {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    border-bottom: 4px solid var(--color-white);

}

.check-data > div {
    margin: 1px;
    display: table-cell;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background-color: var(--color-grey);

}

.check-data-with-ini{
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    border-bottom: 4px solid var(--color-white);
}

.check-data-with-ini > div {
    margin: 1px;
    display: table-cell;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background-color: var(--color-grey);
}
.check-info {

    padding: 10px;
    font-size: 14px;
    background-color: var(--color-grey);
    line-height: 140%;

}

.table {

    display: table;
    width: 100%;
    padding: 20px;
    margin: 0px;
}

.table span {

    margin: 5px;

}

.table-tr {

    display: table-row;

}

.table-tr {

    display: table-row;

}

.table-td {

    display: table-cell;

}

.table-td1 {

    display: table-cell;
    width: 1%;

}

.table-td2 {

    display: table-cell;
    width: 2%;

}

.table-td3 {

    display: table-cell;
    width: 3%;

}

.table-td4 {

    display: table-cell;
    width: 4%;

}

.table-td5 {

    display: table-cell;
    width: 5%;

}

.top {

    vertical-align: top;

}

.mid {

    vertical-align: middle;

}

.bot {

    vertical-align: bottom;

}

.left {

    text-align: left;

}

.right {

    text-align: right;
}

.center{

    text-align: center;
}

.white {

    background-color: var(--color-white);

}

.blackTxt {

    color: var(--color-black);

}

.bold {

    font-weight: bold;
}

.bg-grey {
    background-color: var(--color-grey);
    padding: 10px 0;
    margin: 20px 0;
}

.set-text {

    position: absolute;
    width: 100%;
    padding: 35% 0;
    color: var(--color-white);
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
    z-index: 2;
    line-height: 0;

}

.set-img {
    top: 0;
    left: 0;
    bottom: 0;
    /* -webkit-box-shadow: 0px 0px 28px 0px rgba(158,155,158,0.75);
      -moz-box-shadow: 0px 0px 28px 0px rgba(158,155,158,0.75);
      box-shadow: 0px 0px 28px 0px rgba(158,155,158,0.75);*/
    filter: brightness(70%);
    z-index: 1;

}

.set-button {

    position: absolute;
    bottom: 10%;
    border: 2px solid var(--color-white);
    padding: 3px;
    background: rgba(0, 0, 0, 0.1);
    color: var(--color-white);
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    /* -webkit-box-shadow: 0px 0px 28px 0px rgba(158,155,158,0.75);
     -moz-box-shadow: 0px 0px 28px 0px rgba(158,155,158,0.75);
     box-shadow: 0px 0px 28px 0px rgba(158,155,158,0.75);*/
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity:0);
    -moz-opacity: 0;
}

.set-div {

    margin: 2%;
    background-size: contain;

}

.set-div a:hover {

    color: var(--color-black);
    background: var(--color-grey);

}

@media (max-width: 355px) {

    .set-button {

        width: 110px;
        font-size: 0.9em;

    }
}

@media (min-width: 355px) and (max-width: 480px) {

    .set-button {

        width: 140px;
        font-size: 1.2em;

    }
}

@media (min-width: 480px) and (max-width: 768px) {

    .set-button {

        width: 180px;
        font-size: 1.4em;

    }
}

@media (min-width: 768px) and (max-width: 1380px) {

    .set-button {

        width: 130px;
        font-size: 1.1em;

    }
}

@media (min-width: 1380px) {

    .set-button {

        width: 180px;
        font-size: 1.4em;

    }
}

.set-button:hover {

    color: var(--color-white);
    text-decoration: none;

}

.set-button:visited {

    color: var(--color-white);
    text-decoration: none;
}

.set-button-left {

    left: 10%;

}

.set-button-right {

    right: 10%;

}

.uppercase {
    text-transform: uppercase;
}

.image-popup {
    border-bottom: 1px solid;
}

.product-list-box-spare-parts {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.panel-heading-spare-parts {
    border-bottom: 1px solid;
    padding: 12px 26px;
    background-color: var(--color-white);
}

.input-search-filter {
    background-color: rgb(244, 244, 244);
    padding: 10px;
}

.input-spare-parts-filter {
    background-color: rgb(244, 248, 251);
    padding: 10px;
}

.blue-text {
    color: var(--color-dark-blue);
}

.clean-filter {
    text-transform: capitalize;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
}

.filter-header-spare-parts {
    height: 45px;
    background-color: var(--color-dark-grey);
    font-size: 18px;
    color: var(--color-white);
    text-transform: uppercase;
    padding: 10px;
}

.stock-info {
    padding: 5px 0px;
}

.newsletter {

    padding: 10px;
    font-size: small;
    text-align: left;

}

.newsletter input {
    margin: 10px 0;
    padding: 2px 10px;
}

.promotion-button {
    background-color: var(--color-grey);
    width: 100%;
    padding: 20px 0px;
    border: 0px;
    margin-bottom: 20px;
}

.promotion-button.is-checked, .promotion-button.is-selected {
    border-bottom: 5px solid var(--color-blue);
    background-color: var(--color-white);
}

div.vertical-line {
    width: 1px; /* Line width */
    background-color: var(--color-black); /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    float: left;
    /* Causes the line to float to left of content.
           You can instead use position:absolute or display:inline-block
           if this fits better with your design */
}

.help-icon {
    display: table-cell;
    margin-right: 5px;
    margin-top: 5px;
    width:45px;
}

.font-help {
    color: var(--color-black);
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    margin: 0px !important;
}

.btn-icon-search {
    font-size: 28px !important;
    padding: 0px !important;
}

.info-user {
    float: right;
}

.user-icon {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.close-session {
    /*font-family: "Roboto Condensed";*/
    font-size: 12px;
}

.username-info {
    /* font-family: "Roboto Condensed";*/
    font-weight: bold;
    font-size: 14px;
}

.badge-notification {
    position: absolute;
    right:0;
    bottom:15px;

}

.footer {
    background-color: var(--color-dark-grey);
    padding: 1em;
    bottom: 0;
    position: absolute;

}

.logo_footer{

    position: absolute;
    cursor: pointer;
    bottom: 0;
}

.font-footer {
    font-size: 1em;
    color: var(--color-white);
    font-weight: bold;
}

.font-sub-footer {
    font-size: 0.8em;
    color: var(--color-white);
}

.border-footer {
    border-bottom: 2px solid var(--color-white);
    padding: 5px;
    margin-bottom: 10px;
}

.right-footer {
    text-align: right;
    float: right;
    padding: 0 0 0 40px;
}

.footer a {
    color: var(--color-white);
}

.footer a:hover {
    text-decoration: none;

}



.button-border-blue{

    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    color: var(--color-dark-blue);
    border: 2px solid var(--color-dark-blue);
    background-color: transparent;
    text-transform: uppercase;

}



.button-border-blue a {
    color: var(--color-dark-blue);
}

.button-border-blue:hover{

    background-color: var(--color-dark-blue);
    color: var(--color-white);

}

.button-border-blue:hover > a{

    color: var(--color-white);

}

.button-white:hover {

    color: var(--color-white);
    background-color: var(--color-dark-blue);

}

.button-blue {

    display: inline-block;
    padding: 5px 16px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    color: var(--color-white);
    border: 2px solid var(--color-blue);
    background-color: var(--color-blue);
    text-transform: uppercase;

}

.button-blue img{

    height: 21px !important;
    display: inline !important;

}

.button-blue:hover{

    border: 2px solid var(--color-black);
    background-color: var(--color-white);

}


.button-blue:hover > img{

    -webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */

    filter: invert(100%);

}

.button-dark-blue{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--color-white);
    background-color: var(--color-dark-blue);
}

.button-blue:hover {

    color: var(--color-black);

}

.button-grey {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    color: var(--color-black);
    background-color: var(--color-grey);

}

.button-grey-search {
    height: 34px;
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;

    color: var(--color-black);
    background-color: var(--color-grey);

}

.button-grey:hover {

    background-color: var(--color-dark-grey);

}

.button-red {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    color: var(--color-white);
    background-color: var(--color-red);

}

.button-red:hover {

    color: var(--color-black);

}

.button-bordergrey {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    background-color: transparent;

}

.button-bordergrey a {
    color: var(--color-white);
    font-weight: normal;
    text-decoration: none;
}

.button-bordergrey:hover {

    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-black)

}

.button-bordergrey a:hover {

    color: var(--color-black);

}

.mobile-img{
    padding: 20px;
}

.ref-mobile{
    margin-top: 10px;
    margin-bottom: 10px;
}

.touchspin-mobile{
    float: left !important;
}

.cart-text{
    font-size: 14px;
    padding-bottom: 5px;
}

.button-editar-mobile{
    font-size:12px !important;
    font-weight: normal !important;
    width: auto !important;
}

.link-white{

    color: var(--color-white);

}

.link-white:hover{

    color: var(--color-grey);

}

.link-white:visited{

    color: var(--color-white);

}

.background-transparent{

    background-color: transparent !important;

}

#cookiesBanner{

    width:100%;
    padding:20px 10%;
    position: fixed;
    bottom: 0;
    background: var(--color-dark-grey);
    color: white;
    z-index:99999;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1);

}

#acceptCookies{

    position:absolute;
    right: 3%;
    top:35%;
    cursor: pointer;

}

.box-cv{
    background: var(--color-grey);
    padding: 20px;
    margin:20px 0px;

}

.box-cv-header{
    background: var(--color-grey);
    padding: 20px;
    margin:20px 0px 0px;
}

.lateral h5 {
    color: #254996;
    font-weight: bold;
    font-size: small;
    text-align: center;
    text-transform: uppercase;
}