@media only screen and (max-device-width: 480px) {
    .comp-form {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 100%;
    }
}

* {
    margin: 0;
    padding: 0;
}

.full-width {
    width: 100%;
}

.clear {
    clear: both;
}

.ie-fix {
    width: 100%;
    position: relative;
}

.radio,
checkbox {
    border: 0;
    background: 0;
}

.page-indent {
    padding: 17px;
}

.page-border {
    border: 1px solid #CFE2ED;
    padding: 17px;
}

body {
    background: #fff;
    font-size: 65%;
    font-family: 'URWGeometric-Medium', Arial, sans-serif;
    color: #7f7f7f;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper {}

img {
    border: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #b4975a;
    font-weight: bold;
}

a:hover img {
    position: relative;
}

:focus {
    outline: 0;
}

@font-face {
    font-family: 'Signal';
    src: url("../../../../fonts/36/Signal-No1-D.otf") format("opentype");
}

@font-face {
    font-family: 'Lobster';
    src: local('Lobster'),
    url('../../../../fonts/36/Lobster.eot'),
    url("../../../../fonts/36/Lobster.otf") format("opentype"),
    url('../../../../fonts/36/Lobster.ttf') format('truetype');
}

h1 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3;
}

h2 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.34;
    margin-bottom: 5px;
    color: #002E56;
    font-size: 18px;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

h5 {
    font-size: 0.92em;
    font-weight: bold;
    margin-bottom: 10px;
}

h6 {
    font-size: 0.92em;
    font-weight: bold;
    margin-bottom: 10px;
}

form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

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

small,
big {
    font-size: 1em;
}

sup {
    font-size: 1em;
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

.hidden {
    display: block !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;
    color: #FFFFFF;
}

.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;
}

.page {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
    min-width: 0;
}

.page-empty {
    background: #fff;
    text-align: left;
    min-width: 450px;
    padding-top: 60px;
}

.page-popup {
    padding: 20px;
    text-align: left;
    background: #FFF;
    min-width: 0;
}

.page-popup .product-image {
    display: block;
    margin-bottom: 10px;
}

.page-popup .price-box {
    margin: 10px 0;
}

.page-popup .add-to-links {
    padding: 15px 0;
}

.page-popup .buttons-set {
    padding-top: 14px !important;
}

.main {
    margin: 20px 0 0 0;
    background: #fff;
}

.col-left {
    float: left;
    width: 290px;
    padding: 0px 0 20px;
}

.col-main {
    float: left;
    width: 890px;
    padding: 0px 0 20px;
}

.col-right {
    float: right;
    width: 290px;
    padding: 0px 0 20px;
}

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

.col2-left-layout .col-main {
    float: right;
}

.col2-right-layout .ver-line {
    background: url(../images/ver-line-bg.gif) 710px 3px repeat-y;
    width: 100%;
}

.col2-left-layout .ver-line {}

.checkout-onepage-index .ver-line {
    background: none;
}

.checkout-onepage-index .col-main {
    padding: 0 0 60px;
}

.checkout-onepage-index .col-right {
    width: 212px;
}

.checkout-onepage-index .page-title {
    border-bottom: none;
    margin: 0;
}

.checkout-onepage-index .page-title h1 {
    float: left;
    width: auto;
}

.checkout-onepage-index .page-title p {
    color: #b4975a;
    float: right;
    font-size: 15px;
    padding-top: 14px;
    text-transform: none;
}

.col3-layout .col-main {
    width: 484px;
    margin-left: 10px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 748px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

.col2-set .col-1 {
    float: left;
    width: 46%;
}

.col2-set .col-2 {
    float: right;
    width: 53%;
}

.col2-set .registered-users {
    width: 51%;
    border-left: 1px solid #E5E5E5;
    padding-left: 22px;
}

.col2-set .col-narrow {
    width: 33%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

.cms-index-index .main {
    background: none;
    padding: 0;
    margin: 0;
}

.cms-index-index .col-main {
    padding: 0;
}

input,
select,
textarea,
button {
    background: #fff;
    font-size: 11px;
    color: #b2b3b6;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
}

input.input-text,
select,
textarea {
    background: #fff;
    font-size: 11px;
    color: #b2b3b6;
    border: 1px solid #bfcad4;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    border-radius: 0;
}

textarea {
    height: auto !important;
}

input[type="radio"] {
    border: solid 0px !important;
}

input.input-text,
textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #e5e5e5;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em !important;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.button {
    -webkit-border-fit: lines;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    float: left;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 5px;
    background: #002d56;
    font: normal 11px/22px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.button span span {
    padding: 0 5px;
}

button.button:hover span {
    background: #002d55;
    color: #fff
}

button.button:hover span span {
    background-position: 100% 0;
}

.form-search button.button {
    height: 16px;
    width: 20px;
    background: url(../images/search-button.gif) no-repeat 0 0;
    border: none;
    overflow: hidden;
    text-indent: 20em;
    padding: 0px;
}

.form-search button.button span {
    display: none;
}

.cart button.button span {
    background: #7e7e7e;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
}

.cart button.button:hover span {
    background: #002d55;
}

.cart button.btn-continue:hover span {
    background: #b2b3b6;
}

.cart #discount-coupon-form .discount-form button.button:hover span {
    background: #7e7e7e;
}

.cart .giftcard-content .discount-form button.button:hover span {
    background: #7e7e7e;
}

.cart button.btn-proceed-checkout,
.cart button.btn-continue {
    width: 100%;
    margin: 10px 0;
}

.cart button.btn-proceed-checkout span,
.cart button.btn-continue span {
    background: #b2b3b6;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0 !important;
    width: 100%;
}

.cart button.btn-proceed-checkout span {
    background: #002d55;
}

.checkout-types button.button span span {
    padding: 0 12px;
}

.checkout-types button.button:hover span {
    background: #002d55;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

.form-list li {
    margin: 0 0 10px;
}

.form-list label {
    font-size: 15px;
    letter-spacing: 0.05rem;
    color: #002e56;
    font-weight: normal;
    position: relative;
    z-index: 0;
    margin-top: 2px;
}

@media all and (min-width:769px) {
    .form-list label {
        font-size: 14px;
    }
}

.form-list label.required {}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #b5121b;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin: 3px 6px 0 0;
    vertical-align: top;
    width: auto !important;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto !important;
}

.form-list .input-box {
    display: block;
}

.customer-address-form .form-list .input-box select {
    width: 100%;
    padding: 5px;
    height: 30px;
    line-height: 100%;
}

.form-list .field {
    width: 100%;
    overflow: hidden;
}

.customer-address-form .input-label {
    width: 150px !important;
}

.customer-address-form .input-box {
    width: 475px !important;
}

.customer-address-form .input-box input[type=text] {
    width: 475px !important;
}

@media all and (min-width:769px) {
    .form-list input.input-text,
    .form-list .input-box select {
        width: 525px !important;
        padding: 5px;
    }
}

.form-list .input-label {
    float: left;
    width: 100px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.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 {
    width: 74px;
}

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 140px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 61px !important;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 61px !important;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 0;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
}

.fieldset {
    border: 1px solid #e5e5e5;
    padding: 25px 25px 12px 25px;
    background-color: lightgrey;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #7e756a;
    background: #e5e5e5;
    color: #333;
    margin: -33px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}

.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 10px;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
    color: #f00;
}

.validation-failed {
    border: 1px dashed #f00 !important;
    background: #faebe7 !important;
}

.validation-passed {}

p.required {
    font-size: 10px;
    text-align: left;
    color: #b5121b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

.success {
    color: #3d6611;
    font-weight: bold;
}

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

.notice {
    color: #e5e5e5;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px;
}

.messages li li {
    margin: 0 0 3px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 15px 8px 8px 22px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    color: #df280a;
}

.success-msg {
    border-color: #002E56;
    color: #002E56;
}

.note-msg,
.notice-msg {
    background-color: #e7e0d5;
    color: #002e56;
}

.sales-guest-form .form-alt li {
    padding: 5px 0;
}

.sales-guest-form .form-alt select {
    width: 100%;
}

.breadcrumbs {
    padding: 0 0 10px 0;
    margin: 0;
    color: #7f7f7f;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs a {
    color: #7f7f7f;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #000;
}

.breadcrumbs strong {
    font-weight: normal;
}

.page-title {
    padding: 0 0 12px;
    margin: 0 0 13px;
    letter-spacing: 1px;
    font: 12px/17px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.page-title h1,
.page-title h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    font-weight: normal;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
}

.title-buttons {
    text-align: right;
    border-bottom: none;
    margin: 0;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
}

.pager {
    padding: 5px 0 13px;
    margin: 0;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
}

.pager .amount {
    float: left;
}

.pager .limiter {
    float: right;
}

.pager .pages {
    margin: 0;
}

.pager .pages strong {
    font-weight: normal;
}

.pager .pages a {
    text-decoration: none;
    padding: 0 6px;
}

.pager .pages a:hover {
    text-decoration: underline;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
}

.pager .pages .current {
    color: #080808;
    padding: 0 6px;
    font-weight: bold;
}

.sorter {
    padding: 0;
    margin: 0;
}

.sorter .view-mode {
    float: left;
}

.sorter .sort-by {
    float: right;
}

.sorter .view-mode label {
    display: none;
}

.sorter a.list {
    display: inline-block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: 20em;
    background: url(../images/list.gif) no-repeat 0 0;
}

.sorter a.list:hover,
.sorter strong.list {
    display: inline-block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: 20em;
    background: url(../images/list-act.gif) no-repeat 0 0;
}

.sorter a.grid {
    display: inline-block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: 20em;
    background: url(../images/grid.gif) no-repeat 0 0;
}

.sorter a.grid:hover,
.sorter strong.grid {
    display: inline-block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: 20em;
    background: url(../images/grid-act.gif) no-repeat 0 0;
}

.sorter .grid {
    margin-right: 6px;
}

.toolbar {
    padding: 0 0 12px 0;
    margin: -3px 0 0;
}

.toolbar-bottom {
    margin: 0;
}

.data-table {
    width: 100%;
}

.data-table th {
    padding: 8px;
    border: 1px solid #ebebeb;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
}

.data-table td {
    padding: 5px;
    border: 1px solid #ebebeb;
}

.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.even {
    background-color: #f6f6f6;
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-weight: normal;
    text-align: center;
}

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 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

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;
}

.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% 4px 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% -53px;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    margin: 0 0 10px;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.links>li {
    float: left;
    padding: 0 15px;
}

.links li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.links li a:hover {
    color: #b4975a;
}

.links li.first {
    padding-left: 0 !important;
    border-left: 0 !important;
}

.links li.last {
    border-right: none !important;
    padding-right: 0 !important;
}

.link-cart {
    font-weight: bold;
    color: #b4975a;
}

.link-wishlist {
    font-weight: normal;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    font-weight: normal;
    color: #282828;
}

.link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.block-cart .btn-edit {
    display: none;
}

.dropdown-cart .block-cart .btn-edit {
    display: none;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px 0 8px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #e5e5e5;
    text-indent: -999em;
    overflow: hidden;
}

.noscript {
    border: 1px solid #e5e5e5;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

.header-container {
    max-width: 100%;
    border-bottom: 1px solid #c7c9cb;
    background-color: #002E56;
}

.header {
    padding: 55px 0 0;
    text-align: center;
}

.header .links {
    float: right;
    padding: 0;
    text-align: right;
    line-height: 35px;
}

.header .links li {
    padding-left: 6px;
    font-size: 10px;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header .links .cart-icon {
    background-image: url("../images/bag.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 30px;
    width: 45px;
    font-size: 16px;
    line-height: 35px;
}

.homepage__logo img {
    max-width: 415px;
}

.header .links li a {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.header .links li .dropdow-account a {
    display: block;
    color: #fff;
}

.header .form-language {
    float: right;
    margin: 14px 20px 0;
}

.header .form-language select {
    width: 110px;
}

.header-container .top-container {
    clear: both;
    text-align: right;
}

.nav-container {
    margin: 55px 0 0;
}

#nav {
    margin: 27px 0 0;
    font-size: 12px;
}

#nav li {
    text-align: left;
    position: relative;
}

#nav li.over {
    z-index: 998;
}

#nav li.parent {}

#nav li a {
    display: block;
    text-decoration: none;
}

#nav li a:hover {
    text-decoration: none;
}

#nav li a span {
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

#nav li ul a span {
    white-space: normal;
}

#nav>li {
    float: left;
    padding: 8px 12px 9px 12px;
}

#nav>li>a {
    float: left;
    font-weight: normal;
    display: block;
    color: #002e56;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif
}

#nav>li.last>a {
    border-right: solid 0px;
}

#nav>li:hover {}

#nav>li>a:hover {
    color: #fff;
}

#nav>li.active>a {
    color: #fff;
}

#nav ul,
#nav div {
    position: absolute;
    width: 11em;
    top: 34px;
    left: -10000px;
    background: #323232;
    padding: 10px;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

#nav ul ul,
#nav ul div {
    top: 7px;
}

#nav ul li {
    float: none;
}

#nav ul li.last {
    border-bottom: 0;
}

#nav ul li a {
    float: none;
    padding: 3px 5px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #969595 !important;
}

#nav ul li a:hover {
    color: #fff !important;
}

#nav ul li.active>a,
#nav ul li.over>a {
    color: #fff !important;
}

#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: -1px;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

#custommenu {
    position: relative;
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    display: inline-block;
}

div.menu.act a {
    color: #b4975a;
}

div.wp-custom-menu-popup {
    position: absolute;
    z-index: 3000;
    display: none;
    background-color: #fff;
    text-align: left;
    top: 12px !important;
}

div.wp-custom-menu-popup {
    padding: 20px 0 15px;
}

div.menu {
    line-height: 12px;
    padding: 0 6%;
    display: inline-block;
}

div.menu a {
    font-weight: bold;
    display: block;
    color: #113b60;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
}

div.wp-custom-menu-popup a {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    font-size: 10px;
    line-height: 22px;
}

div.wp-custom-menu-popup .itemSubMenu a {
    float: left;
    clear: both;
    text-decoration: none;
    font-weight: normal;
}

div.column {
    float: left;
    margin-bottom: -1000px;
    padding: 0 0 1000px 22px;
    width: 150px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.column.last,
div.column:last-child {
    border: none;
}

#custommenu .block1 {
    overflow: hidden;
}

.clearBoth {
    clear: both;
}

.desktop {
    display: inherit !important;
}

.mobile {
    display: none !important;
}

.mobile-clear {
    display: none;
}

.hidden_desktop {
    display: none;
}

.col2-right-layout .block {
    padding-left: 19px;
}

.col2-left-layout .block {
    padding-right: 19px;
}

.block {
    margin: 0 0 25px;
    padding-bottom: 25px;
}

.block .block-title {
    border-bottom: 1px solid #bfcad4;
    padding: 25px 0 10px;
    color: #b2b3b6;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: normal;
}

.block .block-title strong {
    font-size: 14px;
    font-weight: normal;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    font-weight: bold;
    padding-top: 17px;
}

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

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

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

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 0 0 0 5px;
}

.block .actions {
    text-align: right;
    padding-top: 15px;
}

.block .actions a {
    float: left;
    font-size: 14px;
    color: #b2b3b6;
    display: inline-block;
    line-height: 20px;
}

.block .empty {}

.block .price {
    font-weight: bold;
    color: #000;
}

.block .product-name a {
    color: #7f7f7f;
    text-decoration: none;
}

.block .product-name a:hover {
    color: #7f7f7f;
    text-decoration: none;
}

.mini-products-list li {
    padding: 5px 0;
}

.mini-products-list .product-image {
    float: left;
    width: 50px;
    padding: 5px;
    background: #f7f7f7;
}

.mini-products-list .product-details {
    margin-left: 75px;
}

.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.block-currency select {
    width: 100%;
}

.block-layered-nav {
    color: #7f7f7f;
}

.block-layered-nav dt {
    font-size: 14px;
    color: #002d55;
    padding: 25px 0 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 1px solid #bfcad4;
}

.block-layered-nav dd {
    display: none;
    padding: 17px 0 0;
}

.block-layered-nav dd.last {
    padding-bottom: 0px;
}

.block-layered-nav dd a {
    color: #7f7f7f;
    text-decoration: none;
}

.block-layered-nav dd a:hover {
    text-decoration: underline;
}

.block-layered-nav .currently li {
    padding: 5px 0 0 0px;
}

.block-layered-nav .btn-remove {
    float: right;
    margin: 0 0 0 3px;
}

.block-layered-nav .price {
    font-weight: normal;
    color: #7f7f7f;
}

.block-layered-nav .actions {
    float: right;
    padding: 0 0 10px;
}

.block-cart .summary a {
    text-decoration: none;
    font-weight: bold;
    color: #7f7f7f;
}

.block-cart .summary a:hover {
    text-decoration: underline;
}

.block-cart .amount {
    padding-bottom: 12px;
}

.block-cart .block-subtitle {
    font-weight: normal;
    padding-bottom: 10px;
}

.block-cart .actions {
    padding-bottom: 10px;
}

.block-cart .subtotal .price {
    font-weight: bold;
    color: #7f7f7f;
}

.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 5px 0;
}

.block-cart .product-name a:hover {
    text-decoration: underline;
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    float: left;
}

.block-related .block-subtitle {
    font-weight: normal;
    display: none;
}

.block-related .block-subtitle a {
    color: #000;
}

.block-related .product .product-image {
    float: left;
}

.block-related .product .product-details {
    margin-left: 68px;
}

.block-related .product-name a {
    color: #7f7f7f;
    text-decoration: underline;
}

.block-related .product-name a:hover {
    text-decoration: none;
    color: #000;
}

.block-related .regular-price .price {
    color: #000000;
    display: block;
    margin-top: -12px;
}

.block-related .link-wishlist {
    float: right;
    margin-top: 5px;
    color: #000;
}

.block-compare li {
    padding: 5px 0;
}

.block-compare small {
    display: none;
}

.block-compare .product-name {
    font-weight: bold;
}

.block-compare .block-content li.item {
    padding: 0;
}

.block-viewed .product-name {
    font-weight: bold;
}

.block-viewed .block-content li.item {
    padding: 0;
}

.block-compared .product-name {
    font-weight: bold;
}

.block-compared .block-content li.item {
    padding: 0;
}

.block-poll input.radio {
    float: left;
    margin: 1px 0 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll .block-subtitle {
    padding-bottom: 15px;
}

.block-poll .actions {
    text-align: left;
}

.block-poll li {
    padding: 3px 9px 10px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll .answer {
    float: left;
    width: 60%;
}

.block-poll .answer span {
    display: block;
    width: 175px;
}

.block-poll .votes {
    font-weight: bold;
    float: right;
    text-align: right;
    width: 55px;
    margin-top: 0px;
}

.block-tags ul,
.block-tags li {
    display: inline;
}

.block-subscribe {
    margin-right: 15px;
}

.block-subscribe input {
    width: 98%;
    margin: 5px 0 0;
}

.block-subscribe .form-subscribe-header {
    display: none;
}

.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-banner .block-content {
    text-align: center;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
}

.sidebar .paypal-logo a {
    float: none;
}

.customer-account-index .sidebar .paypal-logo,
.customer-account-edit .sidebar .paypal-logo,
.customer-address-index .sidebar .paypal-logo,
.sales-order-history .sidebar .paypal-logo,
.tag-customer-index .sidebar .paypal-logo,
.monkey-customer-account-index .sidebar .paypal-logo,
.customer-giftcards-balance .sidebar .paypal-logo {
    display: none;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {}

.category-description {
    margin: 0 0 10px;
}

.products-grid {
    position: relative;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    width: 285px;
    padding: 0 20px 30px 0;
}

.products-grid li.item:nth-child(4n) {
    padding-right: 0;
}

.products-grid li.item:nth-child(4n+1) {
    clear: both;
}

.products-grid li.last {
    padding-right: 0;
}

.products-grid .product-image {
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.products-grid .product-name a {
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    letter-spacing: 1px;
    text-decoration: none !important;
    color: #316B9B;
}

.products-grid .price-box {
    margin: 5px 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .ratings {
    margin: 0 0 10px;
    text-align: center;
}

.products-grid .ratings .rating-box {
    float: none;
    margin: 0 auto 7px;
}

.products-grid .price-box {
    margin-bottom: 0px;
}

.products-grid .add-to-links {
    width: 100%;
    overflow: hidden;
    padding: 2px 0 0;
}

.products-grid .add-to-links li {
    float: left;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    margin: 0 auto;
    width: 100%;
}

.col1-layout .products-grid {
    width: 100%;
    margin: 0 auto;
}

.box-up-sell .products-grid .ratings .rating-box {
    float: none;
}

.products-list li.item {
    width: 168px;
    padding: 25px 0 0;
}

.products-list li.item.last {
    margin-bottom: 0;
}

.products-list .product-image {
    float: left;
    margin: 0 0 10px;
    width: 166px;
    height: 248px;
}

.products-list .product-image img {
    border: 1px solid #c9cacb;
}

.products-list .product-shop {
    margin-left: 205px;
}

.products-list .product-name a {
    margin-bottom: 7px;
    color: #b4975a;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.products-list .ratings {
    font-size: 11px;
    margin-bottom: 0;
}

.products-list .ratings .rating-box {
    float: none;
    display: block;
    margin-bottom: 10px;
}

.products-list .ratings .rating-links .separator {
    display: block;
    width: 0px;
    height: 0px;
    overflow: hidden;
    text-indent: 20em;
}

.products-list .price-box {
    padding: 0 20px 0 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list button.button {
    margin: 10px 0 0;
}

.products-list .desc {
    padding: 0;
    padding: 0 0 15px;
    width: 100%;
    overflow: hidden;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
    float: left;
    margin-right: 8px;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.products-list .col-1 {
    float: left;
    width: 505px;
    margin-left: -20px;
}

.products-list .col-2 {
    float: left;
    width: 485px;
    margin-left: -20px;
    margin-top: 10px;
}

.no-rating {
    margin: 0 0 10px;
}

.ratings {
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings a.link1 {
    color: #282828;
}

.rating-box {
    width: 85px;
    height: 14px;
    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: 14px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 15px;
}

.ratings .amount a {
    color: #868686;
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.email-friend {
    margin-bottom: 7px;
}

.price {
    white-space: nowrap !important;
    line-height: normal;
    color: #002E56;
    font-size: 14px;
}

.price-box {
    margin-top: 1px;
    color: #000;
}

.regular-price {
    line-height: 0px;
}

.regular-price .price {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.old-price .price-label {
    white-space: nowrap;
}

.old-price .price {
    color: #eff2f4;
}

.special-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.special-price .price {
    font-weight: bold;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .price {
    font-weight: normal;
}

.price-excluding-tax {
    display: block;
}

.price-excluding-tax .label {
    white-space: nowrap;
}

.price-excluding-tax .price {
    font-weight: normal;
}

.price-including-tax {
    display: block;
}

.price-including-tax .label {
    white-space: nowrap;
}

.price-including-tax .price {
    font-weight: bold;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-notice {
    padding-left: 10px;
}

.price-notice .price {
    font-weight: bold;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.tier-prices {
    padding-bottom: 10px;
}

.tier-prices .price {
    font-weight: normal;
    text-decoration: underline;
    color: #7f7f7f;
}

.tier-prices .benefit {
    color: #7f7f7f;
}

.add-to-links .separator {
    color: #282828;
}

@media (min-width: 768px) {
    .product-shop .product-price {
        width: 100%;
    }
    .product-shop .afterpay-installments.afterpay-installments-amount {
        float: right;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        padding-left: 150px;
    }
}

@media (max-width: 768px) {
    .product-shop .afterpay-installments.afterpay-installments-amount {
        width: 100% !important;
        text-align: center;
        padding-left: 0px;
    }
}

.product-shop .afterpay-installments.afterpay-installments-amount {
    width: 50%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .catalog-product-view .product-shop .price-box {
        text-align: left;
        display: block;
    }
    .catalog-product-view .product-view .product-shop #product-tabs .sizing-tab .inner-tab {
        height: 100%;
    }
    .catalog-product-view .product-shop .price-box .regular-price {
        line-height: 0px;
        padding-top: 25px;
        float: left;
        margin-left: -150px;
    }
    .product-view .product-shop .old-price {
        display: block;
        text-align: left;
    }
    .product_banner_text {
        text-align: left;
    }
    .old-price-show .product_banner_text {
        text-align: left;
        display: block;
    }
    .product-shop .afterpay-installments.afterpay-installments-amount {
        width: 50%;
    }
    .product-options-bottom .price-box {
        display: none !important;
    }
    .product-options-bottom .afterpay-installments.afterpay-installments-amount {
        display: none !important;
    }
}

.product-price .option-label,
.add-to-cart label {
    color: #002e56;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 150px;
    font-weight: bold;
}

.add-to-cart .qty {
    float: left;
    padding: 3px;
}

.add-to-cart button.button {
    float: right;
    margin: 2px 0 0 25px;
}

.add-to-cart .paypal-logo {
    clear: left;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
    text-align: left;
}

.add-to-links {
    font-size: 11px;
}

.add-to-box {
    padding-bottom: 40px;
}

.add-to-box .add-to-cart {
    margin-bottom: 10px;
}

.add-to-box .or {
    float: left;
    margin: 0 15px 0 0;
}

.add-to-box .add-to-links {
    margin: -8px 0 0;
}

.add-to-box .add-to-links li {
    float: left;
}

.product-view .ratings {
    font-size: 11px;
    margin-bottom: 17px;
}

.product-view .price-box {
    float: left;
    margin: 0;
    font-family: Baskerville, Times New Roman, serif;
    letter-spacing: 1px;
}

.gen-tabs-style1 .tabs-panels {
    font-size: 13px;
}

.product-view .availability {
    float: left;
    padding: 0 0 0 20px;
}

.product-view h2,
#related-new .block-title {
    font-weight: normal !important;
    font-size: 16px;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    color: #b4975a;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bfcad4;
    width: 290px;
}

.product-essential {
    padding-bottom: 40px;
}

.product-collateral .box-collateral {
    padding-bottom: 30px;
}

.product-view .product-img-box {
    float: left;
    width: 570px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 260px;
    height: 390px;
    overflow: hidden;
    z-index: 9;
    background: #fff;
    margin-bottom: 8px;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-img-box .product-image-zoom {
    width: 260px;
    height: 390px;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    padding-bottom: 15px;
    color: #606060;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto;
    padding: 0 28px;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
    background: url(../images/slider_bg.gif) 0 45% repeat-x;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: 4px;
    width: 33px;
    height: 8px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views {
    padding-top: 20px;
}

.product-view .product-img-box .more-views ul {
    margin: -4px -24px 0 0;
}

.product-view .product-img-box .more-views li {
    float: left;
    border: solid 1px #c8c8c9;
    margin: 0 4px;
}

.product-view .product-img-box .more-views li a {
    display: block;
    background: #fff;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .a-right {
    padding: 15px 0;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    text-align: center;
    padding: 15px 0;
    margin: 0 100px;
}

.product-image-popup .image {
    display: block;
    margin: 25px 0;
    clear: both;
}

.product-view .product-shop {
    float: right;
    width: 380px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 50%;
    padding-top: 40px;
}

@media (min-width: 768px) and (max-width: 1170px) {
    .col1-layout .product-view .product-shop {
        width: 40%;
    }
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-name {
    color: #7f7f7f;
}

.product-view .product-name h1 {
    font-weight: normal;
    font-size: 16px;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    color: #b4975a;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sendfriend-product-send .col-main .buttons-set button {
    margin-left: 20px;
}

.product-options dt label {
    font-weight: bold;
    color: #002E56;
    float: left;
}

.product-options dt .qty-holder {
    float: right;
}

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

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.add-to-cart .input-box {
    margin: 0;
    float: left;
    width: 135px;
}

.product-options dd {
    margin: 10px 0;
    float: left;
    width: 135px;
}

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

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

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

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

.add-to-cart .input-box select,
.product-options dd select {
    width: 103%;
    color: #002d55;
    font-size: 9px;
    height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: #bfcad4;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/icon-filter-down.png) no-repeat 95% center;
    padding-top: 0px;
    -webkit-border-radius: 0;
    padding-left: 10px;
    padding-right: 20px;
    color: #182F5E;
}

.product-options .options-list input.radio {
    float: left;
    margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.product-options .options-list .label {
    display: block;
    margin-left: 20px;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
    clear: both;
}

.product-options-bottom {
    margin: 10px 0;
    border-top: 0;
    clear: left;
    width: 100%;
}

.product-options-bottom .price-box {
    margin: 0 0 0 0 !important;
    float: left;
    display: none;
}

.product-options-bottom .add-to-links {
    clear: both;
}

.product-options-bottom .add-to-links li {
    float: left;
}

.product-options dt {
    clear: left;
    float: left;
    line-height: 20px;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 150px;
}

.product-options dt .required em {
    color: #B5121B !important;
    float: right;
}

.product-view .box-description {
    display: none;
}

.product-view .box-up-sell .products-grid td {
    width: 30%;
    padding-right: 15px;
}

.product-view .box-up-sell .price-box {
    float: none;
    margin: 0;
}

.product-view .box-tags h3 {
    font-weight: normal;
}

.product-view .box-tags .product-tags {
    margin: 11px 0 20px;
    width: 100%;
    overflow: hidden;
}

.product-view .box-tags .product-tags li {
    background: url(../images/tag-separator.gif) right 3px no-repeat;
    padding-right: 12px;
    margin-right: 17px;
    float: left;
    display: block;
    white-space: nowrap;
    line-height: normal;
}

.product-view .box-tags .product-tags li a {
    color: #7f7f7f;
    text-decoration: none;
}

.product-view .box-tags .product-tags li a:hover {
    text-decoration: underline;
}

.product-view .box-tags .product-tags li.last {
    background: 0;
}

.product-view .box-tags .form-add {
    margin-bottom: 10px;
}

.product-view .box-tags .form-add label {
    display: block;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 550px;
    margin: 0 5px 0 0;
    padding: 0;
}

.product-view .box-tags .form-add input.input-text {
    width: 540px;
    padding: 3px 4px;
}

.product-view .box-tags .form-add p {
    clear: both;
}

.review-product-list .col-main .ratings-table {
    margin: 10px 0;
}

.review-product-list .col-main .ratings-table th,
.review-product-list .col-main .ratings-table td {
    border: 1px solid #e5e5e5;
    padding: 7px;
}

.review-product-list .col-main .nobr {
    margin-bottom: 10px;
    display: block;
}

.review-product-list .col-main .buttons-set {
    padding-left: 0px;
    border: 0;
}

.review-product-list .col-main .data-table {
    margin-bottom: 15px;
}

.product-view .box-reviews dt {
    font-size: 1.16em;
}

.product-view .box-reviews dd {
    padding-bottom: 30px;
}

.product-view .box-reviews h2 {
    margin-bottom: 20px;
}

.product-view .box-reviews .pager {
    border: 0;
    padding: 0 0 10px;
}

.product-view .box-reviews .form-add {
    padding-top: 35px;
}

.product-view .box-reviews .form-add .form-list .input-box,
.product-view .box-reviews .form-add .form-list input,
.product-view .box-reviews .form-add .form-list textarea {
    width: 99%;
}

#home-slider {
    width: auto !important;
    height: auto;
    margin: 40px;
    border-bottom: 1px solid #c7c9cb;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.product-name {
    font-weight: normal;
    line-height: 14px;
    height: 30px;
    overflow: hidden;
}

.tags-list {
    font-size: 1.2em;
}

.tags-list li {
    display: inline;
    line-height: normal;
}

.tags-list li a {
    color: #7f7f7f;
}

.advanced-search-summary {
    padding: 15px 0;
}

.page-sitemap .links {
    text-align: right;
    margin: 0 8px 0 0;
    position: relative;
    z-index: 999;
}

.page-sitemap .links li {
    padding: 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 25px 12px;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .pager {
    border: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    margin-top: -15px;
}

.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.35;
    background-position: 0 2px;
}

.cart .data-table {
    border: solid 1px #e5e5e5;
}

.cart .data-table thead {
    color: #000;
}

.cart .data-table thead th {
    font-weight: normal;
}

.cart .data-table td {
    padding: 25px;
}

.cart .data-table tfoot td {
    padding: 9px 19px 2px;
}

.cart .cart-price {
    color: #002d55;
}

.cart .data-table .product-name a {
    color: #002d55;
    text-decoration: none;
}

.cart .product-image {
    display: inline-block;
}

.cart .product-image img {
    max-width: none;
}

.cart .buttons-set {
    border: none;
    clear: none;
    padding: 0;
}

.cart label {
    margin-bottom: 5px;
}

.cart .input-box {
    float: left;
}

.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .checkout-types li {
    padding-bottom: 10px;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 0 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 3px 55px 8px 0;
    line-height: 1.0;
    font-size: 11px;
}

.cart .title-buttons .checkout-types {
    padding: 47px 0 0 0;
}

.cart-table .item-msg {
    font-size: 10px;
    color: #002E56;
}

.cart .cart-collaterals {
    float: right;
    width: 286px;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 584px;
}

.cart .crosssell {
    border: solid 1px #ebebeb;
    padding: 12px 19px;
}

.cart .crosssell h2 {
    font-weight: normal;
    color: #7f7f7f;
}

.cart .crosssell .product-image {
    float: left;
    display: inline-block;
    border: solid 1px #eeeeee;
}

.cart .crosssell .product-details {
    margin-left: 100px;
}

.cart .crosssell .price-box {
    margin-bottom: 5px;
}

.cart .crosssell button.button {
    margin-bottom: 7px;
}

.cart .crosssell li.item {
    margin: 12px 0 0;
    padding-bottom: 25px;
}

.cart .crosssell li.last {
    background: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.onestepcheckout-index-index #admin_messages {
    text-align: center;
    color: red;
}

.onestepcheckout-feedback,
.onestepcheckout-feedback-freetext,
.onestepcheckout-index-index input[name="onestepcheckout-feedback-enable"] {
    margin-left: 20px;
}

.onestepcheckout-index-index .onestepcheckout-column-right table.onestepcheckout-totals tr .title input#giftcard_code {
    width: 121.2%;
    font-size: 13px;
    letter-spacing: 0.05rem;
    padding-top: 5px;
    padding-left: 15px;
    color: #182F5E;
}

.onestepcheckout-index-index .onestepcheckout-column-right table.onestepcheckout-totals tr .value button.button_giftcard>span {
    padding-top: 2px;
    padding-bottom: 6px;
}

.onestepcheckout-index-index .onestepcheckout-column-right table.onestepcheckout-totals tr .value button.button_giftcard>span>span {
    padding: 4px 25px;
    background-color: transparent;
}

.onestepcheckout-column-right table.onestepcheckout-totals tr .title.title_gift_card ::-webkit-input-placeholder {
    color: #182F5E;
}

.onestepcheckout-column-right table.onestepcheckout-totals tr .title.title_gift_card :-moz-placeholder {
    color: #182F5E;
}

.onestepcheckout-column-right table.onestepcheckout-totals tr .title.title_gift_card ::-moz-placeholder {
    color: #182F5E;
}

.onestepcheckout-column-right table.onestepcheckout-totals tr .title.title_gift_card :-ms-input-placeholder {
    color: #182F5E;
}

.cart .div_cart_discount {
    margin-top: 20px;
    padding-bottom: 20px;
}

.cart .div_cart_discount .discount {
    margin-top: 0;
    padding-bottom: 0;
}

.cart .div_cart_discount .discount.giftcard-content {
    padding-top: 6px;
}

.cart .div_cart_discount .discount.giftcard-content b {
    width: 100%;
    clear: both;
    display: block;
    padding-top: 10px;
}

.cart .div_cart_discount,
.cart .shipping {
    border: 1px solid #bfcad4;
}

.cart .discount {
    margin-top: 20px;
    padding: 19px 20px;
}

.cart .discount .input-box {
    float: left;
    width: 100%;
}

.cart .discount .input-box input {
    float: left;
    width: 100%;
    padding: 4px;
    margin-bottom: 4px;
}

.cart .discount .buttons-set {
    float: left;
    margin: 0px 5px 0 0;
}

.cart .discount .discount-form {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
}

.cart .shipping {
    padding: 20px 19px;
    margin-bottom: 12px;
}

.cart .shipping p {
    padding-bottom: 10px;
}

.cart .shipping .buttons-set {
    margin: 10px 0 0;
}

.cart .shipping .buttons-set button {
    float: left;
}

.cart .shipping .input-box {
    width: 99%;
}

.cart .shipping select {
    width: 100%;
}

.cart .shipping #shipping-zip-form input {
    width: 97%;
}

.cart .totals {
    padding: 20px 20px 12px;
    width: 244px;
    border: 1px solid #bfcad4;
    overflow: auto;
}

.cart .totals table {
    color: #002e56;
    font-size: 12px;
    width: 100%;
    margin: 0 0 10px;
}

.cart .totals strong .price {
    font-weight: normal;
}

.cart .totals table th,
.cart .totals table td {
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
}

.cart .totals table th {
    font-weight: bold;
}

.cart .totals .checkout-types {
    float: none;
    text-align: center;
}

.cart .totals .checkout-types a {
    font-size: 11px;
}

.item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

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

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #e5e5e5;
    background-color: #f3f3f3;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.truncated .truncated_full_value dd {
    padding-bottom: 3px;
    padding-top: 3px;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

.sp-methods {
    margin-top: -10px;
}

.sp-methods li {
    position: relative;
    margin: 0 0 17px;
}

.sp-methods dt {
    font-weight: bold;
    padding-bottom: 10px;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    width: 285px;
}

.sp-methods select.month {
    margin-right: 9px;
    width: 138px !important;
}

.sp-methods select.year {
    width: 138px !important;
}

.sp-methods input.cvv {
    width: 138px !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 1em;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
    line-height: 30px;
}

.tool-tip {
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form .inner-box {
    padding: 10px;
    width: 589px;
    overflow: hidden;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form .whole-order {
    padding-bottom: 15px;
}

.gift-messages-form textarea {
    width: 82% !important;
}

.gift-messages-form .item {
    margin: 10px 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;
    font-weight: bold;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {}

.gift-message-link {
    display: block;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}

.gift-message-link.expanded {
    background-position: 0 -53px;
}

.gift-message-row .btn-close {
    float: right;
}

.gift-message dt strong {
    font-weight: bold;
}

.checkout-agreements li {
    margin: 10px 0;
}

.checkout-agreements .agreement-content {
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    padding: 5px;
    height: 10em;
    overflow: auto;
}

.checkout-agreements .agree {
    padding: 6px;
}

.centinel .authentication {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.block-progress {
    background: none;
    width: 155px;
    padding: 10px 0 0 14px !important;
    border: none;
    margin: 55px 0 0;
    border: none;
}

.block-progress .block-title {
    font-family: Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    text-transform: none;
    padding: 0;
    letter-spacing: normal;
}

.block-progress .block-title strong {
    font-size: 11px;
    font-weight: bold;
}

.block-progress .block-content {
    padding: 14px 0 0;
}

.block-progress dt {
    border-top: solid 1px #bfcad4;
    color: #7f7f7f;
    padding: 12px 0 12px 0;
    font-size: 11px;
    font-weight: bold;
}

.block-progress dl {
    padding: 0 !important;
}

.block-progress dd {
    border-top: 0;
}

.block-progress dd.complete {
    color: #929292;
    padding: 15px 0;
    border-top: solid 1px #bfcad4;
}

.block-progress .separator {
    margin: 0 3px;
}

.block-progress a {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

.opc {
    border-bottom: 1px solid #bfcad4;
    position: relative;
}

.opc li.section {
    border-top: 1px solid #bfcad4;
}

.opc p {
    padding-bottom: 10px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .step-title {
    padding: 8px 0 12px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
    margin: 5px 10px 0 0;
    padding: 1px 5px;
    border: 1px solid #002E56;
    color: #002E56;
    background: none;
}

.opc .step-title h2 {
    float: left;
    padding: 4px 0 0;
    margin-bottom: 0;
    color: #b2b3b6;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
}

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

.opc .allow .step-title {
    cursor: pointer;
}

.opc .active .step-title {
    cursor: default;
}

.opc .active .step-title h2 {
    color: #002d55;
}

.opc .active .step-title .number {
    color: #fff;
    background: #002E56;
    border: solid 1px #002E56;
}

.opc .step {
    position: relative;
    padding: 15px 0 20px;
}

.opc .step .tool-tip {
    right: 10px;
    top: 320px !important;
}

.opc .step label {
    display: inline-block;
    margin-bottom: 5px;
}

.opc .step input {
    vertical-align: middle;
}

.opc .order-review {}

.data-table tfoot tr.last .price {
    font-size: 14px;
    color: #000;
}

.opc .buttons-set {
    border: 0;
}

.checkout-progress {
    padding: 0 50px;
    margin: 10px 0;
}

.checkout-progress li {
    float: left;
    width: 20%;
    border-top: 5px solid #b4975a;
    text-align: center;
    color: #b4975a;
}

.checkout-progress li.active {
    border-top-color: #000;
    color: #000;
}

.multiple-checkout {
    position: relative;
}

.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}

.multiple-checkout .grand-total big {
    display: block;
    margin-bottom: 10px;
}

.multiple-checkout .grand-total .price {
    color: #000;
    font-weight: bold;
}

.multiple-checkout .data-table {
    margin: 10px 0;
}

.multiple-checkout .col2-set {
    padding: 20px 0;
}

.multiple-checkout .col2-set h2 {
    font-size: 1.16em;
    margin-bottom: 10px;
}

.multiple-checkout .box {
    padding: 10px 0;
}

.multiple-checkout .col2-set h2 {
    color: #000;
}

.multiple-checkout .col2-set h3 {
    color: #000;
    font-size: 1.09em;
}

.account-login .form-list {
    margin-top: 15px;
}

.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;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account .my-tag-edit a.btn-remove {
    float: left;
    margin-right: 5px;
}

.my-account .data-table .rating-box {
    margin-right: 20px;
}

.my-account .data-table {
    margin: 10px 0;
}

.my-account .data-table button {
    margin-bottom: 10px;
}

.my-account .my-wishlist .data-table .product-image {
    margin-bottom: 15px;
    display: block;
}

.my-account .my-wishlist .data-table textarea {
    width: 90%;
    height: 200px;
}

.my-account .my-wishlist .data-table .btn-cart {
    margin: 10px 0;
}

.my-account .my-wishlist .buttons-set button {
    margin-left: 10px;
}

.my-account .col2-set {
    padding-bottom: 7px;
}

.my-account .order-items h2 {
    margin: 10px 0;
}

.my-account .tags-list {
    font-size: 1.2em;
}

.my-account .pager {
    border: 0;
    padding-left: 0;
}

.my-account .addresses-list ol .item {
    padding-bottom: 20px;
}

.dashboard .welcome-msg .hello {
    margin-bottom: 10px;
    color: #002E56;
}

.dashboard .data-table {
    margin: 15px 0;
}

.dashboard .box-title,
.dashboard .box-head {
    width: 100%;
    overflow: hidden;
}

.dashboard .box-recent {
    margin: 10px 0;
}

.dashboard .box-reviews {
    padding-bottom: 15px;
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #e5e5e5;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews .details .ratings strong {
    float: none;
    display: block;
    margin-bottom: 3px;
}

.dashboard .box-reviews .details .ratings .rating-box {
    float: none;
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #e5e5e5;
}

.dashboard .box-tags .details {
    margin: 10px 0 0 20px;
}

.dashboard .box-tags .details .tags li {
    display: inline;
}

.order-info {
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    font-weight: bold;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-additional {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    margin: 5px 0 0;
    font-size: 13px;
}

.order-about {
    margin: 15px 0;
}

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

.page-print .print-head {
    padding-bottom: 20px;
}

.page-print .print-head img {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print .col2-set {
    padding: 15px 0;
}

.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
    margin-bottom: 15px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 7px;
}

.product-review .product-img-box .ratings .rating-links a {
    display: block;
}

.product-review .product-img-box .ratings .rating-links .separator {
    display: none;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

.price-box.map-info .price {
    padding-right: 10px;
    font-weight: normal;
}

.product-view .product-shop .price-box.map-info {
    margin: 0 0 10px;
}

.product-view .product-shop .old-price {
    display: block;
}

.product-view .product-shop .price-box.map-info a {
    padding: 0 10px 0 0;
}

.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    letter-spacing: 1px;
    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 #e5e5e5;
    -webkit-box-shadow: 0 0 6px #e5e5e5;
    box-shadow: 0 0 6px #e5e5e5;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: 0;
    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: 5px 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 #e5e5e5;
}

.catalogsearch-advanced-index .col-main .form-list label {
    float: none;
}

.review-customer-index .col-main .pager,
.sales-order-history .col-main .pager {
    margin: 15px 0;
    border: 0;
    padding-left: 0;
}

.footer-container {
    margin: 0;
    padding-bottom: 10px;
    overflow: hidden;
    border-top: 1px solid #c7c9cb;
}

.footer-padding {
    width: 100%;
    height: 60px;
    background: #e9e8e8;
}

.footer-container address {
    color: #b2b3b6;
    display: block;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    padding: 35px 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .col-1 {
    float: right;
    width: 190px;
}

.footer .col-2 {
    float: left;
    width: 700px;
}

.footer .sub-col-1 {
    float: left;
    width: 170px;
    margin-left: 0;
    padding-left: 40px;
}

.footer .sub-col-2 {
    float: left;
    width: 230px;
    margin-left: 9px;
}

.footer .sub-col-3 {
    float: left;
    width: 150px;
    margin-left: 9px;
}

.footer .footer-list li {
    line-height: 18px;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
}

.footer .footer-list li a {
    color: #b4975a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.footer .footer-list li a:hover {
    color: #fff;
}

.footer .footer-list li a.active {
    color: #fff;
}

.footer .block-subscribe {
    padding: 0;
    border: none;
    background: none;
    position: relative;
    float: left
}

.footer .block-subscribe .block-title {
    padding-bottom: 4px;
    float: left;
}

.footer .block-subscribe .block-title strong {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding: 0;
    display: block;
    font-weight: normal;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
}

.footer .block-subscribe .block-content {
    font-size: 10px;
    color: #595959;
}

.footer .block-subscribe label {
    display: block;
    padding-bottom: 5px;
}

.footer .block-subscribe .validation-advice {
    position: absolute;
    width: 110px;
    top: 65px;
    left: 0;
}

.footer .block-subscribe .input-box {
    float: left;
    width: 134px;
}

.footer .block-subscribe .input-box input {
    background: url(../images/subscribe-bg.gif) top repeat-x;
    width: 119px;
    vertical-align: top;
    padding: 1px 10px 1px 5px;
    height: 14px;
    color: #7d7d7d;
    border: solid 0px;
    margin: 0;
    font-size: 11px;
    position: relative;
    z-index: 2;
}

.footer .block-subscribe .actions {
    padding: 0
}

.footer .block-subscribe button.button {
    float: right;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/subscribe-button.gif) no-repeat 0 0;
    position: relative;
    z-index: 1;
}

.footer .block-subscribe button.button span {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    text-indent: 20em;
    background: none;
    overflow: hidden;
    border: solid 0px;
}

.footer .block-subscribe button.button span span {
    background: none;
}

.clearer:after,
.product-options-bottom:after,
.row:after,
.category-banner:after,
.nav-container:after,
.border-color:after,
.header-top:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 261px;
    height: 261px;
    overflow: hidden;
}

.product-view .product-img-box .product-image-zoom a {
    width: 261px;
    height: 261px;
    display: block;
    position: relative;
    overflow: hidden;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.product-view .product-img-box .product-image-zoom a:hover .wrapper_pic_zoom {
    top: 0;
}

.wrapper_pic_zoom {
    background: url(../images/pic_zoom.png) no-repeat scroll 50% 50% transparent;
    width: 261px;
    height: 261px;
    position: absolute;
    left: 0;
    top: -190px;
    z-index: 101;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url(../images/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
    background: url(../images/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
    background: url(../images/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(../images/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(../images/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_content {
    background-color: #fff;
}

div.pp_default .pp_next:hover {
    background: url(../images/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(../images/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(../images/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_expand:hover {
    background: url(../images/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: url(../images/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_contract:hover {
    background: url(../images/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a {
    background: url(../images/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(../images/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default .pp_details {
    position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(../images/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0 0;
    width: 20px;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 105px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(../images/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../images/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background: url(../images/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background: url(../images/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
    background: url(../images/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_middle {
    background: #fff;
}

div.light_rounded .pp_top .pp_right {
    background: url(../images/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_content .ppt {
    color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
    background: #fff;
}

div.light_rounded .pp_content {
    background-color: #fff;
}

div.light_rounded .pp_next:hover {
    background: url(../images/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(../images/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(../images/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: url(../images/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: url(../images/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: url(../images/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_details {
    position: relative;
}

div.light_rounded .pp_description {
    margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
    color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
    background: url(../images/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../images/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next {
    background: url(../images/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_middle {
    background: #fff;
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../images/sprite.png) -110px -80px no-repeat;
}

div.light_rounded .pp_loaderIcon {
    background: url(../images/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background: url(../images/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_middle {
    background: url(../images/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_top .pp_right {
    background: url(../images/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_content {
    background: url(../images/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_next:hover {
    background: url(../images/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(../images/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(../images/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: url(../images/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: url(../images/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: url(../images/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_details {
    position: relative;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded .pp_description {
    color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../images/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_rounded .pp_arrow_next {
    background: url(../images/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background: url(../images/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000;
}

div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_square .pp_description {
    color: #fff;
}

div.dark_square .pp_loaderIcon {
    background: url(../images/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
    background: url(../images/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: url(../images/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: url(../images/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: url(../images/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_details {
    position: relative;
}

div.dark_square .pp_description {
    margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: url(../images/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(../images/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(../images/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_square .pp_arrow_next {
    background: url(../images/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_square .pp_next:hover {
    background: url(../images/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(../images/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
    background: #fff;
}

div.light_square .pp_content .ppt {
    color: #000;
}

div.light_square .pp_expand {
    background: url(../images/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(../images/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(../images/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(../images/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_details {
    position: relative;
}

div.light_square .pp_description {
    margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
    background: url(../images/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(../images/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next {
    background: url(../images/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_next:hover {
    background: url(../images/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(../images/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_loaderIcon {
    background: url(../images/loader.gif) center center no-repeat;
}

div.facebook .pp_top .pp_left {
    background: url(../images/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(../images/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(../images/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content .ppt {
    color: #000;
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_content {
    background: #fff;
}

div.facebook .pp_expand {
    background: url(../images/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(../images/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(../images/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(../images/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_details {
    position: relative;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.facebook .pp_loaderIcon {
    background: url(../images/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(../images/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(../images/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(../images/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(../images/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(../images/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(../images/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 7px 0 0 0;
}

.pp_social .facebook {
    float: left;
    position: relative;
    top: -1px;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(../images/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery li.default a img {
    display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_next {
    background: url(../images/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../images/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0 20px;
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px 0;
}

div.ppt {
    color: #fff;
    display: none !important;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

#newsletter-validate-detail .block-content {
    margin: 0 auto;
}

.footer-list li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
}

#newsletter-validate-detail .block-content label {
    display: block;
    font-size: 16px;
    margin: 18px;
    text-align: center;
}

#newsletter-validate-detail .input-text {
    font-size: 11px;
    height: 40px;
    text-indent: 15px;
    letter-spacing: 1px;
    width: 100%
}

#newsletter-validate-detail {
    color: #002d55;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#newsletter-validate-detail #validation-message {
    font-size: 12px;
    text-align: left;
    text-transform: none;
    color: #939598;
}

.validate-success p {
    color: green;
}

.validate-error p {
    color: red;
}

.page-title h1 {
    font-weight: 550 !important;
    color: #b4975a;
    width: 100%;
    text-align: center;
}

.checkout-onepage-success .desktop {
    text-align: center;
}

.checkout-onepage-success .buttons-set button.button {
    float: none;
}

.page-title h1 span {
    background-color: #FFFFFF;
    padding-right: 10px !important;
}

.cms-page-view .page-title h1 span {
    padding: 0 5px 3px !important;
}

.xsitemap a {
    color: #002e56;
}

.page-inner-image div {
    background-color: #FFFFFF;
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    width: 235px;
    height: 400px;
    padding: 40px 20px 20px 20px;
    margin-left: 75px;
}

#page-stores div {
    padding: 70px 20px 20px 20px;
    height: 370px;
}

#page-about-us div {
    width: 380px;
    margin-left: 41px;
    background: rgba(255, 255, 255, 0.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

.page-inner-image p {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
    line-height: 20px;
}

.page-inner-image h1 {
    color: #002e56;
    font-size: 18px;
    font-weight: normal;
}

.page-inner-image h2 {
    color: #002e56;
    font-size: 18px;
}

.page-inner-image a {
    color: #002e56;
}

.header .links li a.active {
    color: #b4975a !important;
}

.nivo-controlNav {
    height: 30px;
    padding: 5px;
    right: 10px;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
    bottom: 0;
}

.nivo-controlNav a {
    padding-left: 2px;
    padding-top: 2px;
}

.std .block .block-title {
    font-size: 16px;
}

.std .block a {
    color: #7F7F7F;
}

.logo img {
    height: 150px;
}

.col-left li a {
    text-transform: capitalize;
    color: #002E56;
}

.col-left li a:hover {
    color: #b4975a;
}

.col-left .block-content a,
.col-right .block-content a {
    color: #002E56 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.col-left .block-content .current {
    color: #b4975a !important;
    text-transform: uppercase !important;
    font-size: 10px !important;
    letter-spacing: 1px;
}

.fields .field {
    margin-bottom: 10px;
}

.box {
    background-color: lightgrey;
    border: 1px solid #E5E5E5;
    padding: 25px;
}

.box-title h3 {
    font-size: 14px;
}

.input-box select {
    font-size: 13px;
    width: 100%;
}

.product-options-bottom p.required {
    margin-bottom: 10px;
}

.link-compare,
.block-compare {
    display: none;
}

.block-wishlist .actions a {
    background: none repeat scroll 0 0 #7E7E7E;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #FFF !important;
    font-weight: normal !important;
}

.link-wishlist {
    background: none repeat scroll 0 0 #E7E0D5;
    color: #002E56;
    float: left;
    font: 11px/22px Arial, Helvetica, sans-serif;
    height: 22px;
    margin-right: 8px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.link-wishlist:hover {
    color: #FFF;
    background-color: #b4975a;
}

.viewproductbutton {
    background: none repeat scroll 0 0 #002E56;
    color: #FFF;
    float: left;
    font: 11px/22px Arial, Helvetica, sans-serif;
    height: 22px;
    margin-right: 8px;
    margin-bottom: 6px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.viewproductbutton:hover {
    background-color: #b4975a;
}

.email-friend a,
.link-wishlist,
.link-compare {
    text-transform: capitalize !important;
}

.aud {
    font-size: 12px;
    color: #9a9c9f;
    display: inline-block;
    padding: 4px;
}

#related-new {
    margin-top: 20px;
}

#related-new .mini-products-list li {
    padding: 0 !important;
}

#related-new .mini-products-list .product-image {
    background: none !important;
    padding: 0 !important;
    border: 1px solid #C8C8C9;
    width: auto !important;
    margin: 2px 4px !important;
}

.paypal-logo img {
    height: 32px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#shopping-cart-table {
    background-color: transparent;
    border: 1px solid #bfcad4;
}

#shopping-cart-table th {
    font-weight: bold;
    padding: 9px !important;
    border: none;
    color: #FFFFFF;
    font-size: 12px;
}

#shopping-cart-table tbody tr {
    border-top: 1px solid #bfcad4;
}

#shopping-cart-table tbody tr td {
    border-right: 1px solid #bfcad4;
}

#shopping-cart-table td {
    padding: 18px !important;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
    border-top: 1px solid #bfcad4;
}

#shopping-cart-table h2.product-name,
#shopping-cart-table h3.product-name {
    font-size: 12px;
    color: black;
    font-weight: bold;
    min-height: 0;
    text-align: left;
}

#shopping-cart-table .price {
    font-size: 12px;
}

#shopping-cart-table .button span,
.cart-collaterals .col-2 .button span {
    background-color: #E7E0D5;
    color: #000000 !important;
}

.cart .shipping .price {
    font-size: 12px;
}

.sp-methods dt {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    text-transform: uppercase;
}

#recently-viewed-items .product-name {
    min-height: 0;
}

.data-table {
    border: 1px solid #002d56;
}

.data-table thead {
    background-color: #002E56;
    color: #FFF;
}

.data-table th {
    font-weight: bold;
    padding: 9px !important;
    border: none;
    font-size: 12px;
}

.data-table td {
    padding: 9px !important;
    border: none;
    font-size: 12px;
}

.data-table h2.product-name,
.data-table h3.product-name {
    font-size: 12px;
    font-weight: bold;
    min-height: 0;
    width: 100%;
}

.data-table a {}

.data-table .price {
    font-size: 12px !important;
    color: #000;
}

.data-table dt {
    font-size: 12px;
    color: #002d55 !important;
    clear: both;
    float: left;
    margin-top: 0 !important;
}

.data-table dd {
    margin-bottom: 0 !important;
    float: left;
    color: #002d55 !important;
}

#product-options-wrapper .add-to-cart label {
    width: 60px !important;
}

.btn-size span {
    background-color: #9d9d9d;
    font-color: #002E56;
    height: 25px !important;
    line-height: 25px !important;
}

#search_mini_form {
    float: left;
    width: 100%;
    max-width: 140px;
}

#search_mini_form .input-text {
    background-color: transparent;
    color: #c7c9cb;
    letter-spacing: 0.05rem;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    width: 100%;
    border: 1px solid #c7c9cb;
    text-transform: uppercase;
}

#search_mini_form:nth-child(n) {
    filter: none;
}

.border-color {
    width: 1840px;
    margin: 0 auto;
    height: 15px;
    background: url("../images/border-color2.png") repeat-x scroll center 0 transparent;
    background-size: 1840px 15px;
}

.footer-top {
    text-align: left;
    max-width: 1840px;
    margin: 0 auto;
}

.footer-links {
    display: inline-block;
    width: 60%;
    float: left;
    padding: 0;
    text-align: left;
}

.footer-links .col {
    width: 25%;
    float: left;
}

.footer-links li a {
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #939598;
}

.footer-socail a img {
    width: auto;
    height: 18px;
    margin: 0px;
}

.footer-socail {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    margin-top: 30px;
}

.footer-socail a {
    width: 30px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.row {
    margin-left: 20px;
    margin-right: 25px;
}

.left-0 {
    padding-left: 0 !important;
}

.rgiht-0 {
    padding-right: 0 !important;
}

.col {
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8 {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.col_4 {
    width: 50%;
}

.col_2 {
    width: 25%;
}

img {
    max-width: 100%;
    height: auto;
}

.mini-products-list .product-image {
    margin-right: 5px;
}

@media all and (max-width: 767px) {
    .footer-container {
        border-bottom: 1px solid #c7c9cb;
    }
}

.home-banners.mobile_only {
    margin-bottom: 20px;
}

.home-banners.mobile_only:after {
    content: '';
    display: table;
    clear: both;
}

@media all and (min-width: 768px) {
    .newsletter-header .join {
        text-transform: uppercase;
        font-size: 16px;
        color: #113b60;
        letter-spacing: 0.1em;
    }
    .newsletter-header .subscribe {
        letter-spacing: 1px;
        font-size: 14px;
        color: #999999;
        font-family: "Baskerville", Times, Serif;
        padding-bottom: 10px;
    }
    .home-banners {
        padding-bottom: 40px;
        overflow: hidden;
    }
    .home-banners .col_8 {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 60px 0 50px;
        background: #002E56;
        margin-bottom: 20px;
    }
    .home-banners .col_4>div {
        position: relative;
    }
    .home-banners .block-hover {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        text-align: center;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
    }
    .home-banners h2 {
        color: #FFFFFF;
        letter-spacing: 3px;
    }
    .home-banners .col_8 p {
        color: #FFFFFF;
        letter-spacing: 1px;
    }
    .home-banners p {
        font-size: 10px;
        letter-spacing: 0.05rem;
    }
    .block-hover {
        display: none;
    }
    .home-banners .col_4:hover .block-hover {
        display: block;
    }
    .block-hover h2 {
        color: #002E56;
        margin-top: 31%;
        letter-spacing: 3px;
        transform: translate(0, -50%);
    }
    .block-hover p {
        color: #002E56;
        font-size: 12px;
    }
}

.home-banners .row {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.home-banners a {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    margin-top: 20px;
    width: 100%;
}

.home-banners a .hover-img {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff);
    zoom: 1;
    transition: all 2s ease 0s;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}

.home-banners a:hover .hover-img {
    display: block;
}

.home-banners a .hover-img:nth-child(n) {
    filter: none;
}

.level1 {
    font-weight: bold;
    cursor: default;
    pointer-events: none;
    font-size: 12px !important;
}

.level2 {
    pointer-events: auto;
}

.parent {
    pointer-events: auto !important
}

h2.title {
    color: #002d55;
    font: 12px/17px Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 50px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.instagram {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: right;
}

.products-grid .info-bottom {
    padding: 8px 0;
    text-align: center;
}

.info-price .default-color,
.products-grid .info-price .price-box {
    display: inline-block;
    margin: 0;
    color: #316B9B;
}

.box-title {
    padding: 20px 0;
    text-align: center;
}

.box-title span {
    display: block;
    width: 100%;
    position: relative;
    font-size: 22px;
    text-align: left;
    padding-bottom: 0px;
    border-bottom: 1px solid #aaa;
}
.box-title span:before{
	display: block;
	padding: 1px;
	border:1px solid red;
	position: absolute;
}

.products-grid {
    color: #002d55;
    font-size: 14px;
    font-family: Baskerville, Times New Roman, serif;
    letter-spacing: 1px;
}

.products-grid .price-box .price {
    font-size: 14px;
    font-weight: normal;
    color: #9a9c9f;
}

.products-grid .product-name {
    margin: 0 0 3px;
}

.products-grid .product-image img.hover-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.products-grid li:hover .product-image img.hover-img {
    opacity: 1;
}

.left-categories .level0>a,
.left-categories ul.level0 ul {
    display: none;
}

.left-categories ul.level0 li.active>ul {
    display: block;
}

.left-categories ul.level0 ul {
    padding-top: 10px;
}

.left-categories ul.level0 ul a {
    padding: 4px 0;
}

.left-categories li.parent>a {
    padding-right: 30px;
}

.left-categories a {
    font-weight: normal !important;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
}

.left-categories a:hover,
.left-categories li.active>a {
    color: #b4975a;
}

.left-categories li {
    position: relative;
}

.left-categories li.level1>a {
    pointer-events: none;
    text-transform: capitalize;
    border-bottom: 1px solid #bfcad4;
    padding: 25px 0 10px;
}

.block-layered-nav .opener,
.left-categories .opener {
    color: #002e56;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    font-weight: normal !important;
    text-align: right;
    top: 24px;
    width: 30px;
}

.block-layered-nav .opener:before,
.left-categories .opener:before {
    content: "+";
}

.block-layered-nav dt.open .opener:before,
.left-categories li.parent.open>.opener:before {
    content: "-";
}

.m-filter-item-list li {
    padding: 10px 0;
    position: relative;
}

.m-filter-item-list li a:before,
.m-filter-item-list li span:before {
    background: url("../images/left-nav-radio.png") no-repeat scroll 0 0 transparent;
    margin-right: 5px;
    float: left;
    content: "";
    width: 22px;
    height: 16px;
}

.m-filter-item-list li.m-selected-ln-item span:before {
    background-position: 0 100%;
}

.m-filter-item-list li span {
    color: #002e56;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.col-left .m-filter-item-list li a {
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
}

.col-left .price-filter li a {
    font-size: 15px;
}

.product-price {
    float: left;
    margin: 10px 0;
}

#product-tabs {
    padding-top: 10px;
}

.product-view .btn-cart {
    float: left;
    margin-right: 15px;
}

.button {
    background: #002d55;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0 40px;
    color: #fff;
    border: none;
    height: 40px;
    margin-top: 5px;
    font: 11px/22px Arial, Helvetica, sans-serif;
}

.product-view button.btn-cart:hover span {
    background: #002d55;
}

.product-bottom {
    margin-top: 10px;
}

.product-view .addthis_toolbox {
    float: left;
}

.product-socail a {
    font-size: 22px;
    height: 22px;
    line-height: 26px;
    width: 22px;
    display: inline-block;
    margin: 0 8px;
    text-align: center;
}

.box-up-sell .products-grid,
.product-view .more-views ul {
    margin: 0 -10px;
    width: 100%;
}

.box-up-sell .products-grid li,
.product-view .more-views li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 10px;
}

.box-up-sell .products-grid li {
    width: 20%;
}

.box-up-sell .products-grid li img,
.product-view .more-views li img {
    max-width: 100%;
    height: auto;
}

.page-title h1 span.item-count {
    color: #002d55;
    display: inline-block;
    font-size: 12px;
    line-height: 23px;
    padding: 0 0 4px 70px;
    vertical-align: middle;
}

.cart .cart-action {
    float: left;
}

.cart .action a {
    background: none;
    color: #bcbdc0;
    text-indent: 0;
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
}

.cart .small_q {
    color: #002d55;
    font-size: 9px;
    margin: 0 15px;
    vertical-align: bottom;
    display: inline-block;
}

.cart .price-p {
    min-width: 280px;
}

.cart .qty {
    color: #002d55;
    height: 20px;
    margin-right: 20px;
    width: 40px;
}

#shopping-cart-totals-table td:first-child {
    text-align: left !important;
}

.cart-collaterals h2 {
    border-bottom: 1px solid #bfcad4;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cart-collaterals .opener {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 2;
}

.cart-collaterals .opener:before {
    content: "+";
    cursor: pointer;
    display: block;
    height: 30px;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    font-size: 20px;
}

.cart-collaterals .open .opener:before {
    content: "-";
}

.opc .step .form-list.login-choise label {
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#checkout-step-login {
    width: 246px;
}

#checkout-step-login .input-box,
#checkout-step-login .input-box input {
    width: 100%;
}

#checkoutSteps input.input-text,
#checkoutSteps select,
#checkoutSteps textarea {
    border-color: #bfcad4;
    color: #b2b3b6;
    height: 30px;
}

#remember-me-box {
    margin: 18px 0 3px;
}

.forgot-link {
    color: #b2b3b6;
}

.opc .buttons-set button.button {
    float: left;
}

.opc .buttons-set button.button {
    background-color: #002d55;
    height: 32px;
    text-align: center;
    width: 285px;
}

.opc .checkout-login .buttons-set button.button {
    width: 100%;
}

.opc .buttons-set button.button span {
    font: bold 13px/32px Arial, Helvetica, sans-serif;
    height: 32px;
    padding: 0 !important;
    background: none;
    width: 100%;
}

.opc .step {
    max-width: 610px;
}

.opc .step .form-list .field {
    padding-right: 20px;
    width: 285px;
    margin: 0;
}

.opc .step .form-list .fields {
    margin-bottom: 17px;
}

.opc .step .customer-dob label,
.opc .step .customer-name .field label {
    display: none;
}

.opc .step .form-list select,
.opc .step .form-list input.input-text,
.opc .step .form-list .input-box {
    width: 100%;
}

.opc .step .form-list li.wide input.input-text {
    width: 590px;
}

.opc .form-list label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.opc .form-list .customer-dob .dob-day,
.opc .form-list .customer-dob .dob-month {
    padding-right: 9px;
    width: 72px;
}

.opc .form-list .customer-dob .dob-year {
    width: 123px;
}

.opc .form-list li.control label {
    font-weight: normal;
    text-transform: none;
}

.opc .form-list .input-label {
    width: auto;
}

.autocomplete-w2 {
    background-color: #fff;
}

.opc .step .sp-methods li label {
    color: #002e56;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sp-methods dd {
    margin-bottom: 0;
}

#checkout-review-table .data-table tbody tr {
    border-bottom: 1px solid #002d56;
}

.page-empty .page-title {
    border-color: #ececed;
    padding: 0 0 2px;
    margin: 0 75px 15px 65px;
}

.page-empty .page-title h1 {
    font-size: 12px;
}

.page-inner-popup {
    height: 570px;
    overflow: auto;
    color: #002d55;
}

.page-inner-popup .inner {
    padding: 20px 75px 30px 65px;
    background: url("../images/popup-bottom-title-page.png") no-repeat scroll 65px 0 transparent;
}

.page-inner-popup img {
    max-width: 100%;
    height: auto;
}

.page-inner-popup .stockist-logo img {
    max-width: 160px;
}

.page-inner-popup p {
    margin: 0 0 20px;
    line-height: 22px;
}

.page-inner-popup .store-info p {
    margin: 0 0 6px;
}

.page-inner-popup .store-time p {
    margin: 0 0 3px;
    text-align: right;
}

.page-inner-popup .store-time p .date {
    float: left;
}

.cms-stores img {
    margin: 20px 0;
}

#contactForm .fieldset {
    padding: 0;
    border: none;
    background: none;
}

#contactForm .form-list label {
    font-weight: bold;
    margin: 0 0 5px;
}

#contactForm .form-list input.input-text,
#contactForm .form-list textarea.input-text,
#contactForm .form-list .input-box {
    width: 100%;
}

#contactForm .form-list input.input-text,
#contactForm .form-list textarea.input-text {
    border-color: #bfcad4;
}

#contactForm .form-list textarea.input-text {
    padding: 8px 5px;
}

#contactForm .form-list li {
    margin: 0 0 18px;
}

.stockist-page .page-title h1 {
    text-align: center;
    margin-bottom: 12px;
}

.stockist-page .cms-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stockist-item {
    width: 25%;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .stockist-item {
        width: 48%;
        text-align: center;
    }
    .stockist-item:nth-child(even) {
        margin-left: 4%;
    }
}

.stockist-item h6 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

.stockist-item a {
    color: inherit;
    text-decoration: underline;
}

.page-empty.stockist-page .page-title {
    margin: 0 33px 15px 18px;
}

.stockist-page .inner {
    padding: 20px 75px 30px 65px;
    background: none;
}

.cms-stores .page-title h1 {
    text-align: center;
    margin-bottom: 12px;
}

.store {
    clear: both;
    margin-bottom: 30px;
}

.store:after {
    content: "";
    display: table;
    clear: both;
}

.store__info {
    display: inline-block;
    width: 34.7457%;
    float: left;
}

.store__opening-hours {
    display: inline-block;
    float: left;
    margin-left: 11.8644%;
    -webkit-column-width: 40px;
    -moz-column-width: 40px;
    column-width: 40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 42.3728%;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    -webkit-column-span: all;
    column-span: all;
    -moz-column-fill: balance;
    column-fill: auto;
}

.store h6,
.store .store__map,
.store__opening-hours .heading {
    font-family: 'URWGeometric-Medium', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-weight: bold;
    color: #7f7f7f;
}

.store .store__map a {
    border-bottom: 1px solid #ccc;
    color: #7f7f7f;
}

.store__opening-hours .heading {
    margin-top: 3px;
}

@media (max-width: 768px) {
    .store__info,
    .store__opening-hours {
        width: 100%;
        margin: 0;
        float: none;
        min-width: 0;
        display: block;
    }
    .store__opening-hours {
        columns: initial;
    }
}

.credits-page {
    margin: 0 -1%;
}

.credits-page .item {
    width: 48%;
    margin: 0 1% 10px;
    float: left;
}

.credits-page .item:nth-child(2n+1) {
    clear: left;
}

.credits-page .item h4 {
    padding: 8px;
    color: #fff;
    background-color: #b39759;
    font-weight: normal;
}

.pr-page {
    margin: 0 -10px;
}

.pr-page .item {
    float: left;
    margin: 0 10px 20px;
    text-align: center;
    width: 136px;
}

.pr-page .item:nth-child(3n+1) {
    clear: left;
}

.page-empty.press-page {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

.pr_iframe .cboxIframe,
.pr_iframe #cboxLoadedContent {
    background: none repeat scroll 0 0 transparent;
}

.press-page #cboxOverlay {
    display: none !important;
}

.press-page>.content_page {
    background-color: #fff;
    height: 640px;
    left: 50%;
    margin-left: -295px;
    margin-top: -350px;
    position: fixed;
    top: 50%;
    width: 590px;
    padding-top: 60px;
    border-radius: 4px;
}

#colorbox.pr_iframe {
    margin-left: -340px;
}

#colorbox.stockists_iframe {
    margin-left: -470px;
}

#cboxClose.close_iframe {
    right: 55px;
}

#cboxPrevious.prPrevious,
#cboxNext.prNext {
    background: url("../images/color_box_row1.png") no-repeat scroll 0 0 transparent !important;
    width: 15px;
    height: 28px;
    top: 50%;
    margin: -14px 0 0 0;
}

#cboxPrevious.prPrevious {
    right: auto;
    left: -35px;
}

#cboxNext.prNext {
    background-position: right 0 !important;
    right: -35px;
}

.press-page #cboxTitle {
    bottom: 0;
    color: #002d55;
    height: 50px;
    overflow: auto;
    padding: 15px 40px;
    top: auto;
}

.press-page .cboxPhoto {
    margin-top: 30px !important;
}

table.sizing {
    border: 1px solid #ececed;
    width: 100%;
    margin: 0 0 18px;
}

.sizing th,
.sizing td {
    padding: 7px 5px;
    border-bottom: 1px solid #ececed;
    border-left: 1px solid #ececed;
    text-align: center;
}

.sizing th {
    color: #b4975a;
}

.press-page #cboxClose {
    background: none;
    right: 80px;
    text-indent: 0;
    width: 75px;
    color: #b4975a;
}

.ambassadors_content {
    padding-bottom: 40px;
}

.ambassadors_content h4 {
    color: #b4975a;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding-top: 15px;
    text-align: center;
}

.ambassadors_content .row {
    margin-top: 30px;
}

.header-top .links li {
    position: relative;
}

.dropdown-cart {
    display: none;
    padding-top: 14px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 260px;
    z-index: 1001;
}

.dropdown-cart .block-cart {
    padding: 10px;
    border: 1px solid #ececed;
    overflow: hidden;
    background-color: #fff;
}

.dropdown-cart .empty {
    color: #b2b3b6;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dropdown-cart .block-cart .summary {
    padding: 10px;
    border-bottom: 1px solid #ececed;
}

.dropdown-cart .block-cart .subtotal {
    font-weight: bold;
    text-align: right;
}

.dropdown-cart .block-cart .subtotal .label {
    float: left;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #22496c;
    font-size: 14px;
}

.dropdown-cart .block-cart .subtotal .price {
    font-size: 14px;
}

.cart-items .price {
    font-size: 12px;
}

.dropdown-cart .cart-items {
    padding: 20px 0 0;
    overflow: hidden;
}

.cart-inner-items {
    overflow: auto;
    width: 238px;
}

.cart-inner-items li {
    float: left;
    clear: left;
    width: 220px;
    overflow: hidden;
    padding: 0 10px 10px;
    color: #22496c;
}

.cart-items .item-details {
    margin-right: 75px;
}

.cart-items .product-name {
    text-transform: capitalize;
}

.cart-items .item-details p {
    margin: 0 0 7px;
}

.dropdown-cart #cart-sidebar {
    overflow: hidden;
    max-height: 348px;
    overflow-y: auto;
}

.cart-items .product-image {
    float: right;
    width: 70px;
}

.cart-items .product-image img {
    width: 100%;
    height: auto;
}

.dropdown-cart .block-actions {
    overflow: hidden;
    padding: 10px;
}

.dropdown-cart .mCustomScrollBox>.mCSB_scrollTools {
    width: 10px;
}

.dropdown-cart .block-actions a {
    width: 98px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #bfcad4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
    text-align: center;
}

.login-content {
    width: 246px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.login-content .input-box,
.login-content .input-box input {
    width: 100%;
}

.login-content input.input-text {
    border-color: #bfcad4;
    color: #b2b3b6;
}

.login-content .login-choise label {
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-content .buttons-set button.button {
    width: 100%;
    background-color: #002d55;
    height: 32px;
    text-align: center;
}

.login-content button.button span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font: bold 13px/32px Arial, Helvetica, sans-serif;
    height: 32px;
    padding: 0 !important;
    width: 100%;
}

.login-content .forgot-link {
    padding-bottom: 15px;
}

.account-create .form-list .input-box,
.account-create .form-list label {
    float: none;
}

.customer-dob label {
    display: none;
}

.footer-flag {
    padding-bottom: 5px;
    text-align: center;
}

.inner-tab {
    position: relative;
    overflow: auto;
    height: 550px;
}

.sizeing-tab .mCSB_container {
    margin-right: 25px;
}

#instafeed li:first-child {
    padding-left: 0px;
}

#instafeed li:last-child {
    padding-right: 0px;
}

#instafeed li {
    float: left;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7.2px;
}

#instafeed a {
    display: block;
    position: relative;
}

#instafeed a img {
    max-width: 228px;
    height: auto;
}

#instafeed .likes {
    background: white;
    opacity: 0.9;
    filter: alpha(opacity=90) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    -khtml-opacity: 0.9 !important;
    width: 228px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #777;
    font-weight: normal;
    font-size: 11px;
    font-family: sans-serif;
    font-size: 21px;
    text-align: center;
    line-height: 215px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    height: 100%;
    z-index: -1;
}

#instafeed li:hover .likes {
    opacity: 0.9;
    z-index: 1;
}

.hover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}

.hover-img {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff);
    zoom: 1;
}

.hover-img:nth-child(n) {
    filter: none;
}

.home-banners .col a:hover .hover-img {
    opacity: 1;
}

#home-slider .slides li>a:hover .hover-img {
    opacity: 1;
}

#home-slider .slides li>a {
    position: relative;
    display: block;
    text-align: center;
}

#checkout-progress-wrapper {
    display: none;
}

.paypal-logo {
    display: none
}

.m-filter-popup .m-selected-ln-item>a {
    font-weight: bold;
    text-decoration: none;
}

.block-layered-nav .btn-remove {
    margin-top: 3px;
}

.block-layered-nav .currently li {
    position: relative;
    padding: 6px 24px 6px 10px;
}

.block-layered-nav .currently .btn-remove {
    margin-top: 0;
    position: absolute;
    right: 4px;
    top: 9px;
    margin-left: 0;
}

.block-layered-nav dt {
    position: relative;
    zoom: 1;
    left: 0;
    top: 0;
}

.cms-contact-us-mobile .messages {
    display: none;
}

.cms-contact-us-mobile #messages_product_view {
    font-size: 14px;
    font-weight: 600;
}

.product_banner_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #b5121b;
    font-family: Baskerville, Times New Roman, serif;
    letter-spacing: 1px;
}

.product-options-bottom .product_banner_text {
    display: none;
}

.old-price-show {
    text-align: center !important;
    margin-left: 0px !important;
    font-family: Baskerville;
    text-align: center;
    font-size: 19px;
    line-height: 15px;
}

@media (min-width: 768px) and (max-width: 769px) {
    .product-view .product-essential .product-shop .product-price .price-box {
        font-family: Baskerville;
        text-align: center;
        font-size: 19px;
        line-height: 15px;
    }
}

@media (max-width: 767px) {
    .product-view .product-essential .product-shop .product-price .price-box {
        font-family: Baskerville;
        text-align: center;
        width: 35%;
        margin-left: 25%;
        font-size: 19px;
        line-height: 15px;
    }
}

@media (max-width: 480px) {
    .product-view .product-essential .product-shop .product-price .price-box {
        font-family: Baskerville;
        text-align: center;
        width: 35%;
        margin-left: 15%;
        font-size: 19px;
        line-height: 15px;
    }
}

.product-essential .old-price+.product_banner_text {
    float: left;
    margin-top: 5px;
}

.home-sale-item {
    width: 100%;
    background: #002d55;
    padding: 40px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.3%;
    display: block;
}

.sale-title {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 5px;
}

.sale-caption {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
}

.home-sale-item .shop-now {
    background: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin: auto;
    margin-top: 20px;
    min-width: 170px;
    display: table;
    padding: 0;
    text-align: center;
    position: relative;
    height: 50px;
}

.home-sale-item .shop-now>* {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    display: block;
    position: absolute;
    width: 100%;
    top: 15px;
    font-family: 'URWGeometric-Medium', Arial, sans-serif;
    letter-spacing: 2px;
    font-weight: 100;
}

#home-slider img {
    max-width: 2000px;
}

.nav-categorislider {
    margin: 40px auto;
}

.cate-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.cate-item .item-chil {
    width: 33.33%;
    float: left;
    position: relative;
}

.cate-item .item-chil:first-child .cate-content {
    margin-left: 0;
}

.cate-item .item-chil:last-child .cate-content {
    margin-right: 0;
}

.cate-item .item-chil .cate-content {
    margin: auto;
    text-align: center;
    background: #e7e7e8;
    width: 95%;
}

.category_slider li {
    list-style: none;
}

.cate-hover {
    position: absolute;
    top: 0;
    width: 95%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 37% 0;
    display: none;
}

.cate-name {
    color: #002d55;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 2px;
    margin-top: 30px;
}

.shop-now {
    text-decoration: none;
    color: #002d55;
    border: 1px solid #002d55;
    padding: 2% 10%;
    font-size: 18px;
    position: relative;
    top: 20px;
    font-family: Arial;
}

.shop-now:hover {
    color: #002d55;
}

.slide-item:hover .category_slider .cate-hover {
    display: block;
}

.category_slider .item-chil .cate-content img {
    height: 475px
}

.cate-content:hover .cate-hover {
    display: block;
}

@media screen and (max-width: 768px) {
    .nav-categorislider {
        display: none!important;
    }
    .look_ins>* {
        width: auto!important;
        text-align: center;
        margin: 15px auto;
    }
    .look_ins>* img {
        width: 100%!important;
    }
}

.look_ins>* {
    width: 49%;
    display: block;
    float: left;
    position: relative;
    padding-bottom: 1px;
}

.look_ins>*:nth-child(2n) {
    float: right;
}

.look_ins>* .block-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.look_ins>* .block-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: none;
}

.look_ins>*:hover .block-hover {
    display: block;
}

.catalog-category-view span.aud:after {
    content: "";
    display: block;
    height: 0;
}

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
}

.newsletter-header {
    text-align: left;
}

.newsletter-block {
    display: inline-block;
    float: left;
    width: 40%;
}

.newsletter-block .input-box-radios {
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
}

.newsletter-block .input-box-radios label {
    vertical-align: top;
}

@media (max-width: 768px) {
    .newsletter-block {
        display: block;
        float: none;
        width: 100%;
    }
    .newsletter-block .input-box-radios {
        text-align: center;
        margin: 10px 0 0;
    }
    .dropdown-cart #cart-sidebar {
        overflow: hidden;
        max-height: inherit;
    }
    .header-container .container {
        border-bottom: none;
    }
    .header-container .container .header {
        width: auto;
    }
}

.cms-page-view .page-title h1,
.cms-page-view .std h1 {
    line-height: 15px;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    font-family: "URWGeometric-SemiBold", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-top: 5px;
    color: #113b60;
    letter-spacing: 1px;
}

.cms-sizing .page-inner-popup .inner {
    background: none;
    padding: 0;
}

.sizing th {
    color: #113b60;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 0 10px;
}

.sizing td {
    font-size: 12px;
    color: #939598;
    text-transform: uppercase;
    padding: 15px 0 10px;
}

.sizing tbody tr:nth-child(2n+1) {
    background: #ebebeb;
}

.cms-sizing table.sizing {
    margin: 0 0 40px;
}

.cms-sizing .mCSB_container h4,
.cms-sizing .mCSB_container strong {
    font-size: 12px;
    color: #113b60;
}

.cms-sizing .mCSB_container {
    font-size: 12px;
    color: #939598;
}

.catalog-product-view .mCustomScrollBox {
    overflow: initial !important;
}

.catalog-product-view .page-inner-popup .inner {
    padding: 0 0 20px 0;
    background: none;
}

.catalog-product-view .page-inner-popup {
    max-height: 453px;
    overflow: auto !important;
}

.cms-page-view.cms-sizing .page-inner-popup {
    height: auto !important;
}

.sizing tr th:first-child,
.sizing tr td:first-child {
    width: 10%;
}

.sizing tr th:not(:first-child),
.sizing tr td:not(:first-child) {
    width: 10%;
}

form[name="giftcardForm"] td {
    vertical-align: middle;
    padding: 5px 5px 5px 0;
}

form[name="giftcardForm"] button.button span {
    float: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.block.block-account .block-content,
.block.block-cart .block-content {
    padding-top: 10px;
}

.cms-page-view .page-title {
    margin: 30px 10px;
    padding: 0;
}

.cms-content {
    margin: 30px 10px;
}

.cms-page-view .page-title {
    margin: 30px 10px;
    padding: 0;
}

.cms-page-view .std h1 {
    margin-bottom: 30px;
}

.cms-content p {
    letter-spacing: 1.5px;
    font-size: 13px;
    line-height: 1.7em;
    color: #999999;
    font-family: "Baskerville", Times, Serif;
    padding-bottom: 20px;
}

.cms-content strong {
    font-weight: bold;
    color: #113b60;
    font-family: 'URWGeometric-Medium', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
}

.cms-page-view .std hr {
    margin: 40px 0;
}

.category-banner {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .category-banner {
        width: 94%;
        margin: auto;
        margin-bottom: 20px;
    }
    .dropdown-cart #cart-sidebar {
        overflow: hidden;
        max-height: 358px;
        overflow-y: auto;
    }
    .header-container .container {
        border-bottom: none;
    }
    .header-container .container .header {
        width: auto;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #search_mini_form .input-text {
        line-height: inherit;
    }
}

.footer-container .newsletter-block #newsletter-validate-detail input[type=submit] {
    cursor: pointer;
    float: left;
    width: auto;
    margin: 5px;
    margin-top: 0px;
    background: #002d55;
    color: white;
    border: 0;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 1px;
    -webkit-transition: opacity 0.2s ease-in 0s;
    -moz-transition: opacity 0.2s ease-in 0s;
    -o-transition: opacity 0.2s ease-in 0s;
    transition: opacity 0.2s ease-in 0s;
    padding-top: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

#newsletter-validate-detail #validation-message p {
    color: #B52025;
}

.popup-show {
    height: auto;
    width: auto;
    left: 42%;
    top: 40%;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .popup-show {
        left: 37%;
    }
}

#custom-look {
    margin-top: 42px;
}

@media (max-width: 768px) {
    #custom-look {
        margin-top: 10px;
    }
}

@media (max-width: 375px) {
    #custom-look {
        margin-top: -5px;
    }
}

.checkout-cart-index .checkout-types .paypal-or {
    display: none;
}

.checkout-cart-index .checkout-types .method-afterpay_onetouch {
    display: none;
}

.cms-page-view.cms-contact-us .page-title {
    margin-top: 41px;
    margin-bottom: 26px;
}

.cms-page-view.cms-contact-us .page-title.hasMessages {
    margin-top: 5px;
}

.cms-page-view.cms-contact-us .page-title h1 span {
    color: #002d55;
    letter-spacing: 2px;
}

.cms-contact-us .page-inner-popup {
    height: auto;
}

.page-inner form#contactForm {
    padding-top: 1px;
    width: 80%;
    display: inline-block;
    float: right;
}

form#contactForm .form-list li {
    box-sizing: border-box;
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

form#contactForm .form-list li:nth-child(4) {
    width: 100%;
}

form#contactForm .form-list li:last-child {
    width: 79%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 25px;
}

.cms-contact-us .messages li {
    padding-left: 1px!important;
}

form#contactForm .form-list button.button span {
    height: auto;
    font-family: 'URWGeometric-Medium', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

form#contactForm .form-list button.button span span {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: 0.1px;
}

form#contactForm .form-list textarea.input-text {
    font-size: 13px;
    height: 100px;
    border-color: #c7c9cb;
}

#contactForm .form-list input.input-text {
    border-color: #c7c9cb;
}

#contactForm .form-list input.input-text::-webkit-input-placeholder {
    color: #999999;
    letter-spacing: 0.1px;
}

#contactForm .form-list input.input-text::-moz-placeholder {
    color: #999999;
    letter-spacing: 0.1px;
}

#contactForm .form-list input.input-text:-ms-input-placeholder {
    color: #999999;
    letter-spacing: 0.1px;
}

#contactForm .form-list input.input-text:-moz-placeholder {
    color: #999999;
    letter-spacing: 0.1px;
}

form#contactForm .form-list textarea.input-text::-webkit-input-placeholder {
    color: #999999;
    letter-spacing: 0.1px;
}

form#contactForm .form-list textarea.input-text::-moz-placeholder {
    color: #999999;
    letter-spacing: 0.1px;
}

form#contactForm .form-list textarea.input-text:-ms-input-placeholder {
    color: #999999;
    letter-spacing: 0.1px;
}

form#contactForm .form-list textarea.input-text:-moz-placeholder {
    color: #999999;
    letter-spacing: 0.1px;
}

.page-inner #contactForm .form-list input.input-text {
    width: 100%!important;
    height: 40px;
    font-size: 13px;
}

.contact-info-sideleft .col-contact a {
    color: #999999;
    line-height: 20px;
}

.page-inner .contact-info-sideleft {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-right: 10px;
    color: #999999;
    font-weight: 500;
    letter-spacing: 0.1px;
    font-size: 13px;
}

.contact-info-sideleft .col-contact {
    margin-bottom: 22px;
}

.page-inner-popup .contact-info-sideleft p {
    margin-bottom: 3px;
    line-height: 13px;
    font-size: 13px;
}

.page-inner-popup .contact-info-sideleft p a {
    font-size: 12px;
    letter-spacing: 1.3px;
}

@media (max-width: 768px) {
    form#contactForm .form-list li:last-child {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .page-inner form#contactForm {
        width: 100%;
    }
    .page-inner .contact-info-sideleft {
        width: 100%;
        padding: 0 15px;
    }
    form#contactForm .form-list textarea.input-text:focus {
        color: #002d55;
    }
    form#contactForm .form-list textarea.input-text::-webkit-input-placeholder {
        color: #999999;
    }
    form#contactForm .form-list textarea.input-text:-moz-placeholder {
        color: #999999;
        opacity: 1;
    }
    form#contactForm .form-list textarea.input-text::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }
    form#contactForm .form-list textarea.input-text:-ms-input-placeholder {
        color: #999999;
    }
    form#contactForm .form-list textarea.input-text::-ms-input-placeholder {
        color: #999999;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .page-inner .contact-info-sideleft {
        width: 25%;
        padding-top: 2px;
    }
    .page-inner form#contactForm {
        width: 75%;
    }
}

@media(min-width: 769px) {
    .cms-contact-us #contactForm input.input-text,
    .cms-contact-us #contactForm textarea {
        color: #999999;
    }
    .catalog-product-view .product-view #product-tabs .sizing-tab #mCSB_2 {
        width: 100%;
        max-width: none !important;
    }
}

#old-price-53 {
    text-decoration: line-through;
}