﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

:root {
    --black: #000000;
    --white: #FFFFFF;
    --grey: #7E8083;
    --gold: #FED109;
    --orange: #F78E20;
    --green: #00A88F;
    --blue: #0756A3;
    --fontColor: #000000;
    --fontMain: 'Roboto';
}

.btco-hover-menu a, .navbar > li > a {
    text-transform: none;
}

.greyBorder {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;
    border-radius: 8px;
}

.nav-item .nav-link {
    color: var(--black) !important;
}

    .nav-item .nav-link:hover {
        color: var(--grey) !important;
    }


@media (max-width: 992px) {
    .container {
        max-width: 96% !important;
    }
}

.ui-autocomplete {
    z-index: 100000;
}

.table-responsive {
    display: table !important;
}



.nomargin {
    margin: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.cat-product {
    border: 1px solid #ccc !important;
    border-top: 0px !important;
    border-left: 0px !important;
    height: 120px !important;
}
.text100 {
    font-size: 100% !important;
}

.text90 {
    font-size: 90% !important;
}

.text80 {
    font-size: 80% !important;
}

.block-with-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ps-line-clamp h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 80px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.m-line-clamp h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m-link a {
    text-decoration: none;
    color: black !important;
}

    .m-link a:hover {
        color: orangered !important;
    }

.m-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.m-zoom img {
    transition: transform .5s
}

    .m-zoom img:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.m-card-img {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 2px;
    
}

.m-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    height: 220px;
}

.m-card-border {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
    .m-card-border:hover {
        border: solid 1px var(--blue) !important;
    }

.m-card-h-220 {
    height: 220px !important;
}

.m-card-h-200 {
    height: 200px !important;
}

.m-card-h-180 {
    height: 180px !important;
}

.m-card-h-160 {
    height: 160px !important;
}

.m-card-h-120 {
    height: 120px !important;
}

.m-card-h-100 {
    height: 100px !important;
}

.m-card-h-80 {
    height: 80px !important;
}

.m-card-mx-80 {
    max-width: 80px !important;
    max-height: 80px !important;
}

.m-card-mx-100 {
    max-width: 100px !important;
    max-height: 100px !important;
}

.m-img {
    margin: auto;
    max-height: 130px;
    max-width: 100%;
}

.m-img-100 {
    margin: auto;
    max-height: 100px;
    max-width: 100%;
}

.vmiddle {
    display: flex;
    align-items: center;
}

.navbar-brand {
    padding-top: 5px !important;
}


.orangered {
    color: var(--orange);
}

.trinityBlue {
    color: var(--blue);
}

.product-link:hover {
    text-decoration: none;
}

.prod-img-wrap1 {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

    .prod-img-wrap1 .prod-img {
        width: 100%;
        height: 230px;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        transition: all 0.3s;
    }

        .prod-img-wrap1 .prod-img:hover {
            transform: scale(1.2);
        }

.prod-img-wrap {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

    .prod-img-wrap .prod-img {
        width: 100%;
        height: 230px;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        transition: all 0.3s;
    }

        .prod-img-wrap .prod-img:hover {
            transform: scale(1.2);
        }

.logo_wrap {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.verified_supplier .logo_wrap {
    border-radius: 10px !important;
    overflow: hidden;
}

    .verified_supplier .logo_wrap .sup_logo {
        width: 160px;
        height: 160px;
        margin: auto;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        transition: all 0.3s;
    }

        .verified_supplier .logo_wrap .sup_logo:hover {
            transform: scale(1.1);
        }

.nav-no-shadow::after {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}


@media all and (max-width: 991px) {
    .onlydekstop {
        display: none;
    }

    .onlydekstop1 {
        display: none;
    }

    .onlymobile {
        display: block;
    }

    /*.nav-first-wrap .input-group {
        width: 100%;
    }*/

    .prod-img-wrap1 .prod-img {
        height: 160px;
    }

    .prod-img-wrap .prod-img {
        height: 160px;
    }

    nav form {
        border-bottom: 0;
        border-top: 0px solid #F1592A;
        margin-top: 5px;
        margin-bottom: 8px;
        padding: 0 !important;
        width: 100% !important;
    }

    .profile-img-m {
        width: 20%;
        border-radius: 50%;
        border: 1px solid #515252;
        background-color: #515252;
        overflow: hidden;
        text-align: center;
        display: inline-block;
    }

    .signup-m, .signin-m {
        display: inline-block;
        margin: 10px 0 0 0;
    }

    .btco-hover-menu a {
        padding: 0 0 10px 0;
    }

    .nav-second-wrap {
        display: none;
    }
}


.f_red {
    color: red;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

c-product-item_detail_small

.normal:after {
    content: " *";
    font-weight: bold;
    color: transparent;
}

.whiteBg {
    background-color: #ffffff !important;
}

/*Product List*/
.c-product-item {
    display: block;
    box-sizing: border-box;
    position: relative;
    background-color: var(--grey);
    border: 0px solid transparent;
    transition: border-color .15s ease-in;
    text-decoration: none;
    height: 380px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .c-product-item:hover {
        text-decoration: none;
        background-color: var(--blue);
    }

    .c-product-item .c-product-item__img {
        height: 280px;
        border: 1px solid rgba(0,0,0, 0.2);
        overflow: hidden;
        margin: 0 0 0px;
        text-align: center;
        display: block;
    }

.c-product-item_detail {
    border: solid 1px #ccc;
    height: 360px;
}

    .c-product-item_detail .c-product-item__img {
        height: 100%;
        padding: 2px;
    }

.c-product-item_detail_small {
    height: 70px;
    width: 70px;
    border: solid 1px #ccc;
    margin: 2px;
}

    .c-product-item_detail_small:hover {
        border: solid 1px red;
    }

    .c-product-item_detail_small .c-product-item__img {
        height: 100%;
    }

.c-img-lazy_loaded .c-img-lazy__img,
.c-img-lazy_loaded .c-img-lazy__img-background {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-img-lazy {
    border: 2px solid #999;
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}

    .c-img-lazy:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }

.c-img-lazy__img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .85s;
}

.c-img-lazy__img-background {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent no-repeat 50%;
    background-size: cover;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .7s;
}


.c-product-item img {
    transition: all .5s;
    padding: 5px;
}

    .c-product-item img:hover, .c-product-item img:focus {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }

.c-img-lazy_size_relative {
    width: 100%;
    height: 100%;
}

.c-img-lazy_loaded .c-img-lazy__img,
.c-img-lazy_loaded .c-img-lazy__img-background {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

footer .copyright a {
    color: #fff !important;
    text-decoration: underline !important;
}

footer .morecontact a {
    color: #fff !important;
    text-decoration: none !important;
}

/*item list*/
.responsive-container {
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.info-container h3 {
    height: 60px;
    width: 100%;
    text-align: left;
    margin: 0 0 0 0;
    overflow: hidden;
    color: #fff;
    font-size: 15px !important;
    padding: 5px 6px 0px 6px;
    background-color: var(--grey);
    z-index: 999;
    display: block;
}

.info-container h6 {
    height: 40px;
    width: 100%;
    text-align: left;
    margin: 0 0 3px 0;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    padding: 5px 6px 0px 6px;
    background-color: var(--grey);
    z-index: 999;
    display: block;
}

@media all and (max-width: 480px) {
    .c-product-item {
        height: 260px;
    }

        .c-product-item .c-product-item__img {
            height: 200px;
        }

    .info-container h3 {
        height: 50px;
        font-size: 13px;
    }

    .info-container h6 {
        display: none;
    }
}

.item-link {
    display: block;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(255, 255, 255);
    border: 0px solid transparent;
    transition: all .5s ease-in;
    color: rgb(28, 28, 28);
    text-align: left;
    line-height: 1.4;
    text-decoration: none !important;
    padding: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-wrap {
    max-height: 250px;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    display: block;
}

.item-link-img {
    transition: all .15s ease-in;
}

.item-link:hover .item-link-img,
.item-link:focus .item-link-img {
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
}

.item-link:hover .info-container h3, .item-link:focus .info-container h3 {
    background-color: var(--blue);
}

.item-link:hover .info-container h6, .item-link:focus .info-container h6 {
    background-color: var(--blue);
}

.prod_thumb {
    width: 100%;
    height: 50px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: 0px solid red;
    margin-right: 5px;
}

.prod_thumb_b {
    width: 100%;
    height: 320px;
    margin-right: 0;
}

@media all and (max-width: 900px) {
    .breadcrumb-arrow {
        display: none;
    }

    .pd-info {
        display: block;
    }
}


.search-form-control {
    display: block !important;
    width: calc(100% - 40px);
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: var(--white);
    background-image: none;
    border: 1px solid var(--grey) !important;
    margin-bottom: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

    .search-form-control:focus {
        border-color: var(--grey) !important;
        box-shadow: none !important;
        outline: none !important;
    }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    height: 34px;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-search {
    color: #fff;
    background-color: var(--grey);
    border-color: var(--grey);
}

.btn-danger {
    color: #fff;
    background-color: #f1592a;
}

.btn-view-more-inverse {
    background: #f1592a;
    color: #fff;
}

.enquiryFrame {
    width: 98%;
    height: 900px;
}


/*roller news & exhibition*/
.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
    height: 100px;
    width: 100%;
}

.news-item-img {
    height: 80px;
    width: 130px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-align: center;
}

    .news-item-img img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }

.news-item-text {
    vertical-align: top !important;
    padding-left: 5px;
    max-height: 85px;
    overflow: hidden;
    color: #666;
}


.vticker {
    border: 0px solid red;
    width: 100%;
}

    .vticker ul {
        padding: 0;
    }

    .vticker li {
        list-style: none;
        border-top: 0px solid green;
        border-bottom: 0px solid green;
        /*padding: 10px;*/
    }

.et-run {
    background: red;
}

.portlet-placeholder {
    height: 322px;
}

.Processing {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1000;
}

    .Processing > div {
        top: 45%;
        left: 50%;
    }

        .Processing > div > div {
            width: 250px;
            height: 80px;
            border: 1px solid #000;
            padding-top: 30px;
            background-color: #fff;
            z-index: 1001;
            margin-left: -125px;
        }

.subTitle {
    background-color: #ccc;
    height: 40px;
    padding: 10px 30px;
    font-weight: bold;
}

.Quoted {
    color: green;
    position: absolute;
    z-index: 10;
}

    .Quoted > i:before {
        content: "\f14a"
    }

.Unquote {
    color: deeppink;
    position: absolute;
    z-index: 10;
}

    .Unquote > i:before {
        content: "\f0c8"
    }

.SubjectDiv {
    overflow: hidden;
    height: 50px;
}

.rfqLabel{
    text-transform:uppercase;
    color:darkgray;
    font-size:12px;
    font-weight:bold;
}

select.placeholder {
    color: #999;
}


.img-verified
{
    max-height:20px;
    padding-left:10px;
}

.img-verified-badge {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1000;
}

    .img-verified-badge img {
        max-height: 50px;
    }