.productCardBuy .priceInfo
{
    position: relative;
    clear: both;
}
.productCardBuy .oldPrice
{
    min-height: 22px;
    font-size: 16px;
    line-height: 140%;
    color: #898989;
    font-weight: 600;
    text-decoration: line-through;
}
.productCardBuy .oldPriceDiscont
{
    width: auto;
    right: 0px;
    top: -16px;
    position: absolute;
}
.productCardBuy .discount
{
    display: inline-block;
    white-space: nowrap;
    padding: 2px 8px 2px;
    font-size: 16px;
    line-height: 130%;
    color: #1F1F1F;
    font-weight: 600;
    background-color: #FFC166;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
div.innerPageWrapper
{
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    div.productCardBuy .price {
        min-width: unset;
        text-align: left;
    }
}
.btnFill.btnFillGrey
{
    background-color: #848383;
}
.btnFill.btnFillGrey:hover
{
    background-color: #616161;
}

.currencySelector {
    flex-direction: row-reverse;
    top: 30px;
    margin-top: 60px;
}

.currencySelector .priceSelectWrapper{
    min-width: 100px!important;
}

@media (max-width: 1253px) {
    .currencySelector {
        top: 0px;
        flex-direction: row;
        margin-left: -18px;
        margin-bottom: 10px;
    }
}

.productSection .productTabs {
    margin-top: 0px!important;
}

.siteTabs .tabsList .tab {
    z-index: 4;
}

.productBlock .image {
    width: 290px!important;
    height: 185px!important;
}

.productSection .contentContainer {
    margin-top: 60px!important;
}

.productSection .productBlock {
    align-items: center!important;
}