.product-attribute-plus-attr-col {
    border:1px solid #ccc;
	height:40px;
	width :40px;

    &.pa-plus-label-sw {
		font-weight:700;
		line-height:40px;
		text-align:center;
    }

    &.pa-plus-image-sw {
		background-repeat:no-repeat;
		background-size:cover;
    }
}

.product-attribute-plus-sw-image-img {
	height:100px;
	width:100px;
	position:relative;
	border:1px solid #dddddd;
	display:inline-block;

	img {
		height:100px;
		width:100px;
	}

    .product-attribute-plus-sw-image-img-remove:before {
		color: #ff0000;
		content: "\f335";
		font-family: dashicons;
		font-size: 20px;
		font-weight: normal;
		position: absolute;
		right: -9px;
		top: -13px;
    }
}