@font-face {
    font-family: brown-bold;
    src: url(fonts/brown-bold.ttf);
}

@font-face {
    font-family: brown;
    src: url(fonts/brown-regular.ttf);
}


/**
KOSÁR OLDAL - global
*/

.cart-import{
    margin-bottom: 20px;
    display: flex;
}

@media (max-width: 767px) {
    .cart-import{
        display: inline-block;
    }
    .cart-not-empty .cart-import .right{
        padding-left: 0 !important;
    }
}

.cart-not-empty .cart-import{
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
}

.cart-import .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-not-empty .cart-import .right{
    padding-left: 15px;
}

.cart-import .new-function{
    color: #F7901E;
    font-size: 14px;
    text-transform: uppercase;
    font-family: dinpro-bold, sans-serif;
    margin-bottom: 13px;
}

.cart-import .function-title{
    color: #198641;
    font-family: dinpro-bold, sans-serif;
    font-size: 28px;
}

.cart-import .function-description-title{
    font-size: 16px;
    color: #454545;
    font-family: pt-sans-bold, sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cart-import .function-description{
    color: #454545;
    font-size: 14px;
}

.cart-import .function-title svg{
    fill: #198641;
    margin-right: 23px;
    margin-bottom: -5px;
}

.cart-import .right{
    padding-top: 15px;
}

.cart-import .upload-file{
    border: 1px solid #AAAAAA;
    position: relative;
    margin-bottom: 16px;
}

.cart-import .remove-file{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}

.cart-import .remove-file svg{
    fill: #9D9D9D;
}

.cart-import .upload-file .upload-btn{
    border-right: 1px solid #AAAAAA;
    color: #198641;
    text-transform: uppercase;
    font-size: 14px;
    font-family: dinpro-bold, sans-serif;
    padding: 13px 20px 13px 15px;
    cursor: pointer;
}

.cart-import .upload-file .uploaded-file{
    font-size: 16px;
    color: #4B4B4B;
    font-family: dinpro-light, sans-serif;
    padding: 14px 20px 12px 16px;
}

.cart-import .upload-file .upload-btn svg{
    fill: #198641;
    margin-right: 10px;
    margin-bottom: -3px;
}

.cart-import .supported-exts{
    color: #4B4B4B;
    font-size: 16px;
    font-family: dinpro-light, sans-serif;
}

.cart-import .import-btn{
    background: #198641;
    color: #fff;
    font-size: 14px;
    font-family: dinpro-bold, sans-serif;
    padding: 16px 21px 16px 17px;
    border: 0;
    float: right;
    text-transform: uppercase;
    margin-top: 32px;
}

.cart-import .import-template{
    background: #fff;
    border: 1px solid #e3e3e3;
    outline: none !important;
    padding: 16px 21px 16px 17px;
    text-transform: uppercase;
    color: #4b4b4b;
    margin-top: 32px;
    font-family: dinpro-bold, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 991px){

    .cart-import .import-btn,
    .cart-import .import-template{
        width: 100%;
    }

    .cart-import .import-btn{
        margin-top: 20px;
    }

}

.cart-import .import-btn svg{
    fill: #fff;
    margin-right: 15px;
    margin-bottom: -2px;
}

.cart-import .import-template svg{
    fill: #4b4b4b;
    margin-right: 15px;
    margin-bottom: -2px;
}

.basketpage .empty{
    color: #454545;
    font-size: 18px;
    line-height: 19px;
    padding-bottom: 20px;
    padding-top: 5px;
    border-bottom: 1px solid #ABABAB;
    margin-bottom: 39px;
}

img{
    image-rendering: -webkit-optimize-contrast;
}

div.basketpage textarea:focus,
div.basketpage input:focus,
div.basketpage select:focus{
    outline: none;
}
div.basketpage .fc-mint {
    color: #08c081;
}
div.basketpage .bg-green {
    background: #008f49;
}
div.basketpage .bg-lightgray {
    background: #e7e7e7;
}
div.basketpage .bg-gray {
    background: #9d9d9d;
}
div.basketpage .bg-darkgray {
    background: #4b4b4b;
}
div.basketpage .bg-red {
    background: #c72b2e;
}
div.basketpage .pad0 {
    padding: 0;
}
div.basketpage .dT {
    display: table;
}
div.basketpage .dT > div{
    display: table-cell;
    vertical-align: middle;
}
div.basketpage .uppercase{
    text-transform: uppercase;
}
div.basketpage .modal {
    /*display: block;*/
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
    max-width: none;
}
div.basketpage .modal-dialog {
    min-width: 330px;
}

div.basketpage .pre-payment-modal .modal-dialog{
    max-width: 600px;
}

div.basketpage .pre-payment-modal .modal-header{
    color: #008f49;
}

div.basketpage .pre-payment-modal .modal-header svg{
    fill: #008f49;
}

div.basketpage .pre-payment-modal .modal-header .inline-block{
    margin-top: -1px;
    margin-right: 4px;
}

div.basketpage .pre-payment-modal .modal-body{
    margin-top: 0;
    padding: 50px 45px 50px 34px;
}

div.basketpage .pre-payment-modal .modal-body .button-close{
    margin-right: 10px;
}

@media (max-width: 767px) {
    div.basketpage .modal-dialog {
        margin: 0;
    }
    div.basketpage {
        margin-top: 100px;
    }
}

div.basketpage .modal-header h3,
div.basketpage h3.addresses{
    margin:0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #9d9d9d;
    font-family: dinpro-light, sans-serif;
}

div.basketpage h3.addresses{
    margin: 0 0 10px 0;
}

div.basketpage .modal-header h4{
    margin: 0;
    font-size: 15px;
    text-align: left;
    color: #454545;
    line-height: 20px;
    font-family: dinpro-bold, sans-serif;
}

div.basketpage .transAddr  h4{
    font-weight: normal;
    font-size: 15px;
    font-family: dinpro-light, sans-serif;
}

div.basketpage .transAddr  h4 .highlight{
    font-size: 20px;
    text-transform: uppercase;
}

div.basketpage .modal-body{
    margin-top:20px;
    overflow-x: hidden;
}
div.basketpage .modal-content .box {
    margin-left: 0!important;
    margin-right: 0!important;
}
@media (max-width: 767px) {
    div.basketpage .modal-content {
        padding: 20px 15px;
    }
}



/**
KOSÁR OLDAL - head
*/
section.basketHead{
    background: #fff;
}

section.basketHead .bsktRow {
    padding-bottom: 20px;
    border-bottom: 1px solid #ababab;
    margin-bottom: 15px;
}

section.basketHead h1 {
    float: left;
    padding: 0;
    margin: 10px 0 0 15px;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #777;
    font-family: dinpro-bold, sans-serif;
}

section.basketHead .basketHeadRight {
    float: right;
    display: table;
}
section.basketHead .basketHeadRight > div {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
section.basketHead .baskets > div {
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    text-align: right;
    border-right: 1px solid #e3e3e3;
}
section.basketHead .baskets a{
    font-size: 16px;
    color: #4b4b4b;
    font-family: dinpro-bold, Sans-serif;
}
section.basketHead .baskets:hover,
section.basketHead .baskets.active {
    font-weight: bold;
}

section.basketHead .baskets .bsktSum{
    font-size: 12px;
}


section.basketHead .icon_help {
    float: right;
    /*height: 45px;
    width:  45px;
            mask: url('/images/ikonok_l_tamogatas.svg') no-repeat 100% 100%;
    -webkit-mask: url('/images/ikonok_l_tamogatas.svg') no-repeat 100% 100%;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #f7901e;*/
    vertical-align: middle;
}
section.basketTopXs {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index: 1000;
}
section.basketTopXs .container .row{
    width: 100%;
    height: auto;
    background: #015729;
    background: -moz-linear-gradient(-45deg,  #015729 0%, #198641 100%);
    background: -webkit-linear-gradient(-45deg,  #015729 0%,#198641 100%);
    background: linear-gradient(135deg,  #015729 0%,#198641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015729', endColorstr='#198641',GradientType=1 );
    padding: 10px 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    color: #ffffff;

    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
}
section.basketTopXs .title {
    float: left;
    padding: 4px 0 0;
    font-size: 18px;
}
section.basketTopXs .net,
section.basketTopXs .gross {
    float: right;
    display: block;
    clear: right;
    font-size: 16px;
    line-height: 22px;
}
section.basketTopXs .net{
    font-size: 12px;
    line-height: 12px;
}

@media (max-width: 767px) {
    section.basketTopXs .container .row {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
}


section.transportAndPayMode .container{
}
section.transportAndPayMode > .container > .row {
    margin: 0;
}
/*
section.transportAndPayMode .row .col-sm-6:first-child .box{
    margin-left:-15px;
    margin-right: -7px
}
section.transportAndPayMode .row .col-sm-6:last-child .box{
    margin-left: -7px;
    margin-right: -15px;
}
*/
@media (max-width: 767px) {
    section.transportAndPayMode .row .col-sm-6:first-child .box{
        margin-left:-20px;
        margin-right: -20px;
    }
    section.transportAndPayMode .row .col-sm-6:last-child .box{
        margin-left: -20px;
        margin-right: -20px;
    }
}
.basketpage section.transportAndPayMode .transport > h3,
.basketpage section.transportAndPayMode .pay > h3,
h3.address-title{
    display: block;
    margin-top: 6px;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #9d9d9d;
    font-family: dinpro-light, sans-serif;
}


@media (max-width: 767px) {
    section.transportAndPayMode .transport > h3,
    section.transportAndPayMode .pay > h3 {
        margin-top: 17px;
        margin-bottom: 9px;
    }
}
section.basketSchedulingMode .boxcontent,
section.transportAndPayMode  .boxcontent {
    display: table;
    height: 78px;
}
section.basketSchedulingMode .small .boxcontent,
section.transportAndPayMode  .small .boxcontent {
    height: 38px;
}

section.transportAndPayMode .boxcontent{
    font-size: 15px;
    font-family: dinpro-light, sans-serif;
}

#selectedTransAddr .boxcontent .boxcell > div{
    margin-bottom: 3px;
}

.transAddrModal  .boxcontent .boxcell > div{
    margin-bottom: 5px;
}

.transAddrModal  .boxcontent .boxcell > div:last-child, #selectedTransAddr .boxcontent .boxcell > div:last-child{
    margin-bottom: 0;
}

section.transportAndPayMode .transAddrModal .modal-body{
    padding-right: 10px;
}

section.transportAndPayMode .transAddrModal .transAddr{
    padding: 10px 5px;
}

section.transportAndPayMode .transAddrModal .box.transAddr.custom-address{
    margin-bottom: 0;
}

section.transportAndPayMode .transAddrModal .box.transAddr.custom-address.active{
    border-radius: 5px 5px 0 0;
    border: 1px solid #008f49;
}

section.transportAndPayMode .transAddrModal .custom-address-form{
    border: 1px solid #d7d7d7;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

section.transportAndPayMode .transAddrModal .contacts{
    display: flex;
}

section.transportAndPayMode .transAddrModal .contacts .contact .custom-radio-option{
    margin: 0 10px 5px 5px;
}

section.transportAndPayMode .transAddrModal .contacts .contact .custom-radio-option .circle{
    width: 16px;
    height: 16px;
    margin-right: 2px;
    float: left;
}

section.transportAndPayMode .transAddrModal .contacts .contact .custom-radio-option .circle .active-circle{
    width: 10px;
    height: 10px;
}

section.transportAndPayMode .transAddrModal a.changeShipping{
    margin-top: 20px;
    font-family: dinpro-bold, sans-serif;
}

section.transportAndPayMode .transAddrModal #save-address{
    /*margin-left: 75px;
    margin-bottom: 15px;*/
}

section.transportAndPayMode .transAddrModal #save-address[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}

section.transportAndPayMode .transAddrModal .save-success{
    color: #008f49;
    font-family: dinpro-bold, sans-serif;
}

section.transportAndPayMode .transAddrModal .address-exists{
    color: #f78f20;
    font-family: dinpro-bold, sans-serif;
}

section.basketSchedulingMode .boxcell,
section.transportAndPayMode  .boxcell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
section.basketSchedulingMode.small .boxcell,
section.transportAndPayMode .small .boxcell {
    padding: 0 0 0 10px;
}
section.basketSchedulingMode i.icon_select,
section.transportAndPayMode  i.icon_select{
    float: right;
    display: inline-block;
    margin: auto 6px;
    height: 10px;
    width: 10px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    color: #9d9d9d;
    font-size: 10px;

}

section.transportAndPayMode  i.picto{
    float: left;
    display: inline-block;
    margin: auto;
    margin-right: 10px;
    margin-left: 5px;
    /* height: 100px;
     width: 100px;*/
    /*-webkit-mask-size: cover;*/
    /*mask-size: cover;*/
    /*background-color: #9d9d9d;*/
    vertical-align: middle;
    margin-top: 0px;

}

section.transportAndPayMode svg.szallitasi_cim {
    margin-left: 5px;
}
section.basketCompletionSteps  svg.tovabb, section.transportAndPayMode svg.tovabb {
    fill:white;
    vertical-align: middle;
    margin-right: 10px;
}

/*@media (max-width: 767px) {*/
section.transportAndPayMode  i.picto{
    height: 74px;
    width: 54px;
}
/*}*/
section.transportAndPayMode  i.picto.icon_pickUp{
    -webkit-mask: url(/images/ikonok_l_szemelyes_atvetel.svg) no-repeat 0 -10px;
    mask: url(/images/ikonok_l_szemelyes_atvetel.svg) no-repeat 0 -10px;
}
section.transportAndPayMode  i.picto.icon_GLS_normal{
    -webkit-mask: url(/images/ikonok_l_GLS_normal.svg) no-repeat  0 -10px;
    mask: url(/images/ikonok_l_GLS_normal.svg) no-repeat  0 -10px;
}
section.transportAndPayMode  i.picto.icon_GLS_extra{
    -webkit-mask: url(/images/ikonok_l_GLS_delelottei.svg) no-repeat  0 -10px;
    mask: url(/images/ikonok_l_GLS_delelottei.svg) no-repeat  0 -10px;
}

section.transportAndPayMode .icon_plus,
section.transportAndPayMode .icon_map_marker {
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    color: #9d9d9d;
    width: 30px;
}
section.transportAndPayMode .icon_plus {
    font-size: 22px;
    padding-left: 5px;
}
section.basketSchedulingMode .box,
section.transportAndPayMode .box {
    display: block;
    padding: 5px;
    margin-bottom: 18px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius:  5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: lighter;
    text-align: left;

    color: #4b4b4b;
    cursor: pointer;
}
@media (max-width: 767px) {
    section.transportAndPayMode .box {              margin-bottom: 14px;    }
    section.transportAndPayMode .box .addressName { display: none;      }
    section.transportAndPayMode .box.small {        margin-bottom: 23px;    }
}
section.transportAndPayMode .box h3 {
    margin: 0;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
}
section.transportAndPayMode .box p {
    font-size: 14px;

}

@media (max-width: 991px) {
    section.transportAndPayMode .box h3 {
        font-size: 20px;
    }
    section.transportAndPayMode .box p {
        font-size: 14px;
    }

}

section.transportAndPayMode .box.transAddr .custom-checkbox-group{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 5px;
}

section.transportAndPayMode .box.transAddr .custom-checkbox-group .custom-checkbox .chkbox-rect{
    margin-right: 0;
    padding-left: 1px;
}

section.transportAndPayMode .box:hover,
section.transportAndPayMode .box.active {
    color: white;
    background-color: #008f49;
}

section.transportAndPayMode .box:hover .custom-checkbox-group .custom-checkbox .chkbox-rect,
section.transportAndPayMode .box.active .custom-checkbox-group .custom-checkbox .chkbox-rect{
    border: 1px solid #fff;
}

section.transportAndPayMode .box.active .custom-checkbox-group .custom-checkbox .chkbox-rect span{
    color: #fff;
}

section.transportAndPayMode .box:hover  i.picto,
section.transportAndPayMode .box.active i.picto{
    /* background-color: white;*/
}

section.transportAndPayMode .box:hover  i svg,
section.transportAndPayMode .box.active i svg{
    fill:white;
    /*background-color: white;*/
}

section.transportAndPayMode .box:hover  i,
section.transportAndPayMode .box.active i{
    color: white;
}

section.transportAndPayMode .addressName {
    text-transform: uppercase;
}

section.transportAndPayMode .TPmode select {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 15px;
}
section.transportAndPayMode .TPmode:hover select,
section.transportAndPayMode .TPmode.active select
{
    background-color: #008f49;
    color: white;
    border: 1px solid #008f49;
    -webkit-border-radius:  0;
    -moz-border-radius: 0;
    border-radius: 0;
}


section.transportAndPayMode .TPmode select option {
    background: #fff!important;
    color: #4b4b4b;
}

section.transportAndPayMode .TPmode P {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}

section.transportAndPayMode .TPmode:hover > P,
section.transportAndPayMode .TPmode.active > P {
    font-weight: bold;
    color: #008f49;
}

section.transportAndPayMode input {
    width: 30px;
    height:30px;
    float: left;
}
section.transportAndPayMode .TPmode input+label {
    float:left;
}

section.transportAndPayMode .TPmode fieldset {
    display: table;
}

section.transportAndPayMode .TPmode fieldset .col-sm-2,
section.transportAndPayMode .TPmode fieldset .col-sm-10 {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

section.transportAndPayMode .applyAllStep {
    border: 1px solid #9d9d9d;
    border-width: 0 0 1px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    section.transportAndPayMode {
        padding: 0 10px;
    }
    section.transportAndPayMode .row.applyAllStep {
        margin: 0 -15px;
        padding-bottom: 25px;
        border-width: 0 0 2px;
    }
    section.transportAndPayMode .col-sm-4 {
        padding: 0;
    }
    section.transportAndPayMode .tMode .box {
        padding: 35px 10px;
    }
    section.transportAndPayMode .tMode .box h3 {
        text-align: left!important;
        font-size: 26px!important;
    }

}


section.transportAndPayMode .specAddr {
    margin-bottom: 10px;
}
section.transportAndPayMode .specAddr .row {
    margin: 0 0 10px;
}
section.transportAndPayMode .specAddr .row div:first-child,
section.transportAndPayMode .specAddr .row label:first-child {
    width: 160px;
    margin-left: 45px;
    padding: 8px 0;
    font-weight: normal;
}
section.transportAndPayMode .specAddr .row div,
section.transportAndPayMode .specAddr .row label{
    float:left;
}

section.transportAndPayMode .specAddr input, section.transportAndPayMode .specAddr select{
    width: 260px;
    padding: 5px;
}
section.transportAndPayMode .specAddr .addrTel input,
section.transportAndPayMode .specAddr .addrPostcode input {
    width: 180px;
}


section.transportAndPayMode .specAddr div.saveShippingAddress {
    margin: 0 0 0 -30px;
    padding-left: 75px;
    padding-bottom: 15px;
}

section.transportAndPayMode .specAddr a.saveShippingAddress{
    margin-top: 0 !important;
}

section.transportAndPayMode a.toNextStep,
section.transportAndPayMode .specAddr a.saveShippingAddress{
    float: right;
    padding: 0 20px 0 10px;
    margin: 22px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    background: #008f49;
    color: white;
    width: 100px;
}

section.transportAndPayMode a.toNextStep{
    margin: 0;
    width: 120px;
    text-align: center;
    padding: 0 15px 0 0;
}

section.transportAndPayMode .specAddr a.saveShippingAddress{
    float: right;
    padding: 0 20px 0 10px;
    margin: 22px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    color: white;
    width: 100%;
    margin-right: -6px;
    text-align: center;
    background: #c1c1c1;
}

section.transportAndPayMode .specAddr .saveShippingAddress label{
    font-size: 16px;
}

section.transportAndPayMode .specAddr input.saveShippingAddress{
    padding: 5px;
    margin-left: 0;
    margin-top: -2px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

section.transportAndPayMode a.toNextStep svg.tovabb,
section.transportAndPayMode .specAddr a.saveShippingAddress svg.tovabb{
    margin-right: 5px;
    margin-top: -5px;
}

section.transportAndPayMode a.toNextStep i.icon_right_arrow,
section.transportAndPayMode .specAddr a.saveShippingAddress i.icon_right_arrow
{
    display: inline-block;
    margin-left: -10px;
    height: 50px;
    width: 50px;
    -webkit-mask: url(/images/ikonok_m_tovabb.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_tovabb.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    vertical-align: middle;
}

@media (max-width: 767px) {
    section.transportAndPayMode .transAddrModal .close {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: 36px;
        background-color: #555!important;
        text-align: center;
        vertical-align: middle;
        z-index: 10000;
    }
    section.transportAndPayMode a.toNextStep {
        margin-top : 0;
    }
    section.transportAndPayMode .specAddr .row div  {
        width: 100%;
    }
    section.transportAndPayMode .specAddr input {
        width: 100%;
    }
    section.transportAndPayMode .specAddr .addrTel input,
    section.transportAndPayMode .specAddr .addrPostcode input {
        width: 50%;
    }
    section.transportAndPayMode .specAddr div.toNextStep {
        margin: 0px 0 0 -30px;
    }

}






section.basketSchedulingMode .container{
    padding-bottom: 30px;
}
@media (max-width: 767px){
    section.basketSchedulingMode .container {
        padding-bottom: 11px;
    }
}
section.basketSchedulingMode h3{
    margin-bottom: 16px;
    margin-top: 25px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #9d9d9d;
    font-family: dinpro-light, sans-serif;
}
@media (max-width: 767px) {
    section.basketSchedulingMode h3 {
        margin-bottom: 12px;
        margin-top: 18px;
    }
}

section.basketSchedulingMode .boxContainer {
    float: none;
    margin: 0 auto;
}
section.basketSchedulingMode .boxContainer .col-sm-4{
    padding-right: 0;
    padding-left: 10px;
    display: table;
}
section.basketSchedulingMode .boxContainer .col-sm-4:last-child{
    /*padding-right:0;*/
}
section.basketSchedulingMode .boxContainer .box {
    border: 1px solid #d7d7d7;
    height: 92px;
    padding: 18px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    vertical-align: top;
    /*display: table-cell;*/
    cursor: pointer;
    background: white;
}
@media (max-width: 991px) { /* sm */
    section.basketSchedulingMode .boxContainer .box {
        padding: 18px 3px;
    }
}
section.basketSchedulingMode .boxContainer .box.active,
section.basketSchedulingMode .boxContainer .box:hover{
    background: #008f49;
    color: white;
}
section.basketSchedulingMode .boxContainer .box h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
}
section.basketSchedulingMode .boxContainer .box span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

section.basketSchedulingMode .sel_schMode {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;

    text-align: center;
    text-transform: uppercase;
    color: #008f49;
    cursor: pointer;
}
section.basketSchedulingMode .sel_schMode:hover {
    background: #008f49;
    color: white;
}

section.basketSchedulingMode .sel_schMode .icon_down {
    float:right;
    height: 23px;
    width: 23px;
    -webkit-mask: url(/images/ikonok_m_szolgaltatas.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_szolgaltatas.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    color: #454545;
    vertical-align: middle;
}

section.basketSchedulingMode .sumCost {
    display: block;
    margin-top: 15px;
    margin-bottom: 1px;
    text-align: center;
    font-size: 14px;
    color: #9d9d9d;
}
@media (max-width: 767px){
    section.basketSchedulingMode .sumCost {
        margin-top: 5px;
        margin-bottom: 0;
    }
}
section.basketSchedulingMode .sumCost strong{
    font-size: 16px;
    font-weight: bold;
}
section.basketSchedulingMode .boxContainer .box.active + .sumCost,
section.basketSchedulingMode .boxContainer .box:hover + .sumCost{
    color: #008f49;
}




section.basketCompletionSteps {
    /*padding-top: 55px;*/
}
section.basketCompletionSteps .outerline{
    position: absolute;
    width: 100%;
}
section.basketCompletionSteps .stepsline{
    height: 74px;
}
@media (max-width: 767px) {
    section.basketCompletionSteps .stepsline{   height: 78px;
        border: 2px solid #9d9d9d;
        border-width: 0 0 2px 0;
    }
}
section.basketCompletionSteps .tableheadbg{
    height: 75px;
    margin-top: 1px;
}
section.basketCompletionSteps h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #9b9b9b;
    font-family: dinpro-light, sans-serif;
}


.carousel-control {
    color: #9d9d9d;
    z-index: 1049;  /* modal: 1050 */
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus {
    color: white;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(231,231,231, .0001) 0%, rgba(231,231,231, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(231,231,231, .0001) 0%, rgba(231,231,231, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(231,231,231, .0001)), to(rgba(231,231,231, .5)));
    background-image: linear-gradient(to right, rgba(231,231,231, .0001) 0%, rgba(231, 231, 231, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e700', endColorstr='#80000000', GradientType=1);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(231,231,231, .5) 0%, rgba(231,231,231, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(231,231,231, .5) 0%, rgba(231,231,231, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(231,231,231, .5)), to(rgba(231,231,231, .0001)));
    background-image: linear-gradient(to right, rgba(231,231,231, 1) 0%, rgba(231,231,231, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#e7e7e700', GradientType=1);
}
.carousel-control.right .glyphicon {
    right: 5px;
    margin-right: 0;
}
.carousel-control.left .glyphicon {
    left: 5px;
    margin-left: 0;
}

section.basketCompletionSteps .stepTabs {
    position: relative;
    padding:0;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: white;
    overflow: hidden;
}
section.basketCompletionSteps .stepTabs .row.tab{
    margin: 0;
    width: 250%;
}
section.basketCompletionSteps .stepTabs .step h3 {
    margin: 13px 0 0;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-family: dinpro-bold, sans-serif;
}

section.basketCompletionSteps .stepTabs .step P {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    color: #e3e3e3;
    white-space: nowrap;
    font-family: dinpro-light, sans-serif;
}

section.basketCompletionSteps .stepTabs .productsQuantaty {
    display: none;
    position: absolute;
    top: 17px;
    right: 10px;
    padding: 1px 15px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: #9d9d9d;
}
section.basketCompletionSteps .stepTabs .active .productsQuantaty { display: block; }
section.basketCompletionSteps .stepTabs .strstep         {    display: none;    }
section.basketCompletionSteps .stepTabs .active .strstep {    display: inline-block;   }
section.basketCompletionSteps .stepTabs .strdot          {    display: inline-block;   }

section.basketCompletionSteps .stepTabs .step{
    position: relative;
    float: left;
    display: inline-block;
    height: 75px;
    padding: 0 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background: #4b4b4b;
    color: #fff;
    cursor: pointer;
}
/*  ----------------------------------------------------------------------- */
/*                                              width:1140px */
section.basketCompletionSteps .stepTabs .steps1.step.active {   width: 1223px;  }
section.basketCompletionSteps .stepTabs .steps2.step        {   width: 569px;   }
section.basketCompletionSteps .stepTabs .steps2.step.active {   width: 654px;   }
section.basketCompletionSteps .stepTabs .steps3.step        {   width: 379px;   }
section.basketCompletionSteps .stepTabs .steps3.step.active {   width: 465px;   }
section.basketCompletionSteps .stepTabs .steps4.step        {   width: 253px;   }
section.basketCompletionSteps .stepTabs .steps4.step.active {   width: 464px;   }
section.basketCompletionSteps .stepTabs .steps5.step        {   width: 190px;   }
section.basketCompletionSteps .stepTabs .steps5.step.active {   width: 463px;   }
section.basketCompletionSteps .stepTabs .steps6.step        {   width: 152px;   }
section.basketCompletionSteps .stepTabs .steps6.step.active {   width: 462px;   }
section.basketCompletionSteps .stepTabs .steps7.step        {   width: 127px;   }
section.basketCompletionSteps .stepTabs .steps7.step.active {   width: 461px;   }
section.basketCompletionSteps .stepTabs .steps8.step        {   width: 108px;   }
section.basketCompletionSteps .stepTabs .steps8.step.active {   width: 467px;   }
section.basketCompletionSteps .stepTabs .steps9.step        {   width:  95px;   }
section.basketCompletionSteps .stepTabs .steps9.step.active {   width: 467px;   }
section.basketCompletionSteps .stepTabs .steps10.step       {   width:  88px;   }
section.basketCompletionSteps .stepTabs .steps10.step.active{   width: 431px;   }
@media (max-width: 1199px) {
    /*                                              width: 940px */
    section.basketCompletionSteps .stepTabs .steps1.step.active {   width: 938px;   }
    section.basketCompletionSteps .stepTabs .steps2.step        {   width: 469px;   }
    section.basketCompletionSteps .stepTabs .steps3.step        {   width: 312px;   }
    section.basketCompletionSteps .stepTabs .steps3.step.active {   width: 314px;   }
    section.basketCompletionSteps .stepTabs .steps4.step        {   width: 208px;   }
    section.basketCompletionSteps .stepTabs .steps4.step.active {   width: 314px;   }
    section.basketCompletionSteps .stepTabs .steps5.step        {   width: 156px;   }
    section.basketCompletionSteps .stepTabs .steps5.step.active {   width: 314px;   }
    section.basketCompletionSteps .stepTabs .steps6.step        {   width: 124px;   }
    section.basketCompletionSteps .stepTabs .steps6.step.active {   width: 318px;   }
    section.basketCompletionSteps .stepTabs .steps7.step        {   width: 104px;   }
    section.basketCompletionSteps .stepTabs .steps7.step.active {   width: 314px;   }
    section.basketCompletionSteps .stepTabs .steps8.step        {   width:  89px;   }
    section.basketCompletionSteps .stepTabs .steps8.step.active {   width: 315px;   }
    section.basketCompletionSteps .stepTabs .steps9.step        {   width:  82px;   }
    section.basketCompletionSteps .stepTabs .steps9.step.active {   width: 282px;   }
    section.basketCompletionSteps .stepTabs .steps10.step       {   width:  79px;   }
    section.basketCompletionSteps .stepTabs .steps10.step.active{   width: 227px;   }
    section.basketCompletionSteps .stepTabs .steps10 p {font-size: 14px;}
}
@media (max-width: 991px) {
    /*                                              width: 720px */
    section.basketCompletionSteps .stepTabs .step h3  {   font-size: 22px; margin-top: 16px;  }
    section.basketCompletionSteps .stepTabs .step p   {   font-size: 14px;   }

    section.basketCompletionSteps .stepTabs .steps1.step.active {   width: 718px;   }
    section.basketCompletionSteps .stepTabs .steps2.step        {   width: 359px;   }
    section.basketCompletionSteps .stepTabs .steps3.step        {   width: 239px;   }
    section.basketCompletionSteps .stepTabs .steps3.step.active {   width: 240px;   }
    section.basketCompletionSteps .stepTabs .steps4.step        {   width: 159px;   }
    section.basketCompletionSteps .stepTabs .steps4.step.active {   width: 241px;   }
    section.basketCompletionSteps .stepTabs .steps5.step        {   width: 119px;   }
    section.basketCompletionSteps .stepTabs .steps5.step.active {   width: 242px;   }
    section.basketCompletionSteps .stepTabs .steps6.step        {   width:  95px;   }
    section.basketCompletionSteps .stepTabs .steps6.step.active {   width: 243px;   }
    section.basketCompletionSteps .stepTabs .steps7.step        {   width:  79px;   }
    section.basketCompletionSteps .stepTabs .steps7.step.active {   width: 244px;   }
    section.basketCompletionSteps .stepTabs .steps8.step        {   width:  71px;   }
    section.basketCompletionSteps .stepTabs .steps8.step.active {   width: 221px;   }
    section.basketCompletionSteps .stepTabs .steps9.step        {   width:  65px;   }
    section.basketCompletionSteps .stepTabs .steps9.step.active {   width: 198px;   }
    section.basketCompletionSteps .stepTabs .steps9 p {font-size: 12px;}
    section.basketCompletionSteps .stepTabs .steps10.step       {   width:  57px; padding: 0 5px;  }
    section.basketCompletionSteps .stepTabs .steps10.step.active{   width: 205px;   }
    section.basketCompletionSteps .stepTabs .steps10 h3 {font-size: 20px;}
    section.basketCompletionSteps .stepTabs .steps10 p  {font-size: 11px;}
}
@media (max-width: 767px) {
    /*                                              width: 720-px */
    section.basketCompletionSteps .stepTabs .row.tab{ width: 100%; }
    section.basketCompletionSteps .stepTabs .steps1.step.active {   width: 100%;   }
    section.basketCompletionSteps .stepTabs .steps2.step.active {   width: 79%;   }
    section.basketCompletionSteps .stepTabs .steps2.step        {   width: 21%;   }
    section.basketCompletionSteps .stepTabs .steps3.step        {   width: 25%;   }
    section.basketCompletionSteps .stepTabs .steps3.step.active {   width: 50%;   }
    section.basketCompletionSteps .stepTabs .steps4.step        {   width: 20%;   }
    section.basketCompletionSteps .stepTabs .steps4.step.active {   width: 40%;   }
    section.basketCompletionSteps .stepTabs .steps5.step        {   width: 15%;   }
    section.basketCompletionSteps .stepTabs .steps5.step.active {   width: 40%;   }
    section.basketCompletionSteps .stepTabs .steps6.step        {   width: 13%;   }
    section.basketCompletionSteps .stepTabs .steps6.step.active {   width: 35%;   }
    section.basketCompletionSteps .stepTabs .steps7.step        {   width: 12%;   }
    section.basketCompletionSteps .stepTabs .steps7.step.active {   width: 28%;   }
    section.basketCompletionSteps .stepTabs .steps8.step        {   width: 10%;   }
    section.basketCompletionSteps .stepTabs .steps8.step.active {   width: 30%;   }
    section.basketCompletionSteps .stepTabs .steps9.step        {   width:  9%;   }
    section.basketCompletionSteps .stepTabs .steps9.step.active {   width: 28%;   }
    section.basketCompletionSteps .stepTabs .steps10.step       {   width:  8%;   }
    section.basketCompletionSteps .stepTabs .steps10.step.active{   width: 28%;   }
}
/*  ----------------------------------------------------------------------- */
section.basketCompletionSteps  .tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}



section.basketCompletionSteps .container{
}
section.basketCompletionSteps .stepTabs .step:last-child{
    border-right-width: 0;

}
section.basketCompletionSteps .stepTabs .step:hover,
section.basketCompletionSteps .stepTabs .step.active {
    background: #9d9d9d;
    border-bottom-color: #9d9d9d;
}


section.basketCompletionSteps .stepTabs .step.active .productsQuantaty,
section.basketCompletionSteps .stepTabs .step:hover .productsQuantaty {
    color: #9d9d9d;
    background: #fff;
}

@media (max-width: 767px) {
    section.basketCompletionSteps {
        padding-top: 0;
    }
    section.basketCompletionSteps > .container {
        padding-right: 0;
        padding-left: 0;
    }
    section.basketCompletionSteps h2 {
        text-align: center;
        border: 1px solid #9b9b9b;
        border-width: 0 0 1px;
        padding: 15px 0;
    }
    section.basketCompletionSteps .stepTabs {
        border: none;
    }
    section.basketCompletionSteps .stepTabs .step {
        height: 76px;
        padding-right: 5px;
        border-bottom-color: #4b4b4b;
    }
    section.basketCompletionSteps .stepTabs .step h3{
        font-size: 18px;
    }
    section.basketCompletionSteps .stepTabs .step p{
        font-size: 12px
    }
}



/** TABLE-DIV */
@media (max-width: 767px) {
    section.basketCompletionSteps .product {
        margin: 0;
        padding: 15px 15px 0;
        font-family: 'PT Sans', sans-serif;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0;
        color: #454545;
        border: 1px solid #9b9b9b;
        border-width: 0 0 2px;
        padding-top: 10px;
    }

    section.basketCompletionSteps .product.selected{
        background: #f0f0f0;
    }

    .basketsum section.basketCompletionSteps .product {
        margin: 0 0 10px;
        padding-bottom: 10px;
        border-width: 0 0 1px;
        padding-top:0;
    }
    .basketsum section.basketCompletionSteps .product:last-child {
        border-width: 0 0 2px;
    }
    section.basketCompletionSteps .product div {
        margin:0;
        padding:0;
    }
    section.basketCompletionSteps div.mainProductLine,
    section.basketCompletionSteps div.productPart {
        border: 1px solid #d7d7d7;
        border-width: 0 0 1px;
        margin-bottom: 0;
    }
    .basketsum section.basketCompletionSteps div.mainProductLine,
    .basketsum section.basketCompletionSteps div.productPart {
        border: 0;
    }
    section.basketCompletionSteps .product div.productName{
        padding-left: 14px;
    }
    .basketsum section.basketCompletionSteps .product div.productName{
        padding-left: 0;
        margin-bottom: 7px;
    }
    .basketsum section.basketCompletionSteps .product div.productName p:first-child{
        font-weight: bold;
    }
    section.basketCompletionSteps div.productPart .partName{
        font-weight: bold;
        margin-top: 5px;
    }
    .basketsum section.basketCompletionSteps div.productPart .partName{
        font-weight: normal;
    }
    section.basketCompletionSteps .product div.productProperties {
        margin-top: 3px;
        margin-bottom: 7px;
    }
    .basketsum section.basketCompletionSteps .product div.productProperties {
        margin-bottom: 0;
    }
    section.basketCompletionSteps div.productDetails {
        padding: 0 0 3px 23px;
    }
    .basketsum section.basketCompletionSteps div.productDetails {
        padding: 0 0 0 20px;
    }
    section.basketCompletionSteps div.quantity {
        font-weight: bold;
    }
    .basketsum section.basketCompletionSteps div.quantity {
        font-weight: normal;
    }
    section.basketCompletionSteps div.netPrice {
        padding: 1px 15px;

        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;


        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        color: #fff;
        background: #9d9d9d;
    }
    section.basketCompletionSteps .productDetails .netPrice {
        margin: 10px 0;
    }
    section.basketCompletionSteps  div.del_move{
        text-align: center;
        margin: 10px 0 !important;
    }
    section.basketCompletionSteps  div.del_move div{
        display: inline-block;
    }

    section.basketCompletionSteps  div.icon{
        width: 45px;
        height:45px;
        padding: 8px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        vertical-align: top;
    }
    section.basketCompletionSteps  div.icon i {
        background: #fff;
        vertical-align: top;
    }
    section.basketCompletionSteps  div.icon i.move {
        margin-right: 5px;
    }
    section.basketCompletionSteps  div.move {
        width: 60px;
        padding: 5px;
        text-align: left;
        color: #008f49;
    }

    section.basketCompletionSteps  div.move.text-right{
        text-align: right;
    }

    section.basketCompletionSteps div.editline {
        padding: 5px 20px 20px;
        border: 1px solid #9b9b9b;
        border-width: 0 0 2px;
    }
    .basketsum section.basketCompletionSteps div.editline {
        padding: 0 0 10px;
        border: 0;
    }
    section.basketCompletionSteps .editline textarea.remark{
        width: 100%;
    }

    section.basketCompletionSteps .editline input.uniqueOrderNumber{
        width: 80%;
    }
}








/** TABLE */
section.basketCompletionSteps .tablecontainer { position: relative;}
/*                                              width:1140px */
section.basketCompletionSteps td.productImage img   { width: 80%; }
section.basketCompletionSteps td.productImage   { width: 109px; }
section.basketCompletionSteps td.productName    { width: 460px; }
section.basketCompletionSteps td.fulfillment    { width: 125px; }
section.basketCompletionSteps td.unitPrice      { width: 125px; }
section.basketCompletionSteps td.quantity       { width: 125px; }
section.basketCompletionSteps td.netPrice       { width: 125px; }
section.basketCompletionSteps td.del_move       {
    width:  70px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 1199px) {
    /*                                              width: 940px */
    section.basketCompletionSteps td.productImage   { width:  99px; }
    section.basketCompletionSteps td.productName    { width: 370px; }
    section.basketCompletionSteps td.fulfillment    { width: 100px; }
    section.basketCompletionSteps td.unitPrice      { width: 100px; }
    section.basketCompletionSteps td.quantity       { width: 100px; }
    section.basketCompletionSteps td.netPrice       { width: 100px; }
    section.basketCompletionSteps td.del_move       { width:  70px; }
}
@media (max-width: 991px) {
    /*                                              width: 720px */
    section.basketCompletionSteps td.productImage   { width:  80px; }
    section.basketCompletionSteps td.productName    { width: 280px; }
    section.basketCompletionSteps td.fulfillment    { width: 100px; }
    section.basketCompletionSteps td.unitPrice      { width:  70px; }
    section.basketCompletionSteps td.quantity       { width:  70px; }
    section.basketCompletionSteps td.netPrice       { width:  70px; }
    section.basketCompletionSteps td.del_move       { width:  50px; }
}
/*                                              width:1140px */
.basketsum section.basketCompletionSteps th.productName,
.basketsum section.basketCompletionSteps td.productName    { width: 764px; padding-left: 10px;}
.basketsum section.basketCompletionSteps td.unitPrice      { width: 125px; }
.basketsum section.basketCompletionSteps td.quantity       { width: 125px; }
.basketsum section.basketCompletionSteps td.netPrice       { width: 125px; }
@media (max-width: 1199px) {
    /*                                              width: 940px */
    .basketsum section.basketCompletionSteps td.productName    { width: 640px; }
    .basketsum section.basketCompletionSteps td.unitPrice      { width: 100px; }
    .basketsum section.basketCompletionSteps td.quantity       { width: 100px; }
    .basketsum section.basketCompletionSteps td.netPrice       { width: 100px; }
}
@media (max-width: 991px) {
    /*                                              width: 720px */
    .basketsum section.basketCompletionSteps td.productName    { width: 510px; }
    .basketsum section.basketCompletionSteps td.unitPrice      { width:  70px; }
    .basketsum section.basketCompletionSteps td.quantity       { width:  70px; }
    .basketsum section.basketCompletionSteps td.netPrice       { width:  70px; }
}
.basketsum section.basketCompletionSteps td.partName    { padding-left: 15px;}
.basketsum section.basketCompletionSteps div.partName    { padding-left: 0;}

section.basketCompletionSteps thead tr{
    margin: 0;
    border: 1px solid #9d9d9d;
    border-width: 0 1px 0 0;
    background: #9d9d9d;
    text-align: center;
}
section.basketCompletionSteps th {
    padding: 10px 0;
    height: 63px;

    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
section.basketCompletionSteps th.productImage  {
    padding-left: 15px;
}
section.basketCompletionSteps th.text-left {
    text-align: left;
}

section.basketCompletionSteps tr {
    margin: 0;

    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.75px;
    text-align: center;
    vertical-align: middle;
    color: #454545;
}
section.basketCompletionSteps td {
    padding: 8px 0;
    height: auto;
}
.basketsum section.basketCompletionSteps td {
    padding: 5px 0;
}
/*section.basketCompletionSteps td.productName {*/
section.basketCompletionSteps tr.mainProductLine td {
    height: 81px;
}
.basketsum section.basketCompletionSteps tr.mainProductLine td {
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px
}

.basketsum section.basketCompletionSteps tr.mainProductLine:last-child td{
    border-bottom: 0;
}


.basketsum section.basketCompletionSteps tr.mainProductLine td.productName p:first-child{
    font-weight: bold;
}
section.basketCompletionSteps tr.productPart td{
    padding: 12px 5px;
}

.basketsum section.basketCompletionSteps tr.productPart td{
    padding: 6px 5px;
}

.basketsum section.basketCompletionSteps tr.mainProductLine.multiRow > td{
    padding-bottom: 8px;
}

section.basketCompletionSteps .noborder {
    border: none!important;
}

section.basketCompletionSteps .productName,
section.basketCompletionSteps .partName {
    text-align: left!important;
}

section.basketCompletionSteps .partName svg{
    margin-right: 8px;
}

section.basketCompletionSteps .productName h4 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    font-family: pt-sans-bold, sans-serif;
}

section.basketCompletionSteps  i.icon_wrench{
    display: inline-block;
    height: 23px;
    width: 23px;
    -webkit-mask: url(/images/ikonok_m_szolgaltatas.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_szolgaltatas.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #454545;
    vertical-align: middle;
}
.basketsum section.basketCompletionSteps div.partName i.icon_wrench{
    width: 18px;
    margin-top: -3px;
}
.basketsum section.basketCompletionSteps div.partName i.icon_wrench + span{
    margin-left: -4px;
}

section.basketCompletionSteps  i.icon_trash{
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-bottom: 13px;
    -webkit-mask: url(/images/ikonok_m_kuka.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_kuka.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #c72b2e;
    vertical-align: middle;
    cursor: pointer;

}
section.basketCompletionSteps  i.icon_right_arrow{
    display: block;
    margin: auto;
    height: 30px;
    width: 30px;
    -webkit-mask: url(/images/ikonok_m_athelyezes_kovetkezo_utembe.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_athelyezes_kovetkezo_utembe.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #008f49;
    vertical-align: middle;
    cursor: pointer;

}
section.basketCompletionSteps  i.icon_left_arrow{
    display: block;
    margin: auto;
    height: 30px;
    width: 30px;
    -webkit-mask: url(/images/ikonok_m_athelyezes_elozo_utembe.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_athelyezes_elozo_utembe.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #008f49;
    vertical-align: middle;
    cursor: pointer;
}

section.basketCompletionSteps .move-label{
    display: inline-block;
    margin-top: 10px;
    color: #008f49;
}

section.basketCompletionSteps td.modelInCart,
section.basketCompletionSteps th.modelInCart{
    padding-right: 20px !important;
    padding-left: 0 !important;
}

section.basketCompletionSteps td.modelInCart{
    border-width: 0 0 1px 0;
}

section.basketCompletionSteps .mobile .modelInCart{
    padding-top: 12px;
    padding-left: 2px;
}

section.basketCompletionSteps .mobile .selectCartItem{
    padding-top: 12px;
    padding-right: 2px;
}

section.basketCompletionSteps .mobile .selectCartItem span.glyphicon{
    font-size: 14px;
}

section.basketCompletionSteps p {
    margin: 0;
    padding: 0;
}

section.basketCompletionSteps .itemCode {
    margin-top: 10px;
    font-size: 12px;
    color: #9d9d9d;
}

section.basketCompletionSteps .del_move {
    font-size: 12px;
    line-height: 12px;
}

section.basketCompletionSteps td            {border: 1px solid #ababab;}
section.basketCompletionSteps .productImage {border-width: 0 0 1px 0;}
section.basketCompletionSteps .productName,
section.basketCompletionSteps .fulfillment,
section.basketCompletionSteps .unitPrice,
section.basketCompletionSteps .quantity,
section.basketCompletionSteps .netPrice,
section.basketCompletionSteps .partName,
section.basketCompletionSteps .partUnitPrice,
section.basketCompletionSteps .partQuantity,
section.basketCompletionSteps .selectCartItem,
section.basketCompletionSteps .partNetPrice {border-width: 0 0 1px 0;}
section.basketCompletionSteps .del_move     {border-width: 0 0 1px 0;}
section.basketCompletionSteps td.borderlg   {border-color: #e3e3e3;}

.basketsum section.basketCompletionSteps td,
.basketsum section.basketCompletionSteps .productName,
.basketsum section.basketCompletionSteps .fulfillment,
.basketsum section.basketCompletionSteps .unitPrice,
.basketsum section.basketCompletionSteps .quantity,
.basketsum section.basketCompletionSteps .netPrice,
.basketsum section.basketCompletionSteps .partName,
.basketsum section.basketCompletionSteps .partUnitPrice,
.basketsum section.basketCompletionSteps .partQuantity,
.basketsum section.basketCompletionSteps .partNetPrice,
.basketsum section.basketCompletionSteps td.borderlg   {border: 0}

.basketsum section.basketCompletionSteps tr.mainProductLine {
    border: 1px solid #ababab;
    border-width: 1px 0 0;
}

section.basketCompletionSteps .selectAll{
    cursor: pointer;
    position: relative;
}

section.basketCompletionSteps .mobile .selectAll{
    background: #fff;
}

section.basketCompletionSteps .selectAllLabel{
    color: #9D9D9D;
    font-size: 12px;
    line-height: 12px;
    margin-top: 17px;
}

section.basketCompletionSteps .mobile .selectAll .relative{
    position: relative;
}

section.basketCompletionSteps tr.selected{
    background: #f0f0f0;
}

section.basketCompletionSteps .selectAll span.glyphicon{
    color: #009047;
    position: absolute;
    top: 25px;
    font-size: 14px;
    left: 14px;
    display: none;
}

section.basketCompletionSteps .mobile .selectAll span.glyphicon{
    top: 14px;
    left: auto;
    right: 22px;
}

section.basketCompletionSteps .selectAll.selected span.glyphicon{
    display: block;
}

section.basketCompletionSteps .singleRow td{
    border-color: #ababab;
}

section.basketCompletionSteps .multiRow td.productImage,
section.basketCompletionSteps .multiRow td.selectCartItem
{
    border-bottom: 0;
}

section.basketCompletionSteps td.selectCartItem .custom-checkbox-group .custom-checkbox .chkbox-rect{
    float: none;
    display: block;
    margin: 0 auto;
}

section.basketCompletionSteps .selectCartItem .custom-checkbox-group .custom-checkbox .chkbox-rect{
    background: #fff;
}

section.basketCompletionSteps td.selectCartItem .custom-checkbox-group .custom-checkbox .chkbox-rect span.glyphicon{
    left: -1px;
}

section.basketCompletionSteps td.empty{
    border: 0;
    border-bottom: 1px solid #ababab;
}

section.basketCompletionSteps tr.productPart td{
    border-color: #e3e3e3;
}

section.basketCompletionSteps tr.productPart td.empty{
    border-bottom: 0;
}

section.basketCompletionSteps tr.productPart.lastChild td.empty{
    border-bottom: 1px solid #ababab;
}

section.basketCompletionSteps tr.productPart.lastChild td{
    border-color: #ababab;
}

.basketsum section.basketCompletionSteps tr.productPart.lastChild td{
    padding-bottom: 20px;
}

section.basketCompletionSteps .tablecontainer tbody{
    border-bottom: 2px solid #ababab;
}

.basketsum section.basketCompletionSteps .tablecontainer tbody{
    border-bottom: 0;
}

.basketsum section.basketCompletionSteps .tablecontainer{
    border-bottom: 1px solid #ababab;
}

section.basketCompletionSteps textarea.remark {
    display: block;
    margin: 15px 0 20px;
    padding: 5px 10px;
    height: 70px!important;
    min-height: 70px!important;
    width: 465px;
    resize: none;

    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;

    color: #4b4b4b;
}

section.basketCompletionSteps input.uniqueOrderNumber {
    padding: 5px 10px;
    height: 30px;
    width: 235px;

    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;

    color: #4b4b4b;
}

section.basketCompletionSteps  i.icon_info{
    display: inline-block;
    margin: auto;
    /*height: 40px;
    width: 40px;
    -webkit-mask: url(/images/ikonok_m_info.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_info.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #9d9d9d;*/
    vertical-align: middle;
}
section.basketCompletionSteps a:hover i {
    background-color: #008f49;
}

section.basketCompletionSteps .editline{
    padding-bottom: 19px;
}

.cartControls{
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4B4B4B;
    padding-top: 13px;
    padding-bottom: 12px;
    display: none;
    transition: background-color 0.3s;
}

.cartControls.active{
    display: block;
}

.cartControls .closeButton{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #9D9D9D;
    background: transparent;
    margin-right: 9px;
}

.cartControls .closeButton svg{
    fill: #fff;
}

.cartControls .labels{
    margin-top: 4px;
}

.cartControls .labels .closeLabel{
    color: #9D9D9D;
    font-size: 14px;
    line-height: 18px;
}

.cartControls .labels .numOfProducts{
    color: #fff;
    font-size: 16px;
    font-family: pt-sans-bold, sans-serif;
}

.cartControls .modelControl{
    margin-left: 37px;
}

.cartControls .modelControl .downloadModels{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid transparent;
    background: #008f49;
    margin-right: 9px;
}

.cartControls .modelControl .downloadModels[disabled],
.cartControls .cartActions .stepBtn[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}

.cartControls .modelControl .downloadModels[disabled] svg,
.cartControls .cartActions .stepBtn[disabled] svg{
    cursor: not-allowed;
}

.cartControls .modelControl .downloadLabel,
.cartControls .cartActions .stepLabel{
    margin-top: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}

.cartControls .modelControl .downloadLabel.inactive,
.cartControls .cartActions .stepLabel.inactive{
    opacity: 0.5;
}

.cartControls .cartActions .prevStep .stepLabel{
    text-align: right;
    margin-right: 9px;
}

.cartControls .modelControl .downloadModels svg{
    fill: #fff;
    margin-top: 2px;
}

.cartControls .cartActions{}

.cartControls .cartActions .stepBtn{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid transparent;
    background: #008f49;
    margin-right: 9px;
}

.cartControls .cartActions .prevStep .stepBtn{
    margin-right: 12px;
}

.cartControls .cartActions .stepBtn svg{
    fill: #fff;
    margin-top: 2px;
}

.cartControls .deleteFromCart{}

.cartControls .deleteFromCart .deleteBtn{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid transparent;
    background: #C72B2E;
    margin-right: 12px;
}

.cartControls .deleteFromCart .deleteBtn svg{
    fill: #fff;
    margin-top: 2px;
}

@media screen and (max-width: 767px){

    .cartControls{}

    .cartControls .closeControls{
        display: inline-block;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .cartControls .closeControls .closeButton{
        position: absolute;
        right: 0;
        top: -32px;
        width: 40px;
        height: 40px;
        background: #4B4B4B;
        margin-right: 0;
    }

    .cartControls .closeControls br{
        display: none;
    }

    .cartControls .closeControls .labels{
        float: none;
        margin-bottom: 8px;
        margin-top: 0;
    }

    .cartControls .closeControls .closeLabel{
        margin-right: 5px;
        line-height: 18px;
        float: none;
    }

    .cartControls .closeControls .numOfProducts{
        line-height: 18px;
        font-size: 14px;
        float: none;
    }

    .cartControls .modelControl{
        margin-left: 12px;
    }

    .cartControls .modelControl .downloadLabel{
        display: none;
    }

    .cartControls .modelControl .downloadModels{
        margin-right: 0;
        width: 40px;
        height: 40px;
    }

    .cartControls .cartActions{
        float: left;
    }

    .cartControls .cartActions .stepLabel{
        max-width: 50px;
        margin-top: 2px;
        font-size: 10px;
        line-height: 11px;
    }

    .cartControls .cartActions .stepBtn{
        width: 40px;
        height: 40px;
    }

    .cartControls .deleteFromCart .deleteBtn{
        width: 40px;
        height: 40px;
    }

}


div.basketStepSummary {
    padding-top: 20px;
}

div.basketStepSummary .tooltip-container{
    position: relative;
}

.custom-tooltip{
    text-align: left !important;
}

.custom-tooltip.stock-info-tooltip{
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    min-width: 380px;
    max-width: 380px;
}

.custom-tooltip.stock-info-tooltip .rect-top{
    display: none;
}

#productList thead.fixed .custom-tooltip.stock-info-tooltip{
    transform: translate(50%, 0);
    margin-top: 55px;
    z-index: 101;
}

#productList thead.fixed .custom-tooltip.stock-info-tooltip .rect{
    display: none;
}

#productList thead.fixed .custom-tooltip.stock-info-tooltip .rect-top{
    display: block;
}

.custom-tooltip.stock-info-tooltip .delivery-times{
    margin-bottom: 16px;
    color: #454545;
    font-size: 14px;
    line-height: 20px;
}

section.productList table thead tr td.stock .icon:hover + .custom-tooltip.stock-info-tooltip{
    opacity: 1;
    visibility: visible;
}

.custom-tooltip, .export-tooltip, .order-disabled-tooltip, .cart-functions-tooltip{
    display: inline-block;
    max-width: 280px;
    min-width: 280px;
    padding: 28px 26px;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 5px);
    opacity: 1;
    background: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, -100%);
    margin-top: -20px;
}

.custom-tooltip.offer-tooltip{
    margin-right: 10px;
}

.breadcrumb-menu-tooltip, .new-stock-info-tooltip{
    transform: translate(50%, 0);
    margin-top: 40px;
    z-index: 100;
}

.lin-config-tooltip{
    margin-top: 56px;
    z-index: 100;
    transform: translate(0, 0);
    margin-right: -70px;
}

.lin-config-tooltip .tooltip-content .function-name{
    color: #198641;
}

.linearUnit .lin-config-tooltip .tooltip-content .custom-checkbox-group .custom-checkbox{
    text-transform: none;
}

.linearUnit .lin-config-tooltip .tooltip-content .custom-checkbox-group .custom-checkbox .chkbox-rect{
    margin-right: 10px !important;
}

.lin-config-tooltip .tooltip-content .rect-top{
    left: auto;
    right: 26px;
    transform: translateX(0) rotate(45deg);
}

.new-stock-info-tooltip{
    max-width: 340px;
    min-width: 340px;
    margin-top: 50px;
}

.breadcrumb-menu-tooltip .tooltip-content .title, .new-stock-info-tooltip .tooltip-content .title{
    padding-left: 0;
    width: 100%;
}

.breadcrumb-menu-tooltip .tooltip-content .title .function-name, .new-stock-info-tooltip .tooltip-content .title .function-name{
    color: #147c3c;
}

.cart-functions-tooltip{
    max-width: 350px;
    min-width: 350px;
}

.order-disabled-tooltip{
    top: 30px;
    max-width: 300px;
    min-width: 300px;
}

.basketSubmit .export-tooltip{
    margin-top: 10px;
}

.tooltip-content .new-function{
    color: #F7901E;
    font-family: dinpro-bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px !important;
    margin-bottom: 3px;
}

.tooltip-content .function-name{
    color: #4b4b4b;
    font-family: dinpro-bold, sans-serif;
    font-size: 18px;
    line-height: 22px !important;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.order-disabled-tooltip .tooltip-content .title{
    width: 210px;
}

.cart-functions-tooltip .tooltip-content .title{
    width: 267px;
}

.order-disabled-tooltip .tooltip-content .tooltip-text {
    margin-bottom: 5px;
}

.custom-tooltip .tooltip-content{
    font-family: 'PT Sans', sans-serif;
}

.tooltip-content .tooltip-text{
    color: #454545;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    font-weight: normal;
    text-transform: none;
}

.tooltip-content svg.export{
    margin-top: 3px;
    fill: #4b4b4b;
}

.tooltip-content svg.figyelmeztetes{
    margin-top: 4px;
    fill: #f7901e;
}

.tooltip-content svg.info{
    fill: #008f49;
    margin-top: 3px;
}

.cart-functions-tooltip .function-name{
    color: #008f49;
}

.tooltip-content .chkbox-label{
    font-size: 16px;
    color: #454545;
    line-height: 18px;
    font-weight: normal;
}

.tooltip-content .title{
    width: 197px;
    padding-left: 10px;
}

.tgk-tooltip .tooltip-content .title{
    width: 100%;
    padding-left: 0;
}

.tgk-tooltip .tooltip-content .function-name{
    color: #198641;
}

.tgk-tooltip .close svg{
    position: static !important;
    transform: none !important;
    fill: #9e9e9e !important;
}

.tooltip-content .title.full-length{
    width: 100%;
    padding-left: 0;
}

.tooltip-content .chkbox-rect{
    font-size: 14px;
    padding: 0 2px;
}

.tooltip-content .rect{
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.tooltip-content .rect-top{
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.tooltip-content .close{
    position: absolute;
    right: -15px;
    top: -20px;
}

.basketsum div.basketStepSummary {
    padding-top: 0;
    /*margin-left: -15px;
    margin-right: -15px;*/
}
.basketsum div.basketStepSummary .container {
    padding-left:0;
    padding-right:0;
}
section.basketSchedulingMode .box.sel_schMode{
    text-align: center;
    background: white;
    color: #008f49;
    margin: 0 16px;
    padding: 0 5px;
}
section.basketSchedulingMode .box.sel_schMode .boxcell{
    padding-left: 22px;
}
section.basketSchedulingMode .sumCost {
    color: #008f49;
}
section.basketSchedulingMode > h2 {
    display: block;
    margin-top: 39px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #9d9d9d;

}
@media (max-width: 767px) {
    section.basketSchedulingMode > h2 {
        margin-top: 41px;
        margin-bottom: 5px;
        font-size: 22px;
    }
}
div.basketStepSummary .row{
    margin: 0;
}
@media (max-width: 767px) {
    div.basketStepSummary .element {
        font-weight: bold;
    }
}
div.basketStepSummary .sumThead,
div.basketStepSummary .sumContent {
    box-sizing: border-box;
    padding: 8px 0;
    /*border-top: 1px solid #ababab;*/

    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}
div.basketStepSummary .sumContent {
    border-style: solid;
    border-color: #e3e3e3;
    border-width: 1px 0 0 ;
}
.basketsum div.basketStepSummary .sumContent {
    border: 0;
}
.basketsum div.basketStepSummary .sumContent.borderTop-1 {
    border-style: solid;
    border-color: #e3e3e3;
    border-width: 1px 0 0!important; ;
}
.basketsum div.basketStepSummary .sumThead {
    border: 1px solid #ababab;
    border-width: 1px 0 0;
}
@media (max-width: 767px) {
    .basketsum div.basketStepSummary .sumThead {
        border: 0;
    }
}

div.basketStepSummary .sumHead > div{
    min-height: 65px;
}
div.basketStepSummary .sumHead span{
    display:block;
    text-align: right;
}
div.basketStepSummary .sumHead  .name{
    font-weight: bold;
}
div.basketStepSummary .sumThead .price {
    color: #9d9d9d;
}
div.basketStepSummary .element,
div.basketStepSummary .price {
    text-align: right;
}
div.basketStepSummary .element span {
    display: block;
    font-size: 12px;
    color: #9b9b9b;
}
div.basketStepSummary .group + div {
    margin: 0;
}
div.basketStepSummary .group + div > div {
    padding: 0;
    line-height: 18px;
}

div.basketStepSummary .price div {
    padding: 0 5px;
}
div.basketStepSummary .sumTfoot {
    padding: 15px 0 0;
    border-top: 1px solid #008f49;
}
.basketsum div.basketStepSummary .sumTfoot {
    padding: 15px 0 10px;
}

div.basketStepSummary .sumTfoot,
div.basketStepSummary .sumTfootAll {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #4b4b4b;
}


div.basketStepSummary .sumTfoot .price,
div.basketStepSummary .sumTfootAll .price{
    font-size: 16px;
}

@media (max-width:991px) {
    div.basketStepSummary .sumTfoot,
    div.basketStepSummary .sumTfootAll {
        font-size: 16px;
    }
}
div.basketStepSummary .priceHead {
    font-weight: normal;
    font-size: 14px;
    color: #9d9d9d;
}

div.basketStepSummary .sumTfootAll {
    padding: 25px 5px 15px;
    margin: 0 -5px;
    background: #4b4b4b;
    color: #fff;
}


div.basketStepSummary div.toNextStep {
    margin: 0 -5px;
}

div.basketStepSummary  a.toNextStep i.icon_right_arrow{
    display: inline-block;
    margin: auto;
    height: 50px;
    width: 50px;
    -webkit-mask: url(/images/ikonok_m_tovabb.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_tovabb.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    vertical-align: middle;
}

div.basketStepSummary .vmiddle {
    display: table-cell;
    vertical-align: middle;
}
div.basketStepSummary h2 {
    color: #9d9d9d;
    text-align: center;
}
.basketsum div.basketStepSummary h2 {
    padding-top: 20px;
    border-top: 1px solid #ababab;
}
@media (max-width:767px) {
    .basketsum div.basketStepSummary h2 {
        border: 0;
    }
}
@media (max-width:991px) {
    .basketsum div.basketStepSummary .price {
        font-size: 14px;
    }
}

.basketsum div.basketStepSummary .basketSubmit {
    padding: 0;
    margin-bottom:75px;
}

.basketsum div.basketStepSummary .basketSubmit > div.inline-block{
    float: right;
}

.basketsum div.basketStepSummary .basketSubmit input{
    height: 20px;
    width: 20px;
    border:1px solid #ababab;
    background: white;
}
.basketsum div.basketStepSummary .basketSubmit label{
    font-weight: bold;
}
.basketsum div.basketStepSummary .basketSubmit label a{
    text-decoration: underline;
}

div.basketStepSummary div.toNextStep > a.toNextStep,
.basketsum div.basketStepSummary .basketSubmit  a#back_to_cart,
.basketsum div.basketStepSummary .basketSubmit  #order_send_cart,
div.basketStepSummary div.toNextStep a.offer{
    height: 50px;
    display: inline-block;
    margin: 15px 0;
    padding: 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    background: #008f49;
    color: #fff;
    font-family: dinpro-bold, sans-serif;
    border: 0;
}

div.basketStepSummary div.toNextStep a.offer{
    margin-right: 20px;
    background: #fff;
    color: #de663b;
    border: 1px solid #e3e3e3;
    font-family: dinpro-bold, sans-serif;
}

div.basketStepSummary div.toNextStep a.offer svg{
    fill: #de663b;
    vertical-align: middle;
    margin-right: 10px;
}

.basketsum div.basketStepSummary .basketSubmit  #order_send_cart[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}

.basketsum div.basketStepSummary .basketSubmit  #order_send_cart span{
    line-height: 50px;
}

.basketsum div.basketStepSummary .basketSubmit  #order_send_cart .icon{
    margin-top: -3px;
}


div.basketStepSummary .btn-export{
    background: #fff;
    height: 50px;
    border: 1px solid #e3e3e3;
    outline: none !important;
    padding: 0 20px;
    text-transform: uppercase;
    color: #4b4b4b;
    margin: 15px 0;
    line-height: 50px;
    cursor: pointer;
    font-family: dinpro-bold, sans-serif;
    font-size: 14px;
}

div.basketStepSummary .btn-export.summary{
    margin-top: 43px;
}

div.basketStepSummary .btn-export .icon{
    margin-right: 8px;
    margin-bottom: -6px;
    fill: #4b4b4b;
}

#exportCartModal .modal-dialog {
    top: 10%;
}

#exportCartModal .loader-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    background: #fff;
    z-index: 1;
    opacity: 1;
}

#exportCartModal.loading .loader-container{
    display: block;
}

#exportCartModal .loader-container .loader{
    margin-top: 25px;
    margin-bottom: 30px;
}

#exportCartModal .loader-container .loader .gear svg{
    fill: #9d9d9d;
}

#exportCartModal .loader-container .loader-text{
    color: #FF9800;
    font-size: 14px;
}


#exportCartModal .modal-body{
    padding: 20px 50px 0 50px;
}

#exportCartModal .icon{
    fill: #9c9c9c;
}

#exportCartModal .modal-header button.close{
    background: transparent !important;
}

#exportCartModal .export-title{
    font-family: dinpro-bold, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}

#exportCartModal #cart-download-format{
    height: 50px;
    font-family: dinpro-light, sans-serif;
    font-size: 16px;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
            linear-gradient(45deg, transparent 50%, #9e9e9e 50%),
            linear-gradient(135deg, #9e9e9e 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 5px),
            calc(100% - 15px) calc(1em + 5px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;

}

#exportCartModal .download-cart{
    height: 50px;
    line-height: 50px;
    background: #008f49;
    color: #fff;
    font-family: dinpro-bold, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

#exportCartModal.loading .download-cart{
    opacity: 0.8;
    cursor: not-allowed;
}

#exportCartModal .download-cart .icon{
    fill: #fff;
    float: none;
    margin-bottom: -12px;
}

.basketSubmit .fleft{
    float: left !important;
}



@media screen and (max-width: 767px){

    .basketsum div.basketStepSummary .basketSubmit > div{
        width: 100%;
    }

    .basketsum div.basketStepSummary .basketSubmit a#back_to_cart,
    .basketsum div.basketStepSummary .basketSubmit #order_send_cart{
        margin-right: 0;
        float: none !important;
    }

    .basketsum div.basketStepSummary .basketSubmit a#back_to_cart{
        margin-top: 0 !important;
    }

}

@media screen and (max-width: 525px){
    .basketsum div.basketStepSummary .basketSubmit > div{
        width: 100%;
        padding: 0 !important;
    }

    .basketsum div.basketStepSummary .basketSubmit a#back_to_cart, .basketsum div.basketStepSummary .basketSubmit #order_send_cart{
        width: 100%;
    }
}

div.basketStepSummary div.toNextStep > a > span,
.basketsum div.basketStepSummary .basketSubmit a > span,
div.basketStepSummary a.offer span
{
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
}

.basketsum div.basketStepSummary .basketSubmit a#back_to_cart{
    background: #9e9e9e;
    display: inline-block;
    float: right;
    padding: 0 25px;
    margin-right: 15px;
    margin-top: 43px;
}


.basketsum div.basketStepSummary .basketSubmit i.icon_right_arrow{
    display: inline-block;
    margin: auto;
    height: 50px;
    width: 50px;
    -webkit-mask: url(/images/ikonok_m_tovabb.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_tovabb.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    vertical-align: middle;
}


@media (max-width: 767px) {
    div.basketStepSummary {
        padding: 40px 25px 0;
    }
    div.basketStepSummary h2 {
        text-align: center;
        line-height: 26px;
        font-size: 22px;
    }
    div.basketStepSummary .sumHead {
        padding: 10px 0;
        border: 1px solid #e3e3e3;
        border-width: 1px 0 0;
        text-align: center;
    }
    div.basketStepSummary .sumHead > div {
        min-height: 0;
        padding: 5px 0;
    }
    div.basketStepSummary .sumHead span{
        text-align: left;
    }
    div.basketStepSummary .price .net {
        font-size: 12px;
        line-height: 8px;
    }
    div.basketStepSummary .price .gross {
        font-weight: bold;
    }
    div.basketStepSummary .group {
        height: 26px!important;
        text-align: center;
    }
    div.basketStepSummary .element {
        /*padding: 10px 0!important;*/
        text-align: left;
    }
    div.basketStepSummary .sumContent .row {
        padding: 5px 0;
    }
    div.basketStepSummary .sumTfoot .group {
        font-size: 15px;
    }
    div.basketStepSummary .sumTfoot .group,
    div.basketStepSummary .sumTfootAll .group {
        text-align: left;
    }
    div.basketStepSummary .sumTfoot .net,
    div.basketStepSummary .sumTfootAll .net {
        font-size: 14px;
        font-weight: normal;
        line-height: 16px;
    }
    div.basketStepSummary .sumTfootAll  {
        margin: 0 -15px;
        padding: 15px;
    }
    div.basketStepSummary .sumTfootAll .group {
        line-height: 25px;
    }
    div.basketStepSummary .sumTfootAll .group + div {
        bottom:0;
    }
    div.basketStepSummary a.toNextStep {
        float:none;
        display: block;
        padding: 0 10px;
        text-align: center;
    }
    div.basketStepSummary  a.toNextStep i.icon_right_arrow {
        width: 40px;
    }
    div.basketStepSummary a.toNextStep span{
        /*margin-left: -10px;*/
    }
}

.basketsum section.address .row{
    margin-bottom: 20px;
    padding: 0 15px;
}
.basketsum section.address h3, .basketsum section.info h3{
    text-transform: uppercase;
    font-size:16px;
}
.basketsum section.address span {
    display: block;
    font-size:14px;
}
.basketsum section.address span.name {
    font-weight:bold;
}
@media (max-width: 767px) {
    .basketsum section.address {
    }
}


/* Loading indicator start */

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

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

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.loadingindicator {
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000000;
    text-align: center;

}

.loadingindicator .glyphicon {
    position: absolute;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings'!important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#008f49;
    fill:#008f49;
    font-size: 140%!important;
    /*top:46%!important;*/
}

.loadingindicator .glyphicon-refresh {

}

.loadingindicator .glyphicon-ok {
    font-size: 120%;
}
/* Loading indicator end */

#menu_cart_price span {
    display: inline-block;
    font-size:.7em;
    background:#198641;
    color:white;
    width:18px;height:18px;
    text-align:center;
    line-height:18px;
    border-radius:50%;
    box-shadow:0 0 1px #333;
}

svg.icon {
    display: inline-block;
}

svg.icon_green{
    fill:#008f49;
}
svg.icon_red{
    fill:#c72b2e;
}
svg.icon_darkgray{
    fill:#454545;
}

svg.kovetkezo_utembe {
    margin-top: 5px;
    cursor: pointer;
}
svg.elozo_utembe {
    margin-top: 5px;
    cursor: pointer;
}
svg.kuka {
    cursor: pointer;
}



/* globals */
.beltsWizard {
}
.fright {
    float: right;
}
.fleft {
    float: left;
}
.beltsWizard .hidden-sm-up{
    display: none;
}
@media (max-width: 767px) {
    .beltsWizard .hidden-sm-up{
        display: block;
    }
}

/* Header */
.beltsWizard h1 {
    margin: 10px 0 0 15px;
    float: left;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #4b4b4b;
}
.kedvenc, .back {
    margin: 10px;
}

.beltsWizard .header .back {
    display: table;
    margin-right: 20px;
    text-transform: uppercase;
    color: #9d9d9d;
}
.beltsWizard .header .back svg, .beltsWizard .header .back span {
    display: table-cell;
    vertical-align: middle;
}
.beltsWizard .header .back .vissza {
    margin-right: 10px;
    fill: #d7d7d7;
}
.beltsWizard .header .kedvenc_normal {
    fill: #ababab;
}
@media (max-width: 767px) {
    /*                                              width: 720-px */
    .beltsWizard .header {
        margin-top: 50px;
    }
    .beltsWizard .header h1 {
        width: 130px;
        margin: 20px 0;
        font-size: 20px;
    }
    .beltsWizard .header .kedvenc {
        margin: 26px 0 0;
    }
    .beltsWizard .header .back {
        width: 90px;
        margin:16px 10px 0 0;
        font-size: 14px;
        line-height: 16px;
    }
    .beltsWizard .header .back .vissza {
        margin-top:11px;
    }
}






/*  Elements  */
.beltsWizard .elements {
    padding-top: 10px;
    background: #e7e7e7
    url('/images/beltsWizard_bg.png') no-repeat
    50% 35px ;
}
.beltsWizard .elements .name {
    height: 25px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.beltsWizard .nElements,
.beltsWizard .eElements {
    float: left;
    border: 0 solid #9d9d9d;
    border-left-width: 1px;
}
.beltsWizard .element {
    float: left;
    height: 141px;
    padding: 10px;
    cursor: pointer;
    border: 0 solid #9d9d9d;
    border-right-width: 1px;

}
.beltsWizard .element.active,
.beltsWizard .element:hover{
    background: #9d9d9d;
}
.beltsWizard .element.active{
    cursor: default;
}
.beltsWizard .eElements .element:last-child {
    border-right: 1px solid #9d9d9d;
}
.beltsWizard .navs {
    position: absolute;
    width: 30px;
    height:140px;
    margin: 0 -20px;
}
.beltsWizard .navs.left{
    float: left;
}
.beltsWizard .navs.right{
    margin-left: 1145px;
}
.beltsWizard .navs.left,
.beltsWizard .navs.right{
    padding: 80px 0;
    fill: #e7e7e7;
    cursor: pointer;
}
.beltsWizard .navs.left:hover,
.beltsWizard .navs.right:hover{
    fill: #9d9d9d;
}
.beltsWizard .element .number span {
    padding-right: 5px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    background: #4b4b4b;
}
.beltsWizard .element.active .number span,
.beltsWizard .element:hover .number span{
    background: #9d9d9d;
}
.beltsWizard .element .pName {
    float: left;
    width: 100%;
    height: 18px;
    font-size: 12px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #cfcfcf;
}

.beltsWizard .element .bin,
.beltsWizard .element .quantity {
    float: right;
    display: none;
    margin-top: -18px;
}
.beltsWizard .element.active.selected .bin,
.beltsWizard .element.active.selected .quantity {
    display: inline;
}

.beltsWizard .element .bin {
    height: 20px;
    padding: 3px 0 3px 10px;
    fill: white;
}
.beltsWizard .element .bin svg {
    width: 14px;
    height: 14px;
}

.beltsWizard .element .quantity {
    padding: 1px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color:  #9d9d9d;
    background: white;
}

.beltsWizard .element .img {
    height: 80px;
    width: 80px;
    margin-top: 30px;
    background: 0 100% / 80px no-repeat;
}

.beltsWizard .element .checked {
    display: none;
    float: right;
    width: 20px;
    height:20px;
    margin-top: -25px;
    background: #198541;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    fill: #4b4b4b;
}
.beltsWizard .element:hover .checked,
.beltsWizard .element.active .checked {
    fill: #9d9d9d;
}
.beltsWizard .element.selected .checked {
    display: block;
}
.beltsWizard .element .checked svg {
    width: 13px;
    height: 13px;
    margin: 4px;
}

.beltsWizard .element .number .line {
    height: 1px;
    margin: -13px -10px 13px 0;
}

.beltsWizard .element .number.linethrough .line {
    background: white;
}
.beltsWizard .tHeadBg {
    height: 25px;
    background: #9d9d9d;
}




/*  ----------------------------------------------------------------------- */
/*                                              width:1140px */
.beltsWizard .all1 .element {             width: 1140px;   }
.beltsWizard .all1 .element.active {      width: 1140px;   }
.beltsWizard .all2 .element {             width: 569px;   }
.beltsWizard .all2 .element.active {      width: 569px;   }
.beltsWizard .all3 .element {             width: 284px;   }
.beltsWizard .all3 .element.active {      width: 569px;   }
.beltsWizard .all4 .element {             width: 190px;   }
.beltsWizard .all4 .element.active {      width: 568px;   }
.beltsWizard .all5 .element {             width: 165px;   }
.beltsWizard .all5 .element.active {      width: 478px;   }
.beltsWizard .all6 .element {             width: 155px;   }
.beltsWizard .all6 .element.active {      width: 363px;   }
.beltsWizard .all6x .element {             width: 155px;   }
.beltsWizard .all6x .element.active {      width: 363px;   }
@media (max-width: 1199px) {
    /*                                              width: 940px */
    .beltsWizard .navs.right {           margin-left: 945px;  }
    .beltsWizard .all1 .element {             width: 940px;   }
    .beltsWizard .all1 .element.active {      width: 940px;   }
    .beltsWizard .all2 .element {             width: 469px;   }
    .beltsWizard .all2 .element.active {      width: 469px;   }
    .beltsWizard .all3 .element {             width: 235px;   }
    .beltsWizard .all3 .element.active {      width: 468px;   }
    .beltsWizard .all4 .element {             width: 165px;   }
    .beltsWizard .all4 .element.active {      width: 443px;   }
    .beltsWizard .all5 .element {             width: 140px;   }
    .beltsWizard .all5 .element.active {      width: 378px;   }
    .beltsWizard .all6 .element {             width: 125px;   }
    .beltsWizard .all6 .element.active {      width: 304px;   }
    .beltsWizard .all6x .element {             width: 125px;   }
    .beltsWizard .all6x .element.active {      width: 313px;   }
}
@media (max-width: 991px) {
    /*                                              width: 720px */
    .beltsWizard .navs.right {           margin-left: 720px;   }
    .beltsWizard .all1 .element {             width: 720px;   }
    .beltsWizard .all1 .element.active {      width: 720px;   }
    .beltsWizard .all2 .element {             width: 359px;   }
    .beltsWizard .all2 .element.active {      width: 359px;   }
    .beltsWizard .all3 .element {             width: 180px;   }
    .beltsWizard .all3 .element.active {      width: 358px;   }
    .beltsWizard .all4 .element {             width: 135px;   }
    .beltsWizard .all4 .element.active {      width: 313px;   }
    .beltsWizard .all5 .element {             width: 115px;   }
    .beltsWizard .all5 .element.active {      width: 258px;   }
    .beltsWizard .all6 .element {             width: 100px;   }
    .beltsWizard .all6 .element.active {      width: 215px;   }
    .beltsWizard .all6x .element {             width: 100px;   }
    .beltsWizard .all6x .element.active {      width: 215px;   }
}








@media (max-width: 767px) {
    /*                                              width: 720-px */
    .beltsWizard .navs {
        display: none !important;
    }

    .beltsWizard .elements {  padding-top: 0; background: #e7e7e7; }
    .beltsWizard .elements .container {  padding: 0;  }
    .beltsWizard .elements .name {  padding-left: 15px;  }

    .beltsWizard .nElements,
    .beltsWizard .eElements {
        float: none;
        padding-top: 4px;
        border: 0 solid #9d9d9d;
    }
    .beltsWizard .nElements {
        border-top-width: 1px;
    }
    .beltsWizard .element {
        float: none;
        height: 85px;
        width: 100% !important;
        background: #4b4b4b;
        padding: 10px 15px;
        border: 0 solid #9d9d9d;
        border-bottom-width: 1px;
    }
    .beltsWizard .element.active,
    .beltsWizard .element:hover {
        border-bottom: 1px solid #e7e7e7;
    }
    .beltsWizard .element .info,
    .beltsWizard .element .number {
        float: left;
    }
    .beltsWizard .element .info {
        width: calc(100% - 38px);
        margin-top: 5px;
    }
    .beltsWizard .element .number {
        width: 35px;
    }
    .beltsWizard .element .number .line {
        width: 1px;
        margin: 0 0 0 7px;
        height: 53px;
    }
    .beltsWizard .element .img {
        margin: -10px 0 0 calc(100% - 110px);
    }
    .beltsWizard .element .quantity {
        float: left;
        margin: 10px 0 0;
    }
    .beltsWizard .element.selected .bin,
    .beltsWizard .element.selected .quantity {
        display: block;
    }
    .beltsWizard .tHeadBg {
        display: none;
    }
}




section.productList.productListChain {
    padding-bottom: 0px!important;
}

.eChainFinder .content {
    border: 1px solid #ababab;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.eChainFinder .header {
    margin: 20px 5px 33px;
    line-height: 26px;
}
.eChainFinder .header .icon{
    margin: 0 3px -15px 0;
    fill: #9d9d9d;
}
.eChainFinder .header span{
    font-size: 27px;
    text-transform: uppercase;
    /*letter-spacing: 0.6px;*/
    color: #198541;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .eChainFinder .content {
        padding-top: 50px;
    }

    .eChainFinder .header {
        width: 100%;
        max-width: 300px;
    }
    .eChainFinder .header span{
        margin-left: 50px;
        display: block;
    }
    .eChainFinder .header .icon{
        margin-bottom: -46px;
    }

}




.eChainFinder .calc {
    clear: both;
    padding: 20px 0;
    background: #f0f0f0;
    border: 0 solid #e0e0e0;
    border-top-width: 1px;
}
.eChainFinder .calc .row {
    padding:0;
    margin: 0;
}
.eChainFinder .calc .row .row{
    margin: 0 -15px 7px -15px;
}
.eChainFinder .calc label {
    margin: 4px 0 0;
}
.eChainFinder .calc select {
    padding: 3px 6px;
    font-size: 15px;
    color: #9d9d9d;
    border: 1px solid #9d9d9d;
}

.eChainFinder .calc select option{
    display: none;
}

.eChainFinder .calc select option.noHide {
    display: block;
}

.eChainFinder .calc select option.forceShow {
    display: block !important;
}

.eChainFinder .diagram  {
    display: table;
}
.eChainFinder .diagram img {
    width: 100px;
}
.eChainFinder .diagram .img{
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.eChainFinder .diagram .terhelhetoseg{
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #4b4b4b;
}
.eChainFinder .diagram .terhelhetoseg span {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

.eChainFinder .calc .hossz_info {
    margin: 15px;
    padding-top:18px;
    font-size: 12px;
    border: 0 solid #ababab;
    border-top-width: 1px;
    text-align: center;
}

.eChainFinder .hossz label,
.eChainFinder .hossz .input{
    display: inline;
    vertical-align: middle;
}

.eChainFinder .hossz .row {
    padding-top: 15px !important;
}

.eChainFinder .hossz .input{
    text-align: right;
}
.eChainFinder .hossz .icon {
    margin-bottom: 2px;
    vertical-align: middle;
    fill: #9d9d9d;
}
.eChainFinder .hossz input {
    width: 85px;
    height: 27px;
    padding: 5px;
    border: 1px solid #9d9d9d;
    font-size: 14px;
    text-align: right;
}
.eChainFinder .kivanthossz {
    height: 60px;
    border: 0 solid #9d9d9d;
    border-right-width: 1px;
}
.eChainFinder .vagy {
    position: absolute;
    left: 50%;
    margin: 20px 0 0 -12px;
    padding-bottom: 3px;
    font-size: 12px;
    color: #9d9d9d;
    background: #f0f0f0;
}

.eChainFinder .calc .paramaterek,
.eChainFinder .calc .kivanthossz {
    padding-right: 20px;
}
.eChainFinder .calc .diagram,
.eChainFinder .calc .lokethossz {
    padding-left: 20px;
}


.eChainFinder .hossz input::-webkit-input-placeholder  /* Chrome/Opera/Safari */
{  color: white;  }
.eChainFinder .hossz input::-moz-placeholder /* Firefox 19+ */
{  color: white;  }
.eChainFinder .hossz input:-ms-input-placeholder /* IE 10+ */
{  color: white;  }
.eChainFinder .hossz input:-moz-placeholder  /* Firefox 18- */
{  color: white;  }
@media (max-width: 991px) {
    .eChainFinder .hossz label {
        display: block;
    }
    .eChainFinder .hossz input::-webkit-input-placeholder  /* Chrome/Opera/Safari */
    {  color: #9d9d9d;  }
    .eChainFinder .hossz input::-moz-placeholder /* Firefox 19+ */
    {  color: #9d9d9d;  }
    .eChainFinder .hossz input:-ms-input-placeholder /* IE 10+ */
    {  color: #9d9d9d;  }
    .eChainFinder .hossz input:-moz-placeholder  /* Firefox 18- */
    {  color: #9d9d9d;  }
}


.eChainFinder .calc .submit {
    margin: 20px 15px 0;
    padding-top:20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0 solid #4b4b4b;
    border-top-width: 2px;
    text-align: left;
}

.eChainFinder .submit .btn_szamitas{
    width: 210px;
    height: 45px;
    padding: 13px 0;
    background: #198541;
    color: white;
    fill: white;
    text-align: center;
    border:  none;
}

.eChainFinder .submit .btn_szamitas[data-mode="2"]{
    background: #9d9d9d;
}

.eChainFinder .submit .btn_rendeleslista span,
.eChainFinder .submit .btn_szamitas span{
    font-size: 14px;
    text-transform: uppercase;
}
.eChainFinder .submit .btn_szamitas svg{
    margin-bottom: -1px;
}

.eChainFinder .result .submit {
    margin: 20px 15px 0;
    padding-top:20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0 solid #9d9d9d;
    border-top-width: 1px;
    text-align: right;
    margin-bottom: 15px;
}

.eChainFinder .submit .btn_rendeleslista{
    float:right;
    width: 230px;
    height: 45px;
    padding: 13px 0;
    background: #198541;
    color: white;
    fill: white;
    text-align: center;
    border:  none;
    margin-left: 10px;
}


@media (max-width: 767px) {
    .parameterek .row div { text-align: left; padding-top:10px;}
    .eChainFinder .calc .hossz_info { text-align: left; }
    .eChainFinder .hossz label {    height:45px;  }
    .eChainFinder .submit {  padding: 20px;  }
    .eChainFinder .submit .btn_szamitas,
    .eChainFinder .submit .btn_rendeleslista{  width: 100%;  }
}






.eChainFinder .result {
    padding: 0 15px;
}
.eChainFinder .result h2{
    margin: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #198541;
}
.eChainFinder .result .adatok {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
}
.eChainFinder .result .adatok .param{
    font-weight: bold;
}
.eChainFinder .result .adatok .ertek{
    text-align: right;
}
.eChainFinder .result .adatok .row{
    margin:0;
    padding: 3px 0;
}
.eChainFinder .result .adatok .row > div{
    padding:0;
}
.eChainFinder .result .adatok > div {
    padding-bottom: 8px;
    border: 0 solid #ababab;
    border-bottom-width: 1px;
}

.eChainFinder .result .abra {
    margin-bottom: 30px;
    text-align: center;
}
.eChainFinder .result .abra img {
    max-height: 210px;
    max-width: 100%;
}
.eChainFinder .result .kiegeszitoelemek{
    margin:0;
}
.eChainFinder .result h3{
    margin:0;
    padding: 13px 0 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border: 0 solid #9d9d9d;
    border-top-width: 1px;
}


.eChainFinder .listitem {
    margin: 0;
    border: 0 solid #9d9d9d;
    border-top-width: 1px;
}
.eChainFinder .listitem > div:first-child
.eChainFinder .listitem > div:last-child {
    padding: 0;
}

.eChainFinder .listitem > div {
    display: table;
    height:113px;
    /*background: #e0e0e0;*/
}
.eChainFinder .listitem > div > div{
    display: table-cell;
    vertical-align: middle;
    /*background: #f0f0f0;*/
}

.eChainFinder .li-img * {
    display: inline;
}
.eChainFinder .li-img input{
    width: 20px;
    height: 20px;
}
.eChainFinder .li-img img {
    max-width: 80%;
    max-height: 100px;
}
.eChainFinder .li-nev {
    font-weight: bold;
}
.eChainFinder .li-mho select {
    width:100%;
}
.eChainFinder .li-mho,
.eChainFinder .li-odb{
    text-align: right;
}
.eChainFinder .li-odb input[type=text] {
    width: 45%;
    text-align: right;
}
.eChainFinder .li-mho select,
.eChainFinder .li-odb input[type=text],
.eChainFinder .add-to-cart input[type=text]{
    height: 30px;
    padding: 0 10px;
    border: 1px solid #9d9d9d;
}

.eChainFinder .li-odb input[type=text] {
    width: 80px;
}

.eChainFinder .add-to-cart input[type=text]{
    width: 40px;
}

@media (max-width: 1199px) {
    .eChainFinder .li-img img {    max-width: 80%;  }
}
@media (max-width: 991px) {
    .eChainFinder .li-img img {    max-width: 75%;  }
}
@media (max-width: 767px) {
    .eChainFinder .listitem > div {    padding: 0;  }
    .eChainFinder .listitem > div.li-mho,
    .eChainFinder .listitem > div.li-odb  {    padding: 0 0 0 25px; text-align:left; }
    /*.eChainFinder .li-mho select {     width: 90%;  }*/
    .eChainFinder .li-img img {    max-width: 75%;  }
    .eChainFinder .li-mho,
    .eChainFinder .li-odb { height: 50px !important;  }
}


.eChainFinder .li-odb input::-webkit-input-placeholder  /* Chrome/Opera/Safari */
{  color: white;  }
.eChainFinder .li-odb input::-moz-placeholder /* Firefox 19+ */
{  color: white;  }
.eChainFinder .li-odb input:-ms-input-placeholder /* IE 10+ */
{  color: white;  }
.eChainFinder .li-odb input:-moz-placeholder  /* Firefox 18- */
{  color: white;  }
@media (min-width: 768px) and (max-width: 991px) {
    .eChainFinder .li-odb input::-webkit-input-placeholder  /* Chrome/Opera/Safari */
    {  color: #9d9d9d;  }
    .eChainFinder .li-odb input::-moz-placeholder /* Firefox 19+ */
    {  color: #9d9d9d;  }
    .eChainFinder .li-odb input:-ms-input-placeholder /* IE 10+ */
    {  color: #9d9d9d;  }
    .eChainFinder .li-odb input:-moz-placeholder  /* Firefox 18- */
    {  color: #9d9d9d;  }
}


.eChainFinder .add-to-cart {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.eChainFinder .add-to-cart label {
    font-size: 18px;
}

.eChainFinder .add-to-cart span {
    font-size: 18px;
}
.eChainFinder .add-to-cart .price-chain {
    padding: 15px;
    font-weight: bold;
}

.eChainFinder .add-to-cart-btn {
    width: 160px;
    height: 44px;
    position: relative;
    margin: 0 auto;
    text-indent: 20px;
}

.eChainFinder .add-to-cart-btn svg {
    fill:#ffffff;
    padding: 0px 0px 0px 0px;
    margin: auto 0px;
    position: absolute;
    top: 0px;
    left: 20px;
    bottom: 0px;
}

section.product_warning.chain_warning {
    padding-top:20px;
    padding-bottom: 40px;
    /*text-align: center;*/
}

section.product_warning.chain_warning svg {
    position: absolute;
}

section.product_warning.chain_warning span {
    float: right;
    padding-left: 50px;
}

.eChainFinder .pdf {
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
}

@media (max-width: 768px) {
    .eChainFinder .pdf {
        height: 40px;
        vertical-align: middle;
        display: inline-block;
        line-height: 40px;
    }
}

.eChainFinder .error {
    color: #a94442;
    margin-left: 15px;
    margin-right: 15px;
}
.eChainFinder .error svg.figyelmeztetes {
    fill: #a94442;
    margin-right: 10px;
    margin-top: 1px;
}
.chain_not_found {
    background-color: #fff;
}

.chain_not_found > div{
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

.eChainFinder .add-to-cart span,
.eChainFinder .add-to-cart
{
    font-size: 18px;
    font-weight: normal;
}

.eChainFinder .accessories select:disabled{
    opacity: 0.6;
    cursor: not-allowed;
}


#vegelemszett div.info{
    font-size: 10px;
    text-align: center;

}

#vegelemszett div.info > div:first-child{
    padding-left: 66px;
}

#vegelemszett div.info > div:nth-child(2){
    padding-left: 52px;
}

@media screen and (max-width: 1199px){
    #vegelemszett div.info > div:first-child{
        padding-left: 56px;
    }

    #vegelemszett div.info > div:nth-child(2){
        padding-left: 41px;
    }
}

@media screen and (max-width: 991px){
    #vegelemszett div.info > div:first-child, #vegelemszett div.info > div:nth-child(2){
        padding-left: 0;
    }
}

@media screen and (max-width: 767px){
    #vegelemszett div.info{
        text-align: left;
    }
}


.eChainFinder .accessories .icon.info{
    margin-bottom: -3px;
}

.eChainFinder .accessories .info .icon.info{
    margin-bottom: -2px;
    margin-left: 2px;
}

#partcommunityModal .warning svg{
    fill: #f7901e;
    margin-bottom: -6px;
}

#partcommunityModal .warning{
    color: #f7901e;
    font-size: 20px;
    font-family: dinpro-bold, sans-serif;
}

#partcommunityModal .modal-header{
    margin-bottom: 20px;
}

#partcommunityModal .modal-text{
    font-family: dinpro-light, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}

#partcommunityModal .modal_btn_ok{
    width: 210px;
    height: 45px;
    padding: 13px 0;
    background: #198541;
    color: white;
    fill: white;
    text-align: center;
    border: none;
    float: right;
    font-size: 16px;
    font-family: dinpro-bold, sans-serif;
    text-transform: uppercase;
}

#partcommunityModal .modal_btn_ok svg{
    fill: #fff;
    margin-right: 5px;
}

#partcommunityModal .modal-content{
    display: inline-block;
}

#partcommunityModal .chkbox-rect, #partcommunityModal .chkbox-label{
    display: inline-block;
    float: left;
}

#partcommunityModal .chkbox-label{
    margin-top: 2px;
}

#partcommunityModal .custom-checkbox.active .chkbox-rect span.glyphicon{
    padding: 1px 2px;
}



.orderspage *, .ordersMpage * {
    outline: none;
}



/* head */
.orderspage .head {
    height: 62px;
    padding:0;
    margin:0;
    margin-bottom: 20px;
}

.orderspage .head ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e4e4e4;
    opacity: 1; /* Firefox */
}

.orderspage .head :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e4e4e4;
}

.orderspage .head ::-ms-input-placeholder { /* Microsoft Edge */
    color: #e4e4e4;
}

.orderspage .head .head-content{
    border-bottom: 1px solid #ababab;
    padding-bottom: 15px;
}

.orderspage .head h1 {
    margin: 0;
    padding: 8px 2px;
    font-size: 25px;
    text-transform: uppercase;
    color: #4b4b4b;
    font-family: dinpro-bold, sans-serif;
}
.orderspage .head .search {
    width: 224px;
    height: 37px;
    margin: 3px 21px 0 0;
    border: 1px solid #868686;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.orderspage .head .search button,
.ordersMpage .head .search button{
    vertical-align: middle;
    background-color: transparent;
    background:none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.orderspage .head .search input {
    width: 188px;
    padding: 0 12px;
    border: none;
    font-size: 11px;
    line-height: 28px;
    height: 35px;
}
.orderspage .head .search .icon.kereses {
    fill: #4a4a4a;
}

.orderspage .head .search_block span {
    padding: 13px 8px;
}
.orderspage .head .search_block .tamogatas_nagy {
    fill: #f7901e;
}




.orderspage .assistance .contactList{
    border-top: 1px solid #ababab;
}
.orderspage .assistance .contactList .contactItem {
    float: right!important;
    border: none;
    width: 400px;
}

.orderspage .assistance .kerdezzen {
    float: right;
    width: 200px;
    margin: 33px 20px;
    font-weight: bold;
    text-align: right;
}

.orderstable .megj p{
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
}

/** TABLE-DIV */
@media (max-width: 767px) {
    section.orderstable .product {
        margin: 0 0 5px;
        padding: 15px 15px 0;

        font-family: 'PT Sans', sans-serif;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0;

        color: #454545;

        border: 0 solid #9b9b9b;
        border-bottom-width: 2px;

    }
    section.orderstable .product div {
        margin:0;
        padding:0;
    }
    section.orderstable div.mainProductLine,
    section.orderstable div.productPart {
        border: 0 solid #d7d7d7;
        border-bottom-width: 1px;
        margin-bottom: 0;
    }
    section.orderstable .product div.productName{
        padding-left: 14px;
    }
    section.orderstable div.productPart .partName{
        font-weight: bold;
        margin-top: 5px;
    }
    section.orderstable .product div.productProperties {
        margin-top: 3px;
        margin-bottom: 7px;
    }
    section.orderstable div.productDetails {
        padding: 0 0 3px 23px;
    }
    section.orderstable div.quantity {
        font-weight: bold;
    }
    section.orderstable div.netPrice {
        padding: 1px 15px;

        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;


        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        color: #fff;
        background: #9d9d9d;
    }
    section.orderstable .productDetails .netPrice {
        margin: 10px 0;
    }
    section.orderstable  div.status{
        text-align: center;
        margin: 10px 0 10px 20px!important;
    }
    section.orderstable  div.status div{
        display: inline-block;
    }

    section.orderstable  div.icon{
        width: 45px;
        height:45px;
        padding: 8px;
        margin-left: 10px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        vertical-align: top;
    }
    section.orderstable  div.icon i {
        background: #fff;
        vertical-align: top;
    }
    section.orderstable  div.icon i.move {
        margin-right: 5px;
    }
    section.orderstable  div.move {
        width: 60px;
        padding: 5px;
        text-align: left;
    }
    section.orderstable div.editline {
        padding: 5px 20px 20px;
        border: 0 solid #9b9b9b;
        border-bottom-width: 2px;
    }
    section.orderstable .editline textarea.remark{
        width: 100%;
    }

    section.orderstable .editline input.uniqueOrderNumber{
        width: 80%;
    }
}





.orderspage tr.details td,
.orderspage tr.details table td{
    background: white;
}
.orderspage section.productList .rightBorder {
    border-right: 1px solid #e3e3e3;
}
.orderspage tr.details > td{
    padding: 0;
    border-left:none;
    border-right:none;
}

.orderspage tr.details > td > h3{
    margin: 15px 0 10px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #9d9d9d;
}

.orderspage tr.details table{
    margin: 0 0 20px;
    border: 1px solid #9b9b9b;
}
.orderspage .orderslist > tbody > tr:last-child {
    border-bottom: 1px solid #e3e3e3;
}

.orderspage section.productList table.orderslist {
    border: none;
}
.orderspage section.productList table thead tr th{
    padding: 16px 7px;
    font-family: pt-sans-narrow, sans-serif;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #9e9e9e;
}

.orderspage section.productList table tbody tr td{
    background: #f3f3f3;
    border-top: 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-collapse: collapse;
    font-size: 14px;
    padding: 12px 5px;
}

.orderspage section.productList table tbody tr.details td{
    background: #fff;
    padding: 0;
}

.orderspage section.productList table.ordersdetails tbody tr td{
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    border-collapse: collapse;
    padding: 12px 5px;
}

.orderspage section.productList table.ordersdetails tbody tr.noborder td{
    border: 0 !important;
}

.orderspage section.productList table.ordersdetails tbody tr.productPart td{
    border-top: 1px solid #e3e3e3;
}



/** TABLE */
section.orderstable .tablecontainer { position: relative;}
/*                                              width:1140px */
section.orderstable td.productImage img   { width: 60%; margin-left: 10px;}
section.orderstable td.productImage input { margin: 0 15px;}
section.orderstable td.productImage   { width: 200px; }
section.orderstable td.productName    { width: 370px; }
section.orderstable td.unitPrice      { width: 100px; }
section.orderstable td.quantity       { width: 100px; }
section.orderstable td.netPrice       { width: 100px; }
section.orderstable td.status       { width:  270px; }
@media (max-width: 1199px) {
    /*                                              width: 940px */
    section.orderstable td.productImage   { width:  150px; }
    section.orderstable td.productName    { width: 300px; }
    section.orderstable td.unitPrice      { width: 100px; }
    section.orderstable td.quantity       { width: 100px; }
    section.orderstable td.netPrice       { width: 100px; }
    section.orderstable td.status       { width:  190px; }
}
@media (max-width: 991px) {
    /*                                              width: 720px */
    section.orderstable td.productImage   { width:  150px; }
    section.orderstable td.productName    { width: 260px; }
    section.orderstable td.unitPrice      { width:  70px; }
    section.orderstable td.quantity       { width:  70px; }
    section.orderstable td.netPrice       { width:  70px; }
    section.orderstable td.status       { width:  100px; }
}
/*                                              width:1140px */
.basketsum section.orderstable th.productName,
.basketsum section.orderstable td.productName    { width: 764px; padding-left: 20px;}
.basketsum section.orderstable td.unitPrice      { width: 125px; }
.basketsum section.orderstable td.quantity       { width: 125px; }
.basketsum section.orderstable td.netPrice       { width: 125px; }
@media (max-width: 1199px) {
    /*                                              width: 940px */
    .basketsum section.orderstable td.productName    { width: 640px; }
    .basketsum section.orderstable td.unitPrice      { width: 100px; }
    .basketsum section.orderstable td.quantity       { width: 100px; }
    .basketsum section.orderstable td.netPrice       { width: 100px; }
}
@media (max-width: 991px) {
    /*                                              width: 720px */
    .basketsum section.orderstable td.productName    { width: 510px; }
    .basketsum section.orderstable td.unitPrice      { width:  70px; }
    .basketsum section.orderstable td.quantity       { width:  70px; }
    .basketsum section.orderstable td.netPrice       { width:  70px; }
}
.basketsum section.orderstable td.partName    { padding-left: 15px;}
.basketsum section.orderstable div.partName    { padding-left: 0;}


section.orderstable .ordersdetails tr {
    margin: 0;

    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.75px;
    text-align: center;
    vertical-align: middle;
    color: #454545;
}

section.orderstable .ordersdetails td {
    padding: 8px 0;
    height: auto;
}
section.orderstable tr.mainProductLine td {
    height: 81px;
}
section.orderstable tr.productPart td{
    padding-bottom: 15px;
}
section.orderstable .noborder {
    border: none!important;
}
section.orderstable td.productImage  {
    vertical-align: top;
    text-align: left;
}
section.orderstable .productName,
section.orderstable .partName {
    text-align: left!important;
}
section.orderstable .productName h4 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
}

section.orderstable  i.icon_wrench{
    display: inline-block;
    height: 23px;
    width: 23px;
    -webkit-mask: url(/images/ikonok_m_szolgaltatas.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_szolgaltatas.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #454545;
    vertical-align: middle;
}

section.orderstable p {
    margin: 0;
    padding: 0;
}

section.orderstable .itemCode {
    margin-top: 10px;
    font-size: 12px;
    color: #9d9d9d;
}

section.orderstable .status {
    font-size: 12px;
    line-height: 12px;
}

section.orderstable .ordersdetails td            {border: 1px solid #9b9b9b;}
section.orderstable .ordersdetails .productImage {border-width: 0 0 1px 0;}
section.orderstable .ordersdetails .productName,
section.orderstable .ordersdetails .fulfillment,
section.orderstable .ordersdetails .unitPrice,
section.orderstable .ordersdetails .quantity,
section.orderstable .ordersdetails .warehouse,
section.orderstable .ordersdetails .netPrice,
section.orderstable .ordersdetails .partName,
section.orderstable .ordersdetails .partUnitPrice,
section.orderstable .ordersdetails .partQuantity,
section.orderstable .ordersdetails .partNetPrice {border-width: 0 0 1px 0;}
section.orderstable .ordersdetails .status     {border-width: 0 0 1px 0;}
section.orderstable td.borderlg   {border-color: #e3e3e3;}
section.orderstable td.borderdg   {border-color: #9b9b9b;}

section.orderstable textarea.remark {
    display: block;
    margin: 15px 0 20px;
    padding: 5px 10px;
    height: 70px!important;
    min-height: 70px!important;
    width: 465px;
    resize: none;

    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;

    color: #4b4b4b;
}

section.orderstable input.uniqueOrderNumber {
    padding: 5px 10px;
    height: 30px;
    width: 235px;

    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;

    color: #4b4b4b;
}

.orderspage .pluszminusz svg {
    fill: #9d9d9d;
}

.orderspage td.status span {
    display: block;
    font-size: 12px;
    text-transform: lowercase;
}

.ordersMpage .teljesult,
.orderspage .teljesult {
    color: #198541;
    fill: #198541;
}
.ordersMpage .reszben_teljesult,
.orderspage .reszben_teljesult {
    color: #198541;
}
.ordersMpage .elokeszites_alatt,
.orderspage .elokeszites_alatt {
    color: #f7901e;
    fill: #f7901e;
}
.ordersMpage .fuggoben,
.ordersMpage .fuggoben {
    color: #f7d11e;
    fill: #f7d11e;
}

.ordersMpage .figyelmeztetes,
.ordersMpage .figyelmeztetes {
    color: #ff0000;
    fill: #ff0000;
}

.orderspage .allReBasket,
.ordersMpage .allReBasket {
    height: 40px;
    text-align: left;
    vertical-align: middle;
}

.orderspage .allReBasket a,
.ordersMpage .allReBasket a{
    margin: 0 15px;
}

.orderspage tr.details .reBasket ,
.ordersMpage .reBasket {
    padding:11px;
    background: #198541;
    fill: white;
    color: white;

    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 190px;
    height:50px;
    white-space: normal;
}
.orderspage tr.details .reBasket span,
.ordersMpage .reBasket span{
    float: right;
    width:125px;
}
.orderspage .allReBasket a svg ,
.ordersMpage .allReBasket a svg {
    margin: 10px 0;
}
.ordersMpage .allReBasketDiv {
    padding: 15px;
}
.ordersMpage .allReBasketDiv .reBasket{
    margin: 0 auto;
}
.ordersMpage .allReBasketDiv .reBasket span{
    margin-top: -4px;
}
.ordersMpage .allReBasketDiv a {
    margin-top: 13px;
}
.ordersMpage .product .productChk input{
    float: right;
    height: 20px;
    width: 20px;
    margin: 0;
}






.ordersMpage {
    margin-top: 50px;
}

.ordersMpage .head h1 {
    margin: 0;
    padding: 15px 2px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4b4b4b;
}
.ordersMpage .head .orderalert {
    float: right;
    margin: 17px 0 0;
    font-size: 12px;
    color: red;
    fill: red;
}
.ordersMpage .head .orderalert svg{
    vertical-align: bottom;
}
.ordersMpage .head .search_block {
    clear: both;
}
.ordersMpage .head .search {
    width: 224px;
    height: 37px;
    margin: 3px auto 0;
    border: 1px solid #868686;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ordersMpage .head .search input {
    width: 188px;
    padding: 0 12px;
    border: none;
    font-size: 11px;
}
.ordersMpage .head .search .icon.kereses {
    margin-top:8px;
    vertical-align: bottom;
}



.ordersMpage .orderslist {
    padding: 20px 0;
    color: #454545;
}
.ordersMpage .order.odd {
    background: #f3f3f3;
}
.ordersMpage .order.odd.bgred,
.ordersMpage .order.bgred {
    background: #ff0000;
    color: white;
    fill: white;
}
.ordersMpage .order {
    padding:0 15px;
    border-top: 2px solid #9b9b9b;
    font-size: 12px;
}
.ordersMpage .order .row > div  {
    margin: 5px 0 0;
}
.ordersMpage .order .oTop {
}
.ordersMpage .order .oDetails {

}
.ordersMpage .order .oTop,
.ordersMpage .order .oDetails {
    padding:10px 0;
    border-bottom: 1px solid #d7d7d7;
}
.ordersMpage .order.bgred .oTop,
.ordersMpage .order.bgred .oDetails {
    border-bottom: 1px solid #d7d7d7;
}
.ordersMpage .order .status {
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
}
.ordersMpage .order .status svg{
    vertical-align: bottom;
}
.ordersMpage .order .status .plusz{
    float: right;
    margin:3px 2px 0 0;
}

.ordersMpage .order .brutto{
    font-weight: bold;
    font-size: 16px;
}
.ordersMpage .order .darab span{
    font-size: 16px;
    background: #9d9d9d;
    color: white;
    padding: 0 12px;
    border-radius: 12px;
    font-weight: bold;
}
.ordersMpage .order.bgred .darab span{
    background: white;
    color: #9d9d9d;
}

.ordersMpage .order .status .teljesult {
    color: #198541;
    fill: #198541;
}






.ordersMpage h4 {
    font-weight: bold;
    margin-top:0;
}
.ordersMpage .title {
    background: #9d9d9d;
    padding: 15px 0;
    color: white;
    fill: white;
    font-size:14px;
}
.ordersMpage .title .container{

}
.ordersMpage .title svg {
    float:left;

}
.ordersMpage .title div {
    margin-top: 3px;
    text-align: center;
}
.ordersMpage .statusHead {
    padding: 13px 0;
    color: #ff0000;
    fill: #ff0000;
    text-align: center;
    font-size:14px;
    font-weight: bold;
}
.ordersMpage .statusHead svg{
    vertical-align: bottom;
}
.ordersMpage .productStatus {
    text-align: center;
    padding: 15px!important;
}




section.orderDetails .product {
    margin: 0 0 5px;
    padding: 15px 15px 0;

    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;

    color: #454545;

    border: 0 solid #9b9b9b;
    border-top-width: 2px;
}
.basketsum section.orderDetails .product {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-width: 0 0 1px;
    padding-top:0;
}
section.orderDetails .product div {
    margin:0;
    padding:0;
}
section.orderDetails div.mainProductLine,
section.orderDetails div.productPart {
    border: 0 solid #d7d7d7;
    border-bottom-width: 1px;
    margin-bottom: 0;
}
section.orderDetails .product div.productName{
    padding-left: 14px;
}
section.orderDetails div.productPart .partName{
    font-weight: bold;
    margin-top: 5px;
}
section.orderDetails .product div.productProperties {
    margin-top: 3px;
    margin-bottom: 7px;
}
section.orderDetails div.productDetails {
    padding: 0 0 3px 23px;
}
section.orderDetails div.quantity {
    font-weight: bold;
}
section.orderDetails div.netPrice {
    padding: 1px 15px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #9d9d9d;
}
section.orderDetails .productDetails .netPrice {
    margin: 10px 0;
}
section.orderDetails  div.del_move{
    text-align: center;
    margin: 10px 0 10px 20px!important;
}
section.orderDetails  div.del_move div{
    display: inline-block;
}

section.orderDetails  div.icon{
    width: 45px;
    height:45px;
    padding: 8px;
    margin-left: 10px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    vertical-align: top;
}
section.orderDetails  div.icon i {
    background: #fff;
    vertical-align: top;
}
section.orderDetails  div.icon i.move {
    margin-right: 5px;
}
section.orderDetails  div.move {
    width: 60px;
    padding: 5px;
    text-align: left;
}
section.orderDetails div.editline {
    padding: 5px 20px 20px;
    border: 0 solid #9b9b9b;
    border-bottom-width: 2px;
}
.basketsum section.orderDetails div.editline {
    padding: 0 0 10px;
    border: 0;
}
section.orderDetails .editline textarea.remark{
    width: 100%;
}

section.orderDetails .editline input.uniqueOrderNumber{
    width: 80%;
}

section.orderDetails  i.icon_wrench{
    display: inline-block;
    height: 23px;
    width: 23px;
    -webkit-mask: url(/images/ikonok_m_szolgaltatas.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_szolgaltatas.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #454545;
    vertical-align: middle;
}

.ordersMpage .productStatus svg{
    vertical-align: bottom;
}

.ordersMpage .bgpink {
    background: #ffeded;
}
.ordersMpage .dontson select {
    height: 50px;
    margin-bottom: 20px;
}
.ordersMpage .product .kuldes {
    margin-bottom: 20px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    color: white;
    fill: white;
    background: #d2d2d2;
}
.ordersMpage .product .kuldes svg{
    vertical-align: baseline;
}
.ordersMpage .product .kuldes span{

}



.ordersMpage .productImage img {
    width: 80px;
    height: auto;
}




.temp {
    color:            #4b4b4b;
    background:       #9d9d9d;
    border-top:       #ababab;
    border-right:     #cfcfcf;
    border-bottom:    #d7d7d7;
    border-left:      #e7e7e7;
    flood-color:      #198541;
    solid-color:      #F7D11e;
    fill:             #F7901E;
}


.widget-linearunit-container{
    display: inline-block;
    width: 100%;
    float: left;
}

.fnone{
    float: none !important;
}

.linearUnitFinder{}

.linearUnitFinder a.navigate-forward{
    margin-bottom: 200px;
    display: inline-block;
    width: 100%;
}

.linearUnitFinder .content.navigate{
    padding: 28px 27px 28px 21px;
    border: 1px solid #e1e1e1;
}

.linearUnitFinder .content.navigate h1{
    margin: 0;
    font-family: dinpro-light, sans-serif;
    text-transform: uppercase;
    color: #198641;
    font-size: 26px;
}

.linearUnitFinder .content.navigate .icon{
    margin-top: 3px;
}

.linearUnitFinder .content.navigate .info-text{
    font-size: 14px;
    color: #9D9D9D;
}

/*teljes kereső*/
.linearUnit:not(.calc), .config:not(.calc){
    padding: 0;
    margin-top: 80px;
}

.linearUnit{
    padding: 0;
}

.linearUnit.calc .page-title{
    margin-top: 30px;
}

.linearUnit .page-title, .config .page-title{
    font-family: dinpro-bold, sans-serif;
    font-size: 25px;
    color: #4B4B4B;
    border: 0;
    padding: 16px 0 16px 0;
    margin: 0;
    line-height: 40px;
}

.couplings .coupling-size-label{
    display: inline-block;
    float: left;
    line-height: 30px;
    font-size: 20px;
    font-family: dinpro-bold, sans-serif
}

.couplings #coupling-sizes{
    display: inline-block;
    float: left;
}

.linearUnit .page-title .help, .config .page-title .help{
    fill: #F7901E;
    cursor: pointer;
}

.linearUnit .help-container, .config .help-container{
    display: none;
}

.linearUnit .tabs-header, .config .tabs-header{
    background: #4B4B4B;
}

.linearUnit .tabs-header .tab-counter, .config .tab-counter{
    color: #fff;
    font-family: dinpro-bold, sans-serif;
    font-size: 28px;
    margin-bottom: 9px;
}

.linearUnit .tabs-header .nav-tabs, .config .tabs-header .nav-tabs{
    padding: 0;
    margin: 0;
}

.linearUnit .tabs-header .nav-tabs li, .config .tabs-header .nav-tabs li{
    padding: 17px 16px;
    border-left: 1px solid #fff;
}

.linearUnit .tabs-header .nav-tabs li:last-child, .config .tabs-header .nav-tabs li:last-child{
    border-right: 1px solid #fff;
}

.linearUnit .tabs-header .nav-tabs li.active, .config .tabs-header .nav-tabs li.active{
    background: #9D9D9D;
}

.linearUnit .tabs-header .nav-tabs li a, .config .tabs-header .nav-tabs li a{
    color: #fff;
    font-size: 16px;
    text-transform: none;
    padding: 0;
    background-image: none;
    text-decoration: none;
}

.linearUnit .tabs-header .nav-tabs li a:hover,
.linearUnit .tabs-header .nav-tabs li a:visited,
.linearUnit .tabs-header .nav-tabs li a:active,
.linearUnit .tabs-header .nav-tabs li a:focus,
.config .tabs-header .nav-tabs li a:hover,
.config .tabs-header .nav-tabs li a:visited,
.config .tabs-header .nav-tabs li a:active,
.config .tabs-header .nav-tabs li a:focus{
    color: #fff !important;
}

.linearUnit .unit-positions-container,
.linearUnit .unit-type-container,
.linearUnit .axis-container{
    background: #9D9D9D;
}

.linearUnit .axis-container{
    margin-top: -3px;
}

.linearUnit .unit-positions-container .block-title,
.linearUnit .unit-type-container .block-title,
.linearUnit .axis-container .block-title{
    color: #fff;
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
    padding: 14px 0;
    border-bottom: 0;
    text-transform: none;
}

.linearUnit .unit-positions-container .block-title.back{
    margin: 0;
    padding-bottom: 0;
}

.linearUnit .unit-positions-container .block-title.back .inline-block{
    float: none;
    cursor: pointer;
}

.linearUnit .unit-positions-container .block-title.back .inline-block svg{
    fill: #fff;
}

.linearUnit .unit-positions{}

.linearUnit .axles{
    margin-bottom: -2px;
}

.linearUnit .unit-positions .unit-position,
.linearUnit .unit-types .unit-type,
.linearUnit .axles .axis{
    display: inline-block;
    float: none;
    padding: 9px 10px 20px 10px;
    cursor: pointer;
}

.linearUnit .axles .info-image{
    display: inline-block;
    float: left;
    padding: 9px 10px 20px 10px;
}

.linearUnit .axles .info-image img{
    width: 150px;
    border-radius: 3px;
}

.linearUnit .unit-types{
    display: none;
}

.linearUnit .unit-types.slick-initialized{
    display: block;
}

.linearUnit .axles > .inline-block{
    float: none;
}

.linearUnit .axles .axis{
    float: left;
    position: relative;
    margin-bottom: -1px;
}

.linearUnit .axles .axis .axis-overlay{
    background: #4b4b4b;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.linearUnit .axles .axis .axis-loader{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    display: none;
}

.linearUnit .axles .axis.loading .axis-overlay,
.linearUnit .axles .axis.loading .axis-loader{
    display: block;
}

.linearUnit .axles .axis.loading{
    cursor: not-allowed;
}

.linearUnit .axles .axis .axis-loader .loader{
    transform: scale(0.5);
    margin: 5px auto 0 auto;
}

.linearUnit .axles .axis .axis-loader .loader .gear .svg{
    fill: #fff;
}

.linearUnit .axles .axis .axis-loader .loader-text{
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}

.linearUnit .unit-positions .unit-position.active,
.linearUnit .unit-types .unit-type.active,
.linearUnit .axles .axis.active{
    background: #848484;
}

.linearUnit .unit-positions .unit-position-image img,
.linearUnit .unit-types .unit-type-image img,
.linearUnit .axles .axis-image img{
    width: 100%;
    max-width: 180px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

.linearUnit .axles .axis-image img{
    width: 150px;
    height: 150px;
}

.linearUnit .axles .axis-image{
    background: #fff;
    border-radius: 3px;
}

.linearUnit .axles .axis-image img{
    padding: 0 5px;
}

.linearUnit .unit-positions .unit-position-name,
.linearUnit .unit-types .unit-type-name,
.linearUnit .axles .axis-name{
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

.linearUnit .axles .axis-name{
    min-height: 36px;
}

.linearUnit .unit-positions .unit-position.active .unit-position-name,
.linearUnit .unit-types .unit-type.active .unit-type-name,
.linearUnit .axles .axis.active .axis-name{
    font-weight: bold;
}

.linearUnit .params-form-container,
.config .params-form-container{
    padding-top: 50px;
    padding-bottom: 50px;
}

.config.couplings.calc .params-form-container{
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Chrome, Safari, Edge, Opera */
.linearUnit .params-form-container input::-webkit-outer-spin-button,
.linearUnit .params-form-container input::-webkit-inner-spin-button,
.config .params-form-container input::-webkit-outer-spin-button,
.config .params-form-container input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.linearUnit .params-form-container input[type=number],
.config .params-form-container input[type=number]{
    -moz-appearance: textfield;
}

.linearUnit .params-form-container .form-group-table{
    display: table;
    margin-bottom: 0;
}

.linearUnit .params-form-container .form-group-table > label, .linearUnit .params-form-container .form-group-table > div{
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.linearUnit .params-form-container .form-group-table .inline-right{
    margin-bottom: 7px !important;
}

.linearUnit .params-form-container .inline-right, .config .params-form-container .inline-right{
    display: table;
}
.linearUnit .params-form-container .inline-right .input-label, .config .params-form-container .inline-right .input-label{
    font-size: 14px;
    font-family: dinpro-bold, sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    text-align: center;
}

.linearUnit .max-label{
    text-align: center;
    float: right;
    display: inline-block;
    width: 205px;
    font-size: 12px;
}

.linearUnit .form-group-table .max-label{
    margin-top: -5px;
    margin-bottom: 7px;
}

.linearUnit .params-form-container .extra-info,
.config .params-form-container .extra-info{
    font-size: 14px;
    margin-top: 5px;
}

.config.couplings .params-form-container .extra-info{
    margin-bottom: 8px;
    color: #9b9b9b;
    font-size: 14px;
    font-family: dinpro-light, sans-serif;
}

.config.couplings .params-form-container .extra-info span.max_torque{
    cursor: help;
    color: #f68f1e;
    font-family: dinpro-bold, sans-serif;
}

.config.couplings .params-form-container .extra-info span.max_torque:hover{
    text-decoration: underline;
}

.config.couplings .params-form-container .extra-info span.max_torque.inactive{
    cursor: not-allowed;
    opacity: 0.3;
}

.linearUnit .params-form-container .inline-table-left{
    display: table;
    float: left;
}

.linearUnit .params-form-container .inline-table-right{
    display: table;
    float: right;
}

.linearUnit .params-form-container .params-form-image img{
    width: 100%;
}

.linearUnit .params-form .separator, .config .h-separator{
    height: 1px;
    width: 100%;
    background: #eee;
    margin: 20px 0;
}

.linearUnit .params-form .pulling-application-info{
    cursor: pointer;
    margin-bottom: -2px;
}

.linearUnit .params-form .form-block-title{
    font-size: 18px;
    font-family: dinpro-bold, sans-serif;
    margin-bottom: 20px;
}

.linearUnit .params-form .inline-label, .config .params-form .inline-label{
    font-size: 18px;
    font-family: dinpro-bold, sans-serif;
}

.linearUnit .params-form.params-right{
    padding-right: 0;
    padding-left: 50px;
}

.linearUnit .params-form .extra-params .inline-label{
    float: none;
    margin-right: 27px;
}

.linearUnit .params-form .form-group input, .linearUnit .params-form .form-group select,
.config .params-form .form-group input, .config .params-form .form-group select{
    width: 120px;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    text-align: right;
    color: #8c8c8c;
}

.linearUnit .params-form #stroke,
.linearUnit .params-form #acceleration,
.linearUnit #cable-length,
.linearUnit #movement,
.linearUnit .params-form-container #acceleration_x,
.linearUnit .params-form-container #acceleration_y,
.linearUnit .params-form-container #acceleration_z,
.linearUnit .params-form-container #stroke_x,
.linearUnit .params-form-container #stroke_y,
.linearUnit .params-form-container #stroke_z,
.config .dd-container
{
    display: inline-block;
    float: none;
    margin: 0 5px;
}

.movements .dd-container{
    margin: 0 auto 3px auto;
}

.linearUnit .params-form .dd-select,
.engine-container .dd-select,
.movements .dd-select,
.config .dd-select{
    border: 1px solid #9b9b9b;
    border-radius: 0;
}

.linearUnit .params-form .dd-selected,
.engine-container .dd-selected,
.movements .dd-selected,
.config .dd-selected{
    padding: 5px;
    padding-right: 25px;
    text-align: right;
}

.linearUnit .params-form .dd-selected .dd-selected-text,
.engine-container .dd-selected .dd-selected-text,
.movements .dd-selected .dd-selected-text,
.config .dd-selected .dd-selected-text{
    color: #8c8c8c;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 1px;
}

.linearUnit .params-form #stroke .dd-options{
    overflow-y: scroll !important;
}

.linearUnit .engine-container .dd-options{
    max-height: 300px;
    z-index: 999999;
}

.linearUnit .params-form .dd-option,
.engine-container .dd-option,
.movements .dd-option,
.config .dd-option
{
    text-align: right;
    border-bottom: 0;
    transition: none;
    padding-right: 20px;
}

.linearUnit .params-form .dd-option:hover ,
.engine-container .dd-option:hover,
.movements .dd-option:hover,
.config .dd-option:hover{
    background: #9D9D9D;
}

.linearUnit .params-form .dd-option.dd-option-selected,
.engine-container .dd-option.dd-option-selected,
.movements .dd-option.dd-option-selected,
.config .dd-option.dd-option-selected{
    background: #d5d5d5;
}

.linearUnit .params-form .dd-option .dd-option-text,
.engine-container .dd-option .dd-option-text,
.movements .dd-option .dd-option-text,
.config .dd-option .dd-option-text{
    color: #8c8c8c;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}

.linearUnit .params-form .dd-option:hover .dd-option-text,
.engine-container .dd-option:hover .dd-option-text,
.movements .dd-option:hover .dd-option-text,
.config .dd-option:hover .dd-option-text{
    color: #fff;
}

.linearUnit .params-form .form-group input.error,
.config .params-form .form-group input.error{
    background: rgb(253, 234, 212);
}

.linearUnit .params-form select{
    text-align-last: right;
}

.linearUnit .params-form option{
    direction: rtl;
}

.linearUnit .params-form .form-group .unit, .config .params-form .form-group .unit{
    width: 35px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
}

.linearUnit .params-form .extra-params{}

.linearUnit .params-form .extra-params .extra-params-title{
    font-family: dinpro-bold, sans-serif;
    font-size: 16px;
    color: #198641;
    cursor: pointer;
}

.linearUnit .params-form .extra-params .icon{
    margin-right: 5px;
}

.linearUnit .params-form #extra-params > div:first-child, .linearUnit .params-form #extra-params > div:nth-child(2){
    margin-top: 20px;
}

.linearUnit .params-form-container .action-buttons, .config .params-form-container .action-buttons{
    margin-top: 50px;
}

.linearUnit .params-form-container .action-buttons > button,
.config .params-form-container .action-buttons > button{
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    margin-right: 21px;
    font-family: dinpro-light, sans-serif;
    height: 45px;
    width: 210px;
}

.linearUnit .params-form-container .action-buttons > button:last-child,
.config .params-form-container .action-buttons > button:last-child{
    margin-right: 0;
}

.linearUnit .params-form-container .alert-message{
    margin-top: 20px;
    font-family: dinpro-bold, sans-serif;
    color: #f7901e;
}

.linearUnit .params-form-container .action-buttons > button.reset-params,
.config .params-form-container .action-buttons > button.reset-params{
    color: red;
    background: #fff;
    border: 1px solid red;
}

.linearUnit .params-form-container .action-buttons > button.reset-params svg,
.config .params-form-container .action-buttons > button.reset-params svg{
    fill: red;
    margin-left: 5px;
}

.linearUnit .params-form-container .action-buttons > button.calculate-first-step,
.config .params-form-container .action-buttons > button.calculate{
    color: #fff;
    background: #198641;
    border: 1px solid #198641;
}

.linearUnit .params-form-container .action-buttons > button.calculate-first-step svg,
.config .params-form-container .action-buttons > button.calculate svg{
    margin-left: 5px;
}

.linearUnit .position-details-image{
    padding-left: 100px;
    padding-right: 125px;
}

.linearUnit .position-details-image.multi{
    padding-top: 0 !important;
}

.linearUnit .position-details-image.upsidedown{
    padding-top: 80px;
}

.linearUnit .position-details-image.horizontal,
.linearUnit .position-details-image.vertical
{
    padding-top: 35px;
}

.linearUnit .position-details-image.lateral
{
    padding-top: 40px;
}

.linearUnit .multi-axis-details-image{
    padding-left: 70px;
    padding-right: 0;
    margin-bottom: 50px;
}

.linearUnit .multi-axis-details-image .type-info{
    position: absolute;
    top: 0;
    left: 70px;
    color: #f7901e;
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
}

.linearUnit .multi-axis-details-image.with-nav{
    position: relative;
}

.linearUnit .multi-axis-details-image.with-nav .icon.left,
.linearUnit .multi-axis-details-image.with-nav .icon.right{
    position: absolute;
    top: 10px;
    transform: translateY(-50%);
    fill: #f7901e;
    cursor: pointer;
}

.linearUnit .multi-axis-details-image.with-nav .icon.left.disabled,
.linearUnit .multi-axis-details-image.with-nav .icon.right.disabled{
    fill: #ddd;
    cursor: not-allowed;
}

.linearUnit .multi-axis-details-image.with-nav .icon.left{
    right: 35px;
}

.linearUnit .multi-axis-details-image.with-nav .icon.right{
    right: 0;
}

.linearUnit .multi-axis-details-image img{
    width: 100%;
}

.linearUnit .multi-axis-details-image .info-text{
    color: #f7901e
}

.linearUnit .multi-axis-details-image .info-text svg{
    fill: #f7901e;
}

.custom-radio{}

.custom-radio.disabled .circle{
    opacity: 0.5;
    cursor: not-allowed;
}

.custom-radio.disabled .custom-radio-label{
    cursor: not-allowed;
}

.custom-radio .circle{
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 100%;
    background: #eee;
    margin-bottom: -5px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.custom-radio .circle .active-circle{
    width: 14px;
    height: 14px;
    background: #9D9D9D;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: none;
}

.custom-radio .custom-radio-label{
    display: inline-block;
    cursor: pointer;
    padding-top: 0;
}

.custom-radio .custom-radio-content{}

.custom-radio .custom-radio-content .custom-radio-option{
    display: inline-block;
    margin-right: 25px;
}

.custom-radio .custom-radio-content .custom-radio-option.active .circle .active-circle{
    display: inline-block;
}

.linearUnit .custom-checkbox{
    float: none !important;
}

.linearUnit .custom-checkbox .chkbox-rect{
    text-align: center;
    margin-right: 0 !important;
    background: #fff;
}

.linearUnit .custom-checkbox.disabled .chkbox-rect,
.config .custom-checkbox.disabled .chkbox-rect{
    background: #f0f0f0;
    cursor: not-allowed;
}

.linearUnit .custom-checkbox.disabled .chkbox-rect > span,
.config .custom-checkbox.disabled .chkbox-rect > span{
    color: #9d9d9d;
}

.linearUnit .engine-container .custom-checkbox-group{
    display: inline-block;
}


.linearUnit.calc #units{
    padding-bottom: 0;
}

.linearUnit .meghajtas-tabs{
    margin-top: 40px;
    border-bottom: 0;
}

.meghajtas-tabs.invisible{
    margin-top: 0;
}

.linearUnit .meghajtas-tabs li a{
    font-size: 14px;
    font-family: dinpro-light, sans-serif;
    line-height: 40px;
}

.linearUnit .meghajtas-tabs li.active a{
    font-family: dinpro-bold, sans-serif;
}

.linearUnit .info-text, .config .info-text{
    color: #9b9b9b;
    font-size: 14px;
    font-family: dinpro-light, sans-serif;
    font-style: italic;
}

.linearUnit .info-text .text, .config .info-text .text{
    margin-top: 30px;
}

.linearUnit .linearUnitList{}

.linearUnit .linearUnitList table{
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    width: 100%;
}

.config .product-list table{
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.config .product-list table{
    margin-bottom: 50px;
}

.linearUnit #multi-axis-units .linearUnitList table{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.linearUnit .linearUnitList table thead.fixed,
.config .product-list table thead.fixed{
    position: fixed;
    top: 80px;
}

.config .product-list table thead.fixed{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.linearUnit .linearUnitList table thead th,
.config .product-list table thead th{
    background-color: #9d9d9d;
    color: #fff;
    position: relative;
    padding: 22px 18px 16px 18px;
    font-size: 14px;
    line-height: 15px;
    font-family: pt-sans-narrow-bold, sans-serif;
    text-align: center;
    border-bottom: 0;
}

.linearUnit #multi-axis-units .linearUnitList table thead th{
    padding: 22px 18px 22px 18px;
}

.linearUnit #multi-axis-units .linearUnitList table thead.fixed th,
.config .product-list table thead.fixed th{
    background-color: #fff;
    color: #454545;
    border-bottom: 1px solid #e3e3e3;
}

.linearUnit #multi-axis-units .linearUnitList table thead th .sub-header{
    font-size: 12px;
}

.linearUnit #multi-axis-units .linearUnitList table thead th span{
    display: none;
}

.linearUnit .linearUnitList table thead th.sorting_asc,
.linearUnit .linearUnitList table thead th.sorting_desc{
    background: #848484;
}

.linearUnit .linearUnitList table thead .sorting{
    background-image: none;
}

.linearUnit .linearUnitList table thead th[data-sortable]{
    cursor: pointer;
}

.linearUnit .linearUnitList table thead th span{
    width: 12px;
    height: 10px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 10px auto 0px auto;
    font-size: 12px;
    transition: all 0.3s;
}

.linearUnit #multi-axis-units .selectMultiUnit > button{
    background: #198641;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
    padding: 10px 16px 8px 16px;
    border: 0;
}

.linearUnit #multi-axis-units .multi-name, .linearUnit #multi-axis-units .multi-price{
    font-family: dinpro-bold, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #198641;
}

.linearUnit #multi-axis-units .multi-name{
    vertical-align: top;
}

.linearUnit #multi-axis-units .movements{
    padding-top: 34px;
    font-size: 12px;
}

.linearUnit #multi-axis-units .multi-price .schedule{
    font-family: pt-sans-narrow, sans-serif;
    color: #198641;
    margin-top: 5px;
}

.linearUnit #multi-axis-units tr td{
    border-top: 0;
}

.linearUnit #multi-axis-units tr.multi-summary td{
    border-top: 1px solid #e3e3e3;;
    padding-top: 25px;
    padding-bottom: 0;
}

.linearUnit #multi-axis-units .speed-selector{
    border: 1px solid #9d9d9d;
    padding: 3px 10px;
    margin-bottom: 3px;
}

.linearUnit .linearUnitList table thead th[data-sortable]:hover span::after,
.linearUnit .linearUnitList table thead th.sorting_asc span::after,
.linearUnit .linearUnitList table thead th.sorting_desc span::after{
    font-family: 'Glyphicons Halflings';
    content: "\e094";
}

.linearUnit .linearUnitList table thead th.sorting_desc span{
    transform: rotate(180deg);
}

.linearUnit .linearUnitList table tr.disabled{
    display: none !important;
    /*background: red !important;*/
}

#multi-axis-units .linearUnitList table td{
    padding: 0 3px;
}

.linearUnit .image-container,
.config .image-container{
    position: relative;
    cursor: pointer;
}

.linearUnit .image-container .image-overlay,
.config .image-container .image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: all 0.3s;
}

.linearUnit .image-container:hover .image-overlay,
.config .image-container:hover .image-overlay{
    opacity: 1;
}

.linearUnit .image-container .image-overlay .zoom,
.config .image-container .image-overlay .zoom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}

.linearUnit .linearUnitList table td,
.config .product-list table td{
    padding: 10px 3px;
    line-height: 14px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    font-family: pt-sans-narrow, sans-serif;
    color: #4b4b4b;
}

.config .product-list table td:first-child{
    border-left: 1px solid #e3e3e3;
}

.config .product-list table td:last-child{
    border-right: 1px solid #e3e3e3;
}

.config .product-list table td.catalog.disabled{
    visibility: hidden;
}

.config .product-list table td .ok{
    color: #009047;
    font-size: 14px;
}

.linearUnit .linearUnitList table td.info{
    width: 260px;
}

.linearUnit .linearUnitList table td.image-container,
.config .product-list table td.image-container{
    padding: 0;
}

.linearUnit .linearUnitList table td.image-container img,
.config .product-list table td.image-container img{
    width: 150px;
}

.linearUnit .linearUnitList table tr.even td,
.config .product-list table tr:nth-child(2n) td{
    background: #e1e1e1;
}

svg.szallitolevel{
    cursor: pointer;
}

.linearUnit #extra{
    padding-top: 0;
    padding-bottom: 40px;
}

.linearUnit.calc #extra{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 33px;
}

.linearUnit .accessories{

}

.linearUnit .accessories.invisible{
    margin-left: -9999;
    position: absolute;
}

.linearUnit #params-container .block-title{
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    margin-top: 25px;
    border-bottom: 0;
}

.linearUnit #params-container .params-table{
    padding: 0 24px !important;
}

.linearUnit #params-container .params-table .param{}

.linearUnit #params-container .params-table .param > div,
.hydraulics .params-table .param > div{
    border-bottom: 1px solid #777;
    padding-top: 10px;
    padding-bottom: 10px;
}

.linearUnit #params-container .params-table .param:nth-child(2n+1){
    padding-left: 0;
    padding-right: 30px;
}

.hydraulics .params-table .param:nth-child(2n+1){
    padding-left: 0;
    padding-right: 20px;
}

.linearUnit #params-container.Xf .params-table .param.xf-right{
    padding-left: 30px;
    padding-right: 0;
}

.linearUnit #params-container .params-table .param:nth-child(2n){
    padding-left: 30px;
    padding-right: 0;
}

.hydraulics .params-table .param:nth-child(2n){
    padding-left: 20px;
    padding-right: 0;
}

.linearUnit #params-container .params-table .param .param-name,
.hydraulics .params-table .param .param-name{
    display: inline-block;
    float: left;
    font-family: dinpro-bold, sans-serif;
    padding: 0;
}

.linearUnit #params-container .params-table .param .param-value,
.hydraulics .params-table .param .param-value{
    display: inline-block;
    float: right;
    font-family: dinpro-light, sans-serif;
    padding: 0;
}

.linearUnit .selected-unit-container,
.linearUnit .products-container{
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 24px;
    margin-top: 40px;
}

.linearUnit .connection-parts-info-text{
    color: #f7901e;
    margin-top: 40px;
    font-family: dinpro-bold, sans-serif;
}

.linearUnit .connection-parts-info-text .icon{
    fill: #f7901e;
}

.linearUnit .products-container.connection-parts{
    margin-top: 10px;
}

.linearUnit .products-container{
    background: #fff;
}

.linearUnit .products-container.active{
    background: #f0f0f0;
}

.linearUnit .drive-shaft{
    margin-top: 40px;
}

.linearUnit.calc .selected-unit-container{
    margin-top: 0;
}

.linearUnit .additional-container{
    display: none;
}

.linearUnit .additional-container.visible{
    display: inline-block;
}

.linearUnit .block-title, .config #user-info .block-title{
    text-transform: uppercase;
    color: #198641;
    font-size: 22px;
    font-family: dinpro-light, sans-serif;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.config .block-title{
    font-family: dinpro-bold, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #454545;
    padding-bottom: 30px;
}

.linearUnit .block-sub-title{
    padding: 15px 24px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #454545;
}

.linearUnit .additional-container,
.linearUnit .engine-container,
.linearUnit #echain-container,
.linearUnit #user-info,
.config #user-info{
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 24px;
    margin-top: 40px;
}

.config #user-info{
    margin-bottom: 40px;
    margin-top: 0;
}

.linearUnit #user-info .details,
.config #user-info .details{
    max-width: 500px;
    margin: 0 auto;
}

.linearUnit #user-info .details .input-row,
.config #user-info .details .input-row{
    display: table;
    padding: 30px 0;
    border-bottom: 1px solid #e3e3e3;
}

.linearUnit #user-info .details .input-row > div,
.config #user-info .details .input-row > div{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.linearUnit #user-info .details .input-row > div input,
.config #user-info .details .input-row > div input{
    height: 34px;
    box-shadow: none;
    border: 1px solid #9b9b9b;
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    padding: 5px;
    border-radius: 0;
    width: 100%;
}

.linearUnit #user-info .details .info,
.config #user-info .details .info{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.linearUnit #user-info .details .input-row > div textarea,
.config #user-info .details .input-row > div textarea{
    box-shadow: none;
    border: 1px solid #9b9b9b;
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    padding: 5px;
    border-radius: 0;
    width: 100%;
}

.linearUnit #user-info .details .input-row > div.input-label,
.config #user-info .details .input-row > div.input-label{
    font-weight: bold;
    font-size: 18px;
    color: #4b4b4b;
}


.linearUnit.calc .additional-container,
.linearUnit.calc .engine-container,
.linearUnit.calc #echain-container{
    margin-top: 33px;
}

.linearUnit .additional-container.selected{
    background: #f0f0f0;
}


.linearUnit .details{
    display: table;
    padding: 20px 10px;
    background: #fff;
    font-size: 14px;
}

.linearUnit .engine-container .details .engine-products .product{
    border-bottom: 1px solid #ddd;
}

.linearUnit .engine-container .details .engine-products .product:last-child{
    border-bottom: 0;
}

.linearUnit .additional-container.active,
.linearUnit .engine-container.active,
.linearUnit #echain-container.active{
    background: #f0f0f0;
}

.linearUnit .additional-container.active .details,
.linearUnit .engine-container.active .details{
    background: #f0f0f0;
}

.linearUnit .details .product.active{
    background: #fff;
}

.linearUnit .selected-unit-container .details > div,
.linearUnit .engine-container .details .engine-products .product > div
{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    max-width: 200px;
}

.linearUnit .selected-unit-container .details .unit-schedule.out-of-stock{
    color: red;
}


.linearUnit .selected-unit-container .details .unit-image{
    width: 160px;
}
.linearUnit .selected-unit-container .details .unit-image img{
    width: 150px;
    height: 150px;
}

@media screen and (min-width: 1400px){
    .linearUnit .engine-container .details .product-name{
        width: 200px !important;
    }
    .linearUnit .engine-container .product-info{
        width: 200px !important;
    }

    .linearUnit .engine-container .product-stock,
    .linearUnit .engine-container .catalog,
    .linearUnit .engine-container .model
    {
        width: 100px !important;
        text-align: center !important;
    }

}

.linearUnit .details .unit-name,
.linearUnit .details .product-name
{
    width: 200px;
    word-break: break-word;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #454545;
}

.linearUnit .details .unit-name .etk,
.linearUnit .details .product-name .etk{
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    font-family: pt-sans-bold, sans-serif;
}

.linearUnit .details .product-name .custom-input{
    margin-top: 5px;
    font-family: dinpro-light, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.linearUnit .details .product-name .custom-input label{
    font-weight: normal;
}

.linearUnit .details .product-name .custom-input input{
    width: 80px;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    text-align: right;
    color: #8c8c8c;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

.linearUnit .details .product-name .custom-input .input-unit{
    width: 35px;
    display: inline-block;
}

.linearUnit .engine-container .details .product-name span.normal{
    font-weight: normal;
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
}

.linearUnit .selected-unit-container .details .block-label,
.linearUnit .additional-container .details .block-label
{
    font-size: 14px;
    font-family: dinpro-bold, sans-serif;
    margin-bottom: 5px;
}

.linearUnit .selected-unit-container .details .zsirzas_pozicio .custom-radio-content .custom-radio-option,
.linearUnit .additional-container .details .szenzor_pozicio .custom-radio-content .custom-radio-option
{
    margin-right: 0;
}

.linearUnit .selected-unit-container .details .zsirzas_pozicio .custom-radio-content .custom-radio-option:last-child .circle,
.linearUnit .additional-container .details .szenzor_pozicio .custom-radio-content .custom-radio-option:last-child .circle{
    margin-bottom: 10px;
}

.linearUnit .selected-unit-container .details .custom-radio-label,
.linearUnit .additional-container .details .szenzor_pozicio .custom-radio-label
{
    width: 120px;
    margin-bottom: 5px;
}

.linearUnit .chk{
    width: 40px;
}

.linearUnit .engine-type-selector .chk{
    width: 100%;
}

.linearUnit .product-info{
    width: 180px;
}

.linearUnit .unit-price,
.linearUnit .product-price
{
    width: 130px;
}

.linearUnit .product-qty, .linearUnit .unit-qty{
    width: 100px;
}

.linearUnit .catalog svg {
    background: #a5a5a5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

.linearUnit .selected-unit-container #meghajtas_pozicio{
    width: 120px !important;
}

.linearUnit .selected-unit-container #position{
    width: 120px;
    margin-top: 12px;
}

.linearUnit .dd-pointer-down{
    border-top: 5px solid #aaa;
}

.linearUnit .dd-pointer-up{
    border-bottom: 5px solid #aaa !important;
}

.linearUnit .selected-unit-container #meghajtas_pozicio .dd-select{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #999;
}

.linearUnit .selected-unit-container #meghajtas_pozicio .dd-selected,
.linearUnit #oldalhajt .dd-selected{
    height: 92px;
    color: #454545;
}

.linearUnit .selected-unit-container #meghajtas_pozicio .dd-selected:hover,
.linearUnit #oldalhajt .dd-selected:hover{
    color: #454545;
}

.linearUnit .selected-unit-container #meghajtas_pozicio .dd-selected .dd-selected-text,
.linearUnit .selected-unit-container #meghajtas_pozicio .dd-option .dd-option-text,
.linearUnit #oldalhajt .dd-selected .dd-selected-text,
.linearUnit #oldalhajt .dd-option .dd-option-text{
    line-height: 72px !important;
    padding-left: 10px;
    font-family: dinpro-light, sans-serif;
    font-weight: normal;
}

.linearUnit .selected-unit-container #meghajtas_pozicio .dd-option,
.linearUnit #oldalhajt .dd-option{
    height: 92px;
}

.linearUnit .selected-unit-container .dd-option-image, .linearUnit .selected-unit-container .dd-selected-image,
.linearUnit #oldalhajt .dd-selected-image{
    width: 130px;
    height: 72px;
}

.linearUnit .dd-option-image,
.linearUnit .dd-selected-image{
    max-width: 100% !important;
}

.linearUnit #oldalhajt .dd-options{
    overflow-y: scroll !important;
}

.modal ::-webkit-scrollbar,
.linearUnit ::-webkit-scrollbar,
.config ::-webkit-scrollbar{
    width: 5px;
}

.modal ::-webkit-scrollbar-track,
.linearUnit ::-webkit-scrollbar-track,
.config ::-webkit-scrollbar-track{
    background: #f1f1f1;
}

.modal ::-webkit-scrollbar-thumb,
.linearUnit ::-webkit-scrollbar-thumb, .config ::-webkit-scrollbar-thumb {
    background: #888;
}

.modal ::-webkit-scrollbar-thumb:hover,
.linearUnit ::-webkit-scrollbar-thumb:hover, .config ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.linearUnit .additional-container .details .product-container
{
    display: table;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.linearUnit .additional-container .details .cover[data-type=foto]{
    border-bottom: 1px solid #ddd;
}

.linearUnit .additional-container .details .cover[data-type=ind]{
    border-top: 1px solid #ddd;
}

.linearUnit .additional-container .details .product > div,
.linearUnit .products-container .product > div{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.linearUnit .products-container .product-stock, .linearUnit .unit-schedule{
    width: 180px;
}

.linearUnit .additional-container .details .rogzito_korom{
    padding-top: 20px;
    padding-bottom: 20px;
}

.linearUnit .details .product.border-bottom{
    border-bottom: 1px solid #ddd;
}

.linearUnit .details .product.border-top{
    border-top: 1px solid #ddd;
}

.linearUnit .additional-container .details .szenzor_szett_cont,
.linearUnit .products-container .product{
    padding-top: 20px;
    padding-bottom: 20px;
}

.linearUnit .products-container .product{
    display: table;
    width: 100%;
}

.linearUnit .additional-container .details .packing,
.linearUnit .additional-container .details .std_tgk{
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}


.linearUnit .details .product-image{
    width: 160px;
}

.linearUnit .additional-container .details .std_tgk .product-image{
    text-align: center;
}

.linearUnit .engine-container .details .engine-products .product-image{
    padding: 0 35px !important;
}

.linearUnit .additional-container .details .product-image img,
.linearUnit .products-container .details .product-image img{
    width: 150px;
}

.linearUnit .engine-container .details .engine-products .product-image img{
    width: 95px;
    height: 105px;
}

.linearUnit .connection-parts .parts{
    border-top: 1px solid #ddd;
}

.linearUnit .connection-parts .parts .product-name{
    width: 510px;
}

.linearUnit .connection-parts .parts img{
    width: 100%;
}

.linearUnit .additional-container .details .product-qty input{
    width: 30px;
    color: #aaaaaa;
    text-align: right;
    height: 30px;
    -moz-appearance:textfield; /* Firefox */
    padding-right: 3px;
    border: 1px solid #9b9b9b;
    border-radius: 0;
}

.linearUnit  .product-stock .out-of-stock{
    color: red;
}

.linearUnit .additional-container .details .out-of-stock .custom-checkbox .chkbox-rect > span{
    color: #f89114;
}

.linearUnit .additional-container .details .szenzor_tipus .custom-radio-option{
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.linearUnit .additional-container .details .szenzor_tipus .custom-radio-option .circle{
    margin-right: 0;
}

.linearUnit .additional-container .details .szenzor_tipus .custom-radio-label{
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
}

.linearUnit .additional-container .details .out-of-stock.active{
    background: #f7e8c6 !important;
}

.linearUnit .additional-container .details .order-info{
    caption-side: bottom;
    background: #f89116;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 8px 0 !important;
    display: none !important;
}

.linearUnit .additional-container .details .out-of-stock.active .order-info{
    display: table-caption !important;
}

.linearUnit .additional-container .details .order-info svg{
    margin-right: 5px;
    margin-bottom: -6px;
}

.linearUnit .engine-container{}

.linearUnit .engine-container .details{
    background: #fff;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.linearUnit .engine-container .details .engine-type-selector{
    padding: 0 50px;
}

.linearUnit .engine-container .details .engine-type-selector.nopad{
    padding: 0 0;
}

.linearUnit .engine-container .engine-type{
    position: relative;
    padding-top: 25px;
}

.linearUnit .engine-container .engine-type.active{
    background: #fff;
}

.linearUnit .engine-container .engine-type .chk input{
    width: 20px;
    height: 20px;
}

.linearUnit .engine-container .engine-type .engine-image{
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    position: relative;
}

.linearUnit .engine-container .engine-type .engine-image img{
    width: 160px;
    max-width: 100%;
    height: 90px;
    margin: 0 auto;
    cursor: pointer;
}

.linearUnit .engine-container .engine-type .image-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.6);
    display: none;
}

.linearUnit .engine-container .engine-type.disabled .image-overlay{
    display: block;
}

.linearUnit .engine-container .engine-type .engine-name{
    margin-top: 5px;
    height: 55px;
}

.linearUnit .engine-container .engine-type.disabled .engine-name{
    color: #dcdcdc;
}

.linearUnit .product.product-template{
    display: none !important;
}

.linearUnit .product.oldalhajt-template{
    display: none !important;
}

.linearUnit .engine-container .details .engine-products .product{
    display: none;
    padding: 20px 10px;
    background: #fff;
}

.linearUnit .engine-container .engine-products .product .custom-radio-content .custom-radio-option:first-of-type{
    margin-top: 10px;
    margin-bottom: 5px;
}

.linearUnit .engine-container .slick-arrow, .linearUnit .unit-types .slick-arrow{
    fill: #198641;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.linearUnit .unit-types .slick-arrow{
    margin-top: -19px;
}

.linearUnit .engine-container .slick-arrow.slick-disabled, .linearUnit .unit-types .slick-arrow.slick-disabled{
    fill: #ddd;
}

.linearUnit .unit-types .slick-arrow.slick-disabled{
    opacity: 0.2;
}

.linearUnit .engine-container .slick-arrow.left{
    left: -30px;
}

.linearUnit .unit-types .slick-arrow.left{
    left: -70px;
}

.linearUnit .engine-container .slick-arrow.right{
    right: -30px;
}

.linearUnit .unit-types .slick-arrow.right{
    right: -70px;
}

.linearUnit #cable-length, .linearUnit #driver, .linearUnit .ratio-selector,
.linearUnit .gearbox-type-selector{
    margin-left: 0;
    margin-top: 10px;
}

#echain-modal #echain-container .details{
    font-size: 14px;
}

#echain-modal #echain-container .sub-title{
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    border-bottom: 0;
    margin-top: 15px;
}

#echain-modal #echain-container .echain-box{
    display: inline-block;
    width: 25%;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: 20px;
    vertical-align: top;
    padding: 20px 10px;
}

#echain-modal #echain-container .echain-box .echain-image{
    border-radius: 3px;
    border: 1px solid #ababab;
    padding: 40px 20px;
    margin-top: 10px;
    background: #fff;
}

#echain-modal #echain-container .echain-box.active{
    background: #fff;
}

#echain-modal #echain-container .echain-box .echain-image img{
    width: 100%;
}

#echain-modal #echain-container .echain-box .echain-pos-name{
    margin-top: 5px;
}

.linearUnit #unit-add-to-cart, .infoBar, .config #config-to-cart{
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4B4B4B;
    padding-top: 12px;
    padding-bottom: 13px;
    display: none;
    transition: background-color 0.3s;
}

.infoBar{
    padding: 20px 0;
}

.infoBar.addToCart{
    padding: 0;
}

.infoBar.addToCart .success{
    padding: 8px 0;
    background: #008F49;
    color: #FFF;
}

.infoBar.addToCart svg{
    fill: #FFF;
}

.infoBar.addToCart svg.teljesult{
    margin-right: 8px;
    margin-bottom: -1px;
}

.infoBar.addToCart .infoBarContent{
    font-size: 16px;
    line-height: 21px;
    font-family: dinpro-bold, sans-serif;
    color: #fff;
}

.infoBar.addToCart .toCart{
    border: 1px solid #fff;
    margin-left: 29px;
    padding: 9px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: dinpro-light, sans-serif;
    font-weight: normal;
    display: inline-block;
}

.infoBar.addToCart .toCart svg{
    margin-bottom: -1px;
    margin-right: 5px;
}

.infoBar.addToCart .container{
    position: relative;
}

.infoBar.addToCart .closeInfoBar{
    position: absolute;
    right: 0;
    top: -8px;
    background: #4B4B4B;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.infoBar.addToCart .relatedProducts{
    background: #4B4B4B;
    padding: 15px 0 25px 0;
}

.infoBar.addToCart .relatedProducts > .container{
    padding: 0 57px;
}

.infoBar.addToCart .relatedProducts .title{
    font-family: pt-sans-bold, sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 6px;
}

.infoBar.addToCart .relatedProducts .title .moreProducts{
    color: #9D9D9D;
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
    float: right;
    font-size: 14px;
    line-height: 14px;
}

.infoBar.addToCart .relatedProducts .relatedProduct{
    margin: 0 6px;
}

.infoBar.addToCart .relatedProducts .slick-arrow{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    fill: #BABABA;
    cursor: pointer;
}

.infoBar.addToCart .relatedProducts .slick-arrow.left{
    left: -60px;
}

.infoBar.addToCart .relatedProducts .slick-arrow.right{
    right: -60px;
}

.infoBar.addToCart .relatedProducts .relatedProduct img{
    width: 100%;
    border-radius: 5px;
}

.infoBar.addToCart .relatedProducts .relatedProduct .caption{
    color: #fff;
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
    margin-top: 7px;
}

.linearUnit #extra.active #unit-add-to-cart.active,
.linearUnit.calc #unit-add-to-cart.active,
.infoBar.active{
    display: block;
}

.config:not(.calc) #order.active #config-to-cart.active{
    display: block;
}

.config.calc #order #config-to-cart.active{
    display: block;
}

.linearUnit.embed #extra.active{
    margin-bottom: 100px;
}

.linearUnit.embed .adapter-selector .dd-options{
    margin-bottom: 100px;
}

.linearUnit #unit-add-to-cart.refresh, .config #config-to-cart.refresh{
    background: rgba(25, 134, 65, 0.8);
}

.infoBar.refresh{
    /*background: rgba(247, 143, 32, 0.8);*/
    background: rgba(25, 134, 65, 0.8);
}

.infoBar.info-error.refresh{
    background: rgba(247, 143, 32, 0.8);
}

.infoBar.info-error svg{
    margin-bottom: -1px;
    margin-right: 3px;
}

.infoBar .infoBarContent, .infoBar .infoBarContent a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.linearUnit #unit-add-to-cart .sum-price-container,
.config #config-to-cart .sum-price-container{
    color: #fff;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    padding-top: 4px;
    padding-bottom: 3px;
    display: inline-block;
    float: left;
}

.linearUnit #unit-add-to-cart .sum-price-container .sum-price,
.config #config-to-cart .sum-price-container .sum-price{
    font-family: pt-sans-bold, sans-serif;
    font-size: 18px;
}

.linearUnit #unit-add-to-cart .model-container, .linearUnit #unit-add-to-cart .model-container .model,
.linearUnit #unit-add-to-cart .model-container .model-label{
    display: inline-block;
    float: left;
}

.linearUnit #unit-add-to-cart .model-container{
    display: none;
}

.linearUnit #unit-add-to-cart .model-container.active{
    display: inline-block;
}

.linearUnit #unit-add-to-cart .model-container.active .icon{
    cursor: pointer;
}

.linearUnit #unit-add-to-cart .model-container .model{
    padding-top: 8px;
}

.linearUnit #unit-add-to-cart .model-container .model-label{
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    line-height: 12px;
    padding-top: 10px;
    margin-left: 6px;
    font-size: 12px;
}

.linearUnit #unit-add-to-cart .add-to-cart-container,
.config #config-to-cart .add-to-cart-container{
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .stock-info{
    padding-top: 15px;
    padding-bottom: 14px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.config #config-to-cart .add-to-cart-container .stock-info{
    padding-bottom: 0;
    padding-top: 3px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .stock-info .stock-info-label,
.config #config-to-cart .add-to-cart-container .stock-info .stock-info-label{
    font-family: pt-sans-bold, sans-serif;
    margin-right: 6px;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .stock-info .stock-qty,
.config #config-to-cart .add-to-cart-container .stock-info .stock-qty,
.linearUnit #unit-add-to-cart .add-to-cart-container .stock-info .green,
.config #config-to-cart .add-to-cart-container .stock-info .green{
    color: #00BE61;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .cart-qty,
.config #config-to-cart .add-to-cart-container .cart-qty{
    display: inline-block;
    float: left;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .cart-qty input::-webkit-outer-spin-button,
.linearUnit #unit-add-to-cart .add-to-cart-container .cart-qty input::-webkit-inner-spin-button,
.linearUnit .additional-container .product-qty input::-webkit-outer-spin-button,
.linearUnit .additional-container .product-qty input::-webkit-inner-spin-button,
.config #config-to-cart .add-to-cart-container .cart-qty input::-webkit-outer-spin-button,
.config #config-to-cart .add-to-cart-container .cart-qty input::-webkit-inner-spin-button,
.linearUnit .custom-input input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .cart-qty input,
.config #config-to-cart .add-to-cart-container .cart-qty input{
    width: 50px;
    color: #aaaaaa;
    text-align: right;
    height: 30px;
    margin-left: 5px;
    -moz-appearance:textfield; /* Firefox */
    padding-right: 3px;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .add-to-cart,
.config #config-to-cart .add-to-cart-container .add-to-cart{
    display: inline-block;
    float: left;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .add-to-cart .add,
.config #config-to-cart .add-to-cart-container .add-to-cart .add{
    background: #198641;
    width: 135px;
    height: 45px;
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
}

.linearUnit.embed #unit-add-to-cart .add-to-cart-container .add-to-cart .add,
.config.embed #config-to-cart .add-to-cart-container .add-to-cart .add{
    width: 180px;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .add-to-cart .add[disabled],
.config #config-to-cart .add-to-cart-container .add-to-cart .add[disabled]{
    cursor: not-allowed;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .add-to-cart .add svg,
.config #config-to-cart .add-to-cart-container .add-to-cart .add svg{
    margin-right: 10px;
}

.linearUnit #unit-add-to-cart .add-to-cart-container .separator,
.linearUnit #unit-add-to-cart .model-container .separator,
.config #config-to-cart .separator{
    display: inline-block;
    float: left;
    width: 1px;
    height: 40px;
    background-image: linear-gradient(180deg, rgba(205,205,205,0)0%, rgba(205,205,205,1)50%,rgba(205,205,205,0)100%);
    margin-top: 2px;
}

.linearUnit #unit-add-to-cart .model-container .separator{
    margin-left: 20px;
    margin-right: 20px;
}

#unit-alert-modal .modal-dialog{
    max-width: 500px;
}

.modal-default{
    margin: 0 auto;
}

.modal-default .btn{
    width: auto;
    margin-top: 40px;
}

.modal-default .service-container{
    padding: 40px 25px;
    border: 1px solid #d7d7d7;
    background: #fff;
    border-radius: 5px;
    color: #4b4b4b;
    position: relative;
    font-size: 14px;
    line-height: 16px;
}

.modal-default .service-container .szimm_vagas_box{
    padding-top: 0;
    margin-bottom: 0 !important;
}

#accept-terms-modal .modal-dialog,
.copyrightModal .modal-dialog,
.copyrightModal2 .modal-dialog,
#changes-alert .modal-dialog,
.modal-default{
    max-width: 700px;
}

#unit-alert-modal .modal-content,
#accept-terms-modal .modal-content,
.copyrightModal .modal-content,
.copyrightModal2 .modal-content,
#changes-alert .modal-content,
.modal-default .modal-content
{
    padding: 0;
}

#unit-alert-modal .modal-header,
#accept-terms-modal .modal-header,
.copyrightModal .modal-header,
.copyrightModal2 .modal-header,
#changes-alert .modal-header,
.modal-default .modal-header{
    padding: 40px 60px 40px 34px;
    color: #F7901E;
    font-family: pt-sans-bold, sans-serif;
    font-size: 16px;
}

#accept-terms-modal .modal-header,
.copyrightModal .modal-header,
.copyrightModal2 .modal-header,
#changes-alert .modal-header,
.modal-default .modal-header{
    text-transform: uppercase;
}

#unit-alert-modal .modal-header .inline-block,
#accept-terms-modal .modal-header .inline-block,
.copyrightModal .modal-header .inline-block,
.copyrightModal2 .modal-header .inline-block,
#changes-alert .modal-header .inline-block,
.modal-default .modal-header .inline-block{
    margin-right: 10px;
}

#accept-terms-modal .modal-header .inline-block,
.copyrightModal .modal-header .inline-block,
.copyrightModal2 .modal-header .inline-block,
#changes-alert .modal-header .inline-block,
.modal-default .modal-header .inline-block{
    margin-top: -4px;
}

#unit-alert-modal .modal-header svg,
#accept-terms-modal .modal-header svg,
.copyrightModal .modal-header svg,
.copyrightModal2 .modal-header svg,
#changes-alert .modal-header svg,
.modal-default .modal-header svg{
    fill: #F7901E;
}

#unit-alert-modal .modal-body,
#accept-terms-modal .modal-body,
.copyrightModal .modal-body,
.copyrightModal2 .modal-body,
#changes-alert .modal-body,
.modal-default .modal-body{
    background: #E7E7E7;
    padding: 30px 45px 50px 34px;
}

#unit-alert-modal .modal-body .body-title,
#accept-terms-modal .modal-body .body-title{
    font-family: dinpro-light, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #4B4B4B;
    margin-bottom: 40px;
    line-height: 26px;
}

#accept-terms-modal .modal-body .modal-text,
.copyrightModal .modal-body .modal-text,
.copyrightModal2 .modal-body .modal-text,
#changes-alert .modal-body .modal-text,
.modal-default .modal-body .modal-text{
    font-family: dinpro-light, sans-serif;
    font-size: 16px;
    color: #4B4B4B;
    margin-bottom: 40px;
    line-height: 22px;
}


#modal-pulling-info .image-container{
    background: #fff;
    padding: 15px;
}

#modal-pulling-info .image-container img{
    width: 100%;
}

#modal-pulling-info .modal-body .modal-text{
    margin-top: 20px;
    margin-bottom: 0;
}

#unit-alert-modal .modal-body .alert-list{
    font-family: pt-sans-bold, sans-serif;
    font-size: 16px;
    color: #F20000;
}

#unit-alert-modal .modal-body .alert-list .separator{
    text-align: center;
    color: #9b9b9b;
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
}

#unit-alert-modal .modal-body .alert-list > div{
    margin-bottom: 15px;
}

#unit-alert-modal .modal-body .alert-list > div:last-child{
    margin-bottom: 0;
}

#unit-alert-modal .modal-body .modify,
#accept-terms-modal .modal-body .accept,
.copyrightModal .modal-body .accept,
#changes-alert .modal-body .accept{
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
    color: #FFF;
    font-size: 14px;
    background: #008F49;
    width: 135px;
    height: 50px;
    border: 0;
    float: right;
}

#service-missing .modal-header .inline-block{
    margin-top: 5px;
}

#service-missing .modal-body,
#parts-missing .modal-body{
    padding-bottom: 30px;
}

#service-missing .modal-body .accept,
#service-missing .modal-body .back-to-config,
#parts-missing .modal-body .back-to-config{
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
    color: #FFF;
    font-size: 14px;
    background: #008F49;
    height: 50px;
    border: 0;
    margin: 5px;
    padding: 0 15px;
}

#parts-missing .modal-body .back-to-config{
    width: 135px;
}

#service-missing .modal-body .accept svg,
#service-missing .modal-body .back-to-config svg,
#parts-missing .modal-body .back-to-config svg{
    margin-bottom: -2px;
}

#unit-alert-modal .modal-body .modify svg{
    margin-bottom: -3px;
}

#accept-terms-modal input[type="checkbox"], .copyrightModal input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: 0;
    cursor: pointer;
}

.copyrightModal .checkbox{
    margin-top: 20px;
}

#accept-terms-modal label, .copyrightModal label{
    font-size: 15px;
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
    padding-left: 22px;
}

#accept-terms-modal label.error, .copyrightModal label.error{
    color: red;
}

.linearUnit .open_3d_model.disabled svg, .config .open_3d_model.disabled svg {
    fill: #f0f0f0;
    cursor: default;
}

.linearUnit .product .catalog.disabled svg{
    fill: #f0f0f0;
}

.linearUnit .product.active .catalog.disabled svg,
.linearUnit .engine-container .product .catalog.disabled svg
{
    fill: #fff;
}

.linearUnit .catalog.disabled svg, .config .catalog.disabled svg{
    fill: #fff;
    cursor: default;
    background: #f0f0f0 !important;
}

.linearUnit .tab-pane, .config .tab-pane{
    display: block !important;
    width: 100% !important;
    height: 0;
    overflow: hidden;
}

.linearUnit .tab-pane.active, .config .tab-pane.active{
    height: auto;
    overflow: visible;
}

.linearUnit .oldalhajt .block-title{
    border-bottom: 0 !important;
    font-size: 18px !important;
    padding-bottom: 20px !important;
}

.linearUnit .oldalhajt-boxes{
    max-width: none !important;
    padding: 20px 0 !important;
    cursor: pointer;
    padding-bottom: 0 !important;
}

.linearUnit .oldalhajt-box{
    display: inline-block;
    float: none;
    text-align: center;
    width: 148px;
    border: 1px solid transparent;
    padding: 10px;
    margin-right: 5px;
}

.linearUnit .oldalhajt-box:last-child{
    margin-right: 0;
}

.linearUnit .oldalhajt-box.active,
.linearUnit .oldalhajt-box:hover{
    border: 1px solid #d7d7d7;
    background: #f9f9f9;
}

#echain-modal .echain-box .custom-checkbox-group{
    display: inline-block;
}

#echain-modal .echain-type-selector{
    margin-top: 20px;
    display: none;
}

#echain-modal .echain-type-selector.active{
    display: inline-block;
}

#echain-modal .echain-type-selector > div:first-child{
    padding-left: 0;
    padding-right: 5px;
}

#echain-modal .echain-type-selector > div:nth-child(2){
    padding-right: 0;
    padding-left: 5px;
}

#echain-modal .echain-type-selector img{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

#echain-modal .echain-type-selector .name{
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
    color: #333;
}

#echain-modal .modal-content{
    padding: 0;
}

#echain-modal .modal-header{
    padding: 30px 50px;
    border-bottom: 1px solid #f3f3f3;
    color: #f89117;
    font-weight: bold;
    text-align: justify;
}

#echain-modal .modal-header svg{
    fill: #f89117;
    margin-top: 5px;
    margin-right: 10px;
}

#echain-modal .modal-body{
    background: #ddd;
    padding: 30px;
}

.linearUnit.calc{
    padding: 0;
}

.linearUnit.calc .page-title{
    padding-top: 0;
}

.linearUnit.calc .promo{
    padding: 21px 150px;
    border-top: solid 1px #C4C4C4;
    border-bottom: solid 1px #C4C4C4;
    background: #e6e9ed;
    margin-bottom: 30px;
    margin-top: 30px;
}

.linearUnit.calc .promo .promo-title{
    font-family: dinpro-bold, sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #4B4B4B;
    text-transform: uppercase;
    margin-top: 21px;
}

.linearUnit.calc .promo .promo-sub-title{
    font-family: dinpro, sans-serif;
    margin-bottom: 38px;
    font-size: 18px;
    margin-top: 8px;
}

.linearUnit.calc .promo2{
    padding-top: 30px;
    border-top: solid 1px #C4C4C4;
    margin-bottom: 30px;
}

.linearUnit.calc .promo2 .left{
    padding-left: 75px;
}

.linearUnit.calc .promo2 img{
    max-width: 100%;
    margin: 0 auto;
}


.linearUnit.calc .promo2 .slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    fill: #198641;
    width: 75px;
    height: 75px;
}

/*
.linearUnit.calc .promo2 .slick-track {
    display: flex;
}
.linearUnit.calc .promo2 .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
*/


.linearUnit.calc .promo2 .slider .slick-arrow.left{
    left: -75px;
    padding-left: 0;
    z-index: 99;
}

.linearUnit.calc .promo2 .slider .slick-arrow.right{
    right: -75px;
    padding-left: 0;
    z-index: 99;
}

.linearUnit.calc .promo .try-it{
    margin-top: 40px;
}

.linearUnit.calc .promo .try-it img{
    width: 100%;
}

.linearUnit.calc .promo .try-it .right,
.linearUnit.calc .promo2 .right{
    padding-left: 60px;
    padding-right: 0;
}

.linearUnit.calc .promo2 .partners-title{
    text-transform: uppercase;
    font-family: dinpro-light, sans-serif;
    color: #198641;
    margin-bottom: 20px;
    font-size: 18px;
}

.linearUnit.calc .promo2 .right .quote{
    font-family: dinpro-bold, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 20px;
    color: #666666;
    line-height: 25px;
}

.linearUnit.calc .promo2 .right .quote2{
    font-size: 14px;
    font-family: dinpro-light, sans-serif;
    color: #666666;
}

.linearUnit.calc .promo .try-it .right .promo-text{
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    font-family: Helvetica, Arial, sans-serif;
    color: #666666;
}

.linearUnit.calc .promo .try-it .right .promo-link{
    margin-top: 20px;
}

.linearUnit.calc .promo .try-it .right .promo-link a{
    display: inline-block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 30px;
    background: #198641;
    font-family: dinpro-bold, sans-serif;
}

.linearUnit.calc .promo .try-it .right .promo-link a .icon{
    margin-bottom: -2px;
}

.linearUnit.calc .params-form-container{
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 21px 24px;
}

.linearUnit.calc .params-form-container .block-title{
    font-size: 16px;
    line-height: 21px;
    color: #454545;
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
}

.linearUnit.calc .params-form-container .block-title.mtop{
    margin-top: 40px;
}

.linearUnit.calc .params-form-container .movement-info{
    padding-top: 20px;
    font-size: 15px;
    color: #f7901e;
    font-weight: bold;
    padding-left: 30px;
}

.linearUnit.calc .params-form-container .form-group{
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.linearUnit.calc .params-form-container .inline-label{
    font-size: 16px;
    font-family: dinpro-bold, sans-serif;
    padding-top: 0;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell;
}

.linearUnit.calc .params-form-container.active{
    background: #f0f0f0;
}

.linearUnit.calc .params-form{
    background: #fff;
}

.linearUnit.calc .params-form .form-group{
    display: table;
}

.linearUnit.calc .page-title .reset{
    cursor: pointer;
    display: none;
}

.linearUnit.calc .page-title .reset.active{
    display: inline-block;
}

.linearUnit.calc .page-title .reset span{
    font-size: 14px;
}
.linearUnit.calc .page-title .reset svg{
    fill: red;
}

.linearUnit.calc .no-engine-alert{
    display: none;
}

.no-engine-alert{
    font-weight: bold;
    color: #f89117;
    margin-top: 20px;
    line-height: 26px;
}

.no-engine-alert svg{
    fill: #f89117;
    margin-bottom: -7px;
    margin-right: 5px;
}

.couplings .params-form-container{
    display: none;
}

.couplings .params-form .form-group .unit{
    width: 42px;
}

.couplings .params-form .form-row > .form-group:first-child{
    padding-left: 0;
    padding-right: 70px;
}

.couplings .params-form .form-row > .form-group:last-child{
    padding-right: 0;
    padding-left: 70px;
}

.couplings .params-form .custom-checkbox-group > .inline-label,
.couplings .params-form .custom-radio > .inline-label{
    display: inline-block;
    float: left;
    /*width: calc(50% - 182px);*/
    width: 375px;
    padding-top: 0;
}

.couplings .params-form .custom-checkbox-group > .checkbox-options,
.couplings .params-form .custom-radio > .custom-radio-content{
    display: inline-block;
    float: left;
    width: 850px;
}

.couplings .params-form .custom-checkbox-group > .checkbox-options .chkbox-rect .glyphicon{
    font-size: 14px;
    padding-left: 2px;
}

.couplings .params-form .custom-radio, .couplings .params-form .custom-checkbox-group{
    margin-bottom: 25px;
}

.config .tab-title{
    margin-top: 30px;
    font-family: dinpro-bold, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #454545;
    margin-bottom: 30px;
}

.couplings .info-table{
    margin-bottom: 50px;
}

.couplings .info-table .info-image-container{}

.couplings .info-table .info-image-container .drawing-not-ready{
    display: none;
}

.couplings .info-table .info-image-container .drawing-not-ready.active{
    display: block;
}

.couplings .info-table .info-image-container .drawing-not-ready img{
    height: 300px;
}

.couplings .info-table .info-image-container .drawing-not-ready .image-label{
    font-family: dinpro-light, sans-serif;
    color: #9b9b9b;
    font-size: 14px;
}

.couplings .info-table .info-image-container .drawing{
    display: none;
    float: none;
    width: auto;
}

.couplings .info-table .info-image-container .drawing.active{
    display: inline-block;
}

.couplings .info-table .info-image-container .drawing img{
    max-width: 100%;
    float: left;
    height: 300px;
}

.couplings .info-table .info-image-container .drawing-marks{
    display: none;
}

.couplings .info-table .info-image-container .drawing-marks.active{
    display: block;
    margin-top: 20px;
}

.couplings .info-table .params-row{
    padding: 0 10px;
    display: flex;
}

.couplings .info-table .params-row .params-name{
    padding: 10px 0;
    font-family: dinpro-bold, sans-serif;
    color: #454545;
    border-bottom: 1px solid #777;
}

.couplings .info-table .params-row .params-value{
    padding: 10px 0;
    font-family: dinpro-light, sans-serif;
    text-align: right;
    border-bottom: 1px solid #777;
}

.couplings .info-table .product-params{
    padding-left: 45px;
}

.linearUnit .tab-pane.active, .config .tab-pane.active{
    height: auto;
    overflow: visible;
}

.couplings.calc #params, .couplings.calc #order{
    width: 100%;
}

#productConfig{
    display: block !important;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.couplings.calc #order.inactive #config-to-cart{
    display: none;
}

#productConfig.active{
    height: auto;
    visibility: visible;
}

.couplings.calc #order.inactive{
    opacity: 0.2;
}

.couplings .products-container{
    margin-top: 30px;
    margin-bottom: 50px;
}

.couplings .products-container .product-row{
    display: flex;
}

.couplings .products-container .product-row.service{
    align-items: center;
    justify-content: center;
}

.couplings .products-container .product-row.spiders{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}

.couplings .products-container .product-row > div{
    display: inline-block;
    float: left;
}

.couplings .products-container .product-row .title-container{
    width: 16%;
    /*margin-top: 48px;*/
    position: relative;
}

.couplings .products-container .product-row .title-container > div{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.couplings .products-container .product-row .row-title,
.couplings .products-container .product-row .taper-bush-title{
    font-family: dinpro-bold, sans-serif;
    color: #454545;
    font-size: 16px;
}

.couplings .products-container .product-row .row-sub-title{
    font-family: dinpro-light, sans-serif;
    color: #9b9b9b;
    font-size: 14px;
}

.couplings .products-container .product-row .products{
    width: 48%;
}

.couplings .products-container .product-row .products .slick-track{
    margin-left: 0;
}

.couplings .products-container .product-row .products .product-image{
    cursor: pointer;
}

.couplings .products-container .product-row .products.simple-list .product,
.couplings .service-location-selector{
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 10px !important;
}

.couplings .products-container .product-row .products.simple-list .service-location-selector .dd-container{
    margin-top: 50%;
}

.couplings .products-container .product-row .products .product img{
    max-width: 100%;
}

.couplings .products-container .product-row .products.active .product:not(.active),
.couplings .products-container .product-row .products.active .service:not(.active){
    opacity: 0.5;
}

.couplings .products-container .product-row .products .product.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.couplings .products-container .product-row .products .product.disabled .product-image,
.couplings .products-container .product-row .products .product.disabled .chkbox-rect{
    cursor: not-allowed;
}

.couplings .products-container .product-row .products .product-name{
    font-size: 14px;
}

.couplings .products-container .product-row .products .product-labels{
    font-family: dinpro-light, sans-serif;
    color: #9b9b9b;
    font-size: 14px;
}

.couplings .products-container .product-row.service .products .product-labels .product-label{
    height: 36px;
}

.couplings.embed .products-container .product-row.service .products .product-labels .product-label{
    height: 54px;
}

.couplings .products-container .product-row .custom-checkbox-group .custom-checkbox{
    float: right;
}

.couplings .products-container .product-row .product .lightbox-container{
    outline: none !important;
}

.couplings .products-container .product-row .product .icon.zoom{
    float: left;
    fill: #454545;
    margin-bottom: 10px;
    margin-top: 2px;
    visibility: hidden;
}

.couplings .products-container .product-row .product:hover .icon.zoom{
    visibility: visible;
}

.couplings .products-container .product-row .product .icon.plusz{
    fill: #454545;
    position: absolute;
    top: 6px;
    left: 19px;
}

.couplings .products-container .product-row .custom-checkbox-group .custom-checkbox .chkbox-rect{
    margin-right: 0;
}

.couplings .products-container .product-row .product-info{
    padding-right: 0;
    padding-left: 0;
    width: 36%;
}

.couplings .products-container .product-row .slick-slide{
    margin: 0 10px;
}

.couplings .products-container .product-row .slick-slide img{
    width: 100%;
}

.couplings .product-row .slick-arrow{
    fill: #198641;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 70px;
    height: 70px;
}

.couplings .product-row .slick-arrow.slick-disabled{
    fill: #ddd;
}

.couplings .product-row .products{
    padding-left: 20px;
    padding-right: 20px;
}

.couplings .product-row .slick-arrow.left{
    left: -20px;
}

.couplings .product-row .slick-arrow.right{
    right: -20px;
}

.couplings .product-row .product-info{
    font-size: 14px;
}

.couplings .product-row .product-info > div{
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0 5px;
}

.couplings .product-row .external_id{
    text-align: left !important;
    margin-bottom: 20px;
    font-family: dinpro-light, sans-serif;
    color: #9b9b9b;
    font-size: 14px;
}

.couplings .product-row .external_id span{
    color: #454545;
    font-family: 'PT Sans', sans-serif;
    margin-left: 5px;
}

.couplings .product-row .product-info > div.price,
.couplings .product-row .product-info > div.stock{
    width: 35%;
}

.couplings .product-row .product-info > div.stock{
    font-size: 12px;
    padding: 0;
}

.couplings .product-row .product-info > div.stock .machining-days{
    font-size: 14px;
    color: red;
}

.couplings .product-row .product-info > div.stock .stock-info{
    display: inline-block;
    padding: 0 5px;
}

.couplings .product-row .product-info > div.stock .stock-info .warehouse-label{
    font-family: dinpro-bold, sans-serif;
}

.couplings .product-row .product-info > div.catalog,
.couplings .product-row .product-info > div.model{
    width: 15%;
}

.couplings .product-row .catalog svg{
    background: #a5a5a5;
    border-radius: 3px;
    padding: 2px;
}

.couplings .alert-message{
    margin-top: 20px;
    color: #f7901e;
    font-family: dinpro-bold, sans-serif;
}

.couplings .alert-message svg{
    fill: #f7901e;
    margin-bottom: -1px;
    margin-right: 5px;
}

@media screen and (max-width: 1399px){
    .couplings .params-form .form-row > .form-group:first-child{
        padding-right: 20px;
    }

    .couplings .params-form .form-row > .form-group:last-child{
        padding-left: 20px;
    }
}

@font-face {
    font-family: dinpro;
    src: url(fonts/DINPRO.OTF);
}

@font-face {
    font-family: dinpro-bold;
    src: url(fonts/DINPRO-BOLD.OTF);
}

@font-face {
    font-family: dinpro-light;
    src: url(fonts/DINPRO-LIGHT.OTF);
}

@font-face {
    font-family: pt-sans-narrow;
    src: url(fonts/PT_Sans-Narrow-Web-Regular.ttf);
}

@font-face {
    font-family: pt-sans-narrow-bold;
    src: url(fonts/PT_Sans-Narrow-Web-Bold.ttf);
}

@font-face {
    font-family: 'PT sans';
    src: url(fonts/PT_Sans-Web-Regular.ttf);
}

@font-face {
    font-family: pt-sans-bold;
    src: url(fonts/PT_Sans-Web-Bold.ttf);
}

@font-face {
    font-family: myriad-pro;
    src: url(fonts/MYRIADPRO-REGULAR.OTF);
}

@font-face {
    font-family: myriad-pro-light;
    src: url(fonts/MYRIADPRO-LIGHT.OTF);
}

@font-face {
    font-family: myriad-pro-bold-condensed;
    src: url(fonts/MYRIADPRO-BOLDCOND.OTF);
}

html,
body {
    height: 100%;
    color: #262626;
}

* {
    /*-webkit-touch-callout: none;*/ /* iOS Safari */
    /*-webkit-user-select: none;*/ /* Safari */
     /*-khtml-user-select: none;*/ /* Konqueror HTML */
       /*-moz-user-select: none;*/ /* Firefox */
        /*-ms-user-select: none;*/ /* Internet Explorer/Edge */
            /*user-select: none;*/ /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
            outline: none;
}

.btn{
  font-family: dinpro-bold, sans-serif;
}

.icon.tovabb{
  fill: #fff;
  margin-bottom: -1px;
}

@media (min-width: 1400px) {
    .container {
        /*width: 1014px;*/
        width: 1255px !important;
    }
    .pc20{
        width: 20%;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1014px;
    }
}
dt {
    display: inline-block;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}


.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

svg.grey {
    fill: #a5a5a5;
}

svg.grey2 {
    fill: #9b9b9b;
}

svg.green {
    fill: #198641;
}

svg.white{
  fill: #fff;
}

svg.orange{
  fill: #f78f20;
}

svg.kuka.mobile{
  margin-top: 6px;
}

svg.kovetkezo_utembe.mobile{
  margin-top: 8px;
}
svg.elozo_utembe.mobile{
  margin-top: 8px;
}
.productcategorytree .no-image {
    height: 200px;
    text-align: center;
    /*background-color: #eeeeee;*/
}
.productcategorytree .no-image i {
    vertical-align: central;
}
.productcategorytree h2 {
    font-size: 14px;
}

.productcategorytree .product .description {
    min-height: 100px;
    margin-bottom: 20px;
}
.productcategorytree .product_toolbar {

    text-align: center;
}
.productcategorytree .product .price {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
}

.productcategorytree .product3col {
    min-height: 360px;
}
.productcategorytree .product3col h2 {
    text-align: center;
    min-height:60px;
}
.productcategorytree .product3col .add-to-cart {
    position: absolute;
    bottom:0;
}

.productcategorytree .product3col .product_toolbar {

    min-height: 60px;
}

.cart tr>td:nth-child(3) {
    white-space: nowrap;
}
.cart td {
    padding: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
}

body {
    background-color: #d5d5d5;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #454545;
    line-height: 18px;
    position: relative;
}

.tooltip {
  font-family: 'PT Sans', sans-serif;
}

.clearfix {
    clear: both;
}

.nopadding {
    padding: 0px 0px !important;
}

.cursor {
    cursor: pointer;
}

.bottom19 {
    margin-bottom: 19px !important;
}

p {
    margin-bottom: 19px;
}

p.ci_label{
  margin-bottom: 8px;
}

div p:last-of-type {
    margin-bottom: 0px;
}

a {
    color: #198641;
    text-decoration: none;
}

a:hover {
    color: #fe6e3a;
    text-decoration: none;
}

.width75 {
    width: 75px;
}

.only-mobile {
    display: none;
}

hr {
    width: 100%;
    height: 1px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #cdcdcd;
}

table tr.vbottom td,
table td.vbottom {
    vertical-align: bottom !important;
}

table tr.vtop td,
table td.vtop {
    vertical-align: top !important;
}

.green {
    color: #198540;
}

.whitebg {
    background-color: #fff !important;
}

.border-right {
    border-right: 1px solid #9b9b9b;
}

.border-left {
    border-left: 1px solid #9b9b9b;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    margin-right: 3px;
    vertical-align: sub;
}

.relativePosition {
    position: relative;
    width: 100%;
}

.imgTransparentBorderWrapper:after {
    content:"";
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    opacity:0.9;
    border:2px solid #e9e9e9;
}

h2 {
    color: #454545;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    padding: 0px 0px;
    margin: 0px 0px 5px 0px;
    font-weight: 300;
    font-family: dinpro-light, sans-serif;
}

h2 a {
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
    color:#454545;
    text-transform: lowercase;
}

h2 a.small{
    font-size: 14px;
    line-height: 16px;
    font-family: dinpro-light, sans-serif;
    color: #000;
}

h2 a i {
    font-size: 9px;
    vertical-align: text-top;
    line-height: 14px !important;
}

iframe {
    width: 100%;
    height: auto;
}

h1.title {
    width: 100%;
    height: auto;
    background: #015729;
    background: -moz-linear-gradient(-45deg,  #015729 0%, #198641 100%);
    background: -webkit-linear-gradient(-45deg,  #015729 0%,#198641 100%);
    background: linear-gradient(135deg,  #015729 0%,#198641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015729', endColorstr='#198641',GradientType=1 );
    padding: 13px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    font-family: dinpro-bold, sans-serif;
}

.col-sm-clear {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

header + *:first-of-type {
    margin-top: 80px;
}

@media screen and (max-width: 767px){
    header + *:first-of-type {
        margin-top: 50px;
    }
}

header .navbar {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
    background-color: #ffffff;
    height: 80px;
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
    border: none;

}

header .navbar .container {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    height: 80px;
}

header .navbar .container .header {
    z-index: 2;
    background-color: #ffffff;
    height: 80px;
}

header .navbar .logo-bg  {
    position: absolute;
    top: 0px;
    height: 80px;
    background-color: #e7e7e7;
    width: 100%;
    left: -50%;
    z-index: 1;
}

header .navbar .navbar-brand {
    width: auto;
    height: 80px;
    vertical-align: middle;
    line-height: 80px;
    background-color: #e7e7e7;
    position: relative;
    padding: 20px 5px 20px 10px;
    z-index: 999;
}

header .navbar .navbar-brand > img{
    position: relative;
    z-index: 999;
}

header .navbar .navbar-brand:hover {
    background-color: #e7e7e7;
}

header .navbar .navbar-brand:after {
    content: " ";
    display: inline-flex;
    width: 0;
    height: 0;
    margin: 0px -24px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e7e7e7;
    transform: skew(-27deg);
    padding: 40px 22px;
    position: absolute;
    top: 0px;
    right: 0px;
}

header .navbar ul.nav {
    margin-top: 15px;
}


header .navbar ul.nav li {
    text-align: center;

}

header .navbar ul.nav li:last-of-type a {
    background: none;
}

header .navbar ul.nav li a {
    background-image: url(/images/headernavborder.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    color: #454545;
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
    padding: 0px 10px;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    vertical-align: middle;
    display: table-cell;
}

header .navbar ul.nav li a span:not(.only-mobile):not(.table-cell) {
    display: block;
    color: #aaa;
}

header .navbar ul.nav li.active a,
header .navbar ul.nav li a:hover,
header .navbar ul.nav li.active a:hover,
header .navbar ul.nav li.active:hover a:hover {
    background-color: #fff;
    color: #aaa;
}

/**
SLIDESHOW

*/



.parallax-slider-container {
	width: 100%;
	height: 600px;
	position: relative;
	overflow:hidden;
}

.parallax-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: url(slider/parallax.jpg);*/
}

ul.parallax-slider {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

ul.parallax-slider li {
	height: 100%;
	float: left;
	position: absolute;
	list-style:none;
}

ul.parallax-slider li img {
	display: block;
	margin: 50px auto 0px auto;
	border: #FFF 10px solid;
	border-radius: 4px;
}

ul.thumb-img-container {
	position: relative;
	top: 450px;
	left: 50%;
	display: inline-block;
	margin-left: -384px;
}

ul.thumb-img-container li {
	position: relative;
	display: inline-block;
	border: 4px solid #FFF;
	border-radius: 4px;
	cursor: pointer;
    margin: 5px;
}

ul.thumb-img-container li:hover {
	box-shadow: 0px 0px 10px #000;
}


section.slideshow .carousel-indicators-row {
    width: 100%;
    height: 20px;
    background: #ababab;
    bottom: 0px;
    position: relative;
    z-index: 14;
    opacity: 0.5;
    margin-top: -20px;
}

section.slideshow .container {
    position: absolute;
    margin-top: -22px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

section.slideshow .carousel-indicators {
    z-index: 15;
    list-style: none;
    text-align: right;
    position: relative;
    margin: 2px 0px 0px 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-right: 20px;
    display: inline-block;
    float: right;
    width: auto;
}

section.slideshow .carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 20px;
    margin: 0px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d7d7d7;
    transform: skew(-27deg);
    border-radius: 0px;
    border: none;
    float: left;
}

section.slideshow .carousel-indicators .active {
    background-color: #fff;
}

section.slideshow .carousel-inner>.item>a>img,
section.slideshow .carousel-inner>.item>img {
    max-width: none;
    width: 100%;
    display: block;
    height: auto;
    line-height: 1;
}

section.slideshow .carousel-caption {
    padding: 0px 0px;
    bottom: 60px;
    text-align: left;;

}

section.slideshow  .carousel-caption .description {
    width: 50%;
    float: right;
    position: relative;
}

section.slideshow  .carousel-caption .description h3 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-weight: 300;
    font-size: 35px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
}

section.slideshow  .carousel-caption .description h4 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-weight: 700;
    font-size: 42px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
}

section.slideshow  .carousel-caption .description p {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0px;
}

section.slideshow .description .btn {
    width: auto;
}

section.slideshow .carousel-control.left {
    background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
section.slideshow .carousel-control {
    width: 10%;
}
section.slideshow .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

section.slideshow .carousel-control:focus,
section.slideshow .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

section.slideshow .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

section.slideshow .slider-chevron-right {
    float: left;
}

section.slideshow .slider-chevron-left {
    float: right;
}

section.slideshow .slider-chevron-right,
section.slideshow .slider-chevron-left {
    width: 80%;
    margin-top: 65%;
    position: relative;
}

section.slideshow .slider-chevron-right:before {
    content: url(/images/ikonok_l_slider_kovetkezo.svg);
}

section.slideshow .slider-chevron-left:before {
    content: url(/images/ikonok_l_slider_elozo.svg);
}

section.slideshow button.readmore:hover{
  color: inherit;
}

/**
BREADCRUMB
*/

section.brdcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    padding: 5px 0px 12px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #ababab;
}

section.brdcrumb .breadcrumb .breadcrumb-item  {
    color:#777777;
    font-size: 12px;
    line-height: 14px;
}

section.brdcrumb .breadcrumb a.breadcrumb-item:hover,
section.brdcrumb .breadcrumb .breadcrumb-item.active {
    color: #fe6e3a;
    text-decoration: none;
}

section.brdcrumb .breadcrumb .breadcrumb-item i {
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

section.brdcrumb .breadcrumb .breadcrumb-item.active i {
    display: none;
}


section.brdcrumb .breadcrumb .breadcrumb-wrapper{
    position: relative;
    display: inline-block;
}

/*
section.brdcrumb .breadcrumb .breadcrumb-item.with-category-menu{
    position: relative;
}
*/

section.brdcrumb .breadcrumb .breadcrumb-wrapper .breadcrumb-menu-wrapper{
    width: calc(100% + 250px);
    position: absolute;
}

section.brdcrumb .breadcrumb .breadcrumb-wrapper .top-row{
    width: 100%;
    height: 20px;
    background: transparent;
    overflow: hidden;
}

section.brdcrumb .breadcrumb .breadcrumb-wrapper .top-row .skew{
    width: 50px;
    height: 20px;
    background: #fff;
    transform: skewX(45deg);
    margin-left: -40px;
}

section.brdcrumb .breadcrumb .breadcrumb-menu{
    position: absolute;
    padding: 3px 0 0 0;
    /*background: #fff;*/
    top: 100%;
    left: 0;
    display: none;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 5px);
    width: calc(100% + 250px);
    overflow-y: hidden;
    overflow-x: hidden;
    padding-left: calc(100% - 10px);
    z-index: 16;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .breadcrumb-categories{
    padding: 0;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-height: 800px){
    section.brdcrumb .breadcrumb .breadcrumb-menu{
        max-height: 500px;
    }
}

@media screen and (max-height: 700px){
    section.brdcrumb .breadcrumb .breadcrumb-menu{
        max-height: 400px;
    }
}

section.brdcrumb .breadcrumb .breadcrumb-wrapper:hover .breadcrumb-item{
    color: #fe6e3a;
}

section.brdcrumb .breadcrumb .breadcrumb-wrapper:hover .breadcrumb-menu{
    display: block;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .main-category-name{
    font-size: 13px;
    font-family: dinpro-bold, sans-serif;
    color: #454545;
    padding: 15px 15px 5px 15px;
    background: #fff;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .category{
    display: table;
    width: 100%;
    padding: 3px 15px;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .category:hover{
    background: #e7e7e7;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .category > a{
    color: #454545;
    text-decoration: none;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .category:last-child{
    border-bottom: 0;
    padding-bottom: 15px;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .category-image{
    display: table-cell;
    width: 30%;
    float: none;
    vertical-align: middle;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .category-image img{
    width: 100%;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .category-icon{
    display: table-cell;
    width: 5%;
    float: none;
    vertical-align: middle;
    padding: 0 5px 0 7px;
}

section.brdcrumb .breadcrumb .breadcrumb-menu .category-name{
    display: table-cell;
    width: 65%;
    float: none;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    font-family: pt-sans-narrow, sans-serif;
    font-size: 16px;
}

/**
PRODUCT LIST
*/

section.productlist h1 {
    position: relative;
}

section.productlist .widget-container.widget-productsearchmain-container,
section.productCategoryDetails .widget-container.widget-productsearchmain-container,
section.productDetails .widget-container.widget-productsearchmain-container {
    display: initial;
}

section.productlist .search .search_icon,
section.productCategoryDetails .search .search_icon,
section.productDetails .search .search_icon {
    cursor: pointer;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 13px;
    top: 0px;
    z-index: 4;
}

section.productlist .search input,
section.productCategoryDetails .search input,
section.productDetails .search input {
    width: 205px;
    height: 36px;
    background-color: #015729;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 36px;
    padding: 0px 35px 0px 10px;
    border: 1px solid #868686;
    margin-top: -7px;
    font-weight: 400;
    -webkit-box-shadow: inset 3px 3px 8px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 3px 3px 8px 2px rgba(0,0,0,0.2);
    box-shadow: inset 3px 3px 8px 2px rgba(0,0,0,0.2);
}

section.productlist .search_icon:after,
section.productCategoryDetails .search_icon:after,
section.productDetails .search_icon:after {
    content: url(/images/ikonok_m_kereses.svg);
}

section.productlist .thumbnail {
    padding: 10px 9px 10px 9px;
    margin-bottom:0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    margin: -5px;

}

#productList-wrapper{
    margin-left: -10px;
    margin-right: -10px;
}

#productList-wrapper > div{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 25px;
}

#productList-wrapper > div.br{
    margin-right: 750px;
}

#productList-wrapper{
    display: flex;
    flex-wrap: wrap;
}

#productList-wrapper > div.break{
    flex-basis: 100%;
    height: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 769px) {
    section.productlist .thumbnail {
        min-height: 262px; /**FIXME: equalheight kellene **/
    }
}

section.productlist .thumbnail .tooltipcontainer {
    position: relative;
}

section.productlist .thumbnail:hover {
    border: 1px solid #9b9b9b;
    background-color: #e2e2e2;
}

section.productlist .thumbnail:hover img {
    border-bottom: 5px solid #198641;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.productlist .thumbnail:hover  .caption h3 i {
    color :#b9b9b9;
}

section.productlist .thumbnail img {
    width: 100%;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 5px solid transparent;
    border-radius: 5px;
}

section.productlist .thumbnail .caption {
    padding: 10px 17px 0px 8px;
}

@media screen and (max-width: 1199px){
  height: 60px;
}

section.productlist .thumbnail .caption h3 {
    margin: 0px 0px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding-right: 20px;
}

section.productlist .thumbnail .caption h3 span{
    color: #454545;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
}

section.productlist .thumbnail .caption h3 span:hover{
    /*color: #fe6e3a;*/
}

section.productlist .thumbnail .caption h3 div.info{
    cursor: pointer;
    fill: #9b9b9b;
    vertical-align: middle;
    right: -2px;
    top: -2px;
    position: absolute;
    width: 20px;
    height: 22px;
    background: url(/images/info_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.productlist .thumbnail .caption h3 svg.info:hover {
    fill: #198641;
}

section.productlist .thumbnail .caption div {
    color: #1d78b5;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

section.productList .stock_person_filled {
    fill: #008f49;
    display: inline-block;
}

section.productList .stock_person_empty {
    fill: #c72b2e;
    display: inline-block;
}

section.productCategoryDetails+section.productlist {
    padding-top: 15px;
}

/* termék lista modal */
.modal .modal-header.withTab h4 {
    display: inline-block;
    /*width: 300px;*/
    vertical-align: middle;
}

.modal .modal-header.withTab ul.nav-tabs {
    display: inline-block;
    width: 375px;
    vertical-align: middle;
}

.modal .modal-body.withTab img {
    display: inline-block;
    padding-left: 35px;
    padding-right: 30px;
    vertical-align: top;
    width: 300px;
    height: auto;
}

.modal .modal-body.withTab .tab-content {
    display: inline-block;
    width: 375px;
    vertical-align: top;
}


.modal .modal-body.withTab .tab-content img {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: inherit;
    width: auto;
    height: auto;
}

.modal .modal-body.withTab .tab-content div {
    margin-bottom: 25px;
}

.modal .modal-body.withTab .tab-content div+a {
    margin-top: 25px;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
}

.modal .modal-body.withTab .tab-content div+a i {
    font-weight: 700;
    color: #198641;
    font-size: 10px;
    vertical-align: baseline;
}

.modal .modal-body.withTab .tab-content div+a:hover {
    color: #198641;
    text-decoration: none;
}

/**
Helyetesitő termékek
**/
.widget-productlist-container + .widget-productlist-container .productList .container {
    border-top: 1px solid #e3e3e3;
    padding-top: 25px;
}

.widget-productlist-container + .widget-productlist-container .productList {
    padding-top: 0px;
}

.widget-productlist-container + .widget-productlist-container .product_warning .container {
    border-top: 1px solid #e3e3e3;
    padding-top: 25px;
}

.widget-productlist-container + .widget-productlist-container .product_warning+.productList .container {
    border-top: none;
}

.replacements .productList h2 span {
    color: #008f49;
    font-size: 18px;
    line-height: 20px;
    text-transform:none;
    font-weight: 600;
}

.replacements .productList h2 {
    margin-bottom: 25px;
}

.replacements .productList h2 a,
.replacements .productList h2 a:active,
.replacements .productList h2 a:hover {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #198641;
    padding: 14px 20px;
    border: 1px solid #9b9b9b;
    font-weight: 600;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0px;
    vertical-align: middle;
}

.replacements .productList h2 a b {
    vertical-align: bottom;
    margin-right: 15px;
}

.replacements .productList h2 a svg {
    vertical-align: middle;
}

section.replacments h1 {
    margin-top: 7px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 22px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    color: #4b4b4b;
}



section.replacments h1 a,
section.replacments h1 a:hover,
section.replacments h1 a:active {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #9d9d9d;
    font-size: 12px;
    line-height: 12px;
}

section.replacments h1 b {
    width: calc(100% - 50px);
    font-size: 25px;
    line-height: 25px;
    color: #4b4b4b;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}


section.replacments h1 a span {
    display: block;
}

@media (max-width: 500px) {

    .replacements .productList h2 a  {
        padding: 10px 10px;
    }

    .replacements .productList h2 a b {
        display: none;

    }
}

/**
termék tooltip
**/

section.productlist .thumbnail .tooltipcontainer .tooltip {
    top: -2px !important;
    left: 0px !important;
    right: 0px;
    bottom: -5px;
}

section.productlist .thumbnail .tooltipcontainer .tooltip .tooltip-inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

section.productlist .thumbnail .tooltipcontainer .tooltip .tooltip-arrow {
    right: 21px !important;
    left: initial !important;
}

/**
NEWS
**/


.newslist .head {
  padding:0;
  margin:0;
}
.newslist .head h1 {
  margin: 0;
  padding: 8px 2px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4b4b4b;
    font-family: dinpro-bold, sans-serif;
}
.newslist .head .search {
  width: 224px;
  height: 37px;
  margin: 3px 0px 0 0;
  border: 1px solid #868686;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.newslist .head .search button {
  vertical-align: bottom;
  background-color: transparent;
  background:none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.newslist .head .search input {
  width: 188px;
  padding: 0 12px;
  border: none;
  font-size: 11px;
  line-height: 28px;
}
.newslist .head .search .icon.kereses {
  margin-top:8px;
  vertical-align: bottom;
}

.newslist .head .container {
    padding-bottom: 14px;
}

.news.all .content{
    border-top: 1px solid #ababab;
}


/*Hílevél feliratkozás*/

.widget-newsletter-container .form-control {
    height: 40px;
    line-height: 40px;
    font-style: italic;
}
.widget-newsletter-container .btn.btn-success {
    height: 50px;
    text-align: center;
}
.widget-newsletter-container .btn.btn-success i {
    vertical-align: middle;
    font-size: 14px;
    margin-top: -4px;
}
/*Hírek*/

section.news {
    background-color: #e7e7e7;
    padding: 45px 0px 55px 0px;
}

.news .panel-group .panel{
    margin-top: 0;
    border-radius: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-color: #9b9b9b !important;
}

.news .panel-group .panel a{
    color: #9e9e9e;
    text-decoration: none !important;
}

.news .panel-group .panel:first-child{
    border-top: 0;
}

.news .panel-group .panel:first-child{
    border-top: 0;
}

.news .panel-group .panel:last-child{
    border-bottom: 1px solid #ddd;
}

.news .panel-group .panel .panel-heading{
    padding: 0;
    border-radius: 0;
    background: #e8e8e8;
}

.news .panel-group .panel .panel-heading a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 300;
    font-family: dinpro, sans-serif;
}

.news .panel-group .panel .panel-heading.active{
    background: #9e9e9e;
}

.news .panel-group .panel .panel-heading.active a{
    color: #fff;
}

.news .panel-default>.panel-heading+.panel-collapse>.panel-body{
    padding: 0;
}

.news .panel-default>.panel-heading+.panel-collapse>.panel-body a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px;
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 300;
}

.news .panel-default>.panel-heading+.panel-collapse>.panel-body a.active{
    color: #198641;
    font-weight: bold;
}

.news .panel-default>.panel-heading+.panel-collapse>.panel-body a:last-child{
    border-bottom: 0;
}

.newslist section.news {
    padding: 0px 0px 55px 0px;
}

section.news .newslist .media:first-child {
    margin-top: 0px;
}

section.news .newslist .media {
    padding: 20px 20px 20px 0px;
    margin-top: 0px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

section.news:not(.all) .newslist .media:hover {
    padding: 20px 35px 20px 20px;
    margin-left: -20px;
    margin-right: -15px;
    border-top: 1px solid #9b9b9b;
    border-left: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    background-color: #eeeeee;
}

section.news.all .newslist .list-view .media{
    border-top: 1px solid #9b9b9b;
}

section.news.all .newslist .list-view > div:first-child .media{
    border-top: 0;
}

section.news .newslist .media .media-left {
    padding-right: 25px;
}

section.news .newslist .media .media-left img {
    width: 314px;
}

section.news .newslist .media .media-body h4.media-heading {
    font-weight: 700;
    color: #015729;
    font-size: 22px;
    line-height: 24px;
    padding: 0px 0px;
    margin: 10px 0px 10px 0px;
    font-family: dinpro-bold, sans-serif;
}

section.news h2+ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

section.news h2+p {
    margin-top: 12px;

}

section.news ul.nav-pills li a {
    border-top: 1px solid transparent;
    margin-top: -1px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

section.news ul.nav-pills li a:hover,
section.news  ul.nav-pills li.active a:hover,
section.news  ul.nav-pills li a:active,
section.news  ul.nav-pills li.active a:active {
    background: #eeeeee;
    color: #454545;
    text-decoration: none;
    border-right: 1px solid #ababab;
    margin-left: -15px;
    padding-left: 15px;
    border-top: 1px solid #ababab;

}

section.news ul.nav-pills li:first-of-type a:hover,
section.news  ul.nav-pills li.active:first-of-type a:hover,
section.news  ul.nav-pills li:first-of-type a:active,
section.news  ul.nav-pills li.active:first-of-type a:active {
    border-top: 1px solid #ababab;
}

section.news ul.nav-pills li:last-of-type a:hover,
section.news  ul.nav-pills li.active:last-of-type a:hover,
section.news  ul.nav-pills li:last-of-type a:active,
section.news  ul.nav-pills li.active:last-of-type a:active {
    border-bottom: 1px solid #ababab;
}

.video-title{
    margin-top: 10px;
}

.video-title p{
    font-family: dinpro-bold, sans-serif !important;
    font-size: 16px !important;
    color: #434343 !important;
}

/**
PARTNERS
**/
section.partners {
    margin-top: 50px;
}

section.partners .container {
    padding-bottom: 45px;
    border-bottom: 1px solid #ababab;
    position: relative;
}

section.partners .scroll-img {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}


section.partners .scroll-img ul {
    width: 1500em;
    height: auto;
    margin: 0;
    padding: 0px;
}

.scroll-img ul li {
    display: inline-block;
    margin: 0px 12px;
    vertical-align: middle;
}

section.partners a.mqDirectionLeft {
    left: -30px;
}

section.partners a.mqDirectionRight {
    right: -30px;
}

section.partners a.mqDirectionLeft,
section.partners a.mqDirectionRight {
    position: absolute;
    top: 58px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    display: none;
}

section.partners a.mqDirectionLeft span,
section.partners a.mqDirectionRight span {
    width: 80%;
    position: relative;
}

section.partners a.mqDirectionRight span:before {
    content: url(/images/ikonok_l_slider_kovetkezo.svg);
}

section.partners a.mqDirectionLeft span:before {
    content: url(/images/ikonok_l_slider_elozo.svg);
}

.bx-wrapper {
    width: inherit !important;
}

.bx-window {
    width: inherit !important;
}

/**
Tooltip
*/
.tooltip {
    width: auto;
    min-width: 120px;
}

.tooltip-inner {
    background-color: rgba(255,255,255,0.95);
    padding: 15px 15px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
    color: #000;
    border-bottom: 5px solid #198641;
    text-align: left;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #198641;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #198641;
}
.tooltip.right .tooltip-inner {
    border-bottom: 0;
    border-left: 5px solid #198641;
}

.tooltip.in{opacity:1!important;}

/**
SIDEBAR NAV
**/

ul.nav-pills {

}

ul.nav-pills li+li {
    margin: 0px 0px;
}

ul.nav-pills li,
ul.nav-pills li.active {
    font-size: 17px;
    line-height: 19px;
    background: transparent;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.nav-pills li.divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #cdcdcd;
    margin: 5px 0px;
}

ul.nav-pills li:last-of-type a {
    border-bottom: 1px solid transparent;
}

ul.nav-pills li a{
    background: transparent;
    color: #454545;
    text-decoration: none;
    padding: 12px 0px;
    border-bottom: 1px solid #ababab;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.nav-pills li a i{
    padding-right: 5px;
    color: #198641;
    font-size: 11px;
    vertical-align: middle;
    font-weight: 700;
}

ul.nav-pills li a * {
    display: table-cell;
    vertical-align: top;
}

ul.nav-pills li a img {
    width: 66px;
    height: auto;
    vertical-align: middle;
    display: inline;
    margin-right: 5px;
}

ul.nav-pills li a img + i,
ul.nav-pills li a img + i + span {
    display: inline;
    vertical-align: middle;
}

ul.nav-pills li.active a {
    background: transparent;
    color: #fe6e3a;
}

ul.nav-pills li a:hover,
ul.nav-pills li.active a:hover,
ul.nav-pills li a:active,
ul.nav-pills li.active a:active {
    background: transparent;
    color: #fe6e3a;
    text-decoration: none;
}

/**
TABS
**/

ul.nav-tabs {
    border-bottom: 1px solid #ababab;
    padding-bottom: 5px;
}

.nav-tabs > li a {
    text-transform: uppercase;
    padding: 10px 15px;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 15px;
    margin: 0px 0px;
    border-radius: 0px;
    border: none;
    background-image: url(/images/headernavborder.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.nav-tabs > li:first-of-type a {
    padding-left: 0px;
}

.nav-tabs > li:last-of-type a {
    padding-right: 0px;
    background: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #585858;
    background-color: transparent;
    margin: 0px 0px;
    border: none;
}

.tabs-left > .nav-tabs {
  border-bottom: 0;
}



.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  border-right-color: #ffffff;
}


/**
FORM

**/

.form-group {
    margin-bottom: 7px;
}

.form-control,
.form-control:focus {
    outline: none;
    border-radius: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #9b9b9b;
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

.btn {
    width: 100%;
    border-radius: 0px;
    text-align: center;
}
.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
    background-color: #198641;
    border-color: #198641;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-danger,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
    background-color: #c20e1a;
    border-color: #c20e1a;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-warning,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
    background-color: #f7901e;
    /*border-color: #f7901e;*/
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.text-right {
    text-align: right;
}

/*
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-warning:active,
.btn.btn-warning:hover,
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:active,
.btn.btn-danger:hover {
    color: #333;
}
*/
textarea {
    min-height: 105px;
}

/**
MODAL
*/



body.modal-open {
    padding-right: 0px !important;
}

.modal-dialog {
    width: auto;
    min-width: 320px;
    max-width: 800px;
}

.modal {
    padding-right: 0px !important;
}

.modal-content {
    border-radius: 0px;
    border: 1px solid #d0d0d0;
    padding: 35px 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.modal-header {
    padding: 0px 0px;
    margin: 0px 0px;
    border: none;
}

.modal-header button.close,
.bootbox-close-button {
    position: absolute;
    top: 11px;
    right: 11px;
    color: #fff;
    background: #9b9b9b !important;
    color: #fff !important;
    width: 20px !important;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    opacity: 1;
    z-index: 999;
}

.bootbox-close-button:hover,
.bootbox-close-button:active {
    background: #9b9b9b !important;
    color: #fff !important;
}

.bootbox-close-button {
    top: -15px;
    right: -25px;
}

.bootbox-body {
    text-align: center;
    padding: 40px 0px;
    font-size: 16px;
    line-height: 21px;
    color: #f7901e;
    font-weight: bold;
}

.modal-header .modal-title {
    color: #454545;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}

.modal-header .modal-title i {
    vertical-align: top;
    color: #008f49;
    margin-right: 10px;
}

.modal-body {
    color: #454545;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 0px 0px 0px;
}

/**

FOOTER

**/

footer section.scrolltop {
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}

footer section.scrolltop a * {
    color: #454545;
    text-decoration: none;
    font-size: 13px;
}

footer section.scrolltop a span {
    display: block;
}

footer section.footer {
    padding: 30px 0px;
    background-color: #ffffff;
    height: auto;
    border: none;
    font-size: 13px;
    line-height: 15px;
    color: #646464;
}

footer section.footer .social-icon{
    width: 32px;
    height: 32px;
    margin-right: 2px;
    display: inline-block;
}

footer section.footer .social-icon.linkedin{
    background: url('/images/social_icons.png') -10px -10px;
}

footer section.footer .social-icon.instagram{
    background: url('/images/social_icons.png') -62px -10px;
}

footer section.footer .social-icon.facebook{
    background: url('/images/social_icons.png') -10px -62px;
}

@media screen and (max-width: 767px){
    footer section.footer {
        display: inline-block;
    }
}

@media (min-width: 769px) {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
}

footer .flex{
    display: flex;
}

footer .col1,
footer .col2,
footer .col3{
    border-right: 1px solid #9b9b9b;
}

@media screen and (max-width: 991px){
    footer .col1,
    footer .col2,
    footer .col3{
        border: 0;
    }


    footer .flex{
        display: block;
    }

}

footer section.footer a.footer_link {
    text-transform: uppercase;
    color: #646464;
    text-decoration: none;
    cursor: pointer;
}

footer section.footer a.footer_link:hover {
    color: #fe6e3a;
    text-decoration: none;
}

footer section.footer a.footer_link img {
    margin-right: 10px;
}

footer section.footer ul.nav-pills li,
footer section.footer ul.nav-pills li.active {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    background: transparent;
}

footer section.footer ul.nav-pills li:first-of-type a {
    padding: 0px 0px 5px;
}

footer section.footer ul.nav-pills li a{
    background: transparent;
    color: #646464;
    text-decoration: none;
    padding: 5px 0px;
    border: none;
}

footer section.footer ul.nav-pills li a i{
    padding-right: 5px;
    color: #646464;
    font-size: 13px;
    vertical-align: top;
    font-weight: 400;
}

/**
PRODUCT CATEGORY DETAILS
*/

section.productCategoryDetails {
    background-color: #fff;
}

section.productCategoryDetails .nav-tabs{
    margin: 20px -15px 0px -15px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

section.productDetails .nav-tabs {
    margin: 20px 0 0 0;
    padding-bottom: 0;
    border-bottom: 0;
}

section.productCategoryDetails .nav-tabs li,
section.productDetails .nav-tabs li {
    float: none;
    width: 100%;
}

section.productCategoryDetails .nav-tabs li a,
section.productDetails .nav-tabs li a {
    padding: 10px 12px;
    border-bottom: 1px solid #e3e3e3;
    background-image: none;
    color: #9d9d9d;
}

section.productCategoryDetails .nav-tabs li:first-of-type a,
section.productDetails .nav-tabs li:first-of-type a {
    padding: 10px 12px 10px 12px;
}

section.productCategoryDetails .nav-tabs li a *,
section.productDetails .nav-tabs li a * {
    display: inline-block;
    vertical-align: middle;
}

section.productCategoryDetails .nav-tabs li:first-of-type a span,
section.productDetails .nav-tabs li:first-of-type a span {
    padding-left: 12px;
}

section.productCategoryDetails .nav-tabs li a span,
section.productDetails .nav-tabs li a span {
    padding-left: 12px;
}

section.productCategoryDetails .nav-tabs li a span b,
section.productDetails .nav-tabs li a span b{
    display: none;
    font-weight: 400;
}

section.productCategoryDetails .nav-tabs li.active a span b,
section.productDetails .nav-tabs li.active a span b{
    display: inline;
    vertical-align: top;
}

section.productCategoryDetails .nav-tabs li.opened a .info {

    -webkit-mask: url(/images/ikonok_m_kevesebb.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_kevesebb.svg) no-repeat 100% 100%;
}

section.productCategoryDetails .nav-tabs li.opened.active a .info,
section.productDetails .nav-tabs li.opened.active a .info {
    background-color: #198641 !important;
}

section.productCategoryDetails .nav-tabs li.opened.active a,
section.productDetails .nav-tabs li.opened.active a {
     color: #198641 !important;
}

section.productCategoryDetails .nav-tabs li a:hover,
section.productDetails .nav-tabs li a:hover {
    color: #198641 !important;
}

section.productCategoryDetails .nav-tabs li a:hover svg,
section.productDetails .nav-tabs li a:hover svg,
section.productCategoryDetails .nav-tabs li.active a svg,
section.productDetails .nav-tabs li.active a svg {
    fill: #198641 !important;
}

section.productCategoryDetails .nav-tabs li.active a,
section.productDetails .nav-tabs li.active a {
    background-color: #e9e9e9;
    color: #9d9d9d;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 12px 10px 12px;
    cursor: pointer;
}

section.productCategoryDetails .nav-tabs li:last-of-type.active a span {
    padding-left: 5px;
}

/*
section.productCategoryDetails .nav-tabs li.active a .tamogatas {
    height: 34px;
    width: 34px;
}
*/
section.productCategoryDetails h1,
section.productDetails h1 {
    margin-bottom: 0px;
    position: relative;
}

section.productCategoryDetails h1 .search .favorite,
section.productDetails h1 .search .favorite {
    margin-left: -35px;
    position: relative;
    font-size: 30px;
    margin-right: 40px;
    margin-top: -5px;
    color: #ababab;
}

section.productCategoryDetails h1 .back,
section.productCategoryDetails h1 .back:hover,
section.productCategoryDetails h1 .back:active,
section.productCategoryDetails h1 .back:focus,
section.productDetails h1 .back,
section.productDetails h1 .back:hover,
section.productDetails h1 .back:active,
section.productDetails h1 .back:focus
{
    font-size: 15px;
    vertical-align: text-top;
    line-height: 22px;
    color:#d7d7d7;
    margin-right: 5px;
}

section.productCategoryDetails .search input,
section.productDetails .search input {
    margin-top: -36px;
}

section.productCategoryDetails h1+div+div{
    border-left: 1px solid #ababab;
    padding: 20px 15px;
}

section.productCategoryDetails #productcategory_details h4 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #9d9d9d;
    margin: 0px 0px 30px 0px;
    font-weight: 400;
}

section.productCategoryDetails #productcategory_details .lead {
    font-size: 19px;
    line-height: 21px;
}

section.productCategoryDetails #productcategory_details .description h3 {
    margin: 25px 0px;
    padding: 35px 0px 0px 0px;
    border-top: 1px solid #e3e3e3;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    color: #454545;
    font-family: dinpro, sans-serif;
    font-weight: 400;
    font-weight: 400;
}

section.productCategoryDetails #productcategory_details .description .media {
    margin-bottom: 25px;
}

section.productCategoryDetails #productcategory_details .description .media .media-middle img {
    width: 100%;
    height: auto;
}

section.productCategoryDetails #productcategory_details .description .media .media-middle {
    margin-bottom: 20px;
}

section.productCategoryDetails #productcategory_details .description .media .media-body h4.media-heading {
    margin: 0px 0px 25px 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #008f49;
    text-transform: initial;
}

section.productCategoryDetails #productcategory_details #productDetailsMore {
    line-height: 20px;
}

section.productCategoryDetails #productcategory_details #productDetailsMore * {
    vertical-align: middle;
}

section.productCategoryDetails #productcategory_details #productDetailsMore i {
    font-size: 10px;
    line-height: 20px;
    vertical-align: bottom;
}

section.productCategoryDetails #productcategory_details #productDetailsMore:hover,
section.productCategoryDetails #productcategory_details #productDetailsMore:active,
section.productCategoryDetails #productcategory_details #productDetailsMore:focus {
    text-decoration: none;
    color: #fe6e3a;
}

section.productCategoryDetails section.assistance h3+div,
section.productDetails section.assistance h3+div {
    padding-top: 15px;
}

section.productCategoryDetails section.assistance h3+div+div,
section.productDetails section.assistance h3+div+div {
    background-color: #e7e7e7;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.productCategoryDetails section.assistance .contactItem,
section.productDetails section.assistance .contactItem {
    border-top: none;
    border-bottom: 1px solid #c5c5c5;
}

section.productCategoryDetails section.assistance  .downloads,
section.productDetails section.assistance  .downloads {
    margin-bottom: 20px;
}

section.productCategoryDetails section.assistance  .downloads p,
section.productDetails section.assistance  .downloads p {
    margin-bottom: 5px;
}

section.productCategoryDetails section.assistance  .downloads p a,
section.productDetails section.assistance  .downloads p a {
    color: #565656;
    text-transform: uppercase;
}

section.productCategoryDetails section.assistance  .downloads p a i,
section.productDetails section.assistance  .downloads p a i {
    color: #fff;
    background-color: #198641;
    padding: 4px 4px;
}

section.productCategoryDetails section.assistance  .downloads p a:hover,
section.productCategoryDetails section.assistance  .downloads p a:active,
section.productDetails section.assistance  .downloads p a:focus,
section.productDetails section.assistance  .downloads p a:hover,
section.productDetails section.assistance  .downloads p a:active,
section.productDetails section.assistance  .downloads p a:focus {
    color: #198641;
}

section.productCategoryDetails .productDetailsPages .col-xs-12 {
    margin-top: 15px;
}

section.productCategoryDetails .productDetailsPages .col-xs-12 table {
    width: auto !important;
    max-width: 100% !important;
}

section.productCategoryDetails .productDetailsPages .col-xs-12 table td {
    width: auto !important;
}

section.productCategoryDetails .productDetailsPages .col-xs-12 table td img {
    max-width: 100%;
    height: auto;
}


section.productCategoryDetails .productDetailsPages .iconsTable {
    width: auto; height: auto; border: 0px;
}

section.productCategoryDetails .productDetailsPages .iconsTable tr {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;

}



section.productCategoryDetails .productDetailsPages .iconsTable tr td {
    background-color: #f4f4f4;
    padding: 7px 7px;
    font-size: 12px;

}

section.productCategoryDetails .productDetailsPages .iconsTable tr td:first-of-type {
    padding-right: 3px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

section.productCategoryDetails .productDetailsPages .iconsTable tr td:last-of-type {
    padding-left: 3px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/**
product other info
*/
section.productCategoryOther {
    padding: 40px 0px 80px 0px;
    background-color: #e7e7e7;
    display: inline-block;
    width: 100%;
}

/**
PRODUCT PAGE
*/
section.productDetails {
    background-color: #fff;
}

section.productDetails #jump-to-config{
    padding: 24px 20px;
    background: #4B4B4B;
}

section.productDetails #jump-to-config:hover{
    background: #565555;
}

section.productDetails #jump-to-config:hover .box-header svg{
    fill: #fff;
}

section.productDetails #jump-to-config .box-header{
    position: relative;
    padding-left: 56px;
    padding-right: 0;
    color: #fff;
    font-family: dinpro-light, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px){
    section.productDetails #jump-to-config{
        display: none;
    }
}

@media screen and (max-width: 1199px){
    section.productDetails #jump-to-config .box-header {

    }
}

@media screen and (min-width: 1200px){
    section.productDetails #jump-to-config .box-header {
        font-size: 17px;
        line-height: 22px;
        padding-left: 67px;
    }

    section.productDetails #jump-to-config .box-header svg{
        width: 55px !important;
    }

}

@media screen and (min-width: 1400px){
    section.productDetails #jump-to-config .box-header {
        font-size: 25px;
        line-height: 30px;
        padding-left: 78px;
    }

    section.productDetails #jump-to-config .box-header svg{
        width: 66px !important;
    }

}

section.productDetails #jump-to-config .box-header svg{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    fill: #9D9D9D;
    width: 44px;
}

section.productDetails #jump-to-config .box-body{
    margin-top: 12px;
    font-size: 14px;
    line-height: 16px;
    color: #9D9D9D;
}

section.productCategoryDetails h1.title,
section.productDetails h1.title {
    padding: 5px 15px;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
}

section.productCategoryDetails h1.title .back,
section.productDetails h1.title .back {
    margin: 0px 10px;
}

section.productDetails h1.title span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 35px;
    /* float: left; */
    /* line-height: 21px; */
    margin: auto 0px;
    position: relative;
    table-layout: fixed;
}


section.productCategoryDetails h1.title table,
section.productDetails h1.title table {
    width: 100%;
    table-layout: fixed;
    height: 40px !important;
    max-height: 40px !important;
    overflow: hidden;
}

section.productCategoryDetails h1.title table {
    width: auto;
}

.widget-latestcategories-container td {
    vertical-align: middle!important;
}

@media (max-width: 500px) {
    section.productCategoryDetails h1.title table td:nth-child(2),
    section.productDetails h1.title table td:nth-child(2){
        font-size: 18px;
    }
}
.widget-latestcategories-container td:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
}

section.productDetails h1.title table td {
    vertical-align: top;
    width: 35px;
    height: 40px !important;
    max-height: 40px !important;
    overflow: hidden;
    table-layout: fixed;
    padding-top: 6px;
}

section.productDetails h1.title table td+td {
    width: auto;
    height: 40px !important;
    max-height: 40px !important;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 0px;
    line-height: 23px;
}

section.productDetails h1.title span+span {
    width: calc(100% - 41px);
}

section.productDetails .container {
    padding-bottom: 30px;
    /*border-bottom: 1px solid #e3e3e3;*/
}

section.productDetails hr {
margin: 0;
padding: 0;
border-top: 1px solid #e3e3e3;
margin-top: 15px;
}


section.productDetails .container:first-of-type {
    padding-bottom: 0px;
    border-bottom: 0px;
}

section.productDetails  div.container div+div.col-xs-11 {
    border-left: 1px solid #e3e3e3;
    padding: 20px 15px;
}

section.productDetails .nav-tabs li:last-of-type.active a {
    /*padding: 10px 10px;*/
}

section.productDetails .nav-tabs li:last-of-type.active a span {
    /*padding-left: 10px;*/
}

section.productDetails .nav-tabs li.detailedinformationTab a {
    /*padding-left: 5px;*/
}

section.productDetails .nav-tabs li a .reszletes+span {
    padding-left: 5px;
}

section.productDetails .nav-tabs li.d3dTab a {
    /*padding-left: 5px;*/
}

section.productDetails .nav-tabs li a .d3d+span {
    padding-left: 5px;
}

section.productDetails .nav-tabs li.videosTab a {
    /*padding-left: 5px;*/
}

section.productDetails .nav-tabs li a .videok+span {
    padding-left: 5px;
}

section.productDetails .nav-tabs li.downloadsTab a {
    /*padding-left: 5px;*/
}

section.productDetails .nav-tabs li a .letoltesek+span {
    padding-left: 5px;
}

section.productDetails .nav-tabs li.manufacturerinfoTab a {
    /*padding-left: 5px;*/
}

section.productDetails .nav-tabs li a .gyartoi+span {
    padding-left: 5px;
}

section.productDetails h2 {
    font-size: 25px;
    line-height: 27px;
    color: #198641;
    font-weight: 400;
    text-transform: uppercase;
    font-family: dinpro, sans-serif;
    margin: 10px 0px 33px 0px;
}

section.productDetails .productDetailsPages div.col-xs-12 {
    margin-bottom: 15px;
}

/*
Általános információk tab
*/

section.productDetails #product_details img {
    max-width: 100%;
    height: auto;
}

section.productDetails #product_details table {
    margin-top: 10px;
}

section.productDetails #product_details .pull-right table{
    width: 100% !important;
}

section.productDetails #product_details table tr td {
    width: 50%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 20px 7px 0px;
    font-size: 13px;
    line-height: 15px;
    color: #454545;
}

section.productDetails #product_details table tr td:first-of-type {
    font-weight: 600;
}

section.productDetails #product_details .images img  {
    min-width: 100%;
}
section.productDetails #product_details .images p {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    font-size: 14px;
    line-height: 16px;
    color: #9b9b9b;
    font-style: italic;
}

section.productDetails #product_details .images p:last-of-type {
    margin-bottom: 15px !important;
}

@media (max-width: 767px) {
    .productDetails .col-xs-1 {
        width: 51px;
        margin-left: -15px;
    }

    .productDetails .col-xs-11 {
        width: calc(100% - 51px);

    }

    section.productDetails .nav-tabs li a span {
        display: none;
    }

    section.productCategoryDetails .nav-tabs, section.productDetails .nav-tabs {
        margin-top: 0px;
    }

    .productDetails .container:first-of-type {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/**
VÁSÁRLÁSI METÓDUSOK
**/
section.purchaseMethods {
    background-color: #fff;
}

section.purchaseMethods hr {
margin: 0;
padding: 0;
margin-top: 10px;
border-top: 1px solid #e3e3e3;
}

section.purchaseMethods .container .row {
    display: table;
    border-spacing: 15px;
    width: calc(100% + 30px);
}

section.purchaseMethods .h-separator {
    height: 1px;
    width: 100%;
    background: #eee;
    margin: 15px 0;
}

section.purchaseMethods .container .row:before,
section.purchaseMethods .container .row:after{
    display: none;
    content: "";
}

section.purchaseMethods .container .row > div {
    display: table-cell;
    border: 1px solid #e3e3e3;
    background-color: #e9e9e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: none;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}
section.purchaseMethods .container .method-box{
    padding: 25px 120px 25px 25px;
}

section.purchaseMethods .container .method-box.active {
    background: #198641;
}

section.purchaseMethods h5 {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #9d9d9d;
    font-family: dinpro, sans-serif;
    text-transform: uppercase;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 5px;
}

section.purchaseMethods .method-box h6 {
    font-size: 25px;
    line-height: 27px;
    color: #198641;
    font-weight: 400;
    text-transform: uppercase;
    font-family: dinpro, sans-serif;
    margin: 0px 0px 0px 0px;
}

section.purchaseMethods .container .method-box.active h6{
    color: #fff;
}

section.purchaseMethods .method-box p {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 16px;
}

section.purchaseMethods .container .method-box.active p{
    color: #fff;
}

section.purchaseMethods .method-box:hover p {
    color: #198641;
}

section.purchaseMethods .method-box svg {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    fill: #9e9e9e;
}

section.purchaseMethods .container .method-box.active svg{
    fill: #fff;
}

section.purchaseMethods .method-box:hover svg {
    fill: #198641;
}

@media (max-width: 767px) {

    section.purchaseMethods .container .row > div{
        display: inline-block;
        width: 48%;
    }

    section.purchaseMethods .container .row > div:first-child{
        float: left;
    }

    section.purchaseMethods .container .row > div:last-child{
        float: right;
    }

    section.purchaseMethods .method-box {
        text-align: center;
        padding: 12px 12px !important;
        height: 110px;
        position: relative;
    }

    section.purchaseMethods .method-box p {
        display: none;
    }

    section.purchaseMethods .method-box svg {
        position: absolute !important;
        right: auto !important;
        left: 50%;
        top: 12px;
        margin: 0px auto;
        display: block !important;
        transform: translate(-50%, 0);
    }

    section.purchaseMethods h5 {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        color: #9d9d9d;
        font-family: dinpro, sans-serif;
        text-transform: uppercase;
        margin: 15px 0px;
    }

    section.purchaseMethods .method-box h6 {
        font-size: 17px;
        line-height: 19px;
        position: absolute;
        top: 60px;
        width: 65%;
        left: 50%;
        transform: translateX(-50%);
    }

    .smallpadding-right {
        padding-right: 7px;
    }

    .smallpadding-left {
        padding-left: 7px;
    }
}

/**
Kalkulárot
*/

section.calculator {
    background-color: #fff;
}

section.calculator .container {
    padding: 20px 0px 0px 0px;
}

section.calculator a.calc  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 110px 25px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
    border: 1px solid #e3e3e3;
    text-decoration: none !important;
}

section.calculator a.calc.opened {
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

section.calculator a.calc.opened.aktuator{
    border-bottom: 1px solid #aaaaaa;
    border-radius: 3px !important;
}

section.calculator .calculator_details {
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin-top: -10px;
}

section.calculator .calculator_details.aktuator{
    border-right: 0;
    border-left: 0;
}

section.calculator .calculator_details .adatbekero .container{
    width: 100% !important;
}

section.calculator .calculator_details.aktuator{
    border-right: 0;
    border-left: 0;
}

section.calculator a.calc.opened+.calculator_details {
    display: block;
}

section.calculator a.calc h6{
    font-size: 25px;
    line-height: 27px;
    color: #198641;
    font-weight: 400;
    text-transform: uppercase;
    font-family: dinpro, sans-serif;
    margin: 0px 0px 0px 0px;
}

section.calculator a.calc p {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 16px;
}

section.calculator a.calc:hover p {
    color: #198641;
}

section.calculator a.calc svg{
    fill: #9d9d9d;
    padding: 0px 0px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.kalkulator_kevesebb {
    display: none;
}

section.calculator a.calc.opened .kalkulator_tobb {
    display: none;
}

section.calculator a.calc.opened .kalkulator_kevesebb {
    display: block;
}

section.calculator a.calc:hover svg, section.calculator a.calc-page:hover svg {
    fill: #198641;
}

section.calculator .calculator_details ul.nav-tabs {
    padding: 0px 20px 6px 20px;
    border-bottom: 1px solid #e1e1e1;
    font-family: dinpro, sans-serif;
    text-align: center;
}

section.calculator .calculator_details ul.nav-tabs li {
    float: none;
    display: inline-block;
}

section.calculator .calculator_details ul.nav-tabs li:last-child {
    margin-left: -5px;
}

section.calculator .calculator_details ul.nav-tabs > li.active > a,
section.calculator .calculator_details ul.nav-tabs > li.active > a:hover,
section.calculator .calculator_details ul.nav-tabs > li.active > a:focus {
    font-family: dinpro-bold, sans-serif;
}

section.calculator .calculator_details .tab-content {
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e9e9e9;
}

section.calculator .calculator_details .tab-content p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #9d9d9d;
}

section.calculator .calculator_details table {
    width: 100%;
    margin-top: 10px;
}

section.calculator .calculator_details tbody tr td {
    border-bottom: 1px solid #ababab;
}

section.calculator .calculator_details tbody tr:last-of-type td {
    border-bottom: 2px solid #198641;
}

section.calculator .calculator_details tr td {
    vertical-align: middle;
    padding: 10px 10px;
}

section.calculator .calculator_details tbody tr td + td {
    text-align: right;
}

section.calculator .calculator_details tbody tr td + td +td {
    text-align: left;
}

section.calculator .calculator_details tbody tr td span.glyphicon {
    color: #9d9d9d;
}

section.calculator .calculator_details tbody tr td:first-of-type {
    padding-left: 0px;
    font-weight: 600;
}

section.calculator .calculator_details tbody tr td:last-of-type b {
    color: #555555;
}

section.calculator .calculator_details tbody tr td input {
    max-width: 80px;
    text-align: right;
    display: inline-block;
    height: 25px;
}

section.calculator .calculator_details tbody tr td select {
    width: auto;
    height: 25px;
    display: inline-block;
    padding: 0px 12px;
}

section.calculator .calculator_details tr td.calculator_or {
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 10px 0px;
}

section.calculator .calculator_details tr td.calculator_or span {
    font-size: 12px;
    line-height: 12px;
    color: #9d9d9d;
    background-color: #e9e9e9;
    z-index: 2;
    vertical-align: middle;
    position: relative;
    padding-bottom: 4px;
    display: inline-block;

}

section.calculator .calculator_details tr td.calculator_or:after {
    content:"";
    position: absolute;
    z-index: 1;
    top: 5px;
    bottom: 5px;
    left: 50%;
    border-left: 1px solid #ababab;
    margin-right: -1px;
}

section.calculator .calculator_details tfoot tr td {
    padding-left: 0px;
}

section.calculator .calculator_details tfoot tr td button {
    width: auto;
}

section.calculator .calculator_details tfoot tr td span {
    font-weight: 600;
    color: #198641;
    vertical-align: middle;
    margin: 0px 20px 0px 8px;
}

section.calculator .calculator_details tfoot tr td span.comment {
    font-weight: normal;
    color: #454545;
    margin: 0px 0px 0px 0px;
}

section.calculator .calculator_details tfoot tr td input {
    width: 170px;
    display: inline-block;
    height: 25px;
}

section.calculator .calculator_details tfoot tr:last-of-type td {
    text-align: right;
}

section.calculator .calculator_details tfoot .calculator-filter {
    display: inline-block;
    width: 200px;
    height: 45px;
    cursor: pointer;
}

section.calculator .calculator_details tfoot .calculator-filter span.filter_icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #4b4b4b;
    vertical-align: middle;
    margin: 0px 15px 0px 0px;
}

section.calculator .calculator_details tfoot .calculator-filter span.filter_icon span {
    -webkit-mask: url(/images/ikonok_m_lista_szures_hozzaadasa.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_lista_szures_hozzaadasa.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 40px;
    height: 45px;
    display: inline-block;
    background-color: #fff;

}

section.calculator .calculator_details tfoot .calculator-filter span+span {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #4b4b4b;
    font-family: dinpro, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px 5px 0px 0px;
    width: 130px;
    text-align: left

}

/**
Termék oldal figyelmeztető
*/
section.product_warning,
section.product_form{
    background-color: #fff;
    padding-top: 20px;
}

.bootbox .figyelmeztetes,
section.product_warning .figyelmeztetes {
    fill: #f7901e;
    padding: 0px 0px;
    margin: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}

section.product_warning .figyelmeztetes+span,
.bootbox .figyelmeztetes+span {
    font-weight: bold;
    color: #f7901e;
    vertical-align: middle;
}

/**
PRODUCT LIST
**/

section.productList .responsive-table{
    overflow-x: inherit;
    overflow-y: visible;
}

section.productList .stock-info{
    fill: #fff;
    margin-left: 3px;
    margin-bottom: -1px;
    cursor: pointer;
}

.stock-info-tooltip{
    margin-top: -12px;
}

section.productList {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 20px;
}

section.productList .info {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #5c5a5a;
}

.responsive-table {
    max-width: 100%;
    overflow-x: auto;
}

section.productList .info a#setVisibleColumns {
    text-transform: uppercase;
    color: #b5b5b5 !important;
    font-family: dinpro, sans-serif;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    padding: 0px 25px 0px 8px;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    text-decoration: none !important;
    height: 35px;
}

section.productList .info a .nem_lathato,
section.productList .info a .lathato {
    fill: #b5b5b5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

/*
section.productList .info a.opened .nem_lathato,
section.productList .info a .lathato  {
    display: none;
}
*/

section.productList .info a.opened .lathato  {
    display: inline-block;
}

section.productList .info a i {
    font-style: normal;
    vertical-align: middle;
    /*margin-left: 5px;
    vertical-align: top;
    font-size: 12px;*/
}

section.productList .info a.edit_icon .szerkesztes{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

section.productList table {
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    width: 100%;
}

section.productList table th,
section.productList table td {
    padding: 10px 3px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #e3e3e3;
}

section.productList table td.smallPadding {
    padding: 2px 7px;
}

section.productList table thead tr th{
    background-color: #9d9d9d;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 10px 5px 0 6px;
}
section.productList table thead tr td {
    background-color: #9d9d9d;
    color: #ffffff;
    padding-bottom: 3px;
    font-weight: 600;
}

section.productList table thead tr td.stock{
    position: relative;
}

section.productList table thead tr+tr th {
    border-top: 0px;
    padding-top: 5px;
}

section.productList table thead tr th span {
    width: 12px;
    height: 10px;
    font-family: 'Glyphicons Halflings';
    font-style: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 10px auto 0px auto;
}

section.productList table thead tr th span:after {
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
}

section.productList table thead tr th:not(.sort):hover {
    background-color: #848484;
}

section.productList table thead tr th:not(.sort):hover span:after {
    content: "\e094";
}

section.productList table thead tr th.sort {
    background-color: #848484;
}

section.productList table thead tr th.sort:not(.desc) span:after {
    content: "\e094";
}
/*
section.productList table thead tr th.sort:not(.desc):hover span:after {
    content: "\e093";
}*/

section.productList table thead tr th.sort.desc span:after {
    content: "\e093";
}
/*
section.productList table thead tr th.sort.desc:hover span:after {
    content: "\e094";
}*/

section.productList table thead tr th.no-sort,
section.productList table thead tr th.no-sort:hover
{
    cursor: default !important;
     background-color: #9d9d9d !important;
    color: #ffffff !important;
}

section.productList table thead tr th.no-sort span:after {
    content: "" !important;
}

section.productList table tbody tr td {
    background-color: #e1e1e1;
    color: #454545;
    white-space: nowrap;
}

section.productList table tbody tr td.leftBorder {
    border-left: 1px solid #e3e3e3;
}

section.productList table tbody tr.odd td {
    background-color: #fff;
}

section.productList table tbody tr td input {
    width: 50px;
    padding: 5px 3px;
    text-align: right;
    display: inline-block;
}

section.productList .cart_icon {
    display: inline-block;
}

section.productList .cart_icon .kosar {
     fill: #9b9b9b;
}

section.productList .cart_icon:hover .kosar {
    fill: #198641 !important;
}

section.productList table tbody tr.opened td.cartColumn,
section.productList table tbody tr.opened td.additionalColumn {
    background-color: #008f49;
}

section.productList table tbody tr td .cart_icon .kuka,
section.productList table tbody tr.opened td .cart_icon .kosar {
    display: none;
}

section.productList table tbody tr.opened td .cart_icon .kuka {
    fill: #fff;
    display: inline-block;
}

section.productList .additional_icon {
    height: 30px;
    width: 30px;
    -webkit-mask: url(/images/ikonok_m_kiegeszito_termekek.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_kiegeszito_termekek.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #9b9b9b;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
}

section.productList .additional_icon:hover {
    background-color: #198641 !important
}

section.productList table tbody tr.opened td .additional_icon {
    background-color: #fff;
     -webkit-mask: url(/images/ikonok_m_lista_elem_torles-bezaras.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_lista_elem_torles-bezaras.svg) no-repeat 100% 100%;
}

section.productList table tbody tr.opened td .cart_icon:hover .kuka {
    fill: #fe6e3a !important;
}

section.productList table tbody tr.opened td .additional_icon:hover {
    background-color: #fe6e3a !important;

}

section.productList .replacement_icon {
    display: inline-block;
}

section.productList .replacement_icon svg {
     fill: #9b9b9b;
}

section.productList .replacement_icon:hover svg {
    fill: #198641 !important
}

section.productList .threed_icon {
    display: inline-block;
}

section.productList .threed_icon:hover svg {
    fill: #198641 !important
}

section.productList table tbody tr.separator td{
    height: 25px;
    background: white;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

section.productList table tbody tr.additional,
section.productList table tbody tr.separator {
    display: none;
}

section.productList table tbody tr.opened+tr,
section.productList table tbody tr.opened+tr+tr,
section.productList table tbody tr.selected+tr+tr {
    display: table-row;
}

section.productList table tbody tr.opened+tr td {
    padding: 15px 25px;
}

section.productList table tbody tr.opened+tr td table {
    width: 100%;
    border: none;
}

section.productList table tbody tr.opened+tr td table thead th {
    background-color: transparent !important;
    cursor:auto;
}

section.productList table tbody tr.opened+tr td table th {
    font-weight: 400;
    color: #9d9d9d;
    border-top: none;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 7px;
}

section.productList table tbody tr.opened+tr td table td {
    color: #454545;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 7px;
}

section.productList table tbody tr.opened+tr td table tr th:first-of-type,
section.productList table tbody tr.opened+tr td table tr td:first-of-type {
    text-align: left;
    padding-left: 0px;
}

section.productList .szolgaltatas {
    fill: #4b4b4b;
    padding: 0px 0px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

section.productList table tbody tr.opened+tr td table thead tr th:first-of-type {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

section.productList table tbody tr.opened+tr td table textarea {
    height: 65px;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd {
    vertical-align: top !important;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd div {
    margin: 8px 0px;
    position: relative;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd div button {
    background-color: #4b4b4b;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd div input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom:0px;
    left: 0px;
    right:0px;
    margin: 0px 0px;
    padding: 0px 0px;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    cursor: pointer;
}

section.productList .csatolmany {
    fill: #ffffff;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd select {
    display: block;
    width: 100%;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd ul {
    margin: 0px 0px;
    list-style: none;
    padding: 0px 0px;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd ul li {
    margin-bottom: 5px;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd ul li span {
    cursor: pointer;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd ul li span .kuka {
    fill: #9d9d9d;
}

section.productList table tbody tr.opened+tr td table tbody tr td.uploadTd ul li span:hover .kuka {
    fill: #198641 !important
}

/* depricated ????*/
section.productList .service_delete_icon {
    cursor: pointer;
    height: 30px;
    width: 30px;
    -webkit-mask: url(/images/ikonok_m_szolgaltatas_torles.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_szolgaltatas_torles.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #c72b2e;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
}
/* depricated ????*/
section.productList .service_delete_icon:hover {
    background-color: #198641 !important
}

section.productList table tbody tr.opened+tr td table tbody tr td select {
    display: inline-block;
    width: auto;
}

section.productList table tbody tr.opened+tr td table tbody tr td.text-left {
    text-align: left !important;
}

section.productList table tbody tr.opened+tr td table tbody tr td label {
    font-weight: 400;
    margin-left: 5px;
}

section.productList table tbody tr.opened+tr td table tbody tr:last-of-type td {
    border-bottom: 0px;
}

section.productList table tbody tr.opened+tr td table tfoot td {
    border-top: 1px solid #4b4b4b;
    font-size: 15px;
    line-height: 17px;
}

section.productList table tbody tr.opened+tr .btn.btn-success {
    width: 200px;
    margin-top: 20px;
    white-space: normal;
    text-align: left;
    position: relative;
    padding-left:55px;
    font-size: 13px;
}

section.productList table tbody tr.opened+tr .btn.btn-success .kosar {
    fill: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: auto 0px;
    position: absolute;
    top:0px;
    left: 10px;
    bottom: 0px;
}

section.productList table tbody tr.opened+tr .btn.btn-danger {
    width: 200px;
    margin-top: 20px;
    white-space: normal;
    text-align: left;
    position: relative;
    padding-left:55px;
    font-size: 13px;
}

section.productList table tbody tr.opened+tr .btn.btn-danger .bezaras {
    fill: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: auto 0px;
    position: absolute;
    top:0px;
    left: 10px;
    bottom: 0px;
}

section.productList table tbody tr.opened+tr .warnings {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

section.productList table tbody tr.opened+tr .warnings p {
    margin-bottom: 10px;
    color: #4b4b4b;
    font-size: 12px;
    line-height: 14px;
    padding-left: 30px;
}

section.productList table tbody tr.opened+tr .warnings .figyelmeztetes {
    fill: #f7901e;
    padding: 0px 0px;
    margin: 0px 10px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

section.productList table tbody tr.opened+tr .complements {
    text-align: left;
    margin-top: 5px;
}

section.productList table tbody tr.opened+tr .complements .row {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow: auto;
}

section.productList table tbody tr.opened+tr .complements .row div {
    display: inline-block !important;
    float: none !important;
}

section.productList table tbody tr.opened+tr .complements .title {
    position: relative;
    margin-bottom: 18px;
}

section.productList table tbody tr.opened+tr .complements .title .osszeallitas_varazslo  {
    fill: #4b4b4b;
    padding: 0px 0px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

section.productList table tbody tr.opened+tr .complements .title span {
    display: block;
    padding-left: 60px;
}

section.productList table tbody tr.opened+tr .complements .title span:first-of-type {
    font-size: 18px;
    line-height: 25px;
    color: #4b4b4b;
    font-weight: 400;
    text-transform: uppercase;
}

section.productList table tbody tr.opened+tr .complements .thumbnail {
    padding: 0px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}

section.productList table tbody tr.opened+tr .complements .caption a {
    font-size: 15px;
    line-height: 17px;
    color: #454545
}

section.productList table tbody tr.opened+tr .complements .caption a:hover {
    color: #198641;
}

/**
Termék lista mobil
*/

section.productList table.isMobile {
    width: 100%;
    word-wrap:break-word;
    table-layout: fixed;
}

section.productList table.isMobile tbody tr.datas td {
    padding: 15px 12px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel {
    display: none;
}

section.productList table.isMobile tbody td .more_info_panel .add_basket svg {
    fill: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

section.productList table.isMobile tbody td .more_info_panel .add_basket:active,
section.productList table.isMobile tbody td .more_info_panel .add_basket:focus {
    color: #fff !important;
}

section.productList table.isMobile tbody tr.datas.selected td .more_info_panel {
    display: block;
    margin-top: 15px;
}

section.productList table.isMobile tbody tr.datas.opened td .more_info_panel .add_basket {
    background-color: #c72b2e;
    border-color: #c72b2e;
}

section.productList table.isMobile tbody tr.datas.opened td .more_info_panel .add_basket span:first-of-type,
section.productList table.isMobile tbody tr td .more_info_panel .add_basket span:last-of-type {
    display: none;
}

section.productList table.isMobile tbody tr.datas.opened td .more_info_panel .add_basket span:last-of-type {
    display: inline-block;
}

section.productList table.isMobile tbody tr.datas td .ptitle {
    font-size: 22px;
    line-height: 24px;
    color: #454545;
}

section.productList table.isMobile tbody tr.datas td .a1 {
    margin: 10px 0px 0px;
}

section.productList table.isMobile tbody tr.datas td .a1 .d3dRow,
section.productList table.isMobile tbody tr.datas td .a1 .priceRow {
    display: inline-block;
    vertical-align: middle;
}

section.productList table.isMobile tbody tr.datas td .a1 .priceRow {
    width: 100%;
    text-align: right;
    color: #4b4b4b;
    font-weight: bold;
    font-size: 16px;
}

section.productList table.isMobile tbody tr.datas td .a1 .d3dRow+.priceRow {
    width: calc(100% - 30px);
}

section.productList table.isMobile tbody tr.datas.selected td .a1 .priceRow span {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-color: #9d9d9d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



section.productList table.isMobile tbody tr.datas.selected td {
    border: 1px solid #9d9d9d;
}

section.productList table.isMobile tbody tr.datas.selected.opened td {
    border-bottom: transparent;
}

section.productList table.isMobile tbody tr.datas.selected.opened+tr.additional > td:first-child {
    border: 1px solid #9d9d9d;
    border-top: transparent;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a2 {
    margin-bottom: 15px;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a2 .descRow,
section.productList table.isMobile tbody tr.datas td .more_info_panel .a2 .helyRow {
    display: inline-block;
    vertical-align: bottom;
    width: 75px;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a2 .helyRow {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    color: #9d9d9d;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a2 .helyRow .helyettesito_termekek {
    width: 49px;
    height: 28px;
    margin-bottom: 5px;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a2 .descRow {
    width: calc(100% - 80px);
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a2 .descRow p {
    margin-bottom: 5px;
    color: #9d9d9d;
    font-size: 16px;
    line-height: 17px;
    display: inline-block;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 {
    margin-bottom: 15px;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .garnRow,
section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow {
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
    margin-bottom: 15px;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow {
    text-align: right
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .garnRow {
    width: calc(100% - 140px);
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow button,
section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow button:hover,
section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow button:active,
section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow button:focus {
    width: 25px;
    height: 34px;
    background-color: #fff;
    display: inline-block;
    outline: none;
    border: 1px solid #9b9b9b;
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow input {
    text-align: center;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow button:first-child {
    margin-right: -4px;
}

section.productList table.isMobile tbody tr.datas td .more_info_panel .a3 .baskInputRow button:last-of-type{
    margin-left: -4px;
}

section.productList table.isMobile tbody tr.opened+tr td table thead tr th:first-of-type {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d8;
}

section.productList table.isMobile tbody tr.opened+tr * {
    white-space: normal;
}

section.productList table.isMobile tbody tr.datas.selected.opened+tr.additional table * {
    position: relative;
    font-size: 16px;
    line-height: 18px;
}

section.productList table.isMobile tbody tr.datas.selected.opened+tr.additional table tbody tr td[data-price2] span {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

section.productList table.isMobile tbody tr.datas.selected.opened+tr.additional table tbody tr td[data-price2] span+span {
    position: absolute;
    right: -100px;
    z-index: 10;
    text-align: right;
}

section.productList table.isMobile tbody tr.datas.selected.opened+tr.additional table tbody tr td {
    display: block;
    border: 0px;
    text-align: left;
    padding: 8px 10px 8px 0px;
}

section.productList table.isMobile tbody tr.datas.selected.opened+tr.additional table tbody tr.service_select  > td:first-child {
    border-top: 1px solid #d7d7d8;
}

section.productList table.isMobile tbody tr.datas.selected.opened+tr.additional table tbody tr.service_select > td:last-child {
    display: table-cell;
    width: 20px;
    vertical-align: top;
    border-top: 1px solid #d7d7d8;
    text-align: right;
}

section.productList table.isMobile tbody tr.opened+tr td table tbody tr td select {
    width: 100%;
    display: block;
}

section.productList table.isMobile tbody tr.opened+tr td table tbody tr td label {
    margin-top: 8px;
    margin-left: 0px;
}

section.productList table.isMobile tbody tr.datas.selected.opened+tr.additional table tbody tr  > td:first-child {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

section.productList table.isMobile tbody tr.opened+tr td table tfoot td.sum-price2 {
    min-width: 100px;
    text-align: right;
}

section.productList table.isMobile tbody tr.opened+tr .complements .row div {
    float: left !important;
}

section.productList table.isMobile tbody tr.opened+tr .complements .title {
    margin-top: 15px;
}

/**
Termék modal ablak
*/
.modal .modal-header.product-transport h4.modal-title,
.modal .modal-header.product h4.modal-title {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 16px;
}

.modal .modal-body.product-transport .warning,
.modal .modal-body.product .warning {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal .modal-body.product-transport .warning svg,
.modal .modal-body.product .warning svg {
    fill: #f7901e;
    padding: 0px 0px;
    display: inline-block;
    position: absolute;
    left: 0px;
}

.modal .modal-body.product-transport .warning span,
.modal .modal-body.product .warning span {
    color: #f7901e;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
}

.modal .modal-body.product-transport b,
.modal .modal-body.product b {
    color: #454545;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 3px;
}

.modal .modal-body.product-transport a,
.modal .modal-body.product a {
    margin-top: 15px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 25px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #4b4b4b;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none !important;
}

.modal .modal-body.product-transport a:hover,
.modal .modal-body.product a:hover {
    color: #008f49;
}

.modal .modal-body.product a svg {
    fill: #008f49;
    padding: 0px 0px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.modal .modal-body.product a div:not(.title) {
    padding-left: 102px;
}

.modal .modal-body.product-transport a.active,
.modal .modal-body.product a.active {
    color: #fff;
    background-color: #008f49;
}

.modal .modal-body.product .btn {
    margin-top: 40px;
    width: auto;
}

.modal .modal-body.product-transport a.active svg,
.modal .modal-body.product a.active svg {
    fill: #fff !important;
}

.modal .modal-body.product-transport a div.title,
.modal .modal-body.product a div.title {
    text-transform: uppercase;
}

.modal .modal-body.product-transport table {
    width: 100%;
}

.modal .modal-body.product-transport table td {
    padding: 5px 5px;
    text-align: left;
    vertical-align: middle;
}

.modal .modal-body.product-transport table td.text-center {
    text-align: center;
}


.modal .modal-body.product-transport a {
    padding: 20px 15px;
}

.modal .modal-body.product-transport .beszerzes_egyszerre {
    fill: #9d9d9d;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    display: block;
}

.modal .modal-body.product-transport .beszerzes_amikor_elerheto {
    fill: #9d9d9d;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    display: block;
}

.modal .modal-body.product-transport .row div:first-of-type {
    margin-top: 35px;
    font-size: 15px;
    line-height: 17px;
}

.modal .modal-body.product-transport .row div:last-of-type {
    margin-top: 25px;
}

.modal .modal-body.product-transport .btn {
    width: auto;
}

.shippingPriceTd {
    font-size: 12px;
    line-height: 14px;
    color: #f7901e;
}

@media (max-width: 600px) {
    .modal-body.product a {
        padding: 15px 10px !important;
    }

    .modal .modal-body.product a div:not(.title) {
        padding-left: 65px;
    }

    .modal .modal-body.product a svg {
        width: 52px;
        height: 33px;
        left: 15px !important;
    }
}

/**
Támogatás + felelős ügyintéző
**/

section.assistance .info-block {
    color:#198641;
}

section.assistance .info-block.help-block-error {
    color:red;
}

section.assistance .glyphicon.glyphicon-refresh.glyphicon-refresh-animate.text-primary {
    color:#f7901e;
}
section.assistance h3 {
    font-size: 25px;
    line-height: 27px;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
    color: #f7901e;
    font-family: dinpro-bold, sans-serif;
}

section.assistance h3 .tamogatas_nagy {
    display: inline-block;
    vertical-align: middle;
    fill:#f7901e;
    float: right;
}

section.assistance h5 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    color: #454545;
    margin: 0px 0px 10px 0px;
}

section.assistance h5+p {
    margin-bottom: 25px;
}

section.assistance .contactList .contactItem {
    padding: 20px 0px;
    border-top: 1px solid #898989;
    position: relative;
}

section.assistance .contactList .contactItem:last-of-type {
    margin-bottom: 20px;
}

section.administrator .container > div:first-child {
    margin-bottom: 15px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 15px;
}

.orderspage section.administrator .container > div:first-child {
    border-bottom: 0;
}

section.administrator h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    color: #454545;
    margin: 15px 5px 15px 5px;
}

section.assistance .contactList .contactItem img,
section.administrator .contact img{
    border: 2px solid #cacaca;
    border-radius: 35px;
    position: absolute;
    top: 20px;
    left: 0px;
    width:70px;
    height:70px;
}

section.administrator .contact img {
    top: 0px;
}

section.assistance .contactList .contactItem img+div,
section.administrator .contact img+div {
    display: block;
    width: 100%;
    padding-left: 85px;
}

section.assistance .contactList .contactItem h6,
section.administrator .contact h6 {
    margin: 0px 0px;
    padding: 0px 0px;
    color: #015729;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: dinpro-bold, sans-serif;
}

section.assistance .contactList .contactItem h6+p,
section.administrator .contact h6+p {
    text-transform: uppercase;
}

section.assistance .contactList .contactItem p span,
section.administrator .contact p span {
    color: #198641;
}

section.assistance .contactList .contactItem i.call_icon,
section.administrator .contact i.call_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/images/call_icon.png);
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 0px;
}

section.administrator .contact i.call_icon {
    top: 0px;
}

section.assistance small {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    font-style: italic;
}

section.assistance.config.spec small {
    margin-top: 4px;
    margin-bottom: 12px;
}

section.assistance.config-spec{
    margin-bottom: 15px;
}

section.assistance.config-spec input{
    margin-bottom: 14px;
}

section.assistance .left{
    padding-left: 0;
}

section.assistance .form-left{
    padding-left: 0;
}

section.assistance .form-right{
    padding-right: 0;
}

section.assistance .right{
    padding-right: 0;
}

/**
STATIC PAGE
**/

.cover-image-container{
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

@media screen and (max-width: 1366px){
    .cover-image-container{
        height: 350px;
    }
}

@media screen and (max-width: 1199px){
    .cover-image-container{
        height: 300px;
    }
}

@media screen and (max-width: 991px){
    .cover-image-container{
        height: 250px;
    }
}

@media screen and (max-width: 767px){
    .cover-image-container{
        height: 200px;
    }
}

section.staticPage {
    padding: 30px 0;
}

section.staticPage p, .news-details p{
    line-height: 1.35;
}

section.staticPage.customPage{
    padding: 0;
}

/**
SLIDESHOW RESPONSIVE
*/

@media (max-width: 1392px) {

    section.slideshow .carousel-caption {
        bottom: 40px;
    }

    section.slideshow  .carousel-caption .description h3 {
        font-size: 28px;
        line-height: 30px;
    }

    section.slideshow  .carousel-caption .description h4 {
        font-size: 33px;
        line-height: 35px;
    }
}

@media (max-width: 1120px) {

    section.slideshow .carousel-caption {
        bottom: 35px;
    }

    section.slideshow  .carousel-caption .description h3 {
        font-size: 18px;
        line-height: 20px;
    }

    section.slideshow  .carousel-caption .description h4 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width: 900px) {

    section.slideshow .carousel-caption {
        bottom: 22px;
    }

    section.slideshow  .carousel-caption .description h3 {
        font-size: 15px;
        line-height: 17px;
    }

    section.slideshow  .carousel-caption .description h4 {
        font-size: 17px;
        line-height: 19px;
    }

    section.slideshow  .carousel-caption .description p {
        font-size: 10px;
        line-height: 13px;
    }
}

/**
Hírek respponive
*/
@media(min-width: 767px) and (max-width: 1000px) {
    section.news .newslist .media .media-left img {
        width: 100%;
    }
    section.news .newslist .media .media-left,
    section.news .newslist .media .media-body {
        display: block;
        padding-right: 0px;
        width: 100%;
    }
}

/**
MOBIL NÉZETEK
*/

@media (max-width: 767px) {

    body {
        min-width: 320px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hidden-sm-down {
        display: none !important;
    }

    .sm-top50 {
        margin-top: 50px;
    }

    .only-mobile {
        display: block;
    }

    /**
    HEADER
    */

    .col-sm-clear  {
        clear: both;
        display: block;
        margin: 0px 15px;
    }

    header .navbar {
        height: 50px;
    }

    header .navbar .container {
        height: 50px;
    }

    header .navbar .navbar-brand {
        height: 40px;
        line-height: 50px;
        background: transparent;
        padding: 10px 15px;
    }

    .navbar-brand > img {
        height: 30px;
        width: auto;
    }

    header .navbar .logo-bg,
    header .navbar .navbar-brand:after
    {
        display: none;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #9b9b9b;
        border-radius: 0px;
        width: 20px;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
    }

    header .navbar ul.nav {
        margin: 0px -15px;
        -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
        margin-bottom: 20px;
    }

    header .navbar ul.nav li a {
        width: 100%;
        background: #e9e9e9 !important;
        display: block;
        border-bottom: 1px solid #9d9d9d;
        text-align: left;
        padding: 0px 15px;
        font-size: 18px;
        color: #454545;
        height: 55px;
        line-height: 20px;
        display: table;
    }

    header .navbar ul.nav li.active a,
    header .navbar ul.nav li a:hover,
    header .navbar ul.nav li.active a:hover,
    header .navbar ul.nav li.active:hover a:hover {
        color: #454545;
    }

    header .navbar ul.nav li:last-of-type a {
        border-bottom: none;
    }

    header .navbar ul.nav li a span span:not(.mobile-inline) {
        font-size: 16px;
        color: #9d9d9d;
    }

    header .navbar ul.nav li a span.table-cell {
        display: table-cell;
        vertical-align: middle;
    }


    header .navbar ul.nav li a span span.mobile-inline {
        display: inline-block !important;
        font-size: 18px !important;
        color: #454545 !important;
        line-height: 20px !important;
    }

    header .navbar ul.nav li i {
        display: table-cell;
        color: #9d9d9d;
        font-size: 25px;
        vertical-align: middle;
        width: 45px;
        line-height: 27px;
    }

    header .navbar ul.nav li button,
    header .navbar ul.nav li button:active,
    header .navbar ul.nav li button:focus,
    header .navbar ul.nav li button:hover
    {
        background: transparent;
        text-transform: uppercase;
        color: #198641;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #198641;
        display: inline-block;
        margin-left: 15px;
        border-radius: 2px;

    }

    /**
    Hírek
    **/

    section.news .border-right {
        border-right: 0px;
        border-bottom: 1px solid #ababab;
        margin-bottom: 45px;
    }

    /**
    FOOTER
    */
    footer section.footer .col-sm-clear  {
        padding-bottom: 25px;
        border-bottom: 1px solid #ababab;
        margin-bottom: 20px;
    }

    footer section.footer .col-sm-clear:last-of-type {
        margin-bottom: 0px;
        border-bottom: 0px;
    }

    /**
    PRODUCT LIST
    */

    section.productlist h1,
    section.productCategoryDetails h1
    {
        width: inherit;
        margin-bottom: 0px;
    }

    section.productlist h1 .search.pull-right,
    section.productCategoryDetails h1 .search.pull-right {
        float: none !important;
    }

    section.productlist h1 .search.pull-right .search-wrapper,
    section.productCategoryDetails h1 .search.pull-right .search-wrapper {
        width: 100%;
        margin-top: 15px;
        position: relative;
    }

    section.productlist h1 .search.pull-right .search-wrapper input,
    section.productCategoryDetails h1 .search.pull-right .search-wrapper input {
        width: 100%;
    }

    section.productlist h1 .search.pull-right .search-wrapper button,
    section.productlist h1 .search.pull-right .search-wrapper button:focus,
    section.productlist h1 .search.pull-right .search-wrapper button:active,
    section.productlist h1 .search.pull-right .search-wrapper button:hover,
    section.productCategoryDetails h1 .search.pull-right .search-wrapper button,
    section.productCategoryDetails h1 .search.pull-right .search-wrapper button:focus,
    section.productCategoryDetails h1 .search.pull-right .search-wrapper button:active,
    section.productCategoryDetails h1 .search.pull-right .search-wrapper button:hover{
        position: absolute;
        right: 2px;
        top: 5px;
        background: transparent;
        border: none;
    }

    section.productlist .thumbnail {
            padding: 9px 9px 9px 9px;
            height: 190px;
    }

    section.productlist .listView .thumbnail{
      height: auto;
    }

    section.productlist .thumbnail .caption {
        padding: 5px 0px;
    }

    section.productlist .listView .col-xs-6 {
        width: 100%;
    }

    #productList-wrapper.listView > div{
      margin-bottom: 5px;
    }

    #productList-wrapper.listView > div > a{
      display: block;
    }

    section.productlist .listView .col-xs-6:last-of-type .thumbnail {
        margin-bottom: 40px;
    }

    section.productlist .listView .col-xs-6 .thumbnail {
        margin-bottom: 5px;
        border-bottom: 1px solid #ababab;
    }

    section.productlist .listView .col-xs-6 .thumbnail .tooltipcontainer {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        margin-right: 5%;
    }

    section.productlist .listView .col-xs-6 .thumbnail img{
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }

    section.productlist .listView .col-xs-6 .thumbnail .caption {
        display: inline-block;
        vertical-align: middle;
        width: 70%;
    }

    section.productlist .thumbnail .listView .caption h3 a {
        color: #454545;
        font-size: 17px;
        line-height: 19px;
        text-transform: uppercase;
    }

    section.productlist .productlist-view-choose a.openListView,
    section.productlist .productlist-view-choose a.openListView:hover,
    section.productlist .productlist-view-choose a.openListView:active,
    section.productlist .productlist-view-choose a.openListView:focus {
        color: #898989;
        font-size: 13px;
        line-height: 30px;
    }

    section.productlist .productlist-view-choose a.openListView i {
        color: #898989;
        font-size: 10px;
    }

    section.productlist .productlist-view-modes {
        margin: 0px -15px 5px -15px;
        display: none;
    }

    section.productlist .productlist-view-modes a {
        float: left;
        width: 50%;
        height: 120px;
        text-align: center;
        background-color: #9d9d9d;
        color: #fff;
        font-size: 13px;
    }

    section.productlist .productlist-view-modes a i {
        color: #fff;
        display: block;
        font-size: 40px;
        margin: 30px 0px 5px 0px;
    }

    section.productlist .productlist-view-modes a.active {
        background-color: #ffffff;
        -webkit-box-shadow: inset 0px 0px 10px -2px rgba(0,0,0,0.07);
        -moz-box-shadow: inset 0px 0px 10px -2px rgba(0,0,0,0.07);
        box-shadow: inset 0px 0px 10px -2px rgba(0,0,0,0.07);
        color: #008f49;
    }

    section.productlist .productlist-view-modes a.active i{
        color: #008f49;
    }

    /**
    PRODCUT DETAILS
    */
    section.productCategoryDetails h1 .search .favorite {
        position: absolute;
        right: 55px;
        margin: 0px 0px;
        top: 8px;
    }

    section.productCategoryDetails .search input {
        margin-top: 7px;
    }

    section.productCategoryDetails .nav-tabs {
        border-bottom: 1px solid #9d9d9d;
        margin: 0px -30px;
    }

    section.productCategoryDetails .nav-tabs li {
        width: 49%;
        display: inline-block;
        margin-bottom: 2px;
        vertical-align: middle;
    }

    section.productCategoryDetails .nav-tabs li a {
        border-bottom: none;
    }

    section.productCategoryDetails .nav-tabs li.active a {
        background-color: transparent !important;
        border-bottom: none;
        color: #198641;
    }

    section.productCategoryDetails h1+div+div {
        border-left: none;
    }

    section.productCategoryDetails #productcategory_details .text-center {
        text-align: right;
    }

    /**
    SIDEBAR
    */
    section.news ul.nav-pills li a:hover,
    section.news  ul.nav-pills li.active a:hover,
    section.news  ul.nav-pills li a:active,
    section.news  ul.nav-pills li.active a:active {
        border-right: 0px;
        margin-right: -15px;
        padding-right: 15px;
    }

}

/**
Hírek respponive mobile
*/
@media (max-width: 655px) {
    section.news .newslist .media .media-left img {
        width: 100%;
    }
    section.news .newslist .media .media-left,
    section.news .newslist .media .media-body {
        display: block;
        padding-right: 0px;
        width: 100%;
    }
}


/**
Regisztráció
*/

section.reg .reg-header{
    border-bottom: 1px solid #ababab;
}

section.reg .reg-header .fright{
    float: right;
}

section.reg .reg-header .logout-label{
    line-height: 27px;
    margin-top: 10px;
    color: #4B4B4B;
    font-size: 17px;
    font-family: dinpro-bold, sans-serif;
    text-transform: uppercase;
}

section.reg .reg-header .logout-label .icon{
    margin-bottom: -4px;
    margin-left: 13px;
}


section.reg .profile-block-title{
    font-family: dinpro-light, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #9D9D9D;
    background: #fff;
    position: relative;
    display: inline-block;
    float: left;
    z-index: 2;
    padding-right: 8px;
    margin-bottom: 22px;
}

section.reg .line{
    position: absolute;
    top: 7px;
    height: 1px;
    background: #E3E3E3;
    z-index: 1;
}

section.reg .profile-box{
    margin-bottom: 40px;
}

section.reg .profile-box .box{
    background: #F3F3F3;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 42px;
    border-radius: 3px;
}

section.reg .profile-box .box.projects{
    background: #499BA2;
}

section.reg .profile-box .box.projects svg{
    fill: #fff;
}

section.reg .profile-box .box svg{
    fill: #9D9D9D;
}
section.reg .profile-box .box svg.company_icon{
    margin-right: -32px;
}

section.reg .profile-box .box svg.mail{
    padding: 7px;
}

section.reg .profile-box .box-title{
    text-transform: uppercase;
    color: #454545;
    font-family: dinpro, sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin-top: 8px;
    min-height: 30px;
}

section.reg .error-summary {
    display: none;
}

section.reg h1 {
    font-size: 25px;
    line-height: 27px;
    text-transform: uppercase;
    color: #4b4b4b;
    margin: 10px 0px 0 0px;
    padding: 0px 0px;
    font-family: dinpro-bold, sans-serif;
    padding-bottom: 28px;
}

section.registration-choose {
    background-color: #e7e7e7;
    padding: 28px 0px 38px 0px;
}

section.reg h2 {
    margin: 0px 0px 28px 0px;
    padding: 0px 0px;
    font-size: 26px;
    line-height: 28px;
    color: #198641;
    text-transform: uppercase;
    font-weight: 300;
}

section.reg h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 0px 0px;
    margin: 0px 0px 25px 0px;
    color: #454545;
}

section.registration-choose.reg p {
    text-align: center;
    color: #9d9d9d;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.registration-choose.reg ul.nav-tabs {
    border: none;
    margin: 0px 0px;
    padding: 0px 0px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    width: 100%;
}

section.registration-choose.reg ul.nav-tabs li {
    margin: 0px 0px;
    float: none;
    display: inline-block;
    width: 32%;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-align-self: auto;
    align-self: auto;
}

section.registration-choose.reg ul.nav-tabs li+li {
    margin: 0px 2% 0px 2%;
}
section.registration-choose.reg ul.nav-tabs li+li+li {
    margin: 0px 0px;
}

section.registration-choose.reg ul.nav-tabs li a {
    width: 100%;
    height: 75px;
    background-image: none;
    background-color: #ffffff;
    padding: 12px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    color: #454545;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    display: table;
}

section.registration-choose.reg ul.nav-tabs li.active a {
    background-color: #008f49;
    color: #feffff;
}

section.registration-choose.reg ul.nav-tabs li a:hover,
section.registration-choose.reg ul.nav-tabs li a:active,
section.registration-choose.reg ul.nav-tabs li a:focus {
    color: #454545;
}

section.registration-choose.reg ul.nav-tabs li.active a:hover,
section.registration-choose.reg ul.nav-tabs li.active a:active,
section.registration-choose.reg ul.nav-tabs li.active a:focus {
    color: #feffff;
}

section.registration-choose.reg ul.nav-tabs li a span:last-of-type {
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
    padding-left: 25px;
}

section.registration-choose.reg ul.nav-tabs li a span.company_icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: 1px;
}

section.registration-choose.reg ul.nav-tabs li a span.foreigncompany_icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: 1px;
}

section.registration-choose.reg ul.nav-tabs li a span.privateperson_icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
}


section.reg.registration-data {
    padding: 40px 0px 140px 0px;
}

section.reg.registration-data p {
    color: #9d9d9d;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    text-align: justify;
}

section.reg .form-group {
    margin-bottom: 10px;
}

section.reg.registration-data .form-group input[type="checkbox"] {
    margin-left: 35px;
}

section.reg.registration-data .form-group input[type="checkbox"]+label {
    width: auto;
    padding: 5px 35px 0px 0px;
}

section.reg .form-group label {
    display: inline-block;
    width: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 0px 35px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #454545;
}

section.reg form {
    margin-top: 0px;
}

section.reg .form-group select,
section.reg .form-group input {
    display: inline-block;
    max-width: 54%;
    vertical-align: top;
}

section.reg .form-group input[name*='postal_code'] {
    max-width: 30%;
}

section.reg .form-group.has-error select,
section.reg .form-group.has-error input {
    background-color: #fde9d2;

}

section.reg .form-group select::-webkit-input-placeholder,
section.reg .form-group input::-webkit-input-placeholder {
  color: #fff !important;
}
section.reg .form-group select:-moz-placeholder,
section.reg .form-group input:-moz-placeholder {
  color: #fff !important;
}

section.reg .form-group select::-moz-placeholder,
section.reg .form-group input::-moz-placeholder {
  color: #fff !important;
}
section.reg .form-group select:-ms-input-placeholder,
section.reg .form-group input:-ms-input-placeholder {
  color: #fff !important;
}

section.reg .form-group.has-error select::-webkit-input-placeholder,
section.reg .form-group.has-error input::-webkit-input-placeholder {
  color: #fde9d2 !important;
}
section.reg .form-group.has-error select:-moz-placeholder,
section.reg .form-group.has-error input:-moz-placeholder {
  color: #fde9d2 !important;
}

section.reg .form-group.has-error select::-moz-placeholder,
section.reg .form-group.has-error input::-moz-placeholder {
  color: #fde9d2 !important;
}
section.reg .form-group.has-error select:-ms-input-placeholder,
section.reg .form-group.has-error input:-ms-input-placeholder {
  color: #fde9d2 !important;
}



section.reg div.error {
    width: 54%;
    margin-left: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

section.reg .privacy+div.error,
section.reg .g-recaptcha+ div.error {
    margin-left: 0px !important;
    /*display: none !important;*/
}

section.reg .form-group.has-error div.error {
    display: inline-block;
}

section.reg div.error .warning_icon {
    height: 35px;
    width: 35px;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

section.reg div.error .warning_icon+span {
    font-weight: 400;
    color: #f7901e;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

section.reg div.error .warning_icon+span p {
    margin-bottom: 0px;
}

section.reg.registration-data .registraton-main {
    padding-bottom: 22px;
    margin-bottom: 45px;
    border-bottom: 1px solid #d5d5d5;

}

section.reg.registration-data .registration-shipping-data {
    padding-top: 45px;
    margin-top: 48px;
    border-top: 1px solid #d5d5d5;

}
section.registration-thankyou {
    padding-bottom: 40px;
}
section.reg div.error.error-visible {
    display: block;
    margin-left: 45px;
}

#privacy_error, #copyright_error{
    color: #f78f20;
    font-weight: bold;
    margin-left: 57px;
    width: 100%;
    display: inline-block;
}

#privacy_error svg, #copyright_error svg{
    margin-right: 5px;
    margin-top: -2px;
    float: left;
}


section.reg.registration-data .registration-shipping-data button,
section.reg.registration-data .registration-shipping-data button:hover,
section.reg.registration-data .registration-shipping-data button:active,
section.reg.registration-data .registration-shipping-data button:visited {
    color: #198641;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 14px 14px;
    border: 1px solid #9b9b9b;
}

section.reg.registration-data .registration-shipping-data button+span {
    color: #9d9d9d;
    font-size: 14px;
    line-height: 16px;
    margin-left: 17px;
}

section.reg.registration-data .registration-default-data {
    padding-bottom: 23px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

section.reg.registration-data .privacy {
    padding-bottom: 20px;
    margin-bottom: 28px;
    border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
    section.reg.registration-data .privacy .form-group {
        text-align: center;
    }
}

section.reg.registration-data .privacy a {
    font-weight: 600;
}

section.reg.registration-data .submit button {
    width: auto;
    display: inline-block;
    margin-top: 40px;
}

section.reg.registration-data label.is_person_label {
    padding-left: 0px;
}

#regchooser .modal-dialog {
    max-width: 100%;
    min-width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#regchooser .modal-dialog .modal-body {
    padding: 0px 0px;
}

#regchooser .modal-dialog .modal-content {
    padding: 0px 0px;
    border: none;
    background-color: #d7d7d7;
}

#regchooser ul {
    border: none;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
    width: 100%;
}

#regchooser ul li {
    margin: 0px 0px;
    float: none;
    display: inline-block;
    width: 100%;
}

#regchooser ul li a {
    width: 100%;
    height: 75px;
    background-image: none;
    background-color: #ffffff;
    padding: 12px 12px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    color: #008f49;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
}

#regchooser ul li.active a {
    background-color: #008f49;
    color: #feffff;
}

#regchooser ul li a:hover,
#regchooser ul li a:active,
#regchooser ul li a:focus {
    color: #454545;
}

#regchooser ul li.active a:hover,
#regchooser ul li.active a:active,
#regchooser ul li.active a:focus {
    color: #feffff;
}

#regchooser ul li:not(.active) a span:first-of-type {
    background-color: #9d9d9d;
}

#regchooser ul li.active a span:first-of-type {
    background-color: #ffffff;
}

#regchooser ul li a span:last-of-type {
    width: 165px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

#regchooser ul li a span.company_icon {
    -webkit-mask: url(/images/ikonok_l_reg_ceg_kulfoldi.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_l_reg_ceg_kulfoldi.svg) no-repeat 100% 100%;
    height: 47px;
    width: 68px;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    display: inline-block;
    margin-top: 1px;
}

#regchooser ul li a span.foreigncompany_icon {
    -webkit-mask: url(/images/ikonok_l_reg_ceg_belfoldi.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_l_reg_ceg_belfoldi.svg) no-repeat 100% 100%;
    height: 47px;
    width: 65px;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    display: inline-block;
    margin-top: 1px;
}

#regchooser ul li a span.privateperson_icon {
    -webkit-mask: url(/images/ikonok_l_reg_maganszemely.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_l_reg_maganszemely.svg) no-repeat 100% 100%;
    height: 43px;
    width: 43px;
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
}

@media (max-width: 991px) {
    section.registration-choose.reg ul.nav-tabs {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    section.registration-choose.reg ul.nav-tabs li  {
        width: 75%;
        margin-bottom: 15px !important;
        -webkit-align-self: center;
        align-self: center;
    }

    section.registration-choose.reg ul.nav-tabs li:last-of-type {
        margin-bottom: 0px !important;
    }

    section.reg .col-md-6+.col-md-6 {
        margin-top: 40px;
    }

    section.reg.registration-data .registraton-main {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    section.reg .submit .col-md-6 {
        text-align: left;
    }

    section.reg.registration-data .submit button {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    section.reg h1 {
        margin: 17px 0px 15px 0px;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
    }

    section.reg h2 {
        text-align: center;
        margin-bottom: 23px;
        font-size: 22px;
        line-height: 24px;
    }

    section.reg h3, section.reg p {
        text-align: center;
        margin-bottom: 9px;

    }

    section.reg .submit .col-md-6 {
        text-align: center;
    }

    section.reg div.g-recaptcha > div:first-child {
        margin: 0px auto;
    }

    section.reg.registration-data .submit button {
        margin-top: 0px;
    }

    section.reg.registration-data .registration-shipping-data button+span {
        display: block;
        text-align: center;
    }

    section.reg.registration-data .registration-shipping-data button,
    section.reg.registration-data .registration-shipping-data button:hover,
    section.reg.registration-data .registration-shipping-data button:active,
    section.reg.registration-data .registration-shipping-data button:visited {
        display: block;
        margin: 0px auto 15px auto;
    }
}

@media (max-width: 500px) {

    section.registration-choose.reg ul.nav-tabs li{
        width: 96%;
    }

    section.reg .form-group label {
        display:none;
    }

    section.reg .form-group input,
    section.reg .form-group select {
        width: 100%;
        max-width: 100%;
    }

    section.reg .form-group input[type="checkbox"] {
        width: auto;
        margin-left: 0px !important;
    }

    section.reg .form-group input[type="checkbox"]+label {
        display: inline;
    }

    section.reg .form-group input[name*='postal_code'] {
        max-width: 50%;
    }

    section.reg .form-group select::-webkit-input-placeholder,
    section.reg .form-group input::-webkit-input-placeholder {
        color: #9d9d9d !important;
    }
    section.reg .form-group select:-moz-placeholder,
    section.reg .form-group input:-moz-placeholder {
        color: #9d9d9d !important;
    }

    section.reg .form-group select::-moz-placeholder,
    section.reg .form-group input::-moz-placeholder {
        color: #9d9d9d !important;
    }
    section.reg .form-group select:-ms-input-placeholder,
    section.reg .form-group input:-ms-input-placeholder {
        color: #9d9d9d !important;
    }

    section.reg.registration-data .submit button {
        width: 100%;
    }

    section.reg div.error {
        width: 100%;
        margin-left: 0px;
    }

    /*
    section.registration-choose.reg ul.nav-tabs li a {
        background-color: #ffffff !important;
        color: #454545 !important;
        background: url(/images/arrow.png) no-repeat right 10px center;

    }

    section.registration-choose.reg ul.nav-tabs li.active a span:first-of-type {
        background-color: #9d9d9d !important;
    }

    section.registration-choose.reg ul.nav-tabs li:not(.active) {
        display: none;
    }

    */

}

/* regisztráció szállítási fizetési módok */


section.reg .transportAndPayMode .container{
}
section.reg .transportAndPayMode > .container > .row {
    margin: 0;
}
/*
section.reg .transportAndPayMode .row .col-sm-6:first-child .box{
    margin-left:-15px;
    margin-right: -7px
}
section.reg .transportAndPayMode .row .col-sm-6:last-child .box{
    margin-left: -7px;
    margin-right: -15px;
}
*/
@media (max-width: 767px) {
    section.reg .transportAndPayMode .row .col-sm-6:first-child .box{
        margin-left:-20px;
        margin-right: -20px
    }
    section.reg .transportAndPayMode .row .col-sm-6:last-child .box{
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 767px) {
    section.reg .transportAndPayMode .transport > h3,
    section.reg .transportAndPayMode .pay > h3 {
        margin-top: 17px;
        margin-bottom: 9px;
    }
}
section.basketSchedulingMode .boxcontent,
section.reg .transportAndPayMode  .boxcontent {
    display: table;
    height: 78px;
    text-align: left;
}
section.basketSchedulingMode .small .boxcontent,
section.reg .transportAndPayMode  .small .boxcontent {
    height: 38px;
}
section.basketSchedulingMode .boxcell,
section.reg .transportAndPayMode  .boxcell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}


section.reg .transportAndPayMode  .boxcell h3,
section.reg .transportAndPayMode  .boxcell p{
    text-align: left;
}

section.basketSchedulingMode.small .boxcell,
section.reg .transportAndPayMode .small .boxcell {
    padding: 0 0 0 10px;
}
section.basketSchedulingMode i.icon_select,
section.reg .transportAndPayMode  i.icon_select{
    float: right;
    display: inline-block;
    margin: auto 6px;
    height: 10px;
    width: 10px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    color: #9d9d9d;
    font-size: 10px;

}

section.reg .transportAndPayMode  i.picto{
    float: left;
    display: inline-block;
    margin: auto;
    margin-right: 10px;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: 0px;

}

section.reg .transportAndPayMode svg.szallitasi_cim {
    margin-left: 5px;
}
/*
section.basketCompletionSteps  svg.tovabb, section.reg .transportAndPayMode svg.tovabb {
    fill:white;
    color:white;
    margin-top: 12px;
    margin-right: 5px;
    margin-bottom: -3px;
}*/


section.reg .transportAndPayMode  i.picto.icon_pickUp{
    -webkit-mask: url(/images/ikonok_l_szemelyes_atvetel.svg) no-repeat 0 -10px;
    mask: url(/images/ikonok_l_szemelyes_atvetel.svg) no-repeat 0 -10px;
}
section.reg .transportAndPayMode  i.picto.icon_GLS_normal{
    -webkit-mask: url(/images/ikonok_l_GLS_normal.svg) no-repeat  0 -10px;
    mask: url(/images/ikonok_l_GLS_normal.svg) no-repeat  0 -10px;
}
section.reg .transportAndPayMode  i.picto.icon_GLS_extra{
    -webkit-mask: url(/images/ikonok_l_GLS_delelottei.svg) no-repeat  0 -10px;
    mask: url(/images/ikonok_l_GLS_delelottei.svg) no-repeat  0 -10px;
}

section.reg .transportAndPayMode .icon_plus,
section.reg .transportAndPayMode .icon_map_marker {
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    color: #9d9d9d;
    width: 30px;
}
section.reg .transportAndPayMode .icon_plus {
    font-size: 22px;
    padding-left: 5px;
}
section.basketSchedulingMode .box,
section.reg .transportAndPayMode .box {
    display: block;
    padding: 5px;
    margin-bottom: 18px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius:  5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: lighter;
    text-align: left;

    color: #4b4b4b;
    cursor: pointer;
}
@media (max-width: 767px) {
    section.reg .transportAndPayMode .box {              margin-bottom: 14px;    }
    section.reg .transportAndPayMode .box .addressName { display: none;      }
    section.reg .transportAndPayMode .box.small {        margin-bottom: 23px;    }
}
section.reg .transportAndPayMode .box h3 {
    margin: 0;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
section.reg .transportAndPayMode .box p {
    font-size: 14px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    section.reg .transportAndPayMode .box h3 {
        font-size: 20px;
    }
    section.reg .transportAndPayMode .box p {
        font-size: 14px;
    }

}



section.reg .transportAndPayMode .box:hover,
section.reg .transportAndPayMode .box.active {
    color: white;
    background-color: #008f49;
}


section.reg .transportAndPayMode .box:hover *,
section.reg .transportAndPayMode .box.active * {
    color: white;
    fill: white;
}

section.reg .transportAndPayMode .box:hover  i.picto,
section.reg .transportAndPayMode .box.active i.picto{
   /* background-color: white;*/
}

section.reg .transportAndPayMode .box:hover  i svg,
section.reg .transportAndPayMode .box.active i svg{
    fill:white;
    /*background-color: white;*/
}

section.reg .transportAndPayMode .box:hover  i,
section.reg .transportAndPayMode .box.active i{
    color: white;
}

section.reg .transportAndPayMode .addressName {
    text-transform: uppercase;
}

section.reg .transportAndPayMode .TPmode select {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 15px;
}
section.reg .transportAndPayMode .TPmode:hover select,
section.reg .transportAndPayMode .TPmode.active select
{
    background-color: #008f49;
    color: white;
    border: 1px solid #008f49;
    -webkit-border-radius:  0;
    -moz-border-radius: 0;
    border-radius: 0;
}


section.reg .transportAndPayMode .TPmode select option {
    background: #fff!important;
    color: #4b4b4b;
}

section.reg .transportAndPayMode .TPmode P {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}

section.reg .transportAndPayMode .TPmode:hover > P,
section.reg .transportAndPayMode .TPmode.active > P {
    font-weight: bold;
    color: #008f49;
}

section.reg .transportAndPayMode input {
    width: 30px;
    height:30px;
    float: left;
}

section.reg .transportAndPayMode .TPmode input+label {
    float:left;
}

section.reg .transportAndPayMode .TPmode fieldset {
    display: table;
}

section.reg .transportAndPayMode .TPmode fieldset .col-sm-2,
section.reg .transportAndPayMode .TPmode fieldset .col-sm-10 {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

section.reg .transportAndPayMode .applyAllStep {
    border: 1px solid #9d9d9d;
    border-width: 0 0 1px;
    padding-bottom: 20px;
}
.transAddrModal .field-shippings-transporter_id{
    margin-bottom: 0 !important;
}


@media (max-width: 767px) {
    section.reg .transportAndPayMode {
        padding: 0 20px;
    }
    section.reg .transportAndPayMode .row.applyAllStep {
        margin: 0 -15px;
        padding-bottom: 25px;
        border-width: 0 0 2px;
    }
    section.reg .transportAndPayMode .col-sm-4 {
        padding: 0;
    }
    section.reg .transportAndPayMode .tMode .box {
        padding: 35px 10px;
    }
    section.reg .transportAndPayMode .tMode .box h3 {
        text-align: left!important;
        font-size: 26px!important;
    }

}


section.reg .transportAndPayMode .specAddr {
    margin-bottom: 10px;
}
section.reg .transportAndPayMode .specAddr .row {
    margin: 0 0 10px;
}
section.reg .transportAndPayMode .specAddr .row div:first-child,
section.reg .transportAndPayMode .specAddr .row label:first-child,
section.reg .transportAndPayMode .specAddr .row label:first-child{
    width: 160px;
    margin-left: 45px;
    padding: 8px 0;
    font-weight: normal;
}
section.reg .transportAndPayMode .specAddr .row div,
section.reg .transportAndPayMode .specAddr .row label{
    float:left;
}

section.reg .transportAndPayMode .specAddr input {
    width: 260px;
    padding: 5px;
}
section.reg .transportAndPayMode .specAddr .addrTel input,
section.reg .transportAndPayMode .specAddr .addrPostcode input {
    width: 180px;
}
section.reg .transportAndPayMode .specAddr div.toNextStep {
    margin: 247px 0 0 -30px;
}
section.reg .transportAndPayMode .specAddr a.toNextStep {
    float: right;
    padding: 0 20px 0 10px;
    margin: 22px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    background: #008f49;
    color: white;
}

section.reg .transportAndPayMode .specAddr a.toNextStep i.icon_right_arrow{
    display: inline-block;
    margin-left: -10px;
    height: 50px;
    width: 50px;
    -webkit-mask: url(/images/ikonok_m_tovabb.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_tovabb.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    vertical-align: middle;
}

@media (max-width: 767px) {
    section.reg .transportAndPayMode .transAddrModal .close {
        position: absolute;
        top: 50%;
        right: 10px;

    }
    section.reg .transportAndPayMode .specAddr a.toNextStep {
        margin-top : 0;
    }
    section.reg .transportAndPayMode .specAddr .row div  {
        width: 100%;
    }
    section.reg .transportAndPayMode .specAddr input {
        width: 100%;
    }
    section.reg .transportAndPayMode .specAddr .addrTel input,
    section.reg .transportAndPayMode .specAddr .addrPostcode input {
        width: 50%;
    }
    section.reg .transportAndPayMode .specAddr div.toNextStep {
        margin: 0px 0 0 -30px;
    }

}


section.reg.registration-data .privacy .form-group input[type="checkbox"] {
    margin-left: 10px;
    width: 30px;
    height:30px;
    /*float: left;*/
}

section.reg.registration-data .privacy .form-group label {
    line-height: 26px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    section.reg.registration-data .privacy .form-group label {
        line-height: 36px;
    }
}

/* kapcsolattartók */

body > section.profile:last-of-type {
    padding-bottom: 70px;
}

section.profile h1 {
    margin-bottom: 15px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 15px;
    font-family: dinpro-bold, sans-serif;
}

section.profile.reg .form-group input[type="checkbox"] {
    vertical-align: bottom;
}

section.profile h1 .assistance_icon {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: -8px;
}

section.profile .dropdown p {
    margin-bottom: 10px;
    font-weight: 300;
    color: #4b4b4b;
    font-size: 14px;
    line-height: 16px;
}

section.profile .visibletext p {
    margin-bottom: 10px;
    font-weight: 300;
    color: #9d9d9d;
    font-size: 14px;
    line-height: 16px;
}

section.profile .dropdown select {
    width: 100%;
    max-width: 290px;
}

section.profile table {
    border: 0px !important;
    margin: 20px 0px 25px 0px;
}

section.profile table thead tr th {
    border: none;
    padding: 20px 15px 20px 15px;
    vertical-align: middle;
    background-color: #9d9d9d;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}

section.profile table tbody tr td {
     padding: 15px 15px;
     border-left: 0px;
     border-right: 0px;
     border-top: 0px;
     border-bottom: 1px solid #e3e3e3;
     vertical-align: middle;
     background-color: #fff;
     color: #454545;
     font-size: 14px;
     line-height: 16px;
}

section.profile table tbody tr td a {
    display: inline-block;
}

section.profile table tbody tr td a.close_icon {
    -webkit-mask: url(/images/ikonok_m_lista_elem_torles-bezaras.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_lista_elem_torles-bezaras.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #008f49;
}

section.profile table tbody tr td a.icon_visible {
    /*-webkit-mask: url(/images/ikonok_m_lista_oszlop_lathato.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_lista_oszlop_lathato.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #008f49;*/
}

section.profile table tbody tr td a.icon_invisible {
    -webkit-mask: url(/images/ikonok_m_lista_oszlop_nem_lathato.svg) no-repeat 100% 100%;
    mask: url(/images/ikonok_m_lista_oszlop_nem_lathato.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #e8e8e8;
}

/*
section.profile table tbody tr td a.trash_icon.inactive,
section.profile table tbody tr td a.edit_icon.inactive{
    background-color: #e7e7e7;
}
*/
section.profile table tbody tr td span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-family: dinpro-bold, sans-serif;
}

section.profile div.error span{
    max-width: 90%;
    font-size: 14px;
    line-height: 18px;
}

section.profile table tbody tr td span.grey {
    color: #b3b3b3;
}

section.profile a i.icon_add {
    display: inline-block;
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

section.profile a i.icon_add+span {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 4px;
}

section.profile .regshipdata {
    padding: 6px 0px;
}

section.profile .regshipdata p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #9d9d9d;
}

section.profile .regshipdata button {
    display: inline-block;
    width: auto;
}

section.profile ul {
    padding: 20px 20px;
    margin: 0px 0px;
    background-color: #616161;
    width: 270px;
}

section.profile ul li {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
}

section.profile ul li a {
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 16px;
}


section.profile .regUserPrice table tbody tr td input {
    width: 50px;
    padding: 2px;
}
section.profile .regUserPrice table tbody tr td span {
    display: inline-block;
}
section.profile .regUserPrice table tbody tr td span.green {
    color:#008f49;
}

section.profile .regUserPrice table tbody tr {
        border-top: 1px solid #e3e3e3;
}

section.profile .regUserPrice button,
section.profile .regUserPrice .btn{
    display: inline-block;
    width: auto;
}


/*3d modellek*/
#modal-3d .modal-dialog {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;

}

#modal-3d .modal-content {
    border-radius: 0px;
    border: 1px solid #d0d0d0;
    padding: 0px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;

}

#modal-3d .modal-content .modal-header {

}

#modal-3d .modal-content .modal-header div {
    padding:10px;
}

#modal-3d .modal-content .modal-header div:nth-child(2) {
    font-size: 16px;
    display: inline-block;
    width: 65%;
}
#modal-3d .modal-content .modal-header div:nth-child(3) {
    font-size: 14px;
    display: inline-block;
    width: 35%;
    padding-right: 40px;
    padding-left: 50px;
}
#modal-3d .modal-content .modal-header div:nth-child(3) span:nth-child(1) {
    position: absolute;
    right:calc(35% - 50px);
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}

#modal-3d .modal-content .modal-header div:nth-child(3) span:nth-child(1) svg {
    fill: #f7901e;
    margin-top: 5px;
}

#modal-3d .modal-content .modal-header div:nth-child(3) span:nth-child(2) {
    font-weight: bold;
    color: #f7901e;
    vertical-align: middle;
}

#modal-3d .modal-content .modal-body {
    height: 600px;
}

#modal-3d iframe {
    width: 100%;
    height: 100%;
    border:none;
}

@media (max-width: 767px) {
    #modal-3d .modal-dialog {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      min-width: 100%;
    }

    #modal-3d .modal-content {
      height: 100%;
      min-height: 100%;
      border-radius: 0;
      overflow: hidden;
    }
    #modal-3d .modal-content .modal-body {
        height: calc(100% - 160px);
    }
    #modal-3d .modal-content .modal-header {
        height: 160px;
    }
    #modal-3d .modal-content .modal-header div:nth-child(2) {
        display: block;
        width: auto;
    }
    #modal-3d .modal-content .modal-header div:nth-child(3) {
        display: block;
        width: 100%;
        padding-right: 20px;
    }
    #modal-3d .modal-content .modal-header div:nth-child(3) span:nth-child(2) {
        font-weight: bold;
        color: #f7901e;
        vertical-align: middle;
    }
    #modal-3d .modal-content .modal-header div:nth-child(3) span:nth-child(1) {
        right:auto;
        left: -5px;
    }

}
/*product details-en belül kéne csak*/
table.tellureTopContentBottomRight {
    width:auto!important;
}
table.tellureTopContentBottomRight tr {
    width:auto!important;
    height:auto!important;
}

table.tellureTopContentBottomRight td {
    width:auto!important;
    height:auto!important;
    font-size: 11px!important;
    padding:4px!important;
}

table.tellureTopContentBottomRight td img {
    width:30px!important;
    height:30px!important;
    max-width: none!important;
}

table.download-list{
    width: 100%;
}

table.download-list tr td {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 10px 7px 0px;
    font-size: 13px;
    line-height: 15px;
    color: #454545;
}
table.download-list tr.last td {
    border-bottom: none;
}
table.download-list tr td:nth-child(1) {
    width: 16px;
}

#product_videos .productDetailsPages p {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
#product_videos .productDetailsPages p iframe {
    border:none;
}
#product_videos .productDetailsPages p iframe,
#product_videos .productDetailsPages p object,
#product_videos .productDetailsPages p embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.page-title{
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding: 25px 0;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  font-weight: bold;
  color: #4b4b4b;
  font-size: 26px;
  line-height: 30px;
}

.page-title span{
  font-size: 24px;
  color: #ada7a7;
}

.preview-image{
  padding-right: 60px;
  padding-left: 0;
}

.preview-image img{
  width: 100%;
}

.nopad{
  padding: 0;
}

.form-title{
  text-transform: uppercase;
  color: #9d9d9d;
  padding-bottom: 16px;
  border-bottom: 1px solid #ababab;
  font-size: 15px;
}

form .form-title{
  margin-top: 40px;
}

.negyzetes-porvedo .form-title{
  margin-top: 0;
}

.inline-label{
  display: inline-block;
  float: left;
  padding-top: 6px;
  color: #4b4b4b;
  font-size: 12px;
}

.inline-right{
  display: inline-block;
  float: right;
    width: auto;
}

.adatbekero form input.error{
    background: rgb(253, 234, 212);
}


.adatbekero .adategysegek .form-group{
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
}

.adatbekero .adategysegek .form-group.noborder{
  border-bottom: 0 !important;
}

.adatbekero .adategysegek input{
  display: inline-block;
  width: 90px;
  padding: 5px;
  margin: 0 5px;
  text-align: right;
}

.adatbekero .adategysegek select{
  padding: 5px;
  min-width: 125px;
}

.adatbekero .adategysegek textarea{
  width: 280px;
}

.adatbekero .adategysegek .inline-label{
    font-weight: bold;
    font-size: 18px;
}

.adatbekero .adategysegek .inline-label.bigpad{
  padding-top: 38px;
}

.adatbekero .adategysegek .unit,
.adatbekero .adategysegek .mark{
  background: none;
  font-weight: 400;
  display: inline-block;
}

.adatbekero .adategysegek .unit{
  width: 25px;
  margin-right: 12px;
}

.adatbekero input.textinput{
  width: 250px;
  text-align: left;
}

.adatbekero .submit-button{
  background: #12863f;
  color: #fff;
  padding: 12px 26px;
  float: right;
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 30px;
}

.custom-checkbox-group .inline-right{
  padding-top: 5px;
}

.custom-checkbox-group .custom-checkbox{
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.custom-checkbox-group .custom-checkbox:last-child{
  margin-right: 0;
}

.custom-checkbox-group .custom-checkbox .chkbox-rect{
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #ababab;
  cursor: pointer;
  margin-right: 10px;
  text-align: center;
}

.custom-checkbox-group .custom-checkbox .chkbox-rect span{
  color: #009047;
  display: none;
 font-size: 14px;
}

.custom-checkbox-group .custom-checkbox.active .chkbox-rect span{
  display: block;
}

.custom-checkbox-group .custom-checkbox .chkbox-label{
  display: inline-block;
  float: left;
  cursor: pointer;
}

.adatbekero.negyzetes-porvedo .mukodesi_poz > div:last-child,
.adatbekero.aktuator .terheles > div:last-child,
.adatbekero.aktuator .feszultseg > div:last-child,
.adatbekero.aktuator .terheles_iranya > div:last-child{
  border-right: 1px solid #ababab;
}

.adatbekero.hengeres-porvedo .block2 textarea,
.adatbekero.negyzetes-porvedo .block2 textarea{
  width: 100%;
  height: 325px;
  margin: 0;
  resize: none;
  border-top: 0;
}

.adatbekero.hengeres-porvedo .custom-checkbox-group .custom-checkbox,
.adatbekero.negyzetes-porvedo .custom-checkbox-group .custom-checkbox,
.adatbekero.aktuator .custom-checkbox-group .custom-checkbox{
  display: table;
  margin: 0;
  padding: 0;
}

.adatbekero.hengeres-porvedo .custom-checkbox-group .custom-checkbox > div,
.adatbekero.negyzetes-porvedo .custom-checkbox-group .custom-checkbox > div,
.adatbekero.aktuator .custom-checkbox-group .custom-checkbox > div{
  display: table-cell;
  float: none;
  height: 50px;
  vertical-align: middle;
  border: 1px solid #ababab;
  border-right: 0;
  border-top: 0;
}

.adatbekero.aktuator .custom-checkbox-group .custom-checkbox.bigger > div{
    height: 70px;
}

.adatbekero.hengeres-porvedo .custom-checkbox-group .custom-checkbox > div:first-child,
.adatbekero.negyzetes-porvedo .custom-checkbox-group .custom-checkbox > div:first-child,
.adatbekero.aktuator .custom-checkbox-group .custom-checkbox > div:first-child{
  text-align: center;
}

.adatbekero.hengeres-porvedo .custom-checkbox-group .custom-checkbox .chkbox-rect,
.adatbekero.negyzetes-porvedo .custom-checkbox-group .custom-checkbox .chkbox-rect,
.adatbekero.aktuator .custom-checkbox-group .custom-checkbox .chkbox-rect{
  margin: 0;
}

.nomargin{
  margin: 0;
}

.noborder-bottom{
  border-bottom: 0 !important;
}

.noborder-right{
  border-right: 0 !important;
}

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

.push-down-20{
  margin-bottom: 20px;
}

.push-down-30{
    margin-bottom: 30px;
}

.push-down-50{
    margin-bottom: 50px;
}

.push-up-5{
    margin-top: 5px;
}


#productListTop {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

@media (max-width: 767px) {
    #productListTop {
        top: -50px;
    }
}

.text-center{
  text-align: center
}

.adatbekero.hengeres-porvedo .form-title{
  border: 0;
  border-left: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  padding: 15px 0;
  font-weight: bold;
  background: #d7d7d7;
  color: #444;
  margin-top: 0;
}

.adatbekero.hengeres-porvedo .block2 .form-title,
.adatbekero.negyzetes-porvedo .block2 .form-title,
.adatbekero.hengeres-porvedo .block3 .form-title{
  border: 1px solid #ababab;
  padding: 15px;
}

.adatbekero.hengeres-porvedo .block3 .form-title.nested{
  border-top: 0;
}

.adatbekero.hengeres-porvedo .block1{
  border: 1px solid #ababab;
  border-bottom: 0;
}

.adatbekero.hengeres-porvedo .block1 .preview-image{
  padding: 30px;
  height: 518px;
}

.adatbekero.hengeres-porvedo .block1 .preview-image img{
  max-height: 460px;
  width: auto;
  max-width: 100%;
}
/*
.adatbekero.hengeres-porvedo .block1 .preview-image:before{
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
*/
.adatbekero.hengeres-porvedo .block1 img{
  width: 100%;
  display: inline-block;
}

.adatbekero.hengeres-porvedo .showmore{
  cursor: pointer;
  color: #009047;
}

.adatbekero.hengeres-porvedo .modal .info-box{
  font-size: 18px;
  line-height: 22px;
}

.adatbekero.hengeres-porvedo .block1 .custom-checkbox img{
  max-width: 100px;
  padding: 5px 0;
}

.adatbekero.hengeres-porvedo input,
.adatbekero.negyzetes-porvedo input,
.adatbekero.aktuator input
{
  height: 50px;
  border-top: 0;
  text-align: right;
}

.adatbekero.aktuator .bigger input{
    height: 50px;
    border: 0;
    border: 1px solid #ababab;
    margin-top: 10px;
}

.adatbekero.hengeres-porvedo .unit,
.adatbekero.negyzetes-porvedo .unit,
.adatbekero.aktuator .unit{
  display: table;
  height: 50px;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  float: right;
}

.adatbekero.aktuator .bigger .unit{
    height: 69px;
    border: 0;
    padding-left: 10px;
    text-align: left;
}

.adatbekero svg.helpinfo{
    margin-bottom: -3px;
}

.adatbekero.aktuator .bigger.border-bottom{
    border-bottom: 1px solid #ababab;
}

.adatbekero.aktuator .noborder-left{
    border-left: 0 !important;
}

.adatbekero.hengeres-porvedo .block1 .unit{
  border-right: 0;
}

.adatbekero.hengeres-porvedo .title,
.adatbekero.negyzetes-porvedo .title,
.adatbekero.aktuator .title{
  border: 1px solid #ababab;
  border-top: 0;
  border-right: 0;
  display: table;
  height: 50px;
}

.adatbekero.aktuator .title.double{
    height: 100px;
}

.adatbekero.aktuator .title.triple{
    height: 150px;
}

.adatbekero.aktuator .title.double.bigger{
    height: 140px;
}

.adatbekero.hengeres-porvedo .block1 .title{
  border-left: 0;
}

.adatbekero.hengeres-porvedo .unit > span,
.adatbekero.negyzetes-porvedo .unit > span,
.adatbekero.aktuator .unit > span{
  display: table-cell;
  vertical-align: middle;
}

.adatbekero.hengeres-porvedo .title > span,
.adatbekero.negyzetes-porvedo .title > span,
.adatbekero.aktuator .title > span{
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

.fright{
  float: right;
}

.fright.inline-block{
    float: right !important;
}

.inline-block.relative{
    position: relative;
}

.adatbekero.hengeres-porvedo .block1 .inputs > div:first-child{
  border-top: 1px solid #ababab;
}

.adatbekero .bgdiff.even > div:nth-child(even),
.adatbekero .bgdiff.odd > div:nth-child(odd){
  background: #f1f1f1;
}

.adatbekero.hengeres-porvedo .block4 .inputs > div:last-child > div,
.adatbekero.negyzetes-porvedo .block4 .inputs > div:last-child > div,
.adatbekero.aktuator .block4 .inputs > div:last-child > div{
  height: 100px;
}

.adatbekero.hengeres-porvedo .block4 .inputs textarea,
.adatbekero.negyzetes-porvedo .block4 .inputs textarea,
.adatbekero.aktuator .block4 .inputs textarea{
  resize: none;
  border-top: 0;
  height: 100px;
}

.adatbekero.hengeres-porvedo .block4 .form-title{
  border: 1px solid #ababab;
}

.adatbekero.hengeres-porvedo .block4 input,
.adatbekero.negyzetes-porvedo .block4 input,
.adatbekero.aktuator .block4 input{
  text-align: left;
}

.adatbekero textarea{
  min-height: 100px;
}

.adatbekero.negyzetes-porvedo .inputs2 textarea{
  height: 100px;
  border-top: 0;
  resize: none;
}

.adatbekero .file_input{
  display: none !important;
}

.adatbekero.negyzetes-porvedo .file_upload,
.adatbekero.aktuator .file_upload{
  border: 1px solid #ababab;
  border-top: 0;
  border-left: 0;
  height: 50px;
}

.adatbekero .file_upload_name{
  display: inline-block;
  margin-left: 15px;
}

.adatbekero .file_upload_name span.delete_file{
  cursor: pointer;
  display: none;
}

.adatbekero .file_upload_button{
  display: inline-block;
  color: #fff;
  background: #4a4a4a;
  text-transform: uppercase;
  padding: 5px 30px;
  cursor: pointer;
  float: right;
}

.adatbekero.negyzetes-porvedo .file_upload_button,
.adatbekero.aktuator .file_upload_button{
  margin-top: 10px;
  float: none;
}

.adatbekero.negyzetes-porvedo .file_upload input,
.adatbekero.aktuator .file_upload input{
  background: #a0a0a0;
  color: #fff;
}

.adatbekero.negyzetes-porvedo .form-title,
.adatbekero.aktuator .form-title{
  border: 1px solid #ababab;
  padding: 15px 0;
  font-weight: bold;
  background: #d7d7d7;
  color: #444;
}

.adatbekero.aktuator .form-title{
    margin-top: 0;
}

.adatbekero.negyzetes-porvedo .porvedok img{
  max-width: 100%;
}

.adatbekero.negyzetes-porvedo .porvedok td{
  border: 1px inset #ababab;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 767px){
  .adatbekero.negyzetes-porvedo .porvedok td{
    border-top: 0;
  }
}

.adatbekero.negyzetes-porvedo .porvedok td{
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 30px;
}

.adatbekero.negyzetes-porvedo .porvedok td .zoom{
  color: #000;
  position: absolute;
  top: calc(100% - 25px);
  right: 5px;
  transition: all 0.2s;
  font-size: 0;
}
@media screen and (min-width: 767px){
  .adatbekero.negyzetes-porvedo .porvedok td.active .zoom,
  .adatbekero.negyzetes-porvedo .porvedok td:hover .zoom{
    display: block;
    font-size: 20px;
  }
}
.adatbekero.negyzetes-porvedo .porvedok td .goback{
    color: #f7901e;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
    display: none;
  }

@media screen and (max-width: 767px){
  .adatbekero.hengeres-porvedo .block1 .preview-image{
    height: auto;
    margin-bottom: 0;
  }

  .adatbekero.negyzetes-porvedo .porvedok td .zoom{
    display: none;
  }

  .adatbekero.negyzetes-porvedo .porvedok td .goback.active{
    display: block;
  }

}

.adatbekero.negyzetes-porvedo .popupimage{
  display: none;
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border: 1px solid #ababab;
  border-radius: 3px;
  padding: 10px;
  background: #fff;
}

.adatbekero.negyzetes-porvedo .popupimage > div{
  position: relative;
  display: inline-block;
  min-width: 400px;
}

.adatbekero.negyzetes-porvedo .popupimage .close-popupimage{
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.adatbekero.negyzetes-porvedo .popupimage img{
  width: 100%;
}

@media screen and (min-width: 767px){
  .adatbekero.negyzetes-porvedo .porvedok td:not(.active):hover,
  .adatbekero.negyzetes-porvedo .porvedok td.active{
    border: 1px solid #000;
  }
}

.negyzetes-porvedo .kivitel label{
  font-size: 20px;
  margin-right: 10px;
}

.negyzetes-porvedo .kivitel select{
  font-size: 16px;
  margin-top: 3px;
  margin-right: 20px;
}

.inline-block{
  display: inline-block;
  float: left;
}

.adatbekero .sub-title{
  width: 100%;
  display: block !important;
  font-size: 20px;
  font-weight: bold;
}

.adatbekero.tomlo .file_upload_name{
  width: 100%;
  text-align: right;
  margin-top: 10px;
  padding-right: 20px;
}

.hengeres-porvedo.adatbekero .file_upload label{
  float: left;
  padding-top: 5px;
}
.adatbekero.hengeres-porvedo .file_upload_name{
  padding-top: 5px;
}
.hengeres-porvedo.adatbekero .file_upload .file_upload_button{
  float: left !important;
  margin-left: 10px;
}

.hengeres-porvedo.adatbekero .kivitel label{
  font-size: 16px;
  margin-right: 10px;
  margin-top: -4px;
}

.negyzetes-porvedo .powerbelt_rajz{
  border: 1px solid #ababab;
  border-top: 0;
}

@media screen and (max-width: 1199px) and (min-width: 991px){
    .aktuator .chkbox-label.sm{
        font-size: 15px;
    }
}

@media screen and (max-width: 991px){

  .adatbekero.negyzetes-porvedo .mukodesi_poz .title{
    height: 100px;
  }

  .adatbekero.aktuator .terheles .title{
      height: 100px;
  }

    .adatbekero.aktuator .mozg_tomeg .title{
        height: 150px;
    }

    .adatbekero.aktuator .feszultseg .title,
    .adatbekero.aktuator .terheles_iranya .title.bigger{
        height: 200px;
    }

    .adatbekero.aktuator .bigger input{
        margin-top: 0;
        border-bottom: 0;
        border-top: 0;
        height: 49px;
    }

    .adatbekero.aktuator .bigger .unit{
        height: 49px;
    }

    .adatbekero.aktuator .custom-checkbox-group .custom-checkbox.bigger > div{
        height: 50px;
    }

  .adatbekero .adategysegek .form-group{
    padding: 20px 0;
  }

  .adatbekero.tomlo .custom-checkbox-group label{
    width: 100% !important;
  }

  .adatbekero.tomlo .custom-checkbox-group .inline-right{
    width: 100% !important;
    text-align: left !important;
  }

}

@media screen and (max-width: 991px) and (min-width: 767px){

  .adatbekero.tomlo .file_upload_name{
    text-align: left;
    margin-left: 0;
  }
  .sm-fullwidth{
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
    height: auto !important;
    padding: 10px 0 !important;
  }
  .sm-fullwidth textarea{
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
  }

  .sm-fullwidth .inline-label{
    padding: 0 !important;
    margin-bottom: 10px;
    float: none !important;
    display: inline-block !important;
    width: 100%;
  }

  .sm-fullwidth .inline-right{
    width: 100% !important;
  }

  .sm-fullwidth .textinput{
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .sm-fullwidth .file_upload_button{
    float: left;

  }
}

@media screen and (max-width: 767px){

    .adatbekero.aktuator .file_upload{
       border-left: 1px solid #ababab;
        padding-left: 10px;
    }

  .adatbekero.negyzetes-porvedo .porvedok td{
    width: 100%;
    display: inline-block;
  }

  .sm-fullwidth .textinput{
    width: auto;
  }

  .adatbekero .adategysegek .inline-label{
    max-width: 50%;
  }
  .preview-image{
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
  }
  .preview-image img{
    padding: 0;
    width: auto;
    max-width: 100%;
  }
  .adatbekero .adategysegek .inline-label.bigpad{
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .adatbekero .adategysegek textarea{
    width: 100%;
    display: block;
  }

  .xs-fullwidth{
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
    height: auto !important;
    padding: 10px 0 !important;
  }

  .xs-fullwidth textarea{
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
  }
  .xs-fullwidth label{
    padding: 0 !important;
    margin-bottom: 10px;
    float: none !important;
    display: inline-block !important;
  }

  .adatbekero.hengeres-porvedo .custom-checkbox-group .custom-checkbox > div:last-child,
  .adatbekero.negyzetes-porvedo .custom-checkbox-group .custom-checkbox > div:last-child{
    border-right: 1px solid #ababab;
  }

  .hengeres-porvedo .adatbekero .form-title,
  .negyzetes-porvedo .adatbekero .form-title{
    border-right: 1px solid #ababab !important;
  }

  .hengeres-porvedo .block4 .inputs .title,
  .negyzetes-porvedo .block4 .inputs .title{
    background: #f1f1f1;
    border-right: 1px solid #ababab;
  }

  .hengeres-porvedo .block4 input,
  .negyzetes-porvedo .block4 input,
  .hengeres-porvedo .block4 textarea,
  .negyzetes-porvedo .block4 textarea
  {
    text-align: left !important;
  }



  .adatbekero .bgdiff.even > div:nth-child(even),
  .adatbekero .bgdiff.odd > div:nth-child(odd){
    background: #fff;
  }

  .negyzetes-porvedo .block1 .title{
    background: #f1f1f1;
    border-right: 1px solid #ababab;
    border-left: 1px solid #ababab !important;
  }

  .adatbekero.negyzetes-porvedo .inputs2 textarea{
    border-left: 1px solid #ababab !important;
  }

  .adatbekero.hengeres-porvedo .block1 .custom-checkbox-group .custom-checkbox > div:first-child{
    border-left: 0;
  }
  .adatbekero.hengeres-porvedo .block1 .custom-checkbox-group .custom-checkbox > div:last-child{
    border-right: 0;
  }

  .adatbekero.hengeres-porvedo .nested-block1 .form-title{
    border-left: 0;
    border-top: 1px solid #ababab;
  }

  .adatbekero .submit-button{
    margin: 20px auto;
    padding: 15px 60px;
    float: none;
    display: block;
  }

  .negyzetes-porvedo .block2 .title,
  .aktuator .title
  {
    border-right: 1px solid #ababab !important;
    background: #f1f1f1;
  }

  .adatbekero.hengeres-porvedo .title,
  .adatbekero.negyzetes-porvedo .title,
  .adatbekero.aktuator .title{
    height: 50px !important;
  }
  .adatbekero.negyzetes-porvedo .mukodesi_poz > div:last-child{
    border-right: 0;
  }

  .adatbekero.hengeres-porvedo .block2 textarea,
  .adatbekero.negyzetes-porvedo .block2 textarea{
    height: auto;
  }

}

@media screen and (max-width: 600px){

  .adatbekero.tomlo .file_upload label{
    width: 100% !important;
    max-width: none !important;
  }
  .adatbekero.tomlo .file_upload_button{
    float: left;
  }

  .adatbekero.tomlo .file_upload_name{
    text-align: left;
    margin-left: 0;
  }

}

@media screen and (max-width: 600px){

  .adatbekero .adategysegek .form-group:not(.group){
    display: table;
    height: 80px;
    margin: 0;
  }
  .adatbekero .adategysegek .form-group:not(.group) > *
  {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .adatbekero .adategysegek .form-group label:not(.bigpad){
    width: 40%;
    text-align: left;
    padding-top: 0;
  }

  .adatbekero .adategysegek .form-group:not(.xs-fullwidth) .inline-right
  {
    width: 60%;
    text-align: right;
  }

  .custom-checkbox-group .custom-checkbox{
    float: none;
  }

  .adatbekero .adategysegek .form-group.group label{
    padding-top: 10px !important;
  }



}

@media screen and (max-width: 450px){
  .adatbekero input.textinput{
    max-width: 160px;
  }
  .adatbekero .adategysegek input:not(.textinput){
    width: 80px;
  }

  .adatbekero.tomlo .sm-fullwidth label,
  .adatbekero.tomlo .sm-fullwidth .textinput,
  .adatbekero.tomlo .sm-fullwidth .inline-right
  {
    width: 100% !important;
    max-width: none !important;
    display: inline-block !important;
  }

}
@media screen and (max-width: 400px){
  .adatbekero.heveder .adategysegek .inline-label:not(.bigpad){
    max-width: 40%;
  }
}

.noborder-top{
  border-top: 0 !important;
}

.uppercase{
  text-transform: uppercase;
}

.bold{
  font-weight: bold;
}

#complementsModal{
  margin-bottom: 85px;
}

#complementsModal .modal-body{
  display: inline-block;
}

#complementsModal .modal-content{
  padding: 35px 0 0 0;
}

#complementsModal .top{
  margin-bottom: 25px;
  margin-top: 10px;
  padding: 0 35px;
}

#complementsModal .top .right{
  margin-top: 6px;
  font-size: 14px;
}

#complementsModal .top svg{
  margin-bottom: -7px;
  margin-right: 2px;
}

#complementsModal .top svg{
  margin-bottom: -3px;
}

#complementsModal .tableContainer{
  padding: 0 35px 35px 35px;
}

#complementsModal .productsTable th{
  background: #9d9d9d;
  color: #fff;
  padding: 10px 14px;
}
#complementsModal .productsTable td{
  padding: 10px 14px;
}

#complementsModal:not(.isMobile) .tableContainer.sum{
  min-height: 500px;
}

#complementsModal .productsTable .productPreview{
  padding: 10px 0 10px 0;
}

#complementsModal .productsTable .productPreview img{
  max-width: 80px;
  width: 100%;
}

#complementsModal .productsTable .requiredService td:not(:first-child){
  border-top: 1px solid #ddd;
}

#complementsModal .serviceTabs ul.nav.nav-tabs{
  padding: 0;
  border: 0;
}


#complementsModal .serviceTabs ul.nav li{
  padding-bottom: 10px;
}

#complementsModal .serviceTabs ul.nav li.active{
  background: #ddd;
}

#complementsModal .serviceTabs ul.nav li a{
  background-image: none;
}

#complementsModal .serviceTabs ul.nav li svg{
  display: inline-block;
  float: left;
  margin-right: 5px;
}

#complementsModal .serviceTabs ul.nav li .tabTitle{
  display: inline-block;
  float: left;
}
#complementsModal .serviceTabs ul.nav li .tabTitle p{
  margin-bottom: 0;
}

#complementsModal .serviceTabs ul.nav li .tabTitle span{
  font-size: 12px;
  text-transform: lowercase;
}

#complementsModal .serviceTabs ul.nav li:first-child a{
  font-size: 22px;
  padding: 20px 0 20px 35px;
}

#complementsModal .serviceTabs ul.nav li:last-child a{
  font-size: 22px;
  padding: 20px 35px 20px 35px;
}

#complementsModal .serviceTabs .tab-content{
  padding: 20px 35px 40px 35px;
  background: #ddd;
}

#complementsModal .complements .item{
  margin: 0 8px;
}


#complementsModal .complements .item img{
  width: 100%;
}

#complementsModal .complements .caption{
  margin-top: 5px;
}

#complementsModal .complements .caption a{
  color: #444;
}

#complementsModal .complements .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  color: #444;
}

#complementsModal .complements .slick-arrow.left{
  left: -25px;
}

#complementsModal .complements .slick-arrow.right{
  right: -25px;
}

#complementsModal .separator{
  width: 100%;
  height: 15px;
  font-size: 15px;
  position: relative;
  margin: 20px 0 30px 0;
}

#complementsModal .separator .sepLine{
  background: #444;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

#complementsModal .separator span{
    background: #ddd;
    z-index: 10;
    position: relative;
    padding: 0 6px;
}

#complementsModal .osszeallitas_varazslo svg{
  margin-bottom: -5px;
}

#complementsModal .osszeallitas_varazslo button{
  width: auto;
}

#complementsModal .osszeallitas_varazslo button:hover{
  color: #fff;
}

#complementsModal #sztable{
  margin-bottom: 30px;
}

#complementsModal #sztable th{
  font-weight: normal;
  color: #999;
}

#complementsModal #sztable td{
  padding: 10px 5px;
}

#complementsModal .uploadInfo{
    font-size: 12px;
    margin-bottom: 10px;
}

#complementsModal #sztable tfoot{
  border-top: 1px solid #444;
  font-size: 16px;
}

#complementsModal #sztable .uploadTd button{
  background: #4a4a4a;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 6px;
}

#complementsModal #sztable .service_image textarea{
  resize: none;
  min-height: 0;
}

#complementsModal .addServiceBtn:hover{
  color: #fff;
}

#complementsModal .addServiceBtn,
#complementsModal .noServiceBtn{
  white-space: normal;
  text-align: left;
  padding: 2px 30px;
  font-size: 14px;
  line-height: 16px;
  height: 44px;
  padding-top: 4px;
}

#complementsModal .addServiceBtn svg,
#complementsModal .noServiceBtn svg{
  margin-right: 10px;
  height: 36px;
}

#complementsModal .modalfooter .inline-block{
  max-width: calc(100% - 35px);
}

#complementsModal .modalfooter svg{
  float: left;
}

#complementsModal .modalfooter svg.figyelmeztetes{
  margin-top: 2px;
  margin-right: 5px;
}

#complementsModal .modalfooter p{
  margin: 0;
  font-size: 12px;
}

#complementsModal .uploadedFiles{
  padding: 0;
  margin: 0;
}

#complementsModal .uploadedFiles > li{
  list-style-type: none;
}

#complementsModal svg.kuka{
  margin-bottom: -3px;
  margin-right: 5px;
  fill: #9d9d9d;
}


#complementsModal.isMobile .modal-content{
  padding: 5px 0 0 0;
}
#complementsModal.isMobile .modal-header{
  display: none;
}
#complementsModal.isMobile .top{
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #ddd;
}
#complementsModal.isMobile .top a,
#complementsModal.isMobile .top span
{
  text-align: center;
  line-height: 24px;
}
#complementsModal.isMobile .tableContainer{
  padding: 0 5px 10px 5px;
}
#complementsModal.isMobile .productsTable thead{
  display: none;
}
#complementsModal.isMobile .productsTable,
#complementsModal.isMobile .productsTable tbody,
#complementsModal.isMobile .productsTable tr{
  display: inline-block;
  float: left;
  width: 100%;
}
#complementsModal.isMobile .productsTable tr.show-xs{
  padding-bottom: 10px;
}
#complementsModal.isMobile .productsTable td{
  display: inline-block;
  float: left;
}
#complementsModal.isMobile .productsTable td.productPreview{
  width: 30%;
}
#complementsModal.isMobile .productsTable td.productName{
  width: 70%;
  font-size: 18px;
  line-height: 24px;
}
#complementsModal.isMobile .productsTable .productPreview img{
  max-width: none;
}

#complementsModal.isMobile .productsTable td.productQty{
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
#complementsModal.isMobile .productsTable td.productPrice{
  width: 50%;
  font-size: 16px;
}
#complementsModal.isMobile .productsTable td.productPrice span{
  padding: 5px 15px;
  color: #fff;
  background-color: #9d9d9d;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#complementsModal.isMobile .serviceTabs ul.nav li:first-child a,
#complementsModal.isMobile .serviceTabs ul.nav li:last-child a
{
  padding: 20px 5px 15px 5px;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
}
#complementsModal.isMobile .serviceTabs ul.nav li .tabTitle{
  width: calc(100% - 55px);
}

#complementsModal.isMobile .serviceTabs .tab-content{
  padding: 25px 5px 30px 5px;
}

#complementsModal.isMobile #sztable,
#complementsModal.isMobile #sztable tbody,
#complementsModal.isMobile #sztable tr{
  display: inline-block;
  float: left;
  width: 100%;
}

 #complementsModal.isMobile #sztable td{
  display: inline-block;
  float: left;
}
#complementsModal.isMobile .serviceTabs ul.nav li{
  padding-bottom: 0;
}

#complementsModal.isMobile select{
  width: 300px;
  max-width: none;
}

#complementsModal.isMobile .inputFields label{
  width: 100%;
}

#complementsModal.isMobile #sztable tfoot{
  display: inline-block;
  width: 100%;
}

#complementsModal.isMobile #sztable tfoot .sum-price1,
#complementsModal.isMobile #sztable tfoot .sum-price2{
  float: right;
}

#productList td.mennyiseg{
  border-left: 1px solid #e3e3e3;
}

#productList td.mennyiseg .egyseg{
    min-width: 20px;
    display: inline-block;
    text-align: left;
}

section.productDetails .nav-tabs li.assistance a:hover svg,
section.productDetails .nav-tabs li.assistance.active a svg{
  fill: #f78f20 !important;
}

section.productDetails .nav-tabs li.assistance:hover span{
  color: #f78f20 !important;
}

.show-xs{
  display: none;
}

@media screen and (max-width: 767px){
  .xs100{
    width: 100%;
  }

  .hide-xs{
    display: none !important;
  }
  .show-xs{
    display: block;
  }
  span.show-xs{
    display: inline-block;
  }

  .footerNav{
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footerNav.transport{
    display: none;
  }
  .footerNav > button{
    text-align: center;
    padding: 20px 0;
    display: inline-block;
    float: left;
    width: 50%;
    min-height: 85px;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    white-space: normal;
  }
  .footerNav > button *{
    display: inline-block;
  }
  .footerNav > button div{
    max-width: 130px;
    white-space: normal;
  }
  .footerNav > button.closeModal,
  .footerNav > button.close-modal{
    background: #9d9d9d;
  }
  .footerNav > button.addServiceBtn{
    background: #198641;
  }
  .footerNav > button.addServiceBtn svg{
    margin-top: -10px;
  }

  tr.requiredService{
    display: inline-block;
    float: left;
    width: 100%;
  }

  tr.requiredService td{
    display: inline-block;
    float: left;
  }

  tr.requiredService td.serviceNameTd,
  tr.requiredService td.serviceQty{
    width: 100%;
    font-weight: bold;
    text-align: left;
  }

  tr.requiredService td.servicePrice,
  tr.requiredService td.serviceSumPrice{
    width: 50%;
    text-align: left;
  }

  tr.requiredService td.serviceSumPrice{
    text-align: right;
  }

  tr.requiredService td.serviceSumPrice span{
    padding: 5px 15px;
    color: #fff;
    background-color: #9d9d9d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }

  tr.extraService td.serviceSumPrice span.spanlabel{
    padding: 0;
  }

  #complementsModal .productsTable .requiredService td:not(:nth-child(2)){
    border: 0;
  }

  #complementsModal .complements .item{
    margin: 0 35px;
  }
  #complementsModal .complements .slick-arrow.left{
    left: 0;
  }
  #complementsModal .complements .slick-arrow.right{
    right: 0;
  }
}

.modal {
  display: block;
  visibility: hidden;
  overflow-y: hidden;
}
.modal.in {
  visibility: visible;
}

.modal .modal-product-image img{
    max-width: 100px;
    margin-bottom: -20px;
    margin-top: 10px;
}

.break{
  white-space: normal !important;
}

#transportModal .modal-header,
#kotelezoModal .modal-header{
  padding: 13px 15px 15px 15px;
  border-bottom: 1px solid #f3f3f3;
}

#kotelezoModal .modal-header{
  color: #f7901e;
  font-weight: bold;
}

#kotelezoModal .modal-header svg{
  fill: #f7901e;
  margin-bottom: -5px;
  margin-right: 3px;
}

#kotelezoModal .modalContent .title,
#kotelezoModal .modalContent .service-image{
    vertical-align: middle;
}

#kotelezoModal .product > a{
    padding: 20px 25px;
}

#kotelezoModal .modalContent .title .alert-message{
    color: #f7901e;
    padding-left: 0;
    margin-top: 5px;
    text-transform: none;
    font-weight: bold;
}

#kotelezoModal .modalContent .title .alert-message svg{
    fill: #f7901e !important;
    position: static;
    margin-bottom: -3px;
}

#kotelezoModal .flex{
    padding-left: 0;
    display: flex;
    align-items: center;
}

#kotelezoModal .service-image{
    padding-left: 30px;
    position: relative;
}

#kotelezoModal .service-image img{
    max-width: 100%;
}

#kotelezoModal .service-image .info{
    padding-left: 0;
    font-family: 'dinpro-bold', Sans-serif;
    padding-right: 25px;
    text-align: center;
    margin-top: 5px;
}

#kotelezoModal .input-g{
   display: inline-block;
    padding-left: 0;
    margin-top: 10px;
}

#kotelezoModal .input-g.g1{
    float: left;
    font-family: 'dinpro-bold', Sans-serif;
}

#kotelezoModal .input-g.g2{
    float: right;
    padding-top: 5px;
    padding-right: 35px;
    font-family: 'dinpro-bold', Sans-serif;
}

@media screen and (max-width: 767px){
    #kotelezoModal .input-g.g2{
        padding-right: 0;
    }

    #kotelezoModal .bore-info{
        padding-right: 0 !important;
    }
}

#kotelezoModal input::-webkit-outer-spin-button,
#kotelezoModal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#kotelezoModal input[type=number] {
    -moz-appearance: textfield;
}

#kotelezoModal .input-g.g2 .g2-value{
    font-weight: bold;
}

#kotelezoModal .bore-info{
    padding: 0 !important;
    margin-top: 10px;
    font-family: 'dinpro-bold', Sans-serif;
    padding-right: 25px !important;
}

#kotelezoModal .input-g input{
    width: 60px;
}

#transportModal .modal-header h4{
  font-size: 20px;
}

#transportModal .modal-body.product-transport .warning svg{
  left: 15px;
}

#transportModal.isMobile .modal-content{
  padding: 0;
}

#transportModal.isMobile .modalContent{
  background: #f3f3f3;
  padding: 0 15px 15px 15px;
}

#transportModal.isMobile .modalContent > a{
  display: inline-block;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}

#transportModal.isMobile .modalContent > a:nth-child(even){
  margin-right: 0;
}

#transportModal .modal-body > b{
  display: block;
  width: 100%;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  background: #f3f3f3;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
  color: #9d9d9d;
  font-size: 20px;
}

#transportModal.isMobile .modalContent > a table,
#transportModal.isMobile .modalContent > a tbody,
#transportModal.isMobile .modalContent > a tr,
#transportModal.isMobile .modalContent > a td
{
  display: block;
  width: 100%;
  text-align: center;
}

#transportModal.isMobile .modalContent > a td svg{
  display: inline-block;
}

#transportModal.isMobile .modalContent .title{
  min-height: 60px;
  font-size: 17px;
  line-height: 20px;
}

#transportModal.isMobile .info{
  display: none;
}

#transportModal.isMobile .info.active{
  display: block;
}

#transportModal.isMobile .info{
  margin-bottom: 15px;
}
#transportModal.isMobile .info p{
  padding-bottom: 20px;
  border-bottom: 1px solid #9d9d9d;
}

#transportModal.isMobile .info1 div{
  padding: 10px;
  border-bottom: 1px solid #9d9d9d;
}

#transportModal.isMobile .info div span,
#transportModal.isMobile .info td span{
  display: inline-block;
  width: 50px;
}

#transportModal.isMobile .info1 td{
  padding: 0;
}


#transportModal.isMobile .info2 td{
  padding: 10px;
}

#transportModal.isMobile .info2 td:first-child{
  border-bottom: 1px solid #9d9d9d;
}

#transportModal.isMobile .info2 td select{
  max-width: 125px;
  display: inline-block;
}

#transportModal .modal-content,
#kotelezoModal .modal-content{
  padding: 0;
}

#transportModal .modalContent,
#kotelezoModal .modalContent
{
  background: #f3f3f3;
  padding: 10px 15px 25px 15px;
}

#transportModal .modalContent > a:not(.active),
#kotelezoModal .modalContent > a:not(.active){
  background: #fff;
}

#transportModal .modalContent > a:not(.active) .title{
  color: #018f49;
}

#transportModal:not(.isMobile) .modalContent > a:first-child{
  margin-top: 0;
}

#transportModal .modalContent > a.content2{
  margin-bottom: 20px;
}

.modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    min-height: 50px;
}

.bootbox .modal-body{
  overflow-y: visible;
}

.calculator.isMobile .calculator_details li{
  float: left;
  width: 50%;
  margin-top: 10px;
}

.calculator.isMobile table,
.calculator.isMobile tbody{
  display: block;
}

.calculator.isMobile .calculator_details tfoot td{
  display: block;
  width: 100%;
  text-align: center !important;
}

.instock, .outofstock{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 3px;
}

.a1 .instock, .a1 .outofstock{
  float: left;
}

section.productList table.isMobile tbody tr.datas.selected td .a1 .priceRow .instock,
section.productList table.isMobile tbody tr.datas.selected td .a1 .priceRow .outofstock{
  display: none;
}

.instock{
  background: #1a8541;
}

.outofstock{
  background: #ce1212e3;
}

.schModeModal .modal-content,
.schModeModal .modal-body{
  padding: 20px 0 !important;
}

.schModeModal .modal-header{
  padding: 0 15px;
}

.schModeModal .modal-body > div:nth-child(2){
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.schModeModal .box{
  margin-bottom: 0 !important;
  text-align: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 15px !important;
}

.schModeModal .box.active{
  color: #fff;
  background: #008f49;
}

.schModeModal .box.active .sumCost{
  color: #fff !important;
}

.nopad-left{
  padding-left: 0 !important;
}

.nopad-right{
  padding-right: 0 !important;
}

.contactItem svg{
  margin-bottom: -3px;
  margin-right: 4px;
}

.contactItem .ci_phone,
.contactItem a{
  font-size: 14px;
}

span.backButton{
  cursor: pointer;
}

.news-details .news-header{
  width: 100%;
}

.news-title{
  color: #198641;
  font-size: 50px;
  margin-bottom: 30px;
  font-family: dinpro-bold, sans-serif;
  line-height: 1.3;
}

@media screen and (max-width: 767px){
  .news-details .news-title{
    font-size: 35px;
    line-height: 35px;
  }

  .news-details .news-description section.newscategory .media-left,
  .news-details .news-description section.newscategory .media-body{
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .news-details .news-description section.newscategory .media-body a.btn-success{
    width: 100% !important;
    text-align: center !important;
  }

}

.news-details .news-date{
  color: #b5b5b5;
  margin: 20px 0 30px 0;
  font-family: 'PT Sans', sans-serif;
}

.news-details .news-lead{
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 30px;
  font-family: pt-sans-bold, sans-serif;
}

.news-details .news-description section.newscategory .container{
  padding: 0 !important;
}

.news-details .news-description section.newscategory .media-body .media-heading{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.news-details .news-description section.newscategory .media-body a.btn-success{
  margin-top: 20px;
  display: inline-block;
  float: left;
  width: auto;
}

.news-details .news-description section.newscategory .media-body a.btn-success:hover{
  color: #fff;
}

.news-details .news-description section.newscategory{
  margin-bottom: 20px;
}

@media screen and (max-width: 767px){
  .productCategoryDetails.mobile,
  .productDetails.mobile{
    margin-top: 100px;
  }

  .productCategoryDetails.mobile h1.title,
  .productDetails.mobile h1.title{
    position: fixed;
    top: 50px;
    z-index: 999;
    width: 100%;
    left: 0;
  }
}
td.keszletDarabok{
  cursor: pointer;
}

#keszletModal .modal-content{
  padding: 0;
}

#keszletModal .modal-header{
  padding: 35px;
}

#keszletModal .modal-header .alertmessage{
  color: #f7901e;
  font-weight: bold;
  text-align: justify;
}

#keszletModal div.inactive{
  display: none;
}

#keszletModal .modal-header .alertmessage .figyelmeztetes{
  fill: #f7901e;
  margin-bottom: -4px;
  margin-right: 10px;
}

#keszletModal .modal-body .message{
  margin-bottom: 35px;
}

#keszletModal .message p{
  margin: 0;
  font-size: 13px;
  line-height: 14px;
}

#keszletModal .message .modal-title{
  color: #1a8541;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: lighter;
}

#keszletModal .message .header-image{
  font-size: 52px;
  text-align: center;
  color: #1a8541;
}


#keszletModal .modal-body{
  background: #ddd;
  padding: 35px;
}

#keszletModal .productTable th{
  color: #fff;
  background: #9d9d9d;
  padding: 15px 5px;
}

#keszletModal .productTable td{
  background-color: #f3f3f3;
  color: #454545;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}

#keszletModal .productTable td.text-left{
  text-align: left;
}

#keszletModal .productTable tr.even td{
  background: #fff;
}

#keszletModal .productTable td.title{
  font-weight: bold;
  font-size: 16px;
  background: #ddd;
  border-top: 0;
}

#keszletModal .productTable .icon.kosar {
  fill: #9b9b9b;
}

#keszletModal .productTable .icon.kosar:hover{
  fill: #1a8541;
}

#keszletModal .productTable .icon.kuka:hover{
  fill: #f7901e;
}

#keszletModal .modal-body{
  max-height: calc(100vh - 300px);
}

#keszletModal .icon.kuka{
  fill: #9b9b9b;
  display: none;
}

#keszletModal .productTable tr.opened .icon.kosar{
  display: none;
}

#keszletModal .productTable tr.opened .icon.kuka{
  display: inline-block;
}

#keszletModal .modal-body button{
  display: inline-block;
  width: auto;
  margin-top: 30px;
}

#keszletModal .btn-success:hover{
  color: #fff;
}

button.showPrev{
  background: #9e9e9e !important;
  border-color: #9e9e9e !important;
}

#emptyModal .modal-content{
  padding: 0;
}

#emptyModal .modal-body{
  background: #ddd;
  padding: 35px;
}

#emptyModal .modal-body .modalTitle{
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

#emptyModal .product a:not(.active){
  background: #fff !important;
}

#emptyModal .product a:not(.active) .title{
  color: #198641;
  font-size: 16px;
}

#emptyModal .product a .title{
  font-size: 16px;
}

#emptyModal .product a{
  display: inline-block;
  width: 100%;
}

#emptyModal .modal-header{
  padding: 35px;
}

#emptyModal .modal-header .icon.figyelmeztetes,
#transportModal .modal-header .icon.figyelmeztetes
{
  fill: #f89117;
  margin-bottom: -7px;
  margin-right: 10px;
}

#emptyModal .modal-header .alertmessage{
  text-align: justify;
}

#emptyModal .modal-header .alertmessage .icon.figyelmeztetes{
  margin-bottom: -3px;
  margin-right: 5px;
}

#emptyModal .modal-header,
#transportModal .modal-header{
  color: #f89117;
  font-weight: bold;
}

#keszletModal.mobile .modal-header{
  padding: 10px 5px;
}

#keszletModal.mobile .modal-body{
  padding: 10px 5px;
}

#keszletModal.mobile .message{
  padding: 0;
  margin-bottom: 10px;

}

#keszletModal.mobile .message h4{
  text-align: center;
}

#keszletModal.mobile .message .modal-title{
  font-size: 16px;
}

#keszletModal.mobile .modal-body {
    max-height: calc(100vh - 100px);
}

#keszletModal.mobile .modal-body button{
  margin-top: 15px;
}

#keszletModal.mobile .modal-body .message > div{
  padding: 5px 0;
}

#transportModal .modal-body{
  padding: 0;
}

.modal.isMobile .modal-dialog{
  margin: 0 !important;
}


a.active .shippingPriceTd{
  color: #fff;
}
.shippingPriceTd{
  font-weight: bold;
  color: #4b4b4b;
}

.error > span{
  display: inline-block;
  float: left;
}

.error svg.figyelmeztetes{
  margin: 3px 5px -3px 3px;
}

svg.tamogatas{
  cursor: pointer;
}

select#hatarok{
  max-width: 200px;
}

svg.uniqueOrderInfo{
  margin-bottom: -7px;
}

#productList tbody td{
  font-family: pt-sans-narrow, sans-serif;
  font-size: 14px;
}

#productList tbody td input{
  font-family: pt-sans-narrow, sans-serif;
  font-size: 14px;
}

#productList thead{
  font-family: pt-sans-narrow, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.master-slider button.readmore{
    display: inline-block;
    width: auto;
  font-family: dinpro-bold, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  padding: 12px 18px;
  text-align: center;
    color: #fff;
}

.master-slider .btn,
.master-slider .btn:hover,
.master-slider .btn:focus,
.master-slider .btn:active{
    font-size: 16px !important;
}

.master-slider button.readmore:hover{
    color: #fff !important;
}

.master-slider button.readmore svg{
  fill: #fff;
    margin-bottom: 0;
}


.master-slider .slider-content .slider-title{
  font-family: dinpro-bold, sans-serif;
  font-size: 42px !important;
  line-height: 47px !important;
  color: #fff !important;
  margin-bottom: 30px;
  filter: drop-shadow(0.375px 0.927px 1px rgba(0,0,0,0.5));
    text-transform: uppercase;
}

.master-slider.mobile .slider-content .slider-title{
  font-size: 35px !important;
  line-height: 40px !important;
}

.master-slider .slider-content .slider-sub{
  font-family: dinpro-light, sans-serif;
  font-size: 35px;
  font-weight: 300;
    text-transform: uppercase;
  line-height: 45px !important;
  color: #fff !important;
}

.master-slider .slider-content .slider-description{
  line-height: 20px !important;
  color: #fff !important;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 300;
  font-family: "dinpro-light", sans-serif;
}

.master-slider .slider-content .slider-description p{
    font-size: 17px;
    font-weight: 300;
    font-family: "dinpro-light", sans-serif;
}

section.productList table thead.invisible{
  visibility: hidden;
}

section.productList table thead.fixed{
  position: fixed;
  top: 115px;
  display: none;
  z-index: 1;
}

section.productList table thead.fixed .new-stock-info-tooltip{
    display: none;
}

@media screen and (max-width: 767px){
  section.productList table thead.fixed{
    top: 50px;
  }
}

section.productList table thead.fixed.visible{
  display: block;
}

.szimm_vagas_box{
  padding-top: 20px;
  padding-left: 0 !important;
}

.szimm_vagas_box label{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.szimm_vagas_box label.sm{
  text-transform: none;
}

.szimm_vagas_box input{
  font-size: 14px;
  color: #4b4b4b;
  width: 80px;
  text-align: right;
  margin-left: 10px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
  color: #ddd !important;
  font-weight: normal !important;
}

.datepicker td, .datepicker th{
  font-weight: bold !important;
}

#transportModal .modalContent > a:hover,
#kotelezoModal .modalContent > a:hover,
#emptyModal .modal-content a:hover{
  color: #fff !important;
  background: #198641 !important;
}

#kotelezoModal .modalContent input{
    color: #4b4b4b;
}

#transportModal .modalContent > a:hover .title,
#kotelezoModal .modalContent > a:hover .title,
#emptyModal .modal-content a:hover .title{
  color: #fff !important;
}

#transportModal .modalContent > a:hover svg,
#emptyModal .modal-content a:hover svg{
  fill: #fff;
}

.payModeModal .payMode.inactive{
  display: none !important;
}

.mobileStock{
  display: inline-block;
  padding: 0 10px;
}

.mobileStock > div:first-child{
  padding: 0;
  color: #9d9d9d;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
}

.mobileStock > div:last-child{
  padding: 0;
  color: #9d9d9d;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  text-align: center;
}

.backToMain{
  color: #198641;
}

.search{

}

.search .searchIcon{
  cursor: pointer;
  /*padding: 10px;*/
  margin-left: 10px;
  margin-top: 15px;
  position: relative;
}

.search .searchBox{
  position: absolute;
  top: 65px;
  right: 0;
  padding: 20px;
  background: #e7e7e7;
  width: 400px;
  -webkit-box-shadow: 0px -2px 7px -1px rgba(231,231,231,1);
  -moz-box-shadow: 0px -2px 7px -1px rgba(231,231,231,1);
  box-shadow: 0px -2px 7px -1px rgba(231,231,231,1);
  display: none;
}

.search .searchBox .message{
  padding-top: 10px;
  text-align: left;
  display: none;
  font-size: 12px;
  line-height: 14px;
}

.search .searchBox .message.active{
  display: block;
}

.search .searchBox.active{
  display: block;
}

.search .searchBox .searchInput{
  width: 100%;
  padding:8px 10px;
  border: 1px solid rgb(135, 135, 135);
  border-radius: 2px;
}

.search .searchBox .title{
    text-align: left;
    font-size: 12px;
    font-family: dinpro-light, sans-serif;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
}

.search .searchBox .title.active{
    background: #198641;
    color: #fff;
}

.search .searchBox .searchResults{
    display: none;
}

.search .searchBox .searchResults.active{
    display: inline-block;
    width: 100%;
}

.search .searchBox .searchResults .results {
    max-height: 300px;
    overflow-y: auto;
}

.search .searchBox .searchResult{
  display: table;
}


.search .searchBox .searchResult .resultImage{
  float: none;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid rgb(172, 172, 172);
  padding: 15px 0;
}

.search .searchBox .searchResult:last-child .resultImage{
  border: 0;
}

.search .searchBox .searchResult .resultImage img{
  width: 100%;
  border-radius: 4px;
}

.search .searchBox .searchResult .resultInfo{
  padding-left: 10px;
  padding-right: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid rgb(172, 172, 172);
  padding: 15px 10px;
}

.search .searchBox .searchResult:last-child .resultInfo{
  border: 0;
}

.search .searchBox .searchResult .resultInfo .name{
  font-size: 16px;
  font-family: dinpro-bold;
}
.search .searchBox .searchResult .resultInfo .description{
  font-size: 12px;
  font-family:  pt-sans-narrow;
}



.search .searchBox ::-webkit-scrollbar, .breadcrumb ::-webkit-scrollbar{
    width: 4px;
}

.search .searchBox ::-webkit-scrollbar-track, .breadcrumb ::-webkit-scrollbar-track{
    background: rgb(205, 205, 205);
}

.search .searchBox ::-webkit-scrollbar-thumb, .breadcrumb ::-webkit-scrollbar-thumb {
    background: rgb(158, 158, 158);
}

.search .searchBox ::-webkit-scrollbar-thumb:hover, .breadcrumb ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.lds-ellipsis {
  position: relative;
  width: 64px;
  height: 11px;
  top: -26px;
  display: none;
}

.lds-ellipsis.active{
  display: inline-block;
}

.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #198641;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.searchBox .noResult{
  display: none;
    margin-top: 10px;
}

.searchBox .noResult.active{
  display: inline-block;
}

.search .searchLabel{
  display: none;
}

@media screen and (max-width: 767px){


  header.isMobile .search{
    background: #fff;
    text-align: left !important;
    display: inline-block;
    height: 50px;
    float: right;
  }

  header.isMobile .search.searchdesktop{
    display: none;
  }

  header.isMobile .search .searchLabel{
    display: table-cell;
    vertical-align: middle;
    text-align: left !important;
    font-size: 18px;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
  }

  header.isMobile .searchIcon{
    font-size: 20px;
    padding: 13px;
  }

  header.isMobile .navbar-collapse.in{
    overflow-y: visible;
  }

  header.isMobile .search .searchBox{
    width: 100%;
    top: 98px;
  }

  header.isMobile .lds-ellipsis{
    margin: 0 auto;
    top: -24px;
  }

  header.isMobile .lds-ellipsis.active{
    display: block;
  }

  header.isMobile .search .searchBox .close{
    display: inline-block;
    padding: 5px 0;
  }

  header.isMobile .search .searchBox .searchInput{
    margin: 0 auto;
    display: block;
  }

  header.isMobile .name,
  header.isMobile .description{
    color: #454545;
  }

  header.isMobile .close{
    padding: 13px;
  }

  header.isMobile .mobileSearchIcon{
      position: absolute;
      top: 28px;
      right: 30px;
      font-size: 20px;
      color: #cccccc;
      cursor: pointer;
  }

}

.search .searchBox .close{
  display: none;
}

header:not(.isMobile) .navbar ul.nav li a.autoWidth{
  width: auto;
  cursor: pointer;
}

.brdcrumb.fixed{
  position: fixed;
  width: 100%;
  z-index: 15;
}

.brdcrumb.fixed .breadcrumb{
  margin-bottom: -1px;
}

.productDetails,
.productCategoryDetails{
  padding-top: 130px;
}

header .search.mobilesearch{
  display: none;
}

@media screen and (max-width: 767px){
  .productDetails,
  .productCategoryDetails{
    padding-top: 0;
  }

  header .search.mobilesearch{
    display: inline-block;
  }


}

.weight{
  font-size: 12px;
  color: #9e9e9e;
  font-family: dinpro-light, sans-serif;
}

.weight span{
  font-size: 16px;
  font-family: dinpro-bold, sans-serif;
}

.basketStepSummary .weight{
  margin-bottom: 20px;
}

.basketsum div.basketStepSummary h2{
  margin: 0 !important;
}

#productList table tbody tr:not(.highlight):hover td{
  background: #d7d7d7;
}

#productList table tbody tr td.hover{
  background: #d7d7d7;
}

.elore_utalas_info{
  margin-bottom: 40px;
}

.elore_utalas_info h3{
  margin-top: 0;
}

.elore_utalas_info h4{
  margin-top: 25px;
}

.elore_utalas_info .contact{
  display: inline-block;
  position: relative;
}

button.cart_icon{
  border: 0;
  background: transparent;
}

.thankyou{
	text-align: left;
}

.thankyou .sikeres_rendeles{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ababab;
}

.thankyou .sikeres_rendeles.noborder{
	border-bottom: 0;
}

.thankyou .sikeres_rendeles svg{
	display: inline-block;
	float: left;
	margin-right: 14px;
	margin-top: 2px;
}

.thankyou .sikeres_rendeles h2{
	color: #198541;
	display: inline-block;
	float: left;
	font-family: dinpro-light, sans-serif;
    max-width: 85%;
}

.thankyou .sikeres_rendeles .rendeles_szamok{
	font-size: 15px;
	margin-top: 5px;
	padding-left: 42px;
}

.thankyou_footer .linkek{
	text-align: center;
	margin-bottom: 60px;
  padding-top: 20px;
}


.thankyou_footer .linkek a{
	text-transform: uppercase;
}

.thankyou_footer .linkek a:first-child{
	margin-right: 20px;
}

.thankyou_footer .linkek svg{
	fill: #198541;
	margin-right: 5px;
	margin-bottom: -3px;
}

.thankyou.mobile .sikeres_rendeles{
	padding-top: 70px;
}

.thankyou.mobile .sikeres_rendeles h2{
	width: calc(100% - 50px);
	color: #9d9d9d;
}

.thankyou_footer.mobile .linkek{
	padding: 0 15px;
}

.thankyou_footer.mobile .linkek a:first-child{
	float: left;
	width: 50%;
	margin-right: 0;
	text-align: left;
}

.thankyou_footer.mobile .linkek a:nth-child(2){
	float: right;
	width: 50%;
	text-align: right;
}

.thankyou_footer{
	display: inline-block;
	width: 100%;
	background: #fff;
}

.thankyou_footer .masik_kosar{
	background: #e7e7e7;
	margin-bottom: 20px;
	padding: 10px 0 30px 0;
}

.thankyou_footer .masik_kosar a{
	background: #198541;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
}

.thankyou_footer .masik_kosar a svg{
	fill: #fff;
	margin-right: 3px;
	margin-bottom: -2px;
}

.thankyou_footer .masik_kosar .alertmessage{
	color: #f78f1f;
}

.thankyou_footer .masik_kosar svg{
	fill: #f78f1f;
	margin-bottom: -4px;
}

.cart_outofstock{
  color: #f78f1f;
}

.productName > a{
  color: #454545;
}

.model3d{
  display: inline-block;
  margin-left: 20px;
}

.model3d svg{
  cursor: pointer;
  margin-bottom: -3px;
}

.model3d svg:hover{
  fill: #198641;
}

#productList tbody tr.highlight td{
  background: #b5cfbd;
}

#kotelezoModal .modal-body .warning{
  padding-left: 0;
  display: none;
  margin-bottom: 0;
  margin-top: 20px;
}
#kotelezoModal .modal-body .warning.active{
  display: block;
}

#kotelezoModal .modal-body.product a.active .warning svg{
  fill: #f7901e !important;
}

svg.alap_szall.active,
svg.alap_szall:hover{
  fill: #a5a5a5;
}

svg.alap_szall:not(.active){
  fill: #e5e5e5;
  cursor: pointer;
}

.lds-dual-ring {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.uploadLoader{
    display: none;
    margin-bottom: -3px;
}

.uploadLoader.active{
    display: inline-block;
}

.uploadSuccess{
    color: #198540;
}

.uploadFail{
    color: #f7901e;
}

.uploadFail > div{
    margin-bottom: 20px;
}

.uploadFail > div:last-child{
    margin-bottom: 0;
}

.svgUploadSuccess{
    fill: #188541;
    margin-bottom: -3px;
    margin-right: 3px;
}

span.category-description{
    max-width: 180px;
}



/*
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/

.loader{
    position: relative;
    margin: 50px auto;
    width: 100px;
    height: 80px;

}

.loader .gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    animation: spin 4s infinite;
}

.loader .two {
    left: 40px;
    width: 80px;
    height: 80px;
    animation: spin-reverse 4s infinite;
}

.loader .three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px;
}

.loader .gear svg{
    fill: #e7e7e7;
}

@keyframes spin {
    50% {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse {
    50% {
        transform: rotate(-360deg);
    }
}

.loader-container{
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
    display: none;
    width: 100%;
    text-align: center;
    line-height: 34px;
}

.loader-container.active{
    display: block;
}

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #454545;
    opacity: 0.95;
    z-index: 99998;
    display: none;
}

.overlay.active{
    display: block;
}

.loader-container .loader-text{
    color: #e7e7e7;
    font-size: 30px;
    font-family: dinpro-light, sans-serif;
}

.egyeb_gep_tipusa{
    text-align: left !important;
    display: inline-block;
    width: 75%;
    height: 30px !important;
    margin-left: 20px;
    border: 1px solid #9b9b9b !important;
    background: #f1f1f1;
}

@media screen and (max-width: 991px){
    .egyeb_gep_tipusa{
        width: 65%;
    }
}

.push-up-10{
    margin-top: 10px;
}

.push-up-20{
    margin-top: 20px;
}

#btn_reset_shipping{
    margin-right: 10px;
}

#transportModal .modalContent td{
    min-width: 60px;
}

#transportModal .modalContent a td.extended-content{
    border-left: 2px solid #9d9d9d;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    font-family: dinpro-light, sans-serif;
}

#transportModal .modalContent a:hover td.extended-content{
    border-left: 2px solid #fff;
}

#transportModal .modalContent a.active td.extended-content{
    border-left: 2px solid #fff;
}

#transportModal .displaynone{
    display: none;
}

.staticPage table{
    width: 100% !important;
}

@media screen and (max-width: 767px){
    .staticPage table tr, .staticPage table tr td{
        display: inline-block !important;
        width: 100% !important;
        height: auto !important;
    }
}

.footer-lang-selector{}

.footer-lang-selector .lang{
    margin-bottom: 19px;
    display: inline-block;
    width: 100%;
}

.footer-lang-selector .lang .flag{
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.footer-lang-selector .lang.hu .flag{
    background: url('/images/flags.png') -82px -10px;
}

.footer-lang-selector .lang.en .flag{
    background: url('/images/flags.png') -82px -41px;
}

.footer-lang-selector .lang.ro .flag{
    background: url('/images/flags.png') -46px -41px;
}

.footer-lang-selector .lang.uk .flag{
    background: url('/images/flags.png') -46px -10px;
}

.footer-lang-selector .lang.slo .flag{
    background: url('/images/flags.png') -10px -10px;
}

.footer-lang-selector .lang.srb .flag{
    background: url('/images/flags.png') -10px -41px;
}

.partners .scroll-img {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}


.partners .scroll-img ul {
    width: 1500em;
    height: auto;
    margin: 0;
    padding: 0px;
}

.partners .scroll-img ul li img {
    width: 200px !important;
    height: 114px !important;
}
.partners .scroll-img ul li {
    /*float: none !important;*/
    display: inline-block;
    /*margin: 0px 10px;*/
    vertical-align: middle;
    width: 200px;
}

.partners .bx-wrapper {
    width: inherit !important;
    max-width: inherit !important;
}

.partners .bx-window {
    width: inherit !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited{
    color: #fff !important;
    background-color: #198641 !important;
    font-weight: lighter !important;
    max-width: 170px !important;
    border-radius: 0 !important;
}

#shippings-transporter_warehouse_id.error{
    border: 1px solid #a94442 !important;
}

.transporter_warehouse_id.error{
    color: #a94442 !important;
    font-weight: bold !important;
}
.transporter_warehouse_id.error label{
    font-weight: bold !important;
    color: #a94442 !important;
}

.lightbox{
    z-index: 99999;
}

.lb-container{
    padding: 0;
}

.lb-container .lb-image{
    border: 0 !important;
    border-radius: 3px 3px 0 0;
}

.lb-data .lb-details{
    width: 100%;
    background: #222;
    padding: 20px 65px 20px 20px
}

.lb-dataContainer{
    padding-top: 0;
}

.lb-data{
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.lb-data .lb-close{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dte-brand{
    position: relative;
    z-index: 999;
    margin-left: 60px;
    margin-top: 30px;
    width: 105px;
}

.dte-brand img{
    width: 100%;
}

.dte-brand .new-badge{
    color: rgb(244, 63, 70);
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(90%, -75%);
    font-family: dinpro-bold, sans-serif;
}

@media screen and (max-width: 767px){
    .dte-brand{
        margin-left: 10px;
        width: 75px;
        margin-top: 14px;
    }

    .dte-brand .new-badge{
        background: #fff;
        color: rgb(244, 63, 70);
        font-family: brown-bold, sans-serif;
        transform: translate(90%, -35%);
    }

}

.e-invoice-modal .close{
    position: absolute;
    top: 13px;
    right: 13px;
    margin-top: 0;
    opacity: 1;
}

.e-invoice-modal .modal-content{
    padding-bottom: 50px;
}

.e-invoice-modal .close svg{
    fill: #9B9B9B;
}

.icon.e-invoice{
    fill: #9D9D9D;
}

.e-invoice-modal .icon.e-invoice{
    margin-bottom: 33px;
}

.e-invoice-modal .promo-header{
    color: #454545;
    font-family: pt-sans-bold, sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
}

.e-invoice-modal .promo-text{
    color: #454545;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.e-invoice-modal .promo-text b{
    font-weight: normal;
    font-family: pt-sans-bold, sans-serif;
}

.e-invoice-modal .right .title .new-function{
    color: #F7901E;
    font-family: dinpro-bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px !important;
    margin-bottom: 3px;
}

.e-invoice-modal .right .title .function-name{
    color: #4b4b4b;
    font-family: dinpro-bold, sans-serif;
    font-size: 20px;
    line-height: 22px !important;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-bottom: 1px solid #ABABAB;
    padding-bottom: 12px;
}

.e-invoice-modal .submit{
    display: table;
}

.e-invoice-modal .submit > div{
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.e-invoice-modal .submit .chkbox-label{
    padding-top: 2px;
}

.e-invoice-modal .btn-send,
.registration-data .e-invoice-request .btn-send,
.confirm-email-remove .btn-remove{
    border: 0;
    background: #008F49;
    color: #fff;
    font-size: 17px;
    font-family: dinpro-bold, sans-serif;
    text-transform: uppercase;
    padding: 15px 17px;
}

.confirm-email-remove .btn-close{
    background: #c20e1a;
    color: #fff;
    border: 0;
    font-size: 17px;
    font-family: dinpro-bold, sans-serif;
    text-transform: uppercase;
    padding: 15px 17px;
    margin-right: 10px;
}

.registration-data .e-invoice-request .btn-send{
    margin-top: 60px;
    margin-right: 15px;
}

.e-invoice-modal .btn-send svg,
.registration-data .e-invoice-request .btn-send svg,
.confirm-email-remove .btn-remove svg{
    fill: #fff;
    margin-left: 5px;
}

.e-invoice-modal .right .info,
.registration-data .e-invoice-request .info{
    position: relative;
    margin-bottom: 43px;
    color: #F7901E;
    font-size: 14px;
    line-height: 17px;
    padding-left: 40px;
}

.registration-data .e-invoice-request .info{
    padding-left: 25px;
    margin-top: 60px;
    max-width: 63%;
    padding-right: 20px;
}

.e-invoice-modal .right .info svg,
.registration-data .e-invoice-request .info svg{
    position: absolute;
    top: 0;
    left: 15px;
    fill: #F7901E;
}

.registration-data .e-invoice-request .info svg{
    left: 0;
}

.e-invoice-modal .right .inputs-container{
    margin-top: 15px;
    margin-bottom: 37px;
}

.e-invoice-modal .right .inputs-container .labels .main-label{
    color: #454545;
    font-family: dinpro-bold, sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.e-invoice-modal .right .inputs-container .labels .sub-label{
    color: #454545;
    font-size: 12px;
}

.registration-data .e-invoice-request .inputs-container .labels .main-label,
.registration-data .e-invoice-request .inputs-container .labels .sub-label{
    color: #454545;
    font-size: 13px;
}

.e-invoice-modal .right .inputs-container .inputs{
    padding-right: 0;
}

.e-invoice-modal .right .inputs-container .inputs input,
.registration-data .e-invoice-request .inputs-container .inputs input{
    border: 1px solid #D7D7D7;
    height: 35px;
    width: 100%;
    padding: 0 30px 0 12px;
    font-size: 16px;
    color: #454545;
    margin-bottom: 15px;
}

/*
.e-invoice-request.active .e-invoice-main,
.e-invoice-request.active .inputs-container .inputs input.exists{
    background: #eee;
}
*/

.e-invoice-request.active .inputs-container .added-input-container svg.in-progress{
    position: absolute;
    top: 8px;
    right: -20px;
    fill: #F7901E;
}

/*
.e-invoice-request.active .inputs-container .inputs input.in-progress{
    background: #eee;
}
*/

.e-invoice-modal .right .inputs-container .add-new-label,
.registration-data .e-invoice-request .inputs-container .add-new-label{
    color: #198641;
    text-transform: uppercase;
    font-size: 14px;
    font-family: pt-sans-bold, sans-serif;
    cursor: pointer;
}

.e-invoice-modal .right .inputs-container .add-new-label svg,
.registration-data .e-invoice-request .inputs-container .add-new-label svg{
    fill: #198641;
}

.transportAndPayMode .e-invoice-request{
    margin-top: 34px;
}

.transportAndPayMode .e-invoice-request svg{
    margin-right: 10px;
}

.transportAndPayMode .e-invoice-request .promo-title{
    text-transform: uppercase;
    color: #4B4B4B;
    font-size: 18px;
    padding-top: 5px;
    font-family: dinpro-light, sans-serif;
}

.transportAndPayMode .e-invoice-request .promo-text,
.registration-data .e-invoice-request .promo-text{
    font-size: 14px;
    color: #a5a5a5;
}

.registration-data .e-invoice-request{
    margin-top: 40px;
}

.registration-data .e-invoice-request .icon.e-invoice{
    margin-right: 20px;
}

.registration-data .e-invoice-request .promo-title{
    font-family: dinpro-light, sans-serif;
    text-transform: uppercase;
    color: #4B4B4B;
    font-size: 26px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.registration-data .e-invoice-request .inputs-container{
    margin-top: 40px;
    padding-left: 75px;
    padding-right: 0;
}

.registration-data .e-invoice-request .inputs-container .custom-checkbox-group{
    margin-bottom: 15px;
    font-size: 14px;
}

.e-invoice-request .added-input-container,
.e-invoice-request .main-input-container{
    position: relative;
}

.e-invoice-request .added-input-container svg.kuka{
    position: absolute;
    top: 9px;
    right: 10px;
    display: none;
}

.e-invoice-request .main-input-container svg.szerkesztes{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    fill: #a5a5a5;
}

.e-invoice-request .added-input-container:hover svg.kuka{
    display: block;
}

.e-invoice-request .main-input-container:hover svg.szerkesztes{
    display: block;
}

.e-invoice-request .e-invoice-active{
    color: #198641;
    text-transform: uppercase;
    font-size: 14px;
    font-family: dinpro-bold, sans-serif;
}

.e-invoice-request .e-invoice-active svg{
    fill: #198641;
    margin-bottom: -1px;
}

.e-invoice-request .request-in-progress{
    color: #E49C03;
    text-transform: uppercase;
    font-size: 14px;
    font-family: dinpro-bold, sans-serif;
}

.e-invoice-request .request-in-progress svg{
    fill: #E49C03;
    margin-bottom: -5px;
}

.e-invoice-request .request-sent{
    font-size: 18px;
    color: #198641;
}

.confirm-email-remove .email-address{
    font-family: dinpro-bold, sans-serif;
    margin-top: 5px;
    font-size: 18px;
}

@media screen and (max-width: 1198px) {
    .registration-data .e-invoice-request .inputs-container {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {

    .registration-data .e-invoice-request .e-invoice-active,
    .registration-data .e-invoice-request .request-in-progress{
        position: absolute;
        top: 0;
        right: 0;
    }

    .registration-data .e-invoice-request .inputs-container .inputs{
        margin-top: 5px;
        padding-left: 0;
    }

    .registration-data .e-invoice-request .inputs-container .added-input-container svg.in-progress{
        display: none;
    }

}

@media screen and (max-width: 767px){

    .e-invoice-modal .modal-dialog{
        max-width: 400px;
        margin: 50px auto;
    }

    .e-invoice-modal .left, .e-invoice-modal .right{
        padding-left: 0;
        padding-right: 0;
    }

    .e-invoice-modal .right .title, .e-invoice-modal .right .inputs-container{
        padding: 0;
    }

    .e-invoice-modal .left{
        text-align: center;
    }

    .e-invoice-modal .left .icon.e-invoice{
        width: 91px;
        height: 72px;
        margin-bottom: 14px;
    }

    .e-invoice-modal .submit{
        text-align: center;
    }

    .e-invoice-modal .submit, .e-invoice-modal .submit > div{
        display: inline-block;
    }

    .e-invoice-modal .right .title .new-function{
        margin-top: 28px;
    }

    .e-invoice-modal .right .inputs-container{
        margin-top: 0;
    }

    .e-invoice-modal .right .inputs-container .inputs{
        padding-left: 0;
    }

    .e-invoice-modal .right .inputs-container .inputs input{
        margin-top: 8px;
    }

    .e-invoice-modal .right .info svg{
        left: 0;
    }

    .e-invoice-modal .right .info{
        padding-left: 30px;
        margin-bottom: 30px;
    }

    .e-invoice-modal .btn-send{
        float: none !important;
        margin-top: 15px;
    }

    .e-invoice-modal .submit .custom-checkbox-group .custom-checkbox{
        display: inline-block;
        width: auto;
        float: none;
    }

    .registration-data .e-invoice-request .inputs-container{
        padding-left: 0;
        margin-top: 25px;
    }

    .registration-data .e-invoice-request .inputs-container .inputs{
        padding-right: 40px;
        padding-left: 0;
    }

    .e-invoice-request .added-input-container svg.kuka{
        display: block;
        right: -25px;
    }

    .registration-data .e-invoice-request .inputs-container .labels{
        margin-bottom: 10px;
    }

    .registration-data .e-invoice-request .info{
        margin-top: 40px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .registration-data .e-invoice-request .btn-send{
        margin-top: 0;
        width: 100%;
        margin-bottom: 45px;
        margin-right: 0;
    }

    .registration-data .e-invoice-request .submit-container{
        width: 100%;
    }

    .registration-data .e-invoice-request .title-container{
        max-width: 70%;
    }

}

.push-up-80{
    margin-top: 80px;
}

.hydraulics{

}

.hydraulics.mobile{
    margin-top: 50px;
}

.hydraulics .device-disabled{
    padding: 50px 10px;
    font-family: dinpro-bold, sans-serif;
}

.hydraulics .bg-grey{
    background: #E7E7E7;
}

.hydraulics .container.m1024{
    max-width: 1024px;
    padding-left: 0;
    padding-right: 0;
}

.message-and-help{
    padding-top: 66px;
    padding-bottom: 150px;
}

.message-and-help > .container{
    display: flex;
    align-items: center;
}

.message-and-help .message-container .title{
    text-transform: uppercase;
    font-family: dinpro-bold, sans-serif;
    font-size: 14px;
    margin-bottom: 25px;
}

.message-and-help .message-container textarea{
    resize: none;
}

.message-and-help .help-me{
    display: inline-block;
    max-width: 220px;
}

.message-and-help .help-me .help-me-label{
    font-size: 20px;
}

.message-and-help .help-me .help-me-btn{
    width: 190px;
    height: 45px;
    font-size: 15px;
    font-family: dinpro-bold, sans-serif;
    color: #f78f20;
    border: 1px solid #f78f20;
    background: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}

.message-and-help .help-me .help-me-btn svg{
    fill: #f78f20;
    margin-bottom: -1px;
    margin-right: 5px;
}

.hydraulics .header{
    height: 200px;
    background: #4B4B4B;
}

.hydraulics.with-help .header{
    height: 407px;
}

.hydraulics .header .header-image{
    position: absolute;
    top: 0;
    left: 75px;
}

.hydraulics .push-up{
    margin-top: -145px;
}

.hydraulics.with-help .push-up{
    margin-top: -352px;
}

.hydraulics .page-title{
    color: #fff;
}

.hydraulics .tabs-header .nav-tabs{
    border-bottom: 0;
}

.hydraulics .tabs-header .nav-tabs li{
    border-left: 0;
    background: #575656;
}

.hydraulics .tabs-header .nav-tabs li svg.kuka{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    fill: #9D9D9D;
}

.hydraulics .tabs-header .nav-tabs li.active svg.kuka{
    fill: #FF0000;
}

.hydraulics .tabs-header .nav-tabs li.active{
    background: #E7E7E7;
}

.hydraulics .tabs-header .nav-tabs li.active a,
.hydraulics .tabs-header .nav-tabs li.active a .tab-counter,
.hydraulics .tabs-header .nav-tabs li.active a:hover{
    color: #4B4B4B !important;
}

.hydraulics .tabs-header .nav-tabs li:last-child{
    border-right: 0;
}

.hydraulics .tabs-content{
    padding-top: 25px;
}

.hydraulics .main-parts{
    display: flex;
    margin-bottom: 35px;
}

.hydraulics .main-parts .part{
    display: inline-block;
    float: left;
    position: relative;
}

.hydraulics .main-parts .part.coupling{
    width: 21.5%;
}

.hydraulics .main-parts .part.socket{
    width: 10%;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}

.hydraulics .main-parts .part.hose{
    width: 37%;
}

.hydraulics .main-parts .part .select-part{
    height: 290px;
    border: 1px solid transparent;
    margin-top: 8px;
    position: relative;
}

.hydraulics .main-parts .part.active .select-part{
    border: 1px solid #008F49;
    cursor: pointer;
}

.hydraulics .main-parts .part.hose .select-part{
    width: calc(100% + 2px);
    z-index: 2;
    transform: translateX(-1px);
}

.hydraulics .main-parts .part.coupling.b .select-part{
    transform: translateX(-1px);
    z-index: 2;
}

.hydraulics .main-parts .part.coupling.a .select-part{
    transform: translateX(1px);
    z-index: 2;
}

.hydraulics .main-parts .part .select-part .select-label{
    color: #198641;
    font-size: 20px;
    text-align: center;
    display: none;
    margin-top: 10px;
}

.hydraulics .main-parts .part.hose .select-part .select-label{
    margin-top: 0;
}

.hydraulics .main-parts .part.active .select-part .select-label{
    display: block;
}

.hydraulics .main-parts .part .select-part .labels{
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

.hydraulics .main-parts .part.hose .select-part .labels{
    top: 50%;
    transform: translateY(-50%);
}

.hydraulics .main-parts .part .select-part .copy-other-side{
    font-size: 14px;
    font-family: dinpro-bold, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #008F49;
    padding: 12px 13px;
    margin-top: 18px;
    cursor: pointer;
    display: inline-block;
}

.hydraulics .main-parts .part .part-name{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: dinpro-light, sans-serif;
    color: #4B4B4B;
    margin-top: 10px;
    min-height: 36px;
}

.hydraulics .main-parts .part.selected .select-part{
    display: none;
}

.hydraulics .main-parts .part .selected-part{
    display: none;
}

.hydraulics .main-parts .part .selected-part .bottom-line{
    height: 2px;
    background: #4b4b4b;
    position: absolute;
    bottom: 8px;
    display: none;
}

.hydraulics .main-parts.full .part .selected-part .bottom-line{
    display: block;
}

.hydraulics .main-parts .part .selected-part .hose-length{
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #e7e7e7;
    min-width: 80%;
    text-align: center;
    padding: 8px 9px;
    z-index: 2;
    display: none;
}

.hydraulics .main-parts.full .part .selected-part .hose-length{
    display: block;
}

.hydraulics .main-parts .part .selected-part .hose-length input{
    height: 30px;
    width: 90px;
    display: inline-block;
    margin-left: 8px;
    padding: 0 8px;
    text-align: right;
    font-size: 16px;
    font-family: pt-sans-bold, sans-serif;
    color: #454545;
}

.hydraulics .main-parts .part .selected-part .side-label{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hydraulics input::-webkit-outer-spin-button,
.hydraulics input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hydraulics input[type=number] {
    -moz-appearance: textfield;
}

.hydraulics .main-parts .part .selected-part .hose-length .input-label{
    font-size: 16px;
    font-family: pt-sans-bold, sans-serif;
}

.hydraulics .main-parts .part.socket .selected-part .bottom-line{
    width: calc(100% + 2px);
    transform: translateX(-1px);
}

.hydraulics .main-parts .part.selected .selected-part{
    display: block;
}

.hydraulics .main-parts .part .selected-part .selected-part-details .main-details{
    font-size: 16px;
    font-family: pt-sans-bold, sans-serif;
    margin-top: 16px;
}

.hydraulics .main-parts .part .selected-part .selected-part-details{
    height: 70px;
    margin-bottom: -10px;
}

.hydraulics .main-parts .part .selected-part .selected-part-details .etk{
    font-size: 14px;
}

.hydraulics .main-parts .part .selected-part-image{}

.hydraulics .main-parts .part .selected-part-image img{
    width: 100%;
    height: 245px;
    position: relative;
    z-index: 2;
}

.hydraulics .main-parts .part:not(.socket) .selected-part-image img{
    cursor: pointer;
}

.hydraulics .main-parts .part.socket .selected-part-image img{
    width: calc(100% + 1px);
}

.hydraulics .main-parts .part.socket.b .selected-part-image img{
    transform: translateX(-1px);
}

.hydraulics .main-parts .part.coupling.a .selected-part-image img{
    transform: translateX(1px);
}

.hydraulics .main-parts .part.coupling.b .selected-part-image img{
    transform: translateX(-1px);
}

.hydraulics .main-parts .part.selected .part-name{
    font-family: dinpro-bold, sans-serif;
    color: #008F49;
}

.hydraulics .main-parts .part .side-label{
    color: #D7D7D7;
    font-size: 130px;
    font-family: dinpro-bold, sans-serif;
    display: inline-block;
}

.hydraulics .main-parts .part.active .side-label{
    color: #A5C8B5;
}

.hydraulics .orientation{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 75px;
}

.hydraulics .orientation > div{
    display: inline-block;
}

.hydraulics .orientation .orientation-info{
    max-width: 325px;
    margin-left: 45px;
}

.hydraulics .orientation .orientation-info .title{
    font-size: 16px;
    text-transform: uppercase;
    font-family: dinpro-bold, sans-serif;
    margin-bottom: 25px;
}

.hydraulics .orientation .orientation-info .info{
    font-size: 14px;
}

.hydraulics .orientation .rs-container{
    position: relative;
}

.hydraulics .orientation .rs-container .start{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #008F49;
    border-radius: 100%;
    z-index: 3;
}

.hydraulics .orientation .rs-container .helper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 181px;
    background: #DADADA;
    z-index: 3;
}

.hydraulics .orientation .rs-container .helper.helper2{
    transform: translate(-50%, -50%) rotate(45deg);
}

.hydraulics .orientation .rs-container .helper.helper3{
    transform: translate(-50%, -50%) rotate(90deg);
}

.hydraulics .orientation .rs-container .helper.helper4{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hydraulics .orientation .rs-container .rs-image{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    transform-origin: center 63px;
}

.hydraulics .orientation .rs-container .rs-image img{
    width: 42px;
    height: 82px;
}

.hydraulics .orientation .rs-border{
    border: 0;
}

.hydraulics .orientation .rs-control .rs-bg-color{
    background: #e7e7e7;
}

.hydraulics .orientation .rs-control .rs-path-color{
    background-color: #AAAAAA;
    border: 0;
}

.hydraulics .orientation .rs-range-color{
    background-color: #008F49;
}

.hydraulics .orientation .rs-control .rs-handle{
    background-color: #fff;
    border: 4px solid #008F49;
    z-index: 4;
}

.hydraulics .orientation .rs-control .rs-handle.rs-disable{
    cursor: not-allowed;
}

.hydraulics .orientation .rs-start, .hydraulics .orientation .rs-end{
    display: none;
}

.hydraulics .orientation .rs-tooltip{
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 55px;
    height: 29px;
    border: 1px solid #AAA;
    font-family: pt-sans-bold, sans-serif;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    padding: 4px;
}

.button-default{
    color: #fff;
    font-size: 14px;
    background: #008F49;
    height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: dinpro-bold, sans-serif;
    border: 0;
    border-radius: 0;
}

.button-default svg{
    fill: #fff;
    margin-bottom: -2px;
}

.button-default.icon-left svg{
    margin-right: 8px;
}

.button-close{
    color: #fff;
    font-size: 14px;
    background: #c72b2e;
    height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: dinpro-bold, sans-serif;
    border: 0;
    border-radius: 0;
}

.button-close svg{
    fill: #fff;
    margin-bottom: -2px;
}

#modal-hose, #modal-coupling{
    width: 982px;
    max-width: none;
    margin: 50px auto;
}

#modal-hose{
    width: 1100px;
}

#modal-hose .modal-content, #modal-coupling .modal-content{
    min-height: 497px;
}

.hydraulics .close-modal{
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
}

.hydraulics .close-modal svg{
    fill: #9B9B9B;
}

#modal-hose .modal-dialog, #modal-coupling .modal-dialog{
    max-width: none;
}

#modal-hose .modal-header{
    background: #E7E7E7;
    padding: 30px 28px;
    color: #4b4b4b;
}

#modal-hose .modal-header .modal-title{
    color: #4B4B4B;
    font-size: 32px;
    font-family: dinpro-bold, sans-serif;
    margin-bottom: 25px;
}

#modal-hose .hose-filters{}

#modal-hose .hose-filters .filter{
    padding-left: 0;
}

#modal-coupling .coupling-filters .filter:first-child{
    padding-left: 0;
    padding-right: 10px;
}

#modal-coupling .coupling-filters .filter:last-child{
    padding-right: 0;
    padding-left: 10px;
}

#modal-hose .hose-filters .filter:first-child{
    padding-right: 40px;
}

#modal-hose .hose-filters .filter-label,
#modal-coupling .coupling-filters .filter-label{
    font-size: 14px;
    margin-bottom: 15px;
}

#modal-coupling .coupling-filters .dd-selected-text{
    font-family: pt-sans-bold, sans-serif;
    color: #4B4B4B;
}

#modal-hose .hose-filters .filter:first-child .filter-label,
#modal-coupling .coupling-filters .filter-label {
    margin-bottom: 10px;
}

#modal-hose .hose-filters #hose-diameter,
#modal-coupling .coupling-filters #coupling-design,
#modal-coupling .coupling-filters #coupling-type{
    margin: 0;
}

.hydraulics .dd-options{
    box-shadow: none;
}

#modal-coupling .coupling-filters .dd-select{
    height: 60px;
}

#modal-coupling .coupling-filters .dd-selected{
    padding: 19px;
}

#modal-coupling #coupling-design .dd-selected{
    padding: 0 19px;
}

#modal-coupling #coupling-design .dd-selected .dd-selected-image{
    width: 91px;
    max-width: 91px;
    height: 48px;
    margin-top: 5px;
}

#modal-coupling #coupling-design .dd-option img{
    width: 91px;
    max-width: 91px;
    height: 48px;
}

#modal-coupling #coupling-design .dd-option .dd-option-text{
    line-height: 48px !important;
}

#modal-hose .hose-filters #hose-diameter .dd-pointer-down,
#modal-coupling .coupling-filters .dd-pointer-down{
    border-top: 5px solid #9D9D9D;
}

#modal-hose .hose-filters #hose-diameter .dd-pointer-up,
#modal-coupling .coupling-filters .dd-pointer-up{
    border-bottom: 5px solid #9D9D9D !important;
}

#modal-hose .hose-filters #hose-diameter .dd-selected, #modal-hose .hose-filters #hose-diameter .dd-option{
    text-align: center;
}

#modal-coupling .coupling-filters .dd-option,
#modal-coupling .coupling-filters .dd-selected{
    text-align: left;
}

#modal-hose .hose-filters .range-slider-container{
    padding: 0 10px;
}

#modal-hose .hose-filters .selected-range{
    color: #4B4B4B;
    font-size: 14px;
    font-family: pt-sans-bold, sans-serif;
    margin-top: 8px;
}

#modal-hose .hose-filters .ui-slider{
    height: 2px;
    border: 0;
    background: #AAAAAA;
}

#modal-hose .hose-filters .ui-slider .ui-slider-range{
    height: 4px;
    background: #008F49;
    margin-top: -1px;
}

#modal-hose .hose-filters .ui-slider .ui-slider-handle{
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #008F49;
    margin-top: -4px;
    cursor: pointer;
}

#modal-hose .modal-body{
    padding-top: 0;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 34px;
}

.hydraulics .hose-list{
    position: relative;
}

.hydraulics .hose-list .gradient, .hydraulics #modal-coupling .categories .gradient{
    height: 60px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hydraulics .dataTables_filter{
    display: none !important;
}

.hydraulics .dataTables_scrollHead{
    background: #008f49;
}

.hydraulics table.products-table{
    border: 0;
}

.hydraulics .dataTables_scrollBody{
    border-bottom: 0 !important;
}

.hydraulics table.products-table th{
    height: 45px;
    padding: 0 10px;
    background: #9D9D9D;
    color: #fff;
    font-size: 14px;
    font-family: pt-sans-narrow-bold, sans-serif;
    text-align: center;
    border: 0;
}

.hydraulics table.products-table th.text-left{
    text-align: left;
}

.hydraulics table.products-table th.select{
    background: #008F49;
    border-left: 1px solid #008F49;
    border-right: 1px solid #008F49;
}

.hydraulics table.products-table td{
    color: #454545;
    font-size: 14px;
    font-family: pt-sans-narrow, sans-serif;
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid #D0D0D0;
}

.hydraulics table.products-table tr:hover td:not(.select){
    background: #dadada !important;
}

.hydraulics table.products-table tr:nth-child(2n) td {
    background: #f3f3f3;
}

.hydraulics table.products-table td:first-child{
    border-left: 1px solid #D0D0D0;
}

.hydraulics table.products-table td.select{
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    cursor: pointer;
}

.hydraulics table.products-table td.select > div{
    color: #fff;
    font-size: 14px;
    font-family: pt-sans-narrow-bold, sans-serif;
    display: none;
    width: 100%;
    line-height: 18px;
}

.hydraulics table.products-table td.select svg{
    margin-top: 1px;
}

.hydraulics table.products-table td.select:hover{
    background: #008F49;
    border-left: 1px solid #008F49;
    border-right: 1px solid #008F49;
    border-bottom: 1px solid #008F49;
}

.hydraulics table.products-table td.select.border-bottom{
    border-bottom: 1px solid #008F49;
}

.hydraulics table.products-table td.select:hover > div{
    display: inline-block;
}

.hydraulics table.products-table td.select:hover svg{
    /*fill: #fff;*/
    display: none;
}

.hydraulics table.products-table .sub-header{
    font-family: pt-sans-narrow, sans-serif;
    font-weight: normal;
}

.hydraulics table.products-table .sub-header > div{
    padding-left: 5px;
    padding-right: 5px;
}

.hydraulics table.products-table thead th.sorting_asc, .hydraulics table.products-table thead th.sorting_desc {
    background: #848484;
}

.hydraulics table.products-table thead th span {
    width: 12px;
    height: 12px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 0 5px;
    font-size: 12px;
    transition: all 0.3s;
    display: inline-block;
    transform: translateY(1px);
}

.hydraulics table.products-table thead th[data-sortable]:hover span::after,
.hydraulics table.products-table thead th.sorting_asc span::after,
.hydraulics table.products-table thead th.sorting_desc span::after{
    font-family: 'Glyphicons Halflings';
    content: "\e094";
}

.hydraulics table.products-table thead th.sorting_desc span {
    transform: rotate(180deg);
}

#modal-coupling .modal-content{
    padding: 0;
}

#modal-coupling .modal-header{
    background: #E7E7E7;
    padding: 0 26px 12px 26px;
}

#modal-coupling .modal-header .side-label{
    font-size: 60px;
    font-family: dinpro-bold, sans-serif;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 73px;
    background: #9D9D9D;
    display: inline-block;
    float: left;
    padding-top: 27px;
    margin-top: -1px;
    margin-bottom: 18px;
}

#modal-coupling .modal-header .modal-title{
    color: #4B4B4B;
    font-size: 32px;
    font-family: dinpro-bold, sans-serif;
    margin-bottom: 25px;
    margin-top: 38px;
    margin-left: 10px;
    display: inline-block;
    float: left;
}

#modal-coupling .modal-body{
    padding: 0 26px 26px 26px;
}

#modal-coupling{}

#modal-coupling .categories-header{
    display: flex;
    background: #9D9D9D;
    height: 45px;
}

#modal-coupling .categories-header .details-block{
    height: 45px;
    padding-right: 5px;
    background: #008f49;
}

#modal-coupling .col{
    font-size: 14px;
    font-family: pt-sans-narrow, sans-serif;
    text-align: center;
    display: inline-block;
    float: left;
    height: 100%;
}

#modal-coupling .categories-header .col{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: pt-sans-narrow-bold, sans-serif;
    background: #9d9d9d;
}

#modal-coupling .categories-header .col .sub-header{
    font-family: pt-sans-narrow, sans-serif;
}

#modal-coupling .categories-header .col.select{
    background: #008F49;
    color: #fff;
}

#modal-coupling .col.etk{
    width: 17%;
}

#modal-coupling .col.size{
    width: 15%;
}

#modal-coupling .col.price{
    width: 20%;
}

#modal-coupling .col.price.guest{
    width: 40%;
}

#modal-coupling .col.stock{
    width: 20%;
}

#modal-coupling .col.catalog{
    width: 8%;
}

#modal-coupling .col.model{
    width: 5%;
}

#modal-coupling .col.select{
    width: 15%;
}

#modal-coupling .col.text-left{
    text-align: left;
    justify-content: left;
}

#modal-coupling .image-block{
    width: 189px;
    float: left;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}

#modal-coupling .image-block .col{
    width: 100%;
}

#modal-coupling .details-block{
    width: calc(100% - 189px);
    float: left;
    display: inline-block;
}

#modal-coupling .category-list{
    height: 250px;
    overflow-y: scroll;
}

#modal-coupling .category-list .category{
    margin-bottom: 20px;
}

#modal-coupling .category-list .category:last-child{
    margin-bottom: 0;
}

#modal-coupling .category-name{
    font-size: 16px;
    font-family: pt-sans-bold, sans-serif;
    text-transform: uppercase;
    margin: 9px 0;
}

#modal-coupling .products .product{
    padding: 0;
}

#modal-coupling .products .product .etk{
    padding-left: 10px !important;
}

#modal-coupling .products .product:nth-child(2n+1){
    background: #F3F3F3;
}

#modal-coupling .products .product .col{
    padding: 0 2px;
    border-bottom: 1px solid #E3E3E3;
    height: 33px;
}

#modal-coupling .products .product .col > *{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-coupling .products .product .etk > *{
    justify-content: left;
}

#modal-coupling .products .product:first-child .col{
    border-top: 1px solid #e3e3e3;
}

#modal-coupling .products .product .col:first-child{
    border-left: 1px solid #e3e3e3;
}

#modal-coupling .products .product .col:last-child{
    border-right: 1px solid #e3e3e3;
}

#modal-coupling .products .product .col svg.pdf{
    background: #a5a5a5;
    border-radius: 3px;
    padding: 2px;
}

#modal-coupling .products .product .col .open_3d_model.disabled svg{
    fill: #ddd;
}

#modal-coupling .products .product .col svg.disabled.pdf{
    background: #ddd;
}

#modal-coupling .products .product .col.select{
    border-left: 1px solid #E3E3E3;
    cursor: pointer;
}

#modal-coupling .products .product .col.select.border-bottom{
    border-bottom: 1px solid #008F49;
}

#modal-coupling .products .product .col.select .select-label{
    color: #fff;
    font-size: 14px;
    font-family: pt-sans-narrow-bold, sans-serif;
    display: none;
    width: 100%;
    line-height: 18px;
}

#modal-coupling .products .product .col.select:hover{
    background: #008F49;
    border-bottom: 1px solid #008F49;
    border-left: 1px solid #008F49;
    border-right: 1px solid #008F49;
}

#modal-coupling .products .product .col.select:hover .select-label{
    display: inline-block;
}

#modal-coupling .products .product:first-child .col.select:hover{
    border-top: 1px solid #008F49;
}

#modal-coupling .products .product .col.select:hover svg{
    /*fill: #fff;*/
    display: none;
}

#modal-coupling .products .product .col.select svg{
    margin-top: 0;
    margin-bottom: -2px;
}

.config.hydraulics #config-to-cart{
    padding-bottom: 11px;
}

.config.hydraulics #config-to-cart.active{
    display: block;
}

.hydraulics #config-to-cart .controls{
    display: flex;
    float: left;
    align-items: center;
}

.hydraulics #config-to-cart .add-to-cart-container{
    display: flex;
    align-items: center;
    height: 53px;
}

.hydraulics #config-to-cart .add-to-cart-container .sum-price-container{
    margin-right: 20px;
}

.hydraulics #config-to-cart .add-to-cart-container .sum-price-container .sum-price{
    font-size: 20px;
}

.hydraulics #config-to-cart .add-to-cart-container .sum-price-container .sum-price-label{
    font-size: 12px;
    line-height: 14px;
}

.hydraulics #config-to-cart .add-to-cart-container .stock-info{
    margin-left: 20px;
    margin-right: 20px;
}

.hydraulics #config-to-cart .add-to-cart-container .stock-info .stock-info-label{
    margin-right: 0;
}

.hydraulics #config-to-cart .add-to-cart-container > div{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hydraulics #config-to-cart .controls > div{
    display: inline-block;
    float: left;
}

.hydraulics #config-to-cart .controls .controls-label{
    text-transform: uppercase;
    font-family: dinpro-bold, sans-serif;
    color: #fff;
    font-size: 14px;
}

.hydraulics #config-to-cart .controls .model-download,
.hydraulics #config-to-cart .controls .pdf-download{
    color: #ddd;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer;
}

.hydraulics #config-to-cart .controls .pdf-download{
    color: #198641;
}

.hydraulics #config-to-cart .controls .model-download.disabled,
.hydraulics #config-to-cart .controls .pdf-download.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.hydraulics #accessories .title{
    font-size: 22px;
    font-family: dinpro-light, sans-serif;
    text-transform: uppercase;
    color: #008F49;
    margin: 12px 0 30px 0;
}

.hydraulics #accessories .accessories-container{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.hydraulics #accessories .accessory{
    display: inline-block;
    width: 130px;
    margin-right: 20px;
}

.hydraulics #accessories .accessory .custom-checkbox{
    float: none;
}

.hydraulics #accessories .accessory .custom-checkbox .chkbox-rect{
    margin-right: 0;
    margin-bottom: 8px;
    padding-left: 0;
    background: #fff;
}

.hydraulics #accessories .accessory .accessory-image{
    cursor: pointer;
}

.hydraulics #accessories .accessory img{
    width: 100%;
}

.hydraulics #accessories .accessory .accessory-name{
    font-family: pt-sans-bold, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.hydraulics #accessories .accessory .price-label{
    font-size: 11px;
}

.hydraulics #accessories .accessory .price{
    font-size: 13px;
}

.hydraulics section.administrator h5,
.hydraulics section.administrator .contact h6,
.hydraulics section.administrator .contact p,
.hydraulics section.administrator .contact p span,
.hydraulics section.administrator .contact a{
    color: #fff;
}

.hydraulics #next-step{
    margin-left: 20px;
}

.hydraulics .pressure-check{
    height: 45px;
    border: 1px solid #008F49;
    color: #008F49;
    background: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: dinpro-bold, sans-serif;
    font-size: 14px;
}

.hydraulics .product-info{
    margin-bottom: 30px;
}

.hydraulics .product-info-title{
    text-transform: uppercase;
    font-size: 14px;
    font-family: dinpro-light, sans-serif;
    color: #4B4B4B;
    margin-bottom: 15px;
}

#subscribe-newsletter .g-recaptcha{
    /*display: none;*/
}

.grecaptcha-badge{
    display: none;
}



.cookie-consent-popup {
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: ease;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    padding: 40px 18%;
}

.cookie-consent-popup.open {
    display: block;
    opacity: 1;
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: ease;
}

.cookie-consent-controls {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.cookie-consent-controls.open {
    margin: 0 0 30px 0;
    max-height: 600px;
}

.cookie-consent-details {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.cookie-consent-details.open {
    max-height: 600px;
}

.cookie-consent-popup button{
    background: #fff;
    height: 50px;
    border: 1px solid #e3e3e3;
    outline: none !important;
    padding: 0 20px;
    text-transform: uppercase;
    color: #4b4b4b;
    margin: 15px 0;
    line-height: 50px;
    cursor: pointer;
    font-family: dinpro-bold, sans-serif;
    font-size: 14px;
}

.cookie-consent-popup button.cookie-consent-save, .cookie-consent-popup button.cookie-consent-accept-all{
    background: #008f49;
    color: #fff;
    border: 0;
    position: relative;
}

.cookie-consent-popup button.cookie-consent-accept-all .glyphicon{
    color: #009047;
    position: absolute;
    top: 15px;
    left: 34px;
}

.cookie-consent-popup .cookie-consent-link{
    font-family: dinpro-bold, sans-serif;
}

@keyframes show {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes hide {
    from {opacity: 1;}
    to {opacity: 0;}
}


