/*
Theme Name:           vdc
Author:               vdc
Description: vdc
Version:              0.0.1
*/

body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0
}


:root {
    --back-color: #F7F7F7;
    --main-color: #25A044;
    --auxiliary-color: #DCB940;
    --darken-main-color: #1b963a;
    --font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/**

:root {
    --back-color: #F7F7F7;
    --main-color: #3197E7;
    --auxiliary-color: #4BCBDD;
    --darken-main-color: #278ddd;
    --font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


:root {
    --back-color: #F7F7F7;
    --main-color: #610f61;
    --auxiliary-color: #610f61;
    --darken-main-color: #610f61;
    --font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:root {
    --back-color: #F7F7F7;
    --main-color: #9a6500;
    --auxiliary-color: #9a6500;
    --darken-main-color: #9a6500;
    --font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
//#4d2a7c
**/

* {
    box-sizing: border-box
}

table {
    border-collapse: collapse
}

body {
    font-family: MicrosoftYaHeiLight
}

ul,
li {
    list-style: none
}

a {
    text-decoration: none;
    color: #232323
}

a.text-underline:hover {
    color: #0056b3!important
}

input,
textarea {
    outline: none;
    box-shadow: none
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html {
    height: 100%!important
}

img {
    display: block
}

* {
    margin: 0;
    padding: 0
}

.new-content img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-form p {
    display: flex;
    margin-top: 10px
}

.comment-form label {
    font-size: 14px;
    margin-right: 20px;
    align-self: center;
    min-width: 90px
}

.comment-form textarea {
    width: 490px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    padding: 10px 16px;
    caret-color: var(--main-color)
}

.comment-form textarea:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus {
    border-color: var(--main-color)
}

.comment-form input[type=text],
.comment-form input[type=email] {
    width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    caret-color: var(--main-color)
}

.form-submit input[type=submit] {
    width: 416px;
    height: 40px;
    background: var(--main-color);
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 18px;
    outline: none;
    cursor: pointer
}

.comment-respond {
    margin-bottom: 18px
}

.comments-title {
    margin-bottom: 10px
}

.comments-area ol li,
.woocommerce-Reviews ol li {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 10px
}

.comments-area ol li.depth-1,
.woocommerce-Reviews ol li.depth-1 {
    border-bottom: 1px solid #ccc
}

ol.children {
    margin-left: 20px
}

.comment-list .comment-reply-link,
.comment-list .fn,
.comment-list .fn a,
.woocommerce-review__author {
    color: var(--main-color)
}

.comment-list .says {
    margin-left: 10px
}

.comment-list time,
.woocommerce-review__published-date {
    color: #999
}

.star-rating,
.comment-text .description {
    padding-top: 5px;
    padding-bottom: 5px
}

.comment-meta {
    background-color: var(--back-color);
}

.relevant,
.comments-area,
.comment-list {
    padding: 15px 0;
    border-top: var(--main-color) 1px solid;
}