.swal2-styled.swal2-confirm {
    border: 0 !important;
    border-radius: 0.25em !important;
    background: initial !important;
    background-color: #FCBD30 !important;
    color: #fff !important;
    font-size: 1em !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

#reviews-section {
    text-align: center;
}

.row_1 {
    width: 100%;
    background-color: #d3d0cb6b;
    padding: 20px 0 20px 0;
    border-radius: 12px;
}

.reviews_intro .rating_one_wrap {
    background-color: #ffffffa3;
}

#reviews_1 .reviews_intro {
 	max-width: none;
}

.reviews_intro {
    min-height: 300px;
    text-align: center;
    padding-top: 20px;
    max-width: 1170px;
    margin: 0 auto;
    /* padding: 4px; */
}


.reviews_button {
    width: 224px;
    border: solid 2px #7B6C47;
    /* padding: 15px 25px; */
    color: #7B6C47;
    text-align: center;
    cursor: pointer;
    margin: 36px auto 16px auto;
}



.reviews_button a {
    width: 100%;
    display: inline-block;
    height: 45px;
    padding-top: 12px;
}


.reviews-buttons {
    width: auto;
    display: flex;
    margin-top: 16px;
}

.reviews-buttons a {
    margin: 0 auto;
}



.rating_star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
	margin: 6px 4px 0px 0px;
}

.star_f {background-image: url(img/star_f.svg);}
.star_e {background-image: url(img/star_e.svg);}

.rating_one_wrap {
    height: 100%;
    background-color: #dbdad766;
    display: inline-flex;
    padding: 15px;
    text-align: left;
    margin: 10px 0;
    /* margin-top: 8px; */
    flex-wrap: wrap;
    font-size: 15px;
    max-width: 330px;
    min-width: 280px;
    border-radius: 12px;
}


.reviews_title_1 {
    width: 100%;
    height: 36px;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    color: #7B6C47;
}


.reviews_contents_intro {
    height: auto;
    width: 100%;
    display: flow-root;
    margin-bottom: 24px;
}


.rating_more {
    width: 100%;
    height: 32px;
    color: #7B6C47;
	font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}


.rating_stars {
    height: 30px;
    width: 100%;
}


.rating_intro {
    height: 100px;
    width: 100%;
}

.rating_time {
    height: 16px;
    font-size: 13px;
}

a.rating_link {
    color: #7B6C47;
    margin-left: 2px;
    text-decoration: underline;
}


.rating_underline {
    border-bottom: solid 1px #7B6C47;
    width: 100%;
    margin-bottom: 4px;
}

.rating_author {
    width: 100%;
    height: 16px;
    font-size: 13px;
}



.rating_one__all__full .rating_more {
    display: none;
}
.rating_one__all__full {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    padding: 8px;
    min-height: 288px;
}

.rating_one__all__full .rating_intro {
    max-height: 212px;
    width: 100%;
    height: auto;
}


.rating_one__all__intro .rating_text {
    height: 90px;
}




#reviews_logo_google {background-image: url(img/google.svg);}
#reviews_logo_jameda {background-image: url(img/jameda.svg);}

.reviews_undeline {
    border: solid 2px #fae2e6;
    width: 116px;
    margin: 20px auto;
}

.row_2 {
    background-color: #fff;
    margin-bottom: 24px;
}


.reviews_logos {
    margin: 8px auto 4px auto;
    width: 100%;
    /* display: inline-block; */
    text-align: center;
}
.reviews_logos a {
    display: inline-block;
    width: auto;
    border: solid 2px #7B6C47;
    padding: 8px;
}
.reviews_logo {
    height: 80px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
}

.reviews_title_2 {
    font-size: 19px;
    color: #7B6C47;
    margin-top: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

#reviews_page .reviews_title_1  {
    margin-top: 36px;
}

.reviews_wrap a {
    color: #7B6C47;
    text-transform: capitalize;
}



.rating_more_click {
    width: 100%;
    cursor: pointer;
    display: block;
}

.rating_text {
	margin-bottom: 8px;
}










@media (min-width: 600px) {
/*    .reviews_intro {
        padding: 30px;
    }*/

    .rating_one_wrap {
        margin: 15px 10px 10px 10px;
        font-size: 16px;
    }

}

