
/*****************************
*
* TABS CSS
*
*****************************/
section.part-tabs {
    padding-bottom: 50px;
}
.tabs {
    max-width: 1000px;
}
.tab-lists.flex {
    justify-content: center;
}

.tab-title {
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 0px;
    position: relative;
    cursor: pointer;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: .5s;
    letter-spacing: 1px;   
}
.tab-title:not(:first-child){
    margin-left: 50px;
}

.tab-content{
    margin-top: 50px
}
.tab-loop-content:not(:first-child) {
    display: none;
}
.tab-list-box {
    background: #5800b0;
    padding: 50px 60px 100px;
}
.medium-icons .icon-image {
    width: 61px;
    height: 61px;
    max-width: 100%;
}
.two-column{
    column-count: 2;
}
.medium-icons .icon-title {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3em;
}
.medium-icons .icon-box {
    margin-bottom: 80px;
    padding-right: 15px;
    text-align: center;
}
.small-icons .col{
    background: #5800b0;
    height: 100%;
}
.small-icons .icon-box{
    padding: 50px 30px;
}
.small-icons .col-6:nth-child(2n + 1) {
    margin-right: 60px;
}

.small-icons .col-6 {
    flex-basis: calc( 50% - 30px );
    margin-bottom: 70px;
}

.small-icons .cols {
    justify-content: center;
}

.small-icons img.icon-image {
    width: 31px;
    height: 31px;
}

.light-icon-box h3.icon-title {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.3em;
}
.underscore-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.underscore-list li {
    font-weight: 200;
    color: #fff;
    margin-top: 15px;
    position: relative;
    padding-left: 10px;
}
.underscore-list li:first-child {
    margin-top: 0;
}
.underscore-list li:before {
    background: #ff6c3d;
    content: '';
    width: 8px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media ( max-width:  1024px ){
    .medium-icons .col-4 {
        flex-basis: calc( 100% / 12 * 6 );
    }
    .small-icons .cols{
        justify-content: space-between;
    }
}

@media( max-width: 768px ){
    .small-icons .col-6:nth-child(2n + 1) {
        margin-right: 20px;
    }
    .small-icons .col-6 {
        flex-basis: calc( 50% - 10px );
    }
}
@media( max-width: 500px ){
    .two-column{
        column-count: inherit;
    }
    .tab-lists.flex{
        flex-wrap: wrap;
    }
    .tab-lists.flex > *{
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .tab-title:not(:first-child) {
        margin-left: 0px;
    }
    .small-icons .col-6:nth-child(2n + 1) {
        margin-right: 0px;
    }
    .small-icons .col-6 {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
}



.part.part-product-slider{
    padding-top: 0;
    padding-bottom: 50px;
}

.tab-title{
    border: none !important;
}

.tab-title:before,
.tab-title:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #ff6c3d;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 1.5s ease-in-out;
}

.tab-title:before{
    top: -2px;
    width: 0;
}

.tab-title.active:before,
.tab-title.active:after{
    width: 100%;
}

.small-icons .col{
    max-width: 300px;
}

.underscore-list li:before{
    top: 15px;
}

.tab-loop-content.item-2{
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}