<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body,
html {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Gilroy, sans-serif;
    color: #888;
    background-color: #f7f7f7;
    font-size:10pt;
}
.container-fluid {
    max-width: 1560px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Gilroy, sans-serif;
    color: #888;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    padding: 0 0 5px;
    color: #4c4c4c;
    margin: 0;
    line-height: normal;
}
a,
a:link,
a:visited {
    color: #222;
     font-size: 10pt;
}
a:active,
a:hover{
    color:#f33;
     font-size: 10pt;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], select, input[type="number"] {
    height:35px;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], textarea, select, input[type="number"] {
    background-color: #fff;
    border: 1px solid #b5b5b6;
    padding: 0 10px;
    width: 100%;
    color: #222;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    border-radius: 2px;
}
.form--normal input[type="submit"] {
    min-width: 180px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    display: inline-block;
    border: none;
    border-radius: 2px;
    padding: 0 16px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    color: #212121;
    background: #ccc;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    font-size: 1em;
    font-weight: 500;
    line-height: 40px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
}
.starrr {
  display: inline-block; 
    
}
  .starrr a {
    font-size: 24px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; 
      
  }
 

 .checkBtn,
 .greenbtn,
 a.greenbtn:link,
 a.greenbtn:hover,
 a.greenbtn:active,
 a.greenbtn:visited {
  color: #fff!important;
    background-image: linear-gradient(to bottom,#35b78b,#0ea463);
    padding:10px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    cursor:pointer;
 }

 .orangebtn,
 a.orangebtn:link,
 a.orangebtn:hover,
 a.orangebtn:active,
 a.orangebtn:visited {
  color: #fff!important;
    background-image: linear-gradient(to right,#f33,#ff8a00);
    padding:10px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
     display:inline-block;
     cursor:pointer;
 }
 
 .bluebtn,
 a.bluebtn:link,
 a.bluebtn:hover,
 a.bluebtn:active,
 a.bluebtn:visited {
  color: #fff!important;
    background-image: linear-gradient(to right,#0145f7,#0091f7);
    padding:10px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
     display:inline-block;
     cursor:pointer;
 }
 
strong {
    font-size: 1rem;
    font-weight: 700;
}

.navbar-nav {
    width: 100%;
}
.navbar-nav a {
    font-size: 13px;
    font-weight:bold;
    text-transform: uppercase;
}
.dropdown {
    padding: 5px;
    font-size: 11pt;
}
.dropdown-menu {
    font-size: 13px;
}
.dropdown-menu.show {
    padding: 10px;
}
    .overlay{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: rgba(255,255,255,0.8) url("/public/images/loader.gif") center no-repeat;
    }
    body.loading{
        overflow: hidden;   
    }
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay{
        display: block;
    }
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.pagination{
    display:inline-flex;
}

#rfqerrdiv,
#texterri {
    font-weight: 700;
    color: #15a86a;
    font-size: 12pt;
}
.topnavigation {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
}
.topnavigation div {
    font-size: 0.85rem;
    color: #000;
}
.divider {
    height: 1px;
    background: #b5b5b6;
}

.divider2 {
    height: 1px;
    background: #b5b5b6;
    margin: 15px 0;
}
.section-heading {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;

}
.searchDiv {
    border: 2px solid #f33;
    background-color: #fff;
    height: 52px;
    width: 87%;
    float: left;
}
#header_search_keyword {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 0;
    padding: 5px;
}
#header_search_keyword:focus {
    border: none !important;
}
.sbtnbg {
    border: none;
    width: auto;
    background-image: url(/public/images/icons/EcomBRIwebicon_FIND.png);
    background-repeat: no-repeat;
    width: 63px;
    height: 52px;
    float: left;
}
.submit-js {
    width: 100%;
    height: 100%;
    background: 0 0;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #f33;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: left;
    max-height: 400px;
    overflow-x: hidden;
    background-color: #fff;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #f33;
}
.whitebtn {
    display: inline-block;
    padding: 15px;
    height: 52px;
    border: 2px solid #999;
    box-shadow: 3px 3px 5px #666;
    font-weight: 700;
    font-size: 0.9rem;
    background-color: #fff;
}
.icon-isCollect2 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(/public/images/icons/webicon-02.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    padding: 10px;
    background-size: 20px;
}
.icon-unCollect2 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(/public/images/icons/webicon-01.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    padding: 10px;
    background-size: 20px;
}
.bg {
    background-image: url(/public/images/BG.webp);
    background-repeat: no-repeat;
    background-position: center top;
    border: none;
}
.cuscats {
    background-color: #fff;
    height: 352px;
    text-align: left;
}
.cuscats .cathead {
    display: list-item;
    list-style: none;
    padding:5px !important;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #f33, #ff8a00);
}
.rfqbtn {
    padding: 10px !important;
    text-align: center;
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    border: none;
    background-image: linear-gradient(to right, #f33, #ff8a00);
    width: 100%;
    border-radius: 4px;
}
.cuscats li {
    display: list-item;
    list-style: none;
    font-weight: 700;
    font-size: 10pt;
    color: #000;
    padding: 7px !important;
    padding-left: 25px !important;
    text-align: left;
}
.homecont {
    margin-top: 20px;
}
.homecont2 {
    box-shadow: 12px 5px 10px #e6e6e6;
    background-color: #fff;
    margin-top: 0px;
}
.homecont3 {
    box-shadow: 12px 5px 10px #e6e6e6;
    background-color: #fff;
    padding: 10px;
}
.homecont3 .imagegall {
    margin: 0;
    padding: 0;
}
.topproducts {
    box-shadow: 12px 5px 10px #e6e6e6;
    background-color: #fff;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.tpdiv:not(:last-child) {
    border-right: 1px solid #f2f3f7;
}
.tpdiv {
    max-width: 20% !important;
    padding: 10px;
}
h1.sectionHeading {
    font-weight: 400;
    font-size: 2rem;
    color: #000;
    margin-top: 10px;
}
h1.sectionHeading span {
    font-weight: 700;
    font-size: 2rem;
    color: #000;
}
h2.sectionHeading {
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
}
h2.sectionHeading span {
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
}
h3 {
    font-weight: 700;
    font-size: 1rem;
    color: #3056fe;
}
.featureddiv {
    background-color: #fff;
    padding: 0px;
    margin: 5px;
    max-width: 23% !important;
    border-radius: 0.25rem !important;
}
.featured div a {
    font-size: 1rem;
}
.featuredbtns a {
    text-decoration: none;
}
.featuredbtns {
    border: none !important;
    text-align: center;
    margin-top: 10px;
}
.featuredbtns a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #fff;
}
.featuredbtns {
    border: none !important;
    text-align: left;
    margin:10px;
}
.featuredbtnsa1:hover {
    color:#fff !important;
    text-decoration:underline;
}
.featuredbtnsa1 {
    background-image: url(/public/images/icons/EcomBRIwebicon_INQUIRENOW.png);
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    padding-left: 45px;
    cursor: pointer;
    color: #fff;
}
.icon-isCollect3 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(/public/images/icons/webicon-02.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    padding: 10px;
    background-size: 20px;
}
.icon-unCollect3 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(/public/images/icons/webicon-01.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    padding: 10px;
    background-size: 20px;
}
.featuredbtnsa2 {
    border: none !important;
    background-image: url("/public/images/icons/Ecom BRI web icon-04.svg");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 20px;
    padding: 15px;
    text-decoration: none;
}
.featuredbtnsa3 {
    border: none !important;
    background-image: url("/public/images/icons/Ecom BRI web icon-01.svg");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px 20px;
    padding: 15px;
    text-decoration: none;
}
.icon-isCollect3 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(/public/images/icons/webicon-02.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    padding: 10px;
    background-size: 20px;
}
.icon-unCollect3 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(/public/images/icons/webicon-01.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    padding: 10px;
    background-size: 20px;
}
.quotediv {
    background-color: #ebebeb;
    padding: 20px;
    border-radius: 4px;
}
.rfqdiv {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.rfqinp1 {
    background-color: #3561fd;
    border: none;
    color: #fff;
    padding: 5px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 80%;
}
.rfqinp2 {
    background-color: #fff;
    border: 1px solid #3cba92;
    color: #000;
    padding: 5px;
    margin-left: 35px;
    margin-right: 0;
    width: 60%;
    float: left;
}
.rfqselect_list {
    width: 21%;
    background-image: linear-gradient(to bottom, #fd610c, #3cba92);
    padding: 7px;
    color: #fff;
    border: none;
    margin-right: 33px;
}
.rfqselect_list option {
    background-color: #f32656;
    padding: 7px;
    color: #fff;
}
.btn--secondary {
    margin-top: 10px;
    color: #fff !important;
    background-color: #292929;

}
.btn--primary {
    padding: 5px;
    color: #fff !important;
    background-image: linear-gradient(to right, #f33, #ff8a00);
}
.rfqcontainer {
    background-color: #ebebeb;
    padding: 10px;
}
.rfqcontainer {
    height: 280px;
    line-height: 30px;
    overflow: hidden;
    padding: 5px 0;
    margin: 20px auto;
}
.rfqcontainer ul li {
    padding: 5px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
}
.form-control {
    background-color: #f8f8f8;
}
.boxcontainer .box--gray {
    background: rgba(0,0,0,.04);
    position: relative;
    padding: 30px 20px 20px 90px;
    border-radius: 3px;
    margin: 0 0 20px;
}
.mandatory, .spn_must_field {
    color: red;
}
.btn, .form input[type=submit], .form input[type=button] {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0;
    border: none;
    border-radius: 2px;
    padding: 0 16px;
    min-width: 100px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;

    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    font-size: 1em;
    font-weight: 500;
    line-height: 40px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}
.field-set {
    margin:10px;
}
.boxcontainer .box--gray .fa {
    position: absolute;
    left: 20px;
    top: 25px;
    font-size: 4em;
    color: #ccc;
}
.box.box--space {
    background-color: #f5f5f55e;
}
.box.box--white {
    border-radius: 3px;
    border: solid 1px #b5b5b6;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], textarea, select, input[type="number"] {
    background-color: #fff;
    border: 1px solid #b5b5b6;
    padding: 0 10px;
    width: 100%;
    color: #222;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    border-radius: 2px;
}
.heading3 {
    color: #222;
    font-size: 1.3em;
}
.callout-info {
    padding:10px;
    background-color:cornsilk;
    color:#000;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px !important;
    line-height: 1.33333;
    height: auto;
    color: #fff !important;
    background-color: #292929 !important;
    margin: 0 0;
    border: none;
    border-radius: 2px;
    min-width: 100px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    background: #ccc;
    font-weight: 500;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
}
.newsposts {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 3px;
    margin-top: 15px;
    list-style: none;
}
.featuredshops {
    border: 2px solid #3cba92;
    margin: 5px;
    border-radius: 7px;
    padding: 0px;
    max-width: 23.9% !important;
   box-shadow: 5px 10px 10px #bbbbbb;
}
.feaproname {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
}

.controlrfq input {
    z-index: -1;
    float: left;
    height: 20px;
    margin-top: 2px;
}

.controlrfq {
    display: block !important;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    display: inline;
    padding-right: 15px;
    margin-bottom: 10px;
    float: left;
}
.dasboard-body .dashboard-togles {
   background-image: linear-gradient(to right, #000, #ccc);
    color: #fff!important;
    padding: 10px;
}

.dashboard-togles span {

    color: #fff;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-weight:bold;

}

.listdiv1 {
    background: linear-gradient(to right,#ccc,#eee)!important;
    color: #000;
    margin:0px;
}
.listdiv2 { 
    margin:0px;
}

.listmain {
    background-image: linear-gradient(to right, #000, #ccc);
    font-size: 13pt;
    color: #fff;
    padding: 10px;
    margin:0px;
}
.listmain div {
     font-size: 12pt !important;
    color: #fff  !important; 
}
.panel__head {
    padding:10px;
}
.box.box--list .links--vertical {
    margin: 0;
    padding-left:15px;
}
.box.box--list .links--vertical li {
    padding: 6px 0 6px 5px;
    position: relative;
    list-style: none;
}
.dasboard-body .box.box--space {
    background-color: #fff!important;
    border-radius: 7px!important;
    box-shadow: 0 2px 4px #ccc!important;
    border: none!important;
}
.cols--group .box {
    margin: 15px 0 0;
    padding: 15px;
    display: block;
    color: #222;
}
.gap {
    height: 15px;
    clear: both;
    display: table;
}
.login-wrapper {
    display: table;
    width: 100%;
}
.login-wrapper .add-side {
    padding: 45px 60px;
    display: table-cell;
    width: 50%;
    background: #fff url(/public/images/login-with.png) no-repeat bottom center;
}
.login-wrapper .form-side {
    padding: 45px 60px;
    display: table-cell;
    background: #ccc;
    width: 50%;
}
.login-wrapper .heading {
    color: #333;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.login-wrapper .form-side input {
    border: none !important;
}
.login-wrapper .form-side .field_label {
    color: #333;
    text-transform: uppercase;
    font-size: .9em;
}
.login-wrapper .form-side input[type="submit"] {
    background: #292929;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    border: none;
    display: block;
    width: 100%;

}
.login-wrapper .last-button:hover {
    background-color: #424242;
    color: #fff;
}
.login-wrapper .last-button {
    background: 0 0;
    color: #333;
    text-transform: uppercase;
    font-size: 1em;
    border: solid 1px rgba(255,255,255,.2);
    display: block;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.42857;
    width: 100%;
}

.ftpro_name {
    font-weight: 700;
    font-size: 0.9rem;
    color: #000;
}
.ftshops_logo {
    float: left;
    background: #ededed;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right:10px;
    flex: 0 0 80px;
}
.ftshops_logo img {
    width:70px;
    height:70px;
}
.ftshops .ftshops_detail {
    font-size: 1em;
}
.ftshops_body .item-yk {
    float: left;
    width: 50%;
    padding: 10px;
    border: solid 1px #B5B5B6;
}
.ftshops_name {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    display: inline-block;
    height: 40px;
}
.proimgdiv {
    min-height: 180px;
    padding: 10px;
}
.shopnowbtn {
    padding: 15px;
    color: #fff !important;
    background-color: none;
    margin-top: 20px;
    margin-left: -1px;
    display: block;
    background-image: url(/public/images/icons/EcomBRIwebicon_SHOPNOW.png);
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    font-size: 1rem;
    margin-bottom: 10px;
    width: 92%;
    padding-right: 30px;
}
.shopnowbtn span {
    color: #fff !important;
}
.listings__head {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
}
.top-space {
    padding-top: 20px;
}
.listings__sort {
    background: #f5f5f5;
    color: #555;
    padding: 10px 0;
    margin:0px !important;
}
.links--inline {
    color: #999;
    display: inline-block;
    width: 100%;
    padding: 0;
}
.block--empty {
    padding: 20px;
}
.links--inline li {
    display: inline-block;
    font-size: 1em;
    padding: 0 5px 0 0;
    vertical-align: top;
}
.ftradeshowsul {
    list-style: none;
    display: table;
    width: 100%;
}
.ftradeshowsul li {
    width: 20%;
    text-align: center;
    background-color: #fff;
    display: table-cell;
    border-left: 1px solid #28b07e;
    border-top: 1px solid #28b07e;
    border-bottom: 1px solid #28b07e;
    cursor: pointer;
    opacity:0.5;
}
.ftradeshowsul li:last-child {
    border-right: 1px solid #28b07e;
}
.ftradeshowsul li.active,
.ftradeshowsul li:hover {
    border: 1px solid #ff591d !important;
    opacity: 1;
}
.ftradeshowsul li img {
    vertical-align: middle;
}
.nav-link:hover {
    text-decoration: underline;
    color: #f33 !important;
}
.footer {
    background-color: #fff;
    padding: 10px;
    color: #000;
    box-shadow: 12px 5px 10px #e6e6e6;
    margin-bottom: 20px;
}
.footer1 {
    background-image: linear-gradient(to bottom, #ff8a00, #f33);
    padding: 0;
    color: #fff;
    font-size: 2rem;
    margin-top: -30px;
    border-radius: 10px;
}
.f-links ul,
.social ul{
    padding-left:0px;
}
.f-links h3, .f-heading {
    color: #222;
    font-size: 1.2em;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
}
.f-links li {
    color: inherit;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 0;
    list-style:none;
}
.f-links li a {
    color: #222;
    font-size: 13px;
    position: relative;
   
}
.social {
    margin: 5px 0 15px;
}
.social li {
    list-style:none;
    display: inline-block;
    margin: 4px;
    vertical-align: top;
}
.social li .fa {
    font-size: 1.4em;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
.footer1 span{
    background-image: url(/public/images/multicolor.jpg);
    background-size: 300% 300%!important;
    background-color: #fff;
    color: #fff;
    font-weight:bold;
    font-size: 2rem;
    animation: animatedBackground 50s ease-in-out infinite;
    transform: translate(0,0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}
.section-headingc {
     color: #000 !important;
      background-color: #000 !important;
      text-align:left;
      font-weight:bold;
      text-transform:uppercase;
}
.cathead span,
.section-headingc{
    background-image: url(/public/images/multicolor.jpg);
    background-size: 300% 300%!important;
    background-color: #fff;
    color: #fff;
     letter-spacing: 2px;
    font-size: 1.6rem;
    animation: animatedBackground 50s ease-in-out infinite;
    transform: translate(0,0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}

.browsed-box {
    border: solid 1px #b5b5b6;
    padding: 20px;
    margin-bottom: 20px;
}
.faq-box {
    margin: auto!important;
    border-top-left-radius: 20px;
    margin-bottom: 20px!important;
    padding: 0!important;
}
.browsed-box .category-q {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 43px;
}
.faq-box-heading {
    text-align: center!important;
    padding: 10px 0!important;
}
.faq-box-btn {
    box-shadow: none!important;
    color: #da475a!important;
}
.browsed-box a.btn--link {
    margin: 10px 0;
    display: inline-block;
}

.faq-box-questions {
    padding-left: 40px!important;
    color: #212121!important;
}

.acc_ctrl {
    background: #fff;
    border: none;
    border-bottom: solid 1px #b5b5b6;
    display: block;
    outline: none;
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-transform: none;
}
a.selectedFaq {
    cursor:pointer;
    color:#da475a!important;
}


.footer2 {
    padding: 20px 40px;
    color: #000;
    text-align: center;
    font-size: 0.9rem;
}
.ftradediv {
    border: 1px solid #000;
    padding: 5px;
    max-width: 24.5%;
}
.ftradespan {
    padding: 10px !important;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    background-image: linear-gradient(to right, #3766fc, #ff8a00);
}
.ftrade2 {
    padding-top: 50px !important;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    background-image: linear-gradient(to right, #f33, #ff8a00);
}
.ftradeimg img {
    height: 198px;
    width: 284px;
    opacity: 0.2;
    border: 2px solid #000;
}


.ftradeimg:hover img{
    opacity:1 !important;
    
}
.trdbtn1,
.trdbtn1:active,
.trdbtn1:hover,
.trdbtn1:link,
.trdbtn1:visited {
    position: relative;
    top: 130px;
    text-align: center;
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    display: block;
    width: 80%;
    left: 10%;
    padding: 15px;
    z-index: 1;
    background-image: linear-gradient(to right, #3ab990, #0da462);
}
.trdbtn2,
.trdbtn2:active,
.trdbtn2:hover,
.trdbtn2:link,
.trdbtn2:visited {
    position: relative;
    top: -120px;
    text-align: center;
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    display: block;
    width: 80%;
    left: 10%;
    z-index: 1;
    padding: 15px;
    background-image: linear-gradient(to right, #ff8602, #ff3532);
}
.caption-wraper label {
    font-weight:bold;
}

.align--center {
    padding:10px;
    text-align:center;
}
.allpro,
.allpro2{
    display: inline-block;
    height:auto;
    vertical-align:middle;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgb(0 0 0 / 12%);
    margin: 7px;
    width:31% !important;
    padding:5px;
    text-align:center;
 }
.allpro img {
    width:90%;
    height:80%;
    display:inline-block;
    text-align:center;
}
#image-gallery1 li {
    box-shadow: 5px 10px 10px #bbbbbb;
    border: 2px solid #3cba92;
    margin: 0;
    border-radius: 7px;
    padding: 5px;
}
#image-gallery2 li {
    border: 2px solid #f33;
    margin: 0;
    border-radius: 20px;
    padding: 5px;
}
.imagegall img {
    border: 2px solid #3cba92;
    margin: 5px;
    padding: 0;
    border-radius: 7px;
}
.proimgdiv img {
    width: 150px;
    height: 150px;
}
.featureddiv .rounded {
    width: 60%;
    height: 60%;
}
.header {
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    height: fit-content;
    margin-bottom: 20px;
    border-radius: 7px;
    box-shadow: 0 0 7px #ddd;
}
 .proname {
         font-weight: 700;
    font-size: 12pt;
    color: #000;
 }
 .heading4 {
    font-size: 1.2em;
}
.navigation {
    margin-top: 10px;
    text-align: center;
    padding: 5px;
}
.page-item.active .page-link {
    background-color: #f33;
    border-color: #f33;
}
.sameselpro {
    text-align:left;
    margin:19px 0px 0px 0px;
}
.firstrow .col-lg-6,
.firstrow .col-lg-3,
.firstrow .col-lg-3 {
    height:420px;
    
}
.cms-editor {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.greenbtn, a.greenbtn:link, a.greenbtn:hover, a.greenbtn:active, a.greenbtn:visited {
    color: #fff!important;
    background-image: linear-gradient(to bottom,#35b78b,#0ea463);
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
.sameselpro img {
    width:100px;
    height:100px;
    border-radius:2px;
    border:1px solid #ccc;
}
.relpro {

}
.relpro img{
    width:150px;
    height:150px;
    border-radius:2px;
    border:1px solid #ccc;
}

.postimg {
    padding:5px;
    width:120px;
    height:120px;
    border: 1px solid rgba(0,0,0,.123);
    box-shadow: 0 2px 2px rgb(0 0 0 / 12%);
    border-radius: 4px;
}
.newprolist {
    display: inline-block;
    height:auto;
    vertical-align:middle;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgb(0 0 0 / 12%);
    padding:5px;
    text-align:left;
    margin:10px;
    
 }
 
@media (min-width: 992px) {
   .newprolist {
       max-width: 48%;
   }
}
 
 .listprodsdiv {
    width:auto;
    height:auto;
    float:left;
}
.listprods {
    width:95px;
    height:95px;
    float:left;
    text-align:center;
    cursor:pointer;
}

 .img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 500px;
  height: 500px;
  position:absolute;
  left:70%;
  top:20%;
  z-index:1;
}
.customprolist {
    text-align: left;
    border-bottom: 1px solid #b5b5b6;
}



.customprolist td img {
    margin:5px;
    border:1px solid #ccc;
    float:left;
    width:90px;
    height:90px;
}

@media screen and (min-width: 1600px) {
    .spaceli {
        padding-left: 25% !important;
    }
    .spacelii {
        padding-left: 15% !important;
    }
    .rfqrow .col-lg-6 {
        max-width: 42% !important;
        margin: 0 25px 0 25px;
    }
}
@media screen and (max-width: 600px) {
    .container-fluid {
        overflow: hidden;
    }
    .row {
        margin: 0;
    }
    .searchDiv {
        width: 77%;
    }
    #rfqtype {
        width: 50% !important;
    }
    .tpdiv .rounded {
        width: 100px;
        height: 100px;
    }
    .tpdiv {
        max-width: 50% !important;
    }
    .featuredshops {
        max-width: 46% !important;
    }
}
@media screen and (max-width: 767px) {
    .featureddiv {
        max-width: 47% !important;
    }
}
@media screen and (max-width: 389px) {
    .searchDiv {
        width: 64%;
    }
    h1.sectionHeading,
    h1.sectionHeading span {
        font-size: 1.5rem;
    }
}
/*! Image Uploader - v1.0.0 - 15/07/2019
 * Copyright (c) 2019 Christian Bayer; Licensed MIT */

/* Base style */
.image-uploader {
    min-height: 10rem;
    border: 1px solid #d9d9d9;
    position: relative;
}

/* Style on hover */
.image-uploader.drag-over {
    background-color: #f3f3f3;
}

/* Hide the file input */
.image-uploader input[type="file"] {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* Text container */
.image-uploader .upload-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor:pointer;
}

.image-uploader .upload-text i {
    display: block;
    font-size: 3rem;
    margin-bottom: .5rem;
}

.image-uploader .upload-text span {
    display: block;
}

/* Hide the text if there is at least one uploaded image */
.image-uploader.has-files .upload-text {
    display: none;
}

/* Uploaded images container */
.image-uploader .uploaded {
    padding: .5rem;
    line-height: 0;
}

.image-uploader .uploaded .uploaded-image {
    display: inline-block;
    width: calc(16.6666667% - 1rem);
    padding-bottom: calc(16.6666667% - 1rem);
    height: 0;
    position: relative;
    margin: .5rem;
    background: #f3f3f3;
    cursor: default;
}

.image-uploader .uploaded .uploaded-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* Delete image button */
.image-uploader .uploaded .uploaded-image .delete-image {
    display: none;
    cursor: pointer;
    position: absolute;
    top: .2rem;
    right: .2rem;
    border-radius: 50%;
    padding: .3rem;
    background-color: rgba(0, 0, 0, .5);
    -webkit-appearance: none;
    border: none;
}

.image-uploader .uploaded .uploaded-image:hover .delete-image {
    display: block;
}

.image-uploader .uploaded .uploaded-image .delete-image i {
    color: #fff;
    font-size: 1.4rem;
}

.fade.in {
    opacity: 1;
}
.modal-body #accountTalkDetail {
  max-height: 40vh;
  overflow: auto;
  padding-right: 10px;
}
.modal-body .account-talk-item {
  margin-bottom: 10px;
}
.modal-body .account-talk-left {
  width: 100%;
  zoom: 1;
}
.modal-body .account-talk-left:before {
  content: "";
  display: block;
}
.modal-body .account-talk-left:after {
  content: "";
  display: table;
  clear: both;
}
.modal-body .account-talk-left .account-avatar {
  background: url("../images/icon/talk.png") no-repeat;
  background-position: center center;
  background-size: contain;
  float: left;
}
.modal-body .account-talk-left .account-content {
  width: 80%;
  float: left;
  margin-left: 15px;
  background-color: #ddd;
  color: #646566;
  position: relative;
}
.modal-body .account-talk-left .account-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #ddd transparent transparent;
}
.modal-body .account-talk-right {
  width: 100%;
  zoom: 1;
}
.modal-body .account-talk-right:before {
  content: "";
  display: block;
}
.modal-body .account-talk-right:after {
  content: "";
  display: table;
  clear: both;
}
.modal-body .account-talk-right .server-avatar {
  background: url("/public/images/avatar.png") no-repeat;
  background-position: center center;
  background-size: contain;
  float: right;
  border-color: #ccc;
}
.modal-body .account-talk-right .account-content {
  float: right;
  margin-right: 15px;
  background-color: #ccc;
  position: relative;
}
.modal-body .account-talk-right .account-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
}
.modal-body .account-avatar,
.modal-body .server-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFB339;
}
.modal-body .account-content {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  border: 1px solid #dcdee0;
  border-radius: 4px;
  padding: 8px 12px;
}
.modal-body .account-content .account-creat {
  margin-top: 5px;
  overflow: hidden;
}
.modal-body .account-content .account-creat .im-clock {
  font-size: 14px;
  margin-right: 5px;
  line-height: 25px;
  float: left;
}
.modal-body .account-content .account-creat .account-date {
  float: left;
}
.modal-body .account-reply {
  padding: 10px 0;
  width: 100%;
}
.modal-body .account-reply .bg-info {
  padding: 10px 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  color:#fff;
  font-size:12pt;
  background: linear-gradient(to right,#dc2430,#7b4397);
}
.modal-body .account-reply .form-group {
  margin-bottom: 0;
}
.modal-body .count-down {
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.modal .btn-primary {
    background-color:#000;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper &gt; .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade &gt; * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade &gt; * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade &gt; .active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade &gt; .active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg &gt; li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg &gt; li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg &gt; li.active a,
.lSSlideOuter .lSPager.lSpg &gt; li:hover a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
.lSAction &gt; a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction &gt; a:hover {
    opacity: 1;
}
.lSAction &gt; .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction &gt; .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction &gt; a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider &gt; * {
    width: 100% !important;
    max-width: none !important;
}
.lSSlideOuter.vertical .lSAction &gt; a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction &gt; .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction &gt; .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0;
}
.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider &gt; * {
    float: left;
}
.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider &gt; * {
    float: right !important;
}
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lightSlider.lsGrab &gt; * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing &gt; * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
</pre></body></html>