﻿.trans-section .dropdown.bootstrap-select {
    width: auto !important;
}

.LandingPageHeader .trans-section .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.ProductInterestedWrap {
    height: 120px !important;
}

.custom-selectMenu .select2-container--default .select2-selection--single,
.custom-selectMenu .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    height: 55px;
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.custom-selectMenu .select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: 55px;
}

.custom-selectMenu .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    right: 7px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #ced4da !important;
}

.select2-container--default .select2-selection--multiple {
    padding-left: 9px;
}

.custom-selectMenu .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.Registrationstepwizard-wrapper.stepwizard-wrapper .stepwizard-step::before {
    width: calc(100% + 100%);
}

.upload-col {
    overflow: hidden;
}

.upload-col img {
    vertical-align: top;
}

#product_attributes+.select2-container {
    /*width: auto !important;*/
    min-width: 150px;
    width: 100% !important;
}

#product-attribute-wrapper table td:first-child {
    width: 250px;
    vertical-align: top;
}

#product-attribute-wrapper .collapse-text {
    font-family: "museo_sans500";
}

#product-attribute-wrapper .permission-list-action {
    display: inline-block;
    margin: 25px 0 0 0;
}

#product-attribute-wrapper .permission-list-action li {
    float: left;
    width: auto;
    display: inline-flex;
    align-items: center;
}

#product-attribute-wrapper .permission-list-action li .form-check-label {
    padding-top: 2px !important;
}

table .dropdown-action.show {
    left: -100% !important;
}

.Categories-sidebar-desc {
    padding-right: 20px;
}

.Procart-table {
    width: 100%;
}

.Procart-table td,
.Procart-table th {
    padding: 5px 0;
}

.Procart-table th {
    font-family: "museo_sans700";
}

.Procart-table td:nth-child(2),
.Procart-table th:nth-child(2) {
    text-align: center;
}

.Procart-table td:last-child,
.Procart-table th:last-child {
    text-align: right;
    font-family: "museo_sans700";
}

.btn-close-positionUp-modal {
    padding-top: 50px !important;
}

.sticky-Sidebar {
    z-index: 10;
    max-width: 450px !important;
    width: 450px;
}

.bootbox-confirm.show .modal-dialog {
    transform: none;
    display: flex;
    height: 100%;
    align-items: center;
}

.bootbox.modal .modal-content {
    border-radius: 0px;
}

.bootbox-body {
    padding-top: 6px;
}

#app .hint-text {
    top: 0px !important;
}

#PopularProduct .list-custome-style li::before {
    top: 3px !important;
}

.btn.btn-primary-hover:hover {
    background-color: #fe9d2b !important;
    border-color: #fe9d2b !important;
}

.img-outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-outer img {
    object-fit: cover;
    max-width: calc(100% + 50px);
    min-height: 100%;
    min-width: calc(100% + 50px);
    max-height: calc(100% + 50px);
    width: auto;
    height: auto;
}

.proPicture-img-outer {
    height: 345px;
}

/* Our services start */
#OurServicessSection .card {
    height: calc(100%);
}

#OurServicessSection .btn {
    position: absolute;
    bottom: 30px;
}

#OurServicessSection .card-body {
    margin-bottom: 45px;
}

/* Our services End */

/*Upcoming Event Section Start */
.EventsSection .EventsCard>.row>div:last-child {
    width: calc(41.66666667% + 100px);
}

.EventsSection .EventsCard .EventsPhoto-col {
    height: 330px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.EventsSection .EventsCard .EventsPhoto-col .img-outer {
    border: 1px solid #eee;
}

/*Upcoming Event Section End */


.CategoriesFilter-Sub {
    max-height: 225px;
}

.connectwithUs-section,
.main-footer {
    z-index: 100;
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    white-space: pre-wrap;
    z-index: 5;
    padding: 10px 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-family: "museo_sans100";
}

textarea {
    border-radius: 0px !important;
}

.sidebar-listItems {
    max-height: 620px;
}

.img-outer-height-250 {
    height: 250px;
}

.code-input {
    border: 1px solid #ced4da;
    width: 80px;
}

.addfields_buyer {

    margin-top: 20px;

}

.form-floating.password_field>.form-select~label {
    z-index: 5 !important;
}

.tooltip-hover {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: -19px;

}

.tooltip-hover i {
    color: #fe9d2b;
    cursor: pointer;
}

.tooltip-hover .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #e9ecef;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    font-size: 14px;
    margin-left: -96px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-hover .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #e9ecef transparent transparent transparent;
}

.tooltip-hover:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.btn-address-group button:hover a {
    color: #fff !important;
}

.w-35 {
    width: 35%;
}

.w-65 {
    width: 65%;
}

.county_layer_2 {
    display: none;
    width: 40%;
    height: 54px;
    padding: 8px 30px;
    position: absolute;
    left: calc(100% - 510px);
    top: 30px;
    background: #1a1818;
    color: #fff;
    text-align: center;
    /*display: flex;*/
    align-items: center;
    border-radius: 3px;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-family: unset;
    font-weight: unset;
}

.county_layer_2::after {
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    position: absolute;
    left: 47%;
    color: #1a1818;
    transform: rotate(270deg);
    top: 42px;
}

.county_layer_inner_1 {
    display: none;
    width: 40%;
    height: 54px;
    padding: 8px 15px;
    position: absolute;
    left: calc(100% - 523px);
    top: -6px;
    background: #1a1818;
    color: #fff;
    text-align: center;
    z-index: 5;
    pointer-events: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-family: unset;
    font-weight: unset;
    border-radius: 3px;
}

.county_layer_inner_1::after {
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    position: absolute;
    left: 45%;
    color: #1a1818;
    transform: rotate(270deg);
    top: 42px;
}

.cm-selected-labelvoice {
    display: none;
}

.cm-selected-labelvoice span {
    height: 64px;
    width: 265px;
    overflow: inherit;
    font-weight: unset;
    color: #4bd187;
    font-size: 85%;
    box-sizing: border-box;
    background: #1a1818 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #0000004f;
    position: absolute;
    left: calc(100% - 231px);
    z-index: 9999;
    pointer-events: none;
    color: #fff;
    top: 18px;
    font-family: unset;
    border-radius: 3px;
    font-size: 14px;
    padding-top: 21px 30px;
    animation: fadeAnm 0.3s linear;
    text-align: center;
    line-height: 20px;
}

.cm-selected-labelvoice span::after {
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    position: absolute;
    left: 50%;
    color: #1a1818;
    top: 54px;
    transform: rotate(270deg);
}

.county_layer_inner_2 {
    display: none;
    width: 50%;
    height: 54px;
    padding: 8px 30px;
    position: absolute;
    left: calc(100% - 550px);
    bottom: 60px;
    background: #1a1818;
    color: #fff;
    z-index: 5;
    pointer-events: none;
    text-align: center;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: unset;
    font-weight: unset;
    line-height: 20px;
    border-radius: 3px;
}

.county_layer_inner_2::after {
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 27px;
    position: absolute;
    left: 50%;
    color: #1a1818;
    transform: rotate(90deg);
    bottom: 42px;
}

.county_layer_inner_outer_green {
    display: none;
    width: 55%;
    height: 54px;
    padding: 8px 30px;
    position: absolute;
    left: calc(100% - 570px);
    top: -70px;
    background: #1a1818;
    z-index: 5;
    pointer-events: none;
    color: #fff;
    text-align: center;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: unset;
    font-weight: unset;
    border-radius: 3px;
}

.county_layer_inner_outer_green::after {
    content: "\f0d9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 27px;
    position: absolute;
    left: 47%;
    color: #1a1818;
    transform: rotate(270deg);
    top: 42px;
}

.btnAddressType.active {
    background-color: #2d2d2e;
    color: #fff;
}

.cm-container {
    z-index: 5;
}

.course-progress-tab.noafter li {
    flex: 1;
}

.course-progress-tab.noafter li a {
    width: 100%;
    border: unset;
}


.course-progress-tab.noafter .nav-link.active:after {
    display: none;

}

.fb-login {
    background: #1877f2;
    color: #fff;
    font-family: 'museo_sans700';
    font-size: 16px;
}

.fb-login img {
    border-right: unset;
    padding-right: unset;
}

.social-signup-control a {
    width: 50px;
    min-width: 50px;
    border-radius: 50% !important;
    height: 50px;
    margin-right: 20px;
}

.social-signup-control {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

.social-signup-control a img {
    height: 32px;
}

.linkdin-btn i {
    color: #0076b3 !important;
    font-size: 30px;
}

/*.cm-container .cm-items {
    pointer-events: none;
}*/
.cm-container .cm-selected-container {
    pointer-events: none;
}

.h-53px {
    height: 53px !important;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    z-index: 5 !important;
    height: auto;
}

.floating-label-height label {
    height: auto !important;
}

h2 {
    font-size: 55px;
}

.site-header .header-logo img {
    max-width: 450px;
}

.site-header .header-top {
    height: 60px;
}

.site-header .header-navigation-wrap>ul>li>a {
    height: 75px;
    font-size: 16px;
}

.product_category_accordion .accordion-button[aria-expanded=true] .county_title {
    color: #fea63f !important;
}

#product-attribute-wrapper table td:first-child {
    width: 125px;
    vertical-align: middle;
}

.linkdin-login {
    background-color: #0073af;
    color: #fff;
}

/*.linkdin-login img
{
    border-right: 1px solid #fff;
    padding-right: 10px;
}*/
#social_login_wrapper a {
    font-size: 12px;
    width: 35px;
    min-width: 30px;
    height: 35px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    /* text-align: center; */
    align-items: center;
}

#social_login_wrapper a:hover {
    color: #fff;
}

.star_active i {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #FE9D2B;
}

.rate-feedback-btn {
    height: 35px;
    min-width: 110px !important;
}

.h-35px {
    height: 35px !important;
}

.view_switch {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.view_switch.active {
    background-color: #FE9D2B;
    border: none !important;
}

.view_switch svg {
    fill: #616161b3;
}

.view_switch.active svg {
    fill: #fff;
}

.grid-svg.view_switch.active svg {
    fill: none !important;
    stroke: #fff;
}

.grid-svg.view_switch svg {
    stroke: #616161b3;
    fill: none;
}

.img-listingseller-cover {
    width: 85%;
    height: 100%;
    padding-right: 25px;
}

.img-listingseller-cover img {
    width: 100%;
    height: 95%;
}

.productlist_btn_style {
    font-size: 14px !important;
    height: 38px !important;
}

.hover-original:hover {
    color: #212529 !important;
}

.view_result_bottom {

    background: #fe9d2b !important;
}

.result-srch ul li.search-title {
    color: #fe9d2b !important;
}

.result-srch ul li:hover {
    background: #e9e9e9;
    /* color: #fff !important; */
}

.pro-shortInfo .product-thumbCol {
    max-width: 100%;
    min-width: unset;
    height: 54px;
}

.address_block {
    height: calc(100% - 10px);
}

.img-outer-62 {
    width: 100%;
    height: 62px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-outer-62 img {
    object-fit: cover;
    max-width: calc(100% + 50px);
    min-height: 100%;
    min-width: calc(100% + 50px);
    max-height: calc(100% + 50px);
    width: auto;
    height: auto;
}

.h-146px {
    height: 146px;
}

.cartOrder-img {
    height: 80px;
}

.sticky-Sidebar .profile-sidebar {
    padding-top: 0px !important;
}

.course-detail-outerImg {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-detail-outerImg img {
    object-fit: cover;
    max-width: calc(100% + 50px);
    min-height: 100%;
    min-width: calc(100% + 50px);
    max-height: calc(100% + 50px);
    width: auto;
    height: auto;
}

.ModuleText {
    padding-top: 12px;
    padding-bottom: 12px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #ae0721 !important;
}

/*Login Tab Reverse*/
.course-progress-tab li .nav-link.active {
    background-color: #fff;
    border: 1px solid #616161B3 !important;
    color: #2d2824 !important;
}

.course-progress-tab.noafter li a {
    width: 100%;
    border: unset !important;
    background: #fe9d2b;
    color: #fff !important;
}

.removeImg {
    position: absolute;
    top: 0;
    right: 0;
    color: #ae0721;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade_ul {
    display: none !important;
}

.lichild:hover .trade_ul a {
    background: transparent !important;
}

.trade_ul li:hover {
    background: #FE9D2B !important;
}

table .dropdown-action-ul.show {
    top: unset !important;
}

.widgt-section iframe {
    width: 100%;
}

.img-outer-contain {
    width: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-outer-contain img {
    max-width: 95%;
    max-height: 95%;
    object-fit: cover;
    min-width: calc(100% + 0px);
    display: flex;
    align-items: center;
}

.clearfix {
    clear: both;
}

.product-madein {
    font-size: 16px;
    font-weight: 600;
}

.product-card-h-full>div>.card {
    height: calc(100%);
}

.content-h-100 {
    height: 100%;
}

.ProListTable td .pro-shortInfo {
    word-break: break-word;
}

#product_available .slick-prev {
    left: -30px;
    top: 50%;
}

#product_available .slick-next {
    top: 50%;
    right: -20px;
}

table .survey-ul.show {
    top: -70px !important;
    /*left: -55% !important;*/
}

.proList_ul {
    height: 274px;
    /*overflow: auto;*/
}

.proList_ul ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.height-slider {
    height: 580px !important;
}

.height-hidden {
    height: 260px;
    overflow: hidden;
}

.widthCalc_185 {
    width: calc(100% + 185px);
}

.hidepara-content {
    display: none;
}

.card-p-hidden p {
    margin-bottom: 0 !important;
}

.min-w-800 {
    min-width: 800px !important;
}

.btn-min-w-105 {
    min-width: 105px !important;
}

.form_variant .form-floating>label {
    left: 7px !important;
}

.img-variant-edit {
    display: flex;
    height: 200px;
}

.prod-edit-variant .img-outer {
    width: 200px !important;
    height: 200px;
    position: relative;
    margin: 10px;

}

.prod-edit-variant .img-outer i {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    padding: 3px 7px;
}

.btn-det a {
    min-width: 85px;
    height: 35px;
}

.img-cropped-show {
    width: 200px;
    height: auto;
}

.img-cropped-show img {
    width: 100%;
    height: 100%;
}

.opportunity-accordion .accordion-header {
    margin-bottom: 0;
}

.opportunity-accordion .accordion-button:not(.collapsed) {
    background: #f5f5f5;
    color: #2d2d2e;
}

.opportunity-accordion .accordion-header {
    border-top: 1px solid #dee2e6 !important;
}

.opportunity-accordion .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-top: 0 !important;
}

.opportunity-accordion>div:first-child .accordion-button {
    border-top: none !important;

}

.opportunity-accordion .accordion-button:focus {
    box-shadow: none;
}

.opportunity-accordion .accordion-button {
    padding: 0.5rem 1.25rem;
}

.opportunity-accordion .accordion-button[aria-expanded=true] {
    color: #fe9d2b;
}

.opportunity-accordion .accordion-item .accordion-collapse.collapse .accordion-body table tbody tr td {
    padding: 30px;
}

.board-director-card .speaker-img img {
    object-fit: contain;
}

.pagination li {

    padding: 0px 10px 0px 10px;
}

/*.pagination .page__numbers.active 
    {
        background-color: #ae0721;

    }*/
.pagination .page__numbers.active a {
    background-color: #FE9D2B;
    padding: 3px 10px;
    color: #fff;
}

.pagination li a {
    text-decoration: none;
}

.pagination li:hover {
    color: #FE9D2B;
    border: 1px solid #FE9D2B;
}

.pagination li.page__numbers.active:hover {
    border: unset;
    color: unset;
}

.upload-logos-v2 .image-upload-after {
    opacity: 1;
}

.upload-logos-v2,
.upload-logos-v2 .upload-col {
    overflow: inherit;
}

.upload-logos-v2 {
    margin-bottom: 10px;
}

#company_logo-error {
    position: absolute;
    bottom: -100px;
    z-index: 222;
    left: 0px;
    /* background: red; */
}

.upload-click-icon {
    width: 100%
}

.uploadAfterimg {
    z-index: 99
}


.ServicesFilter li {
    margin-bottom: 15px;

}

.h-250px {
    height: 180px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 55px !important;
}

.down-arrow {
    position: absolute;
    right: 12px;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.select2-container {
    width: 100% !important;
}

.line-height-140 {
    line-height: 140%;
}

.line-height-130 {
    line-height: 130%;
}

.line-height-120 {
    line-height: 120%;
}

.line-height-110 {
    line-height: 110%;
}

/*
}
}
.upload-logos-v2 {
    max-width: 150px;
    max-height: 120px;
}
.upload-logos-v2 .upload-col-250px {
    height: 120px;
}
*/


/*Login Tab Reverse End*/
/* #social_login_wrapper {
    display: flex !important;
}*/


.border-bottom2px {
    border-bottom: 2px solid #ccc;
    margin-bottom: 24px;
}

.upload-icon {


    display: flex;
    align-items: center;
    justify-content: center;
  
}


.form-lable {
    font-weight: 600;
}

.mt-20px {
    margin-top: 30px;

}










/*Responsive Start*/
@media (max-width: 1344px) {
    .widthCalc_185 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .lichild:hover .trade_ul {
        display: block !important;
        position: absolute;
        left: 95%;
        top: 10px;
    }
}

@media (max-width: 1199px) {
    .proPicture-img-outer {
        height: 240px;
    }

    .EventsSection .EventsCard .EventsPhoto-col {
        height: 280px;
    }

    .user-account-dropdown {
        display: none;
    }

    .mobile-mode-wrap .user-account-dropdown {
        display: block;
        position: relative;
        width: 90%;
        top: -9px !important;
    }

    .mobile-mode-wrap .user-account-dropdown div {
        font-size: 12px !important;
    }

    .mobile-mode-wrap .user-panel {
        padding: 0px 15px 0px 15px;
        background: #2d2d2e;
    }

    .header-navigation>.container {
        z-index: 0 !important;
    }

    .site-header .header-navigation-wrap>ul>li>a {
        height: auto;
    }

    .site-header .header-navigation-wrap>ul .dropdown-toggle::after {
        opacity: 1;
        position: absolute;
        right: 15px;
        font-size: 14px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f078";
        border-width: 0px;
    }

    .header-navigation .header-navigation-wrap>ul>li a.show {
        background-color: #c46d07;
    }

    #company_logo-error {
        bottom: -79px;
    }


}

@media (max-width: 992px) {
    .proPicture-img-outer {
        height: 200px;
    }

    .hamburger-icon {
        top: 153px;
    }

    #address-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .lichild:hover .trade_ul {
        display: unset;
    }

    .EventsSection .EventsCard .EventsPhoto-col {
        height: 220px;
    }

    .EventsSection .EventsCard>.row>div:last-child {
        width: calc(100%);
    }

    .sidebar-listItems {
        max-height: inherit;
    }

    .offcanvas-1480 {
        width: 100%;
        max-width: 305px;
    }

    .offcanvas-site .btn-close.right-80 {
        left: unset;
        right: -30px;
        transition: unset;
        top: 10px !important;
    }

    .header-mid-right .hamburger-icon {
        top: 63px;
    }

    .Product-btn-wrap {
        padding: 10px 50px 10px 55px;
    }

    .search-site-wrap {
        position: absolute;
        right: 10px;
        top: 65px;
        z-index: 5;
        width: 100%;
    }

    .site-header .header-navigation-wrap>ul>li>a {
        height: auto;
        font-size: 14px !important;
    }

    h2 {
        font-size: 40px;
    }

    .site-header .header-top {
        height: 45px;
    }

    .E-LearningFilter {
        padding: 10px 5px;
    }

    .header-navigation .hamburger-icon {

        top: 10px;
        left: 270px;

    }

    /*.Product-btn-wrap {
    padding: 10px 100px 10px 55px;
}*/
    .btn-close-1 svg {

        left: 0px;
    }

    .user-account-dropdown {
        top: 55px;
    }

    /*.form-floating>.form-control:focus ~ label, .form-floating>.form-control:not(:placeholder-shown) ~ label, .form-floating>.form-select ~ label {
    height: 100%;
}*/
    .form-floating>.form-control:focus~label,
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-select~label {
        opacity: 1;
        transform: scale(0.85) translateY(-1.7rem) translateX(0.15rem);
        white-space: nowrap;
    }

    .multi-field {
        flex-direction: column;
    }

    .w-35 {
        width: 100%;
    }

    .w-65 {
        width: 100%;
        margin-top: 1rem;
    }

    .tooltip-hover .tooltiptext {
        width: 100px;
        z-index: 5;
    }

    .end-100px {
        right: 100px !important;
    }

    .proPicture .proPictureBtn {
        max-width: 200px;
        margin-bottom: 10px;
    }

    h2 {
        line-height: 40px !important;
    }

    /*#social_login_wrapper .d-flex
{
    flex-direction: column;
}*/
    /*#social_login_wrapper .d-flex a {
    margin-left: 0 !important;
    margin-bottom: 10px;
}*/

    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
        top: 50px !important
    }

    .breadcrumb-nav-wrap {
        margin: 10px 0 !important;
    }

    .site-header .header-logo img {
        max-width: 160px;
        width: 100%;
    }

    .navbar-collapse.nav83vh {
        height: 83vh;
        overflow: auto;
    }

    .aa {
        position: relative;
    }

    .sm-menu-childList::after {
        right: 30px !important;
    }


    .upload-logos-v2 .upload-col-250px {
        height: 120px;
    }

    #company_logo-error {
        bottom: -50px;
    }

    .upload-logos-v2 {
        margin-bottom: 20px;
    }
}


.no-order-cover {
    display: flex;
    align-items: center;
    justify-content: center;

}

.no-order-cover img {
    width: 210px;
}

.no-wishlist-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;

}

.no-wishlist-cover img {
    width: 210px;
}

.stock-avail {
    color: #00973D;
}

.stock-out {
    color: #ae0721;
}

.info-td {
    word-wrap: break-word;
}

.fb-summary-icon {
    color: #3b5998;
}

.twitter-summary-icon {
    color: #29a5d9;
}

.likedin-summary-icon {
    color: #0076b3;
}

.insta-summary-icon {
    color: #d3515e;
}

.county-text {
    color: #ae0721 !important;
}

.madeinKenya_strip {
    position: absolute;
    right: -12px;
    top: -7px;
}

.nameKenya_Brand {
    left: 0;
    top: -3px;
    width: 100%;
    height: 100%;
    transform: rotate(55deg);
    margin-top: -11px;
    margin-left: 9px;
    font-size: 10px;
}

.info-col .info-td p {
    line-height: 35px;
    margin-bottom: 0.5em;
}

.inprogress_inactive .tick_done {
    background-color: #ddd !important;
}

.left_panel_module li a {
    text-decoration: none;
}

.inprogress_inactive a {
    color: #ddd;
}

.left_panel_module li {
    margin-top: 15px !important;
}

.success-result {
    width: 220px;
    height: 220px;
    font-size: 48px;
    color: #00973D;
    border: 1px solid #00973D;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.pass-success {
    color: #00973D;
}

.attempt-list ul li {
    margin-bottom: 15px;
}

.attempt-list ul {
    margin: 10px 40px;
}

.failed-result {
    width: 220px;
    height: 220px;
    font-size: 48px;
    color: #F13348;
    border: 1px solid #F13348;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.fail-declare {
    color: #F13348;
}

.correct i {
    color: #108910;
    margin-right: 10px;
}

.incorrect i {
    color: #ae0721;
    margin-right: 10px;
}

.incorrect {
    margin-left: 15px;
}

.img-outer-contain.img-outer-contain-selprod {
    height: 180px ;
}

.img-outer-contain.img-outer-contain-selprod.logo-prod {
    height: 160px ;

}

.img-outer-contain.img-outer-contain-selprod.logo-prod img {
    object-fit: cover;

}

.widgt-section {
    width: 100%;
}

.verify_btn.add_cert {
    width: 62px !important;
    min-width: 115px;
    margin-left: 10px !important;
    height: 40px !important;
}

.OTP-wrap.otp-register .form-control {
    width: 35px;
    height: 35px;
}

.sub_category_ids .select2-container .selection .select2-selection .select2-search {
    width: 100% !important;
}

.trade_ul.show {
    display: block !important;
}

.dropdown-menu-end.min-w-145px {
    min-width: 145px !important;

}

.seller-product-search {
    width: 340px;
}

.seller-product-search input {
    height: 40px;
}



.max-w-235px {
    max-width: 235px;
}

.pb-0px {
    padding-bottom: 0 !important;
}

/* Default tab style */
.nav-links {
    position: relative;
    background: transparent;
    border: none;
    color: #000;
}

/* Active tab style */
.nav-links.active {
    background-color: #2d2623 !important;
    /* dark color */
    color: #fff;
    border-radius: 0px;
    border-color: #2d2623 !important;
}

.nav-pills .nav-links {
    border-radius: 0px;
}


.btn {
    height: 45px !important;
}

/* Arrow bottom (tooltip style) */
.nav-links.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);

    width: 0;
    height: 0;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2d2623;
}

.new-pad-img {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.new-pad-img img {
    object-fit: cover;
    max-width: calc(100% + 30px);
    min-height: 100%;
    min-width: calc(100% + 30px);
    max-height: calc(100% + 30px);
    width: auto;
    height: auto !important;
}

.font-semibold{
    font-weight: 600;
}

@media (max-width: 1312px) {
    .site-header .header-navigation-wrap>ul>li>a {
        font-size: 15px !important;
    }

}

@media (max-width: 1199px) {
    .mb-mbole-10px {
        margin-bottom: 10px;
    }
}