.flex-1 {
    flex: 1;
}

.header-logo-wrapper {
    width: 100%;
    max-width: 130px;
}

.main-header .sm-icon {
    width: 26px;
    height: 26px;
}

.main-header .mobile-header .cart-item {
    position: relative;
    margin-left: 10px;
    margin-right: 30px;
}

.main-header .header-desktop .cart-item .number-products,
.main-header .mobile-header .cart-item .number-products {
    background-color: #E5B498;
    color: #424F4E;
    position: absolute;
    top: -10px;
    right: -20px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    line-height: 21px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header .mobile-header .cart-item .number-products {
    line-height: 20px;
}

.main-header .header-desktop .newlogo {
    top: 26px;
}

.main-header.header-scrolling .header-desktop .newlogo {
    top: 8px;
}

.woocommerce-checkout .validate-required label:after {
    content: ' *';
    color: red;
    font-weight: bold;
}

.woocommerce-checkout input[type="radio"]:checked {
    background-color: #d6a4a8;
}

.woocommerce-checkout input[type="radio"]:checked:focus {
    box-shadow: none !important;
    border: 2px solid #000000 !important;
}

/* REGISTER PAGE */
body#woocommerce-account .pelostop-button-register.disabled {
    cursor: not-allowed;
}

.account-errors {
    color: red;
    font-size: 10pt;
    margin-bottom: 10px;
    display: none;
}

.blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

.my-account-page .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    display: block;
}

.woocommerce-account .validate-required label:after {
    content: ' *';
    color: red;
    font-weight: bold;
}