/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/
.reviews_bar {
    max-width: 40%;
}
@media (max-width: 414px){
.site-branding .logo img {
    width: 100%;
		padding: 0 30px;
}
.mobile-header-icons > * {
    margin-left: 0px;
}
.site-branding {
    margin: auto;
}
}
.frm_fields_container {
    margin-top: -180px;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0px;
}
.frm_description {
    margin-top: -25px;
}
.frm_form_field p {
    margin: 0;
}
div#frm_field_6_container p {
    margin-bottom: 30px;
}
.with_frm_style .frm_submit {
    margin-top: -40px;
}
.main-navigation .mega-menu .col-1_8 {
    width: 18.5%;
}
.product-template-default .site-content {
    padding-top: 40px;
}
.post-navigation .nav-links {
    justify-content: space-between;
}
.product-toolbar .post-navigation, .product-toolbar .breadcrumbs {
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
	width: 100%;
}
.product-toolbar .post-navigation .nav-next {
    padding-left: 0px!important;
}
@media (max-width: 1199px) {
.reviews_bar {
    max-width: 60%;
}
}
@media (max-width: 940px) {
.reviews_bar {
    max-width: 90%;
}
}
.woocommerce div.product .woocommerce-review-link {
	font-size: 1.1rem!important;
    font-weight: 500;
    color: #b38809!important;
}
.star-rating .svg-icon {
    font-size: 24px!important;
}
.star-rating .rating-stars {
    height: 22px!important;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
    height: auto;
    background-color: #ffece5;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 55px 55px 55px 65px;
    border: 2px solid white;
    zoom: 0.9;
    padding: 30px !important;
    border-bottom: 1px solid #e4e1e3;
    padding-bottom: 1em;
}
.woocommerce-Reviews-title {
    height: auto;
    background-color: rgb(236, 255, 208);
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 55px 55px 55px 65px;
    border: 2px solid white;
    display: flex;
    font-size: 22px;
    padding: 30px;
    color: #a7070e;
    margin: 60px auto 40px auto;
}
.woocommerce-Reviews-title span {
    font-size: 20px;
    float: left;
    margin: 0 0 0 30px;
    line-height: 1.7;
    color: #1a1a1a;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
    margin: 1em 0;
    text-align: left;
    font-size: 21px;
}