
#listings.categories .desc {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

h2 {
    margin-top: 0 !important;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.product-grid-item h4 {
    padding: 0 0 15px 0;
    margin: 0;
}

.single-product-detail h2.title {
    margin-top: 0;
    margin-bottom: 16px; 
    font-size: 22px;
}

.single-product-detail h2.subtitle {
    font-size:12px; 
    color:#BDB7A4; 
    margin-bottom:20px;
}

.single-product-detail h3 b, .single-product-detail h3 strong {
    font-weight: normal;
    font-size: 18px;
    color: #004630;
}

.single-product-detail h3 em {
    font-size: 14px;
}

.single-product-detail h3 {
    margin-bottom: 20px;
}

.shopping-basket-items {
    width: 100%;
}
.shopping-basket-items thead th {
    text-align: left;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #bdb7a4;
}
.shopping-basket-items tbody tr:first-child td {
    padding-top: 1em;
}
.shopping-basket-items tfoot th {
    text-align: right;
    padding-right: 1em;
    padding-top: 0.5em;
    font-size: 16px;
    font-weight: normal;
}
.shopping-basket-items tfoot td {
    text-align: left;
    padding-top: 0.5em;
    font-size: 16px;
    font-weight: bold;
    color: #004730;
}

.shopping-basket-items img.product {
    max-width: 160px;
    max-height: 160px;
    margin-bottom: 1em;
}
.shopping-basket-items .col-image {
    width: 170px;
}
.shopping-basket-items input.qty {
    width: 30px;
    text-align: center;
}
.shopping-basket-items .checkout-continue {
    text-align: right;    
    padding: 2em 0;
}
.checkout-basket-items .option-detail {
    display: inline-block;
    padding-left: 0.5em;
}
.checkout-basket-items .option-detail:before {
    content: "(";
}
.checkout-basket-items .option-detail:after {
    content: ")";
}
div.error, div.flash-error {
    background-color: rgba(255,200,200,0.4);
    color: #b00;
    padding: 1em;
    margin: 0;
    margin-bottom: 1em;
    text-align: center;
    border: 1px solid #b00;
    border-color: rgba(200,0,0,0.5);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 0 0 8px rgba(233,102,102,0.6);
}
div.error, div.flash-error, div.alert-danger {
    background-color: rgba(255,200,200,0.4);
    color: #b00;
    padding: 1em;
    margin: 0;
    margin-bottom: 1em;
    text-align: center;
    border: 1px solid #b00;
    border-color: rgba(200,0,0,0.5);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 0 0 8px rgba(233,102,102,0.6);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
}
div.notification, div.flash-info, div.alert-info {
    background-color: rgba(255,255,255,0.5);
    color: #333;
    padding: 1em;
    margin: 1em 0;
    color: #2579bd;
    text-align: center;
    border: 1px solid #fff;
    border-color: rgba(255,255,255,0.75);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 0 0 8px rgba(255,255,255,0.6);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
}

div.product-sort {
    text-align: right;
    margin-bottom: 1em;
}
select.product-sort {
    
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .shopping-basket-items .col-image {
        width: 110px;
    }
    .shopping-basket-items img.product {
        max-width: 100px;
        max-height: 100px;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .shopping-basket-items .col-image {
        width: 70px;
    }
    .shopping-basket-items img.product {
        max-width: 60px;
        max-height: 60px;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 479px) {
    .shopping-basket-items .col-image {
        width: 1px;
    }
    .shopping-basket-items img.product {
        display: none;
    }
}