.m-active-link {color: brown !important;} 

.prod-cart-cover {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.prod-cart-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* height: 4rem; */
    height: 3.8rem;
}

.s-alert{
    position: fixed!important;
    right: 15px;
    bottom: 0;
    z-index: -1;
}

.bg-gray {background: #e3e2e2;}

.add-img-num {
    font-size: 1.4rem;
    font-weight: 600;
    color: #aeaeae;
}

.add-img-link {
    font-size: 1.4rem;
    text-decoration: none;
    cursor: pointer;
    color: #aeaeae;
}

.add-img-link:hover {
    color: #6a6969;
}
.m-btn {
    width: 4rem;
}
.m-btn span {
    border: black solid 3px;
    width: 100%;
    display: block;
    margin-bottom: 7px;
    border-radius: 4px;
}
.m-btn span:last-child {margin-bottom: 0;}

.navbar-toggler:focus {
    box-shadow: unset!important;
}

.m-nav-dropdown {
    background: #979696 none repeat scroll 0% 0%;
    border-radius: 0px 7px 7px;
}

/* Gallery */

.gallery {
    display: flex;
    margin: 10px auto;
    max-width: 600px;
    position: relative;
    padding-top: 66.6666666667%;
}

@media screen and (min-width: 600px) {
.gallery {
    padding-top: 400px;
}

}
.gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 402px;
    overflow: hidden; /* MY */
    -o-object-fit: cover; /* MY */
    object-fit: contain; /* MY */
    -o-object-position: center; /* MY */
    object-position: center; /* MY */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery__thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
}

/* MY */
.thumb-img {
    width: 70px;
    height: 100%;
}
/* // MY */

.gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.gallery__selector:checked + .gallery__img {
    opacity: 1;
}

.gallery__selector:checked ~ .gallery__thumb > img {
    box-shadow: 0 0 0 3px #0be2f6;
}

.carousel-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.carousel-item {
    height: 30rem;
}

/* // Gallery */

.prod-description {white-space: break-spaces;}

@media screen and (max-width: 991px) {
    .mdn {
        display: none;
    }
    .mhbox :nth-child(1) { order: 3; }
    .mhbox :nth-child(3) { order: 4; }
    .mhbox :nth-child(4) { order: 1; }
}
@media screen and (min-width: 992px) {
    .ldn {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .gallery {padding-top: 26rem !important;}
}

@media screen and (max-width: 390px) {
    #main-cart {display: none;}
    #mobile-cart {margin-bottom: .5rem !important;}
    #mobile-cart a {padding-left: 0 !important;}
}

@media screen and (min-width: 391px) {
    #mobile-cart {display: none;}
}

.dis-none{display: none;}

/* .deletr ~ li:nth-child(-n+3) a {
    background-color:green;
} */