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

.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: 12px;
    line-height: 16px;
    font-family: 'Archivo Narrow';
    letter-spacing: 0.5px;
    margin-left: 5px;
}

.axomatepriceafterdiscount .axomatepriceafterdiscount_price {
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.axomatepriceafterdiscount .axomatepriceafterdiscount_code {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Archivo Narrow';
    color:black;
}

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

.price {
    font-style: initial;
}

/* product page */

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

#product .product-price .current-price span {
    font-family: 'Archivo Narrow';
    color: #333333;
}

#product .axomatepriceafterdiscount {
    padding: 6px 10px !important;
} 

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

#product .axomatepriceafterdiscount .axomatepriceafterdiscount_title {
    font-size: 14px;
    line-height: 20px;
}

#product .axomatepriceafterdiscount .axomatepriceafterdiscount_price {
    font-size: 24px;
    line-height: 24px;
}

#product .axomatepriceafterdiscount .axomatepriceafterdiscount_code {
    font-size: 14px;
    line-height: 20px;
}

.product-miniature .price {
    margin-left: 8px;
    font-size: 16px;
}

#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;
}