
/* ------------------------
    WIDGET TABS
-------------------------- */

/*.tab-content:not(.active) {
    display: none;
}*/
.tabs__area {
    overflow: hidden;
}

.nav-tabs.tab__nav {
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.nav-tabs.tab__nav li {
    display: inline-block;
    float: none;
}

.nav-tabs.tab__nav li a {
    border: 0;
    display: block;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 0;
    margin: 0;
}
.nav-tabs.tab__nav li.active a,
.nav-tabs.tab__nav li a:focus
.nav-tabs.tab__nav li a:hover {
    border: 0;
}

/* ------------------------
    TAB PRICE
------------------------- */
/* ----------------
    VARIANT
------------------- */
.tab__menu__content .tab__nav__style__2,
.tab__menu__content .tab__nav__style__3,
.tab__menu__content .tab__nav__style__4,
.tab__menu__content .tab__nav__style__5,
.tab__menu__content .tab__nav__style__6,
.tab__menu__content .tab__nav__style__7,
.tab__menu__content .tab__nav__style__8,
.tab__menu__content .tab__nav__style__9{
    width: 100%;
}

.tab__nav__style__2,
.tab__price_style__2 .tab__menu__content {
    width: 50%;
    float: left;
    border: 0;
}

.tab__price_style__2 .tab__content__area{
    width: 50%;
    float: right;
}
.tab__price_style__2 .tab-content>.tab-pane.tab_price {
    display: block !important;
    transition: 0.3s;
}
.tab__price_style__2 .single__tab__item.tab-pane.tab_price {
    width: 50%;
    float: left;
    opacity: .5;
    transform: scale(.8);
}
.tab__price_style__2 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1);
    opacity: 1;
}

/* -------3------- */
.tab__nav__style__3,
.tab__price_style__3 .tab__menu__content {
    width: 50%;
    float: right;
    border: 0;
}
.tab__price_style__3 .tab__content__area{
    width: 50%;
    float: left;
}
.tab__price_style__3 .tab-content>.tab-pane.tab_price {
    display: block !important;
    transition: 0.3s;
}
.tab__price_style__3 .single__tab__item.tab-pane.tab_price {
    width: 50%;
    float: right;
    opacity: .5;
    transform: scale(.8);
}
.tab__price_style__3 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1);
    opacity: 1;
}

/* ------4-------- */
.tab__nav__style__4,
.tab__price_style__4 .tab__menu__content {
    width: 50%;
    float: left;
    border: 0;
}
.tab__price_style__4 .tab__content__area{
    width: 50%;
    float: right;
    position: relative;
}
.tab__price_style__4 .tab-content>.tab-pane.tab_price {
    display: block !important;
    transition: 0.3s;
}
 .tab__price_style__4 .single__tab__item.tab-pane.tab_price {
    right: 0;
    width: 50%;
    float: left;
    opacity: .5;
    transform: scale(.8);
    position: absolute;
}
.tab__price_style__4 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1);
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1;
}

/* -------5------- */
.tab__nav__style__5,
.tab__price_style__5 .tab__menu__content {
    width: 50%;
    float: right;
    border: 0;
}
.tab__price_style__5 .tab__content__area{
    width: 50%;
    float: left;
    position: relative;
}
.tab__price_style__5 .tab-content>.tab-pane.tab_price {
    display: block !important;
    transition: 0.3s;
}
 .tab__price_style__5 .single__tab__item.tab-pane.tab_price {
    left: 0;
    width: 50%;
    float: right;
    opacity: .5;
    transform: scale(.8);
    position: absolute;
}
.tab__price_style__5 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1);
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1;
} 

/* ------6------- */
.tab__nav__style__6,
.tab__price_style__6 .tab__menu__content {
    width: 50%;
    float: left;
    border: 0;
}
.tab__price_style__6 .tab__content__area{
    width: 50%;
    float: right;
    position: relative;
}
.tab__price_style__6 .tab-content>.tab-pane.tab_price {
    display: block !important;
    transition: 0.3s;
}
.tab__price_style__6 .single__tab__item.tab-pane.tab_price {
    right: 100px;
    width: 50%;
    float: left;
    opacity: .5;
    transform: scale(.8) translateX(100px);
    position: absolute;
} 
.tab__price_style__6 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1) translateX(0);
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1;
}

/* -------7-------- */
.tab__nav__style__7,
.tab__price_style__7 .tab__menu__content {
    width: 50%;
    float: right;
    border: 0;
}
.tab__price_style__7 .tab__content__area{
    width: 50%;
    float: left;
    position: relative;
}
.tab__price_style__7 .tab-content>.tab-pane.tab_price {
    display: block !important;
    transition: 0.3s;
}

.tab__price_style__7 .single__tab__item.tab-pane.tab_price {
    left: 0;
    width: 50%;
    float: right;
    opacity: .5;
    transform: scale(.8) translateX(100px);
    position: absolute;
}
 .tab__price_style__7 .single__tab__item.tab-pane.tab_price.active {
    transform: scale(1) translateX(0);
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 1;
}

/* ------8------ */
.tab__nav__style__8,
.tab__price_style__8 .tab__menu__content {
    width: 50%;
    float: right;
    border: 0;
}
.tab__price_style__8 .tab__content__area{
    width: 50%;
    float: left;
}
.tab__price_style__8 .tab-content>.tab-pane.tab_price {
    display: block !important;
    transition: 0.3s;
}
.tab__price_style__8 .single__tab__item.tab-pane.tab_price {
    width: 50%;
    float: right;
}
.tab__price_style__8 .single__tab__item.tab-pane.tab_price.active {
    opacity: 1;
}

/* ------9------ */
.tab__nav__style__9,
.tab__price_style__9 .tab__menu__content {
    width: 50%;
    float: left;
    border: 0;
}
.tab__price_style__9 .tab__content__area{
    width: 50%;
    float: right;
}

.nav-tabs.tab__nav li.active::after {
    display: none;
    content: "";
    width: 3px;
    height: 40px;
    background: #2a6df5;
    position: absolute;
    right: -3px;
    top: 6px;
    z-index: 999;
}

