table.phoe_attachment_table h5 {
	margin: 0;
}
	
.phoen_open_popup .phoen_product_details {
    background-color: #eee;
    border: 1px solid #ccc;
    display: block;
    height: 450px;
    left: 50%;
    opacity: 0;
    overflow-x: auto;
    padding: 30px 20px 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    width: 100%;
	max-width: 1284px;
    z-index: -1;
}
.phoen_open_popup .phoen_product_details {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    z-index: 999;
}

.phoen_parent.phoen_open_popup .phoen_product_details {
    display: block;
}

.phoen_parent .phoen_product_details {
    display: none;
}

.phoe_show_data_cross {
    background-color: #32373c;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 8px;
    width: 20px;
	cursor: pointer;
	font-weight: bold;
}

.phoen_upper_table {
    float: left;
    width: 30%;
}

.maindiv {
    float: left;
    width: 70%;
}
table.phoen_table{
	width: auto;
}
table.phoen_table tr td{
	max-width: 300px;
    padding: 15px;
    text-align: center;
}
table.phoen_table tr td .remove_compare{
	 background-color: #4f4f4f;
    background-image: none;
    border: 0 none;
    color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.phoen_parent .id{
	 background-color: #4f4f4f;
    background-image: none;
    border: 0 none;
    color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.phoen_cross_upper{
	background: #ccc none repeat scroll 0 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
	padding: 0 15px;
}
.phoen_add_to_cart a.phoen_add_cart_btn{
	background-color: #4f4f4f;
	color: #fff;
}