:root {
    --page-color-lifestyle: #e51c8b;
}
body {
    height: unset;
    background: #fff;
    overflow: auto;
    overflow: overlay;
}
body::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}
body::-webkit-scrollbar-thumb {
    background-color: #66666666;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
#add-to-cart {
    min-width: unset;
    padding: 10px min(50px, 50% - 40px);
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clear-position {
    position: unset;
}
[class*="col-"] {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
#-pre-space {
    min-height: 20px;
    flex-grow: 1;
}
.wrap {
    min-height: unset;
    padding: 0;
    color: #000;
}
body,
.wrap,
.product-detail,
.product-detail > .main-ajax-product {
    height: 100%;
}
.product-detail {
    position: relative;
    padding: 15px;
}
.product-detail .ratio .ratio-container {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.product-detail .product-name {
    width: 100%;
    font-size: 40px;
    margin-top: -6px;
    margin-bottom: 20px;
    line-height: 1.25;
}
.product-detail .product-name > span {
    position: relative;
}
.product-detail .product-name > span:before {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    border: 1px solid #000;
    bottom: -5px;
    transition: .8s;
}
.product-detail .product-name > span:hover:before {
    width: calc(100% + 60px);
}
.product-detail .product-profile > p,
.product-detail .product-profile .product-description {
    font-size: 18px;
}
.product-detail .product-profile > p a {
    font-weight: 300;
    color: #000;
    text-decoration: underline;
}
.product-detail .product-profile > p a:hover {
    opacity: .6;
}
#notification-popup-area {
    position: absolute;
    top: 20px;
    right: 20px;
}
#notification-popup-area .popup-order-notification {
    display: table;
    margin-top: 15px;
    margin-left: auto;
    padding: 15px 35px;
    border: 1px solid silver;
    border-radius: 11px;
    background: #ccc;
    z-index: 123459;
    font-size: 16px;
    width: fit-content;
    width: -moz-fit-content;
}
#notification-popup-area .popup-order-notification.success {
    border-color: #2a8426;
    background: #eafdeb;
}

#notification-popup-area .popup-order-notification.error {
    border-color: #d43f3a;
    background: #eed3d7;
}
@media (max-width: 500px) {
    .main-ajax-product {
        margin-top: 68px;
    }
    .product-detail .product-name {
        position: absolute;
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    [class*="col-"] {
        width: 100%;
    }
}
@media (min-width: 501px) {
    .product-detail .product-name > span:before {
        content: unset;
    }
    .product-detail > .row {
        display: flex;
        width: calc(100% + 30px);
    }
    .product-detail .ratio {
        height: 100%;
    }
    .product-detail .ratio:before {
        content: unset;
    }
    .product-detail .product-profile {
        height: 100%;
        flex-direction: column;
        display: flex;
    }
}
#page-breadcrumbs{
    display: none;
}
.lock_design{
    position: absolute;
    z-index: 123459;
    background: #f8f8f7d9;
    /*background: #00000000;*/
    width: 100%;
    height: 100%;
    top: 0;
    padding: 50px 200px;
}
.lock_content{
    /*border: 1px solid var(--page-color-lifestyle);*/
    /*background: #ffffff;*/
    color: var(--page-color-lifestyle);
    width: 100%;
    height: 100%;
    background: #00000000;

}
.lock_form{
    position: absolute;
    background: #ffffff;
    border: 1px solid var(--page-color-lifestyle);
    width: 400px;
    height: 175px;
    padding: 15px;
    left: calc(50% - 200px);
    top: calc(50vh - 100px);
    text-align: center;
}
.lock_image{
    position: fixed;
    width: 15vw;
    left: 7vw;
}
@media only screen and (max-width: 1000px) {
    .lock_content{
        background: #00000000;
        border: #00000000;
    }
    .lock_image{
        width: 25vw;
    }
}
@media only screen and (max-width: 400px) {
    .lock_form{
        height: auto;
        width: 100vw;
        left: 0;
    }
}
@media only screen and (max-height: 300px) {
    .lock_form{
        top: 20%;
    }
}

@media only screen and (max-height: 500px) {
    .lock_image{
       display: none;
    }
}
@media only screen and (max-width: 600px) {
    .lock_image{
       display: none;
    }
}

.lock_form label{
    font-size: large;
    text-transform: uppercase;
}
#lock_password{
    margin-bottom: 15px;
}
.md-btn--warning {
    background-color: #f07d0b;
    color: #fff !important;
    border-color: #f07d0b;
}

.md-btn--warning:hover {
    background-color: #f3973c;
    border-color: #f3973c;
}

.vietcraft-header-menu-area {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background-color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area:before,
.vietcraft-header-menu-area:after {
    display: table;
    content: " ";
}

.vietcraft-header-menu-area:after {
    clear: both;
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar-thumb {
    background-color: #eeeeee66;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item:not(.relative) {
    position: unset;
}

.vietcraft-header-menu-area .vietcraft-header-menu-item > a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a .caret {
    margin-left: 8px;
    margin-top: -2px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-top: 0;
    float: unset;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu a {
    color: #9e9e9e;
    text-decoration: none;
    font-weight: 500;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width {
    padding: 20px;
    width: 100%;
    display: block;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown:not(.open) .dropdown-menu.full-width {
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    height: 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width a:hover {
    color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block:not(:last-of-type) {
    margin-bottom: 25px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > a {
    text-transform: uppercase;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li:before {
    content: "\f101";
    position: absolute;
    left: 2px;
    top: 0;
    font: normal normal normal 14px/28px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li > a {
    display: block;
    padding: 3px 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu {
    left: -1px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu > .vietcraft-header-menu-sub-item > a {
    padding: 10px 20px;
    transition: .5s;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu > .vietcraft-header-menu-sub-item > a:hover {
    color: #fff;
    background-color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.open > a,
.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a:hover,
.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a:focus {
    color: var(--page-color-lifestyle);
    background-color: #fff;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item:not(.dropdown) > a:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .header-search {
    width: 330px;
    display: flex;
    padding-right: 20px;
}

.vietcraft-header-menu-area .header-search > a {
    display: inline-block;
    vertical-align: middle;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search {
    padding: 5px 0;
    flex-grow: 1;
}

.vietcraft-header-menu-area .header-search > a.md-btn {
    margin: 5px 0 5px -4px;
    padding: 5px 10px;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search .select2-container--krajee .select2-selection {
    border-radius: 0;
    height: 33px;
    font-weight: 500;
    text-transform: none;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    visibility: hidden;
}

.vietcraft-header-menu-area {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100vw;
    background-color: var(--page-color-lifestyle);
    padding-left: 50px;
}

.vietcraft-header-menu-area:before,
.vietcraft-header-menu-area:after {
    display: table;
    content: " ";
}

.vietcraft-header-menu-area:after {
    clear: both;
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar-thumb {
    background-color: #eeeeee66;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.vietcraft-header-menu-area .vietcraft-header-menu::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item:not(.relative) {
    position: unset;
}

.vietcraft-header-menu-area .vietcraft-header-menu-item > a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a .caret {
    margin-left: 8px;
    margin-top: -2px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-top: 0;
    float: unset;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu a {
    color: #9e9e9e;
    text-decoration: none;
    font-weight: 500;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width {
    padding: 20px;
    width: 100%;
    display: block;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown:not(.open) .dropdown-menu.full-width {
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    height: 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width a:hover {
    color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block:not(:last-of-type) {
    margin-bottom: 25px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > a {
    text-transform: uppercase;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li:before {
    content: "\f101";
    position: absolute;
    left: 2px;
    top: 0;
    font: normal normal normal 14px/28px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul > li > a {
    display: block;
    padding: 3px 0;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu {
    left: -1px;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu > .vietcraft-header-menu-sub-item > a {
    padding: 10px 20px;
    transition: .5s;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu > .vietcraft-header-menu-sub-item > a:hover {
    color: #fff;
    background-color: var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.open > a,
.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a:hover,
.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a:focus {
    color: var(--page-color-lifestyle);
    background-color: #fff;
}

.vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item:not(.dropdown) > a:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--page-color-lifestyle);
}

.vietcraft-header-menu-area .header-search {
    width: 330px;
    display: flex;
    padding-right: 20px;
}

.vietcraft-header-menu-area .header-search > a {
    display: inline-block;
    vertical-align: middle;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search {
    padding: 5px 0;
    flex-grow: 1;
}

.vietcraft-header-menu-area .header-search > a.md-btn {
    margin: 5px 0 5px -4px;
    padding: 5px 10px;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search .select2-container--krajee .select2-selection {
    border-radius: 0;
    height: 33px;
    font-weight: 500;
    text-transform: none;
}

.vietcraft-header-menu-area .header-search > a.dropdown-search .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    visibility: hidden;
}

.header-mb-control-nav {
    position: absolute;
    top: 0;
    left: -46px;
    float: left;
    display: block;
    width: 26px;
    height: 42px;
    margin: 0 10px;
    transition: .2s;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

.header-mb-control-nav .bars {
    position: absolute;
    top: calc((100% - 21px) / 2);
    left: 2px;
    height: 3px;
    width: 22px;
    background: #fff;
    transition: all 0.3s ease-in-out;;
}

.header-mb-control-nav .bars:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 3px;
    width: 22px;
    background: #fff;
    transition: all 0.3s ease-in-out;;
}

.header-mb-control-nav .bars:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    height: 3px;
    width: 22px;
    background: #fff;
    transition: all 0.3s ease-in-out;;
}

#header-mb-control:checked + .header-mb-control-nav .bars {
    transform: translateY(9px) rotate(45deg);
}

#header-mb-control:checked + .header-mb-control-nav .bars:before {
    transform: translateY(-9px) rotate(90deg);
}

#header-mb-control:checked + .header-mb-control-nav .bars:after {
    transform: translateY(-18px) rotate(-90deg);
}

@media (max-width: 991px) {
    .vietcraft-header-menu-area {
        padding-left: 0;
    }
    .vietcraft-header-menu-area .vietcraft-header-menu {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        height: 100vh;
        z-index: 1001;
        transition: .8s;
        overflow: visible;
    }
    .vietcraft-header-menu-area .vietcraft-header-menu > ul {
        background-color: #222;
        max-width: calc(100vw - 48px);
        height: 100%;
        overflow: auto;
        transition: opacity 1s;
        opacity: 0;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.vietcraft-header-menu-item.dropdown .dropdown-menu {
        position: relative;
        border: 0;
        box-shadow: unset;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a {
        padding: 20px;
        min-width: 250px;
        width: 100%;
        max-width: 100vw;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item > a:hover {
        background-color: var(--page-color-lifestyle);
        color: #fff;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.open > a {
        background-color: #eee;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown .dropdown-menu.full-width .vietcraft-header-menu-sub-menu-block > ul {
        margin-top: 5px;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.dropdown.relative > .dropdown-menu {
        left: unset;
    }
    #header-mb-control:checked ~ .vietcraft-header-menu {
        transform: translateX(0);
    }
    #header-mb-control:checked ~ .vietcraft-header-menu > ul {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .vietcraft-header-menu-area .header-mb-control-nav {
        display: none;
    }

 .vietcraft-header-menu-area {
     padding-left: 50px;
 }

    .vietcraft-header-menu-area .vietcraft-header-menu {
        float: left;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item {
        display: inline-block;
        margin-right: -4px;
    }

    .vietcraft-header-menu-area .vietcraft-header-menu .vietcraft-header-menu-item.vietcraft-header-menu-item-pull-right {
        float: right;
    }
}


.exhibitor-detail .exhibitor-profile a {
    text-decoration: underline;
    color: var(--system-color-darkgray);
    font-weight: 300;
}

.exhibitor-detail .exhibitor-profile > * {
    font-size: 18px;
}

.exhibitor-detail .exhibitor-profile > p {
    margin-bottom: 15px;
}

.exhibitor-detail .exhibitor-profile .exhibitor-name {
    font-size: 30px;
    line-height: 1.5;
    color: var(--page-color-lifestyle);
}

.exhibitor-detail .exhibitor-profile .exhibitor-logo {
    padding-bottom: 30px;
}

.exhibitor-detail .exhibitor-viewed {
    color: var(--page-color-lifestyle);
    padding-bottom: 15px;
}

.exhibitor-detail .exhibitor-profile .exhibitor-logo img {
    min-height: 160px;
    max-height: 210px;
    border: 5px solid #ccc;
    max-width: 100%;
}

.exhibitor-detail .exhibitor-profile-right {
    padding-top: 8px;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-profile-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-profile-title:not(:first-child) {
    margin-top: 25px;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product {
    margin-left: -5px;
    margin-right: -5px;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .exhibitor-product-item {
    position: relative;
    width: 50%;
    padding: 0 0 5px 5px;
    float: left;
}

.exhibitor-image {
    border-bottom: none !important;
}

.exhibitor-detail .exhibitor-profile-right .exhibitor-product .product-name {
    background: var(--page-color-lifestyle) !important;
    width: 100%;
    height: 40px;
    text-overflow: ellipsis;
    font-weight: 700;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    border-top: none !important;
    opacity: 0.6;
}
#sign-in [class*='site-'] .card .page-title {
    font-size: 46px;
    line-height: 52px;
}

.page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    padding: 10px 0;
}
.text-muted {
    color: #777;
}