﻿img {
    width: 100%;
}

.md-product-heading {
    text-transform: uppercase;
    color: black;
}
.md-bottom-content-m .md-product-heading { 
    color: #000;
}
.md-bottom-content-m-right .md-product-heading {
    color: #000;
}

.md-product-details {
    color: #232323;
    letter-spacing: 1px;
    font-size: 15px;
}

.md-button {
    background-color: #A28D5F;
    color: #fff;
    padding: 10px 12px;
    font-weight: 600;
}

.md-bottom .md-product-heading {
    font-size: 28px;
    width: 290px;
    margin: auto;
}

.md-bottom .md-product-details {
    font-size: 16px;
}

.md-bottom .md-product-price {
    font-size: 18px;
}

.md-bottom .md-button {
    font-size: 15px;
}

.md-bottom {
    margin: 60px auto 0px;
    position: relative;
    width: 100%;
    display: flex;
    float: left;
}

.md-bottom-content-m {
    position: absolute;
    top: 180px;
    left: 105px;
    width: 459px;
}
.md-bottom-content-m-right {
    position: absolute;
    top: 170px;
    right: 76px;
    width: 459px;
}

.main-md-div {
    text-align: center;
    display: block;
    text-transform: inherit;
    background: url(/Media/MothersDay/Wave.png);
}

.md-product-price {
    color: #E4313D;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 12px;
}
.md-bottom-content-m .md-product-price {
    color: #E4313D;
}
.md-bottom-content-m .md-product-details {
    color: #000;
    margin-top: 10px;
}
.md-bottom-content-m-right .md-product-price {
    color: #E4313D;
}

.md-bottom-content-m-right .md-product-details {
    color: #000;
    margin-top: 10px;
}

a:hover {
    text-decoration: none;
}

.main-md-div .container .row .col-md-6 {
    margin-top: 60px;
}

.md-bottom-mobile-image {
    display: none;
}

p.md-product-price span {
    margin-right: 20px;
}
.md-bottom-content-m-right .md-product-heading.textWhiteColor, .md-bottom-content-m-right .md-product-details.textWhiteColor {
    color: #fff;
}


@media screen and (max-width: 1440px) {

    .main-md-div .md-bottom-content-m {
        top: 175px !important;
        left: 110px !important;
    }

    .main-md-div .md-bottom-content-m-right {
        top: 174px !important;
        right: 58px !important;
    }
}
@media screen and (max-width: 1300px) {
    .main-md-div .md-bottom-content-m {
        width: 414px;
    }

    .main-md-div .md-bottom-content-m-right {
        width: 414px;
    }

    .main-md-div .md-bottom-content-m {
        top: 88px !important;
        left: 96px !important;
    }

    .main-md-div .md-bottom-content-m-right {
        top: 88px !important;
        right: 116px !important;
    }
}
@media screen and (max-width: 1024px) {
    .main-md-div .md-bottom-content-m {
        width: 323px;
    }
    .main-md-div .md-bottom-content-m-right {
        width: 323px;
    }

    .main-md-div .md-bottom-content-m {
        top: 110px !important;
        left: 60px !important;
    }
    .main-md-div .md-bottom-content-m-right {
        top: 110px !important;
        right: 73px !important;
        left: unset !important;
    }
    .md-bottom-content-m-right .md-product-details, .md-bottom-content-m .md-product-details {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        max-height: 50px;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .md-bottom {
        width:95%;
    }
}
@media screen and (max-width: 769px) {
    .main-md-div .md-bottom-content-m {
        top: 82px !important;
        left: 40px !important;
        width: 300px !important;
    }
    .main-md-div .md-bottom-content-m-right {
        top: 75px !important;
        right: 48px !important;
        width: 300px !important;
    }
    .md-bottom {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .md-bottom-content-m-right .md-product-heading.textWhiteColor, .md-bottom-content-m-right .md-product-details.textWhiteColor {
        color: #000;
    }
    .main-md-div .md-bottom-content-m {
        position: unset !important;
        width: unset !important;
    }
        .md-bottom-content-m .md-product-heading {
            color: black;
            margin-top:10px;
        }
        .md-bottom-content-m .md-product-price {
            color: #E4313D;
        }
        .md-bottom-content-m .md-product-details {
            color: black;
        }
    .main-md-div .md-bottom-content-m-right {
        position: unset !important;
        width: unset !important;
    }

    .md-bottom-content-m-right .md-product-heading {
        color: black;
        margin-top: 10px;
    }

    .md-bottom-content-m-right .md-product-price {
        color: #E4313D;
    }

    .md-bottom-content-m-right .md-product-details {
        color: black;
    }
    .md-bottom {
        margin: 30px auto 30px;
        display: block;
    }
    .main-md-div .container .row .col-md-6 {
        margin-top: 30px;
    }
}