/*Logo*/
div#sp-logo {
    width: 100%;
}

/*Login/Logout Template Drop - down*/
li.sp-profile-dropdown-item:first-child {
    display: none;
}

.j2store-img-responsive {
    max-width: 100%;
    height: auto;
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2.product-title {
    font-size: 20px;
    text-align: center;
}

.sale-price {
    font-size: 28px !important;
    text-align: center;
}

.j2store-addtocart-form {
    text-align: center;
}

/*Cart*/
.j2store-minicart-button {
    font-family: Poppins;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    z-index: 9;
    position: relative;
}

div#j2store_cart_item_137 {
    z-index: 9999;
    position: relative;
    background-color: #fff;
}

div#j2store_cart_item_137 div.pull-right {
    margin-top: -20px;
}

/*JMP LOGIN AS*/
#switch-user {
    position: relative;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}

#switch-user .inn {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.view-cart-menu {
    height: 34px;
    padding: 0px 10px !important;
    line-height: 32px !important;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #000000 !important;
}

/*Carl Menu CSS
@media (min-width: 320px) and (max-width: 991px){

section#sp-section-3 .row {
    display: flex;
    flex-direction: column;
}
section#sp-section-3 {
    height: 92px !important;
}
.logo-image {
        height: 30px !important;
}

div#sp-logo {
    max-width: max-content !important;
}

div#sp-j2cart {
    max-width: max-content !important;
    position: relative !important;
    left: 81% !important;
    bottom: 46px !important;
}

div#sp-menu {
    max-width: max-content !important;
    position: relative !important;
    left: 89% !important;
    bottom: 98px !important;
}
}
*/
/*UPDATE -  Carl Menu CSS*/
@media (min-width: 320px) and (max-width: 991px){
  .d-none {
    display: unset !important;
}
a.ft-home, a.ft-purchase, a.ft-program, a.ft-help, a.ft-support {
    display: none !important;
}
div#sp-header-topbar div#sp-logo {
    display: none !important;
}
}