body{
    background: #FFF;
}
.prodimg_container{
    max-width: 500px;
    border-radius: 5px;
    background: #FFF;
    min-height: 400px;
    margin-top: 50px;
    padding: 15px;
    margin: 0 0;
}
.country{
    margin-bottom: 5px;
}
.country img{
    float: left;
    position: relative;
    top: 7px;
    margin-right: 10px;
    width: 28px;
}
.country .name{
    font-weight: bold;
    color: #333;
}
.country .prop{
    float: left;
    width: 50%;
}
.country .prop .lbl{
    font-size: 11px;
    line-height: 11px;
    float: left;
    color: #AAA;
    margin-left: 38px;
    margin-right: 5px;
}
.country .prop .val{
    font-size: 11px;
    line-height: 11px;
    color: #666;
}

.ms-ctn .ms-sel-ctn input {
    float: left;
    height: 20px !important;
}

.ms-sel-item img{
    float: left;
    position: relative;
    top: 3px;
    margin-right: 5px;
    height: 14px
}
.ms-sel-item .name{
    float: left;
}

.buttons { display: none; overflow: auto; margin: 22px 0 }

.buttons a input { margin-right: 10px }

.buttons h5 { font-weight: bold }

.images {
	display: flex;
    gap: 16px;
}
.images div {
	
}

.images div img {
    max-width: 100%;
}

.downloads {

	border-top: 1px solid #cacaca;
}

.downloads a input { float: none; display: block; width: 200px; margin-bottom: 10px; background-color: #00a0ff; color: #fff; border: none }
.downloads a:hover input { background-color: #00a0ff; color: #fff; }



form#form_prodimages {
    position: relative;
}

form#form_prodimages.loading:before {
    position: absolute;
    background-color: #ffffff9c;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    content: "";
    z-index: 100;
}

form#form_prodimages.loading:after {
    position: absolute;
    background-color: #d3d9d9;
    width: 75%;
    /* height: 100%; */
    top: 50%;
    display: block;
    content: "Please wait, product data is being loaded..";
    z-index: 101;
    text-align: center;
    margin: -16px 12.5% 0;
}