@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
body.widget-snippet {
    padding: 40px;
}
.wc-snippet_title-style {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.wc-snippet_title-style h2 {
    color: #333132;
    font-family: "Montserrat",sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.wc-snippet_title-style .bottom-line {
    height: 1px;
    margin: 10px auto 20px;
    position: relative;
    width: 105px;
}
.wc-snippet_title-style .bottom-line .border-left {
    background: #ff5252;
    height: 1px;
    left: -5px;
    position: absolute;
    top: 5px;
    width: 35px;
}
.wc-snippet_title-style .bottom-line .border-right {
    background: #ff5252;
    height: 1px;
    position: absolute;
    right: -5px;
    top: 5px;
    width: 35px;
}
.wc-snippet_title-style .bottom-line .db-circle {
    border-width: 2px;
    border-style: solid;
    border-color: #ff5252;
    border-radius: 50%;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 12px;
}
.wc-snippet_title-style .bottom-line .db-circle::after {
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 12px;
    left: 3px;
    position: relative;
    top: -6px;
    width: 12px;
}
.wc-snippet_title-style .description {
    color: #9c9c9c;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 540px;
}
