#am2_meta_box {
    overflow: hidden;
    padding-bottom: 1em;
}
 
#am2 .am2-upload {
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
}
 
#am2 .am2-upload-headline {
    background-color: #f1f1f1;
    font-weight: bold;
    margin: 0;
    padding: 5px 8px 8px;
}

#am2 .am2-upload-desc {
    padding: 5px 8px 8px;
}	

#am2 .am2-upload-preview {
    position: relative;
    cursor: crosshair;
}

#am2 .am2-upload-preview img {
    height: auto;
    width: 100%;
    pointer-events: none;
}	

#am2 .am2-button {
    margin: 8px 0 8px 8px;
}
	
#am2 .am2-upload-clear {
    color: #555;
}
	
#am2 .am2-upload-id {
    background: #eeeeee;
    border: 1px solid silver;
    color: #999;
    display: block;
    margin: 0 8px 8px;
    width: 40px;
}

#am2 .am2-shop-pin {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 0;
    background: #ffeb3b;
    position: absolute;
    transform: rotate(-45deg);
    left: 0;
    top: 0;
    margin: -40px 0 0 -20px;
}

#am2 .am2-shop-pin.is-visible {
    display: block;
}

#am2 .am2-shop-pin::after {
    content: '';
    width: 15px;
    height: 15px;
    margin: 12px 0 0 12px;
    background: #2F2F2F;
    position: absolute;
    border-radius: 50%;
}