.axomatepriceafterdiscount_container {
    width:100%;
    margin-top: 5px;
    min-height: 30px;
}

.axomatepriceafterdiscount {
    display: inline-flex !important;
    align-items: center;
    padding: 5px 8px !important;
    box-sizing: border-box;
    color: #d4ad5e;
    border: 1px dashed #d4ad5e;
    font-style: initial;
    color: white;
    background: #e74c3c;
    border: none;
}

.axomatepriceafterdiscount .axomatepriceafterdiscount_title {
    font-size: var(--axomate-text-fs, 12px);
    line-height: 1.35;

    letter-spacing: 0.5px;
    margin-left: 5px;
}

.axomatepriceafterdiscount .axomatepriceafterdiscount_price {
    font-size: var(--axomate-price-fs, 16px);
    line-height: 1;
    position: relative;
}

.axomatepriceafterdiscount .axomatepriceafterdiscount_code {
    font-size: var(--axomate-text-fs, 12px);
    line-height: 1.35;
    color:black;
}

.axomatepriceafterdiscount .axomatepriceafterdiscount_discount_icon {
    height: 15px;
    width: auto;
    margin-right: 2px;
    transform: translateY(2px);
    display: none;
}

/* Qty4 banner */
.axomatepriceafterdiscount_qty4_wrapper {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.axomatepriceafterdiscount_container {
    overflow: visible !important;
}

.axomatepriceafterdiscount_info_trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 3px;
    vertical-align: middle;
}

.axomatepriceafterdiscount_info_icon {
    width: 14px;
    height: 14px;
    color: white;
    opacity: 0.85;
    transition: opacity 0.15s;
    pointer-events: none;
}

.axomatepriceafterdiscount_info_trigger:hover .axomatepriceafterdiscount_info_icon {
    opacity: 1;
}

.axomatepriceafterdiscount_hint {
    display: none;
}

.axomatepriceafterdiscount_hint_popup {
    position: fixed;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    padding: 6px 10px;
    // border-radius: 3px;
    white-space: normal;
    z-index: 2147483647;
    box-shadow: 0 1px 8px rgba(0,0,0,0.25);
    box-sizing: border-box;
}

.price {
    font-style: initial;
}

/* product page */

#product .product-price {
    float:left;
    text-transform: initial;
}

#product .product-price .current-price span {
    color: #333333;
}

#product .axomatepriceafterdiscount_container {
    min-height: 38px;
}

#product .axomatepriceafterdiscount {
    padding: 6px 10px !important;
    display: inline-flex !important;
    align-items: center;
    width: initial;
    clear: both;
}

#product .axomatepriceafterdiscount .axomatepriceafterdiscount_title {
    font-size: calc(var(--axomate-text-fs, 12px) + 2px);
    line-height: 1.4;
}

#product .axomatepriceafterdiscount .axomatepriceafterdiscount_price {
    font-size: calc(var(--axomate-price-fs, 16px) + 4px);
    line-height: 1;
}

#product .axomatepriceafterdiscount .axomatepriceafterdiscount_code {
    font-size: calc(var(--axomate-text-fs, 12px) + 2px);
    line-height: 1.4;
}

#product .axomatepriceafterdiscount_info_icon {
    width: 16px;
    height: 16px;
}

#product .axomatepriceafterdiscount_hint_popup {
    font-size: 12px;
}

.product-miniature .price {
    margin-left: 8px;
    font-size: 16px;
    min-height: 40px;
    overflow: visible;
}

#product .product-variants {
    margin-top: 70px;
}

#product .product-price .current-price span {
    margin-left: 10px;
}

#pattern .page-width {
    width: 96%;
}

.fpmainmenudiv_fixed #pk_top_menu .icon_menu {
    margin-left: 5px;
}