.product-single .product-summary .product-desc   li {
    position: relative;
    list-style: none;
}

.product-single .product-summary .product-desc   li:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 10px;
    border-radius: 0;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    background-color: transparent;
    background: url(https://dikbakery.com/image/catalog/before.png);
    top: 25%;
    left: -45px;
}
.attr-title {
    font-family: "Pacifico";
    font-size: 30px;
    text-transform: none;
    color: #5d342b;
    margin-bottom: 15px;
}
.attr-value, .weight_text,.product-single .product-summary .product-desc .product-desc-val {
    font-family: "Caveat";
    font-size: 30px;
    line-height: 30px;
    color:#333;
}
.product-single .product-summary .product-desc .product-desc-val {
    margin-bottom: 25px;
}
#main-nav .dropdown .dropdown-menu > li > a {
    padding: 10px 20px;
    font-family: 'Caveat';
    font-size: 24px;
    line-height: 20px;
}
#main-nav > li > a {
    position: relative;
    font-family: 'Caveat';
    font-size: 20px;
    font-weight: 700;
}