a:focus, a:hover {
    text-decoration: none !important;
    outline: none !important;
}

.number-product.orange {
    border-radius: 50px;
    border: 1px solid #FD8516;
    color: #FD8516;
    font-size: 14px;
    font-weight: 600;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}

.user-icon {
    width: 41px;
    min-width: 41px;
    height: 41px;
    margin-right: 8px;
    position: relative;
}

.activity-dot {
    background: #FD3526;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

.user-icon .activity-dot {
    position: absolute;
    right: 0;
    z-index: 1;
}

.activity-not {
    background: #FD3526;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;

    text-align: center;

    color: #FFFFFF;
}

.user-icon.logged-in-menu img {
    width: 100%;
    height: 100%;
    border-radius: 50px !important;
    object-fit: cover;
}

.username.logged-in-menu {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    color: #3E3E3E;
    margin: 0px;
    text-decoration: none;
}

.navbar-brand {
    padding: 0px !important;
    height: unset !important;
}

.header-search {
    height: 39px;
    /* max-width: 700px; */
    width: 100%;
    margin: 0 50px;
    box-sizing: border-box;
}

.main-header-contect-title.cartset {
    display: flex;
    align-items: center;
}

.main-header-contect-title.cartset span.cart-text {
    font-size: 13px;
    margin: 0px 5px;
    text-transform: uppercase;
    color: #3E3E3E;
}

/*NEW MENU STYLES*/
ul.main-menu_list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin: 0;
}

ul.main-menu_list > li {
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
}

a.main-menu_link {
    width: 100%;
    display: block;
    height: 100%;
    padding: 14px 12.5px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #3E3E3E;
}


.top-small-header ul.top-small-header_list {
    width: 50%;
}

.top-small-header ul.top-small-header_list li {
    display: inline-block;
    margin: 0 10px;
    height: 15px;
    line-height: 1;
}

.top-small-header ul.top-small-header_list a {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #9C9C9C;
}

.main-header-contect-listing-item .login-link {
    margin: 0 5px;
    font-weight: 600;
    font-size: 13px;
    color: #23c2a8;
}

.main-header-contect-listing-item.user-menu-dropdown-toggle {
    padding-left: 5px;
}

.main-header-contect-listing-item {
    display: inline-flex !important;
    align-items: center;
    background: 0 0;
    border: none;
    padding: 10px 15px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.main-header-contect-listing-item.user-menu-dropdown-toggle {
    cursor: pointer;
    position: relative;
}

.not-logged-in-menu .main-header-contect-content-wrap {
    background: #FCFBFB;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 7px 12px;
    justify-content: space-between;
}


.hamburger-menu-toggle button {
    background: #23c2a8;
    border-radius: 2px;
    width: 38px;
    height: 37px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 15px;
    border: none;
}

.hamburger-menu-toggle button.open {
    background: #3dc2a8;
}

.sidebar-opened .hamburger-menu .hamburger-menu-toggle button.close {
    display: block;
}


.sidebar-opened .hamburger-menu-toggle button.open {
    /*display: none;*/
    opacity: 0;
}

.hamburger-menu-toggle button.close {
    background: white;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    display: none;
}


.main-header .main-header-logo-wrap a.navbar-brand {
    float: unset
}

.main-header .main-header-logo-wrap a.navbar-brand img {
    display: block;
    max-width: 235px;
}

.main-header-logo-wrap {
    display: flex;
    align-items: center;
}


.user-menu-dropdown {
    position: absolute;
    width: 175px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .19);
    border-radius: 5px;
    z-index: 999999;
    left: 0;
    top: 55px;
    padding: 17px 13px;
    padding-top: 12px;
}

.user-menu-dropdown > ul {
    margin-top: -5px;
}

.user-menu-dropdown .new-customer {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #b4b4b4 !important;
    display: block;
    text-align: left;
    margin-left: 0;
    line-height: 10px;
}

.user-menu-dropdown .beta {
    background: #23c2a8;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 9px;
    margin: 0;
}

.user-menu-dropdown .btn-cyan.login {
    width: 100%;
    height: 32px;
    background: #23c2a8;
    border-radius: 4px;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 19px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 20px;
    display: block;
}


.not-logged-in-menu .user-menu-dropdown {
    top: 46px;
}

.main-header-contect-content-icon-wrap.carticon {
    margin-left: 37px
}

.main-header-contect-wrap .main-header-contect-listing-main-wrap li .main-header-contect-content-icon-wrap i span.number-product {
    position: absolute;
    color: #000;
    background: #e6e6e6;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 15px;
    display: block;
    font-style: normal;
    font-weight: 500;
    top: -10px;
    right: -10px;
    text-align: center;
    line-height: 24px
}

.top-header-menu .go-premium {
    color: #3E3E3E !important;
    font-weight: normal;
    margin-right: 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header-menu .go-premium svg {
    margin-right: 5px;
}

.user-menu-dropdown li {
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 24px;
}

.user-menu-dropdown.logged-in-menu li {
    line-height: 24px;
}

.user-menu-dropdown a {
    font-size: 13px !important;
    font-weight: 500;
    color: #4F4F4F !important;
}

/* Influence info */

.influence-link {
    font-weight: 500;
    font-size: 12px;
    color: #008E77 !important;
    margin-bottom: 10px;
    display: block;
}


.header-influence {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.29);
    text-align: center;
}


.header-influence svg {
    display: block;
    margin: 0 auto;
}

.header-influence span {
    color: #3A3A3A;
    font-weight: 600;
    display: block;
    margin: 0px 5px;
    margin-bottom: -3px;
    font-size: 13px;
}

.header-influence-coins, .header-influence-coupons {
    padding: 6px 3px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 9px;
    color: rgba(0, 0, 0, 0.29);
}

.header-influence-coins {
    background: rgba(253, 133, 22, 0.22);
}

.header-influence-coupons {
    background: rgba(35, 194, 168, 0.23);
}

.user-menu-dropdown .btn.btn-logout {
    background: #FFFFFF;
    border: 1px solid #23C2A8;
    border-radius: 4px;
    width: 100%;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center;
    color: #23C2A8 !important;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
    padding: 7px;
}

.current-down {
    border-radius: 50px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header-menu {
    margin-bottom: 0px;
}

.top-header-menu .has-sub-menu {
    font-weight: 500;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #9C9C9C;
}

.top-header-menu > li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
}

.top-header-menu li a {
    color: #9C9C9C;
    font-weight: normal;
}

.top-header-menu.float-left li a {
    font-size: 13px;
}

.top-header-menu .sub-menu {
    list-style-type: none;
    background-color: #fff;
    position: absolute;
    top: 35px;
    left: 0px;
    display: none;
    padding: 15px;
    width: 220px;
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.21);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 999999;
}

.top-header-menu .sub-menu li {
    line-height: 28px;
}

.sub-menu li a {
    color: #3C3C3C;
}

.header-middle-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 19px;
}

.top-header-menu .has-sub-menu.open-sub-menu {
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.21);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
}

.top-header-menu .has-sub-menu.open-sub-menu .sub-menu {
    display: block;
}

.mega-menu {
    background-color: #fff;
    position: absolute;
    top: 45px;
    left: 0px;
    width: 99.8%;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.21);
    padding: 30px;
    z-index: 9999;
    display: none;
    border-radius: 3px;
    padding-left: 40px;
    border-top: 1px solid #dfdfdf;
    cursor: default;
}

.mega-menu.open {
    display: block;
}

.mega-menu .dropdown-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media  (max-width: 1600px) {
    .mega-menu {
        top: 63px !important;
    }
}

@media  (max-width: 1250px) {
    .mega-menu {
        top: 63px !important;
    }
}
.mega-menu .menu-dropdown-left-column {
    width: 100%;
    margin-right: 20px;
}

.mega-menu .menu-dropdown-right-column {
    width: 100%;
    max-width: 263px;
}

.print-product-links li a {
    color: #4C4C4C;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    display: block;
    text-align: left;
}

.menu-dropdown-content .menu-dropdown-multi-column {
    float: left;
    margin-right: 4rem;
    /* width: 100%; */
}

.menu-dropdown-content .menu-dropdown-multi-column .menu-dropdown-column-list {
    /*float: left;*/
    /*margin-right: 35px;*/
}

.menu-dropdown-content .menu-dropdown-multi-column .menu-dropdown-column-list li {
    /* min-width: 25%; */
    text-align: left;
    /* float: left;
    max-width: 50%; */
}

.menu-dropdown-left-column .dropdown-menu-main-title {
    margin-bottom: 0px !important;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-dropdown-left-column .dropdown-menu-main-title img {
    width: 24px;
}

.menu-dropdown-left-column .menu-dropdown-content-title {
    margin-bottom: 0px;
    font-size: 20px;
    margin-left: 8px;
    text-transform: capitalize;
    margin-top: 0px;
}

.dropdown-content-main-btn {
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #23C2A8;
    border-radius: 50px;
    color: #23C2A8;
}

.dropdown-content-main-btn:hover {
    background-color: #23C2A8;
    color: #fff !important;
}

.menu-dropdown-content {
    border-radius: 3px;
    padding: 10px 30px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 465px;
}

.menu-dropdown-right-column .top-block {
    background-image: url('https://cloud-cdn.4over4.com/2020/05/creative-corner-menu_img1.jpg');
}

.menu-dropdown-right-column .bottom-block {
    background-image: url('https://cloud-cdn.4over4.com/2020/05/creative-corner-menu_img2.jpg');
    margin-top: 20px;
}

.menu-dropdown-right-column .top-block, .menu-dropdown-right-column .bottom-block {
    position: relative;
    height: 242px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab-right-col-over-text {
    font-weight: 600;
    font-size: 16px;
    padding: 20px;
    text-align: left;
    color: #3E3E3E;
    line-height: 19px;
}

.print-product-links li a:hover {
    color: #23C2A8;
}

.menu-dropdown-content.menu-business-basics {
    background-color: #e2ddd7;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/business-basic-bg.png');
}

.menu-dropdown-content.menu-marketing-essentials {
    background-color: #E6F9FB;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/market-essentials-bg.png');
}

.menu-dropdown-content.menu-packaging-retail {
    background-color: #FFF8E1;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/packaging-retail-bg.png');
}

.menu-dropdown-content.menu-promotional-events {
    background-color: #F9F7F2;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/promotional-events-bg.png');
}

.menu-dropdown-content.menu-signs-banners-displays {
    height: 530px;
    background-color: #E9EAEC;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/signs-banners-displays-bg.png');
}

.menu-dropdown-content.menu-stickers-labels {
    background-color: #F4F4EC;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/stickers-labels-bg.png');
}

.menu-dropdown-content.menu-real-estate-products {
    background-color: #FFF3E1;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/real-estate-products-bg.png');
}

.menu-dropdown-content.menu-trade-show-products {
    background-color: #F4F4F4;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/trade-show-products-bg.png');
}

.main-menu_list .main-menu_item.active .main-menu_link:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0px;
    bottom: 1px;
    background: #fff;
    z-index: 99999;
}

#main-menu.fixed .main-menu_list .main-menu_item .main-menu_link:after {
    height: 8px;
    bottom: -8px;
}

#main-menu.fixed .mega-menu {
    top: 40px;
    width: 100%;
}

.main-menu_list .main-menu_item .main-menu_link:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #23C2A8;
    display: none;
}

.main-menu_list .main-menu_item.active {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.21);
}

.main-menu_list .main-menu_item.hover .main-menu_link:before, .main-menu_list .main-menu_item.active .main-menu_link:before {
    display: block;
}

.main-menu_list .main-menu_item svg {
    width: 100%;
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 5px;
}

.main-menu_list .main-menu_item.active svg {
    display: block !important;
}

#main-menu.fixed .main-menu_list .main-menu_item svg {
    bottom: 0px;
}

.menu-dropdown-content .menu-dropdown-multi-column .menu-dropdown-column-list li.title {
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}

body.header-fixed .hamburger-menu {
    top: 6px;
}


#main-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
    padding: 6px 0;
    animation: smoothScroll 1s forwards;
    border-bottom: 1px solid #dfdfdf;
}

#main-menu.fixed ul.main-menu_list {
    border: none;
}

#main-menu.fixed .main-menu_list .main-menu_item .main-menu_link {
    padding: 6.5px 7px;
}

#main-menu .hamburger-menu-toggle, .small-logo {
    display: none;
}

#main-menu .hamburger-menu-toggle button {
    margin-right: 5px;
}

#main-menu.fixed .main-menu_list .small-logo {
    float: left;
    width: 38px;
    height: 37px;
    display: none;
}

#main-menu.fixed .main-menu_list .small-logo {
    margin-right: 10px;
    display: block;
}

#main-menu.fixed .hamburger-menu-toggle {
    display: block;
}

#main-menu.fixed .small-logo a, #main-menu.fixed .small-logo svg {
    display: block;
    height: 37px;
    width: 37px;
}

#main-menu.fixed .small-logo svg {
    border: 1px solid #23c2a8;
    padding: 0 3px;
    border-radius: 2px;
}

.main-header-contect-listing-item.user-menu-dropdown-toggle .main-header-contect-content-icon-wrap {
    position: unset !important;
}

.user-menu-dropdown ul.top-list {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.user-menu-dropdown ul.bottom-list {
    border-top: 1px solid #E2E2E2;
    padding-top: 5px !important;
}

.user-menu-dropdown ul {
    margin-top: -5px;
}

.horizontal-tab-wrapper {
    display: flex;
}

.horizontal-tab-wrapper .ha-tabs__nav {
    width: 30%;
}

.horizontal-tab-wrapper .ha-tab__title {
    text-align: left;
    padding: 10px 10px 10px 20px;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #3e3e3e;
}

#creative-corner #ha-tab-title-2301.active, #creative-corner #ha-tab-title-2301:hover, #creative-corner section[data-tab="1"] {
    background-color: #F6F6F6 !important;
}

.ha-tab__title {
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    text-align: center;
    display: flex;
    color: #878787;
}

.ha-tab__title .ha-tab__title-text {
    padding: 8px 0;
    display: block;
    width: 100%;
    cursor: pointer;
}

.horizontal-tab-wrapper .ha-tab__title-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #3e3e3e;
}

.horizontal-tab-wrapper .ha-tabs__nav .ha-tab__title-icon img, .horizontal-tab-wrapper .ha-tabs__nav .ha-tab__title-icon svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: #3dc2a8;
}

.bdt-post-gallery, ul.products.columns-4 {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bdt-post-gallery-inner img, li.product-category.product img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-shadow: none;
    border-radius: 5px !important;
    object-fit: cover !important;
}

.horizontal-tab-wrapper .ha-tabs__content {
    width: 80%;
}

.ha-tabs__content section.active {
    display: block;
}

.ha-tabs__content section {
    display: none;
    padding: 2rem;
}

h2.woocommerce-loop-category__title {
    font-size: 16px !important;
    color: #3E3E3E !important;
    font-weight: 500 !important;
}

h2.woocommerce-loop-category__title mark {
    display: block;
    color: #23c2a8;
    font-weight: 500 !important;
    font-size: 12px;
    margin-top: 4px;
    background: 0 0;
}

#browse-category .business_banner_btn a {
    background: #FFFFFF;
    border-radius: 3px;
    border: none;
    line-height: 24px !important;
    min-width: 238px;
    height: 30px;
    color: #CACACA !important;
    font-weight: 500 !important;
}

#menu-tabs-section .business_banner_btn a {
    background: none;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.business_banner_btn a {
    border: 1px solid #23c2a8;
    font-size: 13px !important;
    text-transform: uppercase;
    display: inline-block !important;
    padding: 0 20px;
}

.bdt-post-gallery-inner {
    position: relative;
}

.bdt-post-gallery .popular_post_title {
    margin-top: 10px;
}

.color-link {
    font-weight: 500;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    text-align: left !important;
}

.blank-template .over-type {
    background-color: #23C2A8;
    right: 10px;
    left: unset;
    color: #fff;

    bottom: 5px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

#business-resources-menu section[data-tab="1"], #ha-tab-title-2461.active, #ha-tab-title-2461:hover {
    background-color: #f6f6f66e !important;
}

#creative-corner #ha-tab-title-2302.active, #creative-corner #ha-tab-title-2302:hover, #creative-corner section[data-tab="2"] {
    background-color: #f6f6f66e !important;
}

#creative-corner #ha-tab-title-2303.active, #creative-corner #ha-tab-title-2303:hover, #creative-corner section[data-tab="3"] {
    background-color: #efeffa !important;
}

#creative-corner #ha-tab-title-2303.active, #creative-corner #ha-tab-title-2303:hover, #creative-corner section[data-tab="4"] {
    background-color: #F9EFF3 !important;
}


.bdt-gallery-item-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3e3e3e;
    text-align: left;
}

.logo .over-type {
    background-color: #ac62e5;
}

.bdt-post-gallery .popular_post_title {
    margin-top: 10px;
}

.bdt-post-gallery .bdt-gallery-item-title {
    font-weight: bold;
    margin-bottom: 5px;
}

p.template-count {
    color: #b7b7b7;
    font-weight: 500;
    font-size: 13px;
    opacity: .9;
    margin: 3px 0;
}

.popular_post_date ul {
    display: flex;
    align-items: center;
}

.over-btn {
    font-weight: 500;
    font-size: 13px;
}

.over-btn.logo {
    color: #ac62e5;
}

.popular_post_date ul {
    display: flex;
    align-items: center;
}

.popular_post_date ul li {
    margin-right: 10px;
}

.popular_post_date ul li {
    color: #00bb94 !important;
}

.over-btn.web-graphic {
    color: #647fe7;
}

.business_banner_btn {
    margin: 20px 0;
}

.business_banner_btn.business_banner_btn_home {
    margin-bottom: 0;
}

.popular_post_date ul li span {
    margin: 0 5px;
}

.web-graphic .over-type {
    background-color: #6480e7;
}

#community-menu section[data-tab="1"], #ha-tab-title-3401.active, #ha-tab-title-3401:hover {
    background-color: #f0f5ff !important;
}

.over-type.services {
    right: 10px !important;
    background-color: #7898DD;
    color: #fff;
    left: unset;
}

.likes_views {
    display: flex;
}

.likes_views img {
    margin-right: 5px;
}

.color-link.services {
    color: #7898DD;
}

#community-menu #ha-tab-title-cm2.active, #community-menu #ha-tab-title-cm2:hover, #community-menu section[data-tab="2"], #community-menu section[data-tab="3"] {
    background-color: #F6F6F6 !important;
}

.business-directory-item {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
}

#community-menu #ha-tab-title-cm2.active, #community-menu #ha-tab-title-cm2:hover, #community-menu section[data-tab="2"], #community-menu section[data-tab="3"] {
    background-color: #F6F6F6 !important;
}

.discuss-wrapper {
    display: flex;
    justify-content: space-between;
    flex: 1 1 45%;
}

.discuss-questions {
    padding: 10px 20px;
    background: white;
}

.discuss-ideas {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    flex-basis: 48%;
}

.discuss-title {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 15px;
}

.discuss-title img {
    margin-right: 8px;
}

.discuss-questions {
    padding: 10px 20px;
    background: white;
}

.discuss-questions-body {
    display: flex;
}

.discuss-ideas .discuss-questions-body {
    border: unset;
}

.discuss-all-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #6e6e6e;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}

.discuss-all-link i {
    margin-left: 5px;
}

.over-btn.story, .over-title, .post-product-overlay {
    display: none;
}

.discuss-questions-vote__block.votes {
    background: rgba(35, 194, 168, .24);
    color: #008e77;
}

.discuss-questions-vote__block {
    border-radius: 2px;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0 0 .5em !important;
    width: 62px;
    height: 40px;
    text-align: center;
    padding: 5px;
}

.discuss-questions-vote__block.answers {
    background: #e7e7e7;
    color: #3e3e3e;
}

.discuss-questions-vote__block {
    border-radius: 2px;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0 0 .5em !important;
    width: 62px;
    height: 40px;
    text-align: center;
    padding: 5px;
}

.discuss-questions-vote__block {
    border-radius: 2px;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0 0 .5em !important;
    width: 62px;
    height: 40px;
    text-align: center;
    padding: 5px;
}

.discuss-questions-text {
    padding: 0 20px;
}

.discuss-questions-text__boldlink {
    color: #3e3e3e;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.discuss-taxonomy {
    font-weight: 500;
    color: #9d9d9d;
    border: 1px solid #d0d0d0;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 24px;
    display: inline-block;
    margin-bottom: 7px;
}

.discuss-taxonomy {
    font-weight: 500;
    color: #9d9d9d;
    border: 1px solid #d0d0d0;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 24px;
    display: inline-block;
    margin-bottom: 7px;
}

.discuss-questions-text p {
    display: block;
    font-size: 11px;
    height: 30px;
    overflow: hidden;
    margin-top: 6px;
}

.discuss-questions-vote__block span {
    font-weight: bold;
    display: block;
}

.discuss-taxonomy i {
    color: #23c2a8;
}

.report .over-type {
    background-color: #ff5252;
}

.marketing .over-type {
    background-color: #37c5ff;
}

.business-tool .over-type {
    background-color: #6ECB4E;
}

.over-btn.business-tool {
    display: none;
}

#business-resources-menu section[data-tab="2"], #ha-tab-title-2462.active, #ha-tab-title-2462:hover {
    background-color: #fff8df !important;
}

#business-resources-menu section[data-tab="3"], #ha-tab-title-2463.active, #ha-tab-title-2463:hover {
    background-color: #e5f5fe !important;
}

#business-resources-menu section[data-tab="4"], #ha-tab-title-2464.active, #ha-tab-title-2464:hover {
    background-color: #ffefef !important;
}

#content-hub-menu .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}

#content-hub-menu .elementor-image-box-img {
    width: 29px;
    margin-right: 5px;
    height: 29px;
}

#content-hub-menu .elementor-image-box-wrapper h3 {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
}

.elementor-button-wrapper {
    margin-bottom: 15px;
    text-align: left;
}

.left-popular-row {
    margin: 1.5rem 0;
}

.left-popular-row .popular_col {
    display: flex;
    padding: 22.5px;
    align-items: center;
    background-color: #c9f1de;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0 15px 0 0;
    border-radius: 5px;
}

.bdt-post-gallery-inner.business-tool img {
    height: 116px;
}

.right-popular-row .popular_row {
    width: 100%;
    display: flex;
}

.right-popular-row .popular_col {
    display: block;
    float: left;
    /* margin-right: 20px; */
    width: 33% !important;
}

.popular_col {
    padding: 10px;
    transition: .3s;
    border-radius: 4px;
}

.right-popular-row .popular_img_row.story {
    height: 135px !important;
}

.right-popular-row .popular_img_row {
    margin-bottom: 10px;
}

.popular_img_row.story {
    width: 100%;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 2rem;
    max-width: 240px;
}

.bdt-post-gallery.images-gallery .popular_row.img {
    display: flex;
    margin: 1rem 0;
}

.bdt-post-gallery.images-gallery .popular_col {
    padding: 5px;
    width: 100%;
}

.popular_img_row.image {
    height: 119px !important;
    position: relative;
    margin-bottom: 10px;
}

.popular_img_row.image img {
    height: 100%;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.over-type.image {
    background: #42b8d2;
    color: #fff;
    left: unset;
    right: 10px;
}

.over-type.video {
    right: 10px;
    background: #f55253;
    color: #fff;
    left: unset;
}

.popular_img_row.story img {
    height: 100%;
    border-radius: 5px;
    border: none !important;
    object-fit: cover;
}

.left-popular-row .popular_post_title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #3e3e3e;
    margin-top: 0px;
}

.bdt-post-gallery .bdt-gallery-item-title {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
}

.popular_post_date ul {
    display: flex;
    align-items: center;
}

.bdt-post-gallery-excerpt {
    font-size: 13px;
    font-weight: 400;
}

.popular_post_date p {
    font-size: 13px;
    color: #6c6c6c;
    margin: 8px 0 0;
    font-weight: 400;
    line-height: 1.5;
}

.right-popular-row .popular_img_row.story img {
    height: 135px;
    object-fit: cover;
}

.elementor-button-link.elementor-button {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #4f4f4f;
    text-transform: uppercase;
}

p.read.more {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #42b8d2;
}



.elementor-image-box-img img, .elementor-image-box-img svg {
    width: 25px;
    height: 25px;
}

.over-type.story {
    color: #fff;
    right: 10px;
    left: unset;
    font-weight: 600;
    background: #23c2a8;
}

.popular_col:hover {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}

.right-popular-row .bdt-gallery-item-title {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3e3e3e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bdt-post-gallery.images-gallery .popular_post_title h3 {
    font-size: 13px;
    color: #3e3e3e;
    font-weight: 500;
    line-height: 17px;
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.menu-dropdown-content.menu-all-products {
    background-color: #EBEBEB;
    background-image: url('https://cloud-cdn.4over4.com/2021/03/a-1.png');
}

.all-products-sort-btn {
    cursor: pointer;
    color: #3E3E3E;
    padding: 6px 14px;
    border-radius: 50px;
    border: none;
    background-color: #EFEFEF;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: lowercase !important;
}

.all-products-sort-btn:hover {
    color: #fff !important;
    background-color: #23C2A8 !important;
}

.all-products-sort-btn:focus {
    color: #3E3E3E;
    background-color: #EFEFEF;
    text-decoration: none;
    outline: none;
}

.sort-btn-active {
    background-color: #23C2A8;
    color: #fff !important;
}

.new-badge {
    border: 1px solid #23C2A8;
    border-radius: 7px;
    color: #23C2A8;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.05em;
    padding: 1px 4px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}

.influence-link {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.influence-link a {
    color: #008E77 !important;
}

.top-header-menu.float-right li a, .top-header-menu.float-right li.has-sub-menu {
    color: #3E3E3E;
    font-size: 13px;
}

.user-avatar-icon {
    width: 41px;
    height: 41px;
    border: 2px solid #23C2A8;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    padding-left: 2.2px;
}

.sign-in-text {
    color: #9D9D9D;
    font-size: 12px;
    font-weight: 500;
    margin-right: 0px;
}

.your-account-text {
    color: #3E3E3E;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.your-account-text span {
    color: #FD8516;
}

.industry-dropdown-wrapper {
    max-width: 200px;
    width: 100%;
    margin-left: 10px;
    position: relative;
}


.industry-label label {
    margin: 0;
    position: absolute;
    top: -11px;
    right: 11px;
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #9D9D9D;
    padding: 0 4px;
    width: 46px;
    height: 18px;
}

.industry-label {
    border-radius: 3px;
    width: 100%;
    padding: 0 10px;
    /*background: url(/assets/images/static/ind-dropdown-icon.png) no-repeat !important;*/
    background-position: 90% 50% !important;
    position: relative;
    cursor: pointer;

    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
}

.industry-label p {
    height: 35px;
    line-height: 35px;
    margin: 0;
    text-transform: capitalize;
    overflow: hidden;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #9D9D9D;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.industry-label p span.selected {
    color: #3E3E3E;
    font-weight: 600;
}

.industry-label .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.industry-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d6d6d6;
    -webkit-transition: .4s;
    transition: .4s;
}

.industry-label .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.industry-label .switch input:checked + .slider {
    background-color: #51D9C3;

    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-left: 5px;
    line-height: 18px;
}

.industry-label .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.industry-label .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.industry-label .switch .slider.round {
    border-radius: 34px;
    color: transparent;
}

.industry-label .switch .slider.round:before {
    border-radius: 50%;
}

.main-menu_item.signs-banners-displays .menu-dropdown-multi-column {
    margin-right: 0px !important;
}

.main-menu_item.signs-banners-displays .menu-dropdown-column-list.print-product-links ul {
    margin-right: 2rem;
}

@media screen and (max-width: 1599px) {
    .top-small-header .top-header-menu.float-right {
        float: inherit;
    }
}