
/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
body.add-new-review div#review_form_wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	background: rgba(45, 45, 45, .95);
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 99;
}

div#review_form_wrapper .close, .modal_head {
	display: none;
}

body.add-new-review .modal_head {
	display: block;
}

body.add-new-review div#review_form_wrapper .close {
	display: inline-block;
	font-family: monospace;
	font-size: 36px;
	color: #000;
	outline: 0;
	text-align: right;
	float: right;
	padding-right: 20px;
	line-height: 1;
	cursor: pointer;
}

body.add-new-review span#reply-title {
	display: none;
}

body.add-new-review .modal_head .comment-reply-title {
	display: inline-block;
	float: left;
}

body.add-new-review div#review_form_wrapper div#review_form {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	max-width: 600px;
	max-height: 420px;
	background: #fff;
	padding-top: 20px;
	padding-left: 20px;
}

body.add-new-review div#respond {
	overflow-y: auto;
	height: calc(100% - 60px);
	width: 100%;
	padding: 0;
	padding: 0;
	padding-right: 20px;
}

a#add-a-review {
	white-space: pre;
	outline: 0;
}

div.product .woocommerce-product-rating a.woocommerce-review-link {
	margin-right: 10px;
}
