<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section {
    padding-bottom: 30px;
    position: relative;
}
.section-info {
    padding-top: 20px;
    padding-bottom: 0;
}
.section-info .section-heading {
    margin: 60px 0 15px;
    text-align: center;
}
.section-info &gt; .container{}
.section-info .info-item {
    padding: 0 3px;
}

.section-info .item-details {
    padding: 50px 20px 20px 20px;
}
.section-info .info-item .item-header {
    display: inline-block;
    width: 100%;
}
.section-info .info-item h2 {
    float: left;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}
.section-info .item-details &gt; h3 {
    display: inline-block;
    font-size: 27px;
    font-weight: 400;
    margin: 30px 0;
}
.section-info .info-item &gt; p,
.section-info .item-details &gt; p {
    font-size: 16px;
    font-weight: 400;
}
.section-info .info-item &gt; p &gt; a,
.section-info .item-details &gt; p &gt; a {
    font-weight: 400;
}
.section-info .item-details &gt; ul {
    margin-left: 30px;
    margin-bottom: 20px;
}
.section-info .item-details &gt; ul &gt; li {}

.section-info .info-item &gt; ul &gt; li{
    list-style: outside none decimal;
    margin: 0 0 10px 20px;
    font-size: 16px;
    font-weight: 400;
}

.section-info .info-item &gt; h4 {
    font-size: 18px;
    margin: 40px 0 20px;
}
.section-info .price-item {
    float: right;
    font-size: 26px;
    color: #336799;
    text-align: right;
    line-height: 30px;
    font-weight: 400;
}
.section-info .price-taxed-item {
    display: block;
    font-size: 15px;
}
.section-info .btn-box {
    display: inline-block;
    width: 100%;
}
.section-info .btn-box .btn {
    border-radius: 0;
    float: left;
    height: 50px;
    line-height: 17px;
    width: 35%;
    margin-top: 0;
    vertical-align: bottom;
}
.section-info .btn-box .btn .fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: inherit;
}
.section-info .btn.cart-btn {
    border-radius: 0;
    margin: 0;
}

p.special-offer {
    color: #FF0000;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0;
}
span.old-price {
    text-decoration: line-through;
    font-size: 21px;
}

.sub-items {
    background: -moz-linear-gradient(top,  rgba(240,240,240,0.65) 0%, rgba(240,240,240,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,0.65)), color-stop(100%,rgba(240,240,240,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,240,240,0.65) 0%,rgba(240,240,240,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,240,240,0.65) 0%,rgba(240,240,240,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,240,240,0.65) 0%,rgba(240,240,240,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,240,240,0.65) 0%,rgba(240,240,240,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f0f0f0', endColorstr='#00f0f0f0',GradientType=0 ); /* IE6-9 */
}

section img {
    max-width: 100%;
    max-height: 80px;
    margin-bottom: 20px;
}</pre></body></html>