.cart-subtotal .b {
    padding-top: 24px !important;
}

.subcartblocks {
    margin-bottom: 22px !important;
}

.category-contact-form-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0;
}

.category-contact-form-wrapper .container {
    width: 100%;
    max-width: 960px;
}

.category-contact-form-wrapper label {
    position: relative;
    margin: 15px 0 10px 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
}

.category-contact-form-wrapper .form-description {
    margin: 25px 0;
}

.category-contact-form-wrapper input[type="text"] {
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    border: 1px solid rgba(71, 75, 70, .3);
    font-family: "Basis";
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.category-contact-form-wrapper input[type="checkbox"] {
    margin-right: 10px;
}

.category-contact-form-wrapper input[type="submit"] {
    background: #16c3b2;
    color: #000;
    border-radius: 100px;
    padding: calc((40px - 24px)/2) 26px;
    margin: 0;
    line-height: 24px;
    font-weight: 700;
    font-family: "WolpePegasus", Arial, sans-serif;
    line-height: 24px;
}

.category-contact-form-wrapper input[type="submit"]:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), #16c3b2;
    color: #000;
}

.category-contact-form-wrapper .consent-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

.category-contact-form-wrapper .button-wrap {
    margin: 25px 0;
}

.card-prod__info-value {
    margin-bottom: 10px;
}


/* header-dropdown-sub make this scrollable down if screen is lower than container */
/* if display height is less than 677px */
/* @media screen and (max-height: 677px) {
    .header-dropdown-sub>div {
        overflow-y: scroll;
        max-height: 300px;
    }
} */

.mega-content {
    max-height: calc(100vh - 188px);
    overflow-y: auto;
}

.header-fixed .mega-content {
    max-height: calc(100vh - 47px);
   
}

.header-dropdown-sub::-webkit-scrollbar {
    width: 10px !important;
    display: block !important;
}

.header-dropdown-sub::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.header-dropdown-sub::-webkit-scrollbar-thumb {
    background: #888;
}

.header-dropdown-sub::-webkit-scrollbar-thumb:hover {
    background: #555; /* color of the scroll thumb when hovering */
}