@media (min-width: 768px) {
    .logo {
        margin: -4px auto 21px 0 !important;
    }
}

.old-price .price {
    text-decoration: line-through;
    color: gray;
}
.old-price .price-label {
    display: none;
}
.special-price .price {
    color: #00b32e;
    font-weight: bold;
}
.product-info-price .old-price .price-label {
    display: none !important;
}
.product-info-price .price-box {
    white-space: nowrap;
}
.product-info-price .price-box .special-price {
    display: inline-block;
}

.product.media .gallery-placeholder {
    position: relative;
}
.product-item-info .label-special {
    display: block;
}
.label-special.percentage {
    right: 0;
    top: 0;
    height: 52px;
    line-height: 50px;
    width: 52px;
    padding: 0;
    border-radius: 50%;
    background-color: #E2504C;
    font-size: 18px;
    color: #FFF;
    position: absolute;
    z-index: 9;
    text-align: center;
    text-transform: uppercase;
}
.products.list .label-special.percentage {
    height: 40px !important;
    line-height: 40px !important;
    width: 40px !important;
    font-size: 15px !important;
}
.fotorama--fullscreen .label-special.percentage {
    display: none !important;
}
.products.list .item.product {
    position: relative;
}
.navigation {
    z-index: 10 !important;
}
.product-item-info {
    width: auto;
}
.related-products {
    float: left;
    margin-bottom: 40px;
}
.estimated-date-of-delivery {
    display: inline-block;
    margin-right: 30px;
}
.label-green {
    background-color: green;
    color: white;
    padding: 2px 10px;
    border-radius: 6px;
    display: inline-block;
}
.catalog-product-view .related-products {
    width: 100%;
}
