:root {
    /* --main-color: #FFD700; */
    --main-color: #FFD700;
    --secondary-color: #2F4F4F;
    /* contoh warna sekunder */
}

button:focus {
    outline: 0
}

::-ms-clear {
    display: none !important
}

html {
    scroll-behavior: smooth
}

body {
    font-family: open sans, sans-serif;
    color: #343434;
    font-size: 13px;
    background: #efefef;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: open sans, sans-serif;
    margin: 0
}

a {
    color: #777
}

a:hover {
    text-decoration: none;
    color: #00a54f
}

textarea:focus,
input:focus {
    outline: none
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

.navbar-brand img {
    max-width: 130px
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

ul.withdisc {
    padding: 1px
}

ul.withdisc li {
    list-style: disc
}

[class*=col-],
[class*=col] {
    padding: 0
}

[class*=row] {
    margin: 0
}

h3 {
    font-size: 17px
}

.bold-text,
b,
strong {
    font-weight: 700
}

.semi-txt {
    font-weight: 600
}

input[type=checkbox]:focus+label::before,
input[type=radio]:focus+label::before {
    outline: none;
    outline: 0 !important;
    -webkit-appearance: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

button {
    cursor: pointer
}

.t-6 {
    font-weight: 600
}

.t-7 {
    font-weight: 700
}

/* Reset end -----> */

/* Style <--*/
.header-wraper {
    padding-bottom: 5px;
    background: #fff
}

.logo {
    width: 205px;
    height: 40px;
    margin: 0 auto;
    display: block
}

.logonav {
    margin: 10px 0
}

.logonav .ultopnav li {
    margin: 5px 0 0;
    padding-top: 5px
}

.logonav .ultopnav li a {
    color: #343434;
    font-size: 13px;
    transition: .2s;
    padding: 0 20px
}

.logonav .ultopnav li a:hover {
    color: #0c912b
}

.logonav .ultopnav li:last-child a {
    padding-right: 10px
}

.c-s-s-g {
    margin: 5px 0
}

.cate-btn {
    height: 60px;
    border: 2px solid #dbdbdb;
    border-radius: 50px;
    color: #343434;
    padding: 0 20px
}

.cat-humbeger {
    position: relative;
    margin-right: 10px
}

.cat-humbeger,
.cat-humbeger::before,
.cat-humbeger::after {
    display: block;
    width: 20px;
    height: 3px;
    background: #343434;
    border-radius: 2px
}

.cat-humbeger::before {
    position: absolute;
    content: '';
    top: -5px
}

.cat-humbeger::after {
    position: absolute;
    content: '';
    bottom: -5px
}

.cate-txt {
    font-weight: 700;
    padding-right: 20px;
    position: relative;
    font-size: 15px
}

/* .cate-txt::before {
    font-family: "font awesome 5 free";
    font-weight: 700;
    content: "\f078";
    right: 0;
    position: absolute;
    top: 3px;
    font-size: 12px;
    color: #dbdbdb
} */

.cate-btn:hover .cate-txt::before {
    color: #fff;
    content: "\f077"
}

.cate-btn:hover .cate-txt {
    color: #fff
}

.cate-btn:hover .cat-humbeger,
.cate-btn:hover .cat-humbeger::before,
.cate-btn:hover .cat-humbeger::after {
    background: #fff
}

.cate-btn:hover {
    background: #00a54f;
    border: 2px solid #00a54f
}

.search-product-wrap {
    position: relative;
    margin: 0 30px 0 20px
}

.search-product-wrap input {
    width: 100%;
    border: 4px solid var(--main-color);
    border-radius: 30px;
    height: 60px;
    padding: 0 120px 0 20px;
    font-size: 14px
}

.search-product-ico,
.search-product-ico:hover {
    position: absolute;
    display: block;
    height: 100%;
    width: 110px;
    background-color: var(--main-color);
    color: var(--secondary-color);
    right: 0;
    top: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.search-product-ico .fa-search {
    font-size: 25px
}

.sign-link-ul li {
    margin-right: 0 !important
}

.sign-link {
    color: var(--secondary-color);
    font-weight: 700;
    border-right: 1px solid var(--secondary-color);
    padding: 0 10px
}

.sign-link-ul li:last-child .sign-link {
    border-right: 0;
    padding-right: 0
}

.sign-link:hover {
    color: var(--secondary-color);
}

.top-categories-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 17px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    overflow: hidden
}

.top-categories-menu {
    margin-right: 20px;
    min-width: 260px
}

.top-categories-menu h3 {
    margin-bottom: 15px
}

.strong-txt {
    font-weight: 800
}

ul.top-categories-list li {
    border-top: 1px solid #dbdbdb
}

ul.top-categories-list li:last-child a {
    padding-bottom: 0
}

ul.top-categories-list a {
    display: block;
    width: 100%;
    position: relative;
    padding: 11px 0 11px 0px;
    transition: .3s;
    font-size: 14px;
    color: #343434;
    font-weight: 600
}

/* ul.top-categories-list a:before {
    font-family: "font awesome 5 free";
    font-weight: 700;
    content: "\f105";
    left: 0;
    position: absolute;
    top: 14px;
    font-size: 14px;
    color: #dbdbdb
} */

ul.top-categories-list li:hover a:before {
    color: #00a54f
}

ul.top-categories-list a:hover {
    color: var(--main-color);
    padding-left: 30px
}

#banner .carousel-control-prev {
    background-color: rgba(0, 0, 0, .3);
    height: 80px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 1
}

#banner .carousel-control-next {
    background-color: rgba(0, 0, 0, .3);
    height: 80px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 1
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 10px
}

.carousel-indicators li.active {
    border: 2px solid #00a54f;
    background: #00a54f
}

.feature-product-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 17px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12)
}

.viewmore-feature {
    display: block;
    color: var(--secondary-color);
    font-weight: 600
}

.halal_hover:hover {
    color: #09723b
}

.tabcontent {
    display: none
}

.feature-product-tab {
    margin: 20px 0;
    border-top: 1px solid #dbdbdb;
    position: relative;
    min-height: 80px
}

.feature-product-tab button span {
    font-size: 30px;
    color: #343434;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.feature-product-tab button p {
    display: block;
    width: 100%;
    font-size: 11px;
    position: absolute;
    top: 55px;
    left: 0;
    text-align: center;
    font-weight: 600
}

.feature-product-tab button {
    background: #fff;
    border: none;
    cursor: pointer;
    width: 99px;
    height: 99px;
    position: relative;
    padding: 0
}

.feature-product-tab button:hover {
    background: #e9e9e9
}

.feature-product-tab ul li a.active button::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--main-color);
    bottom: -10px;
    left: 28px
}

.feature-product-tab a.active button {
    background: var(--main-color);
    color: var(--secondary-color);
}

.feature-product-tab a.active button span {
    color: var(--secondary-color);
}

.feature-product-tab button.active span,
.feature-product-tab button.active p {
    color: var(--secondary-color);
}

.feature-product-items {
    flex-basis: 20%;
    padding: 25px;
    text-align: center;
    border: 1px solid #fff;
    transition: .5s;
    position: relative
}

.feature-product-items:hover {
    border: 1px solid #00a54f
}

.feature-product-img-mobile {
    height: 100px;
    width: 100%;
    overflow: hidden
}

.feature-product-img-mobile img {
    height: 100%;
    object-fit: cover;
    margin: auto
}

.feature-product-img {
    height: 140px;
    width: 100%;
    overflow: hidden
}

.feature-product-img img {
    height: 100%;
    object-fit: cover;
    margin: auto
}

.feature-name-product {
    font-weight: 700;
    margin: 5px 0;
    height: 40px;
    overflow: hidden
}

.feature-name-product a {
    color: #343434
}

.root-ft {
    font-size: 13px;
    color: #999
}

span.feature-product-price {
    color: #7b7b7b;
    margin: 5px 0;
    display: block
}

span.feature-product-price b {
    color: var(--secondary-color);
}

.feature-product-btn {
    font-size: 10px;
    font-weight: 600
}

.feature-product-btn a {
    color: var(--secondary-color)
}

.fea-inqui,
.fea-reque,
.fea-favor {
    overflow: hidden
}

.fea-inqui {
    height: 28px;
    line-height: 25px;
    transition: .3s;
    background-color: var(--main-color);
    padding: 0 10px;
    border-radius: 5px;
    margin: auto;
    font-size: 13px;
    color: var(--secondary-color);
}

.fea-favor {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1.5px solid var(--main-color);
    border-radius: 50px;
    line-height: 33px;
    cursor: pointer;
    background-color: #fff
}

.fea-favor-red {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ea3030;
    color: #fff;
    cursor: pointer;
    border: 1.5px solid #ea3030
}

.fea-favor-red .icon-love::before {
    color: #fff
}

.fea-favor span {
    font-size: 16px;
    line-height: 16px
}

.fea-inqui:hover,
.fea-reque:hover {
    background: var(--secondary-color);
    color: #fff !important
}

.lt-txt {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #343434
}

.my-recently-viewed-wrapper {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px
}

.index-section-header {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px
}



.my-recently-viewed-wrapper .item,
.product-wrapper .item {
    text-align: center
}



.my-recently-viewed-wrapper .owl-nav button.owl-prev,
.product-wrapper .owl-nav button.owl-prev,
.supplier-list .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: -50px;
    display: block;
    width: 47px;
    height: 82px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.my-recently-viewed-wrapper .owl-nav button.owl-next,
.product-wrapper .owl-nav button.owl-next,
.supplier-list .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: -50px;
    display: block;
    width: 47px;
    height: 82px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.my-recently-viewed-wrapper button i,
.roduct-wrapper button i {
    font-size: 22px
}

.getquot-wrapper {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    margin-top: 17px;
    margin-bottom: 17px;
    overflow: hidden
}

.getquot-img {
    width: 55%
}

.getquot-form {
    padding: 20px
}

.quoteform-heading {
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 30px;
    padding-left: 60px;
    background: url(../img/rfq.png) no-repeat center left;
    background-size: 50px
}

.quote-input-custom {
    width: 100%;
    height: 50px;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px
}

.quote-input-custom.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.quote-input-custom.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.quote-sub {
    width: 100%;
    background: var(--main-color);
    color: var(--secondary-color);
    border: none;
    padding: 20px 0;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
    border-radius: 5px
}

.custom-select {
    background: #fff url(../img/downcustomselect.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%
}

.ft-bg {
    background: #fff
}

.ft-bg h3.strong-txt {
    margin-bottom: 20px
}

.left-connect {
    width: 55%;
    padding: 40px
}

.right-connect {
    width: 45%;
    padding: 40px
}

.store-badge img {
    width: 125px
}

.store-badge li {
    display: inline;
    margin-right: 5px
}

.sub-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

.subs-btn {
    display: block;
    width: 100px;
    height: 50px;
    border: none;
    cursor: pointer;
    background: var(--main-color);
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px;
    transition: .3s;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.gnhl-hov:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.tip-gray-txt {
    font-size: 11px;
    color: #7b7b7b
}

.newsletter-input-custom {
    width: 70%;
    font-size: 16px;
    height: 50px;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.soc-btn {
    height: 40px;
    color: #fff;
    border-radius: 5px
}

.fb-btn {
    background: #3b5998
}

.fb-btn:hover {
    background: #36518a
}

.you-btn {
    background: #d42428
}

.you-btn:hover {
    background: #bf2125
}

.soc-ico {
    height: 100%;
    line-height: 40px;
    font-size: 20px;
    width: 40px;
    text-align: center
}

.fb-btn .soc-ico {
    border-right: 1px solid #2f4777
}

.you-btn .soc-ico {
    border-right: 1px solid #a81a1d
}

.soc-txt {
    padding: 0 7px;
    font-size: 14px;
    width: 165px
}

.get-quotetation {
    font-size: 16px
}

.ftborder-top {
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer p {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-bottom: 15px
}

.footer ul li {
    margin-bottom: 7px
}

.footer ul li a {
    color: #343434;
    font-weight: 600;
    transition: .3s
}

.footer ul li a:hover {
    color: #00a54f
}

.footer ul li a.halal-green {
    color: #00a54f;
    font-weight: 600;
    transition: .3s;
    text-decoration: underline
}

.ft-txt {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin: 0;
    text-align: center
}

.ft-txt-hightlight {
    font-weight: 800;
    color: #00a54f
}

.bottom {
    padding: 20px 0
}

.scrtabs-tabs-fixed-container {
    height: 110px
}

.scrtabs-tabs-movable-container {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    height: 100px
}

.feature-product-tab .nav-tabs {
    border-bottom: none
}

.feature-product-tab .tab-content>.active {
    display: table;
    width: 100%
}

.scrtabs-tab-scroll-arrow-left,
.scrtabs-tab-scroll-arrow-right {
    height: 99px;
    width: 50px
}

.scrtabs-tab-scroll-arrow-left:before {
    position: absolute;
    font-family: "font awesome 5 free";
    font-weight: 700;
    left: 15px;
    top: 27px;
    color: #343434;
    content: '\f053';
    font-size: 29px;
    cursor: pointer
}

.scrtabs-tab-scroll-arrow-right:before {
    position: absolute;
    font-family: "font awesome 5 free";
    font-weight: 700;
    right: 15px;
    top: 27px;
    color: #343434;
    content: '\f054';
    font-size: 29px;
    cursor: pointer
}

.mobile-header {
    display: none
}

.humbeger-long {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 3px;
    position: relative;
    top: 22px;
    left: 0
}

.humbeger-long::before {
    position: absolute;
    top: -10px;
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 3px
}

.humbeger-long::after {
    position: absolute;
    bottom: -10px;
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 3px
}

.humbeger-dot {
    content: '';
    display: block;
    width: 6px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 3px;
    position: relative;
    top: 18px;
    left: 7px
}

.humbeger-dot::before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 3px;
    top: -10px
}

.humbeger-dot::after {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 3px;
    bottom: -10px
}

.fake-header {
    display: none
}

#mobile-slider,
.fererf_tab,
.bottom_menu_mobile {
    display: none
}

.fererf_tab .tabitem {
    width: 33.33%;
    background: #f0f0f0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 0;
    border: 1px solid #cecece
}

.fererf_tab .tabitem.active {
    background: #00a54f;
    border: 1px solid #00a54f
}

.fererf_tab .tabitem.active a {
    display: block;
    color: #fff
}

.padding-20 {
    padding: 20px
}

.fakefooter {
    display: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none
}

.lang-hid {
    padding-right: 5px
}

.lang-hid:hover,
.cart-hid:hover,
.fav-hid:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.lang-hid .dropdown-menu {
    margin-top: -2px;
    border: none;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .22);
    left: auto;
    right: 0;
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.lang-hid .dropdown-menu h6 {
    text-transform: uppercase;
    font-size: 11px;
    color: #777;
    margin-top: 20px
}

.lang-hid .dropdown-menu select {
    width: 220px
}

/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: #fff;
    background-image: none;
    border: 1px solid #e9e9e9
}

select::-ms-expand {
    display: none
}

/* Custom Select */
.select {
    position: relative;
    display: flex;
    line-height: 3;
    background-color: #999;
    overflow: hidden;
    border-radius: .25em;
    font-size: 13px
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #343434;
    cursor: pointer
}

.select::after {
    font-family: "font awesome 5 free";
    font-weight: 700;
    content: '\f078';
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    margin: 1px;
    color: #cecece;
    height: 30px;
    line-height: 30px;
    font-size: 10px
}

.select:hover::after {
    color: #00a54f
}

.select select {
    height: 30px;
    line-height: 30px
}

.cart-hid .dropdown-menu,
.fav-hid .dropdown-menu {
    width: 240px;
    text-align: center;
    padding: 30px 20px 20px;
    margin: 0;
    border: none;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .22);
    left: auto;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -2px
}

.cart-hid .dropdown-menu a,
.fav-hid .dropdown-menu a {
    border-right: none !important;
    color: #00a54f !important
}

.logonav li p {
    font-size: 13px
}

.category-dropdown {
    width: 200px;
    height: auto;
    border: none;
    padding: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    border-radius: 10px
}

.father-items-wrap .father-items {
    display: block;
    width: 100%;
    padding: 18px 20px
}

.father-items-wrap .first-cate-btn {
    border-top-left-radius: 10px
}

.father-items-wrap .last-cate-btn {
    border-bottom-left-radius: 10px
}

.father-items-wrap .father-items:hover {
    cursor: pointer
}

.father-items-wrap .father-items .arrow-active {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 28px solid var(--main-color);
    border-bottom: 30px solid transparent;
    top: -42px;
    right: -40px;
    z-index: 9999;
    display: none
}

.father-items-wrap .father-items .arrow-active::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 54px;
    background: var(--main-color);
    top: -27px;
    right: 28px
}

.father-items-wrap .father-items:hover {
    background: var(--main-color);
    color: var(--secondary-color);
}

.father-items-wrap .father-items:hover .arrow-active {
    display: block
}

.child-items-wrap {
    display: none;
    color: #343434;
    background: #fff;
    position: absolute;
    left: 193px;
    top: 0;
    width: auto;
    padding: 25px 30px 5px 40px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.father-items:hover .child-items-wrap {
    display: block
}

.default::before {
    position: absolute;
    content: '';
    width: 190px;
    height: 64px;
    top: -63px;
    left: 0;
    background: 0 0
}

.cate-mason .card {
    width: 210px;
    border: none
}

.cate-mason .card h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary-color);
}

.cate-mason .card span {
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary-color);
}

.cate-mason .card ul li a {
    position: relative;
    font-size: 13px;
    color: #343434;
    font-weight: 600;
    padding-left: 20px;
    transition: .4s
}

.cate-mason .card ul li:hover a {
    padding-left: 30px;
    color: var(--secondary-color);
}

/* .cate-mason .card ul li a::before {
    font-family: "font awesome 5 free";
    font-weight: 700;
    content: "\f105";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 14px;
    color: #dbdbdb
} */

.cate-mason .card ul li:hover a::before {
    color: #00a54f
}

.cate-mason .viewmore-feature {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 13px
}

.halal-group-links {
    background: #fff;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    padding: 40px 0;
    font-weight: 600;
    color: #cecece
}

.halal-group-links a {
    color: #cecece
}

.halal-group-links ul li {
    display: inline;
    margin: 10px
}

.drop-search-wrap {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    border-right: 4px solid #00a54f;
    border-bottom: 4px solid #00a54f;
    border-left: 4px solid #00a54f;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px 20px 20px;
    display: none
}

.drop-search-wrap.focused {
    display: block
}

.typeahead.focused {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.search-product-ico.focused {
    border-radius: 30px;
    z-index: 20;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px
}

.drop-search-box {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px
}

ul.search_tags li {
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #00a54f;
    width: auto;
    margin: 0 5px 5px 0;
    border-radius: 5px
}

ul.search_tags li a {
    color: #00a54f;
    font-size: 12px
}

ul.search_tags li:hover {
    background: #00a54f
}

ul.search_tags li:hover a {
    color: #fff
}

h5.search-tag-heading {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px
}

.clear_his {
    background: 0 0;
    color: #00a54f;
    border: none;
    font-weight: 600;
    cursor: pointer
}

.quote-input-custom.left,
.quote-input-custom.right {
    width: 50%
}

.fake-cate-btn {
    position: absolute;
    background: var(--main-color);
    color: var(--secondary-color);
    top: -64px;
    left: 0;
    height: 60px;
    border: 2px solid var(--main-color);
    border-radius: 50px;
    padding: 0 20px
}

.fake-cate-btn span.cat-humbeger,
.fake-cate-btn span.cat-humbeger::before,
.fake-cate-btn span.cat-humbeger::after {
    background: var(--secondary-color);
}

.fake-cate-btn .cate-txt {
    color: var(--secondary-color);
}

.dark {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, .7);
    z-index: 21
}

.hov {
    display: block
}

.shade-bg {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    overflow: hidden
}

.list-head {
    background: #fff;
    padding: 20px 30px
}

.list-tag {
    display: block;
    border: 2px solid #00a54f;
    color: #00a54f;
    height: 30px;
    line-height: 27px;
    width: max-content;
    padding: 0 10px;
    border-radius: 5px;
    margin: 3px 0;
    font-weight: 700;
    margin-right: 5px
}

.chgview {
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

.product-found {
    margin-left: 30px
}

.product-found b {
    margin-right: 5px
}

.view-ico {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px
}

.view-ico.active {
    background: #00c960
}

.view-ico span {
    font-size: 23px;
    color: #bebebe
}

.view-ico.active span {
    color: #fff
}

.product-list {
    background: #fff;
    padding: 0 30xp
}

.ulproduct-list li.product-list {
    margin-bottom: 10px
}

.ulproduct-list li.product-list:last-child {
    margin-bottom: 0
}

.product-list-img {
    position: relative;
    width: 300px;
    height: 240px;
    margin: auto;
    margin-right: 30px
}

.product-list-img img {
    height: 80%;
    object-fit: cover
}

.name-pr {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #343434
}

.product-list .l-describe {
    font-weight: 700;
    min-width: 150px;
    position: relative;
    margin-right: 5px
}

.product-list .l-describe::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0
}

.product-list .r-describe {
    font-weight: 600;
    max-width: 300px
}

.txt_highlight {
    color: #00a54f;
    font-weight: 700
}

.txt_highlight a {
    color: #00a54f;
    font-weight: 700
}

.txt_highlight a:hover {
    color: #f69b28
}

.btn-type1 {
    display: block;
    border: 2px solid #00a54f;
    height: 36px;
    width: max-content;
    padding: 0 10px;
    color: #00a54f;
    border-radius: 5px;
    font-weight: 700;
    line-height: 32px;
    transition: .4s
}

.btn-type1:hover {
    background: #00a54f;
    color: #fff
}

.product-inf {
    border-right: 1px solid #dbdbdb;
    padding: 20px 0;
    flex: 1 !important
}

.product-inf ul li {
    margin: 8px 0
}

.supp-badge img {
    width: 35px
}

.share-link {
    display: block;
    border: 2px solid #00a54f;
    height: 36px;
    width: max-content;
    padding: 0 10px;
    color: #00a54f;
    font-weight: 600;
    border-radius: 5px;
    line-height: 32px;
    float: right;
    margin-right: 20px;
    transition: .5s
}

.share-link:hover {
    color: #fff;
    background: #00a54f
}

.share-link .icon-share:before {
    margin-right: 5px;
    color: #00a54f;
    transition: .5s
}

.share-link:hover .icon-share:before {
    color: #fff
}

.supp-wrap {
    padding: 20px 30px;
    width: 480px
}

.bbt {
    border-bottom: 1px solid #dbdbdb
}

.supp-badge {
    margin: 0 50px
}

.supp-badge .badge-item {
    width: 50%;
    height: 40px
}

.badge-img {
    width: 40px
}

.poduct-inqui-btn {
    display: block;
    width: 100%;
    height: 40px;
    background: var(--main-color);
    color: var(--secondary-color);
    border-radius: 5px
}

.poduct-inqui-btn span {
    font-weight: 700;
    margin-left: 5px
}

.poduct-inqui-btn:hover {
    color: #fff;
    background: var(--secondary-color);
}

.supp_logo {
    margin-right: 10px;
    width: 60px
}

.supp_logo_big {
    margin-right: 10px;
    width: 100px
}

.supp-name {
    font-weight: 700
}

.supp-type {
    color: #7b7b7b;
    font-weight: 600
}

.brcum {
    font-weight: 600;
    color: #343434
}

.iplus {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 30px;
    border: 2px solid #00a54f;
    text-align: center;
    line-height: 24px;
    color: #00a54f
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: unset
}

.scrtabs-tabs-fixed-container p {
    height: 32px;
    overflow: hidden
}

.product-pagination li {
    margin: 0 2px
}

.product-pagination li a {
    color: #343434;
    font-weight: 700
}

.page-item.active .page-link {
    background-color: #28a745;
    color: #fff;
    border: 1px solid #00c960
}

.page-link {
    display: block;
    height: 40px;
    line-height: 23px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px
}

.page-point .page-link {
    background: #cbcbcb;
    border: 1px solid #cbcbcb
}

.page-link:hover {
    color: #343434
}

.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
    display: block
}

.pagination li:first-child img,
.pagination li:last-child img {
    margin-bottom: 3px
}

.page-point .page-link:hover {
    background: #7b7b7b;
    border: 1px solid #7b7b7b
}

.gotopage-wrap {
    font-weight: 600
}

.gotopage {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    margin: 0 10px;
    border: 1px solid #bebebe;
    text-align: center;
    font-weight: 600;
    font-size: 15px
}

.product-pagination {
    margin: 50px 0
}

.my-recently-viewed-wrapper .icon-arrowleft:before,
.my-recently-viewed-wrapper .icon-arrowright:before {
    color: #888
}

.my-recently-viewed-wrapper .owl-carousel .owl-item img {
    height: 100%;
    width: auto;
    object-fit: cover;
    margin: auto
}

.gotopage_btn {
    margin-right: 20px;
    display: block;
    height: 40px;
    width: 60px;
    background: #7b7b7b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    border-radius: 5px;
    transition: .5s
}

.gotopage_btn:hover {
    background: #343434;
    color: #fff
}

.l-gtp,
.r-gtp {
    width: 20%
}

.product-grid-item {
    width: 20%;
    padding: 10px
}

.product-grid-item-wrap {
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px
}

.product-grid-box {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -5px
}

.product-grid-img {
    width: 100%;
    height: 200px;
    position: relative;
    padding-top: 20px
}

.product-grid-img img {
    height: 100%;
    object-fit: cover
}

.product-grid-item .name-pr {
    margin: 15px 0 5px;
    height: 41px;
    overflow: hidden
}

.badgelist-inline li {
    display: inline
}

.badgelist-inline li img {
    height: 30px
}

.supp-name-grid {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 200px
}

.product-grid-item .supp-type {
    font-size: 11px
}

.product-grid-item .supp_logo {
    width: 40px;
    max-height: 40px
}

.product-grid-item .btn-type1 {
    padding: 0 15px
}

.dim {
    position: relative;
    z-index: 2
}

.dim::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .8);
    z-index: -9999
}

.page-brcum {
    margin: 20px 0
}

.page-brcum li {
    display: inline;
    margin: 0 5px;
    padding-right: 20px;
    position: relative
}

.page-brcum li:first-child {
    margin-left: 0
}

.page-brcum li::after {
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    content: ">";
    color: #999
}

.page-brcum li:last-child::after {
    display: none
}

.page-brcum li a {
    font-weight: 600;
    color: #343434
}

.page-brcum li.active a {
    font-weight: 700
}

.product-infor-wrap {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    padding: 20px;
    margin-right: 20px
}

.name-product {
    font-size: 20px;
    font-weight: 700
}

.prnav {
    border-top: 1px solid #cecece
}

.prnav .share-link {
    margin-top: -42px;
    margin-right: 0
}

.prnav .nav-item a {
    color: #7b7b7b;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 10px
}

.product-inf-tabs .nav-link {
    border-radius: 0;
    border-top: 3px solid #fff
}

.product-inf-tabs .nav-link.active {
    color: #00c960;
    background: 0 0;
    border-top: 3px solid #00c960
}

.hightlight-infor {
    background-color: #eaf8f1;
    border: 1px solid #cae5d8;
    padding: 20px 20px 20px 30px;
    border-radius: 3px;
    margin: 20px 0 24px
}

.hightlight-infor p {
    margin: 0;
    font-size: 17px
}

.hightlight-infor .semi-hl {
    font-weight: 600
}

.pr-dt-inf .l-describe {
    min-width: 150px;
    font-weight: 700;
    position: relative;
    margin-right: 5px
}

.pr-dt-inf .r-describe {
    font-weight: 600
}

.pr-dt-inf .l-describe::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0
}

.pr-dt-inf ul {
    margin: 0 0 0 20px
}

.pr-dt-inf ul li {
    margin-bottom: 8px
}

.right-infor {
    margin-left: 20px
}

.product-detail-img {
    position: relative;
    border: 2px solid #dbdbdb;
    width: 100%
}

.product-detail-img img {
    height: 90%;
    object-fit: cover
}

.carousel-indicators {
    z-index: 1
}

.product-image-wrap .gr-rq {
    margin: 0 5px
}

.product-image-wrap .gr-rq .btn-type1 {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    height: 40px;
    line-height: 35px
}

.product-image-wrap .poduct-inqui-btn {
    margin-top: 5px
}

.gr-rq-wr {
    margin-left: -5px;
    margin-right: -5px
}

.right-pr-col {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    margin-bottom: 20px;
    /*height: 100%*/
}

.right-pr-col-head {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb
}

.sup-region {
    margin-top: 10px
}

.sup-region img {
    max-width: 30px
}

.company-infor-box {
    padding: 30px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px
}

.fx-calc-title {
    padding: 30px 30px 10px 30px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px
}

.cp-inf-row {
    margin-bottom: 10px;
    flex-basis: 40%
}

.cp-inf-row li {
    margin-bottom: 5px
}

.trade-sup {
    color: #4654ee;
    font-weight: 700;
    font-size: 15px
}

.company-infor-box .cp-badge {
    padding-top: 15px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px
}

.cp-badge-item {
    width: 50%;
    padding: 0 5px
}

.grey-line {
    display: block;
    height: 1px;
    background: #dbdbdb;
    width: 100%
}

.rating_bar {
    background: #eaf8f1;
    border: 1px solid #cae5d8;
    border-radius: 5px;
    margin-bottom: 15px
}

h6.right-col-lead {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

.rating_bar_l {
    border-right: 1px solid #cae5d8;
    width: 30px;
    width: 80px;
    height: 60px;
    color: #7b7b7b;
    font-weight: 600
}

.rating_bar_l b {
    color: #00a54f;
    font-size: 30px;
    font-weight: 700
}

.rating_bar_l span {
    margin: 3px
}

.rating_bar_r h5 {
    margin: 12px 0 0 20px;
    color: #00a54f;
    font-weight: 700;
    font-size: 16px
}

.rating_bar_r span {
    margin: 10px 0 0 20px;
    color: #7b7b7b;
    font-weight: 600
}

.cmt-wrap {
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-bottom: 15px
}

.cmt-wrap h6 {
    font-weight: 700;
    font-size: 15px
}

.cmt-wrap h6 span {
    font-weight: 600;
    font-size: 11px;
    color: #7b7b7b;
    font-style: italic
}

.cmt-wrap .user-cmt {
    font-weight: 600;
    margin-top: 10px;
    font-size: 15px
}

.cmt-wrap ul li {
    margin-right: 0 !important
}

.cmt-wrap .greenstar {
    color: #00c960
}

.cmt-wrap .graystar {
    color: #dbdbdb
}

.cmt-wrap .dayleft {
    color: #7b7b7b;
    font-weight: 600
}

.pr-dt-inf {
    font-size: 14px
}

.btn-type2 {
    background: #00c960;
    color: #fff;
    padding: 10px;
    height: 40px;
    display: block;
    display: table;
    margin-left: auto;
    border-radius: 5px;
    font-weight: 700
}

.btn-type2:hover {
    background: #03b558;
    color: #fff
}

.small-carou-box {
    padding: 0 35px;
    margin-top: 20px
}

.certi-h {
    margin: auto;
    display: block;
    font-weight: 700;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 20px
}

.small-carou-box .owl-nav .owl-prev span,
.small-carou-box .owl-nav .owl-next span {
    font-size: 40px
}

.small-carou-box .owl-carousel .item img {
    object-fit: scale-down;
    height: 164px
}

.small-cr-img {
    border: 1px solid #cecece;
    margin-bottom: 10px
}

.related-product-wrap {
    margin-right: 20px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    position: relative
}

.icon-arrowleft::before,
.icon-arrowright::before {
    color: #888;
    font-size: 21px
}

.icon-arrowleft::before {
    position: absolute;
    top: 34%;
    left: -40px
}

.icon-arrowright::before {
    position: absolute;
    top: 34%;
    right: -40px
}

.my-recently-viewed-wrapper .icon-arrowright::before {
    right: 20px
}

.my-recently-viewed-wrapper .icon-arrowleft::before {
    left: 20px
}

.small-carou-box .icon-arrowleft::before {
    left: -30px;
    top: 33%
}

.small-carou-box .icon-arrowright::before {
    right: -30px;
    top: 33%
}

.related-product-box {
    margin: 40px 60px
}

.related-product-wrap p {
    font-weight: 700;
    font-size: 16px;
    padding: 20px 0 0 20px
}

.related-product-wrap .feature-product-img {
    height: 110px
}

.related-product-wrap .feature-product-img img {
    width: auto;
    margin: auto
}

.wrap-the-img {
    overflow: hidden;
    padding: 20px
}

.wrap-the-img img {
    height: 200px;
    object-fit: scale-down
}

.ul_thumb_product {
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 5px
}

.thumbwrap {
    width: 25%;
    text-align: center
}

.product-thumb-item {
    border: 1px solid #dbdbdb;
    margin: 5px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    transition: .5s
}

.product-thumb-item:hover {
    border: 1px solid #00a54f
}

.myModal .modal-body {
    padding: 0
}

.myModal .modal-title {
    font-size: 21px;
    font-weight: 700
}

.tip-top {
    padding: 20px 30px;
    border: 1px solid #cadde5;
    background: #eaf4f8;
    margin-top: -1px
}

.myModal .left-modal {
    width: 60%;
    font-size: 13px
}

.left-modal-box,
.right-modal-box {
    padding: 30px;
    border-right: 1px solid #dbdbdb
}

.img-slot {
    width: 130px;
    height: 130px;
    margin-right: 20px
}

.img-slot img {
    width: 100%;
    object-fit: cover
}

.mytextarea {
    width: 100%;
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 600;
    height: 140px
}

.left-modal-box .supp_logo {
    width: 40px;
    margin-left: 10px
}

#usrtxt {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    max-width: 100px;
    font-weight: 600;
    height: 38px
}

#usrsl {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 150px;
    font-weight: 600
}

.left-modal .btn-type2,
.single-modal .btn-type2 {
    margin-left: 0;
    height: 40px
}

a.btn_type3 {
    background: #0064c9;
    color: #fff;
    padding: 15px 20px;
    display: block;
    font-weight: 700;
    border-radius: 5px
}

span.save-mn {
    font-weight: 700;
    font-size: 20px;
    color: #0064c9;
    padding-left: 35px;
    background: url(../img/tick-inside-circle.svg) no-repeat center left;
    margin-bottom: 10px;
    display: block
}

.gray-zone {
    padding: 20px;
    border: 1px solid #dbdbdb;
    background: #f7f7f7;
    border-radius: 5px;
    width: 100%
}

.gray-zone p {
    margin-bottom: 5px
}

a.edit-contact-link {
    float: right;
    margin: top;
    margin-top: 10px;
    font-weight: 700;
    color: #00a54f;
    margin-bottom: 20px
}

.xzoom-wrapper {
    border: 1px solid #dbdbdb;
    padding: 20px
}

.xzoom-thumbs {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 5px
}

.xzoomthumb-item {
    width: 25%;
    margin: 5px;
    border: 1px solid #dbdbdb;
    transition: .3s
}

.xzoomthumb-item:hover {
    border: 1px solid #00a54f
}

.xzoom-gallery {
    padding: 10px
}

.xzoom-preview {
    border: 1px solid #cecece;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 9999
}

.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: .7;
    background: url(../img/xloading.gif);
    width: 48px;
    height: 48px
}

#lg-share,
#lg-actual-size,
.lg-autoplay-button,
#lg-download {
    display: none
}

.modal-content {
    border-radius: 15px
}

.send-inquiry-modal,
.write-review-modal {
    width: 550px;
    margin: auto
}

.review-star-rating span {
    color: #00c960;
    margin-right: 3px
}

.satisfied {
    font-weight: 600;
    color: #00c960;
    margin-left: 10px
}

.write-review-modal .btn-type2 {
    margin-left: 0;
    padding: 22px 15px;
    line-height: 3px
}

.mdl-heading {
    margin-bottom: 10px;
    margin-top: 20px
}

.title-mdl {
    font-size: 16px
}

.modal-header {
    padding: 25px 30px
}

.modal-header button.close {
    font-size: 30px
}

.modal-body {
    font-size: 16px
}

.minisite-head {
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    overflow: hidden
}

.supp-zone {
    background: #fff;
    width: 100%;
    font-size: 15px
}

.supp-zone-head {
    padding: 30px
}

.supp-zone-content {
    padding: 30px
}

.share-supp {
    margin-top: -56px
}

.share-supp .share-link {
    margin-right: 0
}

.supp-zone .cp-badge {
    margin-left: -5px;
    margin-right: -5px
}

.supp-zone-footer {
    padding: 16px
}

.sup-img {
    background: url(../demo_img/minisitebanner.png) no-repeat;
    background-position: center right;
    content: '';
    background-size: cover;
    min-height: 400px
}

.show-banner-on-mobile {
    background: url(../demo_img/minisitebanner.png) no-repeat;
    background-position: top right;
    content: '';
    background-size: cover;
    display: block;
    content: '';
    min-height: 170px;
    width: 100%;
    display: none;
    margin-top: 10px
}

.supp-zone-head h1 {
    font-size: 25px;
    font-weight: 700
}

.supp-zone-head h3 {
    font-size: 25px;
    font-weight: 700
}

.supp-zone-head .supp_logo {
    margin-right: 15px;
    width: 100px
}

.minisite-content-wrapper {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px
}

.minisite-tab {
    border-bottom: 1px solid #dbdbdb
}

.minisite-tab .nav-link {
    border-top: 3px solid #fff0;
    font-weight: 600;
    display: block;
    width: 180px;
    text-align: center;
    transition: .3s;
    padding: 15px 0;
    font-size: 15px
}

.minisite-tab .nav-link:hover {
    color: #f69b28;
    border-top: 3px solid #999
}

.minisite-tab .nav-link.active {
    border-top: 3px solid #f69b28;
    color: #f69b28
}

.mini-items {
    flex-basis: 25%
}

.mini-content-in {
    margin: 20px 10px 0;
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 7px
}

.mini-items-box {
    margin-left: 10px;
    margin-right: 10px
}

.mini-items .name-pr {
    height: 40px;
    overflow: hidden
}

.mini-items .product-grid-img {
    height: 230px;
    margin-bottom: 10px
}

.mini-items .btn-type2 {
    height: 36px;
    margin-left: 0;
    margin-right: 5px
}

.mini-btn-group {
    margin-left: -5px;
    margin-right: -5px
}

.mini-btn-group span {
    flex-basis: 50%;
    padding: 0 5px;
    text-align: center
}

.mini-btn-group span a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 37px;
    white-space: nowrap
}

.mini-btn-inqui {
    color: #fff;
    background: #03b558;
    border-radius: 5px;
    font-weight: 700;
    transition: .3s;
    border: 2px solid #03b558
}

.mini-btn-inqui:hover {
    color: #fff;
    background: #00a54f;
    border: 2px solid #00a54f
}

.mini-btn-request {
    display: block;
    border: 2px solid #00a54f;
    height: 40px;
    line-height: 37px;
    width: max-content;
    color: #00a54f;
    border-radius: 5px;
    font-weight: 700;
    transition: .4s
}

.mini-btn-request:hover {
    background: #00a54f;
    color: #fff
}

.minitab-mb {
    margin-bottom: 30px
}

#mini1 {
    margin-bottom: 120px;
    padding-bottom: 20px
}

.minisite-content-wrapper .occho {
    margin-bottom: -100px;
    position: absolute;
    width: 100%
}

.mini-items-wrap {
    position: relative
}

.com-heading-sec {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #dbdbdb;
    margin: 20px 100px
}

.com-heading-sec h3 {
    font-size: 29px;
    font-weight: 700
}

.box-reason {
    padding: 10px;
    flex-basis: 25%
}

.about-content {
    margin: 40px 150px;
    font-size: 16px;
    font-weight: 600
}

.about-content p {
    margin-bottom: 30px
}

.reason-text {
    width: 100%;
    height: 275px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    border-radius: 5px
}

.reason-text-color1 {
    background: #ff5151
}

.reason-text-color2 {
    background: #f9c000
}

.reason-text-color3 {
    background: #9cc916
}

.reason-text-color4 {
    background: #466999
}

.reason-sec {
    margin: 0 130px
}

.reason-text span {
    display: block
}

.table-infor {
    margin: 20px 140px;
    font-size: 15px
}

ul.table-ul {
    border: 1px solid #dbdbdb;
    margin: 40px 0 20px
}

.table-infor ul li ul {
    display: flex
}

.table-infor ul li ul li {
    border-right: 1px solid #dbdbdb
}

.table-infor ul li ul li:last-child {
    border-right: none
}

.table-infor ul li ul li span {
    padding: 20px;
    display: block;
    font-weight: 600
}

.table-infor ul li ul li span.bold-txt {
    font-weight: 700
}

.table-infor ul li ul li.com-td1 {
    flex-basis: 20%
}

.table-infor ul li ul li.com-td2 {
    flex-basis: 30%
}

.table-infor ul li ul li.com-td3 {
    flex-basis: 22%
}

.table-infor ul li ul li.com-td4 {
    flex-basis: 28%
}

li.hightlight-bg {
    background: #f4f4f4
}

.tradeshow {
    font-size: 15px;
    padding: 50px 140px
}

.tradeshow .trade-img {
    height: 320px;
    border-radius: 5px;
    overflow: hidden
}

.tradeshow .trade-img img {
    height: 100%;
    object-fit: cover
}

.tradeshow .trade-flag {
    width: 33px !important;
    margin-right: 10px
}

.time-to-tradeshow {
    color: #7b7b7b;
    padding: 0 0 20px;
    display: block
}

.tradeshow h4 {
    font-weight: 700
}

.tradeshow p {
    font-weight: 600
}

.tradeshow .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: 90px
}

.tradeshow .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: 90px
}

.tradeshow .owl-nav .owl-next:hover,
.tradeshow .owl-nav .owl-prev:hover {
    background: 0 0;
    color: #343434
}

.tradeshow .owl-nav .owl-next span,
.tradeshow .owl-nav .owl-prev span {
    font-size: 60px
}

.certi-wrap {
    margin: 40px 150px
}

.certi-item-img {
    border: 1px solid #dbdbdb;
    height: 320px
}

.certi-item-img img {
    height: 100%;
    object-fit: scale-down
}

.certi-single-carou .item {
    text-align: center
}

.certi-single-carou .item span {
    font-size: 18px;
    margin-top: 10px;
    display: block
}

.certi-wrap .owl-prev {
    position: absolute;
    top: 23%;
    left: -35px
}

.certi-wrap .owl-next {
    position: absolute;
    top: 23%;
    right: -35px
}

.certi-wrap .owl-prev:hover,
.certi-wrap .owl-next:hover {
    background: #fff !important;
    color: #343434 !important
}

.certi-wrap .owl-prev span,
.certi-wrap .owl-next span {
    font-size: 60px
}

.contact_us_wrapper {
    padding: 40px 130px;
    font-size: 15px
}

.contact_us_wrapper_left {
    flex-basis: 45%;
    padding: 20px
}

.contact_us_wrapper_left img {
    width: 100%
}

.contact_us_wrapper_left iframe {
    min-width: 400px
}

.contact_us_wrapper_right {
    padding: 20px
}

.contact-row-l,
.contact-row-r {
    min-height: 40px
}

.contact-row-l {
    flex-basis: 200px;
    font-weight: 700
}

.contact-row-l-address {
    min-width: 200px
}

.contact-row-r {
    font-weight: 600
}

.contactus-link {
    color: #e34b49;
    font-weight: 700;
    transition: .4s
}

.btn_type4 {
    background: #e34b49;
    color: #fff;
    height: 50px;
    padding: 0 20px;
    display: block;
    width: max-content;
    line-height: 50px;
    font-weight: 700;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    transition: .4s
}

.btn_type4:hover {
    background: #c53e3c;
    color: #fff
}

.login-wrap {
    background: url("../img/stock.png") no-repeat top center;
    background-size: cover;
    margin-top: 0px
}

.login-box {
    padding: 130px 100px
}

.log-card {
    background: #fff;
    border-radius: 10px;
    font-size: 15px
}

.log-card-head {
    padding: 20px 30px;
    border-bottom: 1px solid #dbdbdb
}

.log-card-head h3 {
    font-size: 25px;
    font-weight: 800
}

.log-card-content {
    padding: 15px 30px;
    width: 470px
}

.log-card-footer {
    padding: 25px 30px;
    border-top: 1px solid #dbdbdb
}

.log-card-footer p {
    margin: auto;
    text-align: center
}

.log-btn {
    background: var(--main-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    height: 50px;
    cursor: pointer
}

.log-btn:hover {
    background: var(--secondary-color);
    color: white;
}

.log-card .text-input {
    height: 48px
}

.log-margin {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb
}

.log-with-facebook {
    display: block;
    background: #476ab0;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer
}

.log-with-facebook span {
    margin-right: 10px;
    font-size: 20px
}

.log-with-google {
    display: block;
    background: #fff;
    color: #343434;
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #707070;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px
}

.log-with-google img {
    width: 20px;
    margin-right: 10px
}

.log-with-linkedin {
    display: block;
    background: #15aabf;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px
}

.log-with-linkedin span {
    margin-right: 10px;
    font-size: 20px
}

.log-card label {
    font-weight: 600
}

.left-side-log span {
    display: block;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 20px;
    font-weight: 800;
    font-size: 42px;
    max-width: 600px;
    margin-top: 35px;
    float: right
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #00c960;
    border: 1px solid #00a54f
}

.form-check {
    padding-left: 0
}

.request-wrapper {
    background: #fff;
    margin: 0 0 40px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12)
}

.left-request-form {
    background: #0064c9;
    flex-basis: 45%
}

.right-request-form {
    flex-basis: 55%
}

.left-request-form-box {
    padding: 70px 50px
}

.left-request-form h4 {
    color: #ffdd24;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 10px
}

.left-request-form p {
    display: block;
    max-width: 330px;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 40px
}

.right-request-form-box .form-group {
    margin-bottom: 5px
}

.right-request-form .getquot-form {
    padding: 40px 60px
}

.fv-headbar {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    background: #fff;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0 10px
}

.fv-headtxt {
    margin-left: 20px;
    font-weight: 700;
    font-size: 16px
}

.favorite-nums {
    background: #ea3030;
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50px;
    line-height: 23px;
    font-weight: 600;
    margin-left: -15px
}

.product_list_wrap .fv-headbar {
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0
}

.feature-head-bar {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    margin-bottom: 15px
}

.top-head-bar {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0
}

.middle-head-bar {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 20px;
    border-bottom: 1px solid #dbdbdb
}

.feature-head-bar .feature-product-tab {
    margin: 0;
    border-top: 0;
    padding: 0 60px;
    height: 99px
}

.feature-head-bar .feature-product-tab ul li {
    height: 99px
}

.feature-product-box {
    margin-left: 0;
    margin-right: 0
}

.smallModal .modal-content {
    max-width: 550px;
    margin: auto
}

.content-inside {
    padding: 20px
}

.content-inside a {
    margin: auto
}

.smallModal .modal-header button {
    position: absolute;
    right: 20px;
    top: 10px
}

p.thanktxt {
    font-size: 14px;
    margin: 10px;
    font-weight: 600
}

.choose-mem-wrap {
    margin: 40px 120px
}

.choose-member-item {
    width: 45%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    margin: 0 10px
}

.choose-member-item ul {
    padding: 20px 30px;
    font-size: 13px;
    font-weight: 600
}

.choose-member-item ul li {
    margin-bottom: 20px;
    list-style: disc
}

.meem-img {
    margin-left: -20px;
    margin-right: -20px
}

.choose-member-item h4 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px
}

.choose-member-item .poduct-inqui-btn {
    font-size: 17px;
    font-weight: 700;
    padding: 30px
}

.verify-block {
    background: #fff;
    margin: 30px 0;
    border-radius: 5px
}

.verify-steps {
    width: 100%;
    border-bottom: 1px solid #dbdbdb
}

.verify-steps a {
    padding: 20px 30px;
    font-weight: 600;
    border-top: 3px solid #fff
}

.verify-steps a.active {
    border-top: 3px solid #00a54f;
    color: #00a54f
}

.verify-steps a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #7b7b7b;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    border-radius: 10px
}

.verify-steps a.active span {
    background: #00a54f
}

.form-block {
    margin: 40px 0;
    font-weight: 600;
    font-size: 15px;
    max-width: 860px
}

.formrow {
    align-items: center;
    margin-bottom: 20px
}

.formrow-l {
    min-width: 170px;
    text-align: right;
    padding-right: 20px
}

.formrow-c {
    width: 400px;
    position: relative
}

.form-block .quote-input-custom {
    margin-bottom: 0;
    font-weight: 600
}

.formrow ul li {
    list-style: disc;
    margin-left: 17px;
    margin-top: 7px
}

.verify-headtxt {
    text-align: center;
    font-weight: 700;
    margin: 40px 0
}

.submit-code {
    position: absolute;
    right: 10px;
    top: 15px
}

.verify-block .quote-input-custom {
    width: 100%;
    background-position: 95% 50%
}

.verify-block .poduct-inqui-btn {
    padding: 25px 0
}

.half-form {
    width: 100%;
    font-weight: 600;
    height: 50px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    border-radius: 5px
}

.half-form-a .half-form {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.half-form-b .half-form {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.trade-sup-card {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
    border-radius: 10px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 10px
}

.voucher-input {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
    border-radius: 10px;
    padding: 30px 0;
    margin: 0 10px
}

.trade-sup-card {
    flex: 1
}

.trade-sup-card input {
    opacity: 0;
    position: absolute
}

.trade-sup-head-card {
    background: #4654ee;
    color: #fff;
    padding: 20px 40px
}

.gold-sup-head-card {
    background: #d6ac3b;
    color: #fff;
    padding: 20px 40px
}

.trade-sup-card input:checked~.checkmark {
    border: 3px solid #00a54f
}

.trade-sup-card .ipselect {
    display: block;
    border-top: 1px solid #dbdbdb;
    padding: 20px;
    color: #00a54f;
    font-weight: 700
}

.trade-sup-card input:checked~.checkmark .ipselect {
    background: #00a54f;
    color: #fff;
    border-top: 1px solid #00a54f
}

.checkmark ul {
    padding: 30px 30px 30px 50px
}

.checkmark ul li {
    margin-bottom: 10px;
    list-style: disc
}

.voucher-box {
    position: relative;
    display: table
}

.voucher-box input {
    width: 400px;
    display: block;
    height: 50px;
    margin-left: 10px;
    padding: 0 90px 0 20px;
    border: 1px solid #dbdbdb;
    font-weight: 600
}

.voucher-box button {
    border: none;
    background: 0 0;
    color: #00a54f;
    font-weight: 700;
    position: absolute;
    top: 13px;
    right: 5px;
    cursor: pointer
}

.meembership-checkitem {
    text-align: left;
    flex: 1
}

.meembership-checkitem ul {
    margin-left: 17px
}

.meembership-checkitem ul li {
    list-style: disc
}

.meembership-checklist {
    width: 640px;
    border-top: 1px solid #dbdbdb;
    padding-top: 20px
}

.complete-txt b {
    color: #00a54f;
    font-size: 18px;
    padding-left: 30px;
    background: url(../demo_img/checked.svg) no-repeat center left
}

.product-grid-item .poduct-inqui-btn {
    margin-top: 20px
}

.ul-feature-page {
    flex-basis: 100%
}

.feature-product-list {
    border-bottom: 1px solid #dbdbdb;
    height: 100px !important
}

.feature-product-list .scrtabs-tabs-movable-container {
    border-bottom: none
}

.special-feature .ulproduct-list li.product-list {
    margin-bottom: 0;
    border-bottom: 10px solid #efefef
}

.special-feature .ulproduct-list li.product-list:last-child {
    border-bottom: 0
}

.checkbox-buyer-list ul li label {
    cursor: pointer;
    white-space: nowrap
}

.checkbox-buyer-list ul {
    margin-right: 20px;
    flex: 1;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px
}

.buyer-questions-block {
    padding: 30px;
    background: #f5f5f5;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    width: 840px
}

.buyer-questions-block .custom-control-label::before {
    background: #fff;
    border: 1px solid #dbdbdb
}

ul.buyer-questions-head li {
    display: inline-block;
    height: 40px;
    line-height: 35px;
    background: #fff;
    border: 2px solid #707070;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 140px;
    text-align: center;
    border-radius: 5px
}

ul.buyer-questions-head li.active {
    background: #00a54f;
    border: 2px solid #00a54f;
    color: #fff
}

ul.buyer-questions-head li.complete {
    background-color: #fff;
    border: 2px solid #00a54f;
    color: #00a54f;
    background: url(../demo_img/checked.svg) no-repeat;
    background-position: 20px 10px;
    background-size: 15px;
    padding-left: 25px
}

ul.buyer-questions-head li>a.active {
    color: #fff;
    background-color: transparent
}

.tab-content>.active {
    display: block;
    background-color: transparent
}

.free-upgrade {
    background: #9c24d1;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    text-align: left
}

.upgrade_btn {
    color: #fff;
    display: table;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 5px;
    transition: .3s
}

.upgrade_btn:hover {
    color: #9c24d1;
    background: #fff
}

.enjoy-waiting {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center
}

.enjoy-waiting svg {
    overflow: inherit
}

#jotest {
    animation: bounce .5s infinite alternate;
    -webkit-animation: bounce .5s infinite alternate
}

.dash-left {
    padding: 30px 20px
}

.dash-left h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.dash-left svg {
    font-size: 15px;
    color: #00a54f !important;
    margin-bottom: 1px;
    padding-right: 2px
}

.dash-left ul {
    margin: 10px 0 10px 22px
}

.dash-left ul li {
    margin: 15px 0
}

.dash-left ul li a {
    color: #555;
    font-weight: 600;
    font-size: 14px
}

.dash-left ul li a:hover {
    color: #00a54f
}

.dash-left ul li a.active {
    color: #00a54f;
    font-weight: 700
}

.dash-right {
    padding: 20px
}

.dash-lead {
    font-size: 17px;
    font-weight: 700;
    color: #00a54f;
    margin: 10px 0 20px;
    text-transform: uppercase
}

.dash-right .box {
    flex-basis: 33.33%;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    margin: 10px
}

.dash-right .boxa {
    background-color: #6bb8e0
}

.dash-right .boxb {
    background-color: #ff8b94
}

.dash-right .boxc {
    background-color: #dfc66c
}

.dash-right .bignumber {
    font-size: 70px;
    margin: auto;
    font-weight: 600
}

.box-bottom ul li {
    display: inline;
    margin-right: 5px;
    border-right: 1px solid #fff;
    padding-right: 5px
}

.box-bottom ul li:last-child {
    border-right: none
}

@keyframes bounce {
    from {
        transform: translateY(0px)
    }

    to {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px)
    }

    to {
        transform: translateY(-10px)
    }
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 50px
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 0 15px;
    display: block;
    width: calc(100% - 40px);
    z-index: 0;
    height: 50px;
    line-height: 50px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 400;
    transition: .5s
}

.file-upload-wrapper:before {
    content: "Browse";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    background: #dbdbdb;
    color: #343434;
    font-weight: 600;
    z-index: 1;
    font-size: 15px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    transition: .5s
}

.file-upload-wrapper:hover:before {
    background: #00c960;
    color: #fff
}

.file-upload-wrapper:hover:after {
    border: 1px solid #03b558
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%
}

.savemoney {
    width: 100%;
    background-color: #eaf4f8;
    border: 1px solid #cadde5;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 20px
}

.savemoney .sym {
    font-size: 17px;
    color: #0064c9;
    font-weight: 700;
    padding: 10px 0 10px 30px;
    background: url(../demo_img/bluecheck.png) no-repeat center left
}

.savemoney p {
    font-size: 15px;
    font-weight: 600
}

.savemoney a {
    display: block;
    background: #0064c9;
    color: #fff;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-weight: 700
}

.boxshadow {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px
}

.boxshadow.left {
    margin-right: 20px;
    margin-bottom: 20px
}

.mycart-head {
    border-bottom: 1px solid #d8d8d8;
    font-weight: 600;
    color: #707070
}

.mycart-head-txt {
    font-weight: 700;
    font-size: 18px;
    color: #343434
}

.mycart-head-left {
    border-right: 1px solid #d8d8d8;
    padding: 20px
}

button.remove-cart {
    padding: 10px 23px;
    background: 0 0;
    border: none;
    font-size: 20px;
    color: #7b7b7b;
    cursor: pointer
}

.cart-img {
    width: 150px;
    height: 150px;
    border: 1px solid #dbdbdb;
    margin: 20px
}

.cart-img img {
    object-fit: cover;
    height: 100%
}

.cart-product-infor {
    margin: 20px 0;
    font-size: 15px;
    font-weight: 600;
    max-width: 40%
}

.cart-numbers {
    margin: 20px;
    text-align: right
}

span.cart-money {
    color: #00a54f;
    font-size: 18px;
    font-weight: 700
}

#input_div input {
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.text-count {
    width: 46px;
    border: none;
    margin: 0 10px;
    transition: .3s
}

.text-count:hover {
    background-color: #eee
}

.countbtn {
    background: #efefef;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer
}

div#input_div {
    margin-top: 20px
}

.billing-block {
    padding: 20px;
    font-weight: 600;
    font-size: 15px;
    background: #fff;
    margin-bottom: 20px
}

.billing-cap {
    margin: 10px 0 30px;
    font-weight: 700;
    font-size: 18px
}

.total-money,
.orright {
    font-weight: 700
}

.total-money {
    color: #00a54f;
    font-size: 25px
}

a.get-dis-now {
    color: #00a54f;
    margin: 20px 0;
    display: block;
    font-size: 17px;
    font-weight: 700
}

.total-pr {
    background: #eaf8f1;
    height: 70px;
    border: 1px solid #cae5d8;
    border-radius: 5px;
    padding: 0 50px;
    font-size: 20px;
    font-weight: 700
}

.cart-list {
    border-bottom: 1px solid #dbdbdb
}

.cart-list:last-child {
    border-bottom: none
}

.modal-content .cart-product-infor .mini-btn-inqui {
    display: table;
    margin-top: 20px
}

.payment-form {
    padding: 20px 30px;
    font-size: 16px
}

.payment-heading {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px
}

.payment-heading h4 {
    font-weight: 700;
    font-size: 18px
}

.payment-nav {
    margin-left: 21px
}

.payment-nav .nav-link {
    display: block;
    width: 180px;
    text-align: center;
    border-top: 4px solid #fff;
    font-size: 15px;
    font-weight: 600
}

.payment-nav .nav-link.active {
    padding: 10px;
    border-top: 4px solid #00c960;
    color: #00c960
}

.payment-form .left {
    flex-basis: 60%;
    margin-right: 20px
}

.payment-form .right {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto
}

.payment-form label {
    padding-top: 1px;
    font-weight: 700
}

.payment-form input {
    font-weight: 600
}

.savecard p {
    color: #7b7b7b;
    font-weight: 600;
    padding: 0 24px
}

.trust-logos span {
    margin: 11px 10px
}

.select-country-dropdown {
    position: relative
}

.country-dropdown {
    z-index: 1;
    position: absolute;
    background: #fff;
    width: 200px;
    top: 55px;
    left: -2px;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .22);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 2px solid #00a54f
}

.select-country-dropdown:hover .country-dropdown {
    visibility: visible;
    opacity: 1;
    top: 26px
}

.country-dropdown a {
    color: #666;
    font-weight: 600;
    display: block;
    padding: 10px 15px
}

.country-dropdown a:hover {
    color: #00a54f;
    background: #f3f3f3
}

.country-dropdown a svg {
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    color: #00a54f;
    padding-right: 5px
}

.country-dropdown a:hover svg {
    opacity: 1;
    margin-left: 0;
    visibility: visible
}

.new-user {
    width: 30px;
    height: 30px;
    background: url(../img/user-nomal.svg);
    display: block;
    content: '';
    background-position: center;
    background-size: cover;
    transition: .3s;
    cursor: pointer
}

.new-user:hover {
    background: url(../img/user-hover.svg);
    background-position: center;
    background-size: cover
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: scroll;
    transition: .5s;
    padding-top: 60px;
    padding-bottom: 100px;
    border-top: 7px solid var(--main-color);
    display: block
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    color: var(--secondary-color);
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: .4s;
    position: relative
}

.accordion:before {
    content: "\f0dd";
    font-family: 'font awesome\ 5 free';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    position: absolute;
    font-size: 16px;
    color: #616161;
    top: 5px;
    right: 20px
}

.father.accordion.active:before {
    content: "\f146";
    top: 10px;
    color: var(--secondary-color);
}

.father.accordion:before {
    top: 10px;
    content: "\f0fe";
    color: var(--secondary-color);
}

.father.nomal.accordion:before {
    top: 10px;
    content: "\f146";
    color: var(--secondary-color);
}

.father.nomal.accordion.active:before {
    content: "\f0fe";
    top: 10px
}

.accordion.active:before {
    content: "\f0de";
    font-family: 'font awesome\ 5 free';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    position: absolute;
    font-size: 16px;
    color: #616161;
    top: 10px;
    right: 20px
}

.active,
.accordion:hover {
    background-color: #fff
}

.panel {
    padding: 0 10px;
    display: none;
    background-color: #fff
}

.panel ul li a {
    font-size: 13px
}

.accordion b {
    color: var(--secondary-color);
}

.accordion span {
    font-weight: 600
}

.country-border img {
    border: 1px solid #000
}

.dash-menu {
    display: none
}

.dash-menu .dropdown-menu {
    margin-top: 0
}

.hs-menu-inner h4 {
    font-size: 17px;
    font-weight: 700
}

.hs-menu-inner svg {
    color: #00a54f
}

.hierarchy-select.dropdown .dropdown-menu a[data-level='2'] {
    padding-left: 47px !important
}

.checkmark {
    min-height: 645px
}

.checkmark .text-left {
    flex: 1
}

.back-btn,
.back-btn:hover {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 50px;
    margin: 0 5px;
    border-radius: 5px
}

.next-btn,
.next-btn:hover {
    color: #fff;
    background: #00a54f;
    width: 100%;
    height: 50px;
    margin: 0 5px;
    border-radius: 5px
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none
}

.rating-stars ul>li.star {
    display: inline-block
}

.rating-stars ul>li.star {
    color: #ccc
}

.rating-stars ul>li.star.hover {
    color: #03b558
}

.rating-stars ul>li.star.selected {
    color: #00c960
}

.dash-right [class*=col] {
    padding: 5px
}

#tradeshow .carousel-indicators {
    background: #e1e1e1
}

.tradeshow-indicator {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0
}

.tradeshow-indicator li {
    flex-basis: 33.33%;
    width: 100%;
    margin-left: 0;
    position: relative;
    border: none;
    border-radius: 0;
    text-indent: 1px
}

.tradeshow-indicator li span {
    font-size: 18px;
    font-weight: 600;
    width: 40%
}

.tradeshow-indicator li.active {
    background: #2e2e2e;
    border: none;
    color: #fff
}

.tradeshow-indicator li.active:after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 24px solid #2e2e2e;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: auto;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

#tradeshow .carousel-inner img {
    width: 100%
}

.trade-ind-thumb {
    width: 100px;
    height: 100px;
    margin-left: 12px;
    background-size: cover;
    background-color: #fff;
    margin-right: 10px
}

.trade-show-heading h4 {
    font-weight: 700;
    font-size: 29px
}

.trade-show-heading .trade-page-link ul li {
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px
}

.trade-show-heading .trade-page-link ul li a.active {
    color: #00a54f
}

.tradeshow-item {
    background: #fff;
    min-height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    font-size: 15px
}

.tradeshow-thumb {
    margin: 20px 0 10px
}

.tradeshow-thumb img {
    max-height: 90px
}

.tradeshow-date {
    flex: 1
}

.recent-tradeshow-btn,
.recent-tradeshow-btn:hover {
    width: 150px;
    height: 30px;
    display: block;
    background: #00a54f;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    border-radius: 30px
}

.viewmore-tradeshow-btn,
.viewmore-tradeshow-btn:hover {
    width: 150px;
    height: 30px;
    display: block;
    background: #3d91e5;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    border-radius: 30px
}

.previous-trade-col {
    border-right: 1px solid #e6e6e6;
    padding-left: 20px
}

.previous-trade-col:last-child {
    border-right: none
}

.previous-trade-col:first-child {
    padding-left: 0
}

.zone-lead {
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 20px
}

.previous-trade-col ul {
    margin-bottom: 20px
}

.previous-trade-col ul li {
    margin-bottom: 10px;
    font-weight: 700
}

.previous-trade-col ul li a {
    color: #06c
}

.last-section {
    border-bottom: 8px solid #e8e8e8
}

.country-lead {
    font-size: 16px;
    color: #656565
}

.bgwhite {
    background: #fff;
    border-radius: 5px
}

.tradeshow-time span {
    font-size: 16px;
    color: #656565
}

.tradeshow-time h5 {
    font-size: 29px;
    font-weight: 500;
    margin-right: 30px
}

.ts-time div {
    margin-left: 30px
}

.h-new-lead {
    color: #00a54f;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px
}

.newbody {
    font-size: 15px
}

.ts-lead-sec {
    font-size: 18px;
    font-weight: 600;
    color: #343434
}

.sup-trade-links .sup-trade-link-item {
    border-right: 1px solid #e6e6e6
}

.ts-supp-item-wrap {
    margin: 0 -10px
}

.ts-supp-item {
    margin: 10px
}

.ts-supp-products img {
    height: 100px
}

.ts-youtube {
    width: 100%;
    height: 270px
}

.ts-supp-price {
    margin-top: 20px;
    font-size: 13px
}

.help-center-banner {
    height: 300px;
    background-image: url(../demo_img/ContactUs.jpg);
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 100%
}

.help-gradient {
    display: block;
    height: 100%;
    width: 100%
}

.help-gradient h1 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.help-center-content {
    font-size: 13px;
    color: #656565
}

.help-gradient h1.white {
    color: #fff
}

.help-gradient h1.layer {
    background-color: rgba(255, 255, 255, .2)
}

.lead-para {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block
}

.lead-para-lead {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    display: block;
    font-size: 23px;
    color: #343434
}

.help-center-content {
    padding-bottom: 50px
}

.help-center-content .h-new-lead {
    font-size: 25px
}

.contact_us_box {
    margin-left: -20px;
    margin-right: -20px
}

.contact_us_box [class*=col-] {
    padding: 20px
}

.contact_us_box p {
    margin-bottom: .5rem
}

.ctact-lead {
    font-weight: 700
}

.sitemap-lead-section {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
    font-size: 21px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 30px
}

.sitemap-wrap {
    margin-left: -10px;
    margin-right: -10px
}

.sitemap-col-item {
    padding: 10px;
    font-size: 14px
}

.sitemap-col-item h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #343434
}

.sitemap-col-item a,
.sitemap-col-item a:hover {
    color: #06c;
    font-weight: 600
}

.sitemap-col-item a:hover {
    text-decoration: underline
}

.sitemap-col-item ul li {
    margin-bottom: 3px
}

.static_body {
    font-size: 14px;
    color: #656565;
    line-height: 27px
}

.static_body .about_us {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #343434
}

.static_body h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    color: #343434
}

.circle-img {
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.img-type1 {
    width: 276px;
    height: 276px
}

.img-type2 {
    width: 317px;
    height: 317px
}

.img-type3 {
    width: 440px;
    height: 440px
}

.circle-img img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover
}

.partner-banner {
    background: url(../demo_img/BecomeAnAgent.jpg);
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat
}

.partner-heading-wrap {
    background: #fff;
    text-align: center
}

.partner-heading-wrap span {
    font-size: 34px;
    font-weight: 700;
    border-bottom: 4px solid #00a54f;
    color: #343434;
    margin-bottom: 20px
}

.agent-list {
    background: #f1f1f1;
    display: flex;
    align-items: center
}

.agent-list-icon {
    width: 107px;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center
}

.agent-list span {
    font-weight: 700;
    color: #343434;
    display: block;
    width: 70%;
    margin-left: 20px
}

.static_body h5 {
    font-weight: 700;
    color: #343434;
    margin-bottom: 5px;
    font-size: 30px
}

.location-list {
    position: relative
}

.location-list .location-img {
    width: 100%
}

.location-inf {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 15px 10px;
    background: rgba(255, 255, 255, .84);
    color: #343434;
    font-weight: 600
}

.location-inf img {
    margin-right: 10px;
    height: 26px
}

.our-partner-item-wrap [class*=col] {
    padding: 20px
}

.partner-logo {
    padding: 20px
}

.partner-logo img {
    width: 160px
}

.our-partner-item-wrap .viewsite {
    font-weight: 600;
    margin-top: 30px
}

.our-partner-item-wrap .viewsite p {
    margin-bottom: 5px
}

.our-partner-item-wrap .viewsite a {
    color: #06c;
    font-weight: 400
}

.partnership_link {
    padding: 8px 40px;
    border: 1px solid #00a54f;
    border-radius: 50px;
    color: #00a54f
}

.border-bottom-content {
    border-bottom: 8px solid #e8e8e8;
    padding-bottom: 50px
}

.veri_wrap_bg {
    position: relative;
    width: 100%;
    height: 520px
}

.veri_wrap_bg span {
    position: absolute;
    top: 35%;
    left: 50%;
    display: block;
    color: #343434;
    transform: translate(-50%, -30%);
    font-weight: 600;
    font-size: 39px;
    text-transform: uppercase
}

.grey-gradient-bg {
    background-image: linear-gradient(to right, #F8F8F8, #D2D2D2)
}

.green-gradient-bg {
    background-image: linear-gradient(to right, #1E9843, #25B987);
    color: #fff
}

.dashh4 {
    font-size: 35px;
    font-weight: 700
}

.sdash-content p {
    font-size: 16px
}

.parallelogram {
    display: block;
    position: absolute;
    top: 0;
    right: 10%;
    width: 380px;
    height: 100%;
    transform: skew(-16deg);
    background: #fff
}

.green-gradient-bg .parallelogram {
    left: 10%;
    right: auto
}

.supp_wrap_bg {
    height: 400px;
    position: relative;
    color: #fff;
    font-size: 15px
}

.supp_wrap_bg span {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700
}

.supp_wrap_bg a {
    background: #0064c9;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 50px
}

.supplier_membership_wrap img {
    width: 80%
}

.type-of-meembership {
    background: #fff;
    padding: 30px 50px;
    height: 877px
}

.type-of-meembership h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px
}

.type-of-meembership span {
    color: #00a54f;
    font-size: 38px;
    font-weight: 700
}

.type-of-meembership ul li {
    padding-left: 40px;
    background: url(../demo_img/tick.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    font-size: 16px
}

.type-of-meembership a {
    color: #00a54f;
    border: 1px solid #00a54f;
    width: 200px;
    height: 50px;
    margin: auto;
    line-height: 48px;
    display: block;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 30px;
    font-size: 16px;
    transition: .5s
}

.type-of-meembership a:hover {
    color: #fff;
    background: #00a54f
}

.tes-supp-brand,
.tes-supp-pesonal {
    color: #343434
}

.tes-supp-logo img {
    height: 47px
}

.fre-ask span {
    color: #343434
}

.testimonial_buyer {
    padding: 50px 30px;
    background: url(../demo_img/comma.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.desktoponly {
    display: block
}

.mobileonly {
    display: none
}

.rfs-wrap {
    height: 686px;
    background: url(../demo_img/rfs.jpg);
    background-position: 0% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.rfs-wrap::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .74);
    content: "";
    z-index: -1;
    display: none
}

.rfs-wrap h5 {
    font-size: 42px;
    font-weight: 700;
    color: #0f1120
}

.rfs-wrap h3 {
    font-size: 71px;
    font-weight: 700;
    color: #0f1120;
    margin: 10px 0
}

.rfs-wrap span {
    font-size: 28px;
    font-weight: 600
}

.rfs_trynow {
    display: block;
    background: #00a54f;
    color: #fff;
    width: 200px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px
}

.rfs_trynow:hover {
    color: #fff
}

.rfs-rules {
    border: 2px solid #00a54f;
    position: relative;
    border-radius: 10px;
    color: #343434;
    font-weight: 600
}

.light-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    background: #fff;
    color: #00a54f;
    display: block;
    width: 80px;
    height: 50px;
    text-align: center;
    transform: translateX(-50%);
    font-size: 40px
}

.rfs_body h4 {
    font-size: 30px;
    text-transform: none;
    font-weight: 700
}

.rfs-row-nega {
    margin-left: -1rem;
    margin-right: -1rem
}

.rfs-tes-com {
    background: url(../demo_img/comma.png);
    background-repeat: no-repeat
}

.rfs-tes-com .rfs-tes-name {
    font-weight: 700;
    color: #343434;
    padding-top: 10px
}

.rfs-tes-com .rfs-tes-pos {
    font-size: 13px
}

.rfs-form-wrap {
    background: url(../demo_img/products.html);
    background-size: cover;
    position: relative;
    background-position: center
}

.rfs-dim {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 188, 137, .94)
}

.rfs-leading-form p {
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.rfs-form-wrap .quote-input-custom {
    border: none
}

.rfs-form-wrap textarea {
    border: none;
    border-radius: 5px;
    padding: 15px;
    width: 100%
}

.rfs-form-wrap .log-btn {
    background: 0 0;
    border: 2px solid #fff
}

.rfs-form-wrap .custom-select {
    background-position: 95% 50%
}

.st-banner {
    height: 300px;
    background-image: url(../demo_img/zsd.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.st-heading {
    background-color: rgba(255, 255, 255, .84);
    font-size: 27px;
    border: 2px solid #00a54f;
    width: fit-content;
    text-align: center;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: uppercase
}

.dash-cnt {
    font-size: 16px
}

.dash-cnt h4 {
    font-size: 28px;
    font-weight: 600
}

.dashboard-leftmenu {
    background: #fff
}

.quick-prolife-picture {
    width: 120px;
    height: 120px;
    background-size: cover;
    border-radius: 100px;
    margin-bottom: 20px
}

.quick-prolife-picture img {
    width: 120px;
    height: auto;
    background: no-repeat center;
    background-size: cover;
    border-radius: 100px;
    margin-bottom: 20px
}

.q-type-of-sup {
    text-transform: uppercase;
    color: #999;
    margin: 5px 0
}

.q-type-of-sup span {
    text-transform: none;
    color: #00a54f;
    margin-left: 5px
}

.switch2dash,
.upgradegold {
    border: 1px solid #00a54f;
    border-radius: 30px;
    color: #00a54f;
    display: block;
    margin-top: 10px;
    width: 215px;
    text-align: center;
    padding: 5px
}

.switch2dash:hover {
    background: #f1fff8
}

.upgradegold,
.upgradegold:hover {
    border: 1px solid #e58304;
    color: #e58304;
    background: #fff0d9
}

.switch2dash span,
.upgradegold span {
    font-size: 9px;
    margin-left: 10px
}

.meembersince {
    color: #999
}

.dash-menu-list-item {
    color: #aaa;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer
}

.dash-menu-list-item.active {
    color: #00a54f
}

.dash-menu-list-item.active span {
    color: #343434;
    font-weight: 700
}

.dash-menu-list-item:hover span {
    color: #343434
}

.father-dash {
    padding: 20px 20px 10px;
    color: #343434
}

.father-dash.active,
.father-dash:hover,
.dash-menu-list-item:hover .father-dash {
    background: #f1f9f1;
    color: #343434;
    font-weight: 700
}

.father-dash.active .small-icon-left,
.father-dash:hover .small-icon-left {
    color: #00a54f
}

.father-dash:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    right: 30px
}

.dash-menu-list-item:hover .father-dash .small-icon-left {
    color: #00a54f
}

.dash-child-list a.active {
    color: #343434
}

h3.personal-name {
    font-weight: 600;
    font-size: 22px
}

.dashboard-cnt {
    background: #fff;
    margin-bottom: 20px
}

.row-heading-dash {
    display: block;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 20px 20px;
    text-transform: uppercase;
    color: #00a54f
}

.dash-numbs {
    padding: 30px 0
}

.dash-numbs span {
    color: #8d8d8d;
    text-transform: uppercase
}

.dash-numbs .b-number {
    font-size: 48px;
    font-weight: 600
}

.dash-table td {
    padding: 10px 5px;
    color: #8e8e8e;
    vertical-align: middle
}

.dash-table .company-hl {
    color: #00a54f
}

.n_oft {
    color: #fff;
    display: table;
    padding: 6px 25px;
    border-radius: 30px;
    font-weight: 700
}

.grey-txt {
    color: #8e8e8e
}

.bold-txt {
    font-weight: 700
}

.dash-view-all {
    float: right;
    margin-right: 20px;
    text-transform: none;
    font-size: 12px;
    font-weight: 400
}

.dash-view-all a {
    color: #8d8d8d
}

.dash-menu-list-item.no-child:before {
    content: ""
}

.small-icon-left {
    width: 30px;
    float: left
}

ul.dash-child-list {
    margin-left: 50px;
    margin-top: 10px
}

ul.dash-child-list li {
    margin-bottom: 10px
}

ul.dash-child-list li:hover {
    color: #343434;
    font-weight: 700
}

ul.dash-child-list li a {
    color: #343434;
    display: block
}

ul.dash-child-list li a:hover {
    color: #343434
}

.dash-note {
    border-left: 5px solid #00a54f;
    padding: 20px 10px;
    color: #aaa
}

.dash-note span {
    color: #343434
}

.dash-note a {
    color: #00a54f
}

.categories-mobile-icon {
    display: none
}

.slick-dots {
    text-align: center
}

.slick-dots li {
    display: inline;
    margin: 2px
}

.slick-dots button {
    width: 7px;
    height: 7px;
    border-radius: 40px;
    border: none;
    display: inline-block;
    color: transparent;
    padding: 0
}

.slick-dots li.slick-active button {
    background: #00a54f
}

.nav-mob-ico {
    font-size: 19px;
    display: block;
    height: 30px;
    color: var(--secondary-color);
}

.bottom_menu_mobile span {
    font-size: 12px;
    font-weight: 600;
    color: #aaa
}

.slick-slide {
    padding: 10px
}

.bottom_menu_mobile .active .nav-mob-ico,
.bottom_menu_mobile .active span {
    color: #00a54f
}

.feature-product-mobile-heading {
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative
}

.feature-product-mobile-heading h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px
}

.feature-product-mobile-heading a.view-all {
    position: absolute;
    top: 0;
    right: 10px
}

.slider-feature .feature-product-img img {
    width: 100%;
    object-fit: scale-down
}

.feature-product-mobile {
    margin-bottom: 30px
}

.feature-product-mobile .slick-dots {
    margin-top: 20px
}

#mobile-slider .carousel-indicators {
    display: none
}

.top-categories-wrap .carousel {
    height: 100%
}

.top-categories-wrap .carousel img {
    object-fit: cover
}

.feature-product-mobile {
    display: none
}

.product-group {
    display: block;
    border: 2px solid #f69b28;
    width: 100%;
    padding: 0 10px;
    color: #f69b28;
    font-weight: 600;
    border-radius: 5px;
    line-height: 32px;
    float: right;
    margin: 10px;
    transition: .5s;
    text-align: center
}

.product-group-selected {
    display: block;
    border: 2px solid #fff;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    background: #f69b28;
    font-weight: 600;
    border-radius: 5px;
    line-height: 32px;
    float: right;
    margin: 10px;
    transition: .5s;
    text-align: center
}

.product-group:hover {
    color: #fff;
    background: #f69b28
}

@media(max-width:1024px) and (min-width:769px) {}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }

    .supp-wrap {
        width: 350px;
        padding: 20px
    }

    .supp-badge {
        margin: 10px
    }

    .modal-dialog {
        max-width: 1020px
    }

    .contact_us_wrapper {
        flex-wrap: nowrap !important
    }
}

@media(min-width:1300px) {
    .container {
        max-width: 1300px
    }
}

@media(min-width:1500px) {
    .container {
        max-width: 1500px
    }

    .getquot-img img {
        width: 100%
    }

    ul.top-categories-list a {
        padding: 14px 0 14px 0px;
        font-size: 15px
    }
}

@media(max-width:1499px) {
    .product-grid-item {
        width: 25%
    }

    .trade-ind-thumb {
        width: 70px;
        height: 70px
    }

    .tradeshow-indicator li span {
        font-size: 16px
    }

    .rfs-wrap {
        height: 550px
    }

    .rfs-wrap h5 {
        font-size: 33px;
        font-weight: 700
    }

    .rfs-wrap h3 {
        font-size: 51px
    }

    .rfs_box {
        margin-left: 120px
    }
}

@media(min-width:576px) {
    .card-columns {
        column-count: 4
    }
}

@media(max-width:1366px) {
    .payment-form .left {
        flex-basis: 50%
    }

    .modal-header {
        padding: 15px 30px
    }

    .myModal .modal-title,
    span.save-mn {
        font-size: 18px
    }

    .left-modal,
    .title-mdl {
        font-size: 13px
    }

    .partner-banner {
        height: 360px;
        background-position: 0 -50px
    }
}

@media(max-width:1300px) {
    .login-box {
        padding: 50px 60px
    }
}

@media(max-width:1299px) {
    .company-infor-box {
        padding: 19px 30px 20px
    }
}

@media(max-width:1200px) {
    .mini-items {
        flex-basis: 33.33%
    }

    .com-heading-sec {
        margin: 20px
    }

    .about-content {
        margin: 40px 60px
    }

    .reason-sec {
        margin: 0 40px
    }

    .table-infor {
        margin: 20px 50px
    }

    .tradeshow {
        padding: 50px
    }

    .tradeshow .trade-img {
        height: 260px
    }

    .tradeshow .owl-nav .owl-prev {
        top: 25%;
        left: 0
    }

    .tradeshow .owl-nav .owl-next {
        top: 25%;
        right: 0
    }

    .certi-item-img {
        height: 200px
    }

    .certi-wrap .owl-prev,
    .certi-wrap .owl-next {
        top: 16%
    }

    .contact_us_wrapper {
        padding: 10px
    }

    .contact-row-l {
        flex-basis: 170px
    }

    .contact-row-l-address {
        min-width: 170px
    }

    .left-side-log span {
        max-width: 490px;
        font-size: 38px
    }

    .feature-head-bar .feature-product-tab {
        padding: 0
    }

    .partner-banner {
        height: 300px
    }
}

@media(max-width:1199px) {
    .container {
        max-width: 1100px
    }

    .feature-product-items {
        flex-basis: 25%
    }

    .product-grid-item {
        width: 33.33%
    }

    .choose-mem-wrap {
        margin: 40px 0
    }

    .choose-member-item {
        width: 47%
    }

    .boxshadow.left {
        margin-right: 0;
        margin: 10px
    }

    .savemoney {
        padding: 10px 40px;
        width: auto;
        margin: 0 10px;
        text-align: center
    }

    .card-caption {
        margin-left: 10px
    }

    .contact_us_wrapper {
        flex-wrap: wrap !important
    }
}

@media(max-width:1199px) {
    .r-gtp {
        width: 30%
    }
}

@media(max-width:1170px) {
    .right-connect {
        padding: 40px 0
    }

    .left-side-log span {
        max-width: 400px
    }
}

@media(max-width:1366px) {
    .login-box {
        padding: 50px 100px
    }

    .left-side-log span {
        font-size: 36px
    }

    .choose-mem-wrap {
        margin: 40px 60px
    }
}

@media(max-width:1024px) {

    .getquot-img,
    .getquot-form {
        width: 50%
    }

    .getquot-wrapper {
        overflow: hidden
    }

    .getquot-img {
        background-image: url(../img/quote.png);
        background-size: cover
    }

    .getquot-img img {
        display: none
    }

    ul.top-categories-list a {
        padding: 8px 0 8px 0px;
        font-size: 11px
    }

    ul.top-categories-list a:before {
        top: 6px
    }

    .supp-wrap {
        display: none
    }

    .product-grid-item .btn-type1 {
        width: 49%;
        text-align: center;
        padding: 0
    }

    .right-pr-col {
        width: 100%
    }

    .product-infor-wrap,
    .related-product-wrap {
        margin-right: 0
    }

    .myModal .left-modal {
        width: 100%
    }

    .tip-top .left-modal {
        width: 60%
    }

    .tradeshow .trade-img {
        height: 205px
    }

    .reason-text {
        height: 200px
    }

    .contact_us_wrapper_left {
        flex-basis: 100%
    }

    .login-box {
        justify-content: center
    }

    .left-side-log span {
        max-width: 100%;
        font-size: 31px;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center
    }

    .left-side-log span {
        float: none
    }

    a.btn_type3 {
        font-size: 12px;
        padding: 8px 10px
    }

    .modal-dialog {
        max-width: 900px
    }

    .sitemap-col-item {
        width: 33.33%
    }

    .circle-img {
        border-radius: 0%
    }

    .img-type1,
    .img-type2,
    .img-type3 {
        width: 100% !important;
        height: auto
    }

    .partner-banner {
        background-position: 0 0
    }

    .parallelogram {
        width: 230px
    }

    .rfs-wrap::after {
        display: block
    }

    .rfs_box {
        margin-left: 10px
    }

    .partner-heading-wrap {
        margin-top: 0
    }
}

@media(max-width:992px) {
    .img-slot img {
        width: auto;
        height: 100%
    }

    .dash-left {
        display: none
    }

    .dash-menu {
        display: block;
        text-align: center;
        border-radius: 20px;
        margin-top: 30px;
        position: relative
    }

    .dash-menu .dropdown-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 38px
    }

    .parallelogram {
        display: none
    }
}

@media(max-width:991px) {

    .product-infor-wrap,
    .related-product-wrap {
        margin-right: 0
    }

    .buyer-questions-block {
        width: 100%;
        margin: auto
    }

    .form-block {
        width: 95%
    }

    .indicator-wrap {
        height: 120px
    }

    .tradeshow-indicator li {
        height: 120px
    }

    .tradeshow-indicator li.active:after {
        display: none
    }

    .ts-time div {
        margin-left: 0;
        margin-right: 30px;
        margin-top: 20px
    }

    .ts-place {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 20px
    }

    .desktoponly {
        display: none
    }

    .mobileonly {
        display: block
    }
}

@media(max-width:830px) {
    .product-grid-item {
        width: 50%
    }

    .tradeshow .owl-nav .owl-prev {
        left: 10px
    }

    .tradeshow .owl-nav .owl-next {
        right: 10px
    }

    .slider {
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease
    }

    .slider.slick-initialized {
        visibility: visible;
        opacity: 1
    }

    .mrc-item {
        height: 100px;
        width: 100px;
        display: block;
        border: 1px solid #cbcbcb;
        border-radius: 20px;
        margin: auto
    }

    .mrc-item span {
        color: #e58304;
        font-size: 40px
    }

    .mobile-catnm {
        height: 36px;
        display: table-cell;
        margin-top: 10px;
        overflow: hidden;
        margin-bottom: 10px;
        padding: 0 3px;
        white-space: break-spaces
    }

    .categories-mobile-icon {
        display: block;
        padding: 15px 0 0;
        background: #fff;
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5
    }
}

@media(max-width:768px) {
    body {
        background: #fff
    }

    .fake-header {
        display: block;
        height: 57px;
        content: '';
        background: #fff
    }

    .feature-product-items {
        flex-basis: 50%
    }

    .header-wraper {
        display: none
    }

    .mobile-header {
        display: block;
        background-color: var(--main-color);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2000
    }

    .header-wrap {
        padding: 7px 10px
    }

    .humbeger-btn {
        width: 55px
    }

    .search-wrap {
        position: relative
    }

    .search-wrap input {
        width: 100%;
        border: none;
        height: 43px;
        padding: 10px;
        padding-right: 60px;
        border-radius: 30px;
        padding-left: 15px
    }

    .search-wrap button {
        position: absolute;
        top: 0;
        right: 2px;
        width: 60px;
        height: 46px;
        border: none;
        background: 0 0;
        color: var(--secondary-color);
        font-size: 20px
    }

    .feature-product-items {
        flex-basis: 33.33%
    }

    .bottom_menu_mobile {
        display: block;
        position: fixed;
        background-color: #fff;
        bottom: 0;
        z-index: 2001;
        border-top: 1px solid #cecece
    }

    .bottom_menu_mobile .bot-menu-item {
        width: 25%;
        height: 60px
    }

    .bot-menu-item img {
        margin-top: 10px;
        height: 28px
    }

    .bot-menu-item p {
        display: block;
        color: #343434;
        font-size: 13px;
        font-weight: 800;
        margin-top: 5px
    }

    .fakefooter {
        display: block;
        content: '';
        height: 70px;
        background: #fff
    }

    #return-to-top {
        position: fixed;
        bottom: 90px;
        right: 20px;
        background-color: rgba(0, 0, 0, .5);
        width: 50px;
        height: 50px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1999
    }

    #return-to-top::before {
        font-family: "font awesome 5 free";
        font-weight: 700;
        content: "\f077";
        left: 18px;
        position: absolute;
        top: 12px;
        font-size: 17px;
        color: #fff
    }

    .feature-product-tab .nav-tabs {
        margin: 0 auto !important;
        display: flex;
        justify-content: center;
        padding: 0;
        width: 100%;
    }

    .soc-btn {
        margin-bottom: 10px
    }

    #mobile-slider {
        display: block
    }

    #mobile-slider img {
        width: 100%
    }

    .top-categories-wrap {
        display: none !important
    }

    .footer ul li a {
        font-size: 10px
    }

    .comodo {
        width: 300px;
        text-align: right
    }

    .quoteform-heading {
        font-size: 23px
    }

    .quote-input-custom {
        font-size: 12px
    }

    .product-list-img {
        width: 250px;
        height: 180px
    }

    .quoteform-heading {
        font-size: 20px
    }

    .l-gtp {
        width: 0%
    }

    .ct-gtp,
    .r-gtp {
        width: 100%
    }

    .r-gtp {
        justify-content: center;
        margin-top: 20px
    }

    .shade-bg {
        border-radius: 0
    }

    .pr-dt-inf ul {
        margin-left: 0
    }

    .modal-dialog {
        margin: 5rem auto
    }

    .sup-img {
        display: none
    }

    .supp-zone {
        width: 100%
    }

    .show-banner-on-mobile {
        display: block
    }

    .mini-items {
        flex-basis: 50%
    }

    #mini1 {
        margin-bottom: 160px
    }

    .reason-text {
        font-size: 15px
    }

    .about-content {
        margin: 40px 0
    }

    .reason-sec {
        margin: 0
    }

    .table-infor {
        margin: 20px 0
    }

    .tradeshow .trade-flag {
        width: 20px !important
    }

    .tradeshow h4 {
        font-size: 14px
    }

    .choose-member-item {
        width: 100%;
        margin-bottom: 30px
    }

    .meembership-checklist {
        width: 100%
    }

    .meembership-checkitem {
        flex-basis: 100%;
        margin-bottom: 20px
    }

    .voucher-box input {
        width: 100%
    }

    .supp-name-grid {
        width: 300px
    }

    .send-inquiry-modal,
    .write-review-modal {
        width: 100%
    }

    .billing-block {
        margin: 0 10px 20px
    }

    .modal-dialog {
        max-width: 700px
    }

    .show-banner-on-mobile {
        min-height: 360px;
        margin-top: 0
    }

    .tradeshow-indicator li span {
        font-size: 14px
    }

    .previous-trade-col {
        padding-left: 0;
        border-right: none
    }

    .type-of-meembership ul li {
        font-size: 15px
    }

    .type-of-meembership {
        height: auto
    }

    .type-of-meembership h4 {
        font-size: 26px
    }

    .type-of-meembership span {
        font-size: 34px
    }

    .partnership_link {
        padding: 0;
        display: block;
        width: 150px;
        text-align: center;
        float: right;
        margin-top: 10px
    }

    /* .feature-product-wrap, */
    .my-recently-viewed-wrapper {
        display: none
    }

    .feature-product-mobile {
        display: block
    }

    .banner-height {
        height: 110px
    }

    .supp-zone-content {
        flex-direction: column
    }

    .cp-inf-row {
        flex-basis: 100%
    }
}

@media(max-width:674px) {
    .product-list-img {
        width: 100%;
        height: auto;
        margin: 30px
    }

    .product-inf {
        margin: 0 30px;
        border-right: 0
    }

    .shade-bg {
        box-shadow: none
    }

    .mini-items {
        flex-basis: 100%
    }

    .trade-sup-card {
        flex-basis: 80%;
        flex-grow: 0
    }

    .buyer-questions-block {
        padding: 20px 10px
    }

    .verify-steps a {
        padding: 5px 10px;
        border: 2px solid #fff;
        width: 50%;
        background: #ececec
    }

    .verify-steps a.active {
        border: 3px solid #fff;
        background: #00a54f;
        color: #fff
    }

    .verify-steps a.active span {
        border: 1px solid #fff
    }

    .verify-steps {
        border-bottom: 0
    }

    ul.buyer-questions-head li {
        display: inline-block;
        height: auto;
        line-height: 14px;
        background: #6f6f6f;
        border: 2px solid #6f6f6f;
        border-radius: 5px;
        color: #fff;
        margin-right: 5px;
        margin-bottom: 10px;
        width: 70px;
        padding: 5px;
        text-align: center;
        font-size: 12px;
        font-weight: 600
    }

    ul.buyer-questions-head li.active {
        border-radius: 5px
    }

    ul.buyer-questions-head li:last-child {
        border-right: none
    }

    ul.buyer-questions-head li.complete {
        border: 2px solid #00a54f;
        background: 0 0;
        border-right: 1px solid #00a54f;
        padding-left: 5px;
        border-right: 2px solid #00a54f;
        border-radius: 5px
    }

    .free-upgrade {
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .free-upgrade img {
        margin: 0 0 20px
    }

    .upgrade_btn {
        margin: auto
    }

    .cart-product-infor {
        margin: 20px
    }

    .cart-numbers {
        margin: auto;
        text-align: center;
        border-top: 1px solid #dbdbdb;
        width: 100%;
        padding: 20px 0
    }

    .payment-form .left {
        flex-basis: 100%;
        margin-right: 0
    }

    .show-banner-on-mobile {
        min-height: 210px
    }

    .mrc-item span {
        font-size: 30px
    }

    .mrc-item {
        width: 80px;
        height: 80px
    }
}

@media(max-width:576px) {
    body {
        background: #fff
    }

    .container {
        width: 100%;
        padding: 0
    }

    .fake-header {
        display: block;
        height: 54px;
        content: '';
        background: #fff
    }

    .feature-product-wrap {
        box-shadow: none;
        padding: 0;
        margin: 0
    }

    .feature-product-wrap h3.strong-txt,
    a.viewmore-feature {
        display: none
    }

    .feature-product-tab {
        margin: 5px 0;
        border-top: none
    }

    .scrtabs-tab-scroll-arrow {
        border: none
    }

    .scrtabs-tabs-movable-container {
        border-bottom: none
    }

    .feature-product-tab button {
        width: 60px;
        height: 60px
    }

    .feature-product-tab ul li a.active button::after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 5px solid var(--main-color);
        bottom: -5px;
        left: 24px
    }

    .feature-product-tab button span {
        font-size: 22px;
        top: 8px
    }

    .feature-product-tab button p {
        top: 35px;
        font-size: 9px
    }

    .scrtabs-tabs-movable-container {
        height: 61px
    }

    .scrtabs-tab-scroll-arrow-left,
    .scrtabs-tab-scroll-arrow-right {
        height: 60px;
        width: 40px
    }

    .scrtabs-tab-scroll-arrow-left:before {
        left: 10px;
        top: 8px
    }

    .scrtabs-tab-scroll-arrow-right:before {
        right: 10px;
        top: 8px
    }

    .hidden-on-small {
        display: none
    }

    .getquot-img {
        content: '';
        width: 100%;
        height: 350px
    }

    .footer,
    .ft-bg {
        display: none
    }

    .feature-product-items {
        flex-basis: 50%;
        margin: auto
    }

    .scrtabs-tabs-fixed-container p {
        height: 28px
    }

    .my-recently-viewed-wrapper .owl-nav button.owl-prev,
    .my-recently-viewed-wrapper .owl-nav button.owl-next {
        height: 60px;
        width: 35px
    }

    .my-recently-viewed-wrapper,
    .getquot-wrapper {
        box-shadow: none
    }

    .my-recently-viewed-wrapper .owl-carousel .owl-item img {
        width: 130px;
        margin: auto
    }

    .halal-group-links {
        display: none
    }

    .getquot-wrapper {
        border-radius: 0
    }

    .quoteform-heading {
        font-size: 17px
    }

    .scrtabs-tab-scroll-arrow-left:before,
    .scrtabs-tab-scroll-arrow-right:before {
        font-size: 20px;
        line-height: 43px
    }

    .list-tag {
        font-size: 12px;
        font-weight: 600
    }

    .list-head {
        padding: 15px 10px
    }

    .product-grid-item {
        width: 100%;
        border-bottom: 1px solid #cecece
    }

    .right-infor {
        margin-left: 0;
        margin-top: 40px
    }

    .product-infor-wrap,
    .related-product-wrap,
    .company-infor-box,
    .right-pr-col {
        box-shadow: none
    }

    .company-infor-box {
        border-bottom: none
    }

    .page-brcum {
        display: none
    }

    .product-grid-item-wrap,
    .minisite-content-wrapper,
    .minisite-head {
        box-shadow: none
    }

    .minisite-head {
        margin: 0
    }

    .supp-zone-head h3 {
        font-size: 20px
    }

    .minisite-tab {
        border-top: 1px solid #cecece
    }

    .minisite-tab .nav-link {
        width: max-content;
        font-size: 12px;
        padding: 10px 9px
    }

    .supp-zone {
        font-size: 12px
    }

    .about-content {
        margin: 20px
    }

    ul.table-ul {
        margin: 40px 20px 20px
    }

    .table-infor ul li ul li span {
        padding: 5px
    }

    .com-td1,
    .com-td2,
    .com-td3,
    .com-td4 {
        flex-basis: 25% !important
    }

    .table-infor {
        font-size: 14px
    }

    .com-heading-sec {
        border-bottom: none
    }

    .tradeshow {
        padding: 0 50px
    }

    .com-heading-sec {
        padding: 0;
        margin-top: 50px
    }

    .com-heading-sec h3 {
        font-size: 25px
    }

    .login-box {
        padding: 10px
    }

    .right-side-log {
        width: 100%
    }

    .certi-wrap {
        margin: 40px
    }

    .log-card-content {
        width: 100%
    }

    .login-wrap {
        background-size: contain
    }

    .left-side-log span {
        margin-top: 20px;
        font-size: 25px
    }

    .log-card {
        font-size: 13px;
        margin-bottom: 50px
    }

    .log-card-head {
        padding: 15px 30px
    }

    .log-card-head h3 {
        font-size: 19px
    }

    .form-control {
        font-size: 13px
    }

    .log-card-head,
    .log-card-content,
    .log-card-footer {
        padding: 15px 20px
    }

    .feature-head-bar {
        box-shadow: none
    }

    .choose-member-item ul {
        display: none
    }

    .formrow-l,
    .formrow-c {
        width: 100%;
        text-align: left
    }

    .supp-name-grid {
        width: 90%
    }

    .modal-dialog {
        margin: 5rem 10px
    }

    .show-banner-on-mobile {
        min-height: 210px;
        margin-top: 0
    }

    .supp-zone-head .supp_logo {
        width: 50px
    }

    .padding-20 {
        padding: 0
    }

    .dash-right .box {
        flex-basis: 100%
    }

    .dash-right.boxshadow {
        box-shadow: none
    }

    .indicator-wrap {
        display: none !important
    }

    .special-cont {
        padding: 10px
    }

    .partner-heading-wrap {
        margin-top: 10px
    }

    .rfs-row-nega {
        margin-left: 10px;
        margin-right: 10px
    }

    .mrc-item {
        width: 50px;
        height: 50px;
        border-radius: 15px
    }

    .mobile-catnm {
        font-size: 11px
    }

    .mrc-item span {
        font-size: 24px
    }
}

@media(max-width:465px) {
    .product-list {
        border-bottom: 1px solid #e4e4e4
    }

    .request-group-link {
        width: 100%
    }

    .request-group-link .btn-type1 {
        width: 50%;
        text-align: center
    }

    .share-inf-link {
        width: 100%;
        justify-content: center
    }

    .share-inf-link .share-link {
        display: block;
        margin: auto;
        margin-top: 10px;
        float: none
    }

    .linebreak {
        display: block;
        content: "";
        width: 100%
    }

    .product-list-img img {
        height: 190px
    }

    .right-infor {
        margin-top: 60px
    }

    .box-reason {
        flex-basis: 50%
    }

    .reason-sec {
        margin: 0 10px
    }

    .table-infor ul li ul {
        display: grid
    }

    .table-infor ul li ul li span {
        padding: 10px
    }

    .table-infor ul li ul li.com-td1,
    .table-infor ul li ul li.com-td3 {
        background: #f4f4f4
    }

    .table-infor ul li ul li {
        border-right: none
    }

    li.hightlight-bg {
        background: #fff
    }

    .contact-row-l {
        flex-basis: 100%;
        height: 20px
    }

    .show-banner-on-mobile {
        min-height: 190px;
        margin-top: 10px
    }
}

@media(max-width:425px) {
    .bot-menu-item p {
        font-size: 10px;
        font-weight: 700
    }

    .quote-input-custom {
        font-size: 12px
    }

    .left-connect,
    .right-connect {
        width: 100%
    }

    .right-connect {
        padding: 40px
    }

    .feature-product-items {
        padding: 20px 10px
    }

    .prnav .nav-item a {
        font-size: 13px
    }

    .prnav .share-link {
        position: absolute;
        top: 15px;
        right: 0;
        margin-top: 0
    }

    .bottom_menu_mobile span {
        font-size: 11px;
        font-weight: 400
    }
}

@media(max-width:375px) {
    .bottom_menu_mobile span {
        font-size: 10px
    }

    .mrc-item span {
        font-size: 20px
    }

    .mobile-catnm {
        font-size: 10px
    }

    .mobile-catnm {
        height: 28px;
        padding-top: 3px;
        padding-bottom: 3px
    }
}

@media(max-width:320px) {
    .feature-product-items {
        flex-basis: 100%
    }
}

/*--- Bootstrap Padding Fix --*/





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

/* Merge from dashboardLayout */
.marg-bt30 {
    margin-bottom: 30px
}

.manager_menu_wrap .list-catagories {
    padding-bottom: 0 !important;
    border-bottom: 1px solid #cecece
}

.list-catagories {
    border: 1px solid #ddd;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 4px;
    background: #fff
}

.page-catagories .manager_menu_wrap .title,
.page-catagories .col-left .title {
    padding: 0
}

.list-catagories .title h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px 10px 10px
}

.manager_menu h3 i {
    background: #00a550;
    color: #fff;
    padding: 7px;
    margin-right: 5px;
    border-radius: 7px
}

.collapse.in {
    display: block
}

.manager_menu ul li {
    padding: 7px 0;
    border-bottom: 1px solid #e4e4e4
}

.manager_menu ul li a {
    padding-left: 45px !important
}

.manager_menu ul li.active {
    background: #f6f9ff;
    border-left: 4px solid #00a550;
    margin-left: -1px;
    z-index: 1
}

.list-catagories .list ul li {
    position: relative
}

.list-catagories .list ul li.active>span>a,
.list-catagories .list ul li.active>a {
    color: #00a550
}

.list-catagories .list ul li.active>a {
    color: #00a550
}

.list-catagories .list ul li a {
    width: 100%;
    display: inline-block
}

.manager_menu ul li.active {
    background: #f6f9ff;
    border-left: 4px solid #00a550;
    margin-left: -1px;
    z-index: 1
}

.manager_menu ul li.active a {
    padding-left: 42px !important
}

.halal-green,
.hlight {
    color: #00a550;
    font-weight: 600
}

.spanDashboardBlue {
    background-color: #6bb8e0
}

.spanDashboardBlue_dk {
    width: 100%;
    background-color: #3a9fd6
}

.spanDashboardRed {
    background-color: #ff8b94
}

.spanDashboardRed_dk {
    width: 100%;
    background-color: #ff4856
}

.spanDashboardYellow {
    background-color: #dfc66c
}

.spanDashboardYellow_dk {
    width: 100%;
    background-color: #d2ae31
}

.spanDashboardRed,
.spanDashboardYellow,
.spanDashboardBlue,
.spanDashboardGreen {
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.spanDashboardRed h4,
.spanDashboardYellow h4,
.spanDashboardBlue h4,
.spanDashboardGreen h4 {
    padding: 10px 0 0 10px;
    font-weight: 700
}

.spanDashboardRed h3,
.spanDashboardYellow h3,
.spanDashboardBlue h3,
.spanDashboardGreen h3 {
    text-align: center;
    font-size: 55px;
    padding: 10px 0 20px;
    font-weight: 700
}

.spanDashboardRed_dk p,
.spanDashboardYellow_dk p,
.spanDashboardBlue_dk p,
.spanDashboardGreen_dk p {
    line-height: 40px;
    font-weight: 400;
    margin-left: 10px;
    font-size: 12px
}

.span-dashboard {
    padding: 0 10px;
    float: left
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.panel-table-dashboard {
    display: contents !important
}

.table .my_thead {
    background: #f6f9ff;
    color: #00a550
}

.hide {
    display: none
}

.show {
    display: block;
    padding-bottom: 5px
}

.show-pading {
    display: block;
    padding-bottom: 5px
}

.product-list-img a {
    height: 100%;
    display: contents
}

.product-desc-wrap {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    padding: 20px;
    margin-right: 20px;
    margin-top: 20px
}

.product-detail {
    position: relative
}

.product-detail .height-limit {
    height: 780px
}

.product-detail .product-desc {
    height: auto;
    overflow-y: hidden;
    padding: 5px 14px 5px 24px;
    box-sizing: border-box;
    background-color: #fff
}

.product-detail .expand-button {
    position: relative;
    bottom: 0;
    left: 0;
    background: #fff;
    font-size: 13px;
    line-height: 14px;
    padding: 12px 0 18px;
    text-align: -webkit-center;
    width: 100%;
    margin: 0 !important
}

.product-detail .expand-cursor {
    cursor: pointer
}

.product-detail .product-highlights {
    padding: 11px 0 16px;
    border-bottom: 1px solid #eff0f5;
    overflow: auto
}

.html-content {
    word-break: normal
}

.html-content ol li {
    list-style: disc
}

.html-content ul li {
    list-style: disc
}

.product-detail .detail-content {
    position: relative;
    height: auto;
    margin-top: 16px;
    line-height: 19px;
    overflow-y: hidden
}

.product-detail .detail-content:last-child {
    border-bottom: none
}

.product-grid-img a {
    height: 100%;
    display: contents
}

.product-grid-img a img {
    height: 100%;
    object-fit: cover
}

.dash-menu-list-item .no-child::before {
    content: "";
    color: #aaa
}

.current-page {
    background: #f1f9f1
}

.error-page h5 {
    font-size: 30px;
    color: #00a54f;
    font-weight: 700;
    margin-top: -50px;
    margin-bottom: 10px
}

.error-page ul li {
    margin-bottom: 5px;
    font-size: 15px;
    color: #aaa
}

.error-page a {
    background: #00a54f;
    color: #fff;
    height: 40px;
    width: 110px;
    display: block;
    margin: auto;
    line-height: 40px;
    font-weight: 700;
    margin-top: 20px;
    border-radius: 20px;
    transition: .5s
}

.error-page a:hover {
    background: #048a44
}

.highlight-subscribe {
    background-color: #00c960;
    color: #fff
}

.highlight-subscribe-fail {
    background-color: #dc3545;
    color: #fff
}

.verified-img-logo {
    height: 40px
}

.verified-text-align {
    text-align: center
}

.fx-calc-dropdown {
    max-height: 500px;
    overflow-y: scroll;
}

.fx-flag-img {
    border-radius: 50%;
    object-fit: cover;
}

.contact-sales-btn {
    background: var(--main-color);
    color: var(--secondary-color) !important;
    padding: 8px 32px 8px 32px !important;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px !important;
    letter-spacing: .1px;
    margin-left: 20px;
}

.contact-sales-btn:hover {
    background: var(--secondary-color);
    color: white !important;
}