@import "inner-style-front.css";


.ordersTable .itemName {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #06b0b5;
    font-weight: 700;
    margin-bottom: 10px;
}

.buy-link-supplier {
    padding: 5px !important;
    width: 180px;
}



.comments__top2 {
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 120px;
    min-height: 55px;
}

.comments__top2 h4 {
    color: #143055;
    font-size: 18px;
    float: right;
    line-height: 35px;
    margin-left: 45px;
}

.terms_package_box_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.terms_package_box .terms_package_box_contact #terms_package_box_contact ul li:before {
    display: inline-block;
    margin-right: -2px;
    margin-left: -2px;
}

.terms_package_box .terms_package_box_title>i:after,
.terms_package_box .terms_package_box_title b:after {
    display: inline-block;
    font: normal normal normal 14px/1 Material-Design-Iconic-Font;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.terms_package_box {
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0.14px 1.995px 8px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width : 991px) {
    .terms_package_box {
        padding: 0;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.terms_package_box .terms_package_box_title {
    display: block;
    cursor: pointer;
    border-radius: 8px;
    background-color: #F3F3F3;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #143055;
    font-size: 18px;
    margin-left: 125px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
}

@media only screen and (max-width : 1199px) {
    .terms_package_box .terms_package_box_title {
        font-size: 15px;
    }
}

@media only screen and (max-width : 991px) {
    .terms_package_box .terms_package_box_title {
        background-color: #fff;
        padding: 0 !important;
        margin-left: 0 !important;
    }
}

.terms_package_box .terms_package_box_title b {
    color: #fff;
    background-color: #06b0b5;
    border-radius: 4px;
    display: block;
    height: 28px;
    line-height: 30px;
    position: absolute;
    width: 105px;
    font-weight: 500;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    top: 11px;
    transition: background-color 0.3s;
    left: -125px;
}

.terms_package_box .terms_package_box_title b span {
    font-size: 0;
}

@media only screen and (max-width : 991px) {
    .terms_package_box .terms_package_box_title b {
        position: static;
        display: block;
        text-align: center;
        background-color: #F3F3F3;
        color: #333;
        border-radius: 0px;
        width: 100%;
        height: 35px;
        line-height: 35px;
    }
}

.terms_package_box .terms_package_box_title b:after {
    transition: all 0.3s;
    position: absolute;
    content: "";
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    left: 12px;
    top: 0;
}

@media only screen and (max-width : 991px) {
    .terms_package_box .terms_package_box_title b:after {
        color: #333;
        display: inline-block;
        margin-right: 0;
        position: relative;
        left: auto;
        top: 3px;
    }
}

.terms_package_box .terms_package_box_title b:hover {
    background-color: #2e3134;
}

@media only screen and (max-width : 991px) {
    .terms_package_box .terms_package_box_title b:hover {
        color: #fff;
    }

    .terms_package_box .terms_package_box_title b:hover:after {
        color: #fff;
    }
}

.terms_package_box .terms_package_box_title p {
    line-height: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width : 991px) {
    .terms_package_box .terms_package_box_title p {
        padding-right: 20px;
        font-size: 13px;
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width : 480px) {
    .terms_package_box .terms_package_box_title p {
        line-height: 25px;
    }
}

.terms_package_box .terms_package_box_title>a {
    font-size: 13px;
    display: block;
    top: 0;
    position: absolute;
    left: 20px;
    top: 14px;
}

.terms_package_box .terms_package_box_title>a i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

@media only screen and (max-width : 991px) {
    .terms_package_box .terms_package_box_title>span {
        transform: scale(0.6);
        top: 6px;
    }
}

.terms_package_box .terms_package_box_title>i {
    border-radius: 50%;
    background-color: #F3F3F3;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: -70px;
    transition-property: all;
    transition-duration: 0.3s;
    font-weight: normal;
}

.terms_package_box .terms_package_box_title>i:after {
    font-size: 36px;
    content: "";
    line-height: 50px;
    color: #000;
}

@media only screen and (max-width : 767px) {
    .terms_package_box .terms_package_box_title>i {
        display: none;
    }
}

.terms_package_box .terms_package_box_contact {
    display: none;
}

.terms_package_box .terms_package_box_contact #terms_package_box_contact {
    padding: 15px 0 15px;
    font-size: 14px;
}

@media only screen and (max-width : 991px) {
    .terms_package_box .terms_package_box_contact #terms_package_box_contact {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.terms_package_box .terms_package_box_contact #terms_package_box_contact p {
    line-height: 27px;
}

@media only screen and (max-width : 767px) {
    .terms_package_box .terms_package_box_contact #terms_package_box_contact p {
        font-size: 12px;
        line-height: 2;
    }
}

.terms_package_box .terms_package_box_contact #terms_package_box_contact ul {
    margin-top: 15px;
}

.terms_package_box .terms_package_box_contact #terms_package_box_contact ul li {
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    padding-right: 17px;
}

@media only screen and (max-width : 767px) {
    .terms_package_box .terms_package_box_contact #terms_package_box_contact ul {
        margin-top: 0px;
    }

    .terms_package_box .terms_package_box_contact #terms_package_box_contact ul li {
        text-align: center;
        font-size: 13px;
        line-height: 2;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.terms_package_box.active .terms_package_box_title b {
    font-size: 0;
}

.terms_package_box.active .terms_package_box_title b span {
    font-size: 12px;
    line-height: 26px;
}

.terms_package_box.active .terms_package_box_title b:after {
    transform: rotate(-180deg);
    margin-right: 5px;
}

.terms_package_box.active .terms_package_box_title>b {
    background-color: #2e3134;
}





.megaMenu2 {
    display: none;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 100%;
    min-height: 270px;
    z-index: 1000;
    right: 0;
    left: 0;
    border-radius: 0px;
    background: #fff;
    border-top: 2px solid #d9d9d9;
}

.megaMenu2 img {
    position: absolute;
    top: 65px;
    left: 40px;
    z-index: 1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px;
    max-width: 200px;
    opacity: 1;
}

.megaMenu2Tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.megaMenu2Tabs .tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 274px;
    flex: 0 0 274px;
    max-width: 274px;
    background-color: #f7f7f7;
    padding-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .megaMenu2Tabs .tabs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }
}

@media only screen and (max-width: 991px) {
    .megaMenu2 {
        display: none !important;
    }

    .megaMenu2Tabs .tabs {
        padding-top: 10px;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
}

.megaMenu2Tabs .tabs ul li {
    background-color: #F7F7F7;
}

.megaMenu2Tabs .tabs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #000 !important;
    width: 100%;
    transition: none;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .megaMenu2Tabs .tabs ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .megaMenu2Tabs .tabs ul li a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px;
    }
}

.megaMenu2Tabs .tabs ul li a:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #06b0b5;
    left: -5px;
    opacity: 0;
    border-radius: 5px;
}

.megaMenu2Tabs .tabs ul li:hover a:after,
.megaMenu2Tabs .tabs ul li.active a:after {
    opacity: 1;
}

.megaMenu2Tabs .tabs ul li.active a,
.megaMenu2Tabs .tabs ul li:hover a {
    transition: none;
    background-color: #06b0b5;
    color: #fff !important;
}

.megaMenu2Tabs .tab-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 274px);
    flex: 0 0 calc(100% - 274px);
    max-width: calc(100% - 274px);
}

@media only screen and (max-width: 1199px) {
    .megaMenu2Tabs .tab-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px);
        flex: 0 0 calc(100% - 220px);
        max-width: calc(100% - 220px);
    }
}

@media only screen and (max-width: 991px) {
    .megaMenu2Tabs .tab-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
    }
}

.megaMenu2Tabs .tab-content .megaMenu2List {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    padding-right: 40px;
    padding-left: 20px;
    column-count: 5;
    height: 350px;
    column-fill: auto;
}

@media only screen and (max-width: 1199px) {
    .megaMenu2Tabs .tab-content .megaMenu2List {
        padding-left: 75px;
    }
}

@media only screen and (max-width: 991px) {
    .megaMenu2Tabs .tab-content .megaMenu2List {
        padding-left: 55px;
    }
}

.megaMenu2Tabs .tab-content .megaMenu2List ul {
    line-height: 30px;
    /* min-height: 240px;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    max-width: 20%; */
}

.megaMenu2Tabs .tab-content .megaMenu2List ul li a {
    font-size: 12px;
    color: grey;
    position: relative;
}

.megaMenu2Tabs .tab-content .megaMenu2List ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
}

.megaMenu2Tabs .tab-content .megaMenu2List ul li a.megaMenu2--title {
    display: block;
    font-weight: 700;
    margin-left: 5px;
    font-size: 12px;
    color: #06b0b5;
}

.megaMenu2Tabs .tab-content .megaMenu2List ul li a.megaMenu2--title:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #06b0b5;
    display: inline-block;
    margin-left: 5px;
}

.megaMenu2Tabs .tab-content .megaMenu2List ul li a:hover {
    font-weight: bold;
    padding-right: 5px;
    color: #06b0b5;
}

.megaMenu2Tabs .tab-content .megaMenu2List .megaMenu2List__more {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 78px;
    font-size: 14px;
    color: #4d4d4d;
    height: 100%;
    background-color: #f7f7f7;
}

.megaMenu2TabsWrapper>.tabs>ul {
    border-bottom: 1px solid #FB4B63;
    padding-right: 40px;
}

.megaMenu2TabsWrapper>.tabs>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    border-radius: 10px 10px 0 0;
    transition: all 0s;
}

.megaMenu2TabsWrapper>.tabs>ul>li.active {
    background-color: #06b0b5;
}

.megaMenu2TabsWrapper>.tabs>ul>li.active a {
    color: #fff;
}

.headerTitleWrapper img {
    display: none !important;
}

@media only screen and (min-width: 1200px) {
    /* .catGroup {
        padding-top: 30px;
        padding-bottom: 30px;
    } */

    .adsArea {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .bandSec{
        margin-top: 60px;
    }
    .generalSliderWrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .newsMain{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bandSec__scroll{
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .headerTitleWrapper .headerTitle {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 30px;
    }
}


.informationsBox{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #B12629;
    color: #B12629;
    padding:5px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .informationsBox{
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .informationsBox{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .informationsBox{
        font-size: 12px;
    }
}
