/*
	Theme Name: Theme
	Description: Theme Wordpress site
	Version: 1.0
	Author: Shlomi Zidkiya
	Author URI: https://spank.co.il
*/

.proposal{
  align-text: center;
}

.why-us{
 margin-top: 200px; 
}
.text-homepage{
margin: 2% 15% 5% 15%;
  text-align: center;
}
button:focus {
  outline: none;
  box-shadow: none;
}
.section-cat .item .info .headline
{
	font-size:2.1rem !important;
}
.show-all-reviews{
    background: transparent !important;
    border: 1px solid #51aa66;
}
.add-reviews button{
	background: transparent !important;
	border: 1px solid #51aa66;
}
.add-reviews {
	justify-content: center;
	margin: 10px;
}
.glsr-review-avatar img {
    border-radius: 100px;
}
.glsr-review{
	padding: 20px;
	border-radius: 25px;
	background-image: linear-gradient(to right, rgba(81, 170, 102,0.5), rgba(0,0,0,1));
}
.content {
    padding-left: 25px;
}
.glsr-review-rating, .glsr-review-content {
    float: left;
		text-align: left;
}
.glsr-default .glsr-reviews, .glsr-default .glsr-reviews-wrap {
    grid-gap: 1rem !important;
    gap: 1rem !important;
    text-align: left;
}
.glsr-default .glsr-reviews, .glsr-default .glsr-reviews-wrap .glsr-reviews > p{
  padding: 10px;
  direction: ltr;
}
.glsr-review {
    direction: ltr;
		margin: 0px 10px;
}

.wrapper button {
    float: right;
}
.popup {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	display: none;
	z-index: 5000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.popup .add-new-reviews {
    max-width: 600px;
    width: 90%;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 10px;
    z-index: 5001;
    text-align: center;
}
.popup .add-new-reviews p{
	direction:ltr;
}
.glsr-default form.glsr-form input.glsr-input, .glsr-default form.glsr-form textarea.glsr-textarea {
    color: #fff !important;
    font-size: 15px !important;
    background: #0c1a19 !important;
    border: none !important;
    padding: 20px !important;
    border-radius: 30px !important;
		    text-align: left;
}
.glsr-default form.glsr-form textarea.glsr-textarea {
	height: 105px;
}
.glsr-default form.glsr-form .gl-star-rating[data-star-rating] {
    justify-content: center;
    background: #0c1a19;
    padding: 20px;
    border-radius: 30px;
		direction: ltr;
}
.glsr-button.button.btn.btn-primary {
    background: #51aa66;
    width: 100%;
		margin: 30px 0px 0px;
}
.add-new-reviews .glsr.glsr-default.glsr-rtl{
	padding: 10%;
}
.add-new-reviews label {
    font-size: 16px !important;
}
.close2 {
    float: right;
    background: transparent;
    color: #fff;
    font-size: 28px;
    border: 2px solid #fff;
    border-radius: 100px;
}
.single-product .glsr-default .glsr-summary{
  	display:flex !important;
}
.glsr-default .glsr-summary{
	justify-content: center;
	max-width: 100% !important;
  	display:grid !important;
}
.glsr-summary-percentages {
    display: none;
}
.glsr-summary-text{

}
.glsr-summary-wrap {
    margin: 20px 0;
}
.reviews-sum {
    display: flex;
}
.reviews-sum .glsr-summary-wrap {
    margin: 10px 0;
}
.section-cat .item .media {
    width: calc(100% - 230px);
    height: 105px;
}

.section-cat .item .info {
	width:150px;
  height: auto;
}

.share-dialog .close{
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .close2{
	font-size:18px;
}
}

.form{
  margin-top: 400px; }

.home .section-order-form.active{
  position: relative;
   height: auto;
  background: transparent;
  overflow: auto;
}

.home .section-order-form h2{
  text-align: center;
  display: block;
  margin-top: 20px;
}

.home .section-order-form.active .form{
  padding-top: 50px;
  padding-bottom: 0;
}
