/* mini-cart */
.header-minicart {
    display: inline-block;
}
.header-minicart .miniCartAnc:not(.no-count) .icon {
    margin-right: 3px;
}
.header-minicart .miniCartAnc.no-count .count {
    display: none;
}
.header-minicart .miniCartAnc .icon,
.header-minicart .miniCartAnc .label,
.header-minicart .miniCartAnc .count {
    display: inline-block;
    color: #333333;
}
.header-minicart .block-cart {
    display: none;
}
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
    display: block;
}
.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
    padding: 10px;
}
.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
    padding: 10px;
}
.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
}
.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 .product-image {
    float: left;
    min-width: 50px;
}
.header-minicart .mini-products-list li .product-details {
    position: relative;
    margin-left: 60px;
}
.header-minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold;
}
.header-minicart .block-subtitle {
    color: #50A4CF;
    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 .empty {
    padding: 10px;
    text-align: center;
}
@media only screen and (min-width: 771px) {
    #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;
    }
    .header-minicart .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;
    }
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}
tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}
tr.show-details .summary-collapse {
    background-position: 0 -52px;
}
tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}
tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
    font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}
.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total-expanded {
    background-position: 100% -52px;
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(../../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}
.remember-me label {
    float: none;
    margin: 0 6px;
}
.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}
.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
    position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}
/* 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;
    text-shadow: 0 1px 0 #fff;
}
.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}
.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}
.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
.map-popup-arrow {
    background: url(../../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}
.map-popup-close {
    background: url(../../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}
.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}
.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}
.map-popup-price {
    margin: 5px 0 0;
}
.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}
.map-popup-only-text {
    border-top: 1px solid #ddd;
}
/* ======================================================================================= */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-popup {
    padding: 30px;
}
header[role="banner"] {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.logoA {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.logo {
    width: 100%;
}
@media (min-width: 992px) {
    .logoA {
        float: left;
        width: 41.66666667%;
    }
}
header[role="banner"] .quick-access {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    header[role="banner"] .quick-access {
        float: left;
        width: 58.33333333%;
    }
}
@media (min-width: 768px) {
    header[role="banner"] .form-language {
        float: left;
        width: 160px;
    }
    header[role="banner"] .form-language .form-control {
        width: 120px;
    }
    header[role="banner"] .links {
        float: right;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    header[role="banner"] .quick-access {
        float: right;
    }
}
.layout {
    margin-right: -15px;
    margin-left: -15px;
}
.layout.layout-1-col div[role="main"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .layout.layout-1-col div[role="main"] {
        float: left;
        width: 100%;
    }
}
.layout.layout-3-cols div[role="main"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .layout.layout-3-cols div[role="main"] {
        float: left;
        width: 50%;
    }
}
div[role="main"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    div[role="main"] {
        float: left;
        width: 75%;
    }
}
aside[role="complementary"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: none;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    aside[role="complementary"] {
        float: left;
        width: 25%;
    }
}
@media (min-width: 992px) {
    aside[role="complementary"] {
        display: block;
    }
}
footer[role="contentinfo"] {
    margin-bottom: 20px;
}
footer[role="contentinfo"]>ul>li,
footer[role="contentinfo"] .links li {
    display: inline;
}
footer[role="contentinfo"]>ul,
footer[role="contentinfo"] .links,
footer[role="contentinfo"] .bugs,
footer[role="contentinfo"] address {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    footer[role="contentinfo"]>ul,
    footer[role="contentinfo"] .links,
    footer[role="contentinfo"] .bugs,
    footer[role="contentinfo"] address {
        width: 50%;
    }
    footer[role="contentinfo"]>ul,
    footer[role="contentinfo"] .bugs {
        float: left;
    }
    footer[role="contentinfo"] .links,
    footer[role="contentinfo"] address {
        float: right;
        text-align: right;
    }
}
h1,
.h1 {
    font-size: 25px;
}
h2,
.h2 {
    font-size: 22px;
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 17px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
.page-title {
    margin-top: 0;
}
.page-title .separator {
    margin: 0 3px;
}
.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}
.title-buttons {
    text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}
.subtitle,
.sub-title {
    color: #777777;
}
.data-table>tbody>tr:nth-child(odd)>td,
.data-table>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}
.form-list label {
    position: relative;
}
.form-list label.required em {
    float: right;
    font-style: normal;
    color: #a94442;
    position: absolute;
    top: 0;
    right: -8px;
}
.form-list li.control label {
    float: none;
    display: block;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
    display: inline;
    float: left;
    margin-top: 2px;
}
.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}
.form-list .field {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.form-list .field:first-child,
.form-list .field:first-of-type {
    padding-left: 0;
}
.form-list .field:last-child {
    padding-right: 0;
}
.form-list select[multiple],
.form-list textarea {
    height: auto;
}
.form-list li.additional-row {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}
.form-list .input-range input.input-text,
.form-list .input-range span {
    display: inline-block;
}
.form-list .input-range input.input-text {
    width: 40%;
}
.form-list-narrow li {
    margin-bottom: 0;
}
.form-list-narrow li .input-box {
    margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
    width: 260px;
}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px;
}
.form-list-narrow li.wide select {
    width: 260px;
}
.form-list .customer-name-prefix .name-prefix {
    width: 16%;
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-lastname {
    width: 42%;
}
.form-list .customer-name-prefix-middlename .name-prefix,
.form-list .customer-name-prefix-middlename .name-middlename {
    width: 16%;
}
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname {
    width: 34%;
}
.form-list .customer-name-prefix-suffix .name-prefix,
.form-list .customer-name-prefix-suffix .name-suffix {
    width: 16%;
}
.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 34%;
}
.form-list .customer-name-prefix-middlename-suffix .name-prefix,
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename-suffix .name-suffix {
    width: 12%;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 32%;
}
.form-list .customer-name-middlename .name-middlename {
    width: 16%;
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {
    width: 42%;
}
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-suffix {
    width: 16%;
}
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 34%;
}
.form-list .customer-name-suffix .name-suffix {
    width: 16%;
}
.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-suffix .name-lastname {
    width: 42%;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.form-list .customer-dob .dob-day:first-child,
.form-list .customer-dob .dob-month:first-child,
.form-list .customer-dob .dob-year:first-child {
    padding-left: 0;
}
.form-list .customer-dob .dob-day+.dob-month+.dob-year,
.form-list .customer-dob .dob-month+.dob-day+.dob-year,
.form-list .customer-dob .dob-year+.dob-day+.dob-month,
.form-list .customer-dob .dob-year+.dob-month+.dob-day {
    padding-right: 0;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 30%;
}
.form-list .customer-dob .dob-year {
    width: 40%;
}
.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: normal;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.buttons-set {
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #e5e5e5;
    line-height: 34px;
    text-align: right;
}
.buttons-set p.required {
    margin: 0 0 10px;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
}
.buttons-set-order {
    margin: 10px 0 0;
}
.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}
.validation-advice {
    clear: both;
    color: #a94442;
}
.validation-failed {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.validation-failed:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}
p.required {
    text-align: right;
    color: #a94442;
}
.v-fix {
    float: left;
}
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}
.std ul,
.std ol {
    padding-left: 40px;
    margin-bottom: 10px;
}
.std ul {
    list-style: disc outside;
}
.std ol {
    list-style: decimal outside;
}
.links li {
    display: inline;
}
.links li:first-child {
    padding-left: 0;
}
.links li:last-child {
    padding-right: 0;
}
.link-cart,
.link-wishlist,
.link-reorder,
.link-compare,
.link-print {
    font-weight: bold;
}
.btn-remove,
.btn-previous,
.btn-remove2,
.btn-edit {
    display: inline-block;
    font-size: 0;
}
.btn-remove:hover,
.btn-previous:hover,
.btn-remove2:hover,
.btn-edit:hover,
.btn-remove:focus,
.btn-previous:focus,
.btn-remove2:focus,
.btn-edit:focus {
    text-decoration: none;
}
.btn-remove:after,
.btn-previous:after,
.btn-remove2:after,
.btn-edit:after {
    font-size: 14px;
    font-weight: bold;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn-edit:after {
    content: "\f303";
}
.btn-remove:after,
.btn-remove2:after {
    content: "\f00d";
}
.cards-list dt {
    margin: 5px 0 0;
}
.cards-list .offset {
    padding: 2px 0 2px 20px;
}
.separator {
    margin: 0 3px;
}
.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    text-indent: -999em;
    overflow: hidden;
}
h1.logo {
    margin: 0;
}
.form-language {
    margin-bottom: 10px;
}
.form-language label {
    display: none;
}
.form-search {
    margin-bottom: 10px;
    position: relative;
}
.form-search .search-autocomplete {
    z-index: 1000;
}
.form-search .search-autocomplete li {
    cursor: pointer;
}
.form-search .search-autocomplete li .amount {
    float: right;
}
.form-search .search-autocomplete li.first {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.form-search .search-autocomplete li:hover,
.form-search .search-autocomplete li:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.form-search .search-autocomplete li.selected,
.form-search .search-autocomplete li.selected:hover,
.form-search .search-autocomplete li.selected:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #f15c22;
    border-color: #f15c22;
}
.advanced-search .form-list .input-range {
    line-height: 34px;
}
.advanced-search .form-list .input-range small {
    float: right;
}
.advanced-search-summary ul {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.advanced-search-summary strong {
    color: #f15c22;
}
.advanced-search-summary p {
    clear: both;
    padding: 10px 15px 0;
    margin-bottom: 0;
    font-weight: bold;
}
@media (min-width: 480px) {
    .advanced-search-summary ul {
        float: left;
        width: 50%;
    }
}
.block {
    border-color: #dddddd;
}
.block .block-title {
    border-color: #dddddd;
    background-color: #f5f5f5;
    color: #333333;
}
.block .block-title strong {
    font-weight: 500;
}
.block .block-subtitle {
    margin: 0 15px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.block .block-content li.item {
    padding: 10px 15px;
}
.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}
.block .actions {
    padding: 6px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    text-align: right;
    line-height: 30px;
}
.block .actions:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.block .actions a {
    float: left;
}
.block .actions button.button {
    float: right;
}
.block .empty {
    margin: 0;
    padding: 15px;
}
.block li.odd {
    background-color: #f9f9f9;
}
/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
    font-size: 12px;
}
.mini-products-list .product-image {
    float: left;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}
/* Block:  Account */
.block-account .block-title {
    border-color: #f15c22;
    background-color: #f15c22;
    color: #ffffff;
}
.block-account .block-title strong {
    font-weight: 500;
}
.block-account .block-content {
    padding: 15px;
}
.block-account .block-content ul {
    margin-bottom: 0;
}
.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
}
.block-account .block-content li.last a {
    border-bottom: 0;
}
.block-account .block-content li.current {
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
}
.block-account .block-content li.current.last {
    border-bottom: 0;
}
.block-layered-nav dl {
    margin: 0;
}
.block-layered-nav dt {
    padding: 7px 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.block-layered-nav dd {
    padding: 0 15px 0 20px;
    margin-bottom: 10px;
}
.block-layered-nav dd.last {
    background: none;
}
.block-layered-nav .currently li {
    position: relative;
    padding: 5px 15px;
}
.block-layered-nav .currently .label {
    font-weight: bold;
    text-transform: uppercase;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}
.block-layered-nav .currently .btn-previous {
    right: 17px;
}
.block-layered-nav .actions {
    text-align: right;
}
.block-layered-nav .actions .actions a {
    float: none;
}
.block-cart .summary {
    padding: 10px 15px;
}
.block-cart .amount a {
    font-weight: bold;
}
.block-cart .subtotal {
    padding: 4px;
    margin-bottom: 0;
    text-align: center;
}
.block-cart .subtotal .price {
    font-weight: bold;
}
.block-cart .actions {
    border-bottom: 1px solid #dddddd;
}
.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}
.block-wishlist .actions {
    text-align: right;
}
.block-wishlist .actions a {
    float: none;
}
.block-related input.checkbox {
    float: left;
}
.block-related .product {
    margin-left: 20px;
}
.compare-table .btn-remove {
    float: right;
    background-image: url(../../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}
.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}
.compare-table tr.first td {
    text-align: center;
}
.compare-table tr.first td .product-name {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}
.compare-table tr.first td .product-name a {
    color: #203548;
}
.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}
.block-poll label {
    color: #777;
    font-weight: bold;
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}
.block-poll .label {
    display: block;
    margin-left: 18px;
}
.block-poll li {
    padding: 10px 15px;
}
.block-poll label {
    margin-bottom: 0;
}
.block-poll .actions {
    margin: 5px 0 0;
}
.block-poll .answer {
    font-weight: bold;
}
.block-poll .votes {
    float: right;
    margin-left: 10px;
}
.block-tags .block-content .tags-list {
    padding: 15px !important;
    margin-bottom: 0 !important;
    font-size: 12px;
}
.block-tags .actions {
    text-align: right;
}
.block-tags .actions a {
    float: none;
}
.block-subscribe .block-content {
    padding: 15px 15px 0;
}
.block-subscribe .actions {
    margin: 15px -15px 0;
}
.block-subscribe .actions button.button {
    float: none;
}
.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left: 20px;
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}
.block-banner {
    border: 0;
    background-color: transparent;
}
.block-banner .block-content {
    padding: 0;
    background-color: transparent;
    text-align: center;
}
.block-login .block-content {
    padding: 15px 15px 0;
}
.block-login .actions {
    margin: 15px -15px 0;
}
.paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.paypal-logo a {
    float: none;
}
.category-description {
    margin-bottom: 10px;
}
.category-products .toolbar {
    margin-bottom: 10px;
}
.products-grid {
    margin-right: -15px;
    margin-left: -15px;
}
.products-grid .item {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 390px;
    padding-bottom: 80px;
}
.products-grid .product-image {
    display: block;
    margin-bottom: 10px;
}
.products-grid .product-name {
    min-height: 60px;
}
.products-grid .actions {
    position: absolute;
    bottom: 0;
}
.products-grid .add-to-links .separator {
    display: none;
}
.products-list li.item {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.products-list li.item:first-child {
    padding-top: 0;
}
.products-list li.item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.products-list .product-image {
    float: left;
    width: 150px;
    display: block;
}
.products-list .product-shop {
    margin-left: 160px;
}
.products-list .add-to-links li {
    display: inline;
}
.products-list .add-to-links .separator {
    display: inline;
    margin: 0 4px;
}
.product-name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.availability {
    margin: 0;
}
.availability span {
    font-weight: bold;
}
.availability.in-stock span {
    color: #3c763d;
}
.availability.out-of-stock span {
    color: #a94442;
}
.availability-only span,
.availability-only a {
    font-weight: bold;
}
.add-to-cart .paypal-logo {
    margin: 0;
    text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
    display: block;
    margin: 5px 60px 5px 0;
}
.add-to-cart .paypal-logo .paypal-logo {
    margin: 0;
}
.add-to-box {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.add-to-box .add-to-cart {
    margin: 0 -15px 10px;
}
.add-to-box .or {
    float: left;
}
.add-to-box .add-to-links {
    float: right;
}
.add-to-box .add-to-links li,
.add-to-box .add-to-links .separator {
    float: left;
}
.add-to-box .add-to-links .separator {
    margin: 0 4px;
}
.product-view {
    margin-right: -15px;
    margin-left: -15px;
}
.product-essential,
.product-collateral {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .product-essential,
    .product-collateral {
        float: left;
        width: 100%;
    }
}
.product-essential .product-shop {
    min-height: 1px;
    position: relative;
}
.product-essential .product-img-box {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .product-essential .product-img-box {
        float: left;
        width: 58.33333333%;
    }
}
.product-essential .product-img-box .more-views ul {
    margin-right: -15px;
    margin-left: -15px;
}
.product-essential .product-img-box .more-views ul li {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .product-essential .product-img-box {
        padding-left: 0;
        padding-right: 15px;
    }
    .product-essential .product-shop {
        float: right;
        width: 41.66666667%;
    }
}
.product-view .product-shop {
    padding: 15px;
    border-color: #dddddd;
}
.product-view .product-shop .product-name {
    margin: -15px -15px 15px;
    border-color: #dddddd;
    background-color: #f5f5f5;
    color: #333333;
}
.product-view .product-shop .availability,
.product-view .product-shop .price-box,
.product-view .product-shop .add-to-box,
.product-view .product-shop .short-description {
    margin-bottom: 10px;
}
.product-view .product-shop .product-options-bottom .price-box,
.product-view .product-shop .product-options-bottom .add-to-cart {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .product-view .product-shop .product-options-bottom .price-box,
    .product-view .product-shop .product-options-bottom .add-to-cart {
        float: none;
        width: auto;
    }
}
.product-img-box .product-image-zoom {
    margin-bottom: 10px;
}
.product-img-box .more-views {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}
.product-options {
    margin-bottom: 10px;
    position: relative;
}
.product-options dl {
    margin: 0;
}
.product-options dt {
    padding-top: 10px;
    font-weight: normal;
}
.product-options dt label {
    margin-bottom: 0;
    font-weight: bold;
}
.product-options dt label.required em {
    margin-left: 2px;
    color: #a94442;
}
.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
}
.product-options dd .qty-holder {
    display: block;
}
.product-options dd .qty-holder label {
    vertical-align: middle;
}
.product-options dd {
    padding: 5px 0 10px 5px;
    border-bottom: 1px solid #eeeeee;
}
.product-options dd select[multiple],
.product-options dd textarea {
    height: auto;
}
.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0;
}
.product-options ul.options-list {
    margin-bottom: 0;
}
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}
.product-options ul.options-list label {
    font-weight: normal;
}
.product-options ul.validation-failed {
    padding: 0 7px;
}
.product-options p.note {
    margin: 0;
    font-size: 12px;
}
.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}
.product-options-bottom {
    margin-right: -15px;
    margin-left: -15px;
}
.product-options-bottom .price-box,
.product-options-bottom .add-to-cart {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .product-options-bottom .price-box,
    .product-options-bottom .add-to-cart {
        float: left;
        width: 50%;
    }
}
.product-options-bottom .add-to-links {
    padding-top: 10px;
    clear: both;
    text-align: center;
}
.product-options-bottom .add-to-links li {
    display: inline;
}
.product-options-bottom .price-box {
    padding-top: 10px;
}
.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}
.product-options-bottom .price-tax {
    float: left;
}
@media (min-width: 992px) {
    .product-options-bottom .price-box {
        padding-top: 0;
    }
}
.product-shop .product-options dt label.required em {
    margin-left: 0;
    margin-right: 2px;
}
.product-shop .product-options-bottom {
    margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
    float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
    clear: both;
}
.product-view .grouped-items-table .price-box {
    margin: 0;
}
.product-view .grouped-items-table .qty {
    width: auto;
}
.product-view .box-collateral {
    padding: 15px;
    border-color: #dddddd;
}
.product-view .box-collateral>h2 {
    margin: -15px -15px 15px;
    border-color: #dddddd;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #333333;
}
.product-view .box-additional {
    padding: 0;
}
.product-view .box-additional>h2 {
    margin: 0;
}
.product-view .box-additional .data-table {
    border: 0;
    margin-bottom: 0;
}
.product-view .box-additional .data-table>tbody>tr>th {
    border-left: 0;
}
.product-view .box-additional .data-table>tbody>tr>td {
    border-right: 0;
}
.product-view .box-additional .data-table>tbody>tr.first>th,
.product-view .box-additional .data-table>tbody>tr.first>td {
    border-top: 0;
}
.product-view .box-additional .data-table>tbody>tr.last>th,
.product-view .box-additional .data-table>tbody>tr.last>td {
    border-bottom: 0;
}
.product-view .box-up-sell .table-responsive {
    padding: 15px 0;
}
.product-view .box-up-sell .products-grid {
    margin: 0;
    width: 100%;
}
.product-view .box-up-sell .products-grid td {
    width: 25%;
    padding: 0 15px;
    vertical-align: top;
}
.product-view .box-up-sell .products-grid .product-image,
.product-view .box-up-sell .products-grid .price-box {
    margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid .ratings {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .product-view .box-up-sell .products-grid {
        min-width: 500px;
    }
    .product-view .box-up-sell .products-grid>tbody>tr>th,
    .product-view .box-up-sell .products-grid>tbody>tr>td {
        white-space: normal;
    }
}
.product-view .box-tags {
    margin: 0;
}
.product-view .box-tags .product-tags li {
    display: inline;
    white-space: nowrap;
    margin: 0 6px;
}
.product-view .box-tags .note {
    margin: 0;
    text-align: center;
}
.product-view .box-reviews dt {
    padding-top: 15px;
    font-weight: normal;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}
.product-view .box-reviews dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.product-view .box-reviews dd .ratings-table {
    float: left;
    margin-right: 10px;
}
.product-view .box-reviews dd small {
    font-style: italic;
}
.product-view .box-reviews .form-add h3 {
    margin-top: 0;
    font-size: 14px;
    font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
    font-weight: 500;
}
.product-view .box-reviews .form-add h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.product-view .box-reviews .form-add h4 em {
    float: right;
    position: absolute;
    top: 0;
    right: -8px;
    color: #a94442;
}
.product-view .box-reviews .form-add td.value {
    text-align: center;
}
.product-view .box-reviews .form-add td.value .radio {
    display: inline;
    margin: 0;
    padding: 0;
    height: 20px;
}
@media (max-width: 768px) {
    .product-view .box-reviews .form-add form {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 15px;
        border: 1px solid #dddddd;
    }
}
.tags-list {
    margin: 0;
    padding: 10px;
}
.tags-list li {
    display: inline !important;
    margin: 0 3px;
}
.price {
    white-space: nowrap;
}
.price-box .price-label {
    white-space: nowrap;
}
.price-box .price {
    font-weight: bold;
    color: #f15c22;
}
.regular-price {
    color: #f15c22;
}
.regular-price .price {
    font-weight: bold;
    color: #f15c22;
}
.old-price {
    margin: 0;
    color: #777777;
}
.old-price .price {
    color: inherit;
    font-weight: normal;
    text-decoration: line-through;
}
.special-price {
    margin: 0;
}
.special-price .price-label {
    font-weight: bold;
    color: #f15c22;
}
.minimal-price {
    margin: 0;
}
.minimal-price .price-label {
    font-weight: bold;
}
.minimal-price-link {
    display: block;
}
.minimal-price-link .price {
    font-weight: normal;
}
.price-excluding-tax,
.price-including-tax {
    display: block;
    color: #777777;
}
.price-excluding-tax .label,
.price-including-tax .label {
    white-space: nowrap;
    color: inherit;
}
.configured-price {
    margin: 0;
}
.configured-price .price-label {
    font-weight: bold;
}
.weee {
    display: block;
}
.weee .price {
    font-weight: normal;
}
.price-excl-tax,
.price-incl-tax {
    display: block;
}
.price-excl-tax .label,
.price-incl-tax .label {
    white-space: nowrap;
    display: block;
}
.price-excl-tax .price,
.price-incl-tax .price {
    display: block;
}
.price-from,
.price-to {
    margin: 0;
}
.price-from .price-label,
.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.price-notice {
    color: #333333;
}
.price-notice .price {
    font-weight: bold;
    color: #333333;
}
.price-as-configured {
    margin: 0;
}
.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.price-box-bundle .price-box {
    margin: 0;
    padding: 0;
}
.price-box-bundle .price {
    color: #333333;
}
.tier-prices .benefit {
    font-weight: bold;
    font-style: italic;
}
.tier-prices .price {
    font-weight: bold;
    color: #333333;
}
.tier-prices-grouped .price {
    font-weight: bold;
}
.no-rating {
    margin: 0;
}
.ratings {
    margin-bottom: 10px;
    font-size: 12px;
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}
.ratings .rating-links {
    margin: 0;
}
.ratings .rating-links .separator {
    margin: 0 2px;
}
.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
    float: left;
    margin-right: 3px;
}
.ratings-table th,
.ratings-table td {
    font-size: 12px;
}
.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}
/* CMS Home Page */
.page-sitemap .links {
    text-align: right;
    font-weight: bold;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap {
    margin-right: -15px;
    margin-left: -15px;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .catalog-seo-sitemap-product .page-sitemap .sitemap li {
        float: left;
        width: 50%;
    }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap {
    margin-right: -15px;
    margin-left: -15px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .catalog-seo-sitemap-category .page-sitemap .sitemap li {
        float: left;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .catalog-seo-sitemap-category .page-sitemap .sitemap li {
        float: left;
        width: 16.66666667%;
    }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0 {
    font-weight: bold;
    margin-top: 10px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child {
    margin-top: 0;
}
@media (min-width: 992px) {
    .page-sitemap .sitemap li.level-0,
    .page-sitemap .sitemap li.level-1,
    .page-sitemap .sitemap li.level-2,
    .page-sitemap .sitemap li.level-3,
    .page-sitemap .sitemap li.level-4 {
        width: auto;
        float: none;
    }
    .page-sitemap .sitemap li.level-0 {
        padding-left: 15px !important;
    }
    .page-sitemap .sitemap li.level-1 {
        padding-left: 35px !important;
    }
    .page-sitemap .sitemap li.level-2 {
        padding-left: 55px !important;
    }
    .page-sitemap .sitemap li.level-3 {
        padding-left: 75px !important;
    }
    .page-sitemap .sitemap li.level-4 {
        padding-left: 95px !important;
    }
}
.rss-title h1 {
    background: url(../../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}
.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}
.cart .page-title .checkout-types li:last-child {
    margin-bottom: 0;
}
.cart .title-buttons .checkout-types {
    float: right;
    margin-bottom: 0;
}
.cart .checkout-types .paypal-or {
    margin: 0 8px;
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    font-size: 12px;
}
.cart>form {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .cart>form {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 15px;
        border: 1px solid #dddddd;
    }
}
.cart-table {
    margin-bottom: 0;
}
.cart-table .qty {
    width: auto;
    text-align: center;
}
.cart-table .btn-continue {
    float: left;
}
.cart .cart-collaterals {
    margin-right: -15px;
    margin-left: -15px;
}
.cart .cart-collaterals .col2-set {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .cart .cart-collaterals .col2-set {
        float: left;
        width: 66.66666667%;
    }
}
@media (min-width: 768px) {
    .cart .cart-collaterals .totals {
        margin-right: 15px;
        float: right;
        width: 33.33333333%;
    }
}
.cart .crosssell,
.cart .discount,
.cart .shipping {
    border-color: #dddddd;
}
.cart .crosssell>h2,
.cart .discount>h2,
.cart .shipping>h2 {
    border-color: #dddddd;
    background-color: #f5f5f5;
    color: #333333;
    font-weight: 500;
}
.cart .crosssell #crosssell-products-list {
    margin-bottom: 0;
    padding: 15px;
}
.cart .crosssell li.item {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.cart .crosssell li.item:first-child {
    padding-top: 0;
}
.cart .crosssell li.item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.cart .crosssell .product-image {
    float: left;
}
.cart .crosssell .product-details {
    margin-left: 100px;
}
.cart .crosssell .add-to-links .separator {
    display: none;
}
.cart .crosssell .link-compare {
    font-weight: normal;
}
@media (max-width: 992px) {
    .cart .crosssell {
        display: none;
    }
}
.cart .discount .discount-form {
    padding: 15px;
}
.cart .shipping .shipping-form {
    padding: 15px;
}
.cart .totals .checkout-types {
    margin-bottom: 0;
    text-align: right;
}
.cart .totals .checkout-types li {
    margin-bottom: 5px;
}
.cart .totals .checkout-types li:last-child {
    margin-bottom: 0;
}
.item-options {
    margin-top: 10px;
}
.item-options dd {
    margin-left: 15px;
}
.truncated {
    position: relative;
    cursor: help;
}
.truncated .dots {
    cursor: inherit;
    color: inherit;
}
.truncated .dots:hover {
    text-decoration: none;
}
.truncated_full_value {
    top: 20px;
}
.truncated_full_value dl {
    margin: 0;
}
.truncated_full_value dd {
    margin-left: 0;
}
.truncated_full_value dd+dt {
    border-radius: 0;
    border-top: 1px solid #ebebeb;
}
.truncated_full_value.show {
    display: block;
}
.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    padding-top: 10px;
}
.sp-methods dt:first-child {
    padding-top: 0;
}
.sp-methods dd {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.sp-methods dd:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.sp-methods dd ul {
    margin-bottom: 0;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods .radio {
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}
.sp-methods label {
    margin-bottom: 0;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 50px !important;
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}
.sp-methods .checkmo-list address {
    float: left;
}
.sp-methods .centinel-logos a {
    margin-right: 3px;
}
.sp-methods .centinel-logos img {
    vertical-align: middle;
}
.sp-methods .release-amounts {
    margin: 0.5em 0;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}
.please-wait {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #777777;
}
.please-wait img {
    vertical-align: middle;
    margin-right: 10px;
}
.cvv-what-is-this {
    line-height: 34px;
    font-size: 12px;
    cursor: help;
    margin-left: 10px;
}
.tool-tip {
    display: block;
}
.tool-tip .btn-close {
    padding: 9px 14px;
}
.tool-tip .btn-close a {
    float: right;
    font-size: 0;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.tool-tip .btn-close a:after {
    font-size: 14px;
    font-weight: bold;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
}
.tool-tip .btn-close a:hover,
.tool-tip .btn-close a:focus {
    text-decoration: none;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.gift-messages h3 {
    font-size: 14px;
    font-weight: bold;
}
.gift-messages p.control .checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
.gift-messages p.control label {
    margin-bottom: 0;
}
.gift-messages-form {
    position: relative;
}
.gift-messages-form label {
    float: none !important;
    position: static !important;
}
.gift-messages-form h4 {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: bold;
}
.gift-messages-form h4:first-child {
    padding-top: 0;
    border-top: 0;
}
.gift-messages-form p>.checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
.gift-messages-form p>label {
    margin-bottom: 0;
}
.gift-messages-form .whole-order {
    margin: 0 0 25px;
}
.gift-messages-form .item {
    margin: 0 0 10px;
    border-bottom: 1px solid #eeeeee;
}
.gift-messages-form .item:last-child {
    border-bottom: 0;
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}
.gift-messages-form .item .number {
    margin: 0;
    text-align: center;
}
.gift-messages-form .item .details {
    margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
    margin: 0 0 10px;
}
.gift-message-row .btn-close {
    float: right;
    font-size: 0;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.gift-message-row .btn-close:after {
    font-size: 14px;
    font-weight: bold;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
}
.gift-message-row .btn-close:hover,
.gift-message-row .btn-close:focus {
    text-decoration: none;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.checkout-agreements li {
    margin-bottom: 20px;
}
.checkout-agreements li:last-child {
    margin-bottom: 0;
}
.checkout-agreements .agreement-content {
    margin-bottom: 0;
    overflow: auto;
    height: 240px;
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px;
}
.checkout-agreements .agree input.checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
.opc .checkout-agreements {
    padding: 5px 30px;
}
.centinel .authentication {
    background-color: #fff;
    border: 1px solid #dddddd;
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.opc .centinel {
    padding: 10px 30px;
}
.info-set {
    margin: 0 0 25px;
    padding: 20px;
}
.info-set h2 {
    font-size: 18px;
}
.info-set h3,
.info-set h4 {
    font-size: 14px;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.info-set .box {
    margin: 0 0 15px;
}
.info-set .data-table .item-options {
    margin: 5px 0 0;
}
.block-progress dl {
    margin: 0;
}
.block-progress dt {
    font-weight: bold;
    margin: 0 0 6px;
    padding: 7px 15px;
    background-color: #f5f5f5;
    border: solid #dddddd;
    border-width: 1px 0;
}
.block-progress dt:first-child {
    border-top: 0;
}
.block-progress dd {
    padding: 8px 13px;
    margin: 0 0 6px;
}
.block-progress dt.complete {
    margin: 0;
}
.block-progress p {
    margin: 0;
}
.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.block-progress .cards-list .info-table th {
    font-weight: normal;
}
.block-progress address {
    margin-bottom: 0;
}
.block-progress p+table {
    margin-left: 10px;
}
@media (max-width: 768px) {
    .block-progress {
        display: none;
    }
}
.opc .buttons-set {
    margin-top: 10px;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
    display: none;
}
.opc .buttons-set .buttons-set.disabled button.button {
    display: none;
}
.opc .buttons-set .ul {
    list-style: disc outside;
    padding-left: 18px;
}
.opc {
    position: relative;
}
.opc .step-title {
    padding: 10px 15px;
    border: solid #dddddd;
    border-width: 0 1px 1px;
    background-color: #f5f5f5;
    color: #333333;
}
.opc .step-title .number,
.opc .step-title h2,
.opc .step-title a {
    line-height: 20px;
}
.opc .step-title .number,
.opc .step-title h2 {
    float: left;
}
.opc .step-title .number {
    display: block;
    background: #fff;
    padding: 0 6px;
    margin-right: 10px;
}
.opc .step-title h2 {
    margin: 0;
    font-size: 16px;
}
.opc .step-title a {
    display: none;
    float: right;
}
.opc .section:first-child .step-title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-width: 1px;
}
.opc .section:last-child .step-title {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.opc .section:last-child.active .step-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.opc .section:last-child.active .step {
    padding-bottom: 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.opc .step {
    padding: 15px;
    border: solid #dddddd;
    border-width: 0 1px 1px;
}
.opc .step .tool-tip {
    right: 30px;
}
.opc .allow .step-title a {
    display: block;
}
.opc .active .step-title a {
    display: none;
}
@media (min-width: 992px) {
    .checkout-progress li {
        float: left;
        width: 20%;
        margin-bottom: 0;
        border-left-width: 0;
        text-align: center;
    }
    .checkout-progress li:first-child,
    .checkout-progress li:last-child {
        border-radius: 0;
    }
    .checkout-progress li:first-child {
        border-left-width: 1px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .checkout-progress li:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}
@media (max-width: 992px) {
    .multiple-checkout {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 15px;
        border: 1px solid #dddddd;
    }
}
.multiple-checkout h2 {
    margin-top: 0;
    font-size: 18px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
    margin-top: 0;
    font-size: 14px;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}
.multiple-checkout .data-table .product-name {
    line-height: 34px;
}
.multiple-checkout .data-table select {
    width: auto;
}
.multiple-checkout .data-table .item-options {
    margin-top: 10px;
}
.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}
.multiple-checkout .box .box-title h3 {
    margin-top: 0;
}
.multiple-checkout .box address {
    margin-bottom: 0;
}
.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
    text-align: right;
}
.multiple-checkout .place-order .grand-total big {
    font-size: 18px;
    font-weight: 500;
}
.multiple-checkout .place-order .grand-total .price {
    color: #f15c22;
}
#multiship-addresses-table .qty {
    width: auto;
    text-align: center;
}
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}
.account-login .content {
    min-height: 242px;
}
.captcha-image {
    position: relative;
    width: 258px;
}
.captcha-note {
    clear: left;
    padding-top: 5px;
}
.captcha-image .captcha-img {
    border-radius: 4px;
    border: 1px solid #cccccc;
    width: 100%;
}
.registered-users .captcha-image {
    margin: 0;
}
.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}
.captcha-reload .refreshing {
    -webkit-animation: captcha-rotate 1.5s infinite linear;
    -moz-animation: captcha-rotate 1.5s infinite linear;
    animation: captcha-rotate 1.5s infinite linear;
}
@-webkit-keyframes captcha-rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}
@-moz-keyframes captcha-rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}
@keyframes captcha-rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}
.box-account {
    padding: 15px;
    border-color: #dddddd;
}
.box-account .box-head {
    margin: -15px -15px 15px;
    border-color: #dddddd;
    background-color: #f5f5f5;
    color: #333333;
}
.box-account .box-head h2 {
    float: left;
}
.box-account .box-head a {
    float: right;
}
@media (max-width: 768px) {
    .box-account {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
    }
}
.dashboard .box .box-title {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #dddddd;
    text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    margin: 0;
    float: left;
    font-size: 18px;
}
.dashboard .col2-set>.box>.box-title {
    margin-left: 15px;
    margin-right: 15px;
}
.dashboard .box-recent .data-table {
    margin-bottom: 0;
}
.dashboard .box-info p,
.dashboard .box-info address {
    margin: 0;
}
.dashboard .box-info .box {
    margin-bottom: 30px;
}
.dashboard .box-reviews ol {
    margin-bottom: 0;
}
.dashboard .box-reviews .number {
    float: left;
}
.dashboard .box-reviews .details {
    margin-left: 20px;
}
.dashboard .box-reviews li.item {
    margin-bottom: 10px;
}
.dashboard .box-reviews li.item:last-child {
    margin-bottom: 0;
}
.dashboard .box-reviews .ratings {
    margin-top: 5px;
}
/* Block: Tags */
.dashboard .box-tags .number {
    float: left;
}
.dashboard .box-tags .details {
    margin-left: 20px;
}
.dashboard .box-tags li.item {
    margin-bottom: 10px;
}
.dashboard .box-tags li.item:last-child {
    margin-bottom: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}
.addresses-list h2 {
    font-size: 18px;
}
.addresses-list h3 {
    margin-top: 0;
    font-size: 14px;
}
.addresses-list address {
    margin: 0 0 3px;
}
.addresses-list p {
    margin: 0;
}
.addresses-list .link-remove {
    color: #a94442;
}
.addresses-list .separator {
    margin: 0 3px;
}
.addresses-list li.item {
    padding: 15px;
    border-color: #dddddd;
}
.addresses-list li.item h3 {
    margin: -15px -15px 15px;
    border-color: #dddddd;
    background-color: #f5f5f5;
    color: #333333;
}
.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}
.order-info {
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.order-info dd {
    padding-left: 10px;
}
.order-info li {
    display: inline;
    margin: 0 3px;
}
.order-info li:first-child {
    margin-left: 0;
}
.order-info li:last-child {
    margin-right: 0;
}
.order-info .current {
    font-weight: bold;
}
.order-date {
    margin-bottom: 10px;
}
.order-info-box {
    margin-left: 0;
    margin-right: 0;
    border-color: #dddddd;
    padding-top: 15px;
}
.order-info-box .box {
    margin-bottom: 15px;
}
.order-info-box h2 {
    margin-top: 0;
    font-size: 14px;
}
.order-info-box address {
    margin-bottom: 0;
}
.order-items h2 {
    font-size: 18px;
}
.order-items h3 {
    font-size: 12px;
}
.order-items .order-links {
    text-align: right;
}
.order-additional {
    margin: 10px 0;
}
.gift-message {
    padding: 15px;
    border-color: #dddddd;
}
.gift-message dt {
    padding-left: 10px;
}
.gift-message dt strong {
    display: block;
    margin-left: -10px;
}
.gift-message dd {
    margin-top: 10px;
}
.gift-message-row .gift-message {
    padding: 0;
    margin: 0;
    border: 0;
}
.order-about {
    padding: 15px;
    border-color: #dddddd;
}
.order-about dd {
    margin-bottom: 10px;
    padding-left: 10px;
}
.order-about dd:last-child {
    margin-bottom: 0;
}
.my-wishlist textarea {
    height: auto;
}
.my-wishlist .price-box {
    margin-bottom: 5px;
}
.my-wishlist .add-to-cart-alt input.input-text {
    margin-bottom: 5px;
}
.my-wishlist .add-to-cart-alt .btn-cart {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.my-wishlist p {
    margin-bottom: 0;
}
.my-wishlist .link-edit {
    width: 100%;
    display: block;
}
.product-review .product-img-box {
    float: left;
    width: 140px;
}
.product-review .product-img-box .label {
    font-size: 12px;
}
.product-review .product-img-box .ratings .rating-box {
    display: block;
    float: none;
    margin-bottom: 5px;
}
.product-review .product-details {
    margin-left: 150px;
}
.product-review .product-name {
    margin-bottom: 10px;
    font-size: 18px;
}
.product-review h3 {
    font-size: 14px;
}
.product-review .ratings-table {
    margin: 0 0 10px;
}
.product-review dt {
    margin-bottom: 5px;
}
.billing-agreements .info-box {
    margin: 10px 0;
}
.billing-agreements .form-list li select {
    float: left;
}
.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}
.billing-agreements .table-caption {
    font-weight: bold;
}
.bs-prototype-override {
    display: block !important;
}
.bs-prototype-override.input-group-btn {
    display: table-cell !important;
}
.hidden {
    display: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.nobr {
    white-space: nowrap !important;
}
.wrap {
    white-space: normal !important;
}
.a-left {
    text-align: left !important;
}
.a-center {
    text-align: center !important;
}
.a-right {
    text-align: right !important;
}
.v-top {
    vertical-align: top;
}
.v-middle {
    vertical-align: middle;
}
.f-left,
.left {
    float: left !important;
}
.f-right,
.right {
    float: right !important;
}
.f-none {
    float: none !important;
}
.f-fix {
    float: left;
    width: 100%;
}
.no-display {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-bg {
    background: none !important;
}