.success-cart {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 300px;
    position: absolute;
    margin-top: -60px;
    z-index: 2;
}

.success-cart-msg {
    margin-top: 220px;
}
#image-map{
    position: relative;
}

.account-panel.payment-section {
    position: relative;
}
.top-links .menu-wish.active{
    color:#fff;
}
.article-item p{
    text-align: left !important;
}
.pin {
    display: none;
}
.image-map{
      position: relative;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
    position: relative;
}


#b1{
    background: red;
}
.tippy-box{
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 70px 0px rgba(0,0,0,0.4)  !important;
    -moz-box-shadow: 0px 3px 70px 0px rgba(0,0,0,0.4)  !important;
    box-shadow: 0px 3px 70px 0px rgba(0,0,0,0.4)  !important;
}

.tippy-box .tippy-arrow::before {
    border-top-color: #fff;
}
.tippy-box[data-theme~='light'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #fff;
}
.tippy-box[data-theme~='light'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #fff;
}
.tippy-box[data-theme~='light'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #fff;
}
.tippy-box[data-theme~='light'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #fff;    
}
.apart-gallery figure{
    position: relative;
    height:500px;
    border:1px solid #eeeeee;
    padding:5px;


}
.apart-gallery figure img{
    position: absolute;
    max-height: 480px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;


}




