.product-detail .pdp-tabs-header,
.tabs-outer-bottom .pdp-tabs-header {
    background-color: #f6f2f4;
}
.product-detail .pdp-tabs-header,
.tabs-outer-bottom .pdp-tabs-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background-color: #f8f8f8;
    margin: 0 0 2.625rem;
}

.product-detail .pdp-tabs-header .tab.active,
.tabs-outer-bottom .pdp-tabs-header .tab.active {
    background-color: #fff;
    color: #1c3a56;
    border-bottom: 2px solid #1c3a56;
}

.product-detail .pdp-tabs-header .tab,
.tabs-outer-bottom .pdp-tabs-header .tab {
    color: #4c221a;
}

.product-detail .pdp-tabs-header .tab,
.tabs-outer-bottom .pdp-tabs-header .tab {
    padding: .625rem 0;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 230px;
    text-align: center;
}

.price .strike-through{color:#545454;}
.product-grid .product-tile .flag-top:hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}