
:root {
    --main_color: #ff4747;
    --a_link: #333;
    --main_light: #fcead5;
    --gray: #fafafa;
  }

html {
    height: 100%;
}

body {
    font-family: 'Nunito', sans-serif !important;

    min-height: 100%;
    height: auto;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    color: var(--a_link) !important;
}
a:hover {
    color: var(--main_color) !important;
}
a,a:hover{
    text-decoration: none;
}

.modal-footer>*:not(.col){
    margin: 0;
}


/* primary colors */
.bg-primary,
.badge-primary {
    background-color: #0D76FF !important
}

.text-primary {
    color: #0D76FF !important
}

.text-default {
    color: #FF0068 !important
}

.bg-primary-light {
    background-color: #CEE3FF !important
}

.bg-success,
.badge-success {
    background-color: #00BE7D !important
}

.text-success {
    color: #00BE7D !important
}

.bg-succss-light {
    background-color: #C0E9DB !important
}

.bg-warning,
.badge-warning {
    background-color: #FFC400 !important
}

.text-warning {
    color: #FFC400 !important
}

.bg-warning-light {
    background-color: #FFF0C1 !important
}

.bg-orange,
.badge-orange {
    background-color: #FF6F00 !important
}

.bg-orange-light {
    background-color: #FFE5D1 !important
}

.bg-grey,
.badge-grey {
    background-color: #999999 !important
}

.bg-grey-light {
    background-color: #BBBBBB !important
}

.text-white a {
    color: #ffffff !important
}

.row.proh {
    position: relative;
    overflow-x: hidden;
}

.text-mute {
    opacity: 0.8;
}

.wrapper {
    height: auto;
    width: 100%;
    /*position: inherit;*/
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    margin-left: 0;
    z-index: 1;
    min-height: 100vh;
    padding-bottom: 5px;
}

p.small {
    line-height: 1.45em;
}

p:last-child {
    margin-bottom: 0;
}

sup {
    top: -.2em;
}

.background {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.4;
    z-index: 0;
}

.background + div {
    position: relative;
    z-index: 1
}

/* sideabr  */
body.menuactive {
    overflow: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

html.menuactive {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body.menuactive .wrapper {
    overflow: hidden;
    height: 100vh;
}

body.sidemenu-open .wrapper {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    margin-left: 240px;
    border-radius: 10px;
}

body.sidemenu-open .wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    z-index: 10;
    cursor: pointer
}

.sidebar {
    position: absolute;
    padding-top: env(safe-area-inset-top);
    width: 250px;
    height: 100%;
    z-index: 0;
    left: -260px;
    top: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    overflow-y: auto;
}


.sidebar .main-menu .list-group-item {
    background-color: transparent;
    font-size: 16px;
    border: 0;
    border-radius: 10px;
}

.sidebar .main-menu .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.sidebar .main-menu .list-group-item.active {
    background-color: rgba(255, 255, 255, 0.25);
}

body.sidemenu-open .sidebar {
    left: 0;
}


.sidebar .figure-menu {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    padding: 5px;
    display: block;
    margin: 45px auto 20px auto;
    background-color: #ffffff;
}

.sidebar .figure-menu figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.sidebar .figure-menu figure img {
    width: 100%;
}
.modal-dialog {
    max-width: 70% !important;
}
/* Loader css */
.breadcrumb-item.active {
    color: #b9b9b9;
}

/* Loader css */
.laoderhorizontal {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.laoderhorizontal div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.laoderhorizontal div:nth-child(1) {
    left: 6px;
    animation: laoderhorizontal1 0.6s infinite;
}

.laoderhorizontal div:nth-child(2) {
    left: 6px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(3) {
    left: 26px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(4) {
    left: 45px;
    animation: laoderhorizontal3 0.6s infinite;
}


@keyframes laoderhorizontal1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes laoderhorizontal3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes laoderhorizontal2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.btn-loader {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

.btn-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 3px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: btnloader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent;
}

.btn-loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.btn-loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.btn-loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes btnloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: #FF0068;
}

/* introduction swiper slider css */
.demo-swiper,
.swiper-init {
    height: 450px;
    margin-top: 30px;
}

.demo-swiper .swiper-slide,
.swiper-init .swiper-slide {
    background-color: #ffffff
}

.demo-swiper .swiper-slide,
.swiper-init .swiper-slide {
    background-size: cover
}

.demo-swiper-gallery-top {
    height: 350px;
    margin-top: 30px;
}

.demo-swiper-gallery-top .swiper-slide {
    background-size: cover
}

.demo-swiper-gallery-thumbs {
    height: 80px;
}

.demo-swiper-gallery-thumbs .swiper-slide > div {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}

.introduction.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 35px;
    margin-bottom: env(safe-area-inset-bottom);
}

.introduction .swiper-slide {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-top: env(safe-area-inset-bottom);
}

.right-image {
    position: absolute;
    z-index: 0;
    right: 0;
    top: auto;
    bottom: auto;
    height: 600px;
}

.right-image + div {
    z-index: 1
}

.orange-slice {
    margin-right: -200px;
}

.pinapple {
    margin-right: -120px;
}

.banana {
    margin-right: -190px;
}

.apple {
    margin-right: -280px;
}


/* form elements */
select.form-control option,
select.form-control optgroup {
    color: #000000
}

.form-control:focus {
    box-shadow: none;
    -ms-box-shadow: none;
}

.form-control::placeholder {
    color: #bbbbbb;
}

.float-label {
    padding-top: 15px;
    position: relative;
}

.form-group .form-control-label {
    font-size: 13px;
    line-height: 18px;
    color: #BBBBBB;
}

.float-label .form-control-label {
    position: absolute;
    left: 0;
    top: 24px;
    margin: 0;
    line-height: 20px;
    color: #BBBBBB;
    font-size: 15px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    z-index: 0;
}

.float-label .form-control,
.float-label .chosen-container .chosen-choices,
.float-label .chosen-container .chosen-single {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    z-index: 1;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background-image: none;
}

.float-label .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    outline: none;
}

.float-label .form-control:focus + .form-control-label,
.float-label.active label {
    top: 0;
    font-size: 13px;
    line-height: 20px;
}

.form-control-lg {
    font-size: 18px;
}

.search {
    border-radius: 30px;
    background: url('../img/search.png') no-repeat center right #fff;
    border-color: #ffffff;
}

.chosen-container-active .chosen-choices,
.chosen-container .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.chosen-container-multi .chosen-choices,
.chosen-container .chosen-single {
    padding: 5px;
    height: auto;
    border-color: #ced4da;
}

.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container .chosen-single li.search-choice {
    position: relative;
    padding: 5px 25px 5px 15px;
    line-height: 18px;
    border: 0px none;
    border-radius: 30px;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    outline: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 6px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    padding: 5px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    border: 0;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
}

/* button */
.btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-width: 0;
}

[class*="outline"] {
    border-width: 1px;
}

body a.btn-primary,
body a.btn-warning,
body a.btn-danger,
body a.btn-success {
    color: #ffffff !important;
}

.btn-lg {
    padding: .815rem 1.5rem;
}

.btn-sm {
    font-size: 14px;
}

.btn i,
.btn span,
a i {
    vertical-align: middle
}

.btn img {
    max-width: 20px;
    vertical-align: middle;
}

.btn:focus {
    box-shadow: none;
    -ms-box-shadow: none;
}

.btn i:first-child {
    margin-right: 5px;
    margin-left: -4px;
}

.btn i:last-child {
    margin-left: 5px;
    margin-right: -4px;
}

.btn i:last-child:first-child {
    margin-left: 0px;
    margin-right: 0px;
}

.button-rounded-54 {
    height: 54px;
    width: 54px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 28px;
}

.button-rounded-36 {
    height: 36px;
    width: 36px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 28px;
}

.button-rounded-26 {
    height: 26px;
    width: 26px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 13px;
}

.float-bottom-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    margin-bottom: env(safe-area-inset-bottom);
}

.btn-rounded {
    border-radius: 30px;
}

.btn-rounded-15 {
    border-radius: 15px;
}

.btn-default,
body .btn.btn-secondary {
    color: #ffffff
}

.btn-warning {
    background-color: #FFC400;
    color: #ffffff;
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning:hover {
    background-color: #f0b000;
    color: #ffffff !important;
}

.btn.btn-link-default {
    color: #bbbbbb;
}

.btn.shadow-sm {
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
    -ms-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2) !important;
}

.btn.shadow-xs {
    box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1) !important;
    -ms-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1) !important;
}

.btn-light,
body a.btn-light {
    background-color: #ffffff;
    color: #999999;
}

.btn-light-grey,
body a.btn-light-grey {
    background-color: #E3EAF1;
    color: #BBBBBB;
    border-color: #F3F6F8
}

.btn-group > .btn:first-child,
.btn-group > .btn:first-of-type,
.btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.btn-group > .btn:last-child,
.btn-group > .btn:last-of-type,
.btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.btn h6,
.btn h5,
.btn h4,
.btn h3,
.btn h2,
.btn h1 {
    vertical-align: middle
}

.vm {
    vertical-align: middle
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.input-group > .form-control:first-child {
    /*
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group > .form-control:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group > .input-group-prepend > .input-group-text + .input-group-text {
    border-radius: 0;
}

.w-45 {
    width: 45px !important;
    text-align: center
}

.w-35 {
    width: 35px !important;
    text-align: center
}

.input-group.input-group-sm > .form-control {
    height: calc(1.6em + .5rem + 2px);
    border-color: #E3EAF1;
}

.border-top-dashed {
    border-top: 2px dashed #e3ead7 !important;
}

.progress {
    background-color: rgba(0, 0, 0, 0.05)
}

/* heights  */
.h-2 {
    height: 2px;
}

.h-4 {
    height: 4px;
}

.h-6 {
    height: 6px;
}

.h-8 {
    height: 8px;
}

.h-10 {
    height: 10px;
}

/* popover  */
.popover {
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
}

/* Notifications  */
.new-notification {
    height: 10px;
    width: 10px;
    border-radius: 6px;
    background-color: #FF0068;
    display: block;
    position: absolute;
    top: 23px;
    right: 5px;
    border: 2px solid #ffffff;
}

/* List items  */
.list-items {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
}

.list-items li {
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #eef2f5;
    width: 100%;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
}

.list-items li:last-child {
    margin-bottom: 0
}

.list-group .list-group-item {
    padding: 0.75rem 15px;
}

/*.list-group .list-group-item:hover {
    background-color: #FF0068;
}

.list-group .list-group-item:hover * {
    color: #FFFFFF !important
}
.list-group .list-group-item:hover .form-control{
    color: #000000 !important ;
}*/
.list-group-item.active {
    z-index: 2;
    color: #343a40;
    background-color: #e3eaf1;
    border-color: #ffffff;
}

.list-group-item.active:hover * {
    color: #343a40 !important;
}

/* Nav tabs  */
.nav-tabs {
    z-index: 0;
    border: 0;
    margin-bottom: -11px;
}

.card .card-header .nav-tabs {
    margin-bottom: -1px;
    text-align: center
}

.card-img:first-child {
    border-radius: 10px 10px 0 0;
}

.nav-tabs .nav-link {
    padding: 15px 15px 5px 15px;
    border: 1px solid #f2efef;
    background-color: var(--gray);
    font-weight: 700;
}

.card .card-header .nav-tabs .nav-link {
    padding: 15px;;
}

.nav-tabs .nav-link.active {
    color: var(--main_color) !important;
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    border: 0;
}

.card .card-header .nav-tabs .nav-link.active {
    box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -ms-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
}

.card .card-header {
    border: 0;
    border-radius: 14px;
}

.card .card-footer {
    border: 0;
    border-radius: 0 0 12px 12px;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.tab-content {
    position: relative;
    z-index: 1;
}

.tab-content .tab-pane {
    padding: 5px;
    background-color: #ffffff;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
    -ms-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
    border-radius: 15px;
}

.card .tab-content .tab-pane {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

/* Notification */
.notification {
    padding: 15px;
    background-color: #ffffff;
    position: fixed;
    top: -30%;
    width: 84%;
    max-width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left-width: 3px;
    border-left-style: solid;
    z-index: 10;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border-radius: 10px;
    overflow: hidden;
}

.notification.active {
    top: 30px;
    opacity: 1;

}

.notification.bottom {
    bottom: -30%;
    opacity: 0;
    top: auto;
}

.notification.bottom.active {
    bottom: 30px;
    opacity: 1;

}

/* header */

.header {
    width: 100%;
    height: auto;
    /*position: fixed;*/
    padding: env(safe-area-inset-top);
    top: 0;
    left: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.header.active {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.header-logo {
    height: auto;
    max-height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px auto 0px auto;
}
/* 
.header .btn {
    height: 54px;
    width: 54px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}
 */
.header + div {
    padding-top: 54px;
}


/* footer */
.footer {
    width: 100%;
    height: auto;
    position: fixed;
    padding: env(safe-area-inset-bottom);
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #ffffff;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
}


.footer .btn {
    width: 60px;
    height: 60px;
    line-height: 54px;
    padding: 0;
    text-align: center;
    display: block;
    vertical-align: middle;
}

.footer .btn i {
    width: 22px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
}

.footer .centerbutton {
    height: 60px;
    line-height: 54px;
    width: 60px;
    border-radius: 30px;
    margin: 0 15px;
    margin-top: -20px;
}

/* page specific */
.subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.subtitle span {
    vertical-align: middle;
    display: inline-block;
    line-height: 26px;
    border-bottom: 2px solid #ffffff;
}

.logo-small {
    width: 122px;
}

.form-signin {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 20px;
    margin: 30px auto;
    max-width: 320px;
}

/* product */

.small-slide {
    height: 150px;
}

.small-slide .swiper-slide {
    width: 165px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.small-slide .swiper-slide .card {
    border-radius: 15px;
    margin-left: 15px;
    height: 100%;
    width: 92%;
}

.small-slide .swiper-slide .card-body {
    position: relative
}

.small-slide .swiper-slide .small-slide-right {
    max-height: 100%;
    margin-right: -45px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.badge {
    border-radius: 30px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px
}

.product-image {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 140px;
}

.product-image img {
    max-height: 100%;
    max-width: 100%;
}

.product-image2 {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 140px;
}

.product-image2 img {
    max-height: 100%;
    max-width: 100%;
}


.news-slide {
    height: 180px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.news-slide .swiper-slide {
    padding: 0 15px 10px 15px;
}

.news-slide .swiper-slide .card {
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.news-slide.swiper-container-horizontal > .swiper-pagination-bullets {
    margin-bottom: -10px;
}


/* card */
.card {
    border-radius: 15px;
}

.card .card-body {
    padding: 15px;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/*  filter */
.filter {
    height: 100%;
    width: 280px;
    position: fixed;
    right: -280px;
    top: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    z-index: 11;
    padding-bottom: env(safe-area-inset-bottom);
}

.filtermenu-open .filter {
    right: 0;
    box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
}

.filter > .filter-btn {
    border-radius: 30px 0 0 30px;
    width: 40px;
    text-align: left;
    position: absolute;
    left: -39px;
    top: 135px;
}

.text-normal {
    text-transform: none
}

@media screen and (max-width:610px) {
    .filter-group {
        margin-right: 50px;
    }

    .filter > .filter-btn {
        width: 50px;
        left: -49px;
    }
}

.filters-container {
    height: 100%;
    overflow-y: auto;
    width: 100%;
    display: block;
}

/* range slider */
.noUi-target {
    background: #ffffffa1;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 10px;
}

.noUi-connect {
    background: #000000;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 60px;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
    display: none
}

/* progress bar */
.progress-bar {
    border-radius: 10px;
}

.progress-sm {
    height: 8px;
    padding: 2px;
}

/* product details  */
.product-details {
    height: 300px;
}

.product-details {}

.product-details .swiper-slide {
    padding: 20px 15px 40px 15px;
    line-height: 200px;
    text-align: center
}

.product-details .swiper-slide > img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;

}


/* avatar */

.avatar {
    border-radius: 200px;
    display: inline-block;
    margin: 0px auto;
    background-color: #ffffff;
    overflow: hidden;
    border: 3px solid #ffffff;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.avatar img {
    width: 100%;
    vertical-align: top
}

.avatar-20 {
    height: 20px;
    width: 20px;
}

.avatar-40 {
    height: 40px;
    width: 40px;
}

.avatar-60 {
    height: 60px;
    width: 60px;
}

.avatar-80 {
    height: 80px;
    width: 80px;
}

.avatar-100 {
    height: 100px;
    width: 100px;
}

.avatar-120 {
    height: 120px;
    width: 120px;
}

.avatar-50 {
    height: 50px;
    width: 50px;
}

.avatar-70 {
    height: 70px;
    width: 70px;
}

.avatar-90 {
    height: 90px;
    width: 90px;
}

.figure-profile {
    height: 128px;
    width: 128px;
    border-radius: 90px;
    border: 2px solid #FF0068;
    margin: 0 auto;
    position: relative;
    padding: 5px;
}

.figure-profile figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.figure-profile figure img {
    width: 100%;
    min-height: 100%;
}

.figure-profile > .floating-btn {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
}

.figure-profile .floating-btn i {
    font-size: 22px;
    margin: 0;
}

.float-file {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    opacity: 0
}

.cart_counter {
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 13px;
}

pre {
    background: #e8f4ff;
    padding: 15px;
}

.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-dialog-end {
    display: -ms-flexbox;
    display: -moz-flexbox;
    display: -webkit-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    -moz-flex-align: flex-end;
    -webkit-flex-align: flex-end;
    align-items: flex-end;
    min-height: calc(100% - 3.5rem);
}

.blue-theme .bg-background,
.blue-theme .header.active,
.blue-theme .list-group-item.active {
    background-color: #fafafa
}

.blue-theme .wrapper {
    background: #f2f3f8;
    /*background-image: linear-gradient( 179.5deg,  rgba(242,243,248,1) 8.6%, rgba(241,236,223,1) 87.5% );*/
    background-attachment: inherit;
    background-position: center top;
    background-size: 100% 100%;
}

.blue-theme body,
.blue-theme body.sidemenu-open,
.blue-theme .bg-template,
.blue-theme .btn-default,
.blue-theme .custom-control-input:checked ~ .custom-control-label::before,
.blue-theme .small-slide .swiper-slide .card:hover,
.blue-theme .small-slide .swiper-slide .card:focus,
.blue-theme .filter,
.blue-theme .chosen-container .chosen-results li.highlighted,
.blue-theme .page-item.active .page-link,
.blue-theme .nav-pills .nav-link.active,
.blue-theme .nav-pills .show > .nav-link,
.blue-theme .loader-screen {
    background-image: inherit;
    /**/
}

.blue-theme .filter,
.blue-theme .filter .form-control,
.blue-theme .filter .form-group label,
.blue-theme .float-label .chosen-container-multi .chosen-choices,
.blue-theme .float-label .chosen-container-multi .chosen-choices li.search-field input[type=text],
.blue-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.blue-theme .btn-default,
.blue-theme .sidebar,
.blue-theme .sidebar .main-menu .list-group-item,
.blue-theme .small-slide .swiper-slide .card:hover *,
.blue-theme .small-slide .swiper-slide .card:focus * {
    color: #ffff !important;
}

.blue-theme .filter .form-group label {
    opacity: 0.85;
}

.blue-theme .btn-default:hover,
.blue-theme .btn-default:focus {
    color: #ffffff;
    background-color: var(--main_color);
}


.blue-theme .figure-profile,
.blue-theme .form-control:focus,
.blue-theme .custom-control-input:focus ~ .custom-control-label::before,
.blue-theme .custom-control-input:checked ~ .custom-control-label::before,
.blue-theme .float-label .form-control:focus,
.blue-theme .page-item.active .page-link,
.blue-theme .btn-outline-default {
    border-color: #ff7517
}

.blue-theme .filter .form-control:focus,
.blue-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.blue-theme .filter .custom-control-input:checked ~ .custom-control-label::before,
.blue-theme .filter .float-label .form-control:focus {
    border-color: #ffffff
}

.blue-theme .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.blue-theme .btn-light:hover,
.blue-theme .btn-light:focus,
.blue-theme .btn-light:not(:disabled):not(.disabled).active,
.blue-theme .bg-template-light {
    background-color: #c8daff;
    background-image: linear-gradient( 174.2deg, rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% );
}

.blue-theme .btn-light:hover,
.blue-theme .btn-light:focus,
.blue-theme .btn-light:not(:disabled):not(.disabled).active,
.blue-theme .bg-template-member {
    background-color: #fff
}

.blue-theme .text-template,
.blue-theme .btn-link,
.blue-theme a,
.blue-theme .float-label .form-control:focus + .form-control-label,
.blue-theme .btn-light:hover,
.blue-theme .btn-light:focus,
.blue-theme .btn-light:not(:disabled):not(.disabled).active,
.blue-theme .btn.btn-link-default:focus,
.blue-theme .btn.btn-link-default.active {
    color: var(--a_link);
}


.blue-theme .btn.btn-link-default:hover {
    color: var(--main_color);
}


.blue-theme .bg-warning,
.blue-theme .badge-warning {
    background-color: #FDD835 !important;
}

.blue-theme .bg-success,
.blue-theme .badge-success {
    background-color: #50b37e !important;
}

.blue-theme .bg-orange,
.blue-theme .badge-orange {
    background-color: var(--main_color) !important;
}

.blue-theme .bg-primary,
.blue-theme .badge-primary {
    background-color: #3fa7ff !important;
}

.blue-theme .orange-slice {
    margin-right: -110px;
}


/* media query */



@media screen and (min-width:993px) {
    .sidebar {
        width: 280px;
        left: -290px;
    }
}

@media screen and (min-width:1180px) {
    .sidebar {
        width: 290px;
        left: -300px;
    }
}

@media screen and (max-width:374px) {
    .footer .btn:not(.centerbutton) {
        width: 50px;
    }
}

/* Chrome safari scrollbar */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(230, 230, 230, 0.4);
}

/* custom_css */

.width_custom {
    width: 50% !important;
}
.width_custom_50 {
    width: 50% !important;
}
.width_custom_80 {
    width: 80% !important;
}
.width_custom_70 {
    width: 70% !important;
}

.subtitle-1{
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.operacity-0 {
    opacity: 0.5;
}

.prodct_list h5{
    font-size: 32px;
    font-weight: 700;
}
.font-size-14 {
    font-size: 14px;
}
.dropzone {
    background: #f7f7f7 !important;
    border: 1px solid #d9d7d7 !important;
    padding: 20px 20px;
    border-radius: 25px;
    font-size: 18px;
}
.cate_suggestions {
    padding: 10px;
    border: 1px solid #d5d5d569;
    border-radius: 5px;
    background: #f7f7f7;
}

.cate_suggestions img{
    max-height: 40px;
}
.cate_suggestions_type p{
    font-size: 10px;
}
.f-w-200 {
    font-weight: 200 !important;
}
.px-0c {
   margin-top: 25px;
}
.float-right {
    float: right;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    border-color: #c16221; 
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    filter: brightness(.9); 
}
.btn-main {
    color: #fff;
    background: var(--main_color);
    border-color: var(var(--main_light)); 
}
.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main.active, .open>.dropdown-toggle.btn-main {
    color: #fff;
    filter: brightness(.9);
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef91 !important;
    border: 1px;
    /* opacity: 10; */
     color: #918d8d !important; 
}


/* START For mobile responsive */
@media only screen 
  and (min-device-width: 200px)
  and (max-device-width: 812px)  { 
    .width_custom_70 {
        width: 100% !important;
    }
    .width_custom {
        width: 95% !important;
    }
    
    .width_custom_80 {
        width: 100% !important;
    }
    .width_custom_50 {
        width: 100% !important;
    }

    .footer .btn {
        width: 48px;
    }
    .product-image img {
        max-height: 106px;
    }
    .product-image2 img {
        max-height: 200px;
    }
    .px-0c {
        padding-right: 0!important;
        padding-left: 0!important;
        margin-top: 15px;
    }
    .px-0c h3{
        margin-left: 5px;
    }
    .mb_display_none{
        display: none;
    }
    .mb_text_center{
        text-align:center;
    }
    .mb_mb-5{
        margin-bottom: 10px;
    }
    .mb_width_100{
        width: 100% !important;
    }
    .margin_top_0 {
        margin-top:0px !important
    }
    .mb_navbar .navbar-toggler {
        border: 1px solid var(--main_color);
        width: 100%;
        
    }    
    .mb_navbar .navbar-toggler-icon {
        width: 100%;
        display: initial;
    }
    .mb_navbar {
        
    }
    .mb_pad_foo{
        padding-bottom: 40px;
    }
    footer .p-5 {
        padding:10px 0px 0px 5px !important
    }
    .mic_head_shop_menu .nav-link {
        padding: 0px 0px 10px 3px !important;
        
    }
    .mic_head_shop_menu .active a{
        color: var(--main_color) !important;
        border-bottom: 3px solid;
    }
    .contact_us .p-5 {
        padding: 0rem!important;
    }

}

/* END For mobile responsive */
.card {
    border: 0px solid rgba(0,0,0,.125) !important;
}

.logo{
    max-height: 42px;
}

.search_bar .input-group {
    color: inherit;
    background: 000;
    border: 2px solid var(--main_color);
    border-radius: 25px;
}

.search_bar .btn {
    padding: 0;
    /*line-height: 50px;*/
    width: 106px;
    border-radius: 0 22px 22px 0;
}

.search_bar input[type=text] {
    border-radius: 22px 0 0 22px !important;
}
.header_meanu_icons small{
    font-size: 10px;
}
.header_meanu_icons i{
    font-size: 28px;
}
.header_meanu_icons_links{
    color: var(--a_link) !important;
}
.header_meanu_icons_links a{
    color: var(--a_link) !important;
}
.header_meanu_icons_links a:hover{
    color: var(--main_color) !important;
}
.sub_header a{
    color: var(--a_link);
    font-size: 14px;
}
.sub_header a:hover{
    color: var(--main_color);
}
.sub_header .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.head_box {
    color: inherit;
}
.cat_list_left {
    width: 22%;
}
.cate_icon {
    border-radius: 200px;
    display: inline-block;
    margin: 0px auto;
    background-color: #f2f2f2;
    overflow: hidden;
    border: 1px solid #d5d5d540;
    vertical-align: top;
    text-align: center;
}

.cate_icon-50 {
    height: 35px;
    width: 35px;
}
.cate_icon img {
    width: 80%;
    vertical-align: top;
    margin-top: 2px;
}
.cate_list_lf span i{
    margin: 7px 1px 0px 10px;
    display: inline-block;
}
.cate_list_lf span{
    margin: 6px 1px 0px 10px;
    display: inline-block;
}
.item_list_short{
    text-align: center;
}
.item_list_short p,span{
    margin: 0;
    padding: 0;
}
.item_list_short p{
    font-size: 13px;
    font-weight: 700;
}
.item_list_short span{
    font-size: 14px;
    font-weight: 400;
}

.item_list_short_cate_icon {
    display: inline-block;
    margin: 0px auto;
    background-color: #f2f2f2;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

.item_list_short_cate_icon-50 {
    height: 110px;
    width: 110px;
}
.item_list_short_cate_icon img {
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
}
.cat_list_home h2{
    font-size: 24px;
    font-weight: 700;
}
.cat_list_home h5{
    font-size: 16px;
    font-weight: 700;
}
.cat_list_home span{
    font-size: 16px;
    font-weight: 700;
    color: var(--main_color);
    margin-top: 20px;
}


.label1 {
    margin-left: 270px;
    border: 3px solid #dcdee3;
    border-radius: 3px;
    overflow: hidden;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-top: -22px;
}
.label2 {
    margin-left: 30%;
    border: 3px solid #dcdee3;
    border-radius: 3px;
    overflow: hidden;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-top: -22px;
}

.item_list_home_cate {
    display: inline-block;
    margin: 0px auto;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

.item_list_home_cate-50 {
    height: 101px;
    width: 110px;
}
.item_list_home_cate img {
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
}
.border-right1{
    border-right: 1px solid #e3e1e18a;
}
.border-bottom1{
    border-bottom: 1px solid #e3e1e18a;
}
.item_box_home {
    color: inherit;
}

.item_box_home-50 {
    height: 180px;
}
.item_box_home img {
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
}
.item_box_home span{
    font-size: 18px;
    font-weight: 700;
    color: var(--a_link);
    margin-top: 20px;
}
.item_box_home h2{
    font-size: 24px;
    font-weight: 700;
}
.footer_links a{
    font-size: 12px;
}
.footer_links small{
    font-weight: 100;
}
.footer_links p{
    font-size: 13px;
    margin-bottom: 0;
}
.footer_2 {
    background-color: #445268;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #fff;
}
.footer_2 a{
    color: #fff !important;
    font-size: 11px;
}
.footer_2 h5{
    font-size: 15px;
}
.footer_2 dt{
    margin-bottom: 8px;
}
.footer_2 dd{
    margin-bottom: 3px;
}
.category_list {
    height: 192px;
}
.category_list img {
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
    padding: 10px;
}
.category_list {
    display: inline-block;
    margin: 0px auto;
    background-color: #f2f2f2;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}
.prodcut_boxxx {
    color: inherit;
}
.prodcut_boxxx h2{
    font-size: 18px;
    font-weight: 700;
}
.prodcut_boxxx h6{
    font-size: 18px;
    font-weight: 700;
}
.send_button {
    margin-top: 45%;
}
.top_header a {
    font-size: 18px;
    font-weight: 700;
}
.top_header a.active {
    border-bottom: 2px solid;
}
.rfq_banner img {
    max-height: 278px;
}
.bg-light-cut1{
    background: inherit;
    border: 1px solid var(--main_light);
    
}
.bg-light-cut2{
    background-color: var(--main_light);
    
}

.home_rfq {
    height: 80px;
}
.home_rfq img {
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
}
.box_rfq p {
    font-size: 12px;
}
.text-main {
    color: var(--main_color) !important;
}
.trade_serv_box h4{
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
}
.fs-12{
    font-size: 12px;
}
.playstore_icon {
    max-height: 40px;
}
.spotlig_store figure{
    height: 70px;
    width: 70px;
    display: inline-block;
    margin: 0px auto;
    background-color: #f2f2f2;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 50%;
    background-size: cover;
    object-fit: cover;
    
}
.top_cate_man figure{
    height: 70px;
    width: 70px;
    display: inline-block;
    margin: 0px auto;
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 5px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 25%;
    background-size: cover;
    object-fit: cover !important;
    
}
.most_pop_manufc figure{
    display: inline-block;
    margin: 0px auto;
    background-color: #f2f2f2;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    background-size: cover;
    object-fit: cover !important;
    padding: 5px;
    
}
.most_pop_manufc p{
    font-size: 80%;
    margin-bottom: 2px;
}

.most_pop_manufc h3{
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 2px;
}
.most_pop_manufc img{
    max-height: 90px;
}

.cat_list_manufc{
    height: 90px;
    width: 90px;
}
.product_listing_cust p{
    padding: 3px;
    margin-bottom: 0px;

}
.product_listing_cust .card-body {
    padding: 0px 0px;
}
.product_listing_cust figure{
    background-color: #fff;
    margin: 0px auto;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    max-height: 250px;
    object-fit: contain;
 
}
.product_listing_cust img{
    max-height: 250px;
 
}
.product_listing_cust h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--a_link);
}
.left_filter hr{
    color: #b8b6b6;
}
.product_listing_cust hr{
    color: #b8b6b6;
}
.nav_list {
    font-size: 90%;
}
.nav_list_supplier_type i{
    font-size: 16px;
}
.nav_list_supplier_region i{
    font-size: 16px;
}
.fs-90 {
    font-size: 90%;
}
.fs-80 {
    font-size: 80%;
}
.fs-10{
    font-size: 10px;
}
.fs-14{
    font-size: 14px;
}
.blue-theme .bg-main, .blue-theme .badge-main {
    background-color: var(--main_light) !important;
    color: var(--main_color);
}
.blue-theme .bg-light, .blue-theme .badge-light {
    background-color: #f2f3f8 !important;
    color: var(--a_link);
}
.btn-outline-main {
    color: var(--main_color);
    border-color: var(--main_color);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(https://i.imgur.com/G25D7oW.png);
    right: 10px;
    left: auto;
    opacity: 0.6;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(https://i.imgur.com/uNoO3vH.png);
    left: 10px;
    right: auto;
    opacity: 0.6;
}

.text-border_c {
    text-shadow: 0 0 10px #000;
}

.prodcut_list_store figure{
    height: 70px;
    width: 70px;
    /* display: inline-block; */
    /* margin: 0px auto; */
    background-color: #f2f2f2;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    /* margin-bottom: 10px; */
    /* border-radius: 50%; */
    background-size: cover;
    object-fit: cover;
    border-radius: 20%;
}

.product_listing_comp_info{
    font-size: 14px;
}

.product_listing_comp_info img{
    max-width: 30px;
}
.product_listing_comp_info h5{
    margin: 0;
    font-size: 14px;
}
.product_listing_comp_info p{
    margin: 0;

}
.product_listing_comp_info .btn{
    margin: 0;
    font-size: 10px;
}
.rfq_box_d {
    background: #f5f2f5 url(https://i.imgur.com/qfPHrfv.png) no-repeat;
    
}
.rfq_banner_list{
    width: 70%;
}
.rfq_banner_list ul{
    margin-left: -18px;
}

.product_detail_box{
    color: inherit;
}
.product_detail_box h1{
    font-size: 18px;
    font-weight: 400;
}
.product_detail_box h2{
    font-size: 22px;
    font-weight: 700;
}
.product_detail_box h5{
    font-size: 18px;
    font-weight: 700;
}
.product_detail_box h6{
    font-size: 14px;
    font-weight: 400;
}
.product_detail_box del{
    font-size: 14px;
    font-weight: 400;
}
.product_detail_box td {
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 40px;
    vertical-align: top;
    color: var(--a_link)
}
.product_detail_box hr {
    color: #b8b6b6;
}
.product_detail_box figure{
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.product_detail_box_img img{
    object-fit: contain;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.product_detail_box_galary figure{
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: #f2f2f2;
    min-height: 450px;
}
.product_detail_box_galary img{
    object-fit: contain;
    overflow: hidden;
}

.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
    display: block !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .prodcut_thumb {
    max-height: 90px;
  }
  .product_box_image {
    max-height: 450px;
    text-align: center;
  }
  .product_detail_box .active {
    color: black !important;
  }
  .product_detail_comp_over img{
    max-height: 250px;
  }
  .product_detail_box_review h2{
    font-size: 28px;
    font-weight: 600;
  }
  .product_detail_box_review h4{
    font-size: 34px;
    font-weight: 600;
  }
  .progress_bar_inactive {
    background-color: var(--gray);
    border-radius: 15px;
    min-width: 305px;
    max-width: 305px;
    height: 10px;
    vertical-align: middle;
    margin-top: 5px;
  }
  .progress_bar_active {
    background-color: var(--main_color) !important;
    border-radius: 15px;
    min-width: 305px;
    max-width: 305px;
    height: 10px;
    vertical-align: middle;
    margin-top: 5px;
  }
  .w-10{
    width: 10%;
  }
  .comp_card{
  background-image: linear-gradient( 185.7deg,  rgb(223, 236, 247) 19.1%, rgba(255,255,255,1) 33.3% );

  }
.supplier_list .supplier_head img{
    max-height: 50px;
}
.supplier_list .supplier_head h5{
    text-decoration: underline;
}
.supplier_list .supplier_head i{
    font-size: 16px;
}
.supplier_list .supplier_body .border{
    border: 1px solid #d5d5d587 !important;
}
.a_style a:hover{
    color: #fff !important;
}
.badge_plat_sup_list {
    max-width: 20px;
}
.badge_plat_sup_list_verfied {
    max-width: 55px;
}
.badge_plat_sup_list_trade_assu {
    max-width: 25px;
}
.post_rfq img{
    max-height: 55px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }
  .sourcepro_header {
    background-image: radial-gradient( circle 540px at 31.3% 23.3%,  rgba(188,221,251,1) 0%, rgba(142,188,249,1) 90% );
    
    color: #0e489a;
    padding: 10px 10px 40px 10px;
    
  }
  .sourcepro_header img{
    max-height: 25px;
  }
  .sourcepro_header h1{font-size: 47px;
    font-weight: 900;
    margin-top: 20px;
    letter-spacing: -2px;
    transform: scaleY(1.0);
  }
  .sourcepro_header i{
    font-size: 35px;
  }
  .sourcepro_header h3{
    font-size: 17px;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: var(--main_color);
}  
.height_15 {
    max-height: 15px;
} 
.height_50 {
    max-height: 50px;
}
.classified_detail_box .classified_big_image img{
    max-height: 450px;
}
.classified_detail_box .classified_small_image img{
    max-height: 100px;
}
  /*
  ####### Micro site comapny profile start
  */
.mic_logo {
    max-height: 50px;
}
.bg-main-o {
    background-color: var(--main_color) !important;
    color: white;
} 
.mic_sub_header_2 input[type=select]{
    border-radius: 5px 0 0 5px !important;
}
.mic_sub_header_2 .options {
    border: 1px solid #e5e5e5;
    padding: 10px;
  }
  
.mic_sub_header_2 select {
    font-size: 12px;
    margin-top: 3px;
  }

.mic_top_searchbar {
    background: #fff;
    border-radius: 5px;
}
.mic_sub_header input[type=text]{
    border-radius: 5px 0 0 5px !important;
}

.mic_sub_header .input-group.input-group-sm > .form-control {
    height: calc(1.6em + 21px + 2px) !important;
    border-color: #fff;
}

.bg-main-o a {
    color: #fff !important;
}
.bg-main-o a:hover {
    filter: brightness(.9);
}
  
.menu_9 li a {
    color: var(--a_link) !important;
}
.menu_9 li a:hover {
    filter: brightness(.9);
}
.mic_main_header i{
    font-size: 15px;
}
.mic_head_shop_logo_box{
    color: #fff;
    background: linear-gradient(0deg, rgba(22, 22, 22, 0.5), rgba(8, 8, 8, 0.5)), url(https://i.imgur.com/OhefgwT.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    /* -webkit-filter: blur(2px); */
    /* filter: blur(2px); */
    border-radius: 5px;
}
.mic_head_shop_logo_box img{
    max-height: 75px;
    border: 3px solid hsla(0,0%,100%,.4);
}
.mic_head_shop_logo_box h6{
    font-size: 22px;
    font-weight: 700;
}
.mic_head_shop_menu{
    font-size: 17px;
    font-weight: 500;
}
.mic_head_shop_menu .nav-link{
    padding: 10px 50px 10px 50px !important;
}
.mic_head_shop_menu .active{
    color: var(--main_color) !important;
    border-bottom: 3px solid;
}
.mic_slider_img img{
    max-height: 400px;
    object-fit: cover;
}
.mic_prodcu_list img{
    max-height: 200px;
    object-fit: cover;
}
.mic_shop_left_menu .active{
    color: var(--main_color) !important;
    border-left: 3px solid;
    background: var(--main_light);
}
.mic_footer_bar_1{
    border-top: 3px solid var(--main_color) ;
}
.mic_footer_bar_1 i{
    font-size: 30px;
    font-weight: 100 !important;
}
  
.fw-800{
    font-weight: 800;
}
.company_profile_right_box .company_over_view h3{
    font-size: 33px;
    font-weight: 800;
}
.company_profile_right_box .company_over_view h3 small{
    font-size: 18px;
    font-weight: 400;
}
  /*
  ####### Micro site comapny profile start
  */


