.woo-preview .row .col-sm-3 {
	display: inline-block;
	margin: 10px 10px 0px 0px;
	max-width: 120px;
	vertical-align: top;
}
.woo-preview .woouploads-preview {
	max-width: 100%;
}
.woo-preview .woouploads-details p {
	word-break: break-word;
}


body.woo-modal {
	overflow: hidden;
}

body.woo-modal .woouploads-modal {
	display: block;
}

.woouploads-modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.woouploads-modal-body {
	position: absolute;
	margin: auto;
	width: 80%;
	height: 80%;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 25px 50px;
	box-sizing: border-box;
	overflow-y: auto;
}

.woouploads-modal-close {
	position: absolute;
	background: #fff;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.button.button-block {
	display: block;
	width: 100%;
	text-align: center;
}

#woocommerce-product-data ul.wc-tabs li.woo_uploads_tab a::before {
	content: '\f13b' !important;
}
