@charset "utf-8";

/* CSS Document */

.breadcrumb.buy-online {
    padding-top: 80px;
}

.product-category-desc ul {
    margin-bottom: 150px;
}

.product-category-desc li {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px);
    list-style: none;
    line-height: 20px;
    padding-top: 15px;
    padding-right: 25px;
}

.product-category-desc li img {
    position: absolute;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
    width: 14px;
    top: 18px;
}

.product-category-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 50px;
}

.about-us-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.no-deco:hover {
    text-decoration: none;
    color: #ffbf00;
}

@media(max-width:600px) {
    .breadcrumb.buy-online {
        padding-top: 70px;
    }
}

@media(max-width:350px) {}