
/* ======================================  Options   ========================================= */
.container.container-qualex #product-options-wrapper {
    display:none;
}

/* Add to cart buttons */
.pricing-table-container .default-yellow  {
    width: 100%;
    padding: 15px;
    background: none;
    background: #f29400;
    border: 1px solid transparent;
    font-size: 17px;
    line-height: 1.35294;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative;
    margin: 20px 0px;
}
.pricing-table-container .default-yellow:hover {
    background: #a86800;
    border-color: #a86800;
    border: 1px solid #a86800;
    color: #ffffff;
}
.pricing-table-container  .default-yellow:active {
    background: #2f2f2f;
    border:1px solid #2f2f2f;
    color: #ffffff;
}


.pricing-table-container .default-yellow-secondary  {
    background-color: #fff;
    border: 1px solid #f29400;
    padding: 10px 20px;
    border-radius:4px;
    color: #f29400;
    width: 100%;
    padding: 15px;
    background: none;
    font-size: 17px;
    line-height: 1.35294;
    font-weight: 700;
    display: block;
    margin: 20px 0px;
}
.pricing-table-container  .default-yellow-secondary:hover {
    background: #f29400;
    color: #fff;
    border:1px solid  #f29400;
}
.pricing-table-container  .default-yellow-secondary:active {
    background: #2f2f2f;
    color: #ffffff;
    border:1px solid #2f2f2f;
}
.pricing-table-container .default-yellow:focus ,
.pricing-table-container .default-yellow-secondary:focus {
    background: #2f2f2f;
    border:1px solid #f29400;
    color: #ffffff;
}

/* RANGE SLIDER */

main.main {
    width: 100%;
}


.main h2 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 0px;
}

.range {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.range input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    width: 100%;
    height: 13px;
    cursor: pointer;
    display: block;
    border-radius: 10px !important;
    box-shadow: inset 0 6px 6px -6px #726f6f, 0 4px 5px 0 rgba(0,0,0,0.1);
}

.range input[type=range]:focus {
    outline: none
}

.range input[type=range][disabled] {
    opacity: .3;
    cursor: default
}

.range .rangeslider {
    position: relative;
    height: 13px;
    height: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.range .rangeslider:before {
    width: 100%
}

.range .rangeslider:after,
.range .rangeslider:before {
    box-sizing: border-box;
    height: 13px;
    background: #fff;
    border-radius: 4px;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: inset 0 6px 6px -6px #726f6f, 0 4px 5px 0 rgba(0,0,0,0.1);
}

.range .rangeslider:after {
    width: 100%;
    background-image: url(' + i(7) + ');
    background-size: 25% 100%;
}


.rangeslider__fill {
    height: 13px;
    background: #3b75bf;
    position: absolute;
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%);
    z-index:10;
} 

.range input::-webkit-slider-runnable-track {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    margin: 11px 0
}

.range input::-moz-range-track {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    margin: 11px 0
}

.range input::-ms-track {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    color: transparent;
    padding: 11px 0;
    background: transparent;
    border-color: transparent
}

.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    border-radius: 4px
}

.range input::-ms-fill-lower {
    /*background: #d2e6fe*/
}

.range .rangeslider-fill-lower {
    background-color: #d2e6fe;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    will-change: width
}

.range input::-webkit-slider-thumb {
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .4);
    border: 4px solid #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #3b75bf;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 15px
}

.range input::-moz-range-thumb {
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .4);
    border: 4px solid #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #3b75bf;
    cursor: pointer
}

.range input::-ms-thumb {
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .4);
    border: 4px solid #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #3b75bf;
    cursor: pointer
}

.range .rangeslider-thumb {
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .4);
    border: 4px solid #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #3b75bf;
    cursor: pointer;
    position: absolute;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left:50%;
    will-change: left;
    z-index: 10;
    
}

.range .label-container {
    position: relative;
    height: 36px;
}

.range .label-container > div{
    color:#808080;
}

.range .label-container .left-label,
.range .label-container .right-label,
.range .label-container .label-60,
.range .label-container .label-120,
.range .label-container .label-0,
.range .label-container .label-plus {
    display: block;
    position: absolute;
    bottom: -5px;
    width: auto;
    font-size: 16px;
}

.range .label-container .left-label {
    left: 0
}
.range .label-container .label-plus {
    right: 0
}

.range .label-container .label-60:before,
.range .label-container .label-120:before {
    content:'';
    position: absolute;
    top: calc(-50% - 10px);
    height:20px;
    border: 1px solid #414141;
    left: 33.33%;
    display: none;
}

.range .label-container .label-60 {
    left: calc(33.33% - 20px);
}


.range .label-container .label-120 {
    right: calc(33.33% - 32px);
}


.range .range-output {
    position: absolute;
    left: 11px;
    top: 11px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.175, .885, .32, 1.275);
    transition: -webkit-transform .4s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .4s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .4s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.range .range-output .output {
    display: block;
    position: absolute;
    height: 40px;
    line-height: 40px;
    min-width: 32px;
    padding: 0 20px;
    top: -31px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: #3b75bf;
    color: #fff;
    border-radius: 100px;
    white-space: nowrap;
    font-weight: 100;
    font-size: 14px;
    text-align: center
}

.range .range-output .output span {
    text-align: center
}

.range .range-output .output:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    border: 10px solid #3b75bf;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}


/* / range slider*/















/*=========================================================================== table ----------------------------------------------*/

ul.table-list {
    list-style-type: none;
    padding: 0 15px !important;
}

.pricing-table-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    color: #FFF;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table-title a {
    font-size: 0.6em;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}

/** ========================
 * Contenedor
 ============================*/

.slidecontainer,
.pricing-wrapper {
    max-width: 1470px;
    width:100%;
    margin: 10px auto 0;
    padding-bottom: 10px;
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 25px;
}

.pricing-table-container {
    flex: 25%;
    -webkit-flex: 25%;
    /* Safari 6.1+ */
    -ms-flex: 25%;
    /* IE 10 */
    max-width: 25%;
    padding: 0;
    margin: 0;
}

.pricing-table {
    position: relative;
    margin: 0 10px;
    text-align: center;
    width: 340px;
    height: 800px;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-box-shadow: 1px 2px 9px -1px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 2px 9px -1px rgba(0, 0, 0, 0.22);
    border-radius: 6px;
    padding: 20px;
}

.pricing-table{
    background-color: #fff ;
}


.pricing-table.active{
    background-color: #fff6e8;
}
.pricing-table-inner {
    width: 100%;
    margin: 0 auto;
    height: 680px;
}

h3.pricing-title,
.pricing-table .cost {
    font-weight: bold;
    color: #333;
    text-align: center;
}

h3.pricing-title {
    font-size: 20px;
    font-size: 1.8em;
    text-transform: uppercase;
    width: auto;
    margin-top: 0px;
    margin-bottom:20px;
    padding-top: 20px;
}

.pricing-table .cost {
    font-size: 25px;
    font-size: 1.5em;
}

.pricing-table .cost .navs-tabs-default-subtitle-inline {
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}

.pricing-table .navs-tabs-default-subtitle {
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.pricing-table .navs-tabs-default-hours-container {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 10px 0;
}


.pricing-table .navs-tabs-default-hours-container .navs-tabs-default-subtitle-dark {
    font-size: 14px;
    color: #8d8d8d;
    padding-top: 14px;
}

.pricing-table .navs-tabs-default-hours-container .navs-tabs-default-hours {
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}

.navs-tabs-default-prosfora-container {
    border-top: 1px solid #cccccc;
    margin: 10px 0;
}

.pricing-table .navs-tabs-default-prosfora-container .navs-tabs-default-subtitle-dark {
    font-size: 14px;
    color: #8d8d8d;
}

.pricing-table .navs-tabs-default-prosfora-container .navs-tabs-default-hours {
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    padding-top:14px;
}

.pricing-table .navs-tabs-default-ul-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.pricing-table .see-more-container {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0 15px 0;
}

.pricing-table .see-more-container .see-more p {
    font-size: 1em;
    font-size: 15px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 0px;
}

.pricing-table .navs-tabs-default-subtitle,
.pricing-table .navs-tabs-default-ul-title {
    color: #8d8d8d;
}

.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    color: #403d3a;
    height: 275px;
}

.table-list li {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    padding: 0px;
}

.table-list li span {
    font-weight: 400;
}

.table-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #de8b18;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 14px;
}


.pricing-table ul.table-list li img{
    height: 16px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
}


/* Premium */
.pricing-table.premium ul.table-list li {
    line-height: 1.6 !important;
}
/* Premium Plus*/
.pricing-table.premium.premium-plus ul.table-list li {
    line-height: 1.9 !important;
}


.table-list li.red.plus-sign {
    text-align: center;
    text-shadow: none !important;
}

.table-list li.red.plus-sign:before {
    content: "\f067";
    color: #6d6d6d;
    font-size: 20px;
    margin: 0 auto;
    text-shadow: none !important;
    line-height: 1;
}

/*ribbon*/

.ribbon {
    width: 48%;
    height: 188px;
    position: relative;
    float: left;
    margin-bottom: 30px;
    background: url(https://html5book.ru/wp-content/uploads/2015/10/snow-road.jpg);
    background-size: cover;
    text-transform: uppercase;
    color: white;
}

.pricing-table.premium .wrap_ribbon_premium .ribbon_premium {
    width: 183px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    top: 34px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px #9e1925, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: #9e1925;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.wrap_ribbon_premium {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -5px;
    left: 5px;
    overflow: hidden;
}

.wrap_ribbon_premium:before,
.wrap_ribbon_premium:after {
    content: "";
    position: absolute;
}

.wrap_ribbon_premium:before {
    width: 10px;
    height: 5px;
    right: 93px;
    background: #8b2424;
    border-radius: 8px 8px 0px 0px;
}

.wrap_ribbon_premium:after {
    width: 5px;
    height: 10px;
    right: 0px;
    top: 93px;
    background: #8b2424;
    border-radius: 0px 8px 8px 0px;
}

/* Tailored */

.cost-hour-container {
    height: 182px;
}
.pricing-table.tailored .navs-tabs-default-tailored-container {
    height: 152px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.pricing-table.tailored .navs-tabs-default-tailored-container .need-help-container {
    /* display: table-cell; */
    /* vertical-align: middle; */
}
.pricing-table.tailored .navs-tabs-default-ul-title {
    margin-top: 14px !important;
}
.pricing-table.tailored .navs-tabs-default-tailored-container .need-help-container p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}
.table-list .red,
.pricing-table.tailored .navs-tabs-default-tailored-container .red {
    color: #de8b18;
}
.pricing-table.tailored .navs-tabs-default-tailored-container .red .grey {
    color: #333 !important;
}
.pricing-table.tailored .navs-tabs-default-tailored-container .grey {
    color: #333 !important;
}
.pricing-table.tailored .table-list li {
    line-height: 1.9;
}

/** ================
 * Responsive
 ===================*/



 @media (min-width: 1250px) and (max-width: 1500px) {

    .pricing-wrapper {
        max-width: 100%;
        width:100%;
        margin: 10px auto 0;
        padding-bottom: 10px;
        display: -ms-flexbox;
        /* IE10 */
        display: flex;
        -ms-flex-wrap: wrap;
        /* IE10 */
        flex-wrap: wrap;
        padding: 0 4px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .pricing-table {
        width:95%;
        height: 800px;
    }
    .pricing-table-inner {
        height: 686px;
    }
     .table-list {
        height: 283px;
    }
 }


@media (min-width: 769px) and (max-width:1249px) {
    .pricing-table-container {
        flex: 50%;
        -webkit-flex: 50%;
        /* Safari 6.1+ */
        -ms-flex: 50%;
        /* IE 10 */
        max-width: 50%;
        margin-top: 10px;
    }
   .pricing-table {
        max-width: 320px;
    }
    
    .pricing-wrapper .pricing-table-container:nth-child(even) .pricing-table {
       margin-left:20px; 
       margin-bottom: 20px; 
    }
    .pricing-wrapper .pricing-table-container:nth-child(odd) .pricing-table {
        margin-right:20px;
       margin-bottom: 20px; 
    }
}

@media (min-width: 590px) and (max-width: 768px) {

    .slidecontainer,
    .pricing-wrapper {
        width: 100%;
    }

    .pricing-wrapper .pricing-table-container:last-child{
        margin-top: 20px;
    }

    .pricing-table-container {
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .pricing-table {
        max-width: 340px;
    }

    .pricing-table.premium ul.table-list li,
    .pricing-table ul.table-list li {
        line-height: initial !important;
    }
     .pricing-table.standard ul.table-list li{
        line-height: 1.35 !important;
    }
}

@media (max-width: 589px) {

    .slidecontainer,
    .pricing-wrapper {
        width: 100%;
    }

    .pricing-table-container {
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .pricing-table {
        margin: 0 auto;
        width: 100%;
    }

    .pricing-table.standard ul.table-list li,
    .pricing-table.premium ul.table-list li {
        line-height: 1.4 !important;
    }

    .pricing-table.tailored .table-list li {
        line-height: 1.9 !important;
    }

}

@media(max-width:330px){
    .pricing-table {
       max-width: 100%;
       margin: 0 auto;
   }

}

/**/

.pricing-table-head {
    padding: 10px 0px !important;
    border-bottom: 1px solid rgba(80, 80, 80, 0.20) !important;
}


/* ======================================  Parousiasi  ========================================= */
.e-video-lnk i {
    margin-right: 15px;
    font-size: 20px;
    margin-right: 15px;
    font-size: 20px;
    color: #f29400;
   
}
.e-video-lnk {
    color: #646567;
    text-decoration: none;
    font-weight: 700;
     font-size: 20px;
}
a.e-video-lnk:hover {
    color:#0d4c8f;
}
.qualex-parousiasi-container {
    display: block;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 0;
    margin-top: 50px;
    text-align: center;
}



/*--------------------- / parousiasi */

/* ======================================  Analutiki sugkrisi paketwn  ========================================= */

/* info analusis */
#qualex-packages-container{
    margin-top: 50px;
    margin-bottom: 20px;
}
.qualex-analusis-container {
    margin: 0 auto;
    max-width: 1100px;
    padding-bottom:20px;
}
.nborg-qualex-text-info-wrap {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 70px;
}

.qualex-analusis-container table.table-pricetable-analusis {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
}
.qualex-analusis-container table.table-pricetable-analusis td {
    border: thin solid #959292;
}
.qualex-analusis-container table.table-pricetable-analusis thead {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 73, 74, 0.14);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 73, 74, 0.14);
    box-shadow: 0px 0px 10px 1px rgba(71, 73, 74, 0.14);
}
.qualex-analusis-container table.table-pricetable-analusis thead tr th>div,
.qualex-analusis-container table.table-pricetable-analusis thead tr th {
    background-color: #f1f1f2;
}
.qualex-analusis-container table.table-pricetable-analusis thead tr th>div {
    color: #333;
    text-align: center;
    text-transform: uppercase;
}
.qualex-analusis-container table.table-pricetable-analusis thead tr:first-child>th:first-child>div {
    text-align: left;
}
.qualex-analusis-container table.table-pricetable-analusis thead,
.qualex-analusis-container table.table-pricetable-analusis thead tr:first-child>th:first-child>div {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.qualex-analusis-container table.table-pricetable-analusis thead,
.qualex-analusis-container table.table-pricetable-analusis thead tr:first-child>th:last-child>div {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.qualex-analusis-container table.table-pricetable-analusis tbody tr:first-child>td {
    border-top: 0px;
    padding-top: 1px;
}
.qualex-analusis-container table.table-pricetable-analusis thead tr>th>div,
.qualex-analusis-container table.table-pricetable-analusis tbody tr td>div {
    padding: 18px;
}
.qualex-analusis-container table.table-pricetable-analusis thead tr th img{
    height: 20px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: text-top;
}
.qualex-analusis-container table.table-pricetable-analusis thead th,
.qualex-analusis-container table.table-pricetable-analusis tbody tr td {
    vertical-align: middle;
}
.qualex-analusis-container table.table-pricetable-analusis tbody tr td {
    width: 150px;
}
.qualex-analusis-container table.table-pricetable-analusis tbody tr td>div {
    font-size: 14px;
}
.qualex-analusis-container table.table-pricetable-analusis tbody tr>td:not(:first-child) {
    text-align: center;
}
.qualex-analusis-container table.table-pricetable-analusis tbody tr>td:first-child {
    min-width: 400px;
}

/**/
.qualex-analusis-container table.table-pricetable-analusis.table-fa tbody tr td:not(:first-child)>div {
    padding: 15px;
}
.qualex-analusis-container table.table-pricetable-analusis.table-fa tbody tr td>div>i {
    font-size: 18px;
}
.qualex-analusis-container table.table-pricetable-analusis.table-fa tbody tr td>div>i.fa-check {
    color: #de8b18;
}

@media(max-width:992px) {

    .qualex-analusis-container {
        width: 100%;
        margin: 0 auto;
        overflow: scroll;
    }
    .qualex-analusis-container table.table-pricetable-analusis tbody tr>td:first-child {
        min-width: initial;
    }
    .range .label-container {
        height: 30px;
    }
    .range .label-container > div{
        font-size:13px !important;
    }

    .container-gridy-tailored {
        display: none;
    }
}
@media(max-width:575px){

    .qualex-parousiasi-container {
        max-width:300px;
        margin:0 auto;
        text-align:left;
    }
     .qualex-parousiasi-container .e-video-lnk {
       margin-bottom:20px;
       display: block;
    }
    .qualex-product-page-info-top-container {
        margin-top:0px !important;
    }
    
    .product-qualex .qualex-analusis-container table.table-pricetable-analusis thead tr>th>div, .qualex-analusis-container table.table-pricetable-analusis tbody tr td>div {
        padding: 0;
    }

    .product-qualex .qualex-analusis-container table.table-pricetable-analusis.table-fa tbody tr td:not(:first-child)>div {
        padding: 0;
    }
    .product-qualex .qualex-analusis-container table.table-pricetable-analusis thead tr>th>div, .qualex-analusis-container table.table-pricetable-analusis tbody tr td>div {
        padding: 10px 0px;
    }
    .product-qualex table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
        padding: 0;
    }
    .product-qualex .qualex-analusis-container table.table-pricetable-analusis thead, .qualex-analusis-container table.table-pricetable-analusis thead tr:first-child>th:first-child>div {
        font-size: 92%;
        text-align: center;
    }

}
@media(max-width:480px) {

    .product-qualex .qualex-analusis-container table.table-pricetable-analusis tbody tr td {
        width: 75px;
    }
 
}





.qualex-tootlip {
	border-radius:50%;
	width: 25px;
	height: 25px;
	background: #a9a9a9;
	border: none;
	color: #fff;
    margin-left:10px;
    padding: 1px 6px;
}
.qualex-tootlip i.fa.fa-exclamation {
    font-size:12px;
}
.qualex-tootlip:hover {
	color: #fff;
}
.qualex-tootlip:focus {
	outline:none;
}
.table-pricetable-analusis [data-balloon]:after{
	width:200px !important;
	white-space:pre-line ;
}

/*--------------------- / analutiki sugkrish paketwn */


.product-qualex .container.container-qualex {
    margin: 0 auto;
    width: 100%;
}

/*qualex*/

.product-qualex main#maincontent {
    padding: 0;
}

.product-qualex .breadcrumbs {
    display: none;
}

.nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .owl-item span.banner-image img {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.container.container-qualex .nb-mid-banner-container.nb-mid-banner-container-large:first-child .owl-carousel .content_slider .banner-title {
    font-size: 25px;
    margin-bottom: 0px;
}

.nb-mid-banner-container .owl-carousel .banner-item .content_slider .banner-description {
    font-size: 16px;
}

.img-tailored {
    border-radius: 4px;
}

@media(max-width:767px) {

    .qualex-analusis-container table.table-pricetable-analusis thead, .qualex-analusis-container table.table-pricetable-analusis thead tr:first-child>th:last-child>div {
        padding:0px;
    }
    
}