/**
 *
 * CART2QUOTE CONFIDENTIAL
 * __________________
 *
 *  [2009] - [2016] Cart2Quote B.V.
 *  All Rights Reserved.
 *
 * NOTICE OF LICENSE
 *
 * All information contained herein is, and remains
 * the property of Cart2Quote B.V. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Cart2Quote B.V.
 * and its suppliers and may be covered by European and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Cart2Quote B.V.
 *
 * @category    Ophirah
 * @package     Qquoteadv
 * @copyright   Copyright (c) 2016 Cart2Quote B.V. (https://www.cart2quote.com)
 * @license     https://www.cart2quote.com/ordering-licenses(https://www.cart2quote.com)
 */

.product-view .add-to-cart-buttons .button {
    width: auto !important;
}

.products-grid div.actions button {
    margin-left: 5px;
    margin-bottom: 5px;
}

.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
    min-width: 125px;
}

.checkout-toolbar button {
    width: 250px;
    margin-bottom: 5px;
}

ol.c2q {
    /* This is the main Tab Bar on the top */
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #ededed;
    padding: 12px 12px 6px 12px;
    margin-bottom: 15px;
    *padding-bottom: 12px;
}

#quotelist .product-quote-image button {
    line-height: inherit;
    padding: 0;
    background: transparent;
    outline: 0;
    border: none;
    cursor: pointer;
}

#quotelist .product-quote-image button:hover {
    color: inherit;
    text-decoration: inherit;
}

ol.c2q li.section {
    display: inline;
}

.leightbox, .leightboxlink {
    background-color: #FFFFFF;
    border: 2px solid #B8B8B8;
    color: #0A263C;
    display: none;
    font: 9px Arial, sans-serif;
    overflow: auto;
    padding: 0;
    text-align: left;
    width: 450px;
    min-height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -225px;
    z-index: 10011;
}

.quote-forms > div {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#billDiv p.address-description, #shipDiv p.address-description {
    margin-bottom: inherit;
}

.quote-forms .inline-checkbox {
    margin-top: 15px;
}

.qquote-client-collaterals table input,
.qquote-client-collaterals table select,
.qquote-client-collaterals .qquote-cart-collaterals table input,
.qquote-client-collaterals .qquote-cart-collaterals table select,
.qquote-client-collaterals textarea.input-text,
#addressContainer select {
    width: 100%;
    height: inherit;
}

.qquote-client-collaterals td select, #addressContainer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('https://www.pittman.ie/skin/frontend/rwd/default/images/qquoteadv/qquoteadv-select-background.png') #fff right 10px center no-repeat;
    background-size: 9px 5px;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 15px;
    line-height: 1.5;
}

.qquote-client-collaterals textarea.input-text {
    height: 120px;
}

#quotelist .validation-advice {
    position: relative;
    top: -5px;
}

.qquote-client-collaterals h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

#quotelist {
    margin-bottom: 25px;
}

#quotelist #shopping-cart-table {
    width: 60%;
    clear: both;
    min-width: 380px;
    margin: 5px;
}

#quotelist #shopping-cart-table a {
    font-size: 13px;
}

#submit-quote-request {
    float: right;
    margin-top: 5px;
    clear: both;
}

#quotelist .button {
    margin: 0 0 5px 0;
}

#quotelist tfoot .button {
    margin-right: 5px;
}

#qquoteadv-view-view body.customer-account .my-account .title-buttons a, #qquoteadv-view-view body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: 0;
}

#shopping-cart-totals-table {
    clear: both;
}

#lightboxload {
    background: url("https://www.pittman.ie/skin/frontend/rwd/default/images/ajax-loader.gif");
    width: 48px;
    height: 48px;
    margin: 100px auto;
}

#overlay, #overlaylink {
    opacity: 1;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #333;
    filter: alpha(opacity=80);
    background-color: rgba(0, 0, 0, 0.75);
}

.lightbox[id] {
    /* IE6 and below Can't See This */
    position: fixed;
}

#overlay[id] {
    /* IE6 and below Can't See This */
    position: fixed;
}

.lightboxlink[id] {
    /* IE6 and below Can't See This */
    position: fixed;
}

#overlaylink[id] {
    /* IE6 and below Can't See This */
    position: fixed;
}

.qquoteadv-index-index .page-title {
    width: 100%;
    border-bottom: 1px solid #ededed;
    display: inline-block;
}

.qquoteadv-index-index .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

.qquoteadv-index-index .page-title .assigned-to {
    clear: both;
}

.qquote-client-collaterals {
    width: 100%;
    max-width: 600px;
    display: table-cell;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.qquote-client-collaterals h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.qquote-client-collaterals .input-select {
    vertical-align: top;
}

.qquote-client-collaterals .street {
    margin-bottom: 2px;
}

#quotelist .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

#quotelist .page-title button,
#submit-quote-request button {
    float: right;
}

#submit-quote-request label {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

#submit-quote-request label,
.qquote-client-collaterals label {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.qquote-client-collaterals select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
    background: #fff;
}

.qty-div {
    width: 100%;
    min-width: 60px;
    max-width: 100px;
}

.qty-div a {
    text-decoration: none;
    width: 5%;
    position: absolute;
    margin-top: 5px;
}

#add-tier {
    clear: both;
    display: block;
}

.inline-checkbox input[type=checkbox] {
    float: left;
    width: auto;
    margin-right: 5px;
    margin-top: 3px;
}

.shipping-estimates {
    float: right;
}

.product-quote-image {
    padding-left: 0;
    padding-right: 0;
}

.product-quote-image img {
    max-width: 100%;
    width: 100%;
}

/* ============================================ *
 * Header - Quote
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Quote
 */
.skip-quote:not(.skip-active):hover .icon {
    background-position: -50px 2px;
}

.skip-quote .icon {
    background-position: 0 2px;
}

/* -------------------------------------------- *
 * Skip Quote Notifier
 */
.header-miniquote .skip-quote .count {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    top: -6px;
    position: relative;
    z-index: 5;
    width: 22px;
    height: 22px;
    background: rgba(51, 153, 204, 0.9);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.header-miniquote .link.skip-active .count {
    color: white;
}

.header-miniquote .skip-quote.no-count .count {
    display: none;
}

@media only screen and (max-width: 499px) {
    .header-miniquote .skip-quote .count {
        margin-left: -12px;
    }
}

@media only screen and (min-width: 771px) {
    .header-miniquote .skip-quote {
        position: absolute;
        top: 0;
        right: 115px;
        width: auto;
        padding: 0 10px;
    }

    .header-miniquote .skip-quote {
        color: #3399cc;
        text-transform: uppercase;
    }

    #header-quote.skip-active {
        border: solid 1px #cccccc;
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 0;
        width: 320px;
        background: #fff;
    }

    .header-miniquote .skip-quote:hover {
        text-decoration: none;
    }

    .header-miniquote .skip-quote .count {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #3399cc;
        position: static;
        background: none;
        margin-left: 0;
        font-size: 14px;
    }

    .header-miniquote .skip-quote .count:before {
        content: '(';
    }

    .header-miniquote .skip-quote .count:after {
        content: ')';
    }
}

.header-miniquote .skip-quote .count.empty {
    display: none;
}

.block-content-inner .empty {
    padding: 20px;
    text-align: center;
}

@media only screen and (max-width: 479px) {
    .header-miniquote a.skip-quote {
        z-index: 1;
    }
}

/* -------------------------------------------- *
 * Icons
 */
.header-miniquote .skip-quote .icon {
    background-image: url(https://www.pittman.ie/skin/frontend/rwd/default/images/icon_sprite_c2q.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .header-miniquote .skip-quote .icon {
        background-image: url(https://www.pittman.ie/skin/frontend/rwd/default/images/icon_sprite_c2q2x.png);
        background-size: 85.5px 27px;
    }
}

.link {
    position: relative;
    float: left;
    width: 20%;
    height: 44px;
    background: #FFFFFF;
    color: #636363;
    line-height: 42px;
    text-align: center;
}

a.link {
    text-decoration: none;
}

.link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.link:not(.skip-active):hover {
    opacity: 0.8;
}

@media only screen and (max-width: 770px) {

    .skip-links .skip-link .label, .top-right-links .link .label {
        display: none;
    }

    .skip-links .skip-link, .skip-links .link {
        width: 20%;
        border-right: 1px solid #EDEDED;
    }

    .header-miniquote > .skip-link {
        border-right: 1px solid #EDEDED !important;
    }
}

@media only screen and (min-width: 500px) {
    .link {
        width: 25%;
    }
}

/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
    .link.skip-active {
        background: #EDEDED;
        color: inherit;
    }

    .link.skip-active span {
        color: inherit;
    }
}

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.link.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.link.skip-quote:not(.no-count) .icon {
    margin-right: 3px;
}

@media only screen and (min-width: 500px) {
    .link.icon {
        margin-right: 3px;
    }
}

/* -------------------------------------------- *
 * Skip Link - Label
 */
.link.label {
    display: none;
}

@media only screen and (min-width: 500px) {
    .link.label {
        display: inline;
    }
}

@media only screen and (min-width: 770px) {
    .top-right-links {
        top: 0;
        right: 0;
        position: absolute;
        width: auto;
        display: inline-block;
    }

    .top-right-links .skip-account, .top-right-links .header-miniquote, .top-right-links .header-minicart {
        position: relative;
        float: left;
    }

    .top-right-links .skip-link, .top-right-links .link {
        position: relative;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #quotelist #shopping-cart-table.data-table.cart-table {
        display: block;
        width: 100%;
        float: none;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td {
        width: auto;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(1),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(3) {
        width: 25%;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(4),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5) {
        width: 10%;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        width: 5%;
    }

    .qquote-client-collaterals {
        padding-top: 0;
        display: block;
        max-width: 100%;
    }

    .qquote-client-collaterals > .quote-forms,
    .qquote-client-collaterals .qquote-cart-collaterals {
        width: 100%;
        float: none;
    }

    .qquote-client-collaterals .qquote-cart-collaterals {
        width: 100%;
    }

    .qquote-client-collaterals #submit-quote-request {
        margin-top: 0;
    }
}

@media only screen and (max-width: 700px) {
    .qquote-client-collaterals > .quote-forms,
    .qquote-client-collaterals .qquote-cart-collaterals {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 771px) {

    #quotelist #shopping-cart-table.data-table.cart-table tfoot,
    .checkout-toolbar {
        display: none;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr {
        position: relative;
        width: 100%;
        padding-bottom: 25px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(1) {
        position: absolute;
        left: 0;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(3) {
        padding-left: 200px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        width: 70%;
        padding-right: 140px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(4) {
        position: absolute;
        top: 0;
        right: 50px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5) {
        position: absolute;
        top: 25px;
        right: 65px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        position: absolute;
        top: 0;
        right: 14px;
    }

    #quotelist .shippingRequestButton {
        float: none !important;
    }

    #quotelist .shippingRequestButton button {
        width: 100%;
        white-space: inherit;
    }

    #quotelist .shippingRequestButton button span {
        white-space: inherit;
    }
}

@media only screen and (max-width: 550px) {
    #quotelist #shopping-cart-table.data-table.cart-table tr {
        width: 450px;
    }
}

@media only screen and (max-width: 500px) {
    #quotelist #shopping-cart-table.data-table.cart-table tr {
        width: 300px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(1) {

    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        padding-left: 100px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(3) {
        padding-left: 0;
        padding-top: 23px;
    }
}

.shipping-estimates #shipEstimates {
    margin: 5px 5px 5px 0;
}

#addressCheckbox {
    margin-bottom: 40px;
}

#qquote-tbl-address {
    width: 100%;
    border: 0;
}

#billing-new-address-form {
    margin-top: 15px;
}

.clearfix:after, #quotelist #submit-quote-request:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.add-row-tier {
    margin-top: 5px;
    position: relative;
}

.add-row-tier .btn-qty {
    margin-left: 14px;
    margin-top: 0;
    top: 18%;
    width: 20px;
}

.quantity-container .btn-qty, .add-row-tier .btn-qty {
    background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/qquoteadv/close-button.png");
    background-position: 0;
    background-size: 14px 14px;
    display: inline-block;
    margin-top: 4px;
}

.quantity-container {
    margin-top: 5px;
}

.quantity-container .qty-div {
    display: inline-block;
}

#quotelist .data-table {
    width: 100%;
}

#quotelist textarea,
#quotelist input[type=email],
#quotelist input[type=search],
#quotelist input[type=number],
#quotelist input[type=password],
#quotelist input[type=tel],
#quotelist input[type=text],
#quotelist select {
    border: 1px solid #bbb;
}

.qquoteadv-view-view .order-info-box .box-title {
    width: 200px;
    float: none;
}

.qquoteadv-view-view .order-info-box .box-content {
    float: none;
}

.qquoteadv-view-view .order-info-box .box-attachment {
    margin-top: 10px
}

/* -------------------------------------------- *
 *   Mini Quote
 * -------------------------------------------- */

#header-quote .block-subtitle {
    color: #50a4CF;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
    clear: both;
    position: relative;
}

#header-quote .block-subtitle .close {
    width: 40px;
    display: block;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -8px;
}

#header-quote ol.mini-products-list {
    padding: 20px;
}

#header-quote ol.mini-products-list {
    padding: 20px;
}

#header-quote ol.mini-products-list .item {
    position: relative;
}

#header-quote ol.mini-products-list .item .product-name {
    font-size: 13px;
}

#header-quote ol.mini-products-list .item .product-name a {
    color: #3399cc;
    font-weight: bold;
}

#header-quote ol.mini-products-list .item .product-image {
    position: absolute;
    left: 0;
}

#header-quote ol.mini-products-list .item .product-image img {
    width: 50px;
    height: 50px;
}

#header-quote ol.mini-products-list .item .button.btn-update {
    background: none;
    color: #50a4CF;
    text-transform: none;
    padding: 5px;
    text-align: left;
}

#header-quote ol.mini-products-list .item .cart-price,
#header-quote ol.mini-products-list .item .btn-remove.btn-remove2:last-child,
#header-quote ol.mini-products-list .item .cart-links {
    display: none;
}

@media (max-width: 771px) {
    #quotelist .add-row-tier .btn-remove.btn-remove2 {
        margin-top: 5px;
        margin-left: 10px;
    }
}

#header-quote .quote-btn-box button {
    float: none;
    display: block;
    margin: auto;
}

#header-quote .quote-btn-box {
    text-align: center;
    width: 100%;
}

#header-quote .cart-link {
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;

}

#header-quote .block-content-inner:before, #header-quote .block-content-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#header-quote .block-content-inner:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

#header-quote .block-content-inner:after {
    background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

#header-quote .block-content-inner.loading {
    position: relative;
}

#header-quote .block-content-inner.loading:before, #header-quote .block-content-inner.loading:after {
    display: block;
}

#header-quote #miniquote-error-message {
    text-align: center;
    color: red;
    display: none;
}

#header-quote #miniquote-success-message {
    text-align: center;
    color: green;
    display: none;
}

#header-quote .info-wrapper {
    margin-bottom: 0.5em;
}

#header-quote .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
}

#header-quote .info-wrapper td {
    color: #3399cc;
    clear: right;
}

#header-quote .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}

#header-quote .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
}

#header-quote .info-wrapper .qquantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}

#header-quote .info-wrapper .qquantity-button[disabled] {
    cursor: default;
}

#header-quote .info-wrapper .qquantity-button.visible {
    opacity: 1;
}

@media only screen and (max-width: 479px) {
    #header-quote a.skip-quote {
        z-index: 1;
    }
}

.toggle-remark {
    display: none;
}

.large-text {
    margin: 0;
    margin-bottom: 0.7em;
    color: #3399cc;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: inherit;
}

.large-text-ajax {
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin: 0;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.8em;
    color: #3399cc;
    text-transform: inherit;
    line-height: 1.5;
}

.product-renderer-text {
    text-transform: inherit;
    font-size: 1.2em;
    margin: 0 0 11px 0;
    padding: 0;
    background: none;
    border: none;
    font-weight: 400;
    color: #636363;
}

#lightbox2 {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-align: left;
    font-weight: 300;
    line-height: 1.5;
    opacity: 1 !important;
    color: #636363;
    font-size: 1.14em;
    box-sizing: border-box;
    display: table;
    margin: 10% auto;
    -webkit-box-shadow: 0 1px 10px 5px rgba(50, 50, 50, 0.17);
    -moz-box-shadow: 0 1px 10px 5px rgba(50, 50, 50, 0.17);
    box-shadow: 0 1px 10px 5px rgba(50, 50, 50, 0.17);
    width: 620px;
    left: 50%;
    top: 0;
    position: absolute;
    z-index: 1550;
    margin-left: -310px;
    max-width: inherit;
    background: #f3f3f3;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media (max-width: 649px) {
    #lightbox2 {
        width: 96%;
        margin-left: -48%;
    }
}

#lightbox2 .qquoteadv {
    padding: 30px 30px 35px 30px;
    box-shadow: 0 20px 28px -20px #dcdcdc;
    -webkit-box-shadow: 20px 28px -20px #dcdcdc;
    -moz-box-shadow: 20px 28px -20px #dcdcdc;
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media (max-width: 459px) {
    #lightbox2 .qquoteadv {
        padding: 15px;
    }
}

#lightbox2 h1, #lightbox2 h2, #lightbox2 p, #lightbox2 button, #lightbox2 ol, #lightbox2 ul {
    line-height: 1.5;
    font-size: 1em;
    font-weight: 300;
    text-transform: inherit;
}

#lightbox2 h1 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.8em;
    color: #3399cc;
}

#lightbox2 h2 {
    font-size: 1.2em;
    margin-bottom: 6px;
    font-weight: 400;
    color: #636363;
}

@media (max-width: 459px) {
    #lightbox2 h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 649px) {
    #lightbox2 h2, #lightbox2 p, #lightbox2 button, #lightbox2 ol, #lightbox2 ul, #lightbox2 li, #lightbox2 .price-box .price {
        font-size: 100%;
    }
}

@media (max-width: 459px) {
    #lightbox2 h2, #lightbox2 p, #lightbox2 button, #lightbox2 ol, #lightbox2 ul, #lightbox2 li, #lightbox2 .price-box .price {
        font-size: 95%;
    }
}

@media (max-width: 459px) {
    #lightbox2 .grouped-product h2 {
        font-size: 110%;
    }
}

@media (min-width: 460px) and (max-width: 649px) {
    #lightbox2 h1 {
        font-size: 1.4em;
    }
}

@media (max-width: 459px) {
    #lightbox2 h1 {
        font-size: 130%;
    }
}

#lightbox2 .introduction {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

@media (max-width: 459px) {
    #lightbox2 .introduction {
        margin-bottom: 20px;
    }
}

#lightbox2 .btn-cart {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 30px;
    font-size: inherit;
    background: #3399cc;
    color: #fff;
    border-bottom: 4px solid #247fac;
    line-height: 19px;
}

@media (min-width: 460px) and (max-width: 649px) {
    #lightbox2 .btn-cart {
        font-size: 90%;
    }
}

@media (max-width: 459px) {
    #lightbox2 .btn-cart {
        font-size: 80%;
        padding: 6px 21px;
    }
}

#lightbox2 .btn-cart:hover, #lightbox2 .btn-cart:focus, #lightbox2 .btn-cart:active {
    border-bottom-color: transparent;
    padding-top: 12px;
    padding-bottom: 8px;
    -webkit-box-shadow: 0 2px 5px 0 #d7e7ef;
    -moz-box-shadow: 0 2px 5px 0 #d7e7ef;
    box-shadow: 0 2px 5px 0 #d7e7ef;
}

@media (max-width: 459px) {
    #lightbox2 .btn-cart:hover, #lightbox2 .btn-cart:focus, #lightbox2 .btn-cart:active {
        padding-top: 8px;
        padding-bottom: 4px;
    }
}

#lightbox2 .btn-cart:hover {
    background: #2e8ab8;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
}

#lightbox2 .btn-cart:focus, #lightbox2 .btn-cart:active {
    background: #297aa3;
}

#lightbox2 .button-container {
    clear: both;
    padding: 15px 30px 30px 30px;
    text-align: right;
    background: #f3f3f3;
    border-bottom-left-radius: 5px;
    margin-top: 15px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

@media (max-width: 459px) {
    #lightbox2 .button-container {
        padding: 2px 15px 15px 15px;
    }
}

#lightbox2 .product-image {
    width: 180px;
    height: 180px;
    border: none;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 30px;
}

@media (min-width: 460px) and (max-width: 649px) {
    #lightbox2 .product-image {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 459px) {
    #lightbox2 .product-image {
        width: 80px;
        height: 80px;
    }
}

#lightbox2 .grouped-product .product-image {
    width: 110px;
    height: 110px;
}

@media (min-width: 460px) and (max-width: 649px) {
    #lightbox2 .grouped-product .product-image {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 459px) {
    #lightbox2 .grouped-product .product-image {
        width: 80px;
        height: 80px;
    }
}

#lightbox2 .product-image .product-image-container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.05);
    -moz-box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.05);
    box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.05);
}

#lightbox2 .product-image.grouped-product .product-image-container {
    display: table;
    margin-bottom: 20px;
}

#lightbox2 .product-image.grouped-product .product-image-container:last-child {
    margin-bottom: 0;
}

#lightbox2 .product-image .product-image-container img {
    width: 100%;
    height: inherit;
    max-width: 100%;
    max-height: 100%;
}

#lightbox2 .product-image:hover {
    border: none;
    outline: none;
}

#lightbox2 .grouped-product-container {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

#lightbox2 .grouped-product-container:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#lightbox2 .product-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

@media (max-width: 459px) {
    #lightbox2 .product-details {
        padding-left: 20px;
    }
}

#lightbox2 .grouped-product .product-details {
    padding-left: 15px;
}

@media (max-width: 459px) {
    #lightbox2 .grouped-product .product-details {
        padding-left: 10px;
    }
}

#lightbox2 .product-details ul li {
    padding-left: 15px;
}

#lightbox2 .product-details .configurable-options {
    padding-top: 15px;
}

#lightbox2 .product-details .option-header {
    font-weight: 400;
}

#lightbox2 .product-details .option-item {
    padding-left: 10px;
}

#lightbox2 .product-details .qty-cross {
    font-size: 80%;
}

#lightbox2 .messages {
    margin-top: 15px;
}

#lightbox2 .price-box, #quickQuote .price-box {
    display: inline;
}

#lightbox2 .price-box .price, #quickQuote .price-box .price {
    color: inherit;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#lightbox2 .price-box .price-label, #quickQuote .price-box .price-label {
    display: none;
}

.quote-forms label.checkbox {
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    display: inline;
}

.quote-forms label.checkbox span {
    display: inline;
}

.quote-forms p.required {
    clear: both;
}

.quote-forms #addressCheckbox {
    float: left;
    width: 50%;
}

@media (max-width: 771px) {
    .quote-forms #addressCheckbox {
        width: 100%;
        float: none;
    }
}

.quote-forms .shippingRequestButton {
    padding: 0 !important;
}

#lightbox2 .price-box .price-as-configured, #quickQuote .price-box .price-as-configured {
    display: inline;
}

#quickQuote .price-box .price {
    font-size: inherit;
}

@media (max-width: 459px) {
    #lightbox2 .product-details .configurable-options {
        padding-top: 10px;
    }
}

#lightbox2 .messages {
    margin: 0;
}

#lightbox2 .messages .success-msg {
    display: none;
}

#lightbox2 .messages .success-msg li, #lightbox2 .messages .error-msg li {
    color: #fff;
    border: none;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#lightbox2 .messages .success-msg li {
    background: #33cc82;
}

#lightbox2 .messages .error-msg li {
    background: #df280a;
}

#lightbox2 .messages .success-msg li:before {
    content: '';
    position: absolute;
    background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/qquoteadv/okSign.png");
    background-size: 100%;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0;
    top: 8px;
    left: 32px;
}

#lightbox2 .messages .success-msg li span, #lightbox2 .messages .error-msg li span {
    display: block;
    margin-left: 42px
}

#lightbox2 .messages .error-msg li:before {
    content: '';
    position: absolute;
    background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/qquoteadv/errorSign.png");
    background-size: 100%;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0;
    top: 8px;
    left: 32px;
}

#search_mini_form button.search-button {
    min-width: 0;
}

#shipDiv .left {
    width: 50%;
    padding-right: 10px;
}

#qquote-tbl-billing .left {
    width: 50%;
    padding-right: 10px;
}

#qquote-tbl-address .left {
    width: 50%;
    padding-right: 10px;
}

#qquote-tbl-address td {
    width: 50%;
}

#qquote-tbl-address td:first-child {
    padding-right: 10px;
}

#qquote-tbl-address td:last-child {
    padding: 0;
}

@media (max-width: 1257px) {
    #quotelist #shopping-cart-table {
        width: 100%;
        float: none;
        margin: 0;
    }

    #quotelist .qquote-client-collaterals {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    #quotelist .quote-forms > div {
        margin-left: 0;
    }

    #quotelist .qquote-client-collaterals {
        display: block;
    }

    #quotelist #submit-quote-request {
        float: none;
    }

    #quotelist .quote-forms {
        margin-top: 20px;
    }

    #quotelist textarea {
        max-width: 100%;
    }
}

@media (max-width: 834px) {
    #quotelist .cart-table th {
        font-size: 12px;
    }
}

@media (max-width: 771px) {
    #quotelist .shippingRequestButton {
        float: none !important;
    }

    #quotelist .shippingRequestButton button {
        width: 100%;
    }

    #quotelist #submit-quote-request button.button {
        margin: 0;
    }

    #quotelist .page-title button.button {
        margin: 0 0 10px 0;
    }

    #quotelist.cart-table colgroup, .cart-table thead {
        display: none;
    }

    #quotelist #shopping-cart-table.data-table.cart-table {
        display: table;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr {
        width: 100%;
    }

    #quotelist .btn-remove {
        margin-top: 28px;
    }

    #quotelist #shopping-cart-table {
        min-width: 0;
    }
}

@media (max-width: 771px) {
    #quotelist #shopping-cart-table.data-table.cart-table tr {
        display: block;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr td.quickQuote {
        display: block;
    }
}

@media (max-width: 590px) {
    #quotelist #shopping-cart-table.data-table.cart-table tr {
        padding-bottom: 0;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(4),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        position: relative;
        right: auto;
        top: auto;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(1) {
        float: left;
        width: 25%;
        display: block;
        position: relative;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        float: left;
        width: 75%;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr td.quickQuote {
        float: none;
        display: block;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #quotelist .quickQuote textarea {
        min-width: inherit;
        max-width: inherit;
        width: 100%;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr td:nth-child(5) {
        float: left;
        width: 50%;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        float: left;
        width: 50%;
    }

    #quotelist #shopping-cart-table a.btn-remove {
        margin-top: -6px;
        position: absolute;
        left: 6px;
    }

    #quotelist .qty-div {
        max-width: 100%;
        min-width: 100%;
    }

    #quotelist #shopping-cart-table .add-row-tier .btn-remove.btn-remove2 {
        position: absolute;
        left: auto;
        margin-top: 5px;
    }

    #quotelist #shopping-cart-table .quantity-container .btn-remove.btn-remove2 {
        left: 100%;
        margin-left: 9px;
        margin-top: 5px;
    }
}

@media (min-width: 591px) and (max-width: 771px) {
    #quotelist #shopping-cart-table .quantity-container .btn-remove.btn-remove2 {
        margin-left: 7px;
        margin-top: 5px;
    }
}

@media (min-width: 591px) and (max-width: 767px) {
    #quotelist textarea {
        height: 140px;
    }
}

@media (max-width: 500px) {
    #quotelist .quickQuote textarea {
        min-width: 100% !important;
        max-width: 100%;
    !important;
        height: 75px;
    }

    #quotelist .product-image {
        width: 75px;
        height: 75px;
    }

    #quotelist a.a-center {
        width: 75px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(3) {
        padding-top: 0;
    }

    #quotelist .item-options {
        margin-bottom: 30px;
    }
}

#filesOnQuoteView .address-details a {
    background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/qquoteadv/attachment_icon.png");
    background-repeat: no-repeat;
    padding-left: 20px;
}

#filesOnQuoteView h4:after {
    content: ':';
}

#fileUpload > tbody > tr > td:nth-child(1) {
    padding-right: 10px;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */hr,img{border:0}body,figure{margin:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{vertical-align:middle}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-success,.open>.dropdown-toggle.btn-warning{background-image:none}.img-thumbnail,body{background-color:#fff}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}dt,kbd kbd,label{font-weight:700}address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre{line-height:1.42857143}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{padding-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}pre code,table{background-color:transparent}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}dl,ol,ul{margin-top:0}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}address,dl{margin-bottom:20px}ol,ul{margin-bottom:10px}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.container{width:750px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;color:#777}legend,pre{display:block;color:#333}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}code,kbd{padding:2px 4px;font-size:90%}caption,th{text-align:left}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{font-style:normal}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;box-shadow:none}pre{padding:9.5px;margin:0 0 10px;font-size:13px;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.container,.container-fluid{margin-right:auto;margin-left:auto}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}.container,.container-fluid{padding-left:15px;padding-right:15px}.pre-scrollable{max-height:340px;overflow-y:scroll}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}caption{padding-top:8px;padding-bottom:8px;color:#777}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.dropdown-menu{float:left}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.collapsing,.embed-responsive,.media,.media-body,.modal,.modal-open{overflow:hidden}fieldset,legend{padding:0;border:0}fieldset{margin:0;min-width:0}legend{width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.form-control,output{font-size:14px;line-height:1.42857143;color:#555;display:block}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}output{padding-top:7px}.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.form-group-sm .form-control,.input-sm{padding:5px 10px;border-radius:3px;font-size:12px}.input-sm{height:30px;line-height:1.5}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;line-height:1.5}.form-group-lg .form-control,.input-lg{border-radius:6px;padding:10px 16px;font-size:18px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;line-height:1.3333333}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;line-height:1.3333333}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.collapsing,.dropdown,.dropup{position:relative}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-control-static,.form-inline .form-group{display:inline-block}.form-inline .control-label,.form-inline .form-group{margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.btn-block,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success.active,.btn-success:active,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info.active,.btn-info:active,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block}.btn-block+.btn-block{margin-top:5px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{height:0;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu-right,.dropdown-menu.pull-right{left:auto;right:0}.dropdown-header,.dropdown-menu>li>a{display:block;padding:3px 20px;line-height:1.42857143;white-space:nowrap}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{clear:both;font-weight:400;color:#333}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{font-size:12px;color:#777}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn .caret,.btn-group>.btn:first-child{margin-left:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:5px 5px 0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0 0 4px 4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.breadcrumb>li,.pagination{display:inline-block}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.alert .alert-link,.close{font-weight:700}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{padding-left:0;margin:20px 0;border-radius:4px}.pager li,.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.embed-responsive{position:relative;display:block;height:0;padding:0}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.popover,.tooltip{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;text-decoration:none}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-content,.popover{background-clip:padding-box}.modal{display:none;position:fixed;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;text-align:left;text-align:start;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;top:0}.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px}.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;text-align:start;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.carousel-caption,.carousel-control{color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.carousel,.carousel-inner{position:relative}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.left>.arrow:after,.popover.right>.arrow:after{content:" ";bottom:-10px}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{left:1px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}.carousel-inner{overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px}.carousel-caption .btn,.text-hide{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.pager:after,.pager:before,.row:after,.row:before{content:" ";display:table}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.pager:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #3399cc;
  text-decoration: none;
}

a:hover {
  color: #2e8ab8;
  text-decoration: underline;
}

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #df280a;
}

.availability-only {
  color: #df280a;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3399cc;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ececec;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ececec;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #3399cc;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #3399cc;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://www.pittman.ie/skin/frontend/rwd/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://www.pittman.ie/skin/frontend/rwd/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #636363;
}

.breadcrumbs a:hover {
  color: #3399cc;
}

.breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: 'X';
  color: #3399cc;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #3399cc;
  font-size: 16px;
}

.price-box .price,
.price {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #3399cc;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #ededed;
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }
}
.no-touch .product-image:hover {
  border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #3399cc;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #cccccc;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #3399cc;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3399cc;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #3399cc;
}

.input-text.validation-failed {
  border-color: #df280a;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ececec;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid silver;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid silver;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
}
.header-language-container,
.page-header {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3399cc;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 771px) {
  .logo {
    max-width: 300px;
    min-height: 90px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
}
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 770px) {
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #ededed;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #3399cc;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #3399cc;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    line-height: 2;
  }

  #header-account a:hover {
    color: #3399cc;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #3399cc;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #3399cc;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #3399cc;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #636363;
}
.footer .links a:hover {
  color: #3399cc;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(https://www.pittman.ie/skin/frontend/rwd/default/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(https://www.pittman.ie/skin/frontend/rwd/default/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #3399cc;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ececec;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #3399cc;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #3399cc;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ececec;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #3399cc;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #3399cc;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #3399cc;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #ececec;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #3399cc;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ececec;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.pittman.ie/skin/frontend/rwd/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399cc;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399cc;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #3399cc;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.pittman.ie/skin/frontend/rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399cc;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #3399cc;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #3399cc;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #3399cc;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #3399cc;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ececec;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.pittman.ie/skin/frontend/pittman/default/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://www.pittman.ie/skin/frontend/pittman/default/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.pittman.ie/skin/frontend/pittman/default/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://www.pittman.ie/skin/frontend/pittman/default/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.pittman.ie/skin/frontend/pittman/default/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.pittman.ie/skin/frontend/pittman/default/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@rgb (255, 239, 66) 50%kcolor: #f0b30d;
/** Mixins **/
.bordernoe {
  border: 0px;
}
.padding0 {
  padding: 0px;
}
.content-width {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.gradientGrayLight {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(1%, #ffffff), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 1%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.gradientYellow {
  background: #edb20e;
  background: -moz-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #edb20e), color-stop(21%, #feee3b), color-stop(51%, #feee3b), color-stop(76%, #feee3b), color-stop(100%, #edb20e));
  background: -webkit-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  background: -o-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  background: -ms-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  background: linear-gradient(to right, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb20e', endColorstr='#edb20e', GradientType=1);
}
.gradientYellowRight {
  background: #ffef42;
  background: -moz-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffef42), color-stop(50%, #ffef42), color-stop(100%, #efb60c));
  background: -webkit-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -o-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -ms-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: linear-gradient(to right, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef42', endColorstr='#efb60c', GradientType=1);
}
.gradientYellowRight-arrow {
  position: absolute;
  display: block;
  content: "";
  z-index: 55;
  left: -15px;
  top: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 15px 35px 0;
  border-color: transparent #ffef42 transparent transparent;
}
.gradienWhiteRight {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(24%, rgba(255, 255, 255, 0)), color-stop(39%, rgba(255, 255, 255, 0.2)), color-stop(98%, rgba(255, 255, 255, 0.97)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.gradienWhiteLeft {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(2%, rgba(255, 255, 255, 0.97)), color-stop(61%, rgba(255, 255, 255, 0.2)), color-stop(76%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.gradientSmoothYellow {
  background-image: -webkit-linear-gradient(left, #f4cb28, #f8d837 51%, #f4cb28);
  background-image: -o-linear-gradient(left, #f4cb28, #f8d837 51%, #f4cb28);
  background-image: linear-gradient(to right, #f4cb28, #f8d837 51%, #f4cb28);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4cb28', endColorstr='#fff4cb28', GradientType=1);
}
.gradientSmoothYellow:hover,
.gradientSmoothYellow:focus .gradientSmoothYellow:active {
  background: #3c3c3c;
  color: #fff;
}
.WhiteStrap {
  position: relative;
  -webkit-box-shadow: inset 0px 20px 35px -40px #626262;
  -moz-box-shadow: inset 0px 20px 35px -40px #626262;
  -ms-box-shadow: inset 0px 20px 35px -40px #626262;
  -o-box-shadow: inset 0px 20px 35px -40px #626262;
  box-shadow: inset 0px 20px 35px -40px #626262;
}
.WhiteStrap:before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(2%, rgba(255, 255, 255, 0.97)), color-stop(61%, rgba(255, 255, 255, 0.2)), color-stop(76%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  content: '';
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
}
.WhiteStrap:after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(24%, rgba(255, 255, 255, 0)), color-stop(39%, rgba(255, 255, 255, 0.2)), color-stop(98%, rgba(255, 255, 255, 0.97)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  content: '';
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
}
.WhiteStrapBottom {
  position: relative;
}
.WhiteStrapBottom:before {
  content: '';
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0px 20px 35px -40px #626262;
  -moz-box-shadow: inset 0px 20px 35px -40px #626262;
  -ms-box-shadow: inset 0px 20px 35px -40px #626262;
  -o-box-shadow: inset 0px 20px 35px -40px #626262;
  box-shadow: inset 0px 20px 35px -40px #626262;
}
.topLightshadow {
  -webkit-box-shadow: inset 0px 20px 35px -40px #a2a2a2;
  -moz-box-shadow: inset 0px 20px 35px -40px #a2a2a2;
  -ms-box-shadow: inset 0px 20px 35px -40px #a2a2a2;
  -o-box-shadow: inset 0px 20px 35px -40px #a2a2a2;
  box-shadow: inset 0px 20px 35px -40px #a2a2a2;
}
.topGrayshadow {
  -webkit-box-shadow: inset 0px 20px 35px -40px #626262;
  -moz-box-shadow: inset 0px 20px 35px -40px #626262;
  -ms-box-shadow: inset 0px 20px 35px -40px #626262;
  -o-box-shadow: inset 0px 20px 35px -40px #626262;
  box-shadow: inset 0px 20px 35px -40px #626262;
}
.inner-shadow {
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(51, 51, 51, 0.3);
  -ms-box-shadow: inset 0px 0px 15px 0px rgba(51, 51, 51, 0.3);
  -o-box-shadow: inset 0px 0px 15px 0px rgba(51, 51, 51, 0.3);
  box-shadow: inset 0px 0px 15px 0px rgba(51, 51, 51, 0.3);
}
.topinnershadow {
  -webkit-box-shadow: inset 0px 17px 9px -12px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: inset 0px 17px 9px -12px rgba(51, 51, 51, 0.3);
  -ms-box-shadow: inset 0px 17px 9px -12px rgba(51, 51, 51, 0.3);
  -o-box-shadow: inset 0px 17px 9px -12px rgba(51, 51, 51, 0.3);
  box-shadow: inset 0px 17px 9px -12px rgba(51, 51, 51, 0.3);
}
.rightinnershadow {
  -webkit-box-shadow: inset 10px 0 5px -2px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: inset 10px 0 5px -2px rgba(51, 51, 51, 0.3);
  -ms-box-shadow: inset 10px 0 5px -2px rgba(51, 51, 51, 0.3);
  -o-box-shadow: inset 10px 0 5px -2px rgba(51, 51, 51, 0.3);
  box-shadow: inset 10px 0 5px -2px rgba(51, 51, 51, 0.3);
}
.bottomshadow {
  position: relative;
}
.bottomshadow:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 10px;
  background: url(https://www.pittman.ie/skin/frontend/pittman/default/images/bottom-shadow.png) no-repeat 0 0;
  background-size: 100% 100%;
  border-top: 1px solid #eeeeee;
}
.btn-cart-shadow {
  -webkit-box-shadow: 4px 4px 1px 0px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 4px 4px 1px 0px rgba(51, 51, 51, 0.3);
  -ms-box-shadow: 4px 4px 1px 0px rgba(51, 51, 51, 0.3);
  -o-box-shadow: 4px 4px 1px 0px rgba(51, 51, 51, 0.3);
  box-shadow: 4px 4px 1px 0px rgba(51, 51, 51, 0.3);
}
.overflow {
  overflow: hidden;
}
.fa-angle-down {
  font-family: 'FontAwesome';
  content: "\f107";
}
.fa-angle-left {
  font-family: 'FontAwesome';
  content: "\f104";
}
.fa-angle-right {
  font-family: 'FontAwesome';
  content: "\f105";
}
.fa-shopping-cart {
  font-family: 'FontAwesome';
  content: "\f07a";
}
.fa-phone {
  font-family: 'FontAwesome';
  content: "\f095";
}
.fa-caret-right {
  font-family: 'FontAwesome';
  content: "\f0da";
}
.fa-chevron-right {
  font-family: 'FontAwesome';
  content: "\f054";
}
.fa-youtube-play {
  font-family: 'FontAwesome';
  content: "\f16a";
}
.fa-caret-up {
  font-family: 'FontAwesome';
  content: "\f0d8";
}
.fa-info-circle {
  font-family: 'FontAwesome';
  content: "\f05a";
}
.block-order-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/** Structure **/
body {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  background: #000;
  line-height: 1.2;
}
#body-bg {
  transition: opacity 2s ease-in-out;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 1200px;
  width: 100%;
}
#body-bg.show-img {
  background: url(https://www.pittman.ie/skin/frontend/pittman/default/images/bodybg.jpg) no-repeat center top;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wrapper {
  position: relative;
  z-index: 2;
  min-height: auto;
}
body,
button,
input,
select,
table,
textarea {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
}
a {
  color: #333333;
}
a:hover,
a:focus {
  color: #f9d915;
}
a,
a:hover,
a:focus,
img,
.cms-home .block-subscribe button.active.focus,
.cms-home .block-subscribe button.active:focus,
.cms-home .block-subscribe button.focus,
.cms-home .block-subscribe button.focus:active,
.cms-home .block-subscribe button:active:focus,
.cms-home .block-subscribe button:focus,
.cms-home .block-subscribe button.focus,
.cms-home .block-subscribe button:focus {
  outline: none;
}
input,
select,
textarea {
  color: #9a9a9a;
}
.input-text:focus {
  border-color: #c1c1c1;
}
label {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 14px;
}
.label {
  color: #333333;
}
.messages li li:before {
  display: none;
}
.wrapper {
  background: none;
}
/*
.container {
    max-width: @pl-page-width;
    width: 1200px;
}
*/
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
#header-top,
.page-header,
.main-container,
.footer-container,
.header-bottom {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.main-container {
  background: #fff;
  clear: both;
  -webkit-box-shadow: 0 5px 10px 0px rgba(117, 117, 117, 0.3);
  -moz-box-shadow: 0 5px 10px 0px rgba(117, 117, 117, 0.3);
  -ms-box-shadow: 0 5px 10px 0px rgba(117, 117, 117, 0.3);
  -o-box-shadow: 0 5px 10px 0px rgba(117, 117, 117, 0.3);
  box-shadow: 0 5px 10px 0px rgba(117, 117, 117, 0.3);
  position: relative;
  z-index: 2;
}
.button,
.cart-table .product-cart-actions .button,
.footer .button {
  color: #333333;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  background: #f9d915;
  color: #3c3c3c;
}
.button span,
.cart-table .product-cart-actions .button span,
.footer .button span {
  color: #3c3c3c;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
.footer .button:hover,
.button:active,
.cart-table .product-cart-actions .button:active,
.footer .button:active,
.button:focus,
.cart-table .product-cart-actions .button:focus,
.footer .button:focus {
  outline: none!important;
  background: #fbe560;
  color: #3c3c3c !important;
}
.button:hover .fa,
.cart-table .product-cart-actions .button:hover .fa,
.footer .button:hover .fa,
.button:active .fa,
.cart-table .product-cart-actions .button:active .fa,
.footer .button:active .fa,
.button:focus .fa,
.cart-table .product-cart-actions .button:focus .fa,
.footer .button:focus .fa,
.button:hover span,
.cart-table .product-cart-actions .button:hover span,
.footer .button:hover span,
.button:active span,
.cart-table .product-cart-actions .button:active span,
.footer .button:active span,
.button:focus span,
.cart-table .product-cart-actions .button:focus span,
.footer .button:focus span {
  color: #3c3c3c;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
.footer .button:hover,
.button:focus,
.cart-table .product-cart-actions .button:focus,
.footer .button:focus,
a.button:hover {
  color: #fff;
}
.icon-sprite,
.btn-remove2,
.ratings .rating-box,
.ratings .rating-box .rating,
.sorter > .sort-by .sort-by-switcher,
.sorter > .view-mode .grid,
.sorter > .view-mode .list,
.skip-nav .icon,
.skip-search .icon,
#search_mini_form .search-button::before,
.skip-account .icon,
.skip-cart .icon,
.product-view .sharing-links a,
.review-summary-table .rating-box .rating-number::after,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
  text-indent: 0;
}
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1,
.block-title h2,
.block-title h3,
.block-title strong,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  text-transform: inherit;
  color: #333333;
}
.block-title h2,
.block-title h3,
.block-title strong {
  font-size: 24px;
}
.block-title {
  border: none;
}
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name,
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover,
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #333333;
}
.price-box,
.price-box .price,
.price,
.price-box .price,
.price-box .minimal-price-link .label,
.price-box .minimal-price-link {
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  text-transform: inherit;
}
.select-wrapper {
  display: inline-block;
  color: #333333;
  padding: 0;
  border-left: 2px solid #c1c1c1;
  border-top: 2px solid #c1c1c1;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.select-wrapper,
.select-wrapper select {
  width: auto;
  height: 30px;
  line-height: 30px;
  -webkit-appearance: none;
}
.select-wrapper select {
  width: 99%;
  left: 0;
  top: 0;
}
.select-wrapper .holder {
  margin: 0 30px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  padding: 1px 0px;
}
.select-wrapper .holder:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  margin: 0px;
  position: absolute;
  right: 0px;
  width: 20px;
  top: 0px;
  line-height: 30px;
  text-align: left;
}
.select-wrapper select,
.select-wrapper .pager .limiter .select-wrapper select {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select-wrapper select option {
  padding: 3px 5px;
}
.main {
  padding: 10px 0;
  min-height: 250px;
}
.catalog-category-view .main {
  padding-bottom: 0px;
}
.col-left:before,
.col-right:before,
.col-main:before,
.col-left:after,
.col-right:after,
.col-main:after {
  content: " ";
  display: table;
}
.col-left:after,
.col-right:after,
.col-main:after {
  clear: both;
}
.col-left:before,
.col-right:before,
.col-main:before,
.col-left:after,
.col-right:after,
.col-main:after {
  content: " ";
  display: table;
}
.col-left:after,
.col-right:after,
.col-main:after {
  clear: both;
}
.breadcrumbs {
  clear: both;
  margin: 0px;
  padding: 20px 0;
}
.breadcrumbs li {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 13px;
  text-transform: inherit;
  color: #999999;
}
.breadcrumbs li a,
.breadcrumbs li strong {
  color: #999999;
}
.breadcrumbs li a:hover {
  color: #f9d915;
}
.feefo-product-logo {
  margin: 0 0 20px;
  clear: right;
}
@media screen and (max-width: 767px) {
  .feefo-product-logo {
    clear: both;
    display: block;
    float: none!important;
  }
}
.std .feefo-title {
  margin: 20px 0;
}
.std .feefo-title a {
  color: #3c3c3c;
}
.std .feefo-title a:hover,
.std .feefo-title a:active,
.std .feefo-title a:focus {
  color: #f9d915;
}
.feefo-star {
  color: #F99915;
}
.feefo-table th {
  background: #f1f1f1;
}
@media (max-width: 1200px) {
  body {
    background: #000;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-bottom: 0;
  }
  .footer-container {
    padding-bottom: 0px;
  }
  label {
    font-size: 12px;
  }
  .breadcrumbs {
    display: block;
    text-align: center;
  }
  .breadcrumbs ul {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col2-left-layout .col-left {
    float: left;
    width: 33%;
  }
  .col2-left-layout .col-main {
    float: right;
    width: 66%;
  }
  .col2-right-layout .col-right {
    width: 33%;
  }
  .col2-right-layout .col-main {
    float: left;
    width: 66%;
  }
}
.click-to-call-mobile {
  display: none;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .click-to-call-mobile {
    display: block;
  }
}
#header-top,
#header {
  position: relative;
}
#header {
  z-index: 12;
}
#header-top {
  z-index: 13;
  color: #333333;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(1%, #ffffff), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 1%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 1%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  padding-top: 8px!important;
  padding-bottom: 8px!important;
  text-transform: inherit;
}
#header-top .quick-links-open {
  margin-left: 10px;
}
#header-top a {
  color: #333333;
}
#header-top li a {
  color: #333333;
}
#header-top li a:hover {
  color: #333333;
}
#header-top .pull-right {
  text-align: right;
}
#header-top #header-top-links li {
  float: none;
  display: inline-block;
  margin-right: 10px;
}
.page-header {
  background-image: url(https://www.pittman.ie/skin/frontend/pittman/default/images/headerbg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  border: none;
  background-color: #333333;
}
.logo {
  max-width: inherit;
  margin: 60px 100px 28px 55px;
  white-space: normal;
  width: auto;
  padding: 0;
  min-height: inherit;
}
.form-language {
  margin: 0!important;
  text-align: center;
  width: 100%;
}
.store_flags .form-language * {
  display: inline-block;
  line-height: normal;
  margin: 0;
}
#store-selector {
  position: relative;
  z-index: 99;
}
#store-selector dt a {
  color: #333333;
  font-weight: normal;
}
#store-selector dt a:hover,
#store-selector dt a:focus,
#store-selector dt a:active {
  text-decoration: none;
}
#store-selector dt i.fa {
  color: #c1c1c1;
}
#store-selector dd {
  position: absolute;
  z-index: 99;
  top: 22px;
  right: 0px;
  min-width: 120px;
}
#store-selector ul {
  background: #fff;
  display: block;
  border: 1px solid #f9d915;
  color: #3c3c3c;
  padding: 0;
  margin: 0;
  width: 100%;
}
#store-selector li:last-child {
  border-bottom: 0px;
}
#store-selector li {
  border-bottom: 1px solid #e3e3e3;
  min-height: 35px;
  display: block;
  width: 100%;
}
#store-selector li:hover,
#store-selector li:focus,
#store-selector li:active {
  background: #f1f1f1;
}
#store-selector li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
}
#store-selector li span {
  float: left;
  margin-right: 3px;
}
#store-selector li img {
  float: right;
}
#header-search {
  width: 360px;
  right: 310px;
  top: 10px;
  height: auto;
}
#header-search-contact {
  margin: 35px 0 10px;
}
#header-search-contact a {
  font-size: 13px;
  color: #fff;
}
#header-search-contact .fa {
  display: none;
  margin-right: 5px;
}
#header-search-contact span {
  background: #fff;
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 12px;
}
@media screen and (max-width: 991px) {
  #header-search-contact {
    text-align: center;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 375px) {
  #header-search-contact .fa {
    display: inline-block;
  }
}
#search {
  border: none;
  border-radius: 0;
  font-size: 13px;
  padding-right: 10px;
  max-width: 263px;
  outline: none!important;
  box-shadow: none!important;
}
#search_mini_form .search-button {
  background: #F99915;
  color: #3c3c3c;
  font-size: 15px;
  text-indent: 0;
  width: auto;
  float: right;
  padding: 0 10px;
  line-height: 40px;
}
#search_mini_form .search-button span {
  color: #3c3c3c;
}
#search_mini_form .search-button:hover,
#search_mini_form .search-button:active,
#search_mini_form .search-button:focus {
  outline: none!important;
  background: #fbba60;
  color: #3c3c3c !important;
}
#search_mini_form .search-button:hover .fa,
#search_mini_form .search-button:active .fa,
#search_mini_form .search-button:focus .fa,
#search_mini_form .search-button:hover span,
#search_mini_form .search-button:active span,
#search_mini_form .search-button:focus span {
  color: #3c3c3c;
}
#search_mini_form .search-button:before {
  display: none;
}
#search_mini_form .search-button span span:after {
  font-family: 'FontAwesome';
  content: "\f002";
  background: none;
  font-size: 16px;
  left: 100%;
  margin: 0 0 0 5px;
  color: #3c3c3c;
  line-height: 40px;
  display: inline-block;
}
.page-header-container:after,
.header-bottom:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.page-header-container .skip-links {
  display: none;
}
#header-account {
  display: block;
  float: right;
  margin: 0;
  padding: 35px 0 0;
}
#header-account .links {
  float: left;
}
#header-account .links li {
  border-right: 1px solid #fff;
  float: left;
}
#header-account .links li a {
  color: #fff;
  padding: 0 0 0 10px;
  line-height: normal;
  font-size: 13px;
}
#header-account .links li.first a {
  margin-right: 10px;
}
#header-account .links li:last-child {
  border: none;
}
.topcartbox {
  float: right;
  width: auto;
  margin: 20px 0 0;
  clear: right;
  color: #fff;
  width: 230px;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
}
.topcartbox .button-checkout:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  background: none;
  left: 100%;
  margin: 0 0px 0 5px;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  font-size: 17px;
}
.topcartbox .items {
  font-size: 15px;
}
.topcartbox .items .count {
  position: relative;
  z-index: 2;
  top: -2px;
  font-size: 40px;
  float: left;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
}
.topcartbox .items span {
  float: left;
  line-height: normal;
  padding: 0 5px;
}
.topcartbox .items strong {
  display: block;
}
.topcartbox a {
  color: #fff;
}
.topcartbox .button {
  background: #F99915;
  color: #3c3c3c;
  float: right;
  padding: 10px 15px;
  line-height: 18px;
}
.topcartbox .button span {
  color: #3c3c3c;
}
.topcartbox .button:hover,
.topcartbox .button:active,
.topcartbox .button:focus {
  outline: none!important;
  background: #fbba60;
  color: #3c3c3c !important;
}
.topcartbox .button:hover .fa,
.topcartbox .button:active .fa,
.topcartbox .button:focus .fa,
.topcartbox .button:hover span,
.topcartbox .button:active span,
.topcartbox .button:focus span {
  color: #3c3c3c;
}
.header-bottom {
  clear: both;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(117, 117, 117, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(117, 117, 117, 0.3);
  -ms-box-shadow: 0 2px 4px 0 rgba(117, 117, 117, 0.3);
  -o-box-shadow: 0 2px 4px 0 rgba(117, 117, 117, 0.3);
  box-shadow: 0 2px 4px 0 rgba(117, 117, 117, 0.3);
  position: relative;
  z-index: 6;
}
#header-callouts {
  font-size: 15px;
}
#header-callouts li {
  border-right: 1px dashed #c0c0c0;
  padding: 15px 20px;
  min-height: 100px;
}
#header-callouts .callout-logo {
  display: inline-block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
#header-callouts li.last {
  border: none;
}
#header-callouts li a {
  display: block;
  width: 100%;
}
#header-callouts li a:hover {
  text-decoration: none !important;
}
#header-callouts li a:hover strong,
#header-callouts li a:hover span {
  color: #333;
}
#header-callouts .fa.fa-check-circle:before {
  color: #f99915;
}
#header-callouts .fa {
  vertical-align: top;
  position: relative;
  padding: 0px 0 5px 60px;
  margin-top: 10px;
}
#header-callouts span {
  font-size: 13px;
}
#header-callouts strong {
  text-transform: uppercase;
  display: block;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  padding: 3px 0;
}
#header-callouts strong b {
  color: #F99915;
}
#header-callouts span {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
}
#header-callouts .fa:before {
  font-size: 40px;
  color: #333333;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
#header-callouts .fa-tree :before {
  color: #034f20;
}
#header-callouts .fa-chat:before {
  background: url(https://www.pittman.ie/skin/frontend/pittman/default/images/cahat-icon.png) no-repeat center 5px;
  content: '';
  width: 40px;
  height: 40px;
}
#header-callouts .feefo-image {
  display: block;
  margin: 0px auto;
  height: auto;
  max-width: 100%;
}
#header-callouts .last strong {
  line-height: 20px;
  margin: 5px 0 0;
  vertical-align: middle;
}
@media (max-width: 992px) {
  #header-callouts .last strong {
    margin-top: 5px;
  }
}
#header-phone {
  display: none;
}
#header-phone .fa {
  margin-right: 5px;
}
.checkout-cart-index #header-phone,
.checkout-onepage-index #header-phone,
.checkout-onepage-failure #header-phone,
.checkout-onepage-success #header-phone {
  display: inherit;
}
@media screen and (max-width: 767px) {
  #header-phone {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
}
#search_autocomplete {
  position: relative;
  z-index: 99;
}
#search_autocomplete:before {
  border-bottom-color: #3c3c3c;
}
#search_autocomplete ul {
  border: none;
}
#search_autocomplete ul li {
  background: #3c3c3c;
  color: #fff;
}
#search_autocomplete li:before,
#search_autocomplete li:after {
  content: " ";
  display: table;
}
#search_autocomplete li:after {
  clear: both;
}
#search_autocomplete li:before,
#search_autocomplete li:after {
  content: " ";
  display: table;
}
#search_autocomplete li:after {
  clear: both;
}
#search_autocomplete li img {
  border: 1px solid #fff;
  margin: 0 10px 10px 0;
}
#search_autocomplete li a {
  color: #fff;
}
#search_autocomplete li.selected {
  background: #565656;
}
@media (max-width: 1023px) {
  .page-header {
    background-position: top center;
  }
  #header-search {
    clear: both;
    padding: 0 20px 20px;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
  }
  #search {
    position: relative;
    z-index: 2;
    padding-right: 30px;
    max-width: none!important;
  }
  #search_mini_form {
    position: relative;
    z-index: 2;
  }
  #search_mini_form .search-button {
    background: none!important;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
  }
  #search_mini_form .search-button span span:after {
    color: #3c3c3c;
    font-size: 22px;
  }
  #search_mini_form .search-button b {
    display: none;
  }
  #header-mobile-nav-left {
    padding-left: 5px;
  }
  #header-mobile-nav-right {
    padding-right: 5px;
  }
  .menu-open #header-mobile-navigation .fa-close {
    display: inline-block;
  }
  .menu-open #header-mobile-navigation .fa-bars {
    display: none;
  }
  #header-mobile-navigation {
    background: #edb20e;
    background: -moz-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #edb20e), color-stop(21%, #feee3b), color-stop(51%, #feee3b), color-stop(76%, #feee3b), color-stop(100%, #edb20e));
    background: -webkit-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -o-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -ms-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: linear-gradient(to right, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb20e', endColorstr='#edb20e', GradientType=1);
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
  }
  #header-mobile-navigation .fa {
    font-size: 18px;
    line-height: 24px;
  }
  #header-mobile-navigation .fa-close {
    display: none;
  }
  #header-mobile-navigation a:hover,
  #header-mobile-navigation a:focus #header-mobile-navigation a:active {
    color: #565656;
    text-decoration: none;
  }
  #header-mobile-navigation .container {
    width: 100%;
  }
  #header-mobile-basket span {
    font-size: 18px;
    line-height: 24px;
  }
  #header-mobile-basket,
  #mobile-header-nav-open {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  #header-mobile-navigation {
    font-size: 13px!important;
    line-height: 20px!important;
  }
  #header-mobile-navigation .fa {
    font-size: 14px;
  }
  #header-mobile-navigation #header-mobile-basket,
  #header-mobile-navigation #mobile-header-nav-open {
    margin-right: 5px;
  }
  #header-mobile-navigation #mobile-header-account .fa {
    display: none;
  }
  #header-mobile-navigation #mobile-header-account:before {
    content: '/';
    margin-right: 5px;
  }
}
@media (max-width: 1023px) {
  .page-header {
    padding: 10px 0 0;
    position: relative;
  }
  .logo {
    margin: 0 15px 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #header-search {
    width: 300px;
  }
  #header-search b {
    display: none;
  }
  .logo {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header-top {
    display: block;
  }
  .page-header-container .store-language-container {
    padding: 0;
    color: #fff;
    margin: 10px 0 0;
  }
  .page-header {
    position: relative;
    min-height: 140px;
  }
  .page-header-container .skip-links {
    display: block;
    float: left;
    border: none;
    background: none;
  }
  .skip-nav {
    width: auto;
    background: none;
    border: none;
    clear: none;
  }
  .skip-links {
    clear: none;
    position: absolute;
    bottom: 10px;
    left: 15px;
  }
  .skip-link.skip-nav .icon,
  .skip-link.skip-cart:not(.no-count) .icon {
    background: none;
  }
  .skip-nav {
    padding: 5px 10px;
    background: #edb20e;
    background: -moz-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #edb20e), color-stop(21%, #feee3b), color-stop(51%, #feee3b), color-stop(76%, #feee3b), color-stop(100%, #edb20e));
    background: -webkit-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -o-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -ms-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: linear-gradient(to right, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb20e', endColorstr='#edb20e', GradientType=1);
    width: auto;
    height: auto;
    line-height: normal;
  }
  .skip-nav .label {
    color: #333333;
  }
  .skip-search,
  .account-cart-wrapper {
    display: none;
  }
  .no-touch #header-account a:hover {
    background: none;
  }
  .skip-link.skip-active {
    background: none;
    background: #edb20e;
    background: -moz-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #edb20e), color-stop(21%, #feee3b), color-stop(51%, #feee3b), color-stop(76%, #feee3b), color-stop(100%, #edb20e));
    background: -webkit-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -o-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -ms-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: linear-gradient(to right, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb20e', endColorstr='#edb20e', GradientType=1);
  }
  a.skip-link .fa {
    color: #333333;
    font-size: 30px;
  }
  #header-account li a {
    border-color: #e4d535;
    color: #333333;
  }
  #header-callouts li {
    text-align: center;
    padding: 20px;
    min-height: 60px;
  }
  #header-callouts li .fa {
    padding: 0;
  }
  #header-callouts li .fa:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #store-selector {
    margin: 0 0 5px;
  }
  #header-account,
  .skip-link.skip-search {
    display: none;
  }
  #header-top .pull-left,
  #header-top .pull-right {
    width: 50%;
  }
  #header-top .pull-left,
  #header-top .pull-right {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #header-top,
  .page-header-container .skip-links {
    display: block;
  }
  .logo {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 300px;
    padding: 0 0 20px;
  }
  .skip-links {
    background: #edb20e;
    background: -moz-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #edb20e), color-stop(21%, #feee3b), color-stop(51%, #feee3b), color-stop(76%, #feee3b), color-stop(100%, #edb20e));
    background: -webkit-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -o-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -ms-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: linear-gradient(to right, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb20e', endColorstr='#edb20e', GradientType=1);
    border: none;
  }
  .skip-link,
  .skip-link.skip-active {
    background: none;
    border: none;
  }
  .skip-link .icon,
  .skip-link.skip-nav .icon,
  .skip-link.skip-cart:not(.no-count) .icon {
    background: none;
  }
  .skip-links {
    vertical-align: top;
  }
  .skip-links .skip-link {
    padding: 5px 0;
    width: 25%;
  }
  .skip-links .skip-link .icon {
    margin-top: 6px;
    margin-right: 0;
    height: auto;
    line-height: normal;
    vertical-align: top;
  }
  .skip-links .skip-link .label {
    vertical-align: top;
    line-height: 30px;
    display: inline-block;
  }
  .skip-links .skip-link.skip-account .label {
    display: inline-block;
  }
  .skip-links .skip-cart .count {
    background: none;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 15px;
    width: auto;
    margin-left: -8px;
    font-weight: bold;
  }
  .skip-links .skip-cart .label {
    display: none;
  }
  a.skip-link .fa {
    color: #333333;
    font-size: 21px;
  }
  .topcartbox {
    width: 25%;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .topcartbox .items .goto-cart,
  .topcartbox .items .count {
    display: none;
  }
  .topcartbox .button {
    background: none;
    margin: 0;
    padding: 7px 10px;
    line-height: 30px;
    width: 100%;
  }
  .topcartbox .button:hover {
    background: none;
  }
  .topcartbox .button:after {
    display: none;
  }
  .header-minicart .product-details .product-name a,
  .header-minicart .info-wrapper td {
    color: #333333;
  }
  .skip-link.skip-active .count {
    color: #333333;
  }
  .skip-content.skip-active {
    clear: both;
    background: #edb20e;
    background: -moz-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #edb20e), color-stop(21%, #feee3b), color-stop(51%, #feee3b), color-stop(76%, #feee3b), color-stop(100%, #edb20e));
    background: -webkit-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -o-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -ms-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: linear-gradient(to right, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb20e', endColorstr='#edb20e', GradientType=1);
  }
  .header-minicart .block-subtitle {
    color: #333333;
    padding: 20px 0 10px;
  }
  .header-minicart .block-subtitle .close {
    color: #333333;
    text-shadow: none;
    opacity: 1;
  }
  .header-minicart .info-wrapper .qty {
    border: none;
  }
  .header-minicart .subtotal {
    background: #fff;
  }
  .header-minicart .subtotal .label,
  .header-minicart .subtotal .price {
    color: #333333;
  }
  .header-minicart a:hover {
    color: #333333;
  }
  #header-account.skip-content.skip-active {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #header-account .links {
    width: 100%;
    padding: 0 15px;
  }
  #header-account .links li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e4d535;
  }
  #header-account .links li a {
    color: #333333;
    border: none;
    padding: 5px 15px;
  }
  #header-account .links li a:hover {
    border: none;
  }
  .no-touch #header-account a:hover,
  .skip-link.skip-active {
    background: none;
    background: #edb20e;
    background: -moz-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #edb20e), color-stop(21%, #feee3b), color-stop(51%, #feee3b), color-stop(76%, #feee3b), color-stop(100%, #edb20e));
    background: -webkit-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -o-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: -ms-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    background: linear-gradient(to right, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb20e', endColorstr='#edb20e', GradientType=1);
  }
  #header-account li a {
    border-color: #e4d535;
    color: #333333;
    text-transform: inherit;
  }
  .header-bottom {
    padding: 0;
  }
  #header-callouts li {
    width: 100%;
    border: none;
    border-bottom: 1px dashed #c0c0c0;
    text-align: left;
    padding: 15px;
  }
}
@media only screen and (max-width: 539px) {
  .skip-links {
    vertical-align: top;
  }
  .skip-links .skip-link .label {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  #header .page-header-container {
    text-align: center;
  }
  #header > div > a.logo {
    float: none;
    display: inline-block;
  }
}
#header-mobile-nav-left {
  text-align: left;
}
#header-nav {
  position: relative;
  z-index: 11;
  padding: 0;
  border-bottom: 0px;
}
#header-nav #nav {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
}
#header-nav .top {
  filter: none!important;
  background: #f9d915;
  position: relative;
  z-index: 10;
  display: table;
  padding: 0;
  width: 100%;
}
#header-nav li.level0 {
  display: table-cell;
  text-align: center;
  padding: 12px 0;
}
@media screen and (min-width: 1024px) {
  #header-nav li.level0.workplace-nav-link {
    padding: 0 0 0 10px;
  }
  #header-nav li.level0.workplace-nav-link .level0-link {
    background: #ffef42;
    position: relative;
    padding: 12px 0;
    display: block;
  }
  #header-nav li.level0.workplace-nav-link .level0-link:after {
    position: absolute;
    display: block;
    content: "";
    z-index: 55;
    left: -15px;
    top: 0%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 15px 35px 0;
    border-color: transparent #ffef42 transparent transparent;
    border-width: 23px 15px 23px 0;
  }
  #header-nav li.level0.workplace-nav-link .level0-link:hover {
    text-decoration: none;
  }
}
#header-nav li.level0:last-child .level0-link {
  border-right: 0;
  padding-right: 0;
}
#header-nav .level0-link {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  border-right: 1px solid #e4d535;
  color: #3c3c3c;
  padding: 0 10px;
  line-height: 1.6em;
  text-transform: capitalize;
}
#header-nav .level0-link:hover,
#header-nav .level0-link:active #header-nav .level0-link:focus {
  text-decoration: none;
}
#header-nav .level0-link:hover span,
#header-nav .level0-link:active #header-nav .level0-link:focus span {
  text-decoration: underline;
}
#header-nav li.hasMenu span {
  position: relative;
  z-index: 10;
}
#header-nav li.hasMenu span:before {
  display: none;
  position: absolute;
  z-index: 9999;
  font-family: 'FontAwesome';
  content: "\f0d8";
  left: 50%;
  bottom: -20px;
  font-size: 32px;
  color: #fff;
}
#header-nav li.hasMenu.menu-active span:before {
  display: block;
}
#header-nav li.level0.menu-active .dropdown {
  display: block;
}
#header-nav .dropdown {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 15px;
  right: 15px;
  text-align: left;
}
#header-nav .dropdown a {
  display: block;
}
#header-nav .dropdown a img {
  margin: 0 auto!important;
  height: auto;
  nax-widthL: 100%;
}
#header-nav .dropdown ul li a {
  position: relative;
  z-index: 2;
}
#header-nav .dropdown ul li a:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
  content: "\f0da";
  margin: 4px 0px 0px 5px;
}
#header-nav .dropdown ul li a:after.fa-pull-left {
  margin-right: .3em;
}
#header-nav .dropdown ul li a:after.fa-pull-right {
  margin-left: .3em;
}
#header-nav .dropdown ul li a:after.pull-left {
  margin-right: .3em;
}
#header-nav .dropdown ul li a:after.pull-right {
  margin-left: .3em;
}
#header-nav .dropdown ul li:first-child a:after {
  display: none;
}
#header-nav .dropdown .row {
  position: relative;
  z-index: 2;
}
#header-nav .dropdown .border-row {
  position: absolute;
  z-index: 2;
  border-right: 1px dashed silver;
  height: 100%;
  top: 0%;
  width: 1px;
}
#header-nav .dropdown .three-column-row .border-one {
  left: 33.33%;
}
#header-nav .dropdown .three-column-row .border-two {
  right: 33.33%;
}
#header-nav .dropdown .three-column-row .border-three {
  display: none!important;
}
#header-nav .dropdown .four-column-row .border-one {
  left: 25%;
}
#header-nav .dropdown .four-column-row .border-two {
  left: 50%;
}
#header-nav .dropdown .four-column-row .border-three {
  left: 75%;
}
#header-nav .dropdown .container {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 5px 10px 4px rgba(117, 117, 117, 0.8);
  -moz-box-shadow: 0 5px 10px 4px rgba(117, 117, 117, 0.8);
  -ms-box-shadow: 0 5px 10px 4px rgba(117, 117, 117, 0.8);
  -o-box-shadow: 0 5px 10px 4px rgba(117, 117, 117, 0.8);
  box-shadow: 0 5px 10px 4px rgba(117, 117, 117, 0.8);
  background: #fff;
  border-bottom: solid 8px #f9d915;
  padding: 10px 0;
}
@media (min-width: 1170px) {
  #header-nav .dropdown .container {
    width: auto;
  }
}
#header-nav .dropdown ul {
  padding: 10px;
  margin: 0 0 20px;
}
#header-nav .dropdown ul li {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  margin: 0 0 5px;
}
#header-nav .dropdown ul li a {
  color: #3c3c3c;
}
#header-nav .dropdown ul li:first-child {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#header-nav .workplace-nav-link .dropdown ul li,
#header-nav .workplace-nav-link .dropdown ul li:first-child {
  font-size: 16px;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  text-transform: none;
  margin: 0 0 5px;
}
#header-nav .workplace-nav-link .dropdown ul li a,
#header-nav .workplace-nav-link .dropdown ul li:first-child a {
  color: #3c3c3c;
}
#header-nav .workplace-nav-link .dropdown ul li a:after,
#header-nav .workplace-nav-link .dropdown ul li:first-child a:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
  content: "\f0da";
  margin: 4px 0px 0px 5px;
}
#header-nav .workplace-nav-link .dropdown ul li a:after.fa-pull-left,
#header-nav .workplace-nav-link .dropdown ul li:first-child a:after.fa-pull-left {
  margin-right: .3em;
}
#header-nav .workplace-nav-link .dropdown ul li a:after.fa-pull-right,
#header-nav .workplace-nav-link .dropdown ul li:first-child a:after.fa-pull-right {
  margin-left: .3em;
}
#header-nav .workplace-nav-link .dropdown ul li a:after.pull-left,
#header-nav .workplace-nav-link .dropdown ul li:first-child a:after.pull-left {
  margin-right: .3em;
}
#header-nav .workplace-nav-link .dropdown ul li a:after.pull-right,
#header-nav .workplace-nav-link .dropdown ul li:first-child a:after.pull-right {
  margin-left: .3em;
}
#header-nav .img-container {
  padding: 0 10px;
}
#header-nav .img-container img {
  width: 100%;
}
#header-nav .nav-btn {
  margin-top: 20px;
}
#header-nav .nav-btn .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  #header-nav #nav {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #header-nav .container {
    width: 994px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  #header-nav .level0-link {
    padding: 0 5px;
  }
}
@media (max-width: 1023px) {
  #header-nav {
    box-shadow: 0px 4px 7px #333;
    display: none;
  }
  #header-nav .top {
    background: #fff;
  }
  #header-nav li.level0 {
    border: 1px solid #eee;
    display: block;
    text-align: left;
    padding: 0;
  }
  #header-nav .level0-link {
    display: block;
    font-weight: 400;
    border-right: 0;
    text-transform: uppercase;
  }
  #header-nav li.level0:last-child .level0-link,
  #header-nav .level0-link {
    padding: 12px 15px;
  }
  #header-nav li.level0 .level0-link .fa-chevron-down {
    display: none;
  }
  #header-nav li.level0.menu-active .level0-link .fa-chevron-right {
    display: none;
  }
  #header-nav li.level0.menu-active .level0-link .fa-chevron-down {
    display: block;
  }
  #header-nav li.hasMenu.menu-active span:before {
    display: none;
  }
  #header-nav .dropdown {
    position: static;
    left: 0;
    right: 0;
  }
  #header-nav .dropdown .container {
    border-bottom: 0;
    border-top: 20px solid #eee;
    box-shadow: none;
  }
  #header-nav .dropdown .three-column-row .border-one,
  #header-nav .dropdown .four-column-row .border-one {
    left: 50%;
  }
  #header-nav .dropdown ul {
    padding: 0px 15px;
  }
  #header-nav.open {
    display: block;
  }
}
@media (max-width: 767px) {
  #header-mobile-nav-left {
    padding-left: 0;
  }
}
.footer .links a {
  color: #337ab7 !important;
}
.footer-container {
  position: relative;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  padding: 0px;
}
.footer-container .button {
  filter: none!important;
}
.footer-container .footer {
  position: relative;
  background: #f3f3f3;
  border: 0px;
  padding: 0px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.footer-container .footer:after {
  width: 33.3333%;
  background: #ffef42;
  background: -moz-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffef42), color-stop(50%, #ffef42), color-stop(100%, #efb60c));
  background: -webkit-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -o-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -ms-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: linear-gradient(to right, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef42', endColorstr='#efb60c', GradientType=1);
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.footer-container .footer h3 {
  font-size: 18px;
}
.footer-container .footer h6 {
  text-transform: inherit;
}
.footer-container .footer address {
  border: none;
  text-align: left;
  color: #333333;
  display: inline-block;
  width: auto;
  padding-bottom: 0;
  margin-top: 0px;
  padding: 20px 0 0;
}
.footer-container .footer address p {
  float: left;
}
.footer-container .footer address .copyright {
  float: right;
}
.footer-container .footer .paymentcart-icon {
  display: inline-block;
  width: auto;
  margin: 0;
  padding-left: 50px;
  padding-top: 7px;
  position: relative;
  top: 7px;
}
.footer-container .footer a {
  color: #333333;
  text-decoration: none;
}
.footer-container .footer a:hover {
  text-decoration: underline;
}
.footer-container .footer .block-subscribe {
  margin: 0;
  width: 100%;
  padding: 45px 0 0;
}
.footer-container .footer .block-subscribe .block-title {
  color: #333333;
  text-transform: initial;
}
.footer-container .footer .block-subscribe .block-title strong {
  font-size: 18px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.footer-container .footer .block-subscribe .block-title p {
  color: #333333;
  font-size: 14px;
}
.footer-container .footer .block-subscribe button span {
  color: #f9d915 !important;
}
.footer-container .footer .block-subscribe .form-subscribe-header {
  display: block;
}
.footer-container .footer .block-subscribe .hs-form-field,
.footer-container .footer .block-subscribe .input-box {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.footer-container .footer .block-subscribe .hs-form-field label,
.footer-container .footer .block-subscribe .input-box label {
  display: none;
}
.footer-container .footer .block-subscribe .hs-form-field .actions,
.footer-container .footer .block-subscribe .input-box .actions {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.footer-container .footer .block-subscribe .hs-form-field .hs-input,
.footer-container .footer .block-subscribe .input-box .hs-input,
.footer-container .footer .block-subscribe .hs-form-field .input-text,
.footer-container .footer .block-subscribe .input-box .input-text {
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 10px 70px 10px 10px;
  height: 40px;
}
.footer-container .footer .block-subscribe .hs_submit {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.footer-container .footer .block-subscribe .hs_submit .actions {
  position: absolute;
  right: 0;
  top: -60px;
  width: auto;
}
.footer-container .footer .block-subscribe .actions .hs-button {
  min-width: 0px!important;
}
.footer-container .footer .block-subscribe .actions .hs-button,
.footer-container .footer .block-subscribe .actions .button {
  background: #333333;
  color: #fff;
  height: 40px;
  border: none;
  font-size: 15px;
  color: #f9d915;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  border-radius: 0;
}
.footer > div {
  padding: 0 30px;
}
.footer,
.footer button {
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
}
.footer .row {
  padding-top: 45px;
}
.footer-menu li {
  padding: 2px 0;
  margin: 0 0 5px;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.footer-menu li:last-child {
  border: none;
}
.footer > .col-sm-4 {
  position: relative;
  z-index: 10;
}
.social-links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
  display: block;
  clear: both;
}
.social-links li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.social-links li a {
  display: block;
  vertical-align: top;
}
.social-links li .fa {
  font-size: 0;
  line-height: 0;
}
.social-links li .fa:before {
  font-size: 60px;
  line-height: normal;
}
.customer-services {
  display: block;
}
.customer-services ul {
  display: block;
  width: 100%;
}
.customer-services ul li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #c1c1c1;
}
.customer-services ul li:first-child {
  padding-left: 0;
}
.customer-services ul li:last-child {
  border: none;
}
.paymentcart-icon {
  width: 100%;
  margin: 20px 0;
  display: block;
  clear: both;
}
.paymentcart-icon ul {
  width: 100%;
}
.paymentcart-icon ul li {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 992px) {
  .footer-container .footer .paymentcart-icon {
    padding-bottom: 40px;
  }
}
#footer-mobile {
  background: #fff;
  text-align: center;
}
#footer-mobile h5 {
  margin: 20px 0;
  font-weight: normal;
}
#footer-mobile img {
  margin: 0 auto;
}
#footer-mobile strong {
  font-weight: 500;
  text-transform: uppercase;
}
#back-to-top {
  margin-top: 10px;
}
@media (min-width: 980px) and (max-width: 1200px) {
  .footer > div {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer > div {
    padding: 0 15px;
  }
  .footer > div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .social-links li .fa:before {
    font-size: 36px;
  }
  .footer-container .footer address .copyright {
    width: 100%;
    text-align: left;
  }
  .footer-links > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer > div {
    height: auto!important;
    padding: 0;
    width: 100%;
  }
  .footer-container {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
    background: #fff;
  }
  .footer-container:after {
    display: none;
  }
  .footer-container .footer {
    text-align: center;
    padding: 0;
  }
  .footer-container .footer:after {
    display: none;
  }
  .footer-container .footer .footer-menu,
  .footer-container .footer .customer-services {
    padding: 25px 0;
    border-top: 1px solid #c1c1c1;
    width: 100%;
  }
  .footer-container .footer .footer-menu li,
  .footer-container .footer .customer-services li {
    border: none;
    width: 100%;
    float: none;
    display: block;
    padding: 5px 0;
  }
  .footer-container .footer .row {
    padding-top: 0px;
  }
  .footer-container .footer .block-subscribe {
    padding: 20px 30px;
    background: #ffef42;
    background: -moz-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffef42), color-stop(50%, #ffef42), color-stop(100%, #efb60c));
    background: -webkit-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
    background: -o-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
    background: -ms-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
    background: linear-gradient(to right, #ffef42 0%, #ffef42 50%, #efb60c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef42', endColorstr='#efb60c', GradientType=1);
  }
  .footer-container .footer .block-subscribe .input-text {
    width: auto;
  }
  .footer-container .footer .social-links {
    padding: 20px 30px;
    background: #fff;
    margin: 0;
  }
  .footer-container .footer .social-links h6 {
    display: none;
  }
  .footer-container .footer address {
    max-width: 300px;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 20px 0;
  }
  .footer-container .footer address .copyright {
    float: none;
  }
  .footer-bottom {
    background: #fff;
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 20px;
  }
}
.uppercase {
  text-transform: uppercase;
}
.relative {
  position: relative;
  z-index: 2;
}
.Day-Returns {
  float: none;
  display: block;
}
.blogpostlist .post-short-description .home-blog-listing-title a {
  color: #333333;
  font-size: 20px;
}
.slide-link {
  position: relative;
  z-index: 9999;
}
.home-categories h3 a {
  color: #fff;
}
.block-layered-nav .block-content dl dt {
  border: none;
  background: none;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  color: #333333;
  text-transform: inherit;
  padding: 5px 0;
}
.block-layered-nav .block-content dl dt:hover {
  background: none;
}
.block-layered-nav .block-content dl dd {
  border: none;
  padding: 5px 0;
}
.block-layered-nav .block-content dl dd .price {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
}
.block-layered-nav .block-content dl dd ol li span,
.block-layered-nav .block-content dl dd ol li a {
  padding: 5px 0;
}
.block-layered-nav .block-content dl dd ol li span:hover,
.block-layered-nav .block-content dl dd ol li a:hover {
  color: #333333;
}
/* slider reset */
.main-container .m-filter-slider {
  background: none;
  height: 16px;
  border: solid 1px #b2b2b2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main-container .m-filter-slider > .m-slider-span {
  height: 18px;
  border-top: solid 1px #b2b2b2;
  border-bottom: solid 1px #dcdcdc;
  margin: -2px 0 0 -2px;
  background: #e3e3e3;
}
.main-container .m-filter-slider > .m-slider-from,
.main-container .m-filter-slider > .m-slider-to {
  width: 24px;
  height: 24px;
  border: 1px solid #c9c8c8;
  margin-top: -5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #eeeeee 50%, #e8e8e8 51%, #f3f3f3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #eeeeee), color-stop(51%, #e8e8e8), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #eeeeee 50%, #e8e8e8 51%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #eeeeee 50%, #e8e8e8 51%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #eeeeee 50%, #e8e8e8 51%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #eeeeee 50%, #e8e8e8 51%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f3f3f3', GradientType=0);
}
.main-container .m-filter-slider > .m-slider-from {
  margin-left: -1px;
}
.sidebar.col-left .mb-left-first {
  padding-left: 20px;
}
.offer-bar .left-icon {
  position: relative;
  padding-left: 45px;
}
.offer-bar .left-icon .fa {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.offer-bar li {
  border-bottom: 1px dotted #c0c0c0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.offer-bar li h3 {
  text-transform: uppercase;
}
.offer-bar li a {
  text-decoration: underline;
}
.offer-bar li > i.fa {
  font-size: 32px;
  color: #f9d915;
}
.offer-bar li:last-child {
  border-bottom: none;
}
/* sidebar Account */
.block.block-layered-nav {
  margin: 0 15px;
}
.block.block-layered-nav .block-title {
  display: none;
}
.block.block-layered-nav input[type="checkbox"] {
  margin-right: 10px;
}
.sidebar .recent-posts .h3 {
  text-transform: uppercase;
}
.sidebar .recent-posts .recent-posts-image-link {
  float: left;
  margin: 0 10px 10px 0;
  height: auto;
  max-width: 70px;
}
.sidebar .recent-posts ul {
  margin-top: 10px;
}
.sidebar .recent-posts ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  float: left;
}
.sidebar .recent-posts ul li .images {
  float: left;
  margin-right: 15px;
}
.sidebar .recent-posts ul li .recent-posts-content .recent-post-title {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
}
.sidebar .help-callout {
  margin-bottom: 30px;
}
.sidebar .help-callout a {
  display: inline-block;
}
@media screen and (max-width: 770px) {
  .offer-bar,
  .recent-posts,
  .help-callout {
    display: none;
  }
  .block.block-layered-nav {
    margin: 0;
  }
  #narrow-by-list {
    padding: 0;
    border: 0px;
  }
  #narrow-by-list dd {
    display: block;
    margin: 0 0 20px;
  }
}
/* Components */
.sticker {
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 99;
}
.sticker .img-responsive {
  position: relative;
  top: 15px;
  height: 30px;
  width: auto;
}
.product-img-box .sticker {
  left: 0;
}
.nosto-element {
  position: relative;
  z-index: 2;
}
.nosto-element:before,
.nosto-element:after {
  content: " ";
  display: table;
}
.nosto-element:after {
  clear: both;
}
.nosto-element:before,
.nosto-element:after {
  content: " ";
  display: table;
}
.nosto-element:after {
  clear: both;
}
.nosto-product-price {
  color: #3c3c3c !important;
}
.nosto-product-price span {
  clear: both;
  display: block;
}
.catalog-product-view #nosto-page-product1,
.catalog-product-view #nosto-page-product2 {
  clear: both;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large {
  position: relative;
  z-index: 2;
  margin: 0 0 40px;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large:before,
.catalog-category-view #nosto-page-category1 .nosto-product-list-large:after {
  content: " ";
  display: table;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large:after {
  clear: both;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large:before,
.catalog-category-view #nosto-page-category1 .nosto-product-list-large:after {
  content: " ";
  display: table;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large:after {
  clear: both;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-heading {
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list:before,
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list:after {
  content: " ";
  display: table;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list:after {
  clear: both;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list:before,
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list:after {
  content: " ";
  display: table;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list:after {
  clear: both;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li {
  border: 1px solid #aaa;
  float: left;
  margin: 0 10px 20px;
  padding: 10px;
  width: 20%;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li img {
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li .nosto-product-name {
  border-bottom: 1px dotted silver;
  color: #333333;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li .nosto-product-description {
  display: none;
}
.catalog-category-view #nosto-page-category1 .bx-wrapper {
  max-width: 760px!important;
}
.catalog-category-view #nosto-page-category1 .bx-next,
.catalog-category-view #nosto-page-category1 .bx-prev {
  color: #333;
  font-size: 28px;
  position: absolute;
  z-index: 2;
  top: 55%;
}
.catalog-category-view #nosto-page-category1 .bx-prev {
  left: -15px;
}
.catalog-category-view #nosto-page-category1 .bx-next {
  right: -15px;
}
.catalog-product-view #nosto-page-product2,
.catalog-category-view #nosto-page-category2 {
  position: relative;
  z-index: 2;
  margin: 20px 0;
}
.catalog-product-view #nosto-page-product2:before,
.catalog-category-view #nosto-page-category2:before,
.catalog-product-view #nosto-page-product2:after,
.catalog-category-view #nosto-page-category2:after {
  content: " ";
  display: table;
}
.catalog-product-view #nosto-page-product2:after,
.catalog-category-view #nosto-page-category2:after {
  clear: both;
}
.catalog-product-view #nosto-page-product2:before,
.catalog-category-view #nosto-page-category2:before,
.catalog-product-view #nosto-page-product2:after,
.catalog-category-view #nosto-page-category2:after {
  content: " ";
  display: table;
}
.catalog-product-view #nosto-page-product2:after,
.catalog-category-view #nosto-page-category2:after {
  clear: both;
}
.catalog-product-view #nosto-page-product2 .nosto-heading,
.catalog-category-view #nosto-page-category2 .nosto-heading {
  position: relative;
  z-index: 2;
  background: #333333;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  margin: 0 auto 20px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.catalog-category-view #nosto-page-category2 .nosto-product-grid {
  text-align: center;
}
.catalog-category-view #nosto-page-category2 .nosto-product-grid li {
  float: left;
  margin: 0 1% 20px;
  width: 10%;
}
.catalog-category-view #nosto-page-category2 .nosto-product-grid li a.nosto-product-image {
  height: 87px;
  width: 87px;
  overflow: hidden;
}
.catalog-category-view #nosto-page-category2 .nosto-product-grid li img {
  height: auto;
  width: 100%;
}
.catalog-product-view #nosto-page-product2 {
  margin-top: 0;
  top: -32px;
  text-align: center;
}
.catalog-product-view #nosto-page-product2 .nosto-product-list {
  text-align: left;
}
.catalog-product-view #nosto-page-product2 .nosto-product-list li {
  float: left;
  margin: 0 1% 20px;
  width: 14.5%;
  min-height: 260px;
}
.catalog-product-view #nosto-page-product2 .nosto-product-list li .nosto-product-name {
  font-weight: 400;
}
.catalog-product-view #nosto-page-product2 .nosto-product-list li .nosto-product-price {
  color: #3c3c3c;
  font-weight: 800;
  margin-top: 3px;
}
.catalog-product-view #nosto-page-product2 .nosto-product-list img {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view #nosto-page-category1 {
    margin: 0 auto 20px;
    text-align: center;
  }
  .catalog-category-view #nosto-page-category1 .bx-wrapper {
    max-width: 540px!important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li {
    margin: 0 20px 20px;
    width: 30%;
  }
  .catalog-category-view #nosto-page-category1 .bx-wrapper {
    max-width: 395px!important;
  }
  .catalog-category-view #nosto-page-category2 .nosto-product-grid li {
    margin: 0 1.75% 20px;
    width: 13%;
  }
  .catalog-product-view #nosto-page-product2 .nosto-product-list li {
    margin: 0 1% 20px;
    width: 23%;
  }
}
@media (max-width: 767px) {
  .catalog-category-view #nosto-page-category1 {
    max-height: 385px;
    overflow: hidden;
    margin: 0;
    text-align: center;
  }
  .catalog-category-view #nosto-page-category1 .bx-wrapper {
    max-width: 152px!important;
  }
  .catalog-category-view #nosto-page-category1 .nosto-product-list-large {
    padding: 0 15px;
    margin: 0 auto 20px;
    width: 200px;
  }
  .catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list {
    text-align: center;
  }
  .catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li {
    padding: 0;
    margin: 0 auto 20px;
    text-align: left;
    min-height: 260px;
    width: 100%;
  }
  .catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li a,
  .catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li div {
    margin-left: 10px;
    margin-right: 10px;
  }
  .catalog-category-view #nosto-page-category1 .nosto-product-list-large .nosto-product-list li img {
    margin-top: 10px;
  }
  .catalog-category-view #nosto-page-category2 .nosto-product-grid li {
    margin: 0 2% 20px;
    width: 25%;
  }
  .catalog-product-view #nosto-page-product2 {
    display: none;
  }
}
.page-title {
  border-bottom: 1px solid #ededed !important;
  margin-bottom: 1.5em;
}
.page-title h1 {
  margin-bottom: 0;
  font-size: 22px;
  text-transform: uppercase;
}
.messages {
  margin: 0;
}
.messages li {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 15px 0;
}
.messages li h4 {
  margin-top: 0;
  color: inherit;
}
.messages li .alert-link {
  font-weight: bold;
}
.messages li > p,
.messages li > ul {
  margin-bottom: 0;
}
.messages li > p + p {
  margin-top: 5px;
}
.messages li ul {
  margin: 0;
}
.messages li ul li {
  margin: 0;
  padding: 0;
}
.messages .error-msg,
.messages .notice-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.messages .error-msg hr,
.messages .notice-msg hr {
  border-top-color: #e4b9c0;
}
.messages .error-msg .alert-link,
.messages .notice-msg .alert-link {
  color: #843534;
}
.messages .error-msg,
.messages .notice-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.messages .error-msg hr,
.messages .notice-msg hr {
  border-top-color: #e4b9c0;
}
.messages .error-msg .alert-link,
.messages .notice-msg .alert-link {
  color: #843534;
}
.messages .error-msg li,
.messages .notice-msg li {
  color: #a94442;
}
.messages .success-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.messages .success-msg hr {
  border-top-color: #c9e2b3;
}
.messages .success-msg .alert-link {
  color: #2b542c;
}
.messages .success-msg li {
  color: #3c763d;
}
.messages .error-msg li,
.messages .notice-msg li,
.messages .success-msg li {
  background: none;
  border: none;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.messages .error-msg li:before,
.messages .notice-msg li:before,
.messages .success-msg li:before {
  border: none;
  position: absolute;
  z-index: 2;
  top: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
  content: "\f05a";
}
.messages .error-msg li:before.fa-pull-left,
.messages .notice-msg li:before.fa-pull-left,
.messages .success-msg li:before.fa-pull-left {
  margin-right: .3em;
}
.messages .error-msg li:before.fa-pull-right,
.messages .notice-msg li:before.fa-pull-right,
.messages .success-msg li:before.fa-pull-right {
  margin-left: .3em;
}
.messages .error-msg li:before.pull-left,
.messages .notice-msg li:before.pull-left,
.messages .success-msg li:before.pull-left {
  margin-right: .3em;
}
.messages .error-msg li:before.pull-right,
.messages .notice-msg li:before.pull-right,
.messages .success-msg li:before.pull-right {
  margin-left: .3em;
}
.vat_validation-messages li {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.vat_validation-messages li h4 {
  margin-top: 0;
  color: inherit;
}
.vat_validation-messages li .alert-link {
  font-weight: bold;
}
.vat_validation-messages li > p,
.vat_validation-messages li > ul {
  margin-bottom: 0;
}
.vat_validation-messages li > p + p {
  margin-top: 5px;
}
.vat_validation-messages .notice-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.vat_validation-messages .notice-msg hr {
  border-top-color: #e4b9c0;
}
.vat_validation-messages .notice-msg .alert-link {
  color: #843534;
}
.vat_validation-messages .success-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.vat_validation-messages .success-msg hr {
  border-top-color: #c9e2b3;
}
.vat_validation-messages .success-msg .alert-link {
  color: #2b542c;
}
.btn-yellow {
  background: #f9d915;
  color: #3c3c3c;
}
.btn-yellow span {
  color: #3c3c3c;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  outline: none!important;
  background: #fbe560;
  color: #3c3c3c !important;
}
.btn-yellow:hover .fa,
.btn-yellow:active .fa,
.btn-yellow:focus .fa,
.btn-yellow:hover span,
.btn-yellow:active span,
.btn-yellow:focus span {
  color: #3c3c3c;
}
.btn-orange {
  background: #F99915;
  color: #3c3c3c;
}
.btn-orange span {
  color: #3c3c3c;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  outline: none!important;
  background: #fbba60;
  color: #3c3c3c !important;
}
.btn-orange:hover .fa,
.btn-orange:active .fa,
.btn-orange:focus .fa,
.btn-orange:hover span,
.btn-orange:active span,
.btn-orange:focus span {
  color: #3c3c3c;
}
.btn-white-with-border {
  background: #fff;
  color: #3c3c3c;
  border: 2px solid #ccc;
}
.btn-white-with-border span {
  color: #3c3c3c;
}
.btn-white-with-border:hover,
.btn-white-with-border:active,
.btn-white-with-border:focus {
  outline: none!important;
  background: #ffffff;
  color: #3c3c3c !important;
}
.btn-white-with-border:hover .fa,
.btn-white-with-border:active .fa,
.btn-white-with-border:focus .fa,
.btn-white-with-border:hover span,
.btn-white-with-border:active span,
.btn-white-with-border:focus span {
  color: #3c3c3c;
}
.btn-black {
  background: #3c3c3c;
  color: #fff;
}
.btn-black span {
  color: #fff;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background: #565656;
  color: #fff;
}
.btn-black:hover .fa,
.btn-black:active .fa,
.btn-black:focus .fa,
.btn-black:hover span,
.btn-black:active span,
.btn-black:focus span {
  color: #fff;
}
.checkout-button {
  background: #F99915!important;
  background: #f9d915;
  color: #3c3c3c;
}
.checkout-button span {
  color: #3c3c3c;
}
.checkout-button:hover,
.checkout-button:active,
.checkout-button:focus {
  outline: none!important;
  background: #fbe560;
  color: #3c3c3c !important;
}
.checkout-button:hover .fa,
.checkout-button:active .fa,
.checkout-button:focus .fa,
.checkout-button:hover span,
.checkout-button:active span,
.checkout-button:focus span {
  color: #3c3c3c;
}
.btn-proceed-checkout {
  padding: 12px 15px;
}
.btn-proceed-checkout .fa {
  font-size: 1.2em;
}
.btn-proceed-checkout span {
  display: inline-block;
  margin: 0 3px;
}
.btn-convert-quote {
  padding: 10px 15px;
}
.btn-convert-quote .fa {
  font-size: 1.2em;
}
.btn-convert-quote span {
  display: inline-block;
  margin: 0 3px;
}
.btn-cart {
  font-size: 14px;
  background: #f9d915;
  color: #3c3c3c;
}
.btn-cart span {
  color: #3c3c3c;
}
.btn-cart:hover,
.btn-cart:active,
.btn-cart:focus {
  outline: none!important;
  background: #fbe560;
  color: #3c3c3c !important;
}
.btn-cart:hover .fa,
.btn-cart:active .fa,
.btn-cart:focus .fa,
.btn-cart:hover span,
.btn-cart:active span,
.btn-cart:focus span {
  color: #3c3c3c;
}
.btn-cart:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
  content: "\f07a";
  display: inline-block;
  color: #3c3c3c;
}
.btn-cart:before.fa-pull-left {
  margin-right: .3em;
}
.btn-cart:before.fa-pull-right {
  margin-left: .3em;
}
.btn-cart:before.pull-left {
  margin-right: .3em;
}
.btn-cart:before.pull-right {
  margin-left: .3em;
}
.btn-cart span span {
  display: inline-block;
  padding-left: 10px;
}
.back-link a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #565656;
  border-color: #3c3c3c;
  border-radius: 0;
  text-transform: uppercase;
}
.back-link a:focus,
.back-link a:active:focus,
.back-link a.active:focus,
.back-link a.focus,
.back-link a:active.focus,
.back-link a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.back-link a:hover,
.back-link a:focus,
.back-link a.focus {
  color: #333;
  text-decoration: none;
}
.back-link a:active,
.back-link a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.back-link a.disabled,
.back-link a[disabled],
fieldset[disabled] .back-link a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
a.back-link a.disabled,
fieldset[disabled] a.back-link a {
  pointer-events: none;
}
.back-link a:focus,
.back-link a.focus {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #000000;
}
.back-link a:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #1d1d1d;
}
.back-link a:active,
.back-link a.active,
.open > .dropdown-toggle.back-link a {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #1d1d1d;
}
.back-link a:active:hover,
.back-link a.active:hover,
.open > .dropdown-toggle.back-link a:hover,
.back-link a:active:focus,
.back-link a.active:focus,
.open > .dropdown-toggle.back-link a:focus,
.back-link a:active.focus,
.back-link a.active.focus,
.open > .dropdown-toggle.back-link a.focus {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #000000;
}
.back-link a:active,
.back-link a.active,
.open > .dropdown-toggle.back-link a {
  background-image: none;
}
.back-link a.disabled:hover,
.back-link a[disabled]:hover,
fieldset[disabled] .back-link a:hover,
.back-link a.disabled:focus,
.back-link a[disabled]:focus,
fieldset[disabled] .back-link a:focus,
.back-link a.disabled.focus,
.back-link a[disabled].focus,
fieldset[disabled] .back-link a.focus {
  background-color: #565656;
  border-color: #3c3c3c;
}
.back-link a .badge {
  color: #565656;
  background-color: #fff;
}
.buttons-set .back-link a {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-grouped {
  cursor: default;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  padding: 5px;
  font-size: 12px;
  margin-left: 10px;
  float: left;
}
.btn-grouped:before {
  content: '';
}
.btn-grouped.active {
  cursor: pointer;
  opacity: 1;
}
.form-list:before,
.form-list:after {
  content: " ";
  display: table;
}
.form-list:after {
  clear: both;
}
.form-list:before,
.form-list:after {
  content: " ";
  display: table;
}
.form-list:after {
  clear: both;
}
.input-box .input-text,
.input-box select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  max-width: 100%;
}
.input-box .input-text:focus,
.input-box select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-box .input-text::-moz-placeholder,
.input-box select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-box .input-text:-ms-input-placeholder,
.input-box select:-ms-input-placeholder {
  color: #999;
}
.input-box .input-text::-webkit-input-placeholder,
.input-box select::-webkit-input-placeholder {
  color: #999;
}
.input-box .input-text::-ms-expand,
.input-box select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.input-box .input-text[disabled],
.input-box select[disabled],
.input-box .input-text[readonly],
.input-box select[readonly],
fieldset[disabled] .input-box .input-text,
fieldset[disabled] .input-box select {
  background-color: #eeeeee;
  opacity: 1;
}
.input-box .input-text[disabled],
.input-box select[disabled],
fieldset[disabled] .input-box .input-text,
fieldset[disabled] .input-box select {
  cursor: not-allowed;
}
textarea.input-box .input-text,
textarea.input-box select {
  height: auto;
}
.input-box textarea.input-text {
  height: 120px;
}
.fields .field,
.wide {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .fields .field,
  .wide {
    float: left;
    width: 50%;
  }
}
.wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 10px 0;
}
.wide:before,
.wide:after {
  content: " ";
  display: table;
}
.wide:after {
  clear: both;
}
.wide:before,
.wide:after {
  content: " ";
  display: table;
}
.wide:after {
  clear: both;
}
.fields {
  margin: 10px 0;
}
.fields:before,
.fields:after {
  content: " ";
  display: table;
}
.fields:after {
  clear: both;
}
.fields:before,
.fields:after {
  content: " ";
  display: table;
}
.fields:after {
  clear: both;
}
.fields .field:first-child {
  padding-left: 0;
}
.fields .field:last-child {
  padding-right: 0;
}
.form-list .control label {
  background: none!important;
}
.radio,
.checkbox {
  margin-left: 0!important;
}
.sp-methods dt input.radio {
  margin-right: 0;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  padding-left: 5px;
  margin-left: 10px;
  line-height: 33px;
}
form p,
form required,
form .form-instructions {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 400;
}
.data-table thead th,
.data-table tbody td,
.data-table tfoot td,
address,
.block-progress dd address,
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 400;
  font-style: normal;
}
.data-table:not(#shopping-cart-table):not(#super-product-table) {
  border: 1px solid #ededed;
}
.data-table:not(#shopping-cart-table):not(#super-product-table):before,
.data-table:not(#shopping-cart-table):not(#super-product-table):after {
  content: " ";
  display: table;
}
.data-table:not(#shopping-cart-table):not(#super-product-table):after {
  clear: both;
}
.data-table:not(#shopping-cart-table):not(#super-product-table):before,
.data-table:not(#shopping-cart-table):not(#super-product-table):after {
  content: " ";
  display: table;
}
.data-table:not(#shopping-cart-table):not(#super-product-table):after {
  clear: both;
}
.data-table:not(#shopping-cart-table):not(#super-product-table) th {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 400;
  background: #f1f1f1;
  border-bottom-color: #f1f1f1!important;
  padding: 10px;
  font-size: 12px;
}
.data-table:not(#shopping-cart-table):not(#super-product-table) tbody td {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 400;
  border-bottom-color: #f1f1f1;
}
.data-table:not(#shopping-cart-table):not(#super-product-table) tbody tr.odd {
  background: #f7f7f7;
}
.data-table:not(#shopping-cart-table):not(#super-product-table) tbody tr.even {
  background: #fff;
}
@media (max-width: 767px) {
  .fields:before,
  .fields:after {
    content: " ";
    display: table;
  }
  .fields:after {
    clear: both;
  }
  .fields:before,
  .fields:after {
    content: " ";
    display: table;
  }
  .fields:after {
    clear: both;
  }
  .fields .field {
    padding-left: 0;
    padding-right: 0;
  }
}
.request-quote-button-container {
  border-bottom: 0px!important;
}
.request-quote-button-container .btn {
  margin-top: 10px;
}
.modal-body .alert p {
  margin: 0;
}
.modal-body .alert p i {
  margin-right: 10px;
}
.modal-body p.required {
  display: none;
}
.product-view .product-shop .price-box .price-including-tax,
.price-box .price-including-tax {
  text-align: right;
  width: 100%;
}
.product-view .product-shop .price-box .price-including-tax .label,
.price-box .price-including-tax .label {
  display: none;
}
.product-view .product-shop .price-box .price-including-tax .price,
.price-box .price-including-tax .price {
  display: block;
  width: 100%;
}
.product-view .product-shop .price-box .price-excluding-tax,
.price-box .price-excluding-tax {
  font-style: italic;
  margin: 5px 0 0;
  opacity: 0.4;
}
.product-view .product-shop .price-box .price-excluding-tax span,
.price-box .price-excluding-tax span {
  float: right;
  line-height: 18px!important;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.price-box .price-excluding-tax .label {
  font-size: 12px;
  margin-left: 5px;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.price-box .price-excluding-tax .price {
  font-size: 17px;
}
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 30px;
}
.product-type-configurable.product-view .product-shop .price-box,
.product-type-simple.product-view .product-shop .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.product-type-configurable.product-view .product-shop .price-box .price-including-tax,
.product-type-simple.product-view .product-shop .price-box .price-including-tax {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.product-type-configurable.product-view .product-shop .price-box .price-including-tax .price,
.product-type-simple.product-view .product-shop .price-box .price-including-tax .price {
  position: relative;
}
.product-type-configurable.product-view .product-shop .price-box .price-including-tax .price:after,
.product-type-simple.product-view .product-shop .price-box .price-including-tax .price:after {
  content: "incl VAT";
  clear: both;
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
}
.product-type-configurable.product-view .product-shop .price-box .price-excluding-tax,
.product-type-simple.product-view .product-shop .price-box .price-excluding-tax {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (min-width: 992px) {
  .product-type-configurable.product-view .product-shop .product-options {
    min-height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .product-type-configurable.product-view .product-shop .product-options-bottom .price-box {
    position: relative;
    right: 0;
  }
}
.product-type-configurable.product-view .product-shop .product-options-bottom .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.product-type-configurable.product-view .product-shop .product-options-bottom .price-box .configurable-price-from-label {
  text-align: right;
  margin-top: 20px;
  display: block;
  width: 100%;
}
.product-type-configurable.product-view .product-shop .product-options-bottom .price-box .price-excluding-tax {
  text-align: right;
  width: 100%;
}
.product-type-configurable.product-view .product-shop .product-options-bottom .price-box .price-excluding-tax .price:after {
  display: block;
  content: "ex VAT";
  font-size: 14px;
}
.product-type-configurable.product-view .product-shop .product-options-bottom .price-box .price-excluding-tax .label {
  display: none;
}
.product-type-simple.product-view .product-shop .product-options-bottom .price-box {
  display: none;
}
.product-type-simple.product-view .product-shop .add-to-cart-wrapper {
  padding-bottom: 0;
}
.product-type-simple.product-view .product-shop .options-outer {
  padding-top: 0;
}
.catalog-category-view .price-label,
.catalogsearch-result-index .price-label {
  display: block;
}
.catalog-category-view .price-box .price-including-tax,
.catalogsearch-result-index .price-box .price-including-tax {
  display: none;
}
.catalog-category-view .price-box .price-excluding-tax,
.catalogsearch-result-index .price-box .price-excluding-tax {
  clear: both;
  float: left;
  font-style: normal;
  opacity: 1;
}
.catalog-category-view .price-box .price-excluding-tax .price,
.catalogsearch-result-index .price-box .price-excluding-tax .price,
.catalog-category-view .price-box .price-excluding-tax .label,
.catalogsearch-result-index .price-box .price-excluding-tax .label {
  font-size: 14px;
}
.catalog-category-view .configurable-price-from-label,
.catalogsearch-result-index .configurable-price-from-label {
  float: left;
  clear: both;
  margin-top: 5px;
}
.catalogsearch-result-index .configurable-price-from-label {
  display: none;
}
.testimonials-container h2 {
  margin: 2em 0;
}
.testimonials-container .testimonial {
  margin: 0 0 2em;
}
.testimonials-container .testimonial:before,
.testimonials-container .testimonial:after {
  content: " ";
  display: table;
}
.testimonials-container .testimonial:after {
  clear: both;
}
.testimonials-container .testimonial:before,
.testimonials-container .testimonial:after {
  content: " ";
  display: table;
}
.testimonials-container .testimonial:after {
  clear: both;
}
.testimonials-container .testimonial .std blockquote {
  padding-top: 0;
}
.testimonials-container .testimonial .std h4 {
  margin: 0 0 1em;
}
.testimonials-container .testimonial .std p {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: .9em;
}
.testimonials-container .testimonial .std footer {
  color: #3c3c3c;
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 700;
  font-size: .9em;
}
#v-cookielaw {
  position: fixed;
  z-index: 3;
  background: #000;
  width: 100%;
  padding: 10px 0;
}
#v-cookielaw p {
  color: #3c3c3c;
  margin: 0;
}
#v-cookielaw .btn {
  padding-left: 10px;
  padding-right: 10px;
}
#v-cookielaw.v-bar .v-actions {
  padding: 5px 10px 0 0;
}
@media (max-width: 992px) {
  #v-cookielaw .btn {
    font-size: 16px;
    padding: 6px 12px;
  }
}
#quick-links {
  background: #333;
  padding: 20px 0;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
  z-index: 9999;
}
#quick-links .container li {
  margin: 10px 0;
}
#quick-links .container a {
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  color: #e1e1e1;
  line-height: 1.5em;
  font-size: 13px;
  text-transform: uppercase;
}
#quick-links .container a:hover {
  color: #f9d915;
}
#quick-links .quick-links-switcher {
  bottom: 0;
  right: 0px;
  position: absolute;
  z-index: 9999;
  height: 40px;
  width: 40px;
}
#quick-links .quick-links-switcher a {
  color: #e1e1e1;
  display: block;
}
.quick-links-text {
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  margin-right: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #quick-links-4 {
    clear: both;
  }
  #quick-links-5,
  #quick-links-6 {
    clear: right;
  }
}
@media screen and (max-width: 767px) {
  #quick-links-3,
  #quick-links-5 {
    clear: both;
  }
  #quick-links-4,
  #quick-links-6 {
    clear: right;
  }
}
#store-notice {
  border: 1px dashed #3c3c3c;
  padding: 10px 0;
}
#store-notice .fa {
  margin-right: 5px;
}
.catalog-category-view .category-help-link {
  text-align: right;
  padding: 0 0 5px;
}
.catalog-category-view .category-help-link span {
  font-size: 16px;
  padding: 0px 0px 5px;
}
.catalog-category-view .category-help-link span a {
  text-decoration: underline;
}
.cd-top {
  display: none;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(249, 153, 21, 0.8) url(https://www.pittman.ie/skin/frontend/pittman/default/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 5000;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #F99915;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .cd-top {
    display: inline-block;
    right: 20px;
    bottom: 20px;
  }
}
.pittman-stock-notice {
  clear: both;
  color: #3d9f3a;
  margin: 10px 0;
  font-size: 14px;
}
.pittman-stock-notice.out-of-stock {
  color: #777777;
}
.product-type-simple .pittman-stock-notice {
  float: left;
}
.product-type-grouped .pittman-stock-notice span {
  color: #000;
}
.configurable-stock-messages  .pittman-stock-notice:not(.active) {
  display: none;
}
.configurable-stock-messages  .pittman-stock-notice.active {
  display: block;
}
#sticky-bar {
  background: #f9d915;
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.25);
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  text-align: center;
  width: auto;
}
#sticky-bar .sticky-phone-number {
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5em;
  transform: scale(1);
  transition: transform ease-in-out 0.25s;
}
#sticky-bar .sticky-phone-number:hover {
  color: #000;
  text-decoration: none;
  transform: scale(1.05);
}
/* Homepage */
.cms-index-index .category-callouts-container {
  border: 1px solid #eee;
  box-shadow: 0 2px 5px #ddd;
  border-radius: 5px;
  margin: 20px 0 0;
}
.category-callout-header {
  background: #48484A;
  border-radius: 5px 5px 0 0;
}
.category-callout-header h2 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.category-callout-header h2 a {
  color: #fff;
}
.category-callout-section {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .category-callout-content {
    min-height: 320px;
  }
  .cms-index-index .category-callout-content {
    min-height: 220px;
  }
}
.category-callout-content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.category-callout {
  padding-left: 74px;
}
.category-callout h4 a {
  color: #900A08;
  font-size: 16px;
  margin: 0;
}
.category-callout p {
  margin: 0 0 1em;
}
.category-callout .btn {
  margin-bottom: 15px;
}
.category-callout-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://www.pittman.ie/skin/frontend/pittman/default/images/icons/category-callouts-black.png) 0 center no-repeat;
  height: 64px;
  width: 64px;
  transition: opacity ease-in-out 0.25s;
}
.category-callout-icon:hover {
  opacity: 0.6;
}
.category-callout-icon a {
  display: block;
  height: 100%;
  width: 100%;
}
.category-callout-icon.icon-school {
  background-position: -64px center;
}
.category-callout-icon.icon-warehouse {
  background-position: -128px center;
}
.category-callout-icon.icon-car_park {
  background-position: -192px center;
}
.category-callout-icon.icon-event {
  background-position: -256px center;
}
.category-callout-icon.icon-airport {
  background-position: -320px center;
}
.category-callouts {
  margin-top: 20px;
}
.category-callout {
  clear: right;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .category-callout:nth-child(4) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .category-callout:nth-child(3),
  .category-callout:nth-child(5) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  .category-callout {
    clear: both;
  }
}
.cms-index-index .main {
  padding-top: 0;
}
#banner-content {
  margin: 0 -15px 0;
  width: auto;
}
#homepage-slider-container {
  box-shadow: 0px 2px 10px #999;
}
#homepage-slider-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#homepage-slider-container .left {
  float: left;
  width: 77%;
}
#homepage-slider-container .right {
  float: right;
  width: 23%;
}
#homepage-slider-container .caption {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  width: 100%;
}
#homepage-slider-container .caption .caption-bg {
  position: absolute;
  z-index: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #3c3c3c;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#homepage-slider-container .caption .caption-container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 20px 0;
  margin: 0 10%;
}
#homepage-slider-container .caption h1 {
  color: #f9d915;
  text-shadow: 1px 1px #333;
  font-size: 36px;
  margin-bottom: 5px;
}
#homepage-slider-container .caption p {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  color: #fff;
  display: block;
  font-size: 28.8px;
  text-shadow: 1px 1px #333;
}
#homepage-slider-container ul {
  display: block;
  width: 100%;
}
#homepage-slider-container ul li {
  display: block;
}
#homepage-slider-container .homepage-slider-links li {
  color: #fff;
}
#homepage-slider-container .homepage-slider-links li a {
  color: #fff;
  text-shadow: 1px 1px #333;
}
#slider-links li {
  width: auto;
  display: block;
  font-size: 19px;
  position: relative;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  margin-left: -15px;
}
#slider-links li a {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-shadow: 0px 20px 20px -20px rgba(117, 117, 117, 0.4) inset;
  -moz-box-shadow: 0px 20px 20px -20px rgba(117, 117, 117, 0.4) inset;
  -ms-box-shadow: 0px 20px 20px -20px rgba(117, 117, 117, 0.4) inset;
  -o-box-shadow: 0px 20px 20px -20px rgba(117, 117, 117, 0.4) inset;
  box-shadow: 0px 20px 20px -20px rgba(117, 117, 117, 0.4) inset;
}
#slider-links li a:hover,
#slider-links li a:focus {
  text-decoration: none;
  color: #333333;
}
#slider-links li span {
  padding: 24px 0px 24px 30px;
  display: block;
  text-transform: uppercase;
}
#slider-links li:first-child a {
  box-shadow: none;
}
#slider-links .current a {
  background: #ffef42;
  background: -moz-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffef42), color-stop(50%, #ffef42), color-stop(100%, #efb60c));
  background: -webkit-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -o-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: -ms-linear-gradient(left, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  background: linear-gradient(to right, #ffef42 0%, #ffef42 50%, #efb60c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef42', endColorstr='#efb60c', GradientType=1);
  -webkit-box-shadow: 0 27px 14px -26px rgba(117, 117, 117, 0.3) inset;
  -moz-box-shadow: 0 27px 14px -26px rgba(117, 117, 117, 0.3) inset;
  -ms-box-shadow: 0 27px 14px -26px rgba(117, 117, 117, 0.3) inset;
  -o-box-shadow: 0 27px 14px -26px rgba(117, 117, 117, 0.3) inset;
  box-shadow: 0 27px 14px -26px rgba(117, 117, 117, 0.3) inset;
}
#slider-links .current a:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 55;
  left: -15px;
  top: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 15px 35px 0;
  border-color: transparent #ffef42 transparent transparent;
}
#slider-linksli {
  position: relative;
}
@media (min-width: 980px) and (max-width: 1200px) {
  #homepage-slider-container #slider-links li span {
    padding: 18px 0px 18px 30px;
    display: block;
  }
  #homepage-slider-container #slider-links .current a:after {
    border-width: 29px 15px 29px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #homepage-slider-container .caption .caption-container {
    padding-bottom: 20px;
  }
  #homepage-slider-container .left,
  #homepage-slider-container .right {
    width: 100%;
  }
  #homepage-slider-container #slider-links li {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
  }
  #homepage-slider-container #slider-links li span {
    font-size: 13px;
    line-height: 1.2em;
    padding: 15px 0;
    text-align: center;
  }
  #homepage-slider-container #slider-links .current a:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #homepage-slider-container .caption .caption-container {
    padding: 10px 15px;
    margin: 0;
  }
  #homepage-slider-container .caption h1 {
    font-size: 24px;
  }
  #homepage-slider-container .caption h1 span {
    font-size: 0.8em;
  }
  #homepage-slider-container .left,
  #homepage-slider-container .right {
    width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  #homepage-slider-container .caption ul {
    display: none;
  }
  #homepage-slider-container .right {
    display: none;
  }
}
@media (max-width: 479px) {
  #homepage-slider-container img {
    height: 200px;
  }
}
.homepage-callouts {
  width: 100%;
  float: left;
  font-size: 13px;
  position: relative;
  padding: 5px 0 0;
  -webkit-box-shadow: 0 2px 5px 0px rgba(117, 117, 117, 0.3);
  -moz-box-shadow: 0 2px 5px 0px rgba(117, 117, 117, 0.3);
  -ms-box-shadow: 0 2px 5px 0px rgba(117, 117, 117, 0.3);
  -o-box-shadow: 0 2px 5px 0px rgba(117, 117, 117, 0.3);
  box-shadow: 0 2px 5px 0px rgba(117, 117, 117, 0.3);
}
.homepage-callouts:after {
  height: 5px;
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #edb20e;
  background: -moz-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #edb20e), color-stop(21%, #feee3b), color-stop(51%, #feee3b), color-stop(76%, #feee3b), color-stop(100%, #edb20e));
  background: -webkit-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  background: -o-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  background: -ms-linear-gradient(left, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  background: linear-gradient(to right, #edb20e 0%, #feee3b 21%, #feee3b 51%, #feee3b 76%, #edb20e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb20e', endColorstr='#edb20e', GradientType=1);
}
.homepage-callouts li {
  float: left;
  border-right: 1px dashed #c0c0c0;
  padding: 20px 0 20px 80px;
  text-transform: uppercase;
}
.homepage-callouts li:last-child {
  border: none;
}
.homepage-callouts li .fa {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #f9d915;
}
.homepage-callouts li p {
  font-size: 12px;
  margin-bottom: 0;
}
.homepage-callouts li p.h2 {
  font-size: 20px;
  margin: 0;
}
.fa-sameday:before {
  background: url(https://www.pittman.ie/skin/frontend/pittman/default/images/sameday-icon.png) no-repeat 0 0;
  width: 30px;
  height: 36px;
  content: '';
  display: block;
}
.home-categories {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.home-categories .item {
  float: left;
  width: 20%;
  padding: 0 5px;
}
.home-categories .item ul {
  display: block;
  padding: 5px 0;
}
.home-categories .item li {
  border-bottom: 1px solid #eeeeee;
  padding: 4px 0;
  font-size: 12px;
}
.home-categories .item li:last-child {
  border: none;
}
.home-categories .category-thumb {
  position: relative;
  width: 100%;
  display: block;
}
.home-categories .category-thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.home-categories .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-categories h3 {
  color: #fff;
  text-shadow: 0 1px 3px #333333;
  padding: 0 15px;
  line-height: 1;
}
.home-categories .button {
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  font-size: 10px;
  padding: 2px 10px;
  position: relative;
  z-index: 2;
  top: -1px;
}
#home-content {
  clear: both;
  padding: 50px 0;
  padding: 50px 15px;
}
#home-content iframe {
  width: 100%;
  max-width: 100%;
}
#home-content #home-content-left .page-title {
  border-bottom: 0px !important;
  border-top: 1px solid #ededed;
  margin-top: 0;
}
#home-content #home-content-left .page-title h1 {
  border-bottom: 0px;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  padding-bottom: 0px;
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 24px;
}
#home-content #home-content-left .std ul {
  list-style-type: none;
  margin: 0;
}
#home-content #home-content-left .std ul li {
  margin: 0;
}
#meet-our-team {
  position: relative;
  z-index: 2;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 13px;
  width: 100%;
}
#meet-our-team img {
  width: 100%;
}
#meet-our-team:after {
  position: absolute;
  width: 90%;
  height: 5px;
  bottom: -2px;
  left: 3%;
  margin-left: 0;
  content: '';
  box-shadow: 7px 5px 2px #eeeeee;
}
#meet-our-team .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
  background: rgba(51, 51, 51, 0.9);
}
#meet-our-team .caption:after {
  position: absolute;
  width: 60px;
  height: 10px;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  content: '';
  background: #f9d915;
}
#meet-our-team h2,
#meet-our-team .h2 {
  color: #fff;
  margin: 0 0 10px;
}
#meet-our-team p {
  font-weight: 300;
}
.blog-title {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 5px;
}
.blog-title h2 {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
}
.blog-title h2 .fa {
  font-size: 12px;
  color: #c1c1c1;
  margin: 0 5px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-title h2 .fa {
    display: none !important;
  }
}
.blog-title .blog-title-text {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
}
.blog-title .blog-title-text .fa {
  font-size: 12px;
  color: #c1c1c1;
  margin: 0 5px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-title .blog-title-text .fa {
    display: none !important;
  }
}
.blog-title .btn span {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}
#homepage-blog-listings li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 30px;
  margin-bottom: 15px;
}
#homepage-blog-listings li:last-child {
  border: none;
}
#homepage-blog-listings .home-blog-listing-img {
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 3px #e1e1e1;
  -moz-box-shadow: 0px 0px 10px 3px #e1e1e1;
  -ms-box-shadow: 0px 0px 10px 3px #e1e1e1;
  -o-box-shadow: 0px 0px 10px 3px #e1e1e1;
  box-shadow: 0px 0px 10px 3px #e1e1e1;
}
#homepage-blog-listings .home-blog-listing-img:hover {
  -webkit-box-shadow: 0px 0px 15px 3px #bbb;
  -moz-box-shadow: 0px 0px 15px 3px #bbb;
  -ms-box-shadow: 0px 0px 15px 3px #bbb;
  -o-box-shadow: 0px 0px 15px 3px #bbb;
  box-shadow: 0px 0px 15px 3px #bbb;
}
#homepage-blog-listings h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
#homepage-blog-listings .post-short-description {
  display: block;
  padding-top: 10px;
}
#homepage-blog-listings .post-short-description time {
  font-size: 13px;
  color: #999999;
  display: block;
  margin: 10px 0;
}
#homepage-blog-listings .post-short-description .home-blog-listing-read-more {
  color: #eece06;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
#homepage-blog-listings .post-short-description .home-blog-listing-read-more:hover {
  text-decoration: none;
}
#homepage-blog-listings .post-short-description p {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .home-categories {
    margin-bottom: 0;
    padding-bottom: 0;
    float: none;
    text-align: center;
  }
  .home-categories li.item {
    display: inline-table;
    float: none;
    margin: 10px 1.5%;
    width: 30%;
    text-align: left;
  }
  .homepage-callouts li {
    padding-left: 60px;
  }
  .homepage-callouts li .fa {
    left: 10px;
  }
  .homepage-callouts li h2 {
    font-size: 18px;
  }
  #home-content-left {
    padding: 0;
  }
  #home-content-left #meet-our-team {
    padding: 0;
  }
  #homepage-blog-listings .col-xs-4 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #home-content {
    padding: 25px 15px;
  }
  #home-content-right .col-md-11 {
    padding: 0;
  }
  #home-content-left {
    padding: 0;
  }
  #homepage-blog-listings h2 {
    font-size: 18px;
  }
  #homepage-blog-listings li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #homepage-blog-listings .col-xs-4 {
    padding: 0;
  }
  #homepage-blog-listings .post-short-description time {
    margin-bottom: 10px;
  }
  #homepage-blog-listings .post-short-description .btn {
    color: #fff;
  }
  .home-categories {
    display: none;
  }
  .home-categories .item {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .home-categories .item {
    width: 100%;
  }
}
/* Pages */
.cms-page-view .std p,
.cms-no-route .std p,
.std p {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}
.cms-page-view .std a:not(.btn),
.cms-no-route .std a:not(.btn),
.std a:not(.btn) {
  color: #faaf47;
}
.cms-page-view .std a:not(.btn):hover,
.cms-no-route .std a:not(.btn):hover,
.std a:not(.btn):hover,
.cms-page-view .std a:not(.btn):focus,
.cms-no-route .std a:not(.btn):focus,
.std a:not(.btn):focus,
.cms-page-view .std a:not(.btn):active,
.cms-no-route .std a:not(.btn):active,
.std a:not(.btn):active {
  color: #f9d915;
  text-decoration: underline;
}
.cms-page-view .std h1,
.cms-no-route .std h1,
.std h1,
.cms-page-view .std h2,
.cms-no-route .std h2,
.std h2,
.cms-page-view .std h3,
.cms-no-route .std h3,
.std h3,
.cms-page-view .std h4,
.cms-no-route .std h4,
.std h4,
.cms-page-view .std h5,
.cms-no-route .std h5,
.std h5,
.cms-page-view .std h6,
.cms-no-route .std h6,
.std h6 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  color: #3c3c3c;
  text-transform: uppercase;
}
.cms-page-view .std h1,
.cms-no-route .std h1,
.std h1,
.cms-page-view .std h2,
.cms-no-route .std h2,
.std h2 {
  font-size: 24px;
}
.cms-page-view .std h3,
.cms-no-route .std h3,
.std h3 {
  font-size: 20px;
}
.cms-page-view .std h4,
.cms-no-route .std h4,
.std h4 {
  font-size: 17px;
}
.cms-page-view .std blockquote,
.cms-no-route .std blockquote,
.std blockquote {
  border-left-color: #f9d915;
}
.cms-page-view .std blockquote p,
.cms-no-route .std blockquote p,
.std blockquote p {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  font-style: italic;
}
.cms-page-view .std blockquote p:last-child,
.cms-no-route .std blockquote p:last-child,
.std blockquote p:last-child {
  margin-bottom: 0;
}
.cms-page-view .std img,
.cms-no-route .std img,
.std img {
  height: auto;
}
.cms-page-view .std .caption,
.cms-no-route .std .caption,
.std .caption {
  border: 1px solid #c1c1c1;
  padding: 0px 0px 10px;
  text-align: center;
}
.cms-page-view .std .caption h5,
.cms-no-route .std .caption h5,
.std .caption h5,
.cms-page-view .std .caption p,
.cms-no-route .std .caption p,
.std .caption p {
  margin: 0;
}
.cms-page-view .std .caption img,
.cms-no-route .std .caption img,
.std .caption img {
  margin-bottom: 10px;
}
.cms-page-view .std .caption.pull-left,
.cms-no-route .std .caption.pull-left,
.std .caption.pull-left {
  margin: 0 20px 20px 0;
}
.cms-page-view .std .caption.pull-right,
.cms-no-route .std .caption.pull-right,
.std .caption.pull-right {
  margin: 0 0 20px 20px;
}
.cms-page-view .std .pull-left:not(.caption) img,
.cms-no-route .std .pull-left:not(.caption) img,
.std .pull-left:not(.caption) img {
  margin: 0 20px 20px 0px;
}
.cms-page-view .std .pull-right:not(.caption) img,
.cms-no-route .std .pull-right:not(.caption) img,
.std .pull-right:not(.caption) img {
  margin: 0 0 20px 20px;
}
.cms-page-view .std ol li,
.cms-no-route .std ol li,
.std ol li,
.cms-page-view .std ul li,
.cms-no-route .std ul li,
.std ul li {
  font-size: 1em;
  font-style: normal;
  list-style-position: inside;
  line-height: 1.4em;
  margin: 0 0 .25em;
}
.cms-page-view .std ol li em,
.cms-no-route .std ol li em,
.std ol li em,
.cms-page-view .std ul li em,
.cms-no-route .std ul li em,
.std ul li em {
  font-style: normal;
}
.contacts-index-index .page-title {
  margin-top: 1em;
}
.contacts-index-index #contactForm {
  padding-left: 0;
}
.contacts-index-index .buttons-set {
  border-top: 0px;
  padding-top: 0;
  text-align: center;
  max-width: 100%;
}
.contacts-index-index .buttons-set .button {
  margin: 0;
  float: none;
}
#store-location #store-information {
  margin-bottom: 20px;
}
#store-location #store-information p {
  margin: .5em 0;
}
#store-location #store-information strong {
  display: inline-block;
  width: 150px;
}
#store-location #store-information #store-address strong {
  float: left;
  width: 152px;
}
#store-location #store-information #store-address span {
  float: left;
}
.page-title.category-title {
  padding: 15px 30px 0;
  border-bottom: 0 !important;
  margin: 0;
}
.catalog-category-view .product-listing {
  padding-top: 0;
}
.category-tags,
.page-title.category-title {
  background: #eee;
}
@media screen and (min-width: 768px) {
  .category-tags,
  .page-title.category-title {
    margin-right: -15px;
  }
}
.category-tags {
  padding: 15px 30px 10px;
}
.category-tags a {
  display: inline-block;
  float: left;
  margin: 5px 0 0 5px;
}
.category-tags a h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
}
.category-tag-images {
  background: #eee;
  padding: 15px;
}
@media screen and (max-width: 599px) {
  .category-tag-images {
    text-align: center;
  }
  .category-tag-images .category-tag-image {
    margin: 0 auto;
    display: inline-block;
    float: none;
  }
}
.category-tag-images a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.category-tag-images .category-image-title {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background: rgba(50, 50, 50, 0.5);
  transition: all ease-in-out 0.25s;
  text-align: center;
}
.category-tag-images .category-image-title span {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
.category-tag-images .category-image-title:hover {
  background: rgba(0, 0, 0, 0.6);
}
.category-tag-images .category-image-title:hover span {
  color: #fff;
}
.toolbar {
  color: #333333;
  background: none;
  border: none;
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.toolbar .pager {
  width: 100%;
  color: #333333;
  margin: 5px 0;
}
.toolbar .pager .amount,
.toolbar .pager label {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  text-transform: inherit;
}
.toolbar .pager .count-container {
  width: 100%;
}
.toolbar .pager .limiter {
  float: right;
  margin-right: 10px;
}
.toolbar .pager .sort-by {
  float: right;
}
.toolbar .pager .form-control {
  display: inline-block;
  width: auto;
}
.toolbar .pages {
  display: none;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}
.toolbar .pages li {
  margin-left: 5px;
  min-width: 30px;
}
.toolbar .pages a {
  color: #fff;
  background: #333333;
  border-radius: 0;
  border: none;
  padding: 0;
  display: block;
  width: 100%;
}
.toolbar .pages a:hover {
  background: #c1c1c1;
  border: none;
}
.toolbar .pages .current,
.toolbar .pages .current:hover {
  background: #c1c1c1;
  border: none;
  color: #fff;
}
.toolbar .pages .previous:before,
.toolbar .pages .next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: -1px;
}
.toolbar .pages .previous:before {
  font-family: 'FontAwesome';
  content: "\f104";
}
.toolbar-bottom .toolbar .count-container {
  display: none;
}
.toolbar-bottom .toolbar .pages {
  display: block;
}
.product-listing {
  background: #eeeeee;
  padding: 15px 30px;
  margin-right: -15px;
}
.products-grid,
.products-list {
  padding: 0;
}
.products-grid .item,
.products-list .item {
  position: relative;
  margin-bottom: 40px;
  background: #fff;
  padding: 5px;
  text-align: left;
}
.products-grid .item:after,
.products-list .item:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 10px;
  background: url(https://www.pittman.ie/skin/frontend/pittman/default/images/bottom-shadow.png) no-repeat 0 0;
  background-size: 100% 100%;
  border-top: 1px solid #eeeeee;
}
.products-grid .banner-text .product-image,
.products-list .banner-text .product-image {
  border: none;
}
.products-grid .product-name,
.products-list .product-name {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 14px;
  text-transform: inherit;
  color: #333333;
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-height: 48px;
}
.products-grid .product-sku,
.products-list .product-sku {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px 0;
}
.products-grid .product-info,
.products-list .product-info {
  min-height: 220px;
  padding: 0;
}
.products-grid .price-box,
.products-list .price-box {
  color: #333333;
}
.products-grid .price-box .price-label,
.products-list .price-box .price-label {
  color: #333333;
}
.products-grid .price-box .minimal-price-link,
.products-list .price-box .minimal-price-link {
  padding-left: 0;
  margin-top: 5px;
}
.products-grid .price-box .minimal-price-link .label,
.products-list .price-box .minimal-price-link .label {
  padding-left: 0;
  font-size: 0.8em;
}
.products-grid .price-box > span,
.products-list .price-box > span {
  display: block;
}
.products-grid .price-box .price-on-application,
.products-list .price-box .price-on-application {
  font-size: 14px;
  clear: both;
  float: left;
  font-style: normal;
  opacity: 1;
  margin: 5px 0 0;
}
.products-grid .actions,
.products-list .actions {
  min-height: 45px;
}
.products-grid .actions .button,
.products-list .actions .button {
  background: #f9d915;
  color: #3c3c3c;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 30px;
  height: 30px;
}
.products-grid .actions .button span,
.products-list .actions .button span {
  color: #3c3c3c;
}
.products-grid .actions .button:hover,
.products-list .actions .button:hover,
.products-grid .actions .button:active,
.products-list .actions .button:active,
.products-grid .actions .button:focus,
.products-list .actions .button:focus {
  outline: none!important;
  background: #fbe560;
  color: #3c3c3c !important;
}
.products-grid .actions .button:hover .fa,
.products-list .actions .button:hover .fa,
.products-grid .actions .button:active .fa,
.products-list .actions .button:active .fa,
.products-grid .actions .button:focus .fa,
.products-list .actions .button:focus .fa,
.products-grid .actions .button:hover span,
.products-list .actions .button:hover span,
.products-grid .actions .button:active span,
.products-list .actions .button:active span,
.products-grid .actions .button:focus span,
.products-list .actions .button:focus span {
  color: #3c3c3c;
}
.products-grid .actions .button:after,
.products-list .actions .button:after {
  font-family: 'FontAwesome';
  content: "\f105";
  right: 0;
  background: none;
  margin: 0 0 0 5px;
  color: #a48d04;
  display: inline-block;
  margin-right: 5px;
}
.products-grid .add-to-links,
.products-list .add-to-links {
  display: none;
}
.products-grid .text-on-product-listing,
.products-list .text-on-product-listing {
  clear: both;
  padding: 5px 0px;
}
.recent-viewed {
  display: block;
  background: #fff;
  position: relative;
  -webkit-box-shadow: inset 0px 20px 35px -40px #626262;
  -moz-box-shadow: inset 0px 20px 35px -40px #626262;
  -ms-box-shadow: inset 0px 20px 35px -40px #626262;
  -o-box-shadow: inset 0px 20px 35px -40px #626262;
  box-shadow: inset 0px 20px 35px -40px #626262;
}
.recent-viewed:before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(2%, rgba(255, 255, 255, 0.97)), color-stop(61%, rgba(255, 255, 255, 0.2)), color-stop(76%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  content: '';
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
}
.recent-viewed:after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(24%, rgba(255, 255, 255, 0)), color-stop(39%, rgba(255, 255, 255, 0.2)), color-stop(98%, rgba(255, 255, 255, 0.97)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  content: '';
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
}
.recent-viewed .block-title {
  padding: 0;
  text-align: center;
  margin: 0;
  float: left;
  width: 100%;
  margin: -10px 0 0;
}
.recent-viewed .block-title strong {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.recent-viewed .block-title strong span {
  background: #333333;
  padding: 5px 10px;
}
.recent-viewed .products-grid {
  padding-top: 30px;
}
.recent-viewed .products-grid li:after {
  display: none;
}
.recent-viewed .products-grid li .product-name {
  margin: 0;
  padding: 0;
  border: none;
}
.taraffice-safety {
  display: block;
  background: #fff;
  position: relative;
  -webkit-box-shadow: inset 0px 20px 35px -40px #626262;
  -moz-box-shadow: inset 0px 20px 35px -40px #626262;
  -ms-box-shadow: inset 0px 20px 35px -40px #626262;
  -o-box-shadow: inset 0px 20px 35px -40px #626262;
  box-shadow: inset 0px 20px 35px -40px #626262;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 150px 30px;
}
.taraffice-safety:before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(2%, rgba(255, 255, 255, 0.97)), color-stop(61%, rgba(255, 255, 255, 0.2)), color-stop(76%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.97) 2%, rgba(255, 255, 255, 0.2) 61%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  content: '';
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
}
.taraffice-safety:after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(24%, rgba(255, 255, 255, 0)), color-stop(39%, rgba(255, 255, 255, 0.2)), color-stop(98%, rgba(255, 255, 255, 0.97)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0.97) 98%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  content: '';
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
}
.quick-info {
  background: #fff;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .quick-info.container {
    width: initial;
  }
}
#category-slider {
  margin: 0 0 20px;
}
#category-slider ul,
#category-slider li,
#category-slider a {
  position: relative;
  z-index: 2;
}
#category-slider li {
  display: none;
}
#category-slider li#category-slide-0 {
  display: block;
}
#category-slider a {
  display: block;
  height: 100%;
  width: 100%;
}
#category-slider a:hover,
#category-slider a:focus,
#category-slider a:active {
  text-decoration: none;
}
#category-slider .banner-text-container {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
}
.banner-text {
  background: #3c3c3c;
  color: #fff;
  padding: 20px 20px 0;
  font-size: 28px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  width: 300px;
}
.banner-text h3 {
  color: #fff;
  font-size: 24px;
}
.banner-text p {
  font-size: 14px;
  line-height: 18px;
}
.category-btn {
  position: relative;
  z-index: 2;
  left: -20px;
  color: #3c3c3c;
  display: inline-block;
  padding: 10px 15px;
  background: #f9d915;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.category-btn i {
  color: #b59a11;
  font-size: 12px;
  margin-left: 5px;
}
.category-btn:hover,
.category-btn:active,
.category-btn:focus {
  background: #232323;
  color: #f9d915;
  text-decoration: none;
}
.category-image {
  position: relative;
}
.category-callouts {
  margin-bottom: 20px;
}
.category-callouts iframe {
  width: 100%;
}
.category-small-banner {
  background: #3c3c3c;
  color: #eee;
  width: 100%;
}
.category-small-banner .small-banner-content {
  background: #3c3c3c;
  position: absolute;
  z-index: 3;
  padding: 10% 10px 0;
  height: 100%;
  width: 40%;
}
.category-small-banner .small-banner-content h3 {
  color: #eee;
  font-size: 18px;
  margin-top: 0;
}
.category-small-banner .small-banner-content .category-btn {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.block-layered-nav .currently {
  border-bottom: 1px solid #f5f5f5;
}
.block-layered-nav .currently ol {
  padding-left: 0;
}
.block-layered-nav .currently ol li {
  margin-bottom: 20px;
  padding-right: 25px;
}
.block-layered-nav .currently ol li .label {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  padding-left: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.block-layered-nav .currently .btn-remove {
  background: #f1f1f1;
  border: 0;
  top: 0 !important;
}
.block-layered-nav .currently .btn-remove:after {
  color: #3c3c3c;
}
.block-layered-nav .currently .btn-remove:hover,
.block-layered-nav .currently .btn-remove:focus,
.block-layered-nav .currently .btn-remove:active {
  background: #ddd;
}
.block-layered-nav .actions a {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background: #3c3c3c;
  color: #fff;
}
.block-layered-nav .actions a:focus,
.block-layered-nav .actions a:active:focus,
.block-layered-nav .actions a.active:focus,
.block-layered-nav .actions a.focus,
.block-layered-nav .actions a:active.focus,
.block-layered-nav .actions a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.block-layered-nav .actions a:hover,
.block-layered-nav .actions a:focus,
.block-layered-nav .actions a.focus {
  color: #333;
  text-decoration: none;
}
.block-layered-nav .actions a:active,
.block-layered-nav .actions a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.block-layered-nav .actions a.disabled,
.block-layered-nav .actions a[disabled],
fieldset[disabled] .block-layered-nav .actions a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
a.block-layered-nav .actions a.disabled,
fieldset[disabled] a.block-layered-nav .actions a {
  pointer-events: none;
}
.block-layered-nav .actions a span {
  color: #fff;
}
.block-layered-nav .actions a:hover,
.block-layered-nav .actions a:active,
.block-layered-nav .actions a:focus {
  background: #565656;
  color: #fff;
}
.block-layered-nav .actions a:hover .fa,
.block-layered-nav .actions a:active .fa,
.block-layered-nav .actions a:focus .fa,
.block-layered-nav .actions a:hover span,
.block-layered-nav .actions a:active span,
.block-layered-nav .actions a:focus span {
  color: #fff;
}
.catalog-category-view #narrow-by-list-0 dd:first-of-type li a {
  font-weight: 700;
}
.catalog-category-view .breadcrumbs:before,
.catalog-category-view .breadcrumbs:after {
  content: " ";
  display: table;
}
.catalog-category-view .breadcrumbs:after {
  clear: both;
}
.catalog-category-view .breadcrumbs:before,
.catalog-category-view .breadcrumbs:after {
  content: " ";
  display: table;
}
.catalog-category-view .breadcrumbs:after {
  clear: both;
}
.catalog-category-view .breadcrumbs ul {
  float: right;
  padding-left: 10px;
  width: 100%;
}
.wrapper #m-wait .loader {
  border: 2px solid #F99915;
  color: #F99915;
}
.category-info .std h3 {
  font-size: 22px;
}
.category-info .std p {
  font-size: 17px;
}
.catalogsearch-result-index .toolbar {
  display: none;
}
@media (max-width: 1199px) {
  .banner-text {
    padding: 10px 20px 0;
  }
  .banner-text h3 {
    font-size: 18px;
  }
  .category-small-banner .small-banner-content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .catalog-category-view .breadcrumbs ul {
    float: none;
    width: 100%;
  }
  .page-title.category-title {
    text-align: center;
  }
  .banner-text {
    padding: 10px 10px 0;
  }
  .banner-text h3 {
    font-size: 16px;
  }
  .banner-text .category-btn {
    left: -10px;
  }
  .category-small-banner .small-banner-content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .banner-text {
    width: 100%;
  }
  .banner-text h3 {
    font-size: 15px;
  }
  .category-small-banner .small-banner-content {
    width: 50%;
  }
  .toolbar .pager .limiter {
    float: left;
  }
  .toolbar .pager .limiter label {
    display: inline-block;
  }
  .product-listing {
    margin: 0;
    width: auto;
    padding: 15px;
  }
  .product-listing .products-grid,
  .product-listing .products-list {
    padding: 0px;
  }
}
.studioforty9-category-page {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
}
.studioforty9-category-page .category-title {
  background: none;
  text-align: center;
  padding: 10px 30px 0;
}
.studioforty9-category-page .category-title h1 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #333;
  line-height: 30px;
}
.studioforty9-category-page .category-tags {
  background: none;
  text-align: center;
  margin: 0px 0 20px;
  padding: 15px 100px 10px;
}
.studioforty9-category-page .category-tags a {
  float: none;
}
.studioforty9-category-page .category-tags .category-tag {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  padding: 8px 10px;
  background: #f0f0f0;
  color: #333;
}
.studioforty9-category-page .category-tags .category-tag .fa-chevron-right {
  font-size: 12px;
  padding-left: 9px;
}
.studioforty9-category-page .std p,
.studioforty9-category-page .std ul {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 1.15em;
  line-height: 1.8em;
}
.studioforty9-category-page .landing-description-wrapper {
  padding: 0px 100px;
}
.studioforty9-category-page .landing-description-wrapper h3 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block {
  padding-left: 0px;
  padding-bottom: 15px;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block:nth-child(2n),
.studioforty9-category-page .landing-details-wrapper .landing-details-block:nth-child(4n) {
  padding-right: 0px;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block .landing-details-block-inner {
  height: 285px;
  background: #fff;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block .landing-details-block-inner a:hover {
  color: #333;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-help .landing-details-block-inner {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  background: #333;
  color: #fff;
  text-align: center;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-help .landing-details-block-inner .fa-phone {
  color: #f8dc0d;
  font-size: 53px;
  padding-top: 15%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-help .landing-details-block-inner .text1 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 10%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-help .landing-details-block-inner .text2 {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-top: 3%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-help .landing-details-block-inner .phone-number {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding-top: 14%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-return .landing-details-block-inner {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-return .landing-details-block-inner .fa-undo {
  color: #f8dc0d;
  font-size: 53px;
  padding-top: 15%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-return .landing-details-block-inner .text1 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 10%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-return .landing-details-block-inner .text2 {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-top: 3%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-return .landing-details-block-inner .view-link {
  padding-top: 14%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-return .landing-details-block-inner .view-link a {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-return .landing-details-block-inner .view-link a .fa-caret-right {
  font-size: 10px;
  padding-left: 5px;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-feefo .landing-details-block-inner {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-feefo .landing-details-block-inner .rating {
  padding-top: 18%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-feefo .landing-details-block-inner .rating img {
  width: 175px;
  margin: 0 auto;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-feefo .landing-details-block-inner .stars {
  padding-top: 5%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-feefo .landing-details-block-inner .stars img {
  width: 118px;
  margin: 0 auto;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-feefo .landing-details-block-inner .feefo-logo {
  padding-top: 19%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-feefo .landing-details-block-inner .feefo-logo img {
  width: 158px;
  margin: 0 auto;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-buyers-guide .landing-details-block-inner {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-buyers-guide .landing-details-block-inner .fa-download {
  color: #f8dc0d;
  font-size: 53px;
  padding-top: 15%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-buyers-guide .landing-details-block-inner .text1 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 9%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-buyers-guide .landing-details-block-inner .text2 {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 3% 10% 0px;
  line-height: 25px;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-buyers-guide .landing-details-block-inner .view-link {
  padding-top: 10%;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-buyers-guide .landing-details-block-inner .view-link a {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.studioforty9-category-page .landing-details-wrapper .landing-details-block.landing-details-block-buyers-guide .landing-details-block-inner .view-link a .fa-caret-right {
  font-size: 10px;
  padding-left: 5px;
}
.studioforty9-category-page .studioforty9-panel {
  /* Browse products block */
}
.studioforty9-category-page .studioforty9-panel.panel-medium {
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f0f0f0;
  margin-bottom: 0px;
}
.studioforty9-category-page .studioforty9-panel.panel-medium .widget-promotions-background .widget-title {
  font-size: 25px;
  padding: 0px 40px;
}
.studioforty9-category-page .studioforty9-panel.panel-medium .widget-promotions-background .widget-link-container {
  bottom: 45px;
}
.studioforty9-category-page .studioforty9-panel.panel-medium .widget-promotions-background .widget-link-container .widget-link-text {
  font-size: 12px;
}
.studioforty9-category-page .studioforty9-panel.panel-medium .widget-promotions-background .widget-link-container .widget-link-text span {
  letter-spacing: 2px;
}
.studioforty9-category-page .studioforty9-panel.panel-medium:nth-child(3n) {
  padding-right: 15px;
}
.studioforty9-category-page .studioforty9-panel.panel-largeslider {
  background: #f0f0f0;
  padding-bottom: 15px;
  height: 600px;
}
.studioforty9-category-page .studioforty9-panel.panel-largeslider .widget-link {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  letter-spacing: 2px;
}
.studioforty9-category-page .studioforty9-panel.panel-largeslider .widget-slide .widget-content {
  background: #fff;
  margin-top: 0px;
}
.studioforty9-category-page .studioforty9-panel.panel-largeslider.widget_type_cms_widget_block {
  padding-right: 0px;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection h3 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin-bottom: 35px;
  margin-top: 10px;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper {
  display: inline-block;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-1,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-1,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-1,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-1,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-2,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-2,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-2,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-2,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-3,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-3,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-3,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-3,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-4,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-4,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-4,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-4,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-5,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-5,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-5,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-5,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-6,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-6,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-6,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-6,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-7,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-7,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-7,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-7,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-8,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-8,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-8,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-8,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-9,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-9,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-9,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-9,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-10,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-10,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-10,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-10,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-11,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-11,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-11,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-11,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-xs-12,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-sm-12,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-md-12,
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner {
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 1px 5px 0px #dedede;
  -moz-box-shadow: 0px 1px 5px 0px #dedede;
  box-shadow: 0px 1px 5px 0px #dedede;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner a {
  text-decoration: none;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner h4 {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .product-details {
  margin-bottom: 15px;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .view-button {
  display: block;
  color: #333;
  text-decoration: none;
  background: -webkit-linear-gradient(180deg, #eeb30f 0%, #fff253 50%, #edb20e 100%);
  background: -moz-linear-gradient(180deg, #eeb30f 0%, #fff253 50%, #edb20e 100%);
  background: -o-linear-gradient(180deg, #eeb30f 0%, #fff253 50%, #edb20e 100%);
  background: -ms-linear-gradient(180deg, #eeb30f 0%, #fff253 50%, #edb20e 100%);
  background: linear-gradient(-90deg, #eeb30f 0%, #fff253 50%, #edb20e 100%);
  width: 180px;
  padding: 8px 10px 5px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .view-button span {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .product-feature {
  padding: 10px 0;
  display: block;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .product-feature ul {
  overflow: auto;
  display: inline-block;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .product-feature ul li {
  float: left;
  text-align: center;
  margin: 1px 10px;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .product-feature ul li .img-block {
  margin: 0 auto;
  display: inline-block;
  border: solid 1px #b0b0b0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 4px 5px 5px 4px;
  overflow: hidden;
  height: 25px;
  width: 25px;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .product-feature ul li .img-block img {
  height: auto;
  max-width: 15px;
}
.studioforty9-category-page .studioforty9-panel .widget-product-collection .widget-product-collection-wrapper .studioforty9-widget-product .studioforty9-widget-product-inner .product-feature ul li p {
  display: none;
}
@media (min-width: 1200px) {
  .studioforty9-category-page .container {
    width: 1200px;
  }
  .studioforty9-category-page .container.quick-info {
    padding: 50px 0 20px;
  }
}
.catalogsearch-result-index .note-msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.catalogsearch-result-index .note-msg h4 {
  margin-top: 0;
  color: inherit;
}
.catalogsearch-result-index .note-msg .alert-link {
  font-weight: bold;
}
.catalogsearch-result-index .note-msg > p,
.catalogsearch-result-index .note-msg > ul {
  margin-bottom: 0;
}
.catalogsearch-result-index .note-msg > p + p {
  margin-top: 5px;
}
.catalogsearch-result-index .note-msg hr {
  border-top-color: #a6e1ec;
}
.catalogsearch-result-index .note-msg .alert-link {
  color: #245269;
}
.catalogsearch-result-index #narrow-by-list {
  display: none;
}
.zoomContainer {
  z-index: 2 !important;
}
.product-view {
  position: relative;
  z-index: 2;
}
.product-view .product-img-box {
  width: 25%;
  float: left;
  padding: 0 5px;
  margin-left: -5px;
  box-sizing: border-box;
}
.product-view .product-img-box .product-image:hover {
  border: 0px;
}
.product-view .product-img-box #product-image-thumbs .more-views h2 {
  display: none;
}
.product-view .product-img-box #product-image-thumbs .more-views .product-image-thumbs {
  overflow: auto;
  margin-left: -4px;
  margin-right: -4px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-view .product-img-box #product-image-thumbs .more-views .product-image-thumbs li {
  padding: 0 5px 10px 5px;
  width: 33%;
  float: left;
  box-sizing: border-box;
}
.product-view .product-img-box #product-image-thumbs .more-views .product-image-thumbs a {
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.product-view .product-img-box #product-image-thumbs .more-views .product-image-thumbs img {
  width: 100%;
  height: auto;
}
.product-view .product-img-box #product-image-thumbs .more-views .product-image-thumbs .owl-item {
  text-align: center;
}
.product-view .product-img-box #product-image-thumbs .fa {
  user-select: none;
  float: right;
  font-size: 20px;
  padding: 0 5px;
  cursor: pointer;
  font-weight: 700;
}
.product-view .product-img-box #product-image-thumbs .fa.disabled {
  opacity: 0.5;
  cursor: default;
}
.product-view .product-img-box #product-image-thumbs .fa.fa-angle-right {
  padding-right: 10px;
}
.product-view .product-img-box .download-block {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.product-view .product-img-box .download-block .h2,
.product-view .product-img-box .download-block h2 {
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0px;
  text-align: left;
  margin: 0px;
}
.product-view .product-img-box .download-block a {
  color: #3c3c3c;
}
.product-view .product-img-box .download-block a:hover,
.product-view .product-img-box .download-block a:active,
.product-view .product-img-box .download-block a:focus {
  text-decoration: underline;
}
.product-view .product-img-box .download-block li {
  list-style: none;
  border-top: solid 1px #eeeeee;
}
.product-view .product-img-box .download-block li a {
  padding: 15px 0px;
  display: block;
}
.product-view .product-img-box .download-block li a:hover {
  text-decoration: none;
}
.product-view .product-img-box .download-block li a img {
  float: left;
  margin-right: 15px;
}
.product-view .product-img-box .download-block li a span.fa-arrow-circle-o-down {
  color: #e4e4e4;
  float: right;
  padding: 10px 20px 10px 0;
  font-size: 25px;
}
.product-view .product-img-box .download-block li a span.title {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  margin-left: 50px;
  text-transform: none;
  width: 150px;
  font-size: 12px;
}
.product-view .product-img-box .download-block li a span.file-size {
  display: block;
  margin-left: 50px;
}
.product-view .product-img-box .social-share {
  border-bottom: 1px solid #eeeeee;
}
.product-view .product-img-box .social-share h3 {
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.product-view .product-img-box .social-share span {
  margin-bottom: 10px;
}
.product-view .product-shop {
  width: 35%;
  float: left;
  padding: 0 20px;
}
.product-view .product-shop .product-topbox {
  width: 100%;
  display: block;
  float: left;
}
.product-view .product-shop .product-topbox .product-topboxleft {
  width: 70%;
  float: left;
}
.product-view .product-shop .product-topbox .product-topboxright {
  float: left;
  width: 30%;
  text-align: right;
}
.product-view .product-shop .product-name {
  padding-bottom: 10px;
  border-bottom: solid 1px #eeeeee;
  width: 100%;
}
.product-view .product-shop .product-name .h1 {
  display: block;
  float: none !important;
  padding-right: 10px;
}
.product-view .product-shop .product-name .sku {
  color: #999999;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
}
.product-view .product-shop .brandlogo {
  padding: 10px 0;
  border-bottom: solid 1px #e0e0e0;
}
.product-view .product-shop .short-description a,
.product-view .product-shop .product-description a {
  color: #01ACED;
}
.product-view .product-shop .short-description a:hover,
.product-view .product-shop .product-description a:hover,
.product-view .product-shop .short-description a:focus,
.product-view .product-shop .product-description a:focus,
.product-view .product-shop .short-description a:after,
.product-view .product-shop .product-description a:after {
  color: #0187ba;
}
.product-view .product-shop .short-description {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  padding-top: 20px;
}
.product-view .product-shop .short-description .brandlogo {
  float: right;
  margin: 0 0 20px 20px;
}
.product-view .product-shop .product-feature {
  width: 100%;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 0;
  display: block;
}
.product-view .product-shop .product-feature ul {
  overflow: auto;
}
.product-view .product-shop .product-feature ul li {
  float: left;
  text-align: center;
  margin: 10px;
  height: 110px;
  width: 87px;
}
.product-view .product-shop .product-feature ul li .img-block {
  margin: 0 auto 10px;
  display: inline-block;
  border: solid 1px #b0b0b0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 10px;
  overflow: hidden;
  height: 60px;
  width: 60px;
}
.product-view .product-shop .product-feature ul li .img-block img {
  height: auto;
  max-width: 40px;
}
.product-view .product-shop .product-description {
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}
.product-view .product-shop .product-description h2 {
  padding: 20px 0;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}
.product-view .product-shop .product-description #product-description-readmore,
.product-view .product-shop .product-description #product-description-readless {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-view .product-shop .product-description #product-description-readmore span,
.product-view .product-shop .product-description #product-description-readless span {
  padding-left: 5px;
}
.product-view .product-shop .product-description iframe {
  max-width: 100%;
}
.product-view .product-options-addtocart {
  width: 40%;
  float: left;
}
.product-view .product-options-addtocart .add-to-cart-wrapper {
  margin-bottom: 20px;
  overflow: auto;
  width: 100%;
  padding: 0;
}
.product-view .product-options-addtocart .add-to-cart-wrapper.config-product {
  display: none;
}
.product-view .product-options-addtocart .add-to-cart-container .add-to-cart {
  padding: 0px;
}
.product-view .product-options-addtocart .add-to-cart {
  width: 100%;
  border: none;
  margin: 0;
  padding: 20px 0 0 0;
}
.product-view .product-options-addtocart .add-to-box {
  clear: both;
}
.product-view .product-options-addtocart .add-to-cart-buttons {
  float: right;
  margin: 0;
}
.product-view .product-options-addtocart .add-to-cart-buttons .button {
  font-size: 14px;
  padding: 0 15px;
}
.product-view .product-options-addtocart .product-options-bottom {
  float: left;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  margin: 0;
}
.product-view .product-options-addtocart .product-options-bottom .sharing-links {
  display: none;
}
.product-view .product-options-addtocart .offers-block {
  border: 1px solid #e9e9e9;
  margin-top: 20px;
  overflow: auto;
}
.product-view .product-options-addtocart .offers-block .h3,
.product-view .product-options-addtocart .offers-block h3 {
  padding: 10px 20px;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
}
.product-view .product-options-addtocart .offers-block .h3 i,
.product-view .product-options-addtocart .offers-block h3 i {
  color: #f9d915;
  padding-right: 10px;
}
.product-view .product-options-addtocart .offers-block ul {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  float: none;
  display: block;
  clear: both;
  padding: 20px 0 0;
  border: none;
  background-color: white;
}
.product-view .product-options-addtocart .offers-block ul li {
  padding: 5px 0 5px 20px;
}
.product-view .product-options-addtocart .offers-block ul li:nth-child(odd) {
  background-color: #e9e9e9;
}
.product-view .product-options-addtocart .offers-block ul li:first-child {
  background-color: white;
}
.product-view .product-options-addtocart .offers-block ul li.tier-headings {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-size: 13px;
}
.product-view .product-options-addtocart .offers-block ul li div {
  padding: 0;
  margin: 0;
}
.product-view .product-options-addtocart .offers-block ul li div .tier-quantity,
.product-view .product-options-addtocart .offers-block ul li div .price {
  font-weight: normal;
  font-size: 14px;
}
.product-view .product-options-addtocart .block-related {
  width: 100%;
  float: none;
  border: 5px solid #e9e9e9;
  margin: 0;
  padding: 20px;
}
.product-view .product-options-addtocart .block-related h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.product-view .product-options-addtocart .block-related .block-title {
  padding: 0;
}
.product-view .product-options-addtocart .block-related .block-title .h2,
.product-view .product-options-addtocart .block-related .block-title h2 {
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  color: #333;
  font-weight: bold;
}
.product-view .product-options-addtocart .block-related .block-content {
  margin-top: 20px;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item {
  margin: 0;
  padding-bottom: 5px;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .product-price-related {
  padding-right: 0;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .product-price-related .price-box {
  margin: 0;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .product-price-related .price-including-tax {
  display: none;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .product-price-related .price-excluding-tax {
  font-style: normal;
  opacity: 1;
  float: left;
  margin: 0;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .product-price-related .price-excluding-tax span {
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container {
  display: block;
  min-height: 1px!important;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container input {
  position: absolute;
  opacity: 0;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container input + label {
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container input + label.fa-pull-left {
  margin-right: .3em;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container input + label.fa-pull-right {
  margin-left: .3em;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container input + label.pull-left {
  margin-right: .3em;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container input + label.pull-right {
  margin-left: .3em;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container input + label:before {
  border: 1px solid #ccc;
  content: '';
  display: block;
  height: 25px;
  line-height: inherit;
  margin-right: 10px;
  position: relative;
  top: -4px;
  width: 25px;
}
.product-view .product-options-addtocart .block-related .block-content .mini-products-list .item .checkbox-container input:checked + label:before {
  content: "\f00c";
  color: green;
  text-align: center;
  line-height: 25px;
}
.product-view .product-options-addtocart .block-cross-sells,
.product-view .product-options-addtocart .block-up-sells {
  background: #e9e9e9;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  overflow: auto;
}
.product-view .product-options-addtocart .block-cross-sells .products-grid,
.product-view .product-options-addtocart .block-up-sells .products-grid {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-view .product-options-addtocart .block-cross-sells .products-grid .product-info,
.product-view .product-options-addtocart .block-up-sells .products-grid .product-info,
.product-view .product-options-addtocart .block-cross-sells .products-list .product-info,
.product-view .product-options-addtocart .block-up-sells .products-list .product-info {
  min-height: 90px;
}
.product-view .product-options-addtocart .block-cross-sells .products-grid .actions,
.product-view .product-options-addtocart .block-up-sells .products-grid .actions {
  position: static;
}
.product-view .product-options-addtocart .block-cross-sells .product-crossell-name,
.product-view .product-options-addtocart .block-up-sells .product-crossell-name {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.product-view .product-options-addtocart .block-cross-sells .block-content,
.product-view .product-options-addtocart .block-up-sells .block-content {
  padding: 0 10px 10px;
  float: left;
  width: 100%;
}
.product-view .product-options-addtocart .block-cross-sells .block-title,
.product-view .product-options-addtocart .block-up-sells .block-title {
  padding: 0;
}
.product-view .product-options-addtocart .block-cross-sells .block-title .h2,
.product-view .product-options-addtocart .block-up-sells .block-title .h2,
.product-view .product-options-addtocart .block-cross-sells .block-title h2,
.product-view .product-options-addtocart .block-up-sells .block-title h2 {
  padding: 30px 20px 0 20px;
  text-align: left;
  margin: 0 0 10px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}
.product-view .product-options-addtocart .block-cross-sells .block-title .h2 span,
.product-view .product-options-addtocart .block-up-sells .block-title .h2 span,
.product-view .product-options-addtocart .block-cross-sells .block-title h2 span,
.product-view .product-options-addtocart .block-up-sells .block-title h2 span {
  color: #333333;
  text-transform: uppercase;
}
.product-view .product-options-addtocart .block-cross-sells .block-title .h2 span.fa,
.product-view .product-options-addtocart .block-up-sells .block-title .h2 span.fa,
.product-view .product-options-addtocart .block-cross-sells .block-title h2 span.fa,
.product-view .product-options-addtocart .block-up-sells .block-title h2 span.fa {
  user-select: none;
  float: right;
  font-size: 20px;
  padding: 0 5px;
  cursor: pointer;
  font-weight: bold;
}
.product-view .product-options-addtocart .block-cross-sells .block-title .h2 span.fa.disabled,
.product-view .product-options-addtocart .block-up-sells .block-title .h2 span.fa.disabled,
.product-view .product-options-addtocart .block-cross-sells .block-title h2 span.fa.disabled,
.product-view .product-options-addtocart .block-up-sells .block-title h2 span.fa.disabled {
  opacity: 0.5;
  cursor: default;
}
.product-view .product-options-addtocart .block-cross-sells .block-title .h2 span.fa.fa-angle-right,
.product-view .product-options-addtocart .block-up-sells .block-title .h2 span.fa.fa-angle-right,
.product-view .product-options-addtocart .block-cross-sells .block-title h2 span.fa.fa-angle-right,
.product-view .product-options-addtocart .block-up-sells .block-title h2 span.fa.fa-angle-right {
  padding-right: 0;
}
.product-view .product-options-addtocart .block-cross-sells .item,
.product-view .product-options-addtocart .block-up-sells .item {
  width: 50%;
  float: left;
  padding: 10px;
  margin: 0 !important;
  box-sizing: border-box;
  background: none;
}
.product-view .product-options-addtocart .block-cross-sells .item::after,
.product-view .product-options-addtocart .block-up-sells .item::after {
  display: none;
}
.product-view .product-options-addtocart .block-cross-sells .item .item-container,
.product-view .product-options-addtocart .block-up-sells .item .item-container {
  padding: 5px;
  background: #fff;
}
.product-view .product-options-addtocart .block-cross-sells .item .item-container::after,
.product-view .product-options-addtocart .block-up-sells .item .item-container::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 10px;
  background: url(https://www.pittman.ie/skin/frontend/pittman/default/images/bottom-shadow.png) no-repeat;
  background-size: 100% 100%;
  border-top: 1px solid #eee;
}
.product-view .product-options-addtocart .block-cross-sells .product,
.product-view .product-options-addtocart .block-up-sells .product {
  margin: 0;
  display: block;
  width: 100%;
}
.product-view .product-options-addtocart .block-cross-sells .product .product-image,
.product-view .product-options-addtocart .block-up-sells .product .product-image {
  border: none;
  margin: 0;
}
.product-view .product-options-addtocart .block-cross-sells .product .product-image:hover,
.product-view .product-options-addtocart .block-up-sells .product .product-image:hover {
  border: none;
}
.product-view .product-options-addtocart .block-cross-sells .product .product-name,
.product-view .product-options-addtocart .block-up-sells .product .product-name {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 14px;
  text-transform: inherit;
  color: #333333;
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}
.product-view .product-options-addtocart .block-cross-sells .product-details,
.product-view .product-options-addtocart .block-up-sells .product-details {
  margin: 0;
  padding: 0;
  display: block;
}
.product-view .product-options-addtocart .block-cross-sells .button,
.product-view .product-options-addtocart .block-up-sells .button {
  display: block;
  text-align: center;
  width: 100%;
}
.product-view .product-options-addtocart .block-cross-sells .button .checkbox,
.product-view .product-options-addtocart .block-up-sells .button .checkbox {
  display: inline-block;
  margin: 5px 0;
  float: none;
}
.product-view .product-options-addtocart .block-cross-sells .button label,
.product-view .product-options-addtocart .block-up-sells .button label {
  display: inline-block;
}
.product-view .product-options-addtocart .block-cross-sells .price-including-tax,
.product-view .product-options-addtocart .block-up-sells .price-including-tax {
  display: none;
}
.product-view .product-options-addtocart .block-cross-sells .price-excluding-tax,
.product-view .product-options-addtocart .block-up-sells .price-excluding-tax {
  clear: both;
  float: left;
  font-style: normal;
  opacity: 1;
  margin-bottom: 20px;
}
.product-view .product-options-addtocart .block-cross-sells .price-excluding-tax span,
.product-view .product-options-addtocart .block-up-sells .price-excluding-tax span {
  color: #333333;
}
.product-view .product-options-addtocart .block-cross-sells .products-grid > li:nth-child(3n+1),
.product-view .product-options-addtocart .block-up-sells .products-grid > li:nth-child(3n+1) {
  clear: none;
}
.product-view .product-options-addtocart .block-cross-sells .products-grid > li:nth-child(3n),
.product-view .product-options-addtocart .block-up-sells .products-grid > li:nth-child(3n) {
  margin-right: 2%;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container {
  overflow: auto;
  padding: 15px 15px 5px;
  background: #e8e8e8;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info {
  width: 45%;
  float: left;
  box-sizing: border-box;
  clear: none;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-box {
  margin: 7px 0 0;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-box .price-on-application {
  font-size: 18px;
  margin: 0px 0px 15px;
  display: block;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-excluding-tax {
  clear: both;
  display: block;
  opacity: 1;
  text-align: left;
  float: left;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-excluding-tax span {
  font-style: normal;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-excluding-tax span.price {
  font-size: 25px;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-excluding-tax span.label {
  font-weight: normal;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-including-tax {
  clear: both;
  float: left;
  font-style: normal;
  opacity: 1;
  width: auto;
  padding-top: 5px;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-including-tax span {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-including-tax span.price {
  float: right;
  width: auto;
  padding: 0;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-including-tax span.price:before {
  content: "(";
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-including-tax span.label {
  display: block;
  float: right;
  padding-left: 2px;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-including-tax span.label:after {
  content: " )";
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box {
  width: 55%;
  float: right;
  box-sizing: border-box;
  clear: none;
  margin: 7px 0 0;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart {
  padding: 0;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .qty-wrapper {
  width: 18%;
  margin: 0;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .qty-wrapper label {
  display: none;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .qty-wrapper input {
  border: none;
  height: 45px;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .qty-wrapper #stock-qty {
  padding: 0;
  margin-top: -22px;
  background: none;
  border: none;
  position: absolute;
  font-weight: bold;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .qty-wrapper #stock-qty i {
  color: green;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .qty-wrapper #stock-qty span {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .add-to-cart-buttons {
  float: left;
  width: 82%;
}
.product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .add-to-cart-buttons button {
  line-height: 45px;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper {
  padding: 0;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .product-info {
  display: none !important;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .add-to-box {
  background: #e8e8e8;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons {
  width: 100%;
  padding: 15px 15px 12px;
  margin: 0;
  float: none;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons button {
  float: none;
  margin: 0;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper {
  border: none;
  padding: 0;
  margin: 0;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper thead th {
  text-transform: none;
  font-size: 12px;
  background-color: white;
  border: none;
  padding-top: 0;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper thead th:last-child {
  text-align: right;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper tr:last-child td {
  border: none;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td {
  background-color: #f3f3f3;
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.name {
  width: 65%;
  padding-right: 20px;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.name .name-wrapper {
  text-transform: none;
  font-size: 12px;
  color: #333333;
  line-height: 10px;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.name .name-wrapper span {
  vertical-align: top;
  line-height: 18px;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.grouped-price {
  min-width: auto !important;
  width: 30%;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.grouped-price .price-box {
  margin: 0;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.grouped-price .price-excluding-tax {
  clear: both;
  display: block !important;
  opacity: 1;
  text-align: left;
  float: left !important;
  width: auto !important;
  margin: 0 !important;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.grouped-price .price-excluding-tax span {
  width: auto !important;
  font-style: normal;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.grouped-price .price-including-tax {
  clear: both;
  display: block !important;
  opacity: 1;
  text-align: left;
  float: left !important;
  width: auto !important;
  margin: 0 !important;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.grouped-price .price-including-tax span {
  display: block;
  float: right;
  line-height: 18px !important;
  width: auto;
  font-style: italic;
  font-weight: normal;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.grouped-price .price-including-tax span.label {
  font-size: 12px;
  margin-left: 5px;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.grouped-price .price-on-application {
  float: left;
  text-align: left;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.qty {
  width: 15%;
  text-align: right;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.qty .qty-wrapper {
  padding: 0;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.qty .qty-wrapper input {
  border: none;
  border-top: 3px solid #e0e0e0;
  border-left: 3px solid #e0e0e0;
  color: #333333;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.tier-prices-row {
  text-align: right;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.tier-prices-row .tier-prices-wrapper {
  display: inline-block;
  text-align: left;
}
.product-view.product-type-grouped .product-options-addtocart .add-to-cart-wrapper .grouped-items-table-wrapper td.tier-prices-row .tier-prices-wrapper ul.tier-prices {
  margin-top: 0px;
}
.product-view.product-type-configurable .product-options-addtocart .add-to-cart-wrapper {
  display: block;
  padding: 0;
}
.product-view.product-type-configurable .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container {
  display: none;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer {
  display: block;
  width: 100%;
  background: #f3f3f3;
  padding: 0;
  float: left;
  position: relative;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options {
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px;
  float: left;
  border: none;
  margin: 0;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options dl {
  margin: 0;
  padding: 0;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options dt {
  clear: both;
  margin: 0;
  float: left;
  width: 33%;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options dd {
  clear: right;
  float: right;
  width: 60%;
  border: none;
  display: block;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options dd select {
  width: 100%;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options label {
  font-size: 14px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 9px;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options p.required {
  display: none;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom {
  overflow: auto;
  padding: 15px 15px 5px;
  background: #e8e8e8;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-box {
  margin: 7px 0 0;
  width: 45%;
  float: left;
  box-sizing: border-box;
  clear: none;
  display: block;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-box > .label {
  display: block;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-excluding-tax {
  clear: both;
  display: block;
  opacity: 1;
  text-align: left;
  float: left;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-excluding-tax span {
  font-style: normal;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-excluding-tax span.price {
  font-size: 25px;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-excluding-tax span.label {
  font-weight: normal;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-including-tax {
  clear: both;
  float: left;
  font-style: normal;
  opacity: 1;
  width: auto;
  padding-top: 5px;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-including-tax span {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-including-tax span.price {
  float: right;
  width: auto;
  padding: 0;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-including-tax span.price:before {
  content: "(";
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-including-tax span.label {
  display: block;
  float: right;
  padding-left: 2px;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .price-including-tax span.label:after {
  content: " )";
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart {
  width: 55%;
  float: right;
  box-sizing: border-box;
  clear: none;
  margin: 7px 0 0;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart .qty-wrapper {
  width: 18%;
  margin: 0;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart .qty-wrapper label {
  display: none;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart .qty-wrapper input {
  border: none;
  height: 45px;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart .qty-wrapper #stock-qty {
  padding: 0;
  margin-top: -22px;
  background: none;
  border: none;
  position: absolute;
  font-weight: bold;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart .qty-wrapper #stock-qty i {
  color: green;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart .qty-wrapper #stock-qty span {
  font-size: 12px;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart .add-to-cart-buttons {
  float: left;
  width: 82%;
}
.product-view.product-type-configurable .product-options-addtocart .options-outer .product-options-bottom .add-to-cart .add-to-cart-buttons button {
  line-height: 45px;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1,
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #333333;
}
.box-collateral {
  background: #e9e9e9;
  width: 100%;
  padding: 20px 15px;
  margin: 20px -15px 0;
  overflow: auto;
  box-sizing: initial;
}
.box-collateral .products-grid .product-info,
.box-collateral .products-list .product-info {
  min-height: 90px;
}
.box-collateral .products-grid .actions {
  position: static;
}
.box-collateral .product-crossell-name {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.box-collateral .block-content {
  padding: 0 10px 10px;
  float: left;
  width: 100%;
}
.box-collateral h2 {
  padding: 10px 20px;
  text-align: center;
  margin: 0 0 10px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}
.box-collateral h2 span {
  color: #333333;
  text-transform: uppercase;
}
.box-collateral .item {
  width: 16%;
  margin: 2%;
  float: left;
  background: #fff;
  padding: 5px;
}
.box-collateral .product {
  margin: 0;
  display: block;
  width: 100%;
}
.box-collateral .product .product-image {
  border: none;
  margin: 0;
}
.box-collateral .product .product-image:hover {
  border: none;
}
.box-collateral .product .product-name {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 14px;
  text-transform: inherit;
  color: #333333;
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}
.box-collateral .product-details {
  margin: 0;
  padding: 0;
  display: block;
}
.box-collateral .button {
  display: block;
  text-align: center;
  width: 100%;
}
.box-collateral .button .checkbox {
  display: inline-block;
  margin: 5px 0;
  float: none;
}
.box-collateral .button label {
  display: inline-block;
}
.box-collateral .price-box {
  overflow: auto;
  padding-bottom: 15px;
}
.box-collateral .price-including-tax {
  display: none;
}
.box-collateral .price-excluding-tax {
  clear: both;
  float: left;
  font-style: normal;
  opacity: 1;
}
.box-collateral .price-excluding-tax span {
  color: #333333;
}
.box-collateral .products-grid > li:nth-child(3n+1) {
  clear: none;
}
.box-collateral .products-grid > li:nth-child(3n) {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .product-view .product-img-box {
    width: 100%;
  }
  .product-view .product-shop {
    width: 100%;
  }
  .product-view .product-options-addtocart {
    width: 100%;
  }
  .box-collateral .item {
    width: 46%;
  }
}
@media screen and (max-width: 940px) {
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info {
    padding-right: 5px;
  }
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box {
    clear: both;
  }
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .qty-wrapper .qty,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-cart .qty-wrapper .qty {
    display: block;
  }
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-excluding-tax,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-cart .price-excluding-tax,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-including-tax,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-cart .price-including-tax {
    float: none;
  }
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-box .price-including-tax .price,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart {
    padding: 0;
  }
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-box .price-including-tax .price .qty-wrapper,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .qty-wrapper,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-box .price-including-tax .price .add-to-cart-buttons,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .add-to-cart-buttons {
    display: inline-block;
  }
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box,
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .add-to-box .add-to-cart .qty-wrapper input {
    width: 100%;
  }
  .product-view.product-type-simple .product-options-addtocart .add-to-cart-wrapper .add-to-cart-container .price-info .price-box .price-including-tax {
    overflow: auto;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view #nosto-page-product2 .nosto-product-list li {
    width: 48%;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-view #nosto-page-product2 .nosto-product-list li {
    width: 31%;
  }
}
.checkout-cart-index #header #header-search {
  display: none;
}
.checkout-cart-index #header .logo {
  width: 100%;
  margin: 40px 0 40px;
  text-align: center;
}
.checkout-cart-index #header .logo img {
  margin: 0 auto;
}
.checkout-cart-index .header-language-background {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.checkout-cart-index .footer-container #footer-left address {
  display: inline-block;
  width: auto;
  padding: 20px 0 0;
}
.checkout-cart-index .footer-container #footer-left .paymentcart-icon {
  display: inline-block;
  width: auto;
  margin: 0;
  padding-left: 50px;
  padding-top: 7px;
  position: relative;
  top: 7px;
}
.checkout-cart-index .footer-container #footer-right {
  margin-bottom: 5px;
}
.checkout-cart-index .footer-container #footer-right .social-links {
  display: none;
}
.checkout-cart-index .footer-container .footer::after {
  display: none;
}
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
}
.checkout-onepage-index .page-title,
.cart .page-title {
  border-bottom: 0;
  margin: 10px 0;
}
.checkout-onepage-index .page-title h1,
.cart .page-title h1 {
  border-bottom: 0;
  text-transform: uppercase;
  margin: 0;
}
#alert-no-cart-items .fa {
  margin-right: 5px;
}
#alert-no-cart-items a {
  color: #31708f;
  text-decoration: underline;
}
.cart-table .product-cart-actions .btn-update {
  background: #3c3c3c !important;
  color: #fff !important;
  float: right;
  margin: 0 0 0 5px;
  padding: 5px;
}
.cart-table .product-cart-actions .btn-update span {
  color: #fff !important;
}
.cart-table .product-cart-actions .btn-update:hover,
.cart-table .product-cart-actions .btn-update:active,
.cart-table .product-cart-actions .btn-update:focus {
  background: #565656 !important;
  color: #fff !important;
}
.cart-table .product-cart-actions .btn-update:hover .fa,
.cart-table .product-cart-actions .btn-update:active .fa,
.cart-table .product-cart-actions .btn-update:focus .fa,
.cart-table .product-cart-actions .btn-update:hover span,
.cart-table .product-cart-actions .btn-update:active span,
.cart-table .product-cart-actions .btn-update:focus span {
  color: #fff !important;
}
.cart-table .product-cart-sku {
  font-style: normal;
  margin-top: 0;
}
.cart-table .product-cart-sku .label {
  padding-left: 0;
}
.cart-table span.or {
  font-family: 'Exo', sans-serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 12px;
}
.cart-table .btn-remove {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  width: 20px;
  height: 20px;
  font-size: 20px;
  overflow: hidden;
}
.cart-table .btn-remove.fa-pull-left {
  margin-right: .3em;
}
.cart-table .btn-remove.fa-pull-right {
  margin-left: .3em;
}
.cart-table .btn-remove.pull-left {
  margin-right: .3em;
}
.cart-table .btn-remove.pull-right {
  margin-left: .3em;
}
.cart-table .btn-remove:before {
  content: "\f00d";
  color: #c1c1c1;
}
.cart-table .btn-remove:hover,
.cart-table .btn-remove:focus {
  color: transparent;
}
.cart-table .btn-remove:hover:before,
.cart-table .btn-remove:focus:before {
  color: #818181;
}
.cart-table .cart-footer-actions {
  padding-left: 0;
}
.cart-table .cart-footer-actions #empty_cart_button {
  background: none;
}
.cart-table .cart-footer-actions #empty_cart_button span {
  color: #3c3c3c;
  text-transform: none;
}
.checkout-cart-index .button2,
.qquoteadv-index-index .button2 {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
  color: #fff;
}
.checkout-cart-index .button2:focus,
.qquoteadv-index-index .button2:focus,
.checkout-cart-index .button2.focus,
.qquoteadv-index-index .button2.focus {
  color: #fff;
  background-color: #232323;
  border-color: #000000;
}
.checkout-cart-index .button2:hover,
.qquoteadv-index-index .button2:hover {
  color: #fff;
  background-color: #232323;
  border-color: #1d1d1d;
}
.checkout-cart-index .button2:active,
.qquoteadv-index-index .button2:active,
.checkout-cart-index .button2.active,
.qquoteadv-index-index .button2.active,
.open > .dropdown-toggle.checkout-cart-index .button2,
.open > .dropdown-toggle.qquoteadv-index-index .button2 {
  color: #fff;
  background-color: #232323;
  border-color: #1d1d1d;
}
.checkout-cart-index .button2:active:hover,
.qquoteadv-index-index .button2:active:hover,
.checkout-cart-index .button2.active:hover,
.qquoteadv-index-index .button2.active:hover,
.open > .dropdown-toggle.checkout-cart-index .button2:hover,
.open > .dropdown-toggle.qquoteadv-index-index .button2:hover,
.checkout-cart-index .button2:active:focus,
.qquoteadv-index-index .button2:active:focus,
.checkout-cart-index .button2.active:focus,
.qquoteadv-index-index .button2.active:focus,
.open > .dropdown-toggle.checkout-cart-index .button2:focus,
.open > .dropdown-toggle.qquoteadv-index-index .button2:focus,
.checkout-cart-index .button2:active.focus,
.qquoteadv-index-index .button2:active.focus,
.checkout-cart-index .button2.active.focus,
.qquoteadv-index-index .button2.active.focus,
.open > .dropdown-toggle.checkout-cart-index .button2.focus,
.open > .dropdown-toggle.qquoteadv-index-index .button2.focus {
  color: #fff;
  background-color: #111111;
  border-color: #000000;
}
.checkout-cart-index .button2:active,
.qquoteadv-index-index .button2:active,
.checkout-cart-index .button2.active,
.qquoteadv-index-index .button2.active,
.open > .dropdown-toggle.checkout-cart-index .button2,
.open > .dropdown-toggle.qquoteadv-index-index .button2 {
  background-image: none;
}
.checkout-cart-index .button2.disabled:hover,
.qquoteadv-index-index .button2.disabled:hover,
.checkout-cart-index .button2[disabled]:hover,
.qquoteadv-index-index .button2[disabled]:hover,
fieldset[disabled] .checkout-cart-index .button2:hover,
fieldset[disabled] .qquoteadv-index-index .button2:hover,
.checkout-cart-index .button2.disabled:focus,
.qquoteadv-index-index .button2.disabled:focus,
.checkout-cart-index .button2[disabled]:focus,
.qquoteadv-index-index .button2[disabled]:focus,
fieldset[disabled] .checkout-cart-index .button2:focus,
fieldset[disabled] .qquoteadv-index-index .button2:focus,
.checkout-cart-index .button2.disabled.focus,
.qquoteadv-index-index .button2.disabled.focus,
.checkout-cart-index .button2[disabled].focus,
.qquoteadv-index-index .button2[disabled].focus,
fieldset[disabled] .checkout-cart-index .button2.focus,
fieldset[disabled] .qquoteadv-index-index .button2.focus {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.checkout-cart-index .button2 .badge,
.qquoteadv-index-index .button2 .badge {
  color: #3c3c3c;
  background-color: #fff;
}
.checkout-cart-index .button2 span,
.qquoteadv-index-index .button2 span {
  color: #fff;
  text-decoration: none;
}
.checkout-cart-index .button2:hover,
.qquoteadv-index-index .button2:hover,
.checkout-cart-index .button2:focus,
.qquoteadv-index-index .button2:focus,
.checkout-cart-index .button2:active,
.qquoteadv-index-index .button2:active {
  outline: none !important;
  box-shadow: none !important;
}
.checkout-cart-index .button2:hover span,
.qquoteadv-index-index .button2:hover span,
.checkout-cart-index .button2:focus span,
.qquoteadv-index-index .button2:focus span,
.checkout-cart-index .button2:active span,
.qquoteadv-index-index .button2:active span {
  color: #fff;
}
#discount-coupon-form .input-text {
  width: 240px;
}
#shopping-cart-secure-logos {
  clear: both;
}
#shopping-cart-secure-logos img {
  margin: 0 auto;
  width: 80%;
}
#shipping-zip-form:before,
#shipping-zip-form:after {
  content: " ";
  display: table;
}
#shipping-zip-form:after {
  clear: both;
}
#shipping-zip-form:before,
#shipping-zip-form:after {
  content: " ";
  display: table;
}
#shipping-zip-form:after {
  clear: both;
}
#shipping-zip-form .form-list {
  padding: 0 !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #shipping-zip-form .form-list {
    float: left;
    width: 75%;
  }
}
#shipping-zip-form .form-list .shipping-country {
  float: left;
  width: 60%;
}
#shipping-zip-form .form-list .shipping-postcode {
  float: right;
  width: 30%;
}
#shipping-zip-form .buttons-set {
  clear: none;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  #shipping-zip-form .buttons-set {
    float: left;
    width: 25%;
  }
}
#shipping-zip-form .buttons-set .button2 {
  margin-top: 30px;
}
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  border: none;
  background: #f1f1f1;
}
.cart-totals-wrapper #header-callouts li {
  border: none;
}
.cart-totals-wrapper #header-callouts li .fa {
  margin-top: 0;
}
.shipping .form-list .shipping-region {
  width: 60%;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: right;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  background: none;
  border: none;
}
@media (max-width: 1199px) {
  .cart-table span.or {
    display: none;
  }
  #discount-coupon-form .input-text {
    width: 190px;
  }
}
@media (max-width: 991px) {
  #shipping-zip-form .form-list {
    padding: 0;
  }
  #shipping-zip-form .buttons-set {
    clear: both;
  }
  #shipping-zip-form .buttons-set .button2 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #shipping-zip-form:before,
  #shipping-zip-form:after {
    content: " ";
    display: table;
  }
  #shipping-zip-form:after {
    clear: both;
  }
  #shipping-zip-form:before,
  #shipping-zip-form:after {
    content: " ";
    display: table;
  }
  #shipping-zip-form:after {
    clear: both;
  }
  #shipping-zip-form .form-list .shipping-country,
  #shipping-zip-form .form-list .shipping-postcode {
    float: none;
    width: auto;
  }
}
@media (max-width: 992px) {
  .checkout-cart-index #header .logo {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    max-width: 100%;
  }
  .checkout-cart-index #header .logo img {
    margin: 20px auto;
    width: 70%;
    max-width: 300px;
  }
  .checkout-cart-index .footer-container #footer-left address {
    padding: 20px 0 0;
    margin: 0;
    display: block;
    width: 100%;
  }
  .checkout-cart-index .footer-container #footer-left .paymentcart-icon {
    padding-left: 0;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index #header {
    margin-top: 58px;
  }
  .checkout-cart-index .footer-container #footer-left address {
    padding: 20px 0 30px;
    margin: 0 auto;
  }
}
.checkout-onepage-index #header {
  min-height: auto;
}
.checkout-onepage-index #header #header-search {
  display: none;
}
.checkout-onepage-index #header .logo {
  width: 100%;
  margin: 40px 0 40px;
  text-align: center;
}
.checkout-onepage-index #header .logo img {
  margin: 0 auto;
}
.checkout-onepage-index .header-language-background {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.checkout-onepage-index .footer-container #footer-left address {
  display: inline-block;
  width: auto;
  padding: 20px 0 0;
}
.checkout-onepage-index .footer-container #footer-left .paymentcart-icon {
  display: inline-block;
  width: auto;
  margin: 0;
  padding-left: 50px;
  padding-top: 7px;
  position: relative;
  top: 7px;
}
.checkout-onepage-index .footer-container #footer-right {
  margin-bottom: 5px;
}
.checkout-onepage-index .footer-container #footer-right .social-links {
  display: none;
}
.checkout-onepage-index .footer-container .footer::after {
  display: none;
}
.checkout-onepage-index #checkout-step-shipping .amorderattrs {
  display: none;
}
.checkout-onepage-index .amorderattrs .fields .input-box {
  margin-right: 1%;
}
.checkout-onepage-index .amorderattrs .fields .input-box .field-row label {
  font-size: 12px !important;
  opacity: 0.75;
}
.opc .fields .field {
  padding-left: 0px;
}
.checkout-onepage-success.opc-has-progressed-from-login .opc p.required,
.checkout-onepage-index.opc-has-progressed-from-login .opc p.required {
  display: none;
}
.checkout-onepage-success.opc-has-progressed-from-login .opc .field label p.required,
.checkout-onepage-index.opc-has-progressed-from-login .opc .field label p.required,
.checkout-onepage-success.opc-has-progressed-from-login .opc .wide label p.required,
.checkout-onepage-index.opc-has-progressed-from-login .opc .wide label p.required {
  display: none;
}
.checkout-onepage-success.opc-has-progressed-from-login .opc .input-box,
.checkout-onepage-index.opc-has-progressed-from-login .opc .input-box {
  padding-top: 27px!important;
  padding-bottom: 8px!important;
}
.checkout-onepage-success.opc-has-progressed-from-login .opc .field.simple-focus .input-box,
.checkout-onepage-index.opc-has-progressed-from-login .opc .field.simple-focus .input-box,
.checkout-onepage-success.opc-has-progressed-from-login .opc .wide.simple-focus .input-box,
.checkout-onepage-index.opc-has-progressed-from-login .opc .wide.simple-focus .input-box {
  box-shadow: 0 0 0 1px #aaa;
}
.checkout-onepage-success.opc-has-progressed-from-login .opc .control label,
.checkout-onepage-index.opc-has-progressed-from-login .opc .control label {
  box-shadow: none!important;
}
.opc-has-progressed-from-login .opc .validation-advice {
  color: #a94442 !important;
  font-size: 13px!important;
  position: relative!important;
  padding-left: 20px;
}
.opc .section .step-title {
  background: #e9e9e9;
  border-top: 1px solid #fff;
  text-transform: uppercase!important;
}
.opc .section .step-title .number,
.opc .section .step-title h2,
.opc .section .step-title a {
  color: #3c3c3c !important;
}
.opc .section .step-title h2 {
  padding: 0px 15px;
}
.opc .section .step-title .number {
  background: none !important;
}
.opc .section.active .step-title {
  background: #f9d915;
}
.opc .section.active .step-title .number,
.opc .section.active .step-title h2,
.opc .section.active .step-title a {
  color: #3c3c3c !important;
}
#co-shipping-method-form .buttons-set .button,
#checkoutSteps .button {
  background: #F99915;
  color: #3c3c3c;
  margin-bottom: 5px;
}
#co-shipping-method-form .buttons-set .button span,
#checkoutSteps .button span {
  color: #3c3c3c;
}
#co-shipping-method-form .buttons-set .button:hover,
#checkoutSteps .button:hover,
#co-shipping-method-form .buttons-set .button:active,
#checkoutSteps .button:active,
#co-shipping-method-form .buttons-set .button:focus,
#checkoutSteps .button:focus {
  outline: none!important;
  background: #fbba60;
  color: #3c3c3c !important;
}
#co-shipping-method-form .buttons-set .button:hover .fa,
#checkoutSteps .button:hover .fa,
#co-shipping-method-form .buttons-set .button:active .fa,
#checkoutSteps .button:active .fa,
#co-shipping-method-form .buttons-set .button:focus .fa,
#checkoutSteps .button:focus .fa,
#co-shipping-method-form .buttons-set .button:hover span,
#checkoutSteps .button:hover span,
#co-shipping-method-form .buttons-set .button:active span,
#checkoutSteps .button:active span,
#co-shipping-method-form .buttons-set .button:focus span,
#checkoutSteps .button:focus span {
  color: #3c3c3c;
}
#co-shipping-method-form .buttons-set .button span,
#checkoutSteps .button span {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}
.opc .buttons-set .back-link {
  float: left;
}
.opc .buttons-set button.button {
  float: right;
}
.sp-methods .form-list {
  padding-left: 0;
}
.sp-methods dt label {
  background: none;
  padding-bottom: 0;
  padding-top: 0;
  width: auto;
  min-width: 200px;
}
#payment_form_realex #realex_cc_cid {
  padding: 6px 8px;
}
#payment_form_realex .input-box {
  box-shadow: none;
  padding-bottom: 0px!important;
  padding-top: 10px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
#payment_form_realex .input-box .input-text,
#payment_form_realex .input-box .required-entry {
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1.5em;
}
#realex-expiration-wrapper,
#realex-cvv-wrapper {
  float: left;
  width: 50%;
}
.checkout-onepage-index .sidebar #checkout-review-submit {
  display: none;
}
.checkout-onepage-index #checkout-review-table-wrapper h4 {
  background: #e9e9e9;
  display: block;
  font-size: 14px;
  padding: 8px 15px;
}
.checkout-onepage-index #review-buttons-container a {
  font-weight: bold;
}
#checkout-progress-wrapper {
  margin-top: 50px;
}
#checkout-progress-wrapper .block-progress {
  border-left: 0;
}
#checkout-progress-wrapper .block-progress .block-title {
  background: #e9e9e9;
  margin-bottom: 0;
}
#checkout-progress-wrapper .block-progress .block-title strong {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  text-transform: uppercase;
}
#checkout-progress-wrapper .block-progress .block-content {
  padding: 5px 0 0;
  margin-top: 0;
  background: #f7f7f7;
}
#checkout-progress-wrapper .block-progress .block-content div {
  border-bottom: 1px solid #f1f1f1;
  padding: 0 15px;
}
#checkout-progress-wrapper .block-progress .block-content dt {
  color: #3c3c3c;
}
#checkout-progress-wrapper #checkout-icons {
  margin: 20px 0;
}
#checkout-progress-wrapper #checkout-icons img {
  margin: 0 auto;
}
#checkout-progress-wrapper #checkout-help {
  margin: 20px 0 20px;
}
#checkout-progress-wrapper #checkout-help .block-content p {
  font-size: 16px;
  margin: 10px 15px 0;
}
#checkout-progress-wrapper #checkout-help .block-content p .fa {
  margin-right: 10px;
}
#checkout-progress-wrapper #shopping-cart-secure-logos {
  clear: both;
}
#checkout-progress-wrapper #shopping-cart-secure-logos img {
  margin: 0 auto;
  width: 100%;
}
.checkout-onepage-success .main {
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
}
.checkout-onepage-success .page-title h1 {
  border-bottom: 0;
  margin: 20px 0;
}
.checkout-onepage-success .alert {
  display: inline-block;
  margin: 0 auto 20px;
}
.checkout-onepage-success .alert h2 {
  color: #3c763d;
}
.checkout-onepage-success .alert a {
  color: #4d984e;
}
.checkout-onepage-success #checkout-create-account {
  border: 1px solid #ccc;
  padding: 15px;
}
/* input.validation-failed ~ */
div.validation-advice {
  padding-bottom: 10px;
}
@media screen and (max-width: 979px) {
  .checkout-onepage-index .col2-right-layout .col-main {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .opc-has-progressed-from-login .opc .field {
    max-width: 100%;
    width: 100%!important;
  }
  #checkout-progress-wrapper {
    display: none!important;
  }
  .checkout-onepage-index .opc #realex-expiration-wrapper,
  .checkout-onepage-index .opc #realex-cvv-wrapper {
    float: none;
    width: 100%;
  }
  #realex_expiration {
    width: 100%!important;
  }
}
@media (max-width: 992px) {
  .checkout-onepage-index #header .logo {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    max-width: 100%;
  }
  .checkout-onepage-index #header .logo img {
    margin: 20px auto;
    width: 70%;
    max-width: 300px;
  }
  .checkout-onepage-index .footer-container #footer-left address {
    padding: 20px 0 0;
    margin: 0;
    display: block;
    width: 100%;
  }
  .checkout-onepage-index .footer-container #footer-left .paymentcart-icon {
    padding-left: 0;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .btn-white-with-border {
    width: 100%;
  }
  .checkout-cart-index #header {
    margin-top: 58px;
  }
  .checkout-onepage-index .footer-container #footer-left address {
    padding: 20px 0 30px;
    margin: 0 auto;
  }
  #checkout-review-table thead > tr > th {
    display: table-cell;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: table-cell;
  }
  #checkout-review-table tbody > tr > td {
    display: table-cell;
  }
  .opc .buttons-set button.button {
    margin-right: 0;
  }
}
.opc-has-progressed-from-login .opc #opc-billing #checkout-step-billing #co-billing-form .control label {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.account-login .col2-set .content {
  min-height: 240px;
  height: 240px;
}
.account-login .col2-set .col-1.new-users {
  padding-right: 15px;
}
.account-login .col2-set .buttons-set {
  border-top: 1px solid #eee;
}
.customer-account-forgotpassword .main-container form,
.customer-account .my-account form,
.customer-account-create .account-create {
  border: 1px solid #ededed;
  padding: 15px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.customer-account-forgotpassword .main-container form .fieldset:first-child h2.legend,
.customer-account .my-account form .fieldset:first-child h2.legend,
.customer-account-create .account-create .fieldset:first-child h2.legend,
.customer-account-forgotpassword .main-container form .page-title,
.customer-account .my-account form .page-title,
.customer-account-create .account-create .page-title {
  background: #fff;
  border: 1px solid #ededed;
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
  top: -40px;
  width: auto!important;
}
.customer-account-forgotpassword .main-container form .fieldset:first-child h2.legend h1,
.customer-account .my-account form .fieldset:first-child h2.legend h1,
.customer-account-create .account-create .fieldset:first-child h2.legend h1,
.customer-account-forgotpassword .main-container form .page-title h1,
.customer-account .my-account form .page-title h1,
.customer-account-create .account-create .page-title h1 {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 400;
  border-bottom: 0;
  margin-bottom: 0;
}
.customer-account-create .account-create .fieldset,
.customer-account .my-account .fieldset,
.customer-account-create .account-create .buttons-set,
.customer-account .my-account .buttons-set {
  margin-left: 0;
  width: 100%;
}
.customer-account-create .account-create .buttons-set,
.customer-account .my-account .buttons-set {
  max-width: none;
}
.customer-account-create .account-create p.required,
.customer-account .my-account p.required {
  display: none;
}
.customer-account .my-account .fieldset {
  margin-top: 0!important;
}
.my-account .page-title {
  margin-top: 20px;
  padding-bottom: 10px;
}
.customer-account-forgotpassword .page-title h1 {
  border-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.customer-account-forgotpassword .main-container form {
  margin-top: 50px;
}
.customer-account-forgotpassword .main-container form .buttons-set,
.customer-account-forgotpassword .main-container form .fieldset {
  max-width: 100%;
}
.customer-account-forgotpassword .main-container form .form-instructions {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-style: normal;
}
.customer-account-forgotpassword .main-container form h2 {
  background: #fff;
  border: 1px solid #ededed;
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
  top: -40px;
  width: auto !important;
}
.customer-account-forgotpassword .main-container form .buttons-set {
  border-top: 0px;
}
.customer-account-resetpassword .page-title h1 {
  border-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.customer-account-resetpassword form .fieldset {
  margin-top: 0!important;
  padding-top: 0;
}
.customer-account-resetpassword form .field {
  padding-left: 0!important;
  padding-right: 0!important;
  width: 100%;
}
.customer-account-resetpassword form .buttons-set {
  border-top: 0px;
  margin-bottom: 20px;
  margin-top: 0;
}
.block.block-account .block-title {
  display: none;
  text-transform: uppercase;
}
.block.block-account .block-title strong {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 22px;
}
.block.block-account ul {
  border: 1px solid #ddd;
  padding: 0;
}
.block.block-account ul li:hover,
.block.block-account ul li:active,
.block.block-account ul li:focus,
.block.block-account ul li.current {
  background: #f1f1f1;
}
.block.block-account ul li:hover a strong,
.block.block-account ul li:active a strong,
.block.block-account ul li:focus a strong,
.block.block-account ul li.current a strong,
.block.block-account ul li:hover a,
.block.block-account ul li:active a,
.block.block-account ul li:focus a,
.block.block-account ul li.current a {
  color: #3c3c3c;
  text-decoration: none;
}
.block.block-account ul li {
  margin: 0;
  padding: 10px 15px;
}
.block.block-account ul li a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  border: none;
  float: right;
  color: #c1c1c1;
}
.customer-account-index .my-account .welcome-msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  margin-bottom: 0;
}
.customer-account-index .my-account .welcome-msg h4 {
  margin-top: 0;
  color: inherit;
}
.customer-account-index .my-account .welcome-msg .alert-link {
  font-weight: bold;
}
.customer-account-index .my-account .welcome-msg > p,
.customer-account-index .my-account .welcome-msg > ul {
  margin-bottom: 0;
}
.customer-account-index .my-account .welcome-msg > p + p {
  margin-top: 5px;
}
.customer-account-index .my-account .welcome-msg hr {
  border-top-color: #a6e1ec;
}
.customer-account-index .my-account .welcome-msg .alert-link {
  color: #245269;
}
.customer-account-index p {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6em;
}
.dashboard .box-content a {
  font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}
.data-table.orders th.total,
.data-table.orders th.status {
  min-width: 150px;
}
.data-table.orders tbody td.status em {
  font-style: normal;
}
.data-table.orders tbody td.view {
  text-align: right;
  width: 240px;
}
.data-table.orders tbody td.view a {
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #3c3c3c;
  color: #fff;
}
.data-table.orders tbody td.view a:focus,
.data-table.orders tbody td.view a:active:focus,
.data-table.orders tbody td.view a.active:focus,
.data-table.orders tbody td.view a.focus,
.data-table.orders tbody td.view a:active.focus,
.data-table.orders tbody td.view a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.data-table.orders tbody td.view a:hover,
.data-table.orders tbody td.view a:focus,
.data-table.orders tbody td.view a.focus {
  color: #333;
  text-decoration: none;
}
.data-table.orders tbody td.view a:active,
.data-table.orders tbody td.view a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.data-table.orders tbody td.view a.disabled,
.data-table.orders tbody td.view a[disabled],
fieldset[disabled] .data-table.orders tbody td.view a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
a.data-table.orders tbody td.view a.disabled,
fieldset[disabled] a.data-table.orders tbody td.view a {
  pointer-events: none;
}
.data-table.orders tbody td.view a span {
  color: #fff;
}
.data-table.orders tbody td.view a:hover,
.data-table.orders tbody td.view a:active,
.data-table.orders tbody td.view a:focus {
  background: #565656;
  color: #fff;
}
.data-table.orders tbody td.view a:hover .fa,
.data-table.orders tbody td.view a:active .fa,
.data-table.orders tbody td.view a:focus .fa,
.data-table.orders tbody td.view a:hover span,
.data-table.orders tbody td.view a:active span,
.data-table.orders tbody td.view a:focus span {
  color: #fff;
}
.data-table.orders tbody td.view a.link-invoice {
  clear: both;
  margin-top: 10px;
}
.data-table.orders tbody td.view a.link-invoice .fa {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .block.block-account li a {
    font-size: 12px;
  }
  .block.block-account li a:after {
    display: none;
  }
  .data-table.orders th.total,
  .data-table.orders th.status {
    min-width: 0px;
  }
}
@media only screen and (max-width: 770px) {
  .block.block-account .block-title {
    display: block;
  }
  .block.block-account .block-title strong:after {
    border-left-color: #3c3c3c !important;
  }
}
@media (max-width: 767px) {
  .account-create {
    text-align: center;
  }
  .account-create .page-title {
    margin: 0 auto -40px;
  }
  .account-create p,
  .account-create .buttons-set,
  .account-create li {
    text-align: left;
  }
  .data-table.orders tbody td.view {
    width: auto;
  }
  .data-table.orders tbody td.view a {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 479px) {
  .account-login .col2-set .content {
    min-height: 100px;
    height: auto;
  }
  .account-login .col2-set .col-1.new-users {
    padding-right: 0px;
  }
}
#awrma-items-ordered-table-container {
  overflow: scroll;
}
#awrma-new-form {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  margin: 0 auto 50px;
  padding: 15px;
  width: 50%;
}
@media (max-width: 768px) {
  #awrma-new-form {
    width: 100%;
  }
}
#awrma-new-form .awrma-policy-agree {
  border-top: 1px solid #eaeaea;
  clear: both;
  cursor: pointer;
  display: block;
  padding: 10px 0;
}
#awrma-new-form .awrma-policy-agree .checkbox {
  float: none !important;
  margin: 0 10px 0 0 !important;
}
.error-page .std ul {
  list-style: none;
}
.error-page .messages li.note-msg {
  padding: 0;
}
.error-page .messages li.note-msg li {
  padding: 15px;
}
.error-page #form-validate {
  position: relative;
}
.error-page #form-validate p.required {
  color: #df280a;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50px;
}
/* Utils */
@media (max-width: 1023px) {
  .visible-tablet-landscape,
  .hidden-tablet-portrait {
    display: none !important;
  }
  .visible-tablet-portrait {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .visible-tablet-portrait,
  .hidden-tablet-landscape {
    display: none !important;
  }
  .visible-tablet-landscape {
    display: none !important;
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .block-sm-order-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .block-sm-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .block-sm-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .block-sm-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  .block-xs-order-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .block-xs-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .block-xs-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .block-xs-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .btn-xs-block {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .col-xxs-12 {
    width: auto !important;
  }
}
@media screen and (max-width: 479px) {
  .col-xxxs-12 {
    width: auto !important;
  }
}

/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

