.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.no-touch .blog-nav__all ul li a.active, .no-touch .blog-nav__main ul li a.active, .blog-nav__tags ul li a.active {
    color: #0cf;
}

.product-title .title strong a, .product-title .title strong a:hover{
    display: inline-block;
    position: relative;
    margin-left: 60px;
    font-size: 10px;
    color: #141414;
    font-family: "futura-demic-reg",Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin-left: 0;
}

.no-hand-cursor{
    cursor: default;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.paging ul li.first {
    display: none;
}

@media only screen and (max-width: 767px) {
    .paging ul li.first {
        display: inline-block;
    }
}

.price-post__text>ul {
    padding-left: 15px;
    list-style: disc;
}

.price-post__text>ul li {
    list-style: disc;
    font-size: 13px;
    color: #333;
    line-height: 22px;
    padding: 0 0 0 30px;
}

.madeby i {
    position: relative;
    left: 5px;
}