@CHARSET "UTF-8";

@font-face {
    font-family: 'muli';
    src: url('../fonts/Muli/muli-regular-webfont.eot');
    src: url('../fonts/Muli/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli/muli-regular-webfont.woff2') format('woff2'),
         url('../fonts/Muli/muli-regular-webfont.woff') format('woff'),
         url('../fonts/Muli/muli-regular-webfont.ttf') format('truetype'),
         url('../fonts/Muli/muli-regular-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #000000;
    font-family: 'muli';
    font-size: 13px;
    overflow-x: hidden;
}

#content a {
    color: #000;
}

body.shop_cart_view #content form.cart div.checkout a.btn:hover,
body.shop_cart_view #content form.cart div.checkout a.btn:active,
body.shop_cart_view #content form.cart div.checkout a.btn:focus,
a:hover,
a:active,
a:focus {
    outline: 0px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
a.btn,
input.btn,
input.button,
button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'muli';
}

button.btn-primary:hover,
button.btn-primary:focus,
button.btn-primary,
#footer a.btn,
#content a.btn,
input.btn,
input.button,
body.checkout_login #content form.login .submit input.btn,
body.public_login #content form.login .submit input.btn,
body.public_contact #content form.contact .submit input.btn,
#cartErrorModal button.btn,
#favouriteModal button.btn,
#cartModal button.btn,
#productConfirmationModal button.btn {
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    color: #ffffff;
    padding: 2px 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 23px;
    height: 22px;
    font-size: 12px;
    font-weight: normal;
    background: #232420;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn-primary:hover,
button.btn-primary:focus,
button.btn-primary {
    line-height: 22px;
}

a.btn:hover,
input.btn:hover,
input.button:hover,
a.btn:focus,
input.btn:focus,
input.button:focus {
    color: #ffffff;
    text-decoration: none;
    background: #231f20;
}

input.btn,
input.button {
    padding-top: 3px;
    height: 26px;
    line-height: 16px;
}

a:focus,
a:hover {
    outline: none;
}

input,
textarea,
.uneditable-input {
    width: 412px;
}

select {
    width: 426px;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    font-weight: normal;
}

h2 {
    color: #991e21;
    font-size: 28px;
    font-weight: normal;
    text-transform: none;
}

.featured-products-outer .featured-products h3 {
    font-size: 26px;
    text-transform: none;
}

#header-inner,
#nav-inner,
#content-inner,
#footer-inner {
    position: relative;
}

#content-inner {
    min-height: 500px;
    padding-bottom: 15px;
}

#header {
    margin-top: 3px;
    border-top: 51px solid #dedfe0;
}

#header #block_12 {
    position: absolute;
    right: 5px;
    top: 58px;
}

#header ul#menu_1 {
    margin: -48px auto 3px;
    padding: 0;
    list-style: none;
}

#header ul#menu_1 li.level_0 {
    display: inline-block;
    line-height: 15px;
}

#header ul#menu_1 li.level_0 a {
    height: 15px;
    display: block;
    color: #000000;
    padding: 0 6px 0 7px;
    margin: 15px auto;
    font-size: 13px;
}

#header ul#menu_1 li.level_0 ul {
    background: #dedfe0;
    top: 48px;
    margin: 0px;
    padding: 0px;
}

#header ul#menu_1 li.level_0:first-child a {
    padding-left: 0;
    border: none;
}

#header ul#menu_1 li.level_0:first-child ul li a,
#header ul#menu_1 li.level_0 ul li a {
    padding: 0px 7px;
}

#header form.search {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 88px;
    left: 330px;
    width: 410px;
}

#header form.search .controls,
#header form.search .control-group,
#header form.search input {
    display: inline-block;
    margin: 0 auto;
}

#header form.search input.keywords {
    height: 28px;
    line-height: 28px;
    width: 275px;
    font-size: 15px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #ccc;
    transition: none;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none;
}

#header form.search .submit input {
    font-size: 16px;
    font-weight: normal;
    height: 38px;
    padding: 3px 14px 2px 14px;
    margin-left: -4px;
    text-transform: capitalize;
}

#header div.cart {
    background: url('../img/cart-header.png') left center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 0 13px 35px;
}

#header div.cart .items,
#header div.cart .total {
    display: inline-block;
}

ul#menu_5 {
    background: url('../img/account-header.png') left center no-repeat;
    padding: 13px 0 13px 35px;
    position: absolute;
    top: 0;
    left: 450px;
    width: 165px;
}

ul#menu_5 li {
    float: left;
    padding: 0px 5px;
    border-left: 1px solid #981e21;
}

ul#menu_5 li:first-child {
    border-left: 0px;
}

ul#menu_5 li a {
    color: #981e21;
    font-size: 12px;
}

#header-inner > div.enquire {
    background: url('../img/enquire-header.png') left center no-repeat;
    padding: 13px 0 13px 35px;
    position: absolute;
    top: 0;
    left: 650px;
    width: 165px;
}

#header div.cart a,
#header-inner > div.account a,
#header-inner > div.login a,
#header-inner > div.enquire a {
    color: #981e21;
    font-size: 12px;
}

#nav {
    background: #000000;
}

#nav ul.categories {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#nav ul.categories.level_1 {
    position: relative;
}

#nav ul.categories.level_1 li.level_1 {
    float: left;
}

#nav ul.categories.level_1 li.level_1 > a {
    color: #ffffff;
    margin-top: 5px;
    display: block;
    padding: 12px 8px 15px;
    font-weight: bold;
    font-size: 17px;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
}

#nav ul.categories.level_1 li a:hover {
    background: #ffffff;
    color: #991e21;
    text-decoration: none;
}

#block_13,
#block_5 .gallery_scroller {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

body.public_index #content div.newsletter {
    background: #991e21;
    color: #ffffff;
    padding: 10px;
}

body.public_index #content div.newsletter #block_16 {
    float: left;
    width: 620px;
}

body.public_index #content div.newsletter .subscribe {
    float: right;
    width: 320px;
    margin: 0 auto;
}

body.public_index #content div.newsletter .subscribe h3,
body.public_index #content div.newsletter .subscribe form.subscribe label {
    display: none;
}

body.public_index #content div.newsletter .subscribe .controls,
body.public_index #content div.newsletter .subscribe .control-group,
body.public_index #content div.newsletter .subscribe input {
    margin-bottom: 0;
    display: inline-block;
}

body.public_index #content div.newsletter .subscribe input#email {
    width: 230px;
    padding: 2px 6px;
}

body.shop_public_index #content div.newsletter {
    margin-bottom: 10px;
}

body.shop_public_index #content div.newsletter form.subscribe {
    margin-top: 20px;
}

#footer {
    background: #000000;
}

#footer .footer-column {
    display: inline-block;
    vertical-align: top;
    width: 223px;
    margin: 0 0 15px 24px;
    color: #ffffff;
    min-height: 100px;
}

#footer .footer-column a {
    color: #ffffff;
}

#footer .footer-column a:hover {
    color: #991e21;
    text-decoration: none;
}

#footer .footer-column:first-child {
    margin-left: 0;
}

#footer .footer-column h1,
#footer .footer-column h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    color: #991e21;
    padding: 0 0 6px 0;
    margin: 15px 0 10px 0;
    background: none;
    height: 22px;
}

#footer .footer-column ul.content-menu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#block_8 {
    position: absolute;
    width: 100%;
    font-size: 12px;
    padding: 5px 0;
}

#block_8 p {
    margin: 0 auto;
}

body.public_index #content div.featured-products h2 {
    display: none;
}

body.public_index div.blog-glance-outer {
    background: #dedfe1;
    padding: 10px 0;
    margin-bottom: 10px;
}

body.public_index div.blog-glance-inner {
    width: 980px;
    margin: 0 auto;
}

body.public_index div.blog-glance-inner ul.media-list {
    margin: 0 0 0 -25px;
    padding: 0;
    list-style: none;
}

body.public_index div.blog-glance-inner ul.media-list li.media {
    float: left;
    width: 290px;
    padding: 10px;
    background: #ffffff;
    margin: 0 0 0 25px;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    min-height: 129px;
}

body.blog_blog_dateview ul.media-list li.media a.thumbnail,
body.blog_blog_list ul.media-list li.media a.thumbnail,
body.blog_category_view ul.media-list li.media a.thumbnail {
    width: 200px;
    text-align: center;
}

body.blog_blog_dateview ul.media-list li.media a.thumbnail > img,
body.blog_blog_list ul.media-list li.media a.thumbnail > img,
body.blog_category_view ul.media-list li.media a.thumbnail > img {
    display: inline-block;
}

body.public_index div.blog-glance-inner ul.media-list li.media .published-date {
    font-style: italic;
}

body.public_index div.blog-glance-inner ul.media-list li.media a.more {
    color: #991e21;
    font-weight: bold;
}

body.public_index div.blog-glance-inner ul.media-list li.media .thumbnail {
    padding: 0;
    border: none;
}

#content ul.tag-values,
#content ul.brands,
#content ul.categories,
#content ul.products,
#content ul.product-groups,
div.related-products ul.products {
    margin: 0 0 0 -30px;
    padding: 0;
    list-style: none;
}

#content ul.tag-values li.tag-value,
#content ul.brands li.brand,
#content ul.categories li.category,
ul.products li.product,
#content ul.product-groups li.product-group,
div.related-products ul.products .product {
    width: 222px;
    float: left;
    margin: 0 0 17px 30px;
    line-height: 17px;
    position: relative;
    height: 360px;
}

#content ul.tag-values li.tag-value,
#content ul.brands li.brand {
    height: 140px;
}

#content ul.categories li.category {
    height: 275px;
}

#content ul.tag-values li.tag-value .details .photo,
#content ul.brands li.brand .details .photo {
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 8px;
    background: #ffffff;
}

#content ul.categories li.category .details .photo,
ul.products li.product .details .photo,
#content ul.product-groups li.product-group .details .photo,
div.related-products ul.products .product .details .photo {
    height: 222px;
    line-height: 222px;
    text-align: center;
    margin-bottom: 8px;
    background: #ffffff;
}

#content ul.categories li.category .details .photo img,
ul.products li.product .details .photo img,
#content ul.product-groups li.product-group .details .photo img,
div.related-products ul.products .product .details .photo img {
    margin: 0 auto;
    vertical-align: middle;
}

#content ul.tag-values li.tag-value .details .view,
#content ul.tag-values li.tag-value .details .name a,
#content ul.tag-values li.tag-value .details .name,
#content ul.brands li.brand .details .name a,
#content ul.brands li.brand .details .name {
    display: none;
}

#content ul.categories li.category .details .name-wrapper,
ul.products li.product .details .name-wrapper,
#content ul.product-groups li.product-group .details .name-wrapper,
div.related-products ul.products .product .details .name-wrapper {
    height: 70px;
    overflow: hidden;
}

#content ul.categories li.category .details .name,
ul.products li.product .details .name,
#content ul.product-groups li.product-group .details .name,
div.related-products ul.products .product .details .name {
    display: inline-block;
}

#content ul.tag-values li.tag-value .details .name,
#content ul.brands li.brand .details .name,
#content ul.categories li.category .details .name {
    text-align: center;
    font-size: 16px;
}

#content ul.tag-values li.tag-value .details .name a,
#content ul.brands li.brand .details .name a,
#content ul.categories li.category .details .name a,
ul.products li.product .details .name a,
#content ul.product-groups li.product-group .details .name a,
div.related-products ul.products .product .details .name a {
    color: #000000;
    text-transform: uppercase;
}

body.shop_product_view #content .price .login a,
#nav ul.categories.level_1 ul.category-outer div.featured .details .price,
ul.products li.product .details .price,
#content ul.product-groups li.product-group .details .price,
div.related-products ul.products .product .details .price {
    font-size: 14px;
    font-weight: bold;
}

ul.products li.product .details .price .login,
#content ul.product-groups li.product-group .details .price .login,
div.related-products ul.products .product .details .price .login {
    margin-top: 30px;
}

body.shop_product_view #content .price .login a,
body.shop_search_results #content ul.products li.product .details .price a,
#nav ul.categories.level_1 ul.category-outer div.featured .details .price a,
ul.products li.product .details .price a,
#content ul.product-groups li.product-group .details .price a,
#content ul.products li.product .details .price a,
div.related-products ul.products .product .details .price a {
    color: #991e21;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .price.recommended-retail,
ul.product-groups li.product-group .details .price.recommended-retail,
ul.products li.product .details .price.recommended-retail,
#content ul.product-groups li.product-group .details .price.recommended-retail,
div.related-products ul.products .product .details .price.recommended-retail {
    height: 20px;
    overflow: hidden;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .price.our-price div,
#nav ul.categories.level_1 ul.category-outer div.featured .details .price.recommended-retail div,
ul.product-groups li.product-group .details .price.our-price div,
ul.product-groups li.product-group .details .price.recommended-retail div,
ul.products li.product .details .price.recommended-retail div,
div.related-products ul.products .product .details .price.recommended-retail div,
ul.products li.product .details .price.our-price div,
div.related-products ul.products .product .details .price.our-price div {
    display: inline-block;
    vertical-align: baseline;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .price.our-price,
ul.product-groups li.product-group .details .price.our-price,
ul.products li.product .details .price.our-price,
div.related-products ul.products .product .details .price.our-price {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
    color: #991e21;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .price.recommended-retail .price-label,
#nav ul.categories.level_1 ul.category-outer div.featured .details .price.our-price .our-price-label,
ul.product-groups li.product-group .details .price.our-price .our-price-label,
ul.product-groups li.product-group .details .price.recommended-retail .price-label,
ul.products li.product .details .price.recommended-retail .price-label,
div.related-products li.product .details .price.recommended-retail .price-label,
ul.products li.product .details .price.our-price .our-price-label,
div.related-products ul.products .product .details .price.our-price .our-price-label {
    font-size: 12px;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .price.our-price .value,
ul.product-groups li.product-group .details .price.our-price .value,
ul.products li.product .details .price.our-price .value,
div.related-products ul.products .product .details .price.our-price .value {
    font-size: 16px;
}

ul.product-groups li.product-group .details .model {
    height: 20px;
    overflow: hidden;
}

ul.products li.product .cart a,
#content ul.product-groups li.product-group .cart a,
#content ul.product-groups li.product-group .view a {
    display: block;
    position: absolute;
    height: 31px;
    width: 31px;
    padding: 0;
    margin: 0;
    right: 0;
    bottom: 0;
    background: url('../img/cart-product.png') center center no-repeat;
    text-indent: -10000px;
}

.favourite_favourite_list #content form.cart .favourites .quantity .notify a.btn {
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
    margin: 0;
    background: url('../img/listing-notify.png') center center no-repeat;
    text-indent: -10000px;
}

body.quickorder_product_list #content .quick_order_products table.products .notify a.btn,
.related-products ul.product-groups li.product-group .notify a.btn,
.related-products ul.products li.product .notify a.btn,
.featured-products-outer ul.product-groups li.product-group .notify a.btn,
.featured-products-outer ul.products li.product .notify a.btn,
#content ul.products li.product .notify a.btn,
#content ul.product-groups li.product-group .notify a.btn {
    display: block;
    position: absolute;
    height: 31px;
    width: 31px;
    padding: 0;
    margin: 0;
    right: 0;
    bottom: 0;
    background: url('../img/listing-notify.png') center center no-repeat;
    text-indent: -10000px;
    border-width: 0px;
    overflow: hidden;
}

body.quickorder_product_list #content .quick_order_products table.products .notify a.btn {
    position: relative;
}

body.quickorder_product_list #content .quick_order_products table.products .notify {
    float: right;
}

body.favourite_favourite_list #content form.cart table.favourites .quantity div.notify .notify a.btn {
    text-align: center;
    margin: 0 auto;
}

#nav ul.categories.level_1 ul.category-outer div.featured .view a {
    bottom: 36px;
}

#content ul.categories li.category .view,
ul.products li.product .view,
body div.sorter-bottom,
div.related-products ul.products .product .view {
    display: none;
}

body div.sorter label {
    text-transform: uppercase;
}

body.category_view #content div.photos {
    display: none;
}

ul.breadcrumb {
    margin: 0 auto 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    background: none;
    font-weight: normal;
    font-size: 12px;
}

ul.breadcrumb li a,
ul.breadcrumb > li > .divider,
ul.breadcrumb > .active {
    color: #991e21;
}

ul.breadcrumb > li > .divider {
    padding: 0 1px;
}

body.public_index #content .jcarousel {
    position: relative;
    overflow: hidden;
    width: 980px;
    height: 360px;
    margin-bottom: 30px;
}

body.public_index #content .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.public_index #content .jcarousel li {
    float: left;
    width: 980px;
}

body.public_index #content .jcarousel-pagination {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    text-align: center;
}

body.public_index #content .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    background: #dedfe1;
    color: #dedfe1;
    border-radius: 14px;
    padding: 4px;
    text-align: center;
    margin-right: 2px;
}

body.public_index #content .jcarousel-pagination a.active {
    background: #991e21;
    color: #991e21;
}

body.shop_productgroup_product #content-inner h1,
body.shop_productgroup_product #content-inner > .model-stock-level,
body.shop_productgroup_product #content-inner > .cart-price-lease,
body.shop_productgroup_product #content-inner > .details,
body.shop_productgroup_product #content-inner > .description,
body.shop_productgroup_product #content-inner > .enquire,
body.shop_productgroup_product #content-inner > .notify,
body.shop_productgroup_product #content-inner > .favourite,
body.shop_productgroup_product #content-inner > .lease,
body.shop_productgroup_product #content-inner > .video-specs-downloads,
body.shop_productgroup_product #content-inner > .similar-products,
body.shop_productgroup_product #content-inner > form.quote,
body.shop_product_view #content-inner h1,
body.shop_product_view #content-inner > .model-stock-level,
body.shop_product_view #content-inner > .cart-price-lease,
body.shop_product_view #content-inner > .details,
body.shop_product_view #content-inner > .description,
body.shop_product_view #content-inner > .enquire,
body.shop_product_view #content-inner > .notify,
body.shop_product_view #content-inner > .favourite,
body.shop_product_view #content-inner > .lease,
body.shop_product_view #content-inner > .video-specs-downloads,
body.shop_product_view #content-inner > .similar-products,
body.shop_product_view #content-inner > form.quote {
    float: right;
    width: 480px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 12px;
}

body.shop_productgroup_product #content-inner > .notify  .notify,
body.shop_productgroup_product #content-inner > .similar-products .notify {
    display: inline-block;
}

body.site_product_similar #content-inner h1,
body.shop_productgroup_product #content-inner h1,
body.shop_product_view #content-inner h1 {
    font-size: 30px;
    line-height: 30px;
    border-bottom: 0px;
}

body.shop_product_view #content-inner > div.photos,
body.shop_productgroup_product #content-inner > div.photos {
    float: left;
    width: 476px;
}

body.shop_product_view #content-inner > div.photos div.photo,
body.shop_productgroup_product #content-inner > div.photos div.photo {
    border: 1px solid #999999;
    height: 400px;
    line-height: 396px;
    text-align: center;
}

body.shop_product_view #content-inner > div.photos div.photo img,
body.shop_productgroup_product #content-inner > div.photos div.photo img {
    margin: 0 auto;
    vertical-align: middle;
    cursor: pointer;
}

body.shop_product_view #content-inner > div.photos div.enlarge,
body.shop_productgroup_product #content-inner > div.photos div.enlarge {
    display: block;
    text-align: center;
    padding: 3px;
}

body.shop_product_view #content-inner > div.photos div.enlarge a.btn,
body.shop_productgroup_product #content-inner > div.photos div.enlarge a.btn {
    background: none;
    color: #000000;
    font-weight: normal;
    text-transform: none;
}

body.shop_product_view #content-inner > div.photos #bx-pager,
body.shop_productgroup_product #content-inner > div.photos #bx-pager {
    margin: 0 0 10px -10px;
}

body.shop_product_view #content-inner > div.photos #bx-pager a,
body.shop_productgroup_product #content-inner > div.photos #bx-pager a {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #999999;
    padding: 0;
    width: 85px;
    height: 85px;
    line-height: 81px;
    margin: 0 0 10px 10px;
    text-align: center;
    display: block;
    float: left;
}

body.shop_product_view #content-inner > div.photos #bx-pager a img,
body.shop_productgroup_product #content-inner > div.photos #bx-pager a img {
    display: inline-block;
    margin: 0 auto;
}

body.shop_product_view .bx-wrapper .bx-controls-direction a,
body.shop_productgroup_product .bx-wrapper .bx-controls-direction a {
    z-index: 100;
}

body.shop_product_view #content-inner > .model-stock-level,
body.shop_productgroup_product #content-inner > .model-stock-level {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

body.shop_product_view #content-inner > .model-stock-level .model,
body.shop_productgroup_product #content-inner > .model-stock-level .model {
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
}

body.shop_product_view #content-inner > .model-stock-level .model,
body.shop_productgroup_product #content-inner > .model-stock-level .model {
    float: left;
    width: 280px;
}

body.shop_product_view #content-inner > .model-stock-level .model .model-label,
body.shop_product_view #content-inner > .model-stock-level .model .value,
body.shop_productgroup_product #content-inner > .model-stock-level .model .model-label,
body.shop_productgroup_product #content-inner > .model-stock-level .model .value {
    display: inline-block;
    color: #9fa1a4;
}

body.shop_product_view #content-inner > .model-stock-level .stock,
body.shop_productgroup_product #content-inner > .model-stock-level .stock {
    float: right;
    width: 200px;
    text-align: right;
    font-size: 16px;
    text-transform: capitalize;
}

body.shop_product_view #content-inner > .model-stock-level .stock .in-stock,
body.shop_productgroup_product #content-inner > .model-stock-level .stock .in-stock {
    color: #39ad4a;
}

body.shop_product_view #content-inner > .model-stock-level .stock .out-of-stock,
body.shop_productgroup_product #content-inner > .model-stock-level .stock .out-of-stock {
    color: #f10002;
}

body.shop_product_view #content-inner > .cart-price-lease .prices {
    position: relative;
    top: 0;
    right: 0;
    width: 200px;
}

body.shop_productgroup_product #content-inner > .cart-price-lease .prices {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    width: 200px;
}

body.shop_product_view #content-inner > .cart-price-lease .prices {
    left: 0;
}

body.shop_productgroup_product #content-inner > .description h2,
body.shop_productgroup_product #content-inner > .details,
body.shop_productgroup_product #content-inner > .cart-price-lease form.cart h2,
body.shop_productgroup_product #content-inner > .model-stock-level .stock .stock-label,
body.shop_productgroup_product #content-inner > .cart-price-lease form.cart label,
body.shop_product_view #content-inner > .description h2,
body.shop_product_view #content-inner > .details,
body.shop_product_view #content-inner > .cart-price-lease form.cart h2,
body.shop_product_view #content-inner > .model-stock-level .stock .stock-label,
body.shop_product_view #content-inner > .cart-price-lease form.cart label {
    display: none;
}

body.shop_product_view #content-inner > .cart-price-lease form.cart label[for="quantity"],
body.shop_productgroup_product #content-inner > .cart-price-lease form.cart label[for="quantity"] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

body.shop_product_view #content-inner > .cart-price-lease form.cart,
body.shop_productgroup_product #content-inner > .cart-price-lease form.cart {
   padding-bottom: 10px;
   margin-bottom: 0px;
}

body.shop_productgroup_product #content-inner > .cart-price-lease form.cart {
    min-height: 70px;
}

body.shop_product_view #content-inner > .cart-price-lease div.prices ~ form.cart {
    padding-top: 10px;
    margin-bottom: 0;
}

body.shop_product_view #content-inner > .cart-price-lease form.cart .controls,
body.shop_product_view #content-inner > .cart-price-lease form.cart .control-group,
body.shop_product_view #content-inner > .cart-price-lease form.cart input {
    display: inline-block;
}

body.shop_product_view #content-inner > .cart-price-lease form.cart input.quantity,
body.shop_productgroup_product #content-inner > .cart-price-lease form.cart input.quantity {
    width: 50px;
    -moz-appearance: textfield;
    text-align: center;
}

body.shop_product_view #content-inner > .cart-price-lease form.cart .submit input.btn,
body.shop_productgroup_product #content-inner > .cart-price-lease form.cart .submit input.btn {
    padding-right: 30px;
    background: #981e21 url('../img/cart.png') right center no-repeat;
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
}

body.shop_product_view #content-inner > .cart-price-lease form.cart .submit input.btn {
    left: 10px;
}

body.shop_product_view #content-inner > .cart-price-lease .prices .price-label,
body.shop_product_view #content-inner > .cart-price-lease .prices .value,
body.shop_productgroup_product #content-inner > .cart-price-lease .prices .price-label,
body.shop_productgroup_product #content-inner > .cart-price-lease .prices .value {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

body.shop_product_view #content-inner > .cart-price-lease .prices .recommended-retail,
body.shop_productgroup_product #content-inner > .cart-price-lease .prices .recommended-retail {
    padding: 5px 0px;
}

body.shop_product_view #content-inner > .cart-price-lease .prices .our-price,
body.shop_productgroup_product #content-inner > .cart-price-lease .prices .our-price {
    color: #981e21;
}

body.shop_product_view #content-inner > .cart-price-lease .prices .our-price .value,
body.shop_productgroup_product #content-inner > .cart-price-lease .prices .our-price .value {
    font-size: 25px;
}

body.shop_productgroup_product #content-inner > .cart-price-lease .control-group.quantity,
body.shop_productgroup_product #content-inner > .cart-price-lease .control-group.buttons {
    display: inline-block;
    vertical-align: top;
    bottom: 0;
    margin-bottom: 0;
}

body.shop_productgroup_product #content-inner > .cart-price-lease .control-group.quantity {
    width: 150px;
    left: 0;
}

body.shop_productgroup_product #content-inner > .cart-price-lease .control-group.buttons {
    width: 326px;
    left: 165px;
}

body.shop_product_view #content div.related-products,
body.shop_productgroup_product #content div.related-products {
    clear: both;
}

body.shop_productgroup_product #content-inner > .cart-price-lease form.cart .controls {
    margin-left: 0;
}

body.shop_productgroup_product #content-inner > .cart-price-lease form.cart select {
    width: 275px;
    font-size: 11px;
}

body.shop_productgroup_product #content-inner > .cart-price-lease .enquire a.btn,
body.shop_product_view #content-inner > .cart-price-lease .enquire a.btn {
    position: absolute;
    bottom: 2px;
    left: 279px;
}

body.shop_product_view #content-inner > .cart-price-lease .enquire a.btn {
    bottom: 42px;
    left: 290px;
}

body.shop_product_view #content-inner > .favourite a.btn,
body.shop_productgroup_product #content-inner > .favourite a.btn {
    color: #000000;
    padding: 7px 10px 7px 45px;
    background: url('../img/favourite.png') left center no-repeat;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

body.shop_product_view #content-inner > .quote input.btn,
body.shop_productgroup_product #content-inner > .quote input.btn {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 45px;
    color: #000000;
    background: url('../img/enquire.png') left center no-repeat;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

body.shop_product_view div.related-products-outer,
body.shop_productgroup_product div.related-products-outer {
    clear: both;
    margin-bottom: 20px;
    background: #dedfe0;
}

body.shop_product_view div.related-products,
body.shop_productgroup_product div.related-products,
body.shop_product_view div.sharethis,
body.shop_productgroup_product div.sharethis,
body.shop_category_view div.featured-products {
    width: 980px;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
}

body.shop_category_view div.featured-products-outer {
    background: #dedfe1;
}

body.shop_product_view div.related-products h3,
body.shop_productgroup_product div.related-products h3 {
    margin: 0 auto;
    text-transform: none;
    font-weight: normal;
    font-size: 26px;
}

body.shop_product_view div.related-products .jcarousel,
body.shop_productgroup_product div.related-products .jcarousel,
body.shop_category_view div.featured-products .jcarousel {
    position: relative;
    overflow: hidden;
    width: 980px;
    height: 360px;
}

body.shop_category_view div.featured-products .jcarousel {
    height: 360px;
}

body.shop_product_view div.related-products .jcarousel ul,
body.shop_productgroup_product div.related-products .jcarousel ul,
body.shop_category_view div.featured-products .jcarousel ul {
    width: 10000px;
    position: relative;
    list-style: none;
    padding: 0;
}

body.shop_category_view div.featured-products .jcarousel ul {
    margin-left: -29px;
}

body.shop_product_view div.related-products .jcarousel li,
body.shop_productgroup_product div.related-products .jcarousel li,
body.shop_category_view div.featured-products .jcarousel li {
    float: left;
}

body.shop_product_view div.related-products .jcarousel-control-prev,
body.shop_product_view div.related-products .jcarousel-control-next,
body.shop_productgroup_product div.related-products .jcarousel-control-prev,
body.shop_productgroup_product div.related-products .jcarousel-control-next,
body.shop_category_view div.featured-products .jcarousel-control-prev,
body.shop_category_view div.featured-products .jcarousel-control-next {
    position: absolute;
    top: 138px;
    width: 51px;
    height: 51px;
    display: block;
    z-index: 99;
}

body.shop_product_view div.related-products .jcarousel-control-prev,
body.shop_productgroup_product div.related-products .jcarousel-control-prev,
body.shop_category_view div.featured-products .jcarousel-control-prev {
    left: -70px;
    background: url('../img/previous.png') center center no-repeat;
}

body.shop_product_view div.related-products .jcarousel-control-next,
body.shop_productgroup_product div.related-products .jcarousel-control-next,
body.shop_category_view div.featured-products .jcarousel-control-next {
    right: -70px;
    background: url('../img/next.png') center center no-repeat;
}

body.shop_product_view #content .related-products .jcarousel-control-next,
body.shop_productgroup_product #content .related-products .jcarousel-control-next {
    right: -15px;
}

body.favourite_favourite_list #content form.cart a,
body.cart_view #content form.cart a {
    color: #981e21;
}

body.cart_view #content form.cart table.cart th,
body.cart_view #content form.cart table.cart td,
body.favourite_favourite_list #content form.cart table.favourites th,
body.favourite_favourite_list #content form.cart table.favourites td {
    padding: 5px;
}

#favouriteModal .modal-body table.ordered-products th,
#cartModal .modal-body table.ordered-products th,
body.favourite_favourite_list #content form.cart table.favourites th,
body.cart_view #content form.cart table.cart th {
    text-transform: uppercase;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    font-weight: 300;
    color: #000000;
}

body.favourite_favourite_list #content form.cart table.favourites .photo,
body.favourite_favourite_list #content form.cart table.favourites .code,
body.favourite_favourite_list #content form.cart table.favourites .name,
body.favourite_favourite_list #content form.cart table.favourites .quantity,
body.favourite_favourite_list #content form.cart table.favourites .remove,
body.shop_cart_view #content form.cart table.cart .code,
body.shop_cart_view #content form.cart table.cart .quantity,
body.shop_cart_view #content form.cart table.cart .photo {
    text-align: left;
}

body.favourite_favourite_list #content form.cart table.favourites .quantity input,
body.shop_cart_view #content form.cart table.cart .quantity input {
    text-align: center;
}

body.favourite_favourite_list #content form.cart table.favourites .price,
body.shop_cart_view #content form.cart table.cart .price,
body.shop_cart_view #content form.cart table.cart .total,
body.favourite_favourite_list #content form.cart table.favourites .remove,
body.shop_cart_view #content form.cart table.cart .remove {
    text-align: right;
}

body.favourite_favourite_list #content form.cart table.favourites .photo,
body.cart_view #content form.cart table.cart .photo {
    width: 90px;
    padding-right: 30px;
}

body.favourite_favourite_list #content form.cart table.favourites td.photo .photo-outer,
body.cart_view #content form.cart table.cart td.photo .photo-outer {
    padding: 4px;
    border: 1px solid #cfcfcf;
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: center;
}

body.favourite_favourite_list #content form.cart table.favourites td.photo img,
body.cart_view #content form.cart table.cart td.photo img {
    margin: 0 auto;
    vertical-align: middle;
}

body.favourite_favourite_list #content form.cart table.favourites .code,
body.cart_view #content form.cart table.cart .code {
    width: 95px;
}

body.cart_view #content form.cart table.cart .product {
    width: 360px;
}

body.favourite_favourite_list #content form.cart table.favourites .name {
    width: 460px;
}

body.favourite_favourite_list #content form.cart table.favourites .remove a.btn,
body.cart_view #content form.cart table.cart .remove a.btn {
    background: none;
    color: #000000;
    text-transform: none;
    text-decoration: underline;
    font-weight: normal;
}

body.favourite_favourite_list #content form.cart div.submit,
body.cart_view #content form.cart div.submit {
    display: block;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    float: none;
}

body.favourite_favourite_list #content form.cart div.submit {
    border: none;
}

body.favourite_favourite_list #content form.cart div.submit input.btn,
body.shop_cart_view #content form.cart div.submit input.btn {
    background: none;
    color: #000000;
    font-size: 15px;
    text-transform: none;
    text-decoration: underline;
    font-weight: normal;
}

body.favourite_favourite_list #content form.cart div.submit input.btn {
    text-decoration: none;
}

body.favourite_favourite_list #content form.cart div.continue-shopping a {
    float: left;
    color: #000000;
    margin-top: 8px;
}

body.cart_view #content form.cart div.checkout {
    float: none;
    display: block;
    text-align: right;
}

body.favourite_favourite_list #content form.cart div.submit input.btn,
body.cart_view #content form.cart div.checkout a.btn {
    color: #000000;
    background: url('../img/next.png') right center no-repeat;
    padding: 15px 60px 15px 0;
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
}

body.favourite_favourite_list #content form.cart div.submit input.btn {
    height: 51px;
    padding: 0 60px 0 0;
}

body.favourite_favourite_list #content form.cart div.continue-shopping a,
body.cart_view #content form.cart div.continue-shopping a.btn {
    color: #000000;
    float: left;
    background: url('../img/previous.png') left center no-repeat;
    padding: 15px 0 15px 60px;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

body.cart_view #content form.cart div.subtotal {
    text-align: right;
    margin-bottom: 5px;
    text-transform: uppercase;
}

body.cart_view #content form.cart div.subtotal .subtotal-label,
body.cart_view #content form.cart div.subtotal .value {
    display: inline-block;
    margin-left: 5px;
}

body.cart_view #content form.cart div.subtotal .value {
    background: #E5E6E7;
    padding: 5px 10px;
}

body.shop_cart_view #content form.cart div.note {
    margin-bottom: 10px;
    text-align: right;
    color: #981e21;
}

body.cart_view #content form.cart div.quote a {
    float: left;
}

ul.attributes {
    margin: 0 auto;
    list-style: none;
}

ul.attributes li.attribute .attribute-label,
ul.attributes li.attribute .value {
    display: inline-block;
}

body.checkout_login #content div.software_page,
body.public_login #content div.software_page,
body.public_contact #content div.software_page {
    float: left;
    width: 480px;
}

body.checkout_login #content div.login,
body.public_login #content form.login,
body.public_contact #content form.contact {
    float: right;
    width: 458px;
    padding: 10px;
    border: 1px solid #cfcfcf;
}

body.public_contact #content #block_13 {
    clear: both;
}

body.public_contact #content form.contact legend {
    border: none;
    text-transform: uppercase;
    margin-bottom: 0;
}

body.checkout_login #content form.login .control-label,
body.public_login #content form.login .control-label,
body.public_contact #content form.contact .control-label {
    text-align: left;
    width: 110px;
}

body.checkout_login #content form.login .controls,
body.public_login #content form.login .controls,
body.public_contact #content form.contact .controls {
    margin-left: 130px;
}

body.checkout_login #content form.login input#password,
body.checkout_login #content form.login input#email,
body.public_login #content form.login input#password,
body.public_login #content form.login input#email,
body.public_contact #content form.contact input[type="text"],
body.public_contact #content form.contact input#email,
body.public_contact #content form.contact textarea {
    width: 295px;
}

body.public_contact #content form.contact select {
    width: 310px;
}

body.public_contact #content form.contact .help-inline {
    vertical-align: top;
}

body.checkout_login #content form.login .submit input.btn,
body.public_login #content form.login .submit input.btn,
body.public_contact #content form.contact .submit input.btn {
    float: right;
    margin-right: 20px;
    padding-top: 0;
}

body.checkout_login #content form.login .forgot a.btn,
body.public_login #content form.login .forgot a.btn {
    margin-left: -140px;
    background: none;
    text-transform: none;
    color: #000000;
    font-size: 15px;
}

body.public_login #content div.register,
body.checkout_login #content div.direct {
    clear: both;
    padding-top: 15px;
}

body.shop_product_view #content-inner > .lease {
    color: #991e21;
    font-size: 24px;
    font-weight: bold;
    background: url('../img/lease.png') right top no-repeat;
    padding-right: 120px;
    width: 362px;
    min-height: 50px;
}

body.shop_product_view #content-inner > .lease div {
    display: inline-block;
}

body #register-modal {
    border-radius: 0;
    -webkit-border-radius: 0;
}

body #register-modal .modal-header {
    background: url('../img/modal-logo.png') center center no-repeat;
    height: 50px;
    border: none;
}

body #register-modal .modal-body .home,
body #register-modal .modal-body .hospitality {
    width: 257px;
    padding-top: 225px;
    height: 79px;
}

body #register-modal .modal-body .home {
    float: left;
    background: url('../img/register-home-cook.jpg') center top no-repeat;
}

body #register-modal .modal-body .hospitality {
    float: right;
    background: url('../img/register-hospitality.jpg') center top no-repeat;
}

body #register-modal .modal-body a.btn {
    height: 79px;
    width: 257px;
    margin: 0 auto;
    padding: 0;
    text-indent: -10000px;
}

body #register-modal .modal-body .home a.btn {
    background: url('../img/register-home-cook-button.png') center center no-repeat;
}

body #register-modal .modal-body .hospitality a.btn {
    background: url('../img/register-hospitality-button.png') center center no-repeat;
}

#content-inner > .video-specs-downloads #watch-video,
#content-inner > .video-specs-downloads #view-tips,
#content-inner > .video-specs-downloads #view-specifications-warranty,
#content-inner > .video-specs-downloads #view-shipping-returns {
    color: #000000;
    cursor: pointer;
    padding: 5px 0;
    font-size: 18px;
}

body.shop_productgroup_product #content .brand-products,
body.shop_product_view #content .brand-products {
    position: relative;
    margin: 15px 0px;
}

body.shop_productgroup_product #content .brand-products h3,
body.shop_product_view #content .brand-products h3 {
    text-transform: none;
    border-bottom: 1px solid #000000;
    font-size: 20px;
}

body.shop_productgroup_product #content .brand-products .jcarousel,
body.shop_product_view #content .brand-products .jcarousel {
    position: relative;
    overflow: hidden;
    width: 408px;
    margin: 0 auto;
}

body.shop_productgroup_product #content .brand-products .brand-carousel-outer,
body.shop_product_view #content .brand-products .brand-carousel-outer {
    position: relative;
}

body.shop_productgroup_product #content .brand-products .jcarousel ul.products,
body.shop_product_view #content .brand-products .jcarousel ul.products {
    width: 10000px;
    position: relative;
    list-style: none;
    padding: 0;
    height: 92px;
    margin: 0 0 0 -7px;
}

body.shop_productgroup_product #content .brand-products .jcarousel ul.products li.product,
body.shop_product_view #content .brand-products .jcarousel ul.products li.product {
    float: left;
    margin: 0 0 0 12px;
    height: auto;
    width: 90px;
    height: 90px;
    padding: 0;
}

body.shop_productgroup_product #content .brand-products .jcarousel ul.products li.product .brand-photo,
body.shop_productgroup_product #content .brand-products .jcarousel ul.products li.product .brand-photo a,
body.shop_product_view #content .brand-products .jcarousel ul.products li.product .brand-photo,
body.shop_product_view #content .brand-products .jcarousel ul.products li.product .brand-photo a {
    width: 90px;
    height: 90px;
    line-height: 86px;
    border: none;
}

body.shop_productgroup_product #content .brand-products .jcarousel-control-prev,
body.shop_productgroup_product #content .brand-products .jcarousel-control-next,
body.shop_product_view #content .brand-products .jcarousel-control-prev,
body.shop_product_view #content .brand-products .jcarousel-control-next {
    position: absolute;
    top: 50px;
    width: 22px;
    height: 90px;
    display: block;
    z-index: 99;
}

body.shop_productgroup_product #content .brand-products .jcarousel-control-prev,
body.shop_product_view #content .brand-products .jcarousel-control-prev {
    left: 0;
    background: url('../img/previous-small.png') center center no-repeat;
}

body.shop_productgroup_product #content .brand-products .jcarousel-control-next,
body.shop_product_view #content .brand-products .jcarousel-control-next {
    right: 0;
    background: url('../img/next-small.png') center center no-repeat;
}

body .pagination-bottom .results {
    display: block;
}

body .pagination {
    margin: 0 auto 10px;
    height: 30px;
}

body .pagination .results {
    float: left;
}

body .pagination .pages {
    float: right;
    box-shadow: none;
}

body div.sorter-bottom {
    display: none;
}

body .pagination ul li {
    line-height: 12px;
    display: inline-block;
    border-left: 1px solid #000000;
}

body .pagination ul li:first-child,
body .pagination ul li.next {
    border: none;
}

body .pagination ul > li > a,
body .pagination ul > li > span {
    padding: 0 6px 0 9px;
    border: none;
    color: #000000;
    line-height: 12px;
}

body .pagination ul li.next a {
    padding-left: 0;
}

body .pagination ul > li > a:hover,
body .pagination ul > li > a:focus,
body .pagination ul > .active > a,
body .pagination ul > .active > span {
    font-weight: bold;
    background: none;
    color: #000000;
}

body .pagination .results .start,
body .pagination .results .end,
body .pagination .results .total {
    color: #991e21;
}

.sorter select {
    width: 220px;
}

#favouriteModal,
#cartErrorModal,
#cartModal,
#cartModal,
#productConfirmationModal {
    margin-left: -433px;
    width: 866px;
}

#favouriteModal table,
#cartErrorModal table,
#cartModal table {
    width: 835px;
}

#favouriteModal table th,
#favouriteModal table td,
#cartErrorModal table th,
#cartErrorModal table td,
#cartModal table th,
#cartModal table td {
    text-align: left;
}

#favouriteModal table td.quantity,
#favouriteModal table th.quantity
#cartModal table td.quantity,
#cartModal table th.quantity {
    text-align: center;
}

#favouriteModal table td.price,
#favouriteModal table th.price,
#cartModal table td.price,
#cartModal table th.price {
    text-align: right;
}

#favouriteModal button.btn,
#cartErrorModal button.btn,
#cartModal button.btn,
#productConfirmationModal button.btn {
    height: 26px;
}

#favouriteModal h3,
#cartErrorModal h3,
#cartModal h3,
#productConfirmationModal h3 {
    font-size: 20px;
    font-weight: normal;
    color: #981e21;
}

#cartErrorModal .modal-body .ordered-products td,
body.shop_checkout_onepage fieldset legend,
body.quote_quote_send #content .quote .item a.name,
body.quote_quote_view #content .quote .item a.name,
#cartModal .modal-body .ordered-products td {
    color: #981e21;
}

#favouriteModal .modal-header,
#cartModal .modal-header,
#productConfirmationModal {
    padding-bottom: 0;
    border-bottom: none;
}

body.site_public_rewards #content form.subscribe {
    float: left;
    width: 510px;
}

body.site_public_rewards #content form.subscribe input {
    width: 300px;
}

body.site_public_rewards #content form.subscribe .submit input.btn {
    width: auto;
}

body.site_public_rewards #content #block_20 {
    float: right;
    width: 460px;
}

body.shop_category_view #content .banner-image {
    margin-bottom: 10px;
}

h1,
body.shop_category_view #content h1 {
    border-bottom: 1px solid #999999;
}

body.shop_product_view #content-inner,
body.shop_productgroup_product #content-inner {
    position: relative;
}

body.shop_product_view #content-inner  div.lease-flag,
body.shop_productgroup_product #content-inner  div.lease-flag,
body.shop_product_view.lease #content-inner > div.flag,
body.shop_productgroup_product.lease #content-inner > div.flag,
ul.products li.product .edge-flag,
ul.product-groups li.product-group .edge-flag,
body.shop_product_view #content-inner  div.edge-flag,
body.shop_productgroup_product #content-inner  div.edge-flag {
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 999;
}

ul.products li.product .lease-flag,
ul.product-groups li.product-group .lease-flag {
    display: none;
}

body.shop_product_view #content-inner  div.lease-flag,
body.shop_productgroup_product #content-inner  div.lease-flag,
body.shop_product_view #content-inner  div.edge-flag,
body.shop_productgroup_product #content-inner  div.edge-flag {
    top: 372px;
}

ul.products li.product .flag,
ul.product-groups li.product-group .flag,
body.shop_product_view #content-inner > div.flag,
body.shop_productgroup_product #content-inner > div.flag {
    position: absolute;
    top: 0;
    left: 0;
    height: 93px;
    width: 93px;
}

ul.products li.product .flag,
ul.product-groups li.product-group .flag {
    top: -3px;
    left: -3px;
}

body.shop_product_view #content-inner > div.flag,
body.shop_productgroup_product #content-inner > div.flag {
    top: 30px;
}

body.site_category_popularproducts #content ul.products li.product.popular .flag,
body.site_category_popularproducts #content ul.product-groups li.product-group.popular .flag,
body.site_category_featuredproducts #content ul.products li.product.clearance .flag,
body.site_category_featuredproducts #content ul.product-groups li.product-group.clearance .flag,
body.site_category_clearanceproducts #content ul.products li.product.clearance .flag,
body.site_category_clearanceproducts #content ul.product-groups li.product-group.clearance .flag,
body.site_category_featuredproducts #content ul.products li.product.new .flag,
body.site_category_featuredproducts #content ul.product-groups li.product-group.new .flag,
body.site_category_newproducts #content ul.products li.product.new .flag,
body.site_category_newproducts #content ul.product-groups li.product-group.new .flag {
    background: none;
}

ul.products li.product.popular .flag,
ul.product-groups li.product-group.popular .flag,
body.shop_product_view.popular #content-inner > div.flag,
body.shop_productgroup_product.popular #content-inner > div.flag {
    background: url(../img/popular-flag.png) center center no-repeat;
    width: 194px;
    height: 51px;
}

ul.products li.product.new .flag,
ul.product-groups li.product-group.new .flag,
body.shop_product_view.new #content-inner > div.flag,
body.shop_productgroup_product.new #content-inner > div.flag {
    background: url(../img/new.png) center center no-repeat;
    height: 74px;
    width: 74px;
}

ul.products li.product.promotions .flag,
ul.product-groups li.product-group.promotions .flag,
body.shop_product_view.promotions #content-inner > div.flag,
body.shop_productgroup_product.promotions #content-inner > div.flag,
ul.products li.product.special .flag,
ul.product-groups li.product-group.special .flag,
body.shop_product_view.special #content-inner > div.flag,
body.shop_productgroup_product.special #content-inner > div.flag {
    background: url(../img/sale.png) center center no-repeat;
}

ul.products li.product.clearance .flag,
ul.product-groups li.product-group.clearance .flag,
body.shop_product_view.clearance #content-inner > div.flag,
body.shop_productgroup_product.clearance #content-inner > div.flag {
    background: url(../img/clearance-flag.png) center center no-repeat;
    width: 194px;
    height: 51px;
}

body.shop_productgroup_product ul.products li.product.lease .flag,
body.shop_productgroup_product ul.product-groups li.product-group.lease .flag,
body.shop_product_view ul.products li.product.lease .flag,
body.shop_product_view ul.product-groups li.product-group.lease .flag,
ul.products li.product.lease .flag,
ul.product-groups li.product-group.lease .flag {
    background: none;
}

body.shop_product_promotions ul.products li.product.promotions .flag,
body.shop_product_promotions ul.product-groups li.product-group.promotions .flag,
body.shop_product_new ul.products li.product.new .flag,
body.shop_product_new ul.product-groups li.product-group.new .flag,
body.shop_product_popular ul.products li.product.popular .flag,
body.shop_product_popular ul.product-groups li.product-group.popular .flag,
body.shop_product_clearance ul.products li.product.clearance .flag,
body.shop_product_clearance ul.product-groups li.product-group.clearance .flag {
    background: none;
}

body.shop_product_view.new #content-inner > div.flag,
body.shop_productgroup_product.new #content-inner > div.flag,
body.shop_product_view.clearance #content-inner > div.flag,
body.shop_productgroup_product.clearance #content-inner > div.flag,
body.shop_product_view.popular #content-inner > div.flag,
body.shop_productgroup_product.popular #content-inner > div.flag {
    left: -10px;
    top: 30px;
}

body.shop_product_view.new #content-inner > div.flag,
body.shop_productgroup_product.new #content-inner > div.flag {
    left: 0px;
    top: 30px;
    height: 93px;
    width: 93px;
}

body.shop_productgroup_product #content form.cart.disabled .submit,
body.shop_productgroup_product #content form.cart.disabled div.quantity,
body.shop_productgroup_product #content form.cart .notify,
body.shop_productgroup_product #content form.cart .similar-products {
    display: none;
}

body.shop_category_view div.banner-image {
    text-align: center;
    margin-bottom: 10px;
}

#footer div.register a.btn,
#footer div.register a.btn:hover {
    background: #991e21;
    color: #ffffff;
}

body.productgroup_product #content form.quote h2,
body.productgroup_product #content form.quote .quantity,
body.productgroup_product #content form.quote .attribute,
body.productgroup_product #content form.quote label,
body.shop_product_view #content form.quote h2,
body.shop_product_view #content form.quote .quantity,
body.shop_product_view #content form.quote .attribute,
body.shop_product_view #content form.quote label {
    display: none;
}

body.quote_quote_view table.quote,
body.quote_quote_send table.quote {
    margin-bottom: 20px;
}

body.shop_productgroup_product #content form.quote .control-group.submit {
    float: left;
}

body.shop_productgroup_product #content form.quote .control-group.submit .controls {
    margin: 0px;
}

body.shop_productgroup_product #content-inner > .cart-price-lease form.cart.disabled .control-group.buttons {
    width: auto;
}

body.shop_productgroup_product #content form.cart.disabled div.not-allowed,
body.shop_product_view #content form.cart.not-allowed div.not-allowed  {
    color: #991e21;
    font-size: 13px;
}

body.shop_productgroup_product .modal-body,
body.shop_product_view .photos .modal-body {
    max-height: 830px;
    text-align: center;
}

body.shop_productgroup_product #favouriteModal .modal-body,
body.shop_product_view .photos #favouriteModal .modal-body,
body.shop_productgroup_product #cartErrorModal .modal-body,
body.shop_product_view .photos #cartErrorModal .modal-body,
body.shop_productgroup_product #cartModal .modal-body,
body.shop_product_view .photos #cartModal .modal-body {
    max-height: 830px;
    text-align: left;
}

body.shop_productgroup_product .modal,
body.shop_product_view .modal {
    width: 830px;
    margin-left: -415px;
}

body.shop_product_view #video,
body.shop_productgroup_product #video,
body.shop_product_view #tips,
body.shop_productgroup_product #tips,
body.shop_product_view #specifications-warranty,
body.shop_productgroup_product #specifications-warranty,
body.shop_product_view #shipping-returns,
body.shop_productgroup_product #shipping-returns {
    border-bottom: 1px dotted #b3b3b3;
    padding-bottom: 5px;
}

body.shop_productgroup_product #content-inner form.quote >.submit,
body.shop_product_view #content-inner form.quote >.submit {
    position: relative;
    top: -48px;
    left: 210px;
    margin-bottom: -48px;
}

body.shop_productgroup_product #content-inner .similar-products ~ form.quote,
body.shop_product_view #content-inner .similar-products ~ form.quote,
body.shop_productgroup_product #content-inner .notify ~ form.quote,
body.shop_product_view #content-inner .notify ~ form.quote {
    top: -36px;
    margin-bottom: -36px;
}

body.shop_productgroup_product #content-inner .notify ~ .similar-products,
body.shop_product_view #content-inner .notify ~ .similar-products {
    position: relative;
    top: -36px;
    left: 217px;
    margin-bottom: -36px;
}

body.shop_productgroup_product #content #content-inner .similar-products a.btn,
body.shop_product_view #content #content-inner .similar-products a.btn {
    text-transform: none;
}

body.shop_productgroup_product #content-inner .not-allowed ~ .notify {
    position: relative;
    top: 10px;
}

body.site_product_leaseenquiry h1 {
    font-size: 28px;
    text-transform: normal;
}

body.site_product_leaseenquiry h2 {
    font-size: 24px;
    text-transform: normal;
    color: #981e21;
}

body.site_product_leaseenquiry textarea#comments {
    height: 200px;
}

body.quote_quote_view table.quote td.quantity input.quantity {
    text-align: center;
}

body.shop_account_view  .account h2 {
    font-size: 24px;
    color: #981e21;
}

body.shop_checkout_onepage a.change,
body.shop_checkout_onepage a.edit {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

body.shop_checkout_onepage .shipping ul.methods li.method input,
body.shop_checkout_onepage .payment ul.methods li.method input[type="radio"] {
    float: left;
    margin-right: 10px;
}

body.shop_checkout_onepage .cart .item .code .value,
body.shop_checkout_onepage .cart .item .code .code-label {
    display: inline-block;
}

body.shop_checkout_onepage #content .method .field:nth-child(4) {
    clear: both;
    display: block;
}

#nav a.home {
    background: url("../img/home.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 25px;
}

#nav ul.categories.level_1 {
    margin-left: 30px;
    position: relative;
}

#nav ul.categories.level_1 ul.category-outer {
    display: none;
    position: absolute;
    margin: 0 auto;
    list-style: none;
    padding: 15px;
    z-index: 200;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.3);
    width: 950px;
    left: 0;
    min-height: 400px;
}

#nav ul.categories.level_1 ul.category-outer > li {
    min-height: 456px;
    background: url('../img/divider.png') 0px 20px repeat-y #fff;
}

#nav ul.categories.level_1 ul.category-outer ul.categories,
#nav ul.categories.level_1 ul.category-outer ul.brands,
#nav ul.categories.level_1 ul.category-outer ul.featured {
    width: 314px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}

#nav ul.categories.level_1 ul.category-outer ul.brands li ul {
    float: left;
    margin: 0px;
    list-style: none;
    width: 157px;
}

#nav ul.categories.level_1 ul.level_2 .shop-by-category,
#nav ul.categories.level_1 ul.brands .shop-by-brand,
#nav ul.categories.level_1 ul.featured .shop-by-featured {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #991e21;
    margin-bottom: 15px;
}

#nav ul.categories.level_1 ul.category-outer div.featured {
    position: absolute;
    bottom: 0px;
    right: 55px;
    height: 356px;
    line-height: 17px;
    margin: 0px;
    width: 246px;
}

#nav ul.categories.level_1 ul.category-outer div.featured .view a {
    background: #991e21;
    color: #ffffff;
    padding: 3px 8px;
    display: inline-block;
    right: 10px;
    bottom: 45px;
    text-transform: uppercase;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details {
    position: relative;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .photo {
    display: table-cell;
    height: 222px;
    width: 222px;
    vertical-align: middle;
    text-align: center;
}

body.shop_product_view #content-inner > div.flag,
body.shop_productgroup_product #content-inner > div.flag {
    height: 93px;
    left: 0;
    position: absolute;
    top: 36px;
    width: 93px;
    z-index: 199;
    pointer-events: none;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .name {
    height: 40px;
    overflow: hidden;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .price .price-label,
#nav ul.categories.level_1 ul.category-outer div.featured .details .price .our-price-label,
#nav ul.categories.level_1 ul.category-outer div.featured .details .price .value,
#nav ul.categories.level_1 ul.category-outer div.featured .details .price .value a {
    display: inline;
}

#nav ul.categories.level_1 ul.category-outer div.featured .details .model,
#nav ul.categories.level_1 ul.category-outer div.featured .cart {
    display: none;
}

#nav ul.categories.level_1 ul a {
    display: block;
    color: #000000;
    padding-bottom: 3px;
    text-transform: none;
}

#nav ul.categories.level_1 ul li.view-all-brands a {
    color: #991e21;
}

body.shop_productgroup_product #content .brand-products .jcarousel ul.products li.product .brand-photo,
body.shop_product_view #content .brand-products .jcarousel ul.products li.product .brand-photo {
    height: 90px;
    line-height: 90px;
    border: 1px solid #999999;
    text-align: center;
}

body.shop_productgroup_product #content .video,
body.shop_product_view #content .video {
    display: none;
}

body.shop_productgroup_product #content .video-specs-downloads .video,
body.shop_product_view #content .video-specs-downloads .video {
    display: block;
}

body.shop_checkout_onepage ul.methods li.method .name img {
    margin-left: 10px;
}

#content ul.categories li.category, ul.products li.product .code,
#content ul.product-groups li.product-group .code,
div.related-products ul.products .product .code {
    font-size: 13px;
}

body.quote_quote_view  #content .quote .quote th.code {
    text-align: left;
}

body.quote_quote_view  #content .quote .quote td {
    vertical-align: middle;
}

body.quote_quote_view #content .quote .quote th.remove,
body.quote_quote_view #content .quote .quote td.remove {
    text-align: right;
}

body.blog_blog_dateview #content .media-list .media a .media-heading,
body.blog_blog_dateview #content .media-list h4.media-heading,
body.blog_blog_list #content .media-list .media a .media-heading,
body.blog_category_view #content .media-list .media a .media-heading,
body.blog_blog_list #content .media-list h4.media-heading,
body.blog_category_view #content .media-list h4.media-heading {
    color: #991e21;
    text-transform: none;
}

body.blog_blog_dateview #content .media-list a .media-heading:hover,
body.blog_blog_list #content .media-list a .media-heading:hover,
body.blog_category_view #content .media-list a .media-heading:hover {
    text-decoration: none;
}

body.shop_productgroup_product #content .lease a.btn,
body.shop_product_view #content .lease a.btn {
    background: #991e21;
}

body.blog_blog_view #content .badge,
body.blog_category_view #content .media-list .badge,
body.blog_blog_list #content .media-list .badge {
    background: #991e21;
}

body.blog_blog_view #content h1 {
    text-transform: none;
}

body.blog_blog_view #content .badge a,
body.blog_category_view #content .media-list .badge a,
body.blog_blog_list #content .media-list .badge a {
    color: #fff;
    font-weight: normal;
}

body.blog_blog_dateview #content .media-list .media,
body.blog_category_view #content .media-list .media,
body.blog_blog_list #content .media-list .media {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

body.blog_blog_dateview #content .media-list .media a.thumbnail ~ .media-body .published-date,
body.blog_category_view #content .media-list .media a.thumbnail ~ .media-body .published-date,
body.blog_blog_list #content .media-list .media a.thumbnail ~ .media-body .published-date {
    position: absolute;
    bottom: 30px;
    left: 220px;
    font-size: 12px;
}

body.blog_blog_dateview #content .media-list .media a.thumbnail ~ .media-body .comments-info,
body.blog_category_view #content .media-list .media a.thumbnail ~ .media-body .comments-info,
body.blog_blog_list #content .media-list .media a.thumbnail ~ .media-body .comments-info {
    position: absolute;
    bottom: 33px;
    left: 340px;
    border-left: 1px solid #000;
    padding-left: 10px;
    line-height: 14px;
    font-size: 12px;
}

body.blog_blog_dateview #content .media-list .media a.thumbnail ~ .media-body .blog-category-outer,
body.blog_category_view #content .media-list .media a.thumbnail ~ .media-body .blog-category-outer,
body.blog_blog_list #content .media-list .media a.thumbnail ~ .media-body .blog-category-outer {
    position: absolute;
    bottom: 5px;
    left: 220px;
}

body.blog_blog_list #content .media-list .media .media-body,
body.blog_category_view #content .media-list .media .media-body,
body.blog_blog_dateview #content .media-list .media .media-body {
    padding-bottom: 50px;
}

body.blog_blog_dateview #content .media-list .media .media-body .published-date,
body.blog_category_view #content .media-list .media .media-body .published-date,
body.blog_blog_list #content .media-list .media .media-body .published-date {
    position: absolute;
    bottom: 30px;
    left: 0px;
    font-size: 12px;
}

body.blog_blog_dateview #content .media-list .media .media-body .comments-info,
body.blog_category_view #content .media-list .media .media-body .comments-info,
body.blog_blog_list #content .media-list .media .media-body .comments-info {
    position: absolute;
    bottom: 33px;
    left: 120px;
    border-left: 1px solid #000;
    padding-left: 10px;
    line-height: 14px;
    font-size: 12px;
}

body.blog_blog_dateview #content .media-list .media .media-body .blog-category-outer,
body.blog_category_view #content .media-list .media .media-body .blog-category-outer,
body.blog_blog_list #content .media-list .media .media-body .blog-category-outer {
    position: absolute;
    bottom: 5px;
    left: 0px;
}

body.blog_blog_view #content div#blog-comments ul.media-list li.media h4.media-heading {
    text-transform: none;
}

body.blog_blog_view #content .comments-info,
body.blog_blog_dateview #content .published-date,
body.blog_blog_dateview #content .blog-category,
body.blog_blog_view #content .published-date,
body.blog_blog_view #content .blog-category {
    display: inline-block;
}

body.blog_blog_view #content .comments-info {
    margin-left: 5px;
    border-left: 1px solid #000;
    padding-left: 10px;
    line-height: 14px;
}

body.blog_blog_dateview #content .media-list .media .blog-category-outer .blog-category a,
body.blog_category_view #content .media-list .media .blog-category-outer .blog-category a,
body.blog_blog_list #content .media-list .media .blog-category-outer .blog-category a,
body.blog_blog_view #content .blog-category a,
body.blog_category_view #content .media-list .media .blog-category-outer .blog-category,
body.blog_blog_list #content .media-list .media .blog-category-outer .blog-category {
    display: inline-block;
    font-style: italic;
    color: #991e21;
}

ul.product-groups li.product-group .model,
ul.products li.product .model,
body.blog_blog_view #content legend,
body.blog_blog_dateview #content .media-list .media a.more,
body.blog_category_view #content .media-list .media a.more,
body.blog_blog_list #content .media-list .media a.more {
    color: #991e21;
}

body.blog_blog_view #content legend {
    font-size: 21px;
}

body.quickorder_product_list .quick_order_table td.quantity,
body.quickorder_product_list .quick_order_table th.quantity {
    text-align: right;
}

body.quickorder_product_list .quick_order_table th {
    font-size: 14px;
}

body.quickorder_product_list .quick_order_table th.price {
    text-align: right;
    padding-right: 15px;
}

body.quickorder_product_list #content .submit input {
    float: right;
    margin-top: 15px;
}

body.shop_public_index .blog-glance-outer h2 {
    color: #000;
}

body.quote_quote_view table.quote thead th.product,
body.quote_quote_send table.quote thead th.product {
    width: 480px;
}

ul.product-groups li.product-group .details .model,
ul.products li.product .details .model {
    display: block;
}

body.shop_checkout_onepage ul.methods li.method .name,
body.shop_checkout_onepage ul.fields .name {
    width: 650px;
}

body.shop_productgroup_product #content .notify a.btn,
body.shop_product_view #content .notify a.btn {
    font-weight: normal;
    text-transform: none;
    padding-right: 35px;
    background: url("../img/notify.png") no-repeat scroll 156px center #232420;
}

body.shop_productgroup_product #content .similar-products a.btn,
body.shop_product_view #content .similar-products a.btn {
    font-weight: normal;
    text-transform: none;
    padding-right: 35px;
    background: url("../img/magnify.png") no-repeat scroll 140px center #232420;
}

body.quote_quote_view #content p.quote_empty,
body.shop_checkout_onepage ul.methods li.module .name.unable-calculate-shipping {
    color: #991e21;
}

body.site_category_brands #content .photos .photo {
    display: none;
}

#body {
    width: 980px;
}

.blog_blog_list #body,
.blog_blog_view #body,
.blog_category_view #body,
.blog_blog_dateview #body {
    float: left;
    width: 710px;
}

#nav-right {
    float: right;
    width: 260px;
}

#nav-right select {
    width: 260px;
}

#nav-right h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

body.shop_search_results .productfilter-form .filter-by,
body.shop_product_new  .productfilter-form .filter-by,
body.shop_category_view .productfilter-form .filter-by {
    display: none;
}

body.shop_search_results .sorter,
body.shop_search_results .productfilter-form,
body.shop_product_new .sorter,
body.shop_product_new  .productfilter-form,
body.shop_category_view .sorter,
body.shop_category_view .productfilter-form {
    overflow: hidden;
}

body.shop_search_results .productfilter-filter,
body.shop_product_new  .productfilter-filter,
body.shop_category_view .productfilter-filter {
    width: 24%;
    margin-left: 1%;
    float: right;
}

body.shop_search_results .productfilter-filter label,
body.shop_product_new  .productfilter-filter label,
body.shop_category_view .productfilter-filter  label {
    display: block;
}

body.shop_search_results .productfilter-form select,
body.shop_product_new .productfilter-form select,
body.shop_category_view .productfilter-form select {
    width: 100%;
}

#block_5 p {
    margin: 0px;
    text-align: center;
}

body.shop_productgroup_product #content .price,
body.shop_productgroup_product #content .model,
body.shop_productgroup_product #content .stock {
    display: none;
}

.related-products ul.product-groups li.product-group .favourite a.btn,
.related-products ul.products li.product .favourite a.btn,
.featured-products-outer ul.product-groups li.product-group .favourite a.btn,
.featured-products-outer ul.products li.product .favourite a.btn,
#nav ul.categories.level_1 li div.featured .favourite a.btn:hover,
#nav ul.categories.level_1 li div.featured .favourite a.btn,
#content ul.product-groups li.product-group .favourite a.btn,
#content ul.products li.product .favourite a.btn {
    display: block;
    height: 30px;
    width: 30px;
    background: url("../img/listing-favourite.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    text-indent: -1000px;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    text-shadow: none;
    bottom: 0;
    right: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.related-products .product-groups .product-group > .cart ~ .favourite a.btn,
.related-products .products .product > .cart ~ .favourite a.btn,
.related-products ul.product-groups li.product-group > .notify ~ .favourite a.btn,
.related-products ul.products li.product > .notify ~ .favourite a.btn,
.featured-products-outer ul.product-groups li.product-group > .notify ~ .favourite a.btn,
.featured-products-outer ul.products li.product > .notify ~ .favourite a.btn,
#content-inner .product-groups .product-group > .notify ~ .favourite a.btn,
#content-inner .products .product > .notify ~ .favourite a.btn,
.featured-products-outer ul.product-groups li.product-group > .notify ~ .favourite a.btn,
.featured-products-outer ul.products li.product > .notify ~ .favourite a.btn,
#content-inner .product-groups .product-group > .notify ~ .favourite a.btn,
#content-inner .products .product > .notify ~ .favourite a.btn,
.featured-products-outer ul.product-groups li.product-group > .view ~ .favourite a.btn,
.featured-products-outer ul.products li.product > .view ~ .favourite a.btn,
#content-inner .product-groups .product-group > .view ~ .favourite a.btn,
#content-inner .products .product > .view ~ .favourite a.btn,
.featured-products-outer ul.product-groups li.product-group > .cart ~ .favourite a.btn,
.featured-products-outer ul.products li.product > .cart ~ .favourite a.btn,
#content-inner .product-groups .product-group > .cart ~ .favourite a.btn,
#content-inner .products .product > .cart ~ .favourite a.btn {
    right: 31px;
}

#nav ul.categories.level_1 li div.featured > .favourite a.btn:hover,
#nav ul.categories.level_1 li div.featured > .favourite a.btn {
    bottom: 10px;
}

.related-products ul.product-groups li.product-group .stock .value,
.related-products ul.products li.product .stock .value,
.featured-products-outer ul.product-groups li.product-group .stock .value,
.featured-products-outer ul.products li.product .stock .value,
#content ul.products li.product .stock .value, 
#content ul.product-groups li.product-group .stock .value {
    font-size: 11px;
}

.related-products ul.product-groups li.product-group .stock .value.in-stock,
.related-products ul.products li.product .stock .value.in-stock,
.featured-products-outer ul.product-groups li.product-group .stock .value.in-stock,
.featured-products-outer ul.products li.product .stock .value.in-stock,
#content ul.products li.product .stock .value.in-stock, 
#content ul.product-groups li.product-group .stock .value.in-stock {
    color: #39ad4a;
}

.related-products ul.product-groups li.product-group .stock .value.out-of-stock,
.related-products ul.products li.product .stock .value.out-of-stock,
.featured-products-outer ul.product-groups li.product-group .stock .value.out-of-stock,
.featured-products-outer ul.products li.product .stock .value.out-of-stock,
#content ul.products li.product .stock .value.out-of-stock, 
#content ul.product-groups li.product-group .stock .value.out-of-stock {
    color: #f10002;
}

#cartErrorModal .modal-body .alert-error ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.modal {
    z-index: 10001;
}

#product-image-slider li {
    height: 400px;
    line-height: 396px;
}

body.shop_checkout_onepage #content ul.attributes,
body.shop_cart_view #content ul.attributes {
    display: none;
}
