.comment-form ::-webkit-input-placeholder{
    -webkit-transition:none;
    transition:none;
    opacity:1 !important;
}
.comment-form ::-moz-placeholder{
    -moz-transition:none;
    transition:none;
    opacity:1 !important;
}
.comment-form ::placeholder{
    transition:none;
    opacity:1 !important;
}
.checkbox-style {
    display: flex;
}
.checkbox-style span {
    padding-left: 1rem;
}
.checkbox-style .tgl {
    display: none;
}
.checkbox-style .tgl,
.checkbox-style .tgl:after,
.checkbox-style .tgl:before,
.checkbox-style .tgl *,
.checkbox-style .tgl *:after,
.checkbox-style .tgl *:before,
.checkbox-style .tgl + .toggle {
    box-sizing: border-box;
}
.checkbox-style .tgl::-moz-selection,
.checkbox-style .tgl:after::-moz-selection,
.checkbox-style .tgl:before::-moz-selection,
.checkbox-style .tgl *::-moz-selection,
.checkbox-style .tgl *:after::-moz-selection,
.checkbox-style .tgl *:before::-moz-selection,
.checkbox-style .tgl + .toggle::-moz-selection,
.checkbox-style .tgl::selection,
.checkbox-style .tgl:after::selection,
.checkbox-style .tgl:before::selection,
.checkbox-style .tgl *::selection,
.checkbox-style .tgl *:after::selection,
.checkbox-style .tgl *:before::selection,
.checkbox-style .tgl + .toggle::selection {
    background: none;
}
.checkbox-style .tgl + .toggle {
    outline: 0;
    display: block;
    width: 36px;
    height: 18px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-style .tgl + .toggle:after,
.checkbox-style .tgl + .toggle:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.checkbox-style .tgl + .toggle:after {
    left: 0;
}
.checkbox-style .tgl + .toggle:before {
    display: none;
}
.checkbox-style .tgl:checked + .toggle:after {
    left: 50%;
}

.checkbox-style .tgl-light + .toggle {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}
.checkbox-style .tgl-light + .toggle:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}
.checkbox-style .tgl-light:checked + .toggle {
    background: #9FD6AE;
}
.customer-comment-form {
    display: flex;
}
.customer-comment-form .comment-text-block {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.comment-text-block .comment-text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    background: #FFFFFF;
    color: #353535;
    padding: 12px 140px 12px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    resize: none;
    font-family: Roboto, sans-serif;
    height: 70px;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none !important;
}
.customer-comment-form .post-comment {
    position: absolute;
    right: 0;
    text-align: center;
    background: #B7B7B7;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 70px;
    vertical-align: top;
    display: inline-block;
    height: 70px;
    box-sizing: border-box;
}
.customer-comment-form .post-comment i {
    background: url(images/post-comment.png) no-repeat;
    background-size: 32px 30px;
    display: block;
    width: 32px;
    height: 30px;
    margin: 20px auto;
}
.customer-comment-form .post-comment.active {
    background: #d74b1f;
}
.customer-comment-form a.post-comment span {
    display: none;
}
.comment-info-custom{
    all: unset;
    background-color: #fff;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    border-top: none;
}
.comment-info-custom :where(.wp-site-blocks *:focus), .customer-comment-form :where(.wp-site-blocks *:focus) {
    outline-style: none;
}
.comment-info-custom p {
    margin: 0;
}
.comment-info-custom p.checkbox-style {
    margin: 10px 20px;
    line-height: 19px;
}
.comment-info-label {
    all: unset;
    border-bottom: 1px solid #dcdcde;
    height: 45px;
    position: relative;
}
.comment-info-label input {
    background-color: transparent;
    border: none !important;
    box-sizing: border-box;
    color: #3c434a;
    font-size: 14px;
    height: 100%;
    padding-left: 20px;
    width: 100%;
}
#commentform .form-submit, .hidden-info {
    display: none;
}

