.ms-map-dots span {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--color3);
    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);
    color: white;
    font-size: 10px;
    line-height: 13px;
}

#ms-map-container {
    display: block;
    max-width: fit-content;
    position: relative;
}

.selectTaggingProduct {
    background: #f0f0f0
}
#mtImageLook {
    width: 100%;
    height: auto;
}

.mtp-table-items input {
    width: 60px;
    text-align: center
}

/*#mtlContainer {
    background: #fff;
}*/
.mtlook {
    
    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;
    margin-bottom: 40px;
}
.mtp-content {
    text-align: left;
}
.mtp-content .title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}
.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: var(--bg-body);
    max-height: 1190px;
    overflow: auto;
    margin-bottom: 30px;
}

.mtlook .itemlistcontent::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.mtlook .itemlistcontent::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.mtlook .itemlistcontent::-webkit-scrollbar-thumb {
  background: var(--color3);
}

#ms-map-container {
    display: block;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.mtp-item {
    margin-bottom: 12px;
}
div#mtlDescription {
    font-size: 14px;
    margin-bottom: 15px;
}
.subcontainer_items {
    background: white;
    padding: 25px;
    border-radius: var(--border-radius-custom);
    box-shadow: var(--box-shadow);
}