.ms-map-dots span {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #768692;
    border-radius: 100%;
    margin-left: -2px;
    margin-top: -2px;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

#ms-map-container {
    display: block;
    max-width: fit-content;
    position: relative;
}

.selectTaggingProduct {
    background: #f0f0f0
}

#mtImageLook {
    width: 100%;
}

.mtp-table-items input {
    width: 60px;
    text-align: center
}

#mtlContainer {
    background: #fff;
}

.mtlook {
    background: #fff;
    border: 1px solid;
    margin: 5px;
}
.mtp-image img{width:100%;}
.mtp-qty{text-align: center;}

body.ismegatagging .js-product-container, body.ismegatagging div#_desktop_tabs{
    display: none
}

/*new*/
.mtlook {
    background: #fff;
    border: none;
    margin: 0px;
}
.mtp-content {
    text-align: left;
}
.mtp-content .title {
    font-size: 14px;
    border-bottom: 1px solid grey;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.mtp-content span.mpd-price {
    font-weight: bold;
}
.mtp-content .hasdiscounts span.mpd-price {
    color: #991515;
}
.mtp-content span.oldprice {
    text-decoration: line-through;
    font-size: 11px;
    font-weight: bold;
    padding-right: 6px;
}
#product .mtp-content .ecommaddtocart_productlist {
    max-width: 210px;
    min-width: 210px;
}
div#mtl-buttons .btn-primary {
    width: 100%;
    margin-top: 30px;
}
.mtlook .itemlistcontent {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 30px;
}
#ms-map-container {
    display: block;
    max-width: fit-content;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.mtp-item {
    margin-bottom: 12px;
}